1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00
Commit Graph

379 Commits

Author SHA1 Message Date
c1ce89ee48 I18NTest: using _en as reference, removed test failure as this test was downgraded to "report" 2013-01-24 10:44:17 +01:00
6f08b8eae1 translations updated. new translations added 2013-01-23 17:58:00 +01:00
a281930f3f Upped version to 1.5.2 2013-01-23 17:26:46 +01:00
316b871829 Refactored PdePreprocessor class 2013-01-23 13:42:09 +01:00
8a8bb44745 monitoring I18N translations 2013-01-23 13:13:01 +01:00
5fd56b5d91 monitoring I18N translations 2013-01-23 13:04:45 +01:00
1c7c530454 Scroll the editor tab menu.
When the sketch folder contains a lot of source files, the editor
tab menu should scroll. Without this, we don't have a way to select
some files hidden under bottom edge of the screen.
2013-01-18 15:57:43 +09:00
e1856b373c scrollable menu 2013-01-16 17:19:04 +01:00
73c8f1c4ab see #1211: formatted code, moved RelativePath code into FileUtils 2013-01-16 14:05:06 +01:00
093483602f fixed a bug introduced by my rebase after 24bef6b. 2013-01-16 14:05:05 +01:00
02447a0170 Portable Arduino
Use Arduino on USB flash stick and without affecting anything on your PC.

To use this feature, simply make a folder named "portable" in the application
root folder where there are "hardware", "examples", "lib" and others.
In this mode, file association setting is disabled in the preferences dialog.

The sketch book folder is inside the "portable" folder. This may be confusing
especially for Mac OSX "Arduino.app" folder.
2013-01-16 14:05:05 +01:00
3c6f2ced52 triggering onBoardOrPortChange when changing port 2013-01-07 12:06:07 +01:00
6c57bc362b Default sketchbook folder for Linux
should be "Arduino".
2012-12-31 01:10:09 +09:00
b5d264443c Merge remote-tracking branch 'arduino/ide-1.5.x' into ide-1.5.x 2012-12-27 11:58:47 +01:00
a05c73bf8f Permissions/IO errors can cause nullpointerexception
Fixes #1160
Merge remote-tracking branch 'arduino/ide-1.5.x-issue1160' into ide-1.5.x
2012-12-27 11:56:37 +01:00
85d1b50505 merging #91 2012-12-27 11:42:24 +01:00
739ab8c873 Removed 2secs wait while using IDE from command line 2012-12-23 15:34:33 +01:00
a35e6194f1 merging #84 2012-12-19 16:56:22 +01:00
b703b8a964 Merge pull request #84 from JackDanger/typo-in-ethernet-localizzazione
Fixed two typos in deprecation warning in Italiano
2012-12-19 07:53:32 -08:00
2cfebc9cd0 porting #100 to branch 1.5.x 2012-12-19 16:23:07 +01:00
1750ff0266 Sort keys in the preferences.txt. 2012-12-19 22:58:53 +09:00
022d550909 Extended command line flags 2012-12-19 10:32:29 +01:00
12ac3f3958 Fixed NPE when unknown platform/board are selected in preference 2012-12-18 20:30:26 +01:00
69b31ba86f Removed debug message. 2012-12-18 20:28:43 +01:00
1247b230bc yet another fix to I18N
see #1170
2012-12-17 17:47:24 +01:00
b56034e785 Merged 1.0.4 pre-release into 1.5 2012-12-17 17:06:20 +01:00
24bef6b559 see #1170 #943 2012-12-13 15:18:22 +01:00
8dacb1eab0 see #1160 2012-12-12 17:23:46 +01:00
4011f480d1 see #1161 2012-12-12 16:25:52 +01:00
9fdb047197 removed check on .h file existence 2012-12-10 10:43:13 +01:00
d458ef7806 fixed permissions on a lot of text files. see #1116 2012-12-10 10:42:49 +01:00
b32ed2d450 Upped version number to 1.0.3 2012-12-07 18:31:48 +01:00
b918faffbd Fixed examples search in fat-libraries 2012-12-05 17:06:56 +01:00
e18d2a018d ignored test-bin folder
junit reports in xml
2012-12-04 13:43:21 +01:00
320648e67f tests now run at each build 2012-12-04 13:38:02 +01:00
4076baa81c fixed java 1.5 compatibility issue 2012-12-04 11:59:13 +01:00
527e07b26f fixed java 1.5 compatibility issue
moved unknown AutoFormat class to external folder
2012-12-04 11:54:19 +01:00
b6ef902eae Hack to include phrases from "platform.txt".
These phrases from "platform.txt" should be included in the "*.po" files.
  "Arduino AVR Boards"
  "Arduino ARM (32-bits) Boards"
This patch is a hack to do so.
See commit 9e25ad57db.
2012-11-25 15:59:08 +09:00
b532d96564 Updated URL for bugs/issues 2012-11-19 12:57:29 +01:00
ddd35a2441 Updated URL for bugs/issues 2012-11-19 12:54:24 +01:00
0f06e30a9e Removed unused code 2012-11-14 13:20:19 +01:00
df23af53bd Merge branch 'ide-1.5.x' of github.com:arduino/Arduino into ide-1.5.x 2012-11-14 12:32:27 +01:00
c761fc1aa4 Added command line compile.
Merge branch 'cmd-build' into ide-1.5.x

Conflicts:
	app/src/processing/app/Base.java
2012-11-14 12:28:21 +01:00
9e25ad57db Hack to include a word "Processor" in *.po files.
The word "Processor" appears in the "Tools" menu. However, this word is not
in the "*.po" files. This is because the word is not in any source code files,
and is in "boards.txt".

This hack is to include this word in the "*.po" files by extracting _(...)
calls automatically by gettext tool.
2012-11-11 15:12:51 +09:00
27b8048fc6 "Boards" must be wrapped in _(...) call.
For internationalization, the word "Boards" must be wrapped directly in
_(...) call. The call was done in makeOrGetBoardMenu(). However, the second
call to makeOrGetBoardMenu() has the argument already wrapped by _(...).
2012-11-11 14:57:40 +09:00
90ecc3773d avoid "Menu has no enabled items" exception 2012-11-06 15:16:32 +01:00
dc97316100 Set version to 1.5.1
Merge remote-tracking branch 'arduino/master' into HEAD

Conflicts:
	app/src/processing/app/Base.java
	todo.txt
2012-11-04 22:55:40 +01:00
b90f4889bd Upping version to 102 (1.0.2). 2012-11-04 16:41:09 -05:00
d5e7d0dabd Fixed verbose upload. Removed unused platform.txt params. 2012-11-04 01:05:54 +01:00
f689991a59 Adding LilyPad Arduino USB. 2012-11-01 10:45:50 -04:00