source: josm/trunk/src/org/openstreetmap/josm/gui/layer/OsmDataLayer.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13133   6 years bastiK applied #8509 - Background uploading (patch by udit, minor changes)
(edit) @13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
(edit) @12987   7 years bastiK see #15410 - change preferences scheme for named colors - makes …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12809   7 years bastiK replace abstract class AbstractVisitor by interface …
(edit) @12718   7 years Don-vip see #13036 - see #15229 - see #15182 - make Commands depends only on …
(edit) @12675   7 years Don-vip see #15182 - move the Swing-based ProgressMonitor implementations …
(edit) @12672   7 years Don-vip see #15182 - move ConflictCollection from OsmDataLayer to …
(edit) @12671   7 years Don-vip see #15182 - move file importers/exporters from io package to …
(edit) @12641   7 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12291   7 years Don-vip sonar - squid:S1319 - Declarations should use Java collection …
(edit) @12281   7 years Don-vip sonar - squid:S1602 - Lamdbas containing only one statement should not …
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12176   7 years michael2402 Only invalidate single OSM layer after merge
(edit) @12160   7 years michael2402 Fix PMD Warnings on StringBuilder
(edit) @12156   7 years michael2402 See #14120: Don't make gpx tracks depend on the isChanged method, use …
(edit) @12153   7 years michael2402 Use a data counter + StringBuilder to create the data set tooltip. Add …
(edit) @12152   7 years michael2402 Do not invalidate inactive data layers on selection change in active layer.
(edit) @12116   7 years michael2402 Sonar: Make AbstractListenerInfo an interface.
(edit) @12115   7 years michael2402 Document OsmDataLayer
(edit) @12028   7 years Don-vip see #14120 - fix java warnings
(edit) @12014   7 years michael2402 See #14120: Use a listener to get notified of way segment / virtual …
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11710   7 years bastiK see #12731 - make enum field final + fix compiler warning
(edit) @11709   7 years bastiK fixed #12731 - Add an option to completely prevent upload of a layer : …
(edit) @11649   7 years Don-vip sonar - pmd:UseStringBufferForStringAppends
(edit) @11633   7 years Don-vip fix #10638 - fix zoom problem when validating "Way connected to Area" …
(edit) @11627   7 years Don-vip fix #3346 - improve drastically the performance of fixing duplicate …
(edit) @11608   7 years Don-vip fix #14402 - add blacklist for leisure area values to avoid false …
(edit) @11366   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11277   7 years Don-vip sonar - fix recently added warnings
(edit) @11261   7 years simon04 fix #13985 - Freezes when creating a layer named "Data Layer "
(edit) @11177   8 years simon04 Refactor OsmPrimitiveComparator Replace one big comparator with …
(edit) @11033   8 years simon04 fix #13663 - Two data layers with the same name Counting starts from …
(edit) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10959   8 years Don-vip fix #13507 - safer management of listeners for Layer color property
(edit) @10879   8 years Don-vip fix #13424 - Remove unneccessary isChanged flag (patch by michael2402, …
(edit) @10853   8 years Don-vip see #13309 - fix most of deprecation warnings
(edit) @10806   8 years Don-vip fix #13303 - Fixes for hatched texture (modified patch by michael2402) …
(edit) @10788   8 years simon04 Remove superfluous FilteredCollection Not used by any plugin in SVN
(edit) @10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10395   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10371   8 years Don-vip fix #12944 - Reduce use of addLayer(..., bounds) - patch by …
(edit) @10344   8 years Don-vip fix #12935 - One pixel is out of order in the hatched texture (patch …
(edit) @10340   8 years Don-vip fix #12927 - Move title management and main frame layout to new class …
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10280   8 years Don-vip fix #12874 - NPE
(edit) @10205   8 years Don-vip add more unit tests
(edit) @10152   8 years Don-vip sonar - squid:S1939 - Extensions and implementations should not be …
(edit) @10031   8 years Don-vip fix #12654 - Add layer invalidation listener (patch by michael2402)
(edit) @9971   8 years Don-vip sonar - use diamond operator when possible (some cases cause …
(edit) @9941   8 years simon04 fix #12457 - Filter "modified" not updating after uploading changes
(edit) @9873   8 years simon04 see #12453 - Display "discourage upload" in layer popup menu for …
(edit) @9751   8 years Don-vip see #12462 - Extend Save Layers dialog for more layer types (patch by …
(edit) @9721   8 years bastiK applied #12369 - default extension for saving files read from …
(edit) @9714   8 years bastiK applied #12392 - default filename when saving layer: fix (patch by kolesar)
(edit) @9679   8 years stoecker fix last javadoc
(edit) @9678   8 years Don-vip javadoc
(edit) @9674   8 years Don-vip code style (checkstyle, sonar)
(edit) @9670   8 years bastiK applied #12392 - default filename when saving layer (patch by kolesar)
(edit) @9668   8 years bastiK applied #12409 - arrow on edit relation button lists recent relations …
(edit) @9481   8 years simon04 fix #12378 - NPE when converting data layer to gpx
(edit) @9461   8 years bastiK applied #12369 - default extension for saving files read from …
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8956   9 years simon04 fix #12009 - Preserve filename for conversion GPX -> OSM -> GPX …
(edit) @8910   9 years Don-vip add unit test for ConflictAddCommand
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8830   9 years simon04 fix #9012 - Saving a converted osm/gpx layer should save with correct …
(edit) @8807   9 years simon04 fix #8110 - Conversion gpx -> osm -> gpx now retains order of segments …
(edit) @8805   9 years simon04 see #6968 - Add also markers when converting data layer to gpx layer
(edit) @8728   9 years simon04 Layer dialog: make duplicate and merge only accessible in context menu …
(edit) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8513   9 years Don-vip checkstyle: blocks
(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) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8323   9 years stoecker see #10684 - remove remaining overlay() calls
(edit) @8158   9 years Don-vip fix #11272 - export same additional GPX tags for trkpt than wpt
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @7684   9 years Don-vip show number of relations instead of API version in osm data layer tooltip
(edit) @7575   10 years Don-vip fix #7976 - Get downloaded gpx areas, on the same model as osm data
(edit) @7518   10 years Don-vip fix #10489 - Add additional attributes to GPX Export for nodes + GPX …
Note: See TracRevisionLog for help on using the revision log.