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) @8525   9 years simon04 see #11591, see #11355 - Splash screen: attempt to fix lock issue (2)
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8497   9 years simon04 fix #11355 - Splash screen: display parallel initialization tasks in a …
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8392   9 years Don-vip remove useless code (Method implemented with an exact copy of its …
(edit) @8388   9 years Don-vip performance - use of EnumMap / EnumSet
(edit) @8387   9 years Don-vip fix some Findbugs warnings
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8356   9 years Don-vip remove public mutable array Main.commandLineArgs
(edit) @8298   9 years stoecker see #8562 - text improvement
(edit) @8296   9 years stoecker see #8562 - move IPv6 detection to main class instead of preferences
(edit) @8290   9 years Don-vip code cleanup
(edit) @8282   9 years stoecker fix handling of khmer a bit
(edit) @8175   9 years stoecker see #11271 - fix typo
(edit) @8169   9 years stoecker fix #11271 - allow to skip plugin loading - patch by Bryce Nesbitt
(edit) @8072   9 years Don-vip fix #10882 - Implement search box for main menu (modified patch from …
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @8030   9 years bastiK see #11090 - refresh plugin info after download & before loading
(edit) @8017   9 years bastiK see #11090 - basic support for plugin loading at runtime. This is …
(edit) @8015   9 years bastiK fixed #10989 - I18n display support for major Asian scripts (Tamil, …
(edit) @7896   9 years Don-vip fix font problems with Khmer. Only tested on Java 8/Windows 7 right now.
(edit) @7894   9 years Don-vip Enable CLDR and add support for Khmer language (km) for Java 8 users
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7843   9 years Don-vip update help and man pages
(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 …
Note: See TracRevisionLog for help on using the revision log.