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) @13647   6 years Don-vip see #16204 - Allow to start and close JOSM in WebStart sandbox mode …
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @13326   6 years Don-vip findbugs - NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE
(edit) @13322   6 years Don-vip see #15767 - clear projection change listeners at the end of unit tests
(edit) @13319   6 years Don-vip see #15767 - CopyOnWriteArrayList iterators do not support remove …
(edit) @13316   6 years Don-vip see #15767 - change Main.listeners to CopyOnWriteArrayList and …
(edit) @13249   6 years Don-vip remove Main.WindowSwitchListener, unused and forgotten in r11925
(edit) @13180   6 years Don-vip see #15310 - remove Main.worker
(edit) @13173   6 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @13023   6 years bastiK see #15451 - fix initialization
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12777   7 years bastiK see #15229 - add registry for NTV2 grid file sources removes …
(edit) @12776   7 years bastiK see #15229 - remove dependency of NTV2GridShiftFileWrapper on …
(edit) @12755   7 years Don-vip see #15229 - see #15182 - make Main to not depend on JCS
(edit) @12735   7 years bastiK see #15229 - move CoordinateFormat code out of LatLon class
(edit) @12718   7 years Don-vip see #13036 - see #15229 - see #15182 - make Commands depends only on …
(edit) @12696   7 years Don-vip see #15182 - remove deprecation of Main.undoRedo until I figure how …
(edit) @12691   7 years Don-vip see #15182 - introduce Main.getEditDataSet to avoid unneeded GUI …
(edit) @12665   7 years Don-vip see #15182 - fix #15186 - fix #15192 - fix initialization of …
(edit) @12647   7 years Don-vip see #15182 - remove unused method
(edit) @12645   7 years Don-vip see #15182 - remove last non-deprecated dependence of Main on GUI
(edit) @12644   7 years Don-vip see #15182 - remove dependence of I18n on GUI
(edit) @12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12642   7 years Don-vip see #15182 - deprecate Main.main.panel. Replacement: …
(edit) @12641   7 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12639   7 years Don-vip see #15182 - deprecate shortcut handling and mapframe listener methods …
(edit) @12638   7 years Don-vip see #15182 - remove Main.currentProgressMonitor. Replacement: …
(edit) @12637   7 years Don-vip see #15182 - deprecate Main.toolbar. Replacement: …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12633   7 years Don-vip see #15182 - move GUI program arguments management from Main to …
(edit) @12631   7 years Don-vip see #15182 - remove last calls to Main.map
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12629   7 years Don-vip see #15182 - move GUI initialization stuff from Main (abstract) to …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12507   7 years Don-vip fix #15062 - avoid NPE when restarting JOSM
(edit) @12128   7 years Don-vip see #14741 - rework initialization of Main.contentPanePrivate
(edit) @12127   7 years Don-vip fix #14783 - fix NPE when loading early plugins. Restored the static …
(edit) @12125   7 years Don-vip see #14741 - rework initialization of Main.Panel so that it is done …
(edit) @12119   7 years michael2402 Fix weak projection listener of NavigatableComponent being lost.
(edit) @12011   7 years Don-vip improve unit test coverage of Main
(edit) @12010   7 years Don-vip remove unused methods
(edit) @11995   7 years Don-vip fix #14690 - Loading commandline file blocks JOSM (regression from r11986)
(edit) @11988   7 years Don-vip improve unit test for Main.postConstructorProcessCmdLine
(edit) @11986   7 years Don-vip add unit test for Main.postConstructorProcessCmdLine
(edit) @11925   7 years Don-vip drop Main.MasterWindowListener (unused)
(edit) @11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11904   7 years Don-vip sonar - squid:S2301 - Public methods should not contain selector arguments
(edit) @11898   7 years bastiK fixed #13100 - NPE on launch
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11656   7 years Don-vip FindBugs - ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
(edit) @11650   7 years Don-vip FindBugs - MS_MUTABLE_COLLECTION
(edit) @11642   7 years Don-vip fix #14422 - Dynamic NTV2 grids
(edit) @11510   7 years Don-vip sonar - fb-contrib:ACEM_ABSTRACT_CLASS_EMPTY_METHODS
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11352   7 years Don-vip javadoc
(edit) @11339   7 years simon04 Loop can be replaced with Collection.removeIf()
(edit) @11284   7 years michael2402 Fix #14005: Initialize Territories before RightAndLefthandTraffic
(edit) @11262   7 years simon04 fix #13982 - Wrong links to OSM website if different API is used
(edit) @11247   7 years Don-vip see #9400 - see #10387 - see #12914 - initial implementation of …
(edit) @11213   7 years Don-vip checkstyle
(edit) @11208   7 years simon04 fix #13899 - EDT violation in SaveLayersDialog via PluginHandler
(edit) @11106   8 years Don-vip do not shutdown static executor services in headless mode for jenkins …
(edit) @11093   8 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
(edit) @11092   8 years simon04 fix #13767 - Asynchronous initializations for more reactive UI
(edit) @10975   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10962   8 years Don-vip improve unit tests
(edit) @10936   8 years Don-vip sonar
(edit) @10899   8 years Don-vip fix #13318 - Clean up program startup (parameters, logging) - patch by …
(edit) @10876   8 years Don-vip fix #13309 - fix unit tests (patch by michael2402) - gsoc-core
(edit) @10858   8 years Don-vip see #13306, see #13392 - remove Main.isOpenJdk, not used anymore
(edit) @10786   8 years Don-vip see #11390 - remove non-working java version check as it would need to …
(edit) @10759   8 years Don-vip sonar - squid:S2440 - Classes with only "static" methods should not be …
(edit) @10742   8 years Don-vip sonar - squid:CallToDeprecatedMethod - remove calls to deprecated methods
(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
Note: See TracRevisionLog for help on using the revision log.