Federico Fissore
|
fdf10eb663
|
Better parametric Bridge.begin()
|
2013-10-18 09:31:07 +02:00 |
|
Cristian Maglie
|
e21b182af2
|
Removed destructor from File.cpp and SD.h as it leads to unexpected close/destructed objects #814
|
2013-10-17 20:49:24 +02:00 |
|
Federico Fissore
|
49a05121d4
|
Examples now scrollable. Closes #1548 and #1177
|
2013-10-17 17:25:39 +02:00 |
|
Federico Fissore
|
d535f878f6
|
Boards now scrollable. Closes #1440
|
2013-10-17 17:16:16 +02:00 |
|
Federico Fissore
|
4a47eef28a
|
Mouse scroll wheel fix for MenuScroller
|
2013-10-17 16:58:56 +02:00 |
|
Federico Fissore
|
1877703920
|
Centering the first Editor to the middle of the main monitor. Fixes #1629
|
2013-10-17 16:51:56 +02:00 |
|
Federico Fissore
|
143c91f0b5
|
Import Library feedback was going to the first opened editor, despite its availability. Closes #1598
|
2013-10-17 14:29:12 +02:00 |
|
Federico Fissore
|
54253ee5c3
|
Improved error message when unable to connect to the board via SSH
|
2013-10-16 17:04:07 +02:00 |
|
Federico Fissore
|
027f7c7403
|
Forcing GUI update events to happen in the Event Dispatch Thread
|
2013-10-15 18:09:52 +02:00 |
|
Federico Fissore
|
f7f616c3bb
|
Adding AutoformatTest
|
2013-10-15 18:09:09 +02:00 |
|
Federico Fissore
|
995f0faf46
|
Updating revisions.txt #1587
|
2013-10-15 17:23:21 +02:00 |
|
Federico Fissore
|
06445dd151
|
Preventing upload and serial monitor on not (yet) available boards
|
2013-10-15 17:17:16 +02:00 |
|
Federico Fissore
|
9898fd7ae6
|
Added support to openssh config file
|
2013-10-15 17:17:16 +02:00 |
|
Federico Fissore
|
88f7504e81
|
Removed destructor from File.cpp and SD.h as it leads to unexpected close/destructed objects #814
|
2013-10-15 17:09:20 +02:00 |
|
Cristian Maglie
|
e8834d32f3
|
Servo library refactoring. See #1617
|
2013-10-15 09:41:42 +02:00 |
|
Federico Fissore
|
fd26f72e00
|
Updated revisions.txt
|
2013-10-14 20:05:45 +02:00 |
|
Federico Fissore
|
a81f04056d
|
fixing crlf for windows
|
2013-10-14 18:26:59 +02:00 |
|
Federico Fissore
|
56bdebb8d7
|
Introducing Artistic Style: new IDE autoformatter
|
2013-10-14 18:11:30 +02:00 |
|
Fede85
|
cb7b62f43e
|
added the support to the new display GREENTAB_L
|
2013-10-14 17:23:39 +02:00 |
|
Fede85
|
034cb91737
|
Merge remote-tracking branch 'origin/ide-1.5.x' into ide-1.5.x
|
2013-10-14 17:19:48 +02:00 |
|
Federico Fissore
|
6378c8c647
|
Moving Library.SOURCE_CONTROL_FOLDERS into FileUtils.isSCCSOrHiddenFile #1619
|
2013-10-14 14:48:41 +02:00 |
|
Federico Fissore
|
2ada52623d
|
Added missing class FileNameExtensionFilter
|
2013-10-14 12:57:07 +02:00 |
|
Federico Fissore
|
9558d43415
|
Merge branch 'master' into ide-1.5.x
|
2013-10-14 12:56:25 +02:00 |
|
Federico Fissore
|
72440e7893
|
Added missing class FileNameExtensionFilter
|
2013-10-14 12:55:39 +02:00 |
|
Federico Fissore
|
bef7b94ea7
|
merge
|
2013-10-14 12:42:42 +02:00 |
|
Federico Fissore
|
21ef50beb4
|
It was still using jdk FileNameExtensionFilter
|
2013-10-14 12:34:09 +02:00 |
|
Federico Fissore
|
65708b68a9
|
Print a warning instead than just ignoring #1619
|
2013-10-14 11:55:03 +02:00 |
|
Federico Fissore
|
c0a0e49db6
|
Ignore folders used by source code control software (subversino, git...) #1619
|
2013-10-14 11:40:13 +02:00 |
|
Federico Fissore
|
e548f3111c
|
Added another macos system profiler test
|
2013-10-12 15:02:45 +02:00 |
|
Federico Fissore
|
5fc1d779c7
|
It was still using jdk FileNameExtensionFilter
|
2013-10-12 15:02:08 +02:00 |
|
Fede85
|
02550de1e9
|
Merge remote-tracking branch 'origin/ide-1.5.x' into ide-1.5.x
|
2013-10-10 20:59:01 +02:00 |
|
Federico Fissore
|
6732677500
|
Merge pull request #1383 from bjelojac/patch-1
Fix for #814, Memory Leak
|
2013-10-09 08:42:12 -07:00 |
|
Cristian Maglie
|
be58b435fb
|
Small fixes to avr/boards.txt:
- adjusted Mega board name
- moved pid/vid to the proper place
- defined default build.board prop (so the IDE stops warning about that)
See #1605
|
2013-10-09 17:00:40 +02:00 |
|
Cristian Maglie
|
058ee205ba
|
Merge branch 'mega-adk' of github.com:Lauszus/Arduino into Lauszus-mega-adk
|
2013-10-09 16:45:05 +02:00 |
|
Cristian Maglie
|
a340140ee7
|
Merge pull request #1608 from supcik/fix_indent
Fix indentation (cosmetic)
|
2013-10-09 07:04:43 -07:00 |
|
Cristian Maglie
|
40dce96f11
|
Fixed adc_init() function.
See #1418
|
2013-10-09 15:54:47 +02:00 |
|
Jacques Supcik
|
aaafaf33b4
|
Fix indentation (cosmetic)
|
2013-10-06 10:59:53 +02:00 |
|
Kristian Sloth Lauszus
|
4e0f508590
|
Combine Mega and Mega 2560
|
2013-10-03 20:36:25 +02:00 |
|
Kristian Sloth Lauszus
|
b3a1c8424d
|
Removed incorrect readme
|
2013-10-03 20:33:19 +02:00 |
|
Kristian Sloth Lauszus
|
f6a0c45961
|
Split Arduino ADK into separate board
|
2013-10-03 20:32:28 +02:00 |
|
Cristian Maglie
|
d1d561ddb7
|
Update localization pull script to handle java Locale class exceptions
|
2013-10-02 18:18:35 +02:00 |
|
Cristian Maglie
|
6dd750e35b
|
Finished renaming resouces bundles "he" and "id" to "iw" and "in" respectively
|
2013-10-02 18:18:34 +02:00 |
|
Federico Fissore
|
d4fd836853
|
Removed jre.zip from windows: is now downloaded at "dist" time
Upgraded bundled java to version 7u40 (latest stable): closes #1405
|
2013-10-02 18:12:19 +02:00 |
|
Federico Fissore
|
9a10a22bc3
|
Renamed resouces boundles he and id to iw and in respectively
Removed try catch around i18n.init
|
2013-10-02 17:52:59 +02:00 |
|
Cristian Maglie
|
8028cc38e7
|
Added "English (UK)" to the language list.
|
2013-10-02 17:40:44 +02:00 |
|
Federico Fissore
|
63914efb06
|
Fixed locale selection
|
2013-10-02 17:34:38 +02:00 |
|
Cristian Maglie
|
2f38d1aaa5
|
Added "Using library.." debugging message in verbose output.
|
2013-10-01 15:03:43 +02:00 |
|
Cristian Maglie
|
a21d92e5c8
|
[sam] Added empty Serial::begin() with options for CDC-ACM
See #1563
|
2013-09-30 16:27:07 +02:00 |
|
Cristian Maglie
|
dc86455097
|
Merge branch 'master' into ide-1.5.x
|
2013-09-30 16:25:10 +02:00 |
|
Cristian Maglie
|
a0b9d95065
|
Merge branch 'usb-serial-begin' of github.com:pbrook/Arduino into pbrook-usb-serial-begin
|
2013-09-30 16:10:59 +02:00 |
|