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) @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   14 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 …
(edit) @1180   15 years stoecker fixed bug #1871, removed all deprecations
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1083   15 years framm - don't draw hatched pattern if the layer is inactive or contains no …
(edit) @1082   15 years framm - some changes regarding the "hatched download area": now also works …
(edit) @1078   15 years framm - If you have "display the boundary of downloaded data" enabled you …
(edit) @999   16 years stoecker close bug #1588, code cleanup by bruce89
(edit) @994   16 years stoecker removed some legacy code
(edit) @941   16 years framm + fixed Osm->GPX conversion to retain timestamps.
(edit) @805   16 years stoecker Added virtual nodes in select mode. Closes #595.
(edit) @804   16 years stoecker cleanup color preferences a lot
(edit) @795   16 years stoecker einstein mode preferences now shows all options and their default values
(edit) @786   16 years stoecker I18N
(edit) @743   16 years stoecker added timing information to GPX exports
(edit) @683   16 years framm - repaint after loading additional data. fixes bug #716.
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @638   16 years framm - revert to r628
(edit) @631   16 years framm - polygon drawing performance increases by Daniel Naber …
(edit) @628   16 years framm - make ChangePropertyCommand() constructor take single object (patch …
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @620   16 years gebner Don't draw zero area download boundaries.
(edit) @608   16 years framm - new extrude mode allows creation of rectangular shapes - new …
(edit) @508   16 years gebner Export name tags as <name> elements in GPX.
(edit) @486   16 years framm - built-in mappaint. mappaint plugin no longer required and will be …
(edit) @483   16 years gebner OsmDataLayer: check for OsmPrimitive.keys == null
(edit) @444   16 years framm - patch for better GPX file support by Raphael Mack …
(edit) @407   17 years gebner Add incompleteness checks.
(edit) @381   17 years gebner Clear the modified attribute from relations after uploading them.
(edit) @370   17 years gebner Forgot to remove some debugging code.
(edit) @369   17 years gebner Fix bug #392.
(edit) @348   17 years framm - bugfix refresh relation list - bugfix NPE on clicking "select" in …
(edit) @343   17 years gebner Merge 0.5.
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/gui/layer/OsmDataLayer.java
(edit) @312   17 years imi - fixed bug to allow move of one node - removed "new shiny beta" …
Note: See TracRevisionLog for help on using the revision log.