source: josm/trunk/src/org/openstreetmap/josm/gui/MainApplication.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7493   10 years Don-vip fix HeadlessException when running java -jar josm.jar --help
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7383   10 years bastiK applied #10301 - extend display of maxspeed nodes (patch by …
(edit) @7343   10 years Don-vip see #10230, see #10033 - add "Install/uninstall certificate" buttons …
(edit) @7335   10 years Don-vip see #10230, see #10033 - big rework of HTTPS support for Remote …
(edit) @7187   10 years Don-vip fix #10079 - typos in messages and javadoc
(edit) @7043   10 years bastiK see #9691 - added command line option to enable debug level trace
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7002   10 years Don-vip see #8465 - sun.awt.exception.handler hack removed in Java 7
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6866   10 years Don-vip fix #9714 - wait for splash screen disappearance at startup
(edit) @6851   10 years Don-vip see #9710 - enable OAuth debug output with --debug + single endpoint …
(edit) @6839   10 years Don-vip do not block start when plugin list cannot be retrieved, save the …
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6806   10 years Don-vip fix some Sonar issues introduced recently
(edit) @6797   10 years Don-vip fix #9406 - Verify for new versions of plugins on crashes
(edit) @6730   10 years simon04 Allow to enable debug log messages by commandline argument --debug
(edit) @6642   10 years Don-vip Improve handling of network errors at startup, suggest to change proxy …
(edit) @6578   10 years bastiK Preferences rework. Merges the 4 maps for the 4 setting types into a …
(edit) @6528   10 years simon04 Fix i18n string
(edit) @6524   10 years Don-vip global use of Utils.joinAsHtmlUnorderedList()
(edit) @6523   10 years Don-vip Ask user to change proxy settings when proxy errors occur at startup …
(edit) @6471   10 years Don-vip Sonar - remove warnings related to the static preferences …
(edit) @6453   10 years Don-vip global use of osm website url and new url scheme
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6349   10 years Don-vip fix #9234 - For identified users, notifies periodically (every 5 …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6221   11 years Don-vip Make some defensive copies of user-supplied arrays, move …
(edit) @6143   11 years Don-vip see #8885 - cleanup in command line arguments and website URL handling
(edit) @6125   11 years bastiK see #7275 - allow script to handle restart When JOSM was started with …
(edit) @6108   11 years Don-vip fix #8912 - language command line option evaluated too late
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6083   11 years bastiK see #8902 - Small performance enhancements (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5868   11 years stoecker see #8606 - use JOSM agent also for WebStart, join help browser and …
(edit) @5831   11 years Don-vip see #8571 - Include command-line arguments in status report
(edit) @5829   11 years Don-vip fix javadoc + minor refactorization/code cleanup
(edit) @5796   11 years Don-vip fix #8533 - AWT dead lock when hiding splash screen and opening main …
(edit) @5605   11 years Don-vip fix #8234 - Icon image twice in source
(edit) @5538   11 years bastiK move window switch listener to Main class, because it is needed in a plugin
(edit) @5365   12 years stoecker fix help text
(edit) @5363   12 years stoecker change version output on start
(edit) @5279   12 years bastiK use gnu getopt for command line processing improvements: * long …
(edit) @5201   12 years simon04 see #4421 - command line argument --load-preferences= to apply …
(edit) @4932   12 years stoecker fix 6833 - use WindowGeometry for toggle dialogs and mainwindow …
(edit) @4906   12 years akks See #7303: Added option to run Download dialog on startup and help …
(edit) @4789   12 years simon04 allow to change preference settings via cmd line arguments (e.g., …
(edit) @4735   12 years Don-vip typo
(edit) @4720   12 years jttt Register EDT checker (by default only for locally compiled josm). It …
(edit) @4681   12 years simon04 see #6329 - improve splash screen: show execution time of items, …
(edit) @4527   13 years Don-vip fix #6950 - Parallel way mode snap distance broken for non-metric units
(edit) @4259   13 years bastiK see #5906 - start option --version
(edit) @4249   13 years bastiK improve plugin hook for credentials handling
(edit) @4245   13 years bastiK some renames to simplify further development
(edit) @4139   13 years stoecker fix #6474 - fix toolbar action entries for some actions and fix …
(edit) @4083   13 years bastiK wording (see #6252)
(edit) @4061   13 years stoecker fix #1608 - better icons for JOSM
(edit) @3959   13 years framm delay activation of RemoteControl listen socket; closes #6066
(edit) @3815   13 years stoecker fixes for applet
(edit) @3715   13 years Upliner Added imagery plugin to josm core. Imagery plugin is union of …
(edit) @3707   13 years bastiK Added remotecontrol plugin to josm core. This plugin was initially …
(edit) @3686   13 years bastiK remove debugging output for #5559; some comments
(edit) @3679   13 years bastiK see #5559 - ExtendedDialog.showDialog() blocks when called in main …
(edit) @3675   13 years bastiK debug output for autosave (#5559 and others)
(edit) @3542   14 years stoecker hopefully fix some applet issues
(edit) @3461   14 years bastiK added gui preference for autosave; fixed #5359 - Button to delete …
(edit) @3435   14 years jttt Fix #5320 autosave restore: josm loads data before affirmation
(edit) @3431   14 years bastiK added purge action (some testing would be welcome)
(edit) @3417   14 years bastiK Added message box if JOSM starts with Java 5. The following classes …
(edit) @3410   14 years jttt Fix #5287 Zoom in to data after JOSM crash & restore
(edit) @3378   14 years jttt Fix #2662 Auto-save
(edit) @3287   14 years stoecker fix #4706 and fix #5066 - plugin handling
(edit) @3252   14 years jttt Fix #2234: Translation can cause JosmActions to illegally handle shortcuts
(edit) @3232   14 years jttt Fix #2297 JOSM Webstart fails at loading plugins, cleanup puwg projection
(edit) @3098   14 years jttt Added handler for uncaught exception in modal dialogs
(edit) @3054   14 years stoecker don't keep .jar.new for linux, this is only necessary for windows system
(edit) @2876   14 years bastiK fix #3745 - fullscreen geometry not restored (patch by bomm)
(edit) @2856   14 years Gubaer fixed #4365: "Do you want to update plugins" request shown behind …
(edit) @2839   14 years framm fix messages
(edit) @2821   14 years Gubaer applied #4344: patch by bomm: simplify command line processing
(edit) @2820   14 years Gubaer applied #4345: patch by bomm: another fix for usage message
(edit) @2817   14 years Gubaer fixed #3063: Downloading a plugin yields 3 dialogs at the same time: …
(edit) @2801   14 years stoecker fixed line endings of recent checkins
(edit) @2800   14 years stoecker fix commandline help - closes #4312 - patch by bomm
(edit) @2798   14 years stoecker fix commandline file loading - closes #4288 - patch by bomm
(edit) @2748   14 years Gubaer new: JOSM now supports OAuth See also …
(edit) @2715   14 years stoecker fixed #3772, #4139 - fixed help browser - the external start never …
(edit) @2641   14 years Gubaer new: supports system defined proxies if JOSM is started with …
(edit) @2358   14 years Gubaer fixed #3305: Version is UNKNOWN fixed #3429: created_by=* includes the …
(edit) @2274   15 years Gubaer Improved help browser layout (now uses custom CSS shipped with JOSM) …
(edit) @2085   15 years stoecker applied #3439 - patch by avar - fix broken language selection
(edit) @2081   15 years Gubaer fixed #3393: loooong delay when using presets with a large osm file - …
(edit) @2063   15 years Gubaer applied #3396: patch by bastiK: Document some useful option (josm.home)
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1802   15 years stoecker cleanup license and contributions a bit
Note: See TracRevisionLog for help on using the revision log.