1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/app
Cristian Maglie cf54cce660 SplashScreenHelper output progress in console for text-only mode
This commit makes this changes:

- SplashScreenHelper is now local in Base constructor
- if SplashScreenHelper is instantiated with a null SplashScreen
  instance then it outputs progress in console and avoid to make
  calls to Swing toolkit
- The parsing of command line arguments is anticipated so we can
  determine if we are in command line or GUI mode early and setup
  objects that produces output to not use graphics toolkits.
- In this case the SplashScreenHelper is initialized with a real
  splashscreen only if we are in GUI mode
2016-11-25 15:04:24 +01:00
..
.settings Updated eclipse project files 2015-06-25 12:47:38 +02:00
lib Update jna.jar to 4.2.2 2016-10-19 16:28:20 +02:00
src SplashScreenHelper output progress in console for text-only mode 2016-11-25 15:04:24 +01:00
test Merge remote-tracking branch 'cmaglie/fix-win-paths' 2016-11-03 12:10:24 +01:00
test-lib added files that state third party licenses 2013-08-28 10:12:33 +02:00
.classpath Added Batik 1.8 java library 2016-01-26 12:09:56 +01:00
.classpath_macosx Got rid of ANTLR: we never used it 2015-08-10 09:35:47 +02:00
.editorconfig Added .editorconfig files http://editorconfig.org/ 2015-05-08 10:18:43 +02:00
.project Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00
build.xml juint tests now use the correct jna lib again 2016-11-03 15:01:36 +02:00