Commit Graph

90 Commits

Author SHA1 Message Date
Federico Fissore e1579af565 PdePreprocessor: different patterns order leads to a slightly different result. Updating test 2013-11-11 12:24:59 +01:00
Federico Fissore 07f8c691b4 PdePreprocessor.scubComments result used before looking for libraries. Fixes #1293 2013-11-11 12:05:59 +01:00
Kristian Lauszus 7706fcfdde Can now detect devices with serial number in the port number on OSX - see: https://github.com/arduino/Arduino/issues/223
It now also parses PID and VID values with text afterwards properly
2013-11-11 04:42:29 +01:00
Federico Fissore 0d8e12dbe0 OSX workaround for board autodetection #223 2013-11-08 20:34:05 +01:00
Federico Fissore bdf7eba7ed Fixed pre processor bug. Closes #1245 2013-10-22 17:32:25 +02:00
Federico Fissore 59de784e9f Trying to fix macosx system_profiler parser 2013-10-21 18:34:38 +02:00
Federico Fissore f7f616c3bb Adding AutoformatTest 2013-10-15 18:09:09 +02:00
Federico Fissore 9898fd7ae6 Added support to openssh config file 2013-10-15 17:17:16 +02:00
Federico Fissore e548f3111c Added another macos system profiler test 2013-10-12 15:02:45 +02:00
Federico Fissore 553ef6ee70 More tests on maxosx system profiler output 2013-09-20 10:40:03 +02:00
Cristian Maglie 0b632dba47 Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discovery
Conflicts:
	hardware/arduino/avr/cores/arduino/USBCore.cpp
2013-07-30 10:45:44 +02:00
Cristian Maglie f8ec9418d1 Fixed bug in StringReplacer 2013-07-19 16:08:36 +02:00
Federico Fissore f648715621 Introducing uploader "warnings", a first attempt to give users more feedback with complex uploads 2013-07-10 09:44:49 +02:00
Federico Fissore ae222c10e7 HTTPUploader is now SSHUploader
running avrdude with ssh, thus recovering incremental output
2013-06-13 13:01:21 +02:00
Cristian Maglie 4b0a976686 First refactoring of uploaders 2013-06-03 00:44:15 +02:00
Federico Fissore e25601e3e5 cleanup 2013-05-31 10:11:59 +02:00
Federico Fissore 376b0f8b3f Serial.dispose() throws IOException
SerialException extends IOException
SerialMonitor is now a subclass of a generic AbstractMonitor; introducing NetworkMonitor
UploaderFactory becomes PerPortObjectFactory and can build AbstractMonitors
favouring IOException over SerialException
collecting constants in Constants
made MessageSiphon stoppable
2013-05-31 09:45:52 +02:00
Federico Fissore f9945b55f1 dogstick is now yun 2013-05-23 11:03:09 +02:00
Federico Fissore 11db302b3e made parser aware of that now vid & pid have 0x 2013-05-06 12:31:03 +02:00
Federico Fissore 8ba3533a7a more macosx boards autodetect tests 2013-05-06 12:31:03 +02:00
Federico Fissore 2f5d71fb59 updated code to reflect upstream API changes 2013-05-06 12:31:03 +02:00
Federico Fissore 0b8489d31e boards.txt modified. java code updated 2013-05-06 12:31:02 +02:00
Federico Fissore e6468f0387 first upload code 2013-05-06 12:31:02 +02:00
Federico Fissore 1445529d1c working on #223: Auto-detection of serial ports. Windows version ready 2013-05-06 12:31:01 +02:00
Federico Fissore 0d47f22787 working on #223: Auto-detection of serial ports. Mac version ready even if a bit slow 2013-05-06 12:31:01 +02:00
Cristian Maglie 443d0e1f26 Updated libaries and core handling.
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification

Merge branch 'lib-1.5-cores' into ide-1.5.x
2013-04-17 17:53:03 +02:00
Cristian Maglie a1d63c27d8 Fixed I18NTest 2013-03-11 20:22:04 +01:00
Cristian Maglie 3c01c5ff77 A lot of refactoring on Preferences, custom menus and Boards:
- Merged MapWithSubkeys into PreferencesMap.
- Added TargetBoard class.
- Simplified a bit submenu generation.
2013-03-02 13:28:40 +01:00
Cristian Maglie 37f5315464 Added test for GUI (Reduce Indent) 2013-02-27 17:10:46 +01:00
Cristian Maglie d246ca06ab Added test for "Decrease Indent with 1 char on the last line"
See #1271
2013-02-27 13:34:52 +01:00
Federico Fissore 6a721ab52a cleaned up imports 2013-02-27 11:51:14 +01:00
Federico Fissore af1828a00a GUI tests:
- refactored to execute GUI code in swing thread
- added failing test the check escape keypress behaviour con save/close modal dialog see #1279
2013-02-27 11:42:16 +01:00
Federico Fissore e399b1e50a first functional test made with FEST: simulation of user interaction with the IDE
found and solved a bug with caret positioning with a cleared editor (see #1288)
2013-02-20 09:36:33 +01:00
Federico Fissore c1ce89ee48 I18NTest: using _en as reference, removed test failure as this test was downgraded to "report" 2013-01-24 10:44:17 +01:00
Federico Fissore 8a8bb44745 monitoring I18N translations 2013-01-23 13:13:01 +01:00
Federico Fissore 5fd56b5d91 monitoring I18N translations 2013-01-23 13:04:45 +01:00
Federico Fissore 9b7f473fae new boards menu with custom submenus
https://code.google.com/p/arduino/issues/detail?id=257
2012-10-29 16:40:49 +01:00
Federico Fissore 44045cc85d import library also import folder (already expanded libraries) 2012-10-18 16:49:14 +02:00
Federico Fissore 378c4392e0 keep included folder name as top level folder name, delete MAC folder and hidden files 2012-10-18 16:00:02 +02:00
Federico Fissore e8ea12c629 Add library from ZIP 2012-10-17 15:25:29 +02:00