diff --git a/app/src/processing/app/Editor.java b/app/src/processing/app/Editor.java index b4fedbc74ac..a002e39fe2b 100644 --- a/app/src/processing/app/Editor.java +++ b/app/src/processing/app/Editor.java @@ -98,6 +98,7 @@ public class Editor extends JFrame implements RunnerListener { static SerialMenuListener serialMenuListener; static SerialMonitor serialMonitor; + boolean serialScanned; EditorHeader header; EditorStatus status; @@ -940,6 +941,32 @@ protected void populateSerialMenu() { serialMenu.removeAll(); boolean empty = true; + if ( System.getProperty("os.name").equals("Linux") + && ( serialScanned + || System.getProperty("gnu.io.rxtx.SerialPorts") == null ) ) { + String[] prefixes = { + "ttyS", "ttyUSB", "ttyACM" + }; + String SerialPorts = null; + File devicesDir = new File("/dev/"); + for ( String device : devicesDir.list() ) { + for ( String prefix : prefixes ) { + if ( device.startsWith(prefix) ) { + if ( SerialPorts == null ) { + SerialPorts = "/dev/" + device; + } + else { + SerialPorts += ":/dev/" + device; + } + } + } + } + if ( SerialPorts != null ) { + System.setProperty("gnu.io.rxtx.SerialPorts", SerialPorts); + serialScanned = true; + } + } + try { for (Enumeration enumeration = CommPortIdentifier.getPortIdentifiers(); enumeration.hasMoreElements();) diff --git a/app/src/processing/app/Serial.java b/app/src/processing/app/Serial.java old mode 100755 new mode 100644 diff --git a/app/src/processing/app/debug/AvrdudeUploader.java b/app/src/processing/app/debug/AvrdudeUploader.java old mode 100755 new mode 100644 diff --git a/app/src/processing/app/debug/Uploader.java b/app/src/processing/app/debug/Uploader.java old mode 100755 new mode 100644 diff --git a/app/src/processing/app/tools/Archiver.java b/app/src/processing/app/tools/Archiver.java old mode 100755 new mode 100644 diff --git a/build/howto.txt b/build/howto.txt old mode 100755 new mode 100644 diff --git a/build/linux/arduino.1 b/build/linux/arduino.1 new file mode 100644 index 00000000000..129daade25b --- /dev/null +++ b/build/linux/arduino.1 @@ -0,0 +1,13 @@ +.TH ARDUINO 1 "30 September 2010" +.SH NAME +arduino \- An IDE for Arduino-compatible electronics prototyping platforms +.SH SYNOPSIS +arduino +.SH DESCRIPTION +The Arduino development environment consists of a text editor, example +code, and tools for compiling and uploading code to Arduino and +compatible microcontroller boards. +.SH SEE ALSO +/usr/share/arduino/reference/index.html, http://arduino.cc/ +.SH AUTHOR +Peter Oliver diff --git a/build/linux/arduino.desktop b/build/linux/arduino.desktop new file mode 100644 index 00000000000..45ceaf97c85 --- /dev/null +++ b/build/linux/arduino.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=Arduino +Comment=An IDE for Arduino-compatible electronics prototyping platforms +Exec=arduino +Icon=arduino +Terminal=false +Categories=Development;IDE;Electronics; diff --git a/build/linux/icons/128x128/arduino.png b/build/linux/icons/128x128/arduino.png new file mode 100644 index 00000000000..28fa03ab7f7 Binary files /dev/null and b/build/linux/icons/128x128/arduino.png differ diff --git a/build/linux/icons/16x16/arduino.png b/build/linux/icons/16x16/arduino.png new file mode 100644 index 00000000000..6ef4a2bdf01 Binary files /dev/null and b/build/linux/icons/16x16/arduino.png differ diff --git a/build/linux/icons/24x24/arduino.png b/build/linux/icons/24x24/arduino.png new file mode 100644 index 00000000000..7b2e7a5c306 Binary files /dev/null and b/build/linux/icons/24x24/arduino.png differ diff --git a/build/linux/icons/256x256/arduino.png b/build/linux/icons/256x256/arduino.png new file mode 100644 index 00000000000..e7f6638e021 Binary files /dev/null and b/build/linux/icons/256x256/arduino.png differ diff --git a/build/linux/icons/32x32/arduino.png b/build/linux/icons/32x32/arduino.png new file mode 100644 index 00000000000..74eacaa240b Binary files /dev/null and b/build/linux/icons/32x32/arduino.png differ diff --git a/build/linux/icons/48x48/arduino.png b/build/linux/icons/48x48/arduino.png new file mode 100644 index 00000000000..dcfbed45c5b Binary files /dev/null and b/build/linux/icons/48x48/arduino.png differ diff --git a/build/shared/lib/about.jpg b/build/shared/lib/about.jpg old mode 100755 new mode 100644 diff --git a/build/shared/lib/preferences.txt b/build/shared/lib/preferences.txt old mode 100755 new mode 100644 diff --git a/build/windows/dist/drivers/FTDI USB Drivers/Application Notes.url b/build/windows/dist/drivers/FTDI USB Drivers/Application Notes.url old mode 100755 new mode 100644 diff --git a/build/windows/dist/drivers/FTDI USB Drivers/FTBUSUI.dll b/build/windows/dist/drivers/FTDI USB Drivers/FTBUSUI.dll old mode 100755 new mode 100644 diff --git a/build/windows/dist/drivers/FTDI USB Drivers/FTD2XX.H b/build/windows/dist/drivers/FTDI USB Drivers/FTD2XX.H old mode 100755 new mode 100644 diff --git a/build/windows/dist/drivers/FTDI USB Drivers/FTD2XX.dll b/build/windows/dist/drivers/FTDI USB Drivers/FTD2XX.dll old mode 100755 new mode 100644 diff --git a/build/windows/dist/drivers/FTDI USB Drivers/FTD2XX.lib b/build/windows/dist/drivers/FTDI USB Drivers/FTD2XX.lib old mode 100755 new mode 100644 diff --git a/build/windows/dist/drivers/FTDI USB Drivers/FTDIBUS.INF b/build/windows/dist/drivers/FTDI USB Drivers/FTDIBUS.INF old mode 100755 new mode 100644 diff --git a/build/windows/dist/drivers/FTDI USB Drivers/FTDIBUS.sys b/build/windows/dist/drivers/FTDI USB Drivers/FTDIBUS.sys old mode 100755 new mode 100644 diff --git a/build/windows/dist/drivers/FTDI USB Drivers/FTDIPORT.INF b/build/windows/dist/drivers/FTDI USB Drivers/FTDIPORT.INF old mode 100755 new mode 100644 diff --git a/build/windows/dist/drivers/FTDI USB Drivers/FTDIUN2K.INI b/build/windows/dist/drivers/FTDI USB Drivers/FTDIUN2K.INI old mode 100755 new mode 100644 diff --git a/build/windows/dist/drivers/FTDI USB Drivers/FTLang.dll b/build/windows/dist/drivers/FTDI USB Drivers/FTLang.dll old mode 100755 new mode 100644 diff --git a/build/windows/dist/drivers/FTDI USB Drivers/Installation Guides.url b/build/windows/dist/drivers/FTDI USB Drivers/Installation Guides.url old mode 100755 new mode 100644 diff --git a/build/windows/dist/drivers/FTDI USB Drivers/ftcserco.dll b/build/windows/dist/drivers/FTDI USB Drivers/ftcserco.dll old mode 100755 new mode 100644 diff --git a/build/windows/dist/drivers/FTDI USB Drivers/ftdibus.cat b/build/windows/dist/drivers/FTDI USB Drivers/ftdibus.cat old mode 100755 new mode 100644 diff --git a/build/windows/dist/drivers/FTDI USB Drivers/ftdiport.cat b/build/windows/dist/drivers/FTDI USB Drivers/ftdiport.cat old mode 100755 new mode 100644 diff --git a/build/windows/dist/drivers/FTDI USB Drivers/ftser2k.sys b/build/windows/dist/drivers/FTDI USB Drivers/ftser2k.sys old mode 100755 new mode 100644 diff --git a/build/windows/dist/drivers/FTDI USB Drivers/ftserui2.dll b/build/windows/dist/drivers/FTDI USB Drivers/ftserui2.dll old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/LICENSE.txt b/build/windows/launcher/launch4j/LICENSE.txt old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/demo/ConsoleApp/lib/readme.txt b/build/windows/launcher/launch4j/demo/ConsoleApp/lib/readme.txt old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/demo/ConsoleApp/readme.txt b/build/windows/launcher/launch4j/demo/ConsoleApp/readme.txt old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/demo/ConsoleApp/src/net/sf/launch4j/example/ConsoleApp.java b/build/windows/launcher/launch4j/demo/ConsoleApp/src/net/sf/launch4j/example/ConsoleApp.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/demo/LICENSE.txt b/build/windows/launcher/launch4j/demo/LICENSE.txt old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/demo/SimpleApp/lib/readme.txt b/build/windows/launcher/launch4j/demo/SimpleApp/lib/readme.txt old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/demo/SimpleApp/readme.txt b/build/windows/launcher/launch4j/demo/SimpleApp/readme.txt old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/demo/SimpleApp/src/net/sf/launch4j/example/SimpleApp.java b/build/windows/launcher/launch4j/demo/SimpleApp/src/net/sf/launch4j/example/SimpleApp.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/demo/readme.txt b/build/windows/launcher/launch4j/demo/readme.txt old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/head/LICENSE.txt b/build/windows/launcher/launch4j/head/LICENSE.txt old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/head_src/LICENSE.txt b/build/windows/launcher/launch4j/head_src/LICENSE.txt old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/head_src/consolehead/consolehead.c b/build/windows/launcher/launch4j/head_src/consolehead/consolehead.c old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/head_src/guihead/guihead.c b/build/windows/launcher/launch4j/head_src/guihead/guihead.c old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/head_src/guihead/guihead.h b/build/windows/launcher/launch4j/head_src/guihead/guihead.h old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/head_src/head.c b/build/windows/launcher/launch4j/head_src/head.c old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/head_src/head.h b/build/windows/launcher/launch4j/head_src/head.h old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/head_src/resource.h b/build/windows/launcher/launch4j/head_src/resource.h old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/lib/JGoodies.Forms.LICENSE.txt b/build/windows/launcher/launch4j/lib/JGoodies.Forms.LICENSE.txt old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/lib/JGoodies.Looks.LICENSE.txt b/build/windows/launcher/launch4j/lib/JGoodies.Looks.LICENSE.txt old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/lib/Nuvola.Icon.Theme.LICENSE.txt b/build/windows/launcher/launch4j/lib/Nuvola.Icon.Theme.LICENSE.txt old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/lib/XStream.LICENSE.txt b/build/windows/launcher/launch4j/lib/XStream.LICENSE.txt old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/lib/commons.LICENSE.txt b/build/windows/launcher/launch4j/lib/commons.LICENSE.txt old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/lib/foxtrot.LICENSE.txt b/build/windows/launcher/launch4j/lib/foxtrot.LICENSE.txt old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/Builder.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/Builder.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/BuilderException.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/BuilderException.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/ExecException.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/ExecException.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/FileChooserFilter.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/FileChooserFilter.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/Log.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/Log.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/Main.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/Main.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/Messages.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/Messages.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/OptionParser.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/OptionParser.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/RcBuilder.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/RcBuilder.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/Util.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/Util.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/ant/AntClassPath.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/ant/AntClassPath.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/ant/AntConfig.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/ant/AntConfig.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/ant/AntJre.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/ant/AntJre.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/ant/Launch4jTask.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/ant/Launch4jTask.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/ant/Messages.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/ant/Messages.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/ant/StringWrapper.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/ant/StringWrapper.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/Binding.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/Binding.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/BindingException.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/BindingException.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/Bindings.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/Bindings.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/IValidatable.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/IValidatable.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/InvariantViolationException.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/InvariantViolationException.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/JComboBoxBinding.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/JComboBoxBinding.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/JListBinding.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/JListBinding.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/JRadioButtonBinding.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/JRadioButtonBinding.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/JTextAreaBinding.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/JTextAreaBinding.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/JTextComponentBinding.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/JTextComponentBinding.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/JToggleButtonBinding.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/JToggleButtonBinding.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/Messages.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/Messages.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/OptComponentBinding.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/OptComponentBinding.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/OptJTextAreaBinding.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/OptJTextAreaBinding.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/Validator.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/binding/Validator.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/config/ClassPath.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/config/ClassPath.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/config/Config.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/config/Config.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/config/ConfigPersister.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/config/ConfigPersister.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/config/ConfigPersisterException.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/config/ConfigPersisterException.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/config/Jre.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/config/Jre.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/config/LdDefaults.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/config/LdDefaults.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/config/Messages.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/config/Messages.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/config/Msg.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/config/Msg.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/config/SingleInstance.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/config/SingleInstance.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/config/Splash.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/config/Splash.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/config/VersionInfo.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/config/VersionInfo.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/form/BasicForm.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/form/BasicForm.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/form/ClassPathForm.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/form/ClassPathForm.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/form/ConfigForm.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/form/ConfigForm.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/form/EnvironmentVarsForm.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/form/EnvironmentVarsForm.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/form/HeaderForm.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/form/HeaderForm.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/form/JreForm.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/form/JreForm.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/form/Messages.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/form/Messages.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/form/MessagesForm.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/form/MessagesForm.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/form/SingleInstanceForm.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/form/SingleInstanceForm.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/form/SplashForm.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/form/SplashForm.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/form/VersionInfoForm.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/form/VersionInfoForm.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/AbstractAcceptListener.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/AbstractAcceptListener.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/BasicFormImpl.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/BasicFormImpl.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/BrowseActionListener.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/BrowseActionListener.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/ClassPathFormImpl.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/ClassPathFormImpl.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/ConfigFormImpl.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/ConfigFormImpl.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/EnvironmentVarsFormImpl.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/EnvironmentVarsFormImpl.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/FileChooser.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/FileChooser.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/GlassPane.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/GlassPane.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/HeaderFormImpl.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/HeaderFormImpl.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/JreFormImpl.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/JreFormImpl.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/MainFrame.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/MainFrame.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/Messages.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/Messages.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/MessagesFormImpl.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/MessagesFormImpl.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/SingleInstanceFormImpl.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/SingleInstanceFormImpl.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/SplashFormImpl.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/SplashFormImpl.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/VersionInfoFormImpl.java b/build/windows/launcher/launch4j/src/net/sf/launch4j/formimpl/VersionInfoFormImpl.java old mode 100755 new mode 100644 diff --git a/build/windows/launcher/launch4j/w32api/MinGW.LICENSE.txt b/build/windows/launcher/launch4j/w32api/MinGW.LICENSE.txt old mode 100755 new mode 100644 diff --git a/hardware/arduino/bootloaders/atmega/ATmegaBOOT_168.c b/hardware/arduino/bootloaders/atmega/ATmegaBOOT_168.c old mode 100755 new mode 100644 diff --git a/hardware/arduino/bootloaders/atmega/Makefile b/hardware/arduino/bootloaders/atmega/Makefile old mode 100755 new mode 100644 diff --git a/hardware/arduino/bootloaders/atmega8/ATmegaBOOT.c b/hardware/arduino/bootloaders/atmega8/ATmegaBOOT.c old mode 100755 new mode 100644 diff --git a/hardware/arduino/bootloaders/bt/Makefile b/hardware/arduino/bootloaders/bt/Makefile old mode 100755 new mode 100644 diff --git a/hardware/arduino/bootloaders/stk500v2/License.txt b/hardware/arduino/bootloaders/stk500v2/License.txt old mode 100755 new mode 100644 diff --git a/hardware/arduino/bootloaders/stk500v2/Makefile b/hardware/arduino/bootloaders/stk500v2/Makefile old mode 100755 new mode 100644 diff --git a/hardware/arduino/bootloaders/stk500v2/command.h b/hardware/arduino/bootloaders/stk500v2/command.h old mode 100755 new mode 100644 diff --git a/hardware/arduino/bootloaders/stk500v2/stk500boot.c b/hardware/arduino/bootloaders/stk500v2/stk500boot.c old mode 100755 new mode 100644 diff --git a/hardware/arduino/cores/arduino/HardwareSerial.cpp b/hardware/arduino/cores/arduino/HardwareSerial.cpp old mode 100755 new mode 100644 diff --git a/hardware/arduino/cores/arduino/HardwareSerial.h b/hardware/arduino/cores/arduino/HardwareSerial.h old mode 100755 new mode 100644 diff --git a/hardware/arduino/cores/arduino/Print.cpp b/hardware/arduino/cores/arduino/Print.cpp old mode 100755 new mode 100644 diff --git a/hardware/arduino/cores/arduino/Print.h b/hardware/arduino/cores/arduino/Print.h old mode 100755 new mode 100644 diff --git a/hardware/arduino/cores/arduino/Tone.cpp b/hardware/arduino/cores/arduino/Tone.cpp old mode 100755 new mode 100644 diff --git a/hardware/arduino/cores/arduino/WInterrupts.c b/hardware/arduino/cores/arduino/WInterrupts.c old mode 100755 new mode 100644 diff --git a/hardware/arduino/cores/arduino/WProgram.h b/hardware/arduino/cores/arduino/WProgram.h old mode 100755 new mode 100644 diff --git a/hardware/arduino/cores/arduino/main.cpp b/hardware/arduino/cores/arduino/main.cpp old mode 100755 new mode 100644 diff --git a/hardware/arduino/cores/arduino/pins_arduino.c b/hardware/arduino/cores/arduino/pins_arduino.c old mode 100755 new mode 100644 diff --git a/hardware/arduino/cores/arduino/wiring.c b/hardware/arduino/cores/arduino/wiring.c old mode 100755 new mode 100644 diff --git a/hardware/arduino/cores/arduino/wiring.h b/hardware/arduino/cores/arduino/wiring.h old mode 100755 new mode 100644 diff --git a/hardware/arduino/cores/arduino/wiring_analog.c b/hardware/arduino/cores/arduino/wiring_analog.c old mode 100755 new mode 100644 diff --git a/hardware/arduino/cores/arduino/wiring_digital.c b/hardware/arduino/cores/arduino/wiring_digital.c old mode 100755 new mode 100644 diff --git a/hardware/arduino/cores/arduino/wiring_private.h b/hardware/arduino/cores/arduino/wiring_private.h old mode 100755 new mode 100644 diff --git a/hardware/arduino/cores/arduino/wiring_pulse.c b/hardware/arduino/cores/arduino/wiring_pulse.c old mode 100755 new mode 100644 diff --git a/hardware/arduino/cores/arduino/wiring_shift.c b/hardware/arduino/cores/arduino/wiring_shift.c old mode 100755 new mode 100644 diff --git a/hardware/arduino/firmwares/arduino-usbdfu/Arduino-usbdfu.c b/hardware/arduino/firmwares/arduino-usbdfu/Arduino-usbdfu.c old mode 100755 new mode 100644 diff --git a/hardware/arduino/firmwares/arduino-usbdfu/Arduino-usbdfu.h b/hardware/arduino/firmwares/arduino-usbdfu/Arduino-usbdfu.h old mode 100755 new mode 100644 diff --git a/hardware/arduino/firmwares/arduino-usbdfu/Board/LEDs.h b/hardware/arduino/firmwares/arduino-usbdfu/Board/LEDs.h old mode 100755 new mode 100644 diff --git a/hardware/arduino/firmwares/arduino-usbdfu/Descriptors.c b/hardware/arduino/firmwares/arduino-usbdfu/Descriptors.c old mode 100755 new mode 100644 diff --git a/hardware/arduino/firmwares/arduino-usbdfu/Descriptors.h b/hardware/arduino/firmwares/arduino-usbdfu/Descriptors.h old mode 100755 new mode 100644 diff --git a/hardware/arduino/firmwares/arduino-usbdfu/makefile b/hardware/arduino/firmwares/arduino-usbdfu/makefile old mode 100755 new mode 100644 diff --git a/hardware/arduino/firmwares/arduino-usbserial/Arduino-usbserial.c b/hardware/arduino/firmwares/arduino-usbserial/Arduino-usbserial.c old mode 100755 new mode 100644 diff --git a/hardware/arduino/firmwares/arduino-usbserial/Arduino-usbserial.h b/hardware/arduino/firmwares/arduino-usbserial/Arduino-usbserial.h old mode 100755 new mode 100644 diff --git a/hardware/arduino/firmwares/arduino-usbserial/Board/LEDs.h b/hardware/arduino/firmwares/arduino-usbserial/Board/LEDs.h old mode 100755 new mode 100644 diff --git a/hardware/arduino/firmwares/arduino-usbserial/Descriptors.c b/hardware/arduino/firmwares/arduino-usbserial/Descriptors.c old mode 100755 new mode 100644 diff --git a/hardware/arduino/firmwares/arduino-usbserial/Descriptors.h b/hardware/arduino/firmwares/arduino-usbserial/Descriptors.h old mode 100755 new mode 100644 diff --git a/hardware/arduino/firmwares/arduino-usbserial/Lib/LightweightRingBuff.h b/hardware/arduino/firmwares/arduino-usbserial/Lib/LightweightRingBuff.h old mode 100755 new mode 100644 diff --git a/hardware/arduino/firmwares/arduino-usbserial/makefile b/hardware/arduino/firmwares/arduino-usbserial/makefile old mode 100755 new mode 100644 diff --git a/libraries/EEPROM/EEPROM.cpp b/libraries/EEPROM/EEPROM.cpp old mode 100755 new mode 100644 diff --git a/libraries/EEPROM/EEPROM.h b/libraries/EEPROM/EEPROM.h old mode 100755 new mode 100644 diff --git a/libraries/Ethernet/utility/socket.h b/libraries/Ethernet/utility/socket.h old mode 100755 new mode 100644 diff --git a/libraries/Ethernet/utility/w5100.h b/libraries/Ethernet/utility/w5100.h old mode 100755 new mode 100644 diff --git a/libraries/LiquidCrystal/LiquidCrystal.cpp b/libraries/LiquidCrystal/LiquidCrystal.cpp old mode 100755 new mode 100644 diff --git a/libraries/LiquidCrystal/LiquidCrystal.h b/libraries/LiquidCrystal/LiquidCrystal.h old mode 100755 new mode 100644 diff --git a/libraries/LiquidCrystal/keywords.txt b/libraries/LiquidCrystal/keywords.txt old mode 100755 new mode 100644 diff --git a/libraries/Matrix/Matrix.cpp b/libraries/Matrix/Matrix.cpp old mode 100755 new mode 100644 diff --git a/libraries/Matrix/Matrix.h b/libraries/Matrix/Matrix.h old mode 100755 new mode 100644 diff --git a/libraries/Servo/Servo.cpp b/libraries/Servo/Servo.cpp old mode 100755 new mode 100644 diff --git a/libraries/Servo/Servo.h b/libraries/Servo/Servo.h old mode 100755 new mode 100644 diff --git a/libraries/Servo/keywords.txt b/libraries/Servo/keywords.txt old mode 100755 new mode 100644 diff --git a/libraries/SoftwareSerial/SoftwareSerial.cpp b/libraries/SoftwareSerial/SoftwareSerial.cpp old mode 100755 new mode 100644 diff --git a/libraries/SoftwareSerial/SoftwareSerial.h b/libraries/SoftwareSerial/SoftwareSerial.h old mode 100755 new mode 100644 diff --git a/libraries/Wire/Wire.cpp b/libraries/Wire/Wire.cpp old mode 100755 new mode 100644 diff --git a/libraries/Wire/Wire.h b/libraries/Wire/Wire.h old mode 100755 new mode 100644 diff --git a/libraries/Wire/examples/SFRRanger_reader/SFRRanger_reader.pde b/libraries/Wire/examples/SFRRanger_reader/SFRRanger_reader.pde old mode 100755 new mode 100644 diff --git a/libraries/Wire/utility/twi.h b/libraries/Wire/utility/twi.h old mode 100755 new mode 100644