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) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10508   8 years Don-vip fix #13078 - Add new listener that fires before first layer is added …
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10444   8 years Don-vip fix #13018 - Use new test rules for AutosaveTaskTest, increase …
(edit) @10442   8 years Don-vip fix #13009 - NPE on startup of JOSM (patch by michael2402) - gsoc-core
(edit) @10432   8 years Don-vip fix #13001 - Add MainPanel + some new methods (patch by michael2402, …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10340   8 years Don-vip fix #12927 - Move title management and main frame layout to new class …
(edit) @10296   8 years Don-vip sonar - squid:S1148 - Throwable.printStackTrace() should not be called
(edit) @10245   8 years Don-vip findbugs - CI_CONFUSED_INHERITANCE
(edit) @10235   8 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(edit) @10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10200   8 years Don-vip add more unit tests
(edit) @10093   8 years Don-vip add more unit tests
(edit) @10055   8 years Don-vip fix #12652 - Do not ...snip... bug report messages after 6000 …
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @9995   8 years bastiK fixed #12264 - Add own CA's to Java cert-store
(edit) @9396   8 years simon04 fix #7122 - Improve HTTP authentication for parallel requests (TMS/WMS …
(edit) @9347   8 years simon04 fix #12224 - Dialog for "Search menu items" This places the "Search …
(edit) @9238   8 years stoecker see #8562 - restart JOSM in case we switched from IPv6 to IPv4 only, …
(edit) @9171   8 years simon04 see #12231 - Use HttpClient instead of some Utils.openHttpConnection
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8736   9 years simon04 see #11843 - Give all directly started threads sensible names
(edit) @8706   9 years stoecker improve IPv6 check (workaround for bad data from Java) - fix #11452
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8562   9 years bastiK fixed splash deadlock for java 7 (fixes #11591, see #11355)
(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
Note: See TracRevisionLog for help on using the revision log.