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) @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   11 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. …
(edit) @3426   14 years stoecker see #5303 - some cleanup patches from matthew Bell - partially applied only
(edit) @3416   14 years jttt Add Dataset.add/removeSelectionListener methods, change eclipse …
(edit) @3408   14 years jttt Show only actions that can work on all selected layers in …
(edit) @3362   14 years stoecker fix #5182 - Conflict system simplification - patch by Upliner
(edit) @3245   14 years jttt Fix memory leak - OsmDataLayer stayed in memory after it was removed
(edit) @3233   14 years stoecker fix minor color issues
(edit) @3225   14 years jttt Remove long deprecated data change listener
(edit) @3207   14 years jttt Fix #4861 Coding error reported on uploading changeset (GPS survey …
(edit) @3206   14 years jttt Remove obsoleted methods from Dataset, replace some calls of …
(edit) @3118   14 years jttt Handle changes in viewID in MapView instead of OsmDataLayer
(edit) @3116   14 years jttt Reuse offscreenBuffer if layers didn't change
(edit) @3078   14 years bastiK fixed #4593 - conflict list and header not updated right away after …
(edit) @2985   14 years jttt Make DataChangedListener deprecated (replaced by DatasetListener), …
(edit) @2982   14 years jttt Calculate bbox for relations, use it in mappaint.
(edit) @2907   14 years jttt Gpx refactoring - GpxTrack and GpxTrackSegment is now interface, …
(edit) @2671   14 years jttt Make MapPaintVisitor independent of SimplePaintVisitor
(edit) @2666   14 years jttt Minor mappaint cleanup, use constants for colors
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2565   14 years Gubaer Removed BackReferenceDataSet and CollectBackReferenceVisitor because …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2500   14 years jttt Added Dataset consistency test that can be invoked on osm layer or in …
(edit) @2450   14 years jttt Added parameter Bounds to MapView, draw only currently visible …
(edit) @2434   14 years Gubaer Improved detection of modified state in OsmDataLayer.
(edit) @2433   14 years Gubaer Improved test cases for MergeVisitor. Moved MergeVisitor and removed …
(edit) @2414   14 years Gubaer Removed methods made @deprecated in r2411.
(edit) @2396   14 years Gubaer Made nodes, ways, and relations in DataSet private. Plugin updates to …
(edit) @2388   14 years jttt Replace Dataset.nodes with getNodes(), etc
(edit) @2386   14 years Gubaer applied #3833: patch by Daeron: Small translation cleanup
(edit) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2327   15 years Gubaer Cleanup in download logic (less global, more encapsulation)
(edit) @2325   15 years Gubaer fixed #3783: does not finish download API Also improved …
(edit) @2308   15 years Gubaer fixed #3762: Deleted relation still referenced when deleting former …
(edit) @2301   15 years Gubaer fixed #3765: Unable to resolve conflict Improved warning message for …
(edit) @2274   15 years Gubaer Improved help browser layout (now uses custom CSS shipped with JOSM) …
(edit) @2253   15 years Gubaer Improved dialogs in the context of conflict resolution. Improved …
(edit) @2198   15 years Gubaer fixed #3249: Resolve conflicts between invisible and deleted …
(edit) @2120   15 years stoecker see #3475 - patch by Petr Dlouhý - code rework for display filtering
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1898   15 years jttt Way refactoring - rewritten another parts of code to the new nodes api
(edit) @1894   15 years Gubaer fixed #3158: modify status is not removed for partial uploads
(edit) @1890   15 years Gubaer update: rewrite of layer dialog new: allows multiple selection of …
(edit) @1865   15 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
(edit) @1843   15 years jttt Use OsmPrimitive methods instead of direct access to keys field when …
(edit) @1823   15 years stoecker some projection and zoom cleanups - projection classes still need …
(edit) @1808   15 years Gubaer improved enabling/disabling of menu entries and action buttons …
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1690   15 years Gubaer new: MultiFetchServerObjectReader using APIs Multi Fetch method …
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1670   15 years Gubaer fixed: bug in OsmApi.getOsmApi() cleanup: exception handling in …
(edit) @1646   15 years stoecker cleanup in file access
(edit) @1640   15 years stoecker little bit more refactoring of coordinate access - patch by jttt
(edit) @1558   15 years framm * only add new data sources to layer upon merge if new sources are not …
(edit) @1523   15 years framm * Major redesign of how JOSM talks to the OSM server. Connections now …
(edit) @1508   15 years stoecker close #273 - copy GPX name on convert - patch by xeen
(edit) @1499   15 years stoecker close #2302 - patch by jttt - optimizations and encapsulation
(edit) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1353   15 years stoecker apply patch by xeen - #2114
(edit) @1281   15 years ulfl add setIndeterminate() to the PleaseWaitDialog and use it at a few …
Note: See TracRevisionLog for help on using the revision log.