source: josm/trunk/src/org/openstreetmap/josm/Main.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10687   8 years Don-vip remove deprecated Main.paste* fields (not used anymore by SVN plugins)
(edit) @10655   8 years Don-vip see #12472 - fix warning "OperatorPrecedence"
(edit) @10605   8 years Don-vip see #12478 - Use ​Swing Copy/Paste instead of CopyAction/PasteAction …
(edit) @10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10580   8 years Don-vip see #11390 - switch to Java 8
(edit) @10507   8 years Don-vip fix #13095 - Exception on closing layers (patch by michael2402) - gsoc-core
(edit) @10498   8 years Don-vip keep up to 10 errors/warnings now that we use a better bug report system
(edit) @10486   8 years Don-vip fix #13049 - Inform map view of Projection updates (patch by …
(edit) @10463   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(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) @10421   8 years Klumbumbus fix @since 10420
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10412   8 years Don-vip fix #12981 - mimic the old behavior of the layer listeners (patch by …
(edit) @10400   8 years Don-vip fix #12974 - Unit tests hang (patch by michael2402) - gsoc-core
(edit) @10395   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10394   8 years wiktorn Fix zoom to bounds. Patch by: michael2402 See: #12964
(edit) @10391   8 years wiktorn Fixes for LayerManager. * LayerManager: invoke hookupMapView at the …
(edit) @10387   8 years Don-vip fix #12970 - NPE in Main.exitJosm when a restart occurs during IPv6 check
(edit) @10371   8 years Don-vip fix #12944 - Reduce use of addLayer(..., bounds) - patch by …
(edit) @10340   8 years Don-vip fix #12927 - Move title management and main frame layout to new class …
(edit) @10288   8 years Don-vip fix #12882 - Use LayerManager for LayerListDialog (patch by michael2402)
(edit) @10279   8 years Don-vip GSOC core rework - LayerManager, see #12863, rename …
(edit) @10271   8 years stoecker GSOC core rework - LayerManager, fix #12863, by Michael Zangl
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10208   8 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @10044   8 years Don-vip sonar - squid:S1641 - Sets with elements that are enum values should …
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9989   8 years Don-vip sonar - Methods should not be empty
(edit) @9821   8 years bastiK fixed #12522 - Advanced preferences: display default entries …
(edit) @9751   8 years Don-vip see #12462 - Extend Save Layers dialog for more layer types (patch by …
(edit) @9276   8 years simon04 fix #12283 - Download notes in current view: fix NPE
(edit) @9238   8 years stoecker see #8562 - restart JOSM in case we switched from IPv6 to IPv4 only, …
(edit) @9222   8 years Don-vip fix #12257 - Ensures caret color is the same than text foreground color
(edit) @9205   8 years Don-vip fix some Findbugs warnings
(edit) @9087   8 years Don-vip sonar - fix some errors, mainly NPEs
(edit) @9074   8 years Don-vip pmd - Ternary operator with a boolean literal can be simplified with a …
(edit) @9059   8 years Don-vip checkstyle
(edit) @8959   8 years Don-vip improve unit test detecting invalid presets
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8863   9 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(edit) @8857   9 years Don-vip improve/cleanup unit tests
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8809   9 years simon04 fix #11372 - Main: commandline uses OpenLocationAction for parsing …
(edit) @8799   9 years simon04 fix #11898 - Command line --download option broken for bounds
(edit) @8738   9 years simon04 see #11843 - Terminate initialization threads
(edit) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(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) @8506   9 years Don-vip fix some Sonar issues
(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) @8412   9 years Don-vip ExecutorService field doesn't ever get shutdown
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8356   9 years Don-vip remove public mutable array Main.commandLineArgs
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8168   9 years bastiK see #11216 - Limit size of TMS cache (patch by wiktorn)
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8072   9 years Don-vip fix #10882 - Implement search box for main menu (modified patch from …
(edit) @8020   9 years bastiK see #11090 - make sure modifications to the current MapFrame are done …
(edit) @8015   9 years bastiK fixed #10989 - I18n display support for major Asian scripts (Tamil, …
(edit) @7894   9 years Don-vip Enable CLDR and add support for Khmer language (km) for Java 8 users
(edit) @7817   9 years bastiK fixed #10861 - Zoom to layer when opening new file (see #10860)
(edit) @7816   9 years bastiK fixed #10860 - set initial viewport correctly when mapview is opened
(edit) @7802   9 years bastiK allow logging in jmapviewer (see [o30848])
(edit) @7801   9 years Don-vip fix some Sonar issues
(edit) @7678   9 years stoecker fix #9059 - no more assumptions about URL for element browsing - use …
(edit) @7634   9 years Don-vip allow plugins to install custom look-and-feels
(edit) @7476   10 years Don-vip fix NPE seen in continuous integration, reproducible in offline mode
(edit) @7442   10 years Don-vip adjust number of errors/warnings in bug reports to avoid incomplete …
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7420   10 years Don-vip fix #9435 - add last 10 error/warning messages to bug report
(edit) @7402   10 years Don-vip fix some Sonar issues
(edit) @7358   10 years Don-vip see #9899 - refactor save/upload layer stuff to allow different layers …
(edit) @7335   10 years Don-vip see #10230, see #10033 - big rework of HTTPS support for Remote …
(edit) @7294   10 years Don-vip fix #10242 - catch NoClassDefFoundError when …
(edit) @7185   10 years Don-vip see #9518 - Automatically reload local styles using new Java 7 …
(edit) @7100   10 years Don-vip refactor tagging presets to allow presets-dependent unit tests to …
(edit) @7083   10 years Don-vip see #8465 - replace Utils.equal by Objects.equals, new in Java 7
(edit) @7026   10 years stoecker fix #3142 - drop applet code finally
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6992   10 years Don-vip cleanup/refactor of NavigatableComponent
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6979   10 years Don-vip simplify Java version checking
(edit) @6957   10 years Don-vip see #9897 - refactor OSX stuff
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6901   10 years Don-vip see #3764 - make UI messages copy-able (patch by simon04)
(edit) @6900   10 years stoecker see #9778 - force fixed string for XML name base
(edit) @6897   10 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6852   10 years Don-vip see #9710 - more debug messages
(edit) @6806   10 years Don-vip fix some Sonar issues introduced recently
(edit) @6783   10 years Don-vip fix some Sonar issues
Note: See TracRevisionLog for help on using the revision log.