Cristian Maglie
369b23a7d2
Refactored function to get status of menus in MacOSX
2017-09-28 12:57:56 +02:00
Martino Facchin
59a57a9312
Use classic close() handle when macOS 10.13 workaround is on
2017-09-28 09:25:46 +02:00
Martino Facchin
0c325b4ff6
Update appbundler
...
This fixes the locale not being set correctly in some cases, and forces CFBundleDevelopmentRegion to en to overcome High Sierra Java bug
Patch:
```
diff -r 97eb6c13cf33 appbundler/src/com/oracle/appbundler/AppBundlerTask.java
--- a/appbundler/src/com/oracle/appbundler/AppBundlerTask.java Wed Aug 02 12:06:27 2017 +0200
+++ b/appbundler/src/com/oracle/appbundler/AppBundlerTask.java Thu Sep 21 16:13:04 2017 +0200
@@ -601,7 +601,7 @@
xout.writeCharacters("\n");
// Write bundle properties
- writeProperty(xout, "CFBundleDevelopmentRegion", "English");
+ writeProperty(xout, "CFBundleDevelopmentRegion", "en");
writeProperty(xout, "CFBundleExecutable", executableName);
writeProperty(xout, "CFBundleIconFile", (icon == null) ? DEFAULT_ICON_NAME : icon.getName());
writeProperty(xout, "CFBundleIdentifier", identifier);
```
2017-09-27 17:54:49 +02:00
Martino Facchin
b400e164ce
remove useScreenMenuBar switches from Info.plist
2017-09-27 17:44:38 +02:00
Martino Facchin
a2b5f661b8
Fix macOS 10.13 missing menubar
...
The global bar is being used if locale is English and About() menu is present
2017-09-27 17:43:52 +02:00
Cristian Maglie
7c27d09c6f
Added check for negative font size in preferences.
...
This should allow to automatically recover situations like
https://github.com/arduino/Arduino/issues/6359#issuecomment-324247440
See #6359
2017-08-28 18:01:30 +02:00
Cristian Maglie
5427f94b9d
Do not allow negative font resize
...
Fix #6359 (again)
2017-08-28 17:57:21 +02:00
Cristian Maglie
fcd88e6a43
IDE: "New/rename tab" now allow numbers as first char
...
Fix #6656
Related to #6592 and 4545283ae7
2017-08-28 14:35:49 +02:00
Cristian Maglie
5bbb9054d4
Starting 1.8.5
2017-08-28 13:04:57 +02:00
Martino Facchin
39bb83d32a
Update bundled avr core to 1.6.20
2017-08-18 15:58:02 +02:00
Cristian Maglie
ec2481ce2b
Update revisions log
2017-08-18 15:44:48 +02:00
Martino Facchin
328296a2c5
Only reapply serial monitor last location if it fits the screen
...
There could be a couple of edge cases in this approach (for example, if someone wants to keep the serial monitor window only half visible).
However, it should be at least safe (no serial monitors on the second screen) if the Window Manager acts correctly (by moving all the windows on the second monitor to the primary on detach).
2017-08-18 15:25:11 +02:00
Martino Facchin
8292989e2d
Separate screen dimensions storing from recent sketches
2017-08-18 15:25:11 +02:00
per1234
60c169ce91
Remove unused file from toneMultiple example
...
pitches.h is not used by this sketch so its presence will only cause confusion.
2017-08-18 15:19:20 +02:00
Cristian Maglie
5c3f474c0e
Updated translations
2017-08-18 15:17:48 +02:00
Cristian Maglie
4545283ae7
Sketch names starting with a digit are now allowed
...
Fix #6592
2017-08-18 15:11:24 +02:00
Cristian Maglie
495c29c44b
Updated Robot libraries
...
See #4040
2017-08-18 13:10:57 +02:00
Martino Facchin
275051fdcf
Merge pull request #6623 from per1234/fix-toneMultiple
...
Fix incorrect comment in toneMultiple example
2017-08-17 09:45:24 +02:00
per1234
86c5ca8547
Fix incorrect comment in toneMultiple example
...
The comment about the note duration didn't match the code.
2017-08-16 15:44:30 -07:00
Cristian Maglie
5a72323185
Removed stale file
2017-08-16 11:22:02 +02:00
Martino Facchin
6067e2d07e
Update LiquidCrystal to 1.0.7
2017-08-10 10:34:36 +02:00
Martino Facchin
aae5fa77aa
Update revisions.txt
2017-08-01 12:04:25 +02:00
Martino Facchin
ad02e4940c
Merge pull request #6130 from facchinm/allow_resizing_console_to_zero
...
Allow setting low values as minimum console size
2017-08-01 11:47:01 +02:00
Martino Facchin
d9d1406f64
Merge pull request #6459 from facchinm/smaller_preference_panel
...
Remove gaps on confirmation button to fit 600px height
2017-08-01 11:46:22 +02:00
Martino Facchin
144213fb8a
Merge pull request #6388 from matthijskooijman/fix-renaming-new-files
...
Fix renaming of newly added files
2017-08-01 11:45:29 +02:00
Martino Facchin
91cdf53147
Merge pull request #6551 from facchinm/test_pr6394
...
Add font size shortcuts (menu, keyboard and mouse)
2017-08-01 11:45:04 +02:00
Martino Facchin
0c4d59d13f
Merge pull request #6411 from facchinm/huge_serialportlist_scrollable
...
Add scroller for serial port list menu
2017-08-01 11:44:28 +02:00
Martino Facchin
4d675d126e
Merge pull request #6558 from herrold/master
...
XFCE's Launcher wants the .desktop file to be +x as well
2017-08-01 11:43:55 +02:00
R P Herrold
1c23d5b020
reverse attempt to do permission bits inside the install phase, and
...
add this to the build specification /.xml instead
2017-07-27 11:03:27 -04:00
Cristian Maglie
93217c40c7
CLI: fixed missing "runtime.platform.path"
...
This happens when the CLI is runned without the `--board` option.
Fix #6463
2017-07-27 15:56:24 +02:00
Martino Facchin
472b3b8b39
Merge pull request #6556 from per1234/start-184
...
Starting IDE 1.8.4
2017-07-27 09:22:58 +02:00
R P Herrold
89ff576419
XFCE's Launcher wants the .desktop file to be +x as well
...
-- add a --mode 755 for it
2017-07-26 18:28:19 -04:00
per1234
7c039c484b
Starting IDE 1.8.4
...
Fixes https://github.com/arduino/Arduino/issues/6554
2017-07-26 08:17:44 -07:00
Cristian Maglie
101677bba2
Fixed NPE introduced in 125846f5
...
Fix #6552
2017-07-25 23:03:25 +02:00
Martino Facchin
388822ad95
Implement font increse/decrease with CTRL+MouseWheel
2017-07-25 14:58:10 +02:00
Martino Facchin
c07f8fca54
Use CTRL+"+" as Increase Font shortcut
2017-07-25 14:57:21 +02:00
Varun Mehta
0fc235da76
Fixed Serial Port Argument That May Include Spaces
...
Other paths in avrdude.upload.pattern are wrapped in double quotes, and
this -P{serial.port} causes issues with some platforms. This allows
serial port devices which include spaces and other characters. Without
this fix a /dev/tty* or /dev/cu* device that includes a space in its
name gets truncated when passed to avrdude. Error messages returned
from avrdude are cryptic, and workarounds (symlinks) are prone to
failure.
Fixes #3693
2017-07-25 14:13:13 +02:00
Martino Facchin
ba27ca6c76
Remove LiquidCrystal from main repo
...
Since there are no pending PRs or Issues, remove the folder and use https://github.com/arduino-libraries/LiquidCrystal as reference repo
2017-07-25 13:03:06 +02:00
Cristian Maglie
7baf84ee20
Forget checksum for an archive... oopps
2017-07-19 11:32:21 +02:00
Cristian Maglie
e15948227f
Fixed wrong folder name for Adafruit Circuit Playground library
...
Fix #6462
2017-07-19 10:32:26 +02:00
Cristian Maglie
7d24d0e35b
Update revision log
2017-07-18 14:03:26 +02:00
Cristian Maglie
ddf60361d6
Toolbar can now go full width on 4K display
...
Fix #5341
2017-07-18 14:00:56 +02:00
Cristian Maglie
cbbac9dbda
code makeup: use String.isEmpty() method
2017-07-18 13:02:13 +02:00
Cristian Maglie
93fc220c55
Fix simple java error in LIBRARY_INDEX_URL_GZ assignment
...
Being a final variable it must be assigned only once.
2017-07-18 13:01:03 +02:00
per1234
dc5827e08b
Use correct part names in Tools > Processor menus
...
It's ATmega328P, not ATmega328.
Partially solves https://github.com/arduino/Arduino/issues/6369
2017-07-18 12:22:43 +02:00
per1234
5f86bdd1b4
Use consistent format for Max/MSP patches included in the built-in example comments
2017-07-18 11:07:37 +02:00
per1234
abc9a8917d
Use consistent formatting style for Processing code included in built-in example comments
2017-07-18 11:07:37 +02:00
per1234
18b5327da0
Use consistent line wrapping in built-in example comments
2017-07-18 11:07:37 +02:00
per1234
2570383db9
Use a consistent number of spaces after punctuation in the comments of the built-in examples
2017-07-18 11:07:37 +02:00
per1234
e3044a5f5a
Make the formatting of opening comments of built-in examples consistent
2017-07-18 11:07:37 +02:00