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) @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   8 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 …
(edit) @7414   10 years Don-vip fix #10165 - Wrong waypoint order in exported GPX
(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) @7299   10 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
(edit) @7204   10 years Don-vip fix #10086 - fix EDT violation causing freeze of Save/upload dialog …
(edit) @7026   10 years stoecker fix #3142 - drop applet code finally
(edit) @7013   10 years Don-vip drop support of OSM API 0.5
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6501   10 years simon04 Revert accidentally committed r6499 (to be committed after the …
(edit) @6499   10 years simon04 Add checkbox to main menu to toggle hatched background rendering of …
(edit) @6436   10 years Don-vip fix #9362 - Validator dialog not filled with warning messages after …
(edit) @6333   10 years Don-vip fix #9189 - NPE when deleting data layer + additional usage of …
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(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) @6039   11 years Don-vip see #8832 - Hide "export/convert to GPX" menu entries from contextual …
(edit) @6015   11 years Don-vip fix #8788 - include unnamed nodes as GPX waypoints during GPX export
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5869   11 years Don-vip fix #8609 - NPE
(edit) @5775   11 years Don-vip see #8503 - Allo plugins to warn about conflicts
(edit) @5758   11 years Don-vip fix #6630 - NPE when merging data
(edit) @5519   12 years Don-vip fix #8090 - Removing saved non-uploadable layer asks for confirmation
(edit) @5459   12 years Don-vip fix #2961 - Improve usability of WMS Layer Saving/Loading - Replaced …
(edit) @5297   12 years Don-vip fix #4493, fix #7750: conflict dialog, nodes and members tab: allow …
(edit) @5275   12 years bastiK doc improvements
(edit) @5233   12 years Don-vip fix #7684 - Various improvements in "upload=false" layers handling
(edit) @5059   12 years simon04 fix #6561 - fix several overflowing dialog texts
(edit) @5025   12 years Don-vip see #4043 - Have an 'upload prohibited' flag in .osm files
(edit) @4701   12 years stoecker adapt some more help links
(edit) @4684   12 years Don-vip see #7159 - Layer merging performance
(edit) @4623   12 years Don-vip see #6987 - multipolygon cache aware of events requiring cache refresh …
(edit) @4534   13 years Don-vip Fixed a bunch of compile warnings
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @4087   13 years bastiK PaintVisitor refactoring, includes hook for external MapRenderers …
(edit) @4046   13 years stoecker fix #6031 - save named nodes as waypoints when exporting OSM to GPX - …
(edit) @3965   13 years mjulius fix #6074 - Update failure It is not an error if a primitive on the …
(edit) @3801   13 years bastiK generalize DatasetCollection.java (make OsmPrimitive a generic type …
(edit) @3669   13 years bastiK add validator plugin to josm core. Original author: Francisco R. …
Note: See TracRevisionLog for help on using the revision log.