source: josm/trunk/src/org/openstreetmap/josm/data

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2166   16 years stoecker see #3475 - patch by Petr Dlouhý - improve speed
(edit) @2165   16 years stoecker applied #3532 - path by Dave Hansen - infrastructure for faster data access
(edit) @2163   16 years stoecker fixed typos
(edit) @2151   16 years Gubaer applied #3526: patch by glebius@...: be more verbose about available …
(edit) @2145   16 years stoecker see #3475 - patch by Petr Dlouhý - cleanups
(edit) @2141   16 years Gubaer applied #3513: patch by Claudius Henrichs : Typos and unifying …
(edit) @2129   16 years stoecker see #3475 - minor cleanup
(edit) @2125   16 years stoecker added files
(edit) @2120   16 years stoecker see #3475 - patch by Petr Dlouhý - code rework for display filtering
(edit) @2115   16 years Gubaer new: reading open changesets from the server new: reading user info …
(edit) @2114   16 years stoecker see #3016 - patch by xeen - fixes some zooming issues
(edit) @2098   16 years Gubaer see #3347: patches by singularita@…: Merging nodes, fixing …
(edit) @2095   16 years Gubaer rewrite of MergeNodesAction new: new conflict resolution dialog for …
(edit) @2087   16 years stoecker fixed #3306 - wrong handling of restriction via ways
(edit) @2083   16 years Gubaer Removed deprecated constructors in ExtendedDialog Turned most of the …
(edit) @2081   16 years Gubaer fixed #3393: loooong delay when using presets with a large osm file - …
(edit) @2077   16 years Gubaer Had to replace DataSet:getPrimitiveById(id) with …
(edit) @2070   16 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2067   16 years stoecker added isUsable() to primitives to replace (!incomplete && !deleted) …
(edit) @2053   16 years Gubaer fixed #2322: Regression in r2038 (patches "JOSM destroys its …
(edit) @2039   16 years Gubaer applied #3377: patch by xeen: Less warnings for JOSM
(edit) @2038   16 years Gubaer applied #2322: patch by xeen: JOSM destroys its preferences, when disk …
(edit) @2034   16 years Gubaer refactored UserListDialog fixed #3379: Add a link to …
(edit) @2025   16 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2019   16 years Gubaer Improved history feature
(edit) @2017   16 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @2013   16 years stoecker fix #3341 - NPE
(edit) @2008   16 years Gubaer new: tag conflict resolution when pasting tags (only if necessary) …
(edit) @1998   16 years stoecker fixed calculation error
(edit) @1997   16 years Gubaer fixed #3328: show note= again at relations
(edit) @1990   16 years Gubaer fixed #3261: Use the "name:$CURRENT_LOCALE" name in the JOSM UI …
(edit) @1989   16 years Gubaer fixed #3281: OsmPrimitiveType fails for fusional and/or agglutinative …
(edit) @1977   16 years stoecker close #3255 - patch by pieren - minor projection fix
(edit) @1951   16 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1948   16 years Gubaer fixed #3234: Update selection is broke for relations
(edit) @1947   16 years stoecker close #3226 - patch by Daeron - improve align in circle
(edit) @1946   16 years Gubaer applied #3235: patch by Daeron: Visitor implementation doesn't belong …
(edit) @1938   16 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1937   16 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1934   16 years Gubaer added some javadoc
(edit) @1933   16 years Gubaer Made OsmPrimitive::getName() abstract, implemented getName() on Changeset
(edit) @1932   16 years Gubaer fixed #3217: Split way does not work
(edit) @1930   16 years jttt Replace RelationMember.role with RelationMember.getRole() and …
(edit) @1929   16 years Gubaer applied #3214: patch by pieren: new projections for the French cadastre
(edit) @1928   16 years jttt Make parameterless RelationMember constructor deprecated
(edit) @1926   16 years jttt Replaced Relation.members with Relation.getMember() or …
(edit) @1925   16 years jttt Replaced Relation.members with Relation.getMembers()
(edit) @1924   16 years jttt Made OsmPrimitive.keys deprecated, removed remaining references in JOSM
(edit) @1923   16 years Gubaer Enabled CopyList again. Disabling in #3194 was a false alarm.
(edit) @1915   16 years Gubaer temporary fix for #3194: Join node to way does not work since r1910 !! …
(edit) @1911   16 years Gubaer fixed #3193: No layer is left highlighted when the bottom most one is …
(edit) @1910   16 years jttt Way refactoring - finish replacing Way.nodes with the new api
(edit) @1909   16 years stoecker fixed EPSG code
(edit) @1900   16 years Gubaer Marked public field 'nodes' as deprecated. After refactoring by jttt …
(edit) @1899   16 years jttt Add setter/getter for OsmPrimitive.selected
(edit) @1898   16 years jttt Way refactoring - rewritten another parts of code to the new nodes api
(edit) @1894   16 years Gubaer fixed #3158: modify status is not removed for partial uploads
(edit) @1891   16 years Gubaer missing file
(edit) @1887   16 years stoecker temporary fix for Lambert projection
(edit) @1879   16 years Gubaer towards a fix for #3142: JOSM applet class no longer functional
(edit) @1877   16 years Gubaer applied #3146: patch by Landwirt - cannot add tags to freshly created node
(edit) @1865   16 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
(edit) @1862   16 years jttt Way refactoring - added method that will in future replace public …
(edit) @1857   16 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
(edit) @1856   16 years Gubaer improved deleting relations
(edit) @1849   16 years stoecker fix #3084 - patch by Pieren
(edit) @1843   16 years jttt Use OsmPrimitive methods instead of direct access to keys field when …
(edit) @1823   16 years stoecker some projection and zoom cleanups - projection classes still need …
(edit) @1814   16 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1805   16 years stoecker fixed #2988 - typo
(edit) @1790   16 years Gubaer Relation Editor: complete rework Relation Editor: had to temporarily …
(edit) @1789   16 years stoecker fixed charset issue
(edit) @1762   16 years Gubaer added: improved tag editor grid in relation editor (borrowed code from …
(edit) @1756   16 years Gubaer fixed #2888: Check for deleted elements should ignore incomplete elements
(edit) @1755   16 years stoecker fixed build error due to slippy map change, i18n update, added pt_BR
(edit) @1753   16 years Gubaer fixed #2245: Merge layers doesn't update the "action" tags
(edit) @1750   16 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1747   16 years stoecker close #2874 (NPE), improved external style handling
(edit) @1743   16 years stoecker added much improved preferences for external styles and presets
(edit) @1733   16 years stoecker fixed #2821, #2775 - agpifojpicture position wrong, preferences …
(edit) @1731   16 years stoecker fixed #2815 - NPE
(edit) @1728   16 years stoecker fixed #2804 - move mode not working
(edit) @1725   16 years stoecker some cleanups
(edit) @1724   16 years stoecker some more changes and bug fixes related to new projection stuff - GPX …
(edit) @1722   16 years stoecker Large rework in projection handling - now allows only switching and …
(edit) @1721   16 years david trac 2784: properly take account of timezones in GPX files. …
(edit) @1709   16 years Gubaer new: history feature implemented
(edit) @1701   16 years Gubaer updated merge logic and unit tests for MergeVisitor
(edit) @1699   16 years Gubaer updated merge rules. deleted state of my version has precedence over …
(edit) @1696   16 years stoecker fixed mappaint area style handling for closed ways a little bit again
(edit) @1695   16 years stoecker fix #2767 - some area-style-ways are not displayed properly
(edit) @1694   16 years Gubaer fixed #2769: Download members is broken
(edit) @1692   16 years Gubaer
(edit) @1690   16 years Gubaer new: MultiFetchServerObjectReader using APIs Multi Fetch method …
(edit) @1688   16 years stoecker fixed #2744 - server url defaults
(edit) @1682   16 years Gubaer removed old conflict resolution code fixed bug in OsmApi (missing …
(edit) @1677   16 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1670   16 years Gubaer fixed: bug in OsmApi.getOsmApi() cleanup: exception handling in …
(edit) @1647   16 years stoecker fixed plugin handling a bit
(edit) @1644   16 years stoecker fix #2685 - changed Mercator code
Note: See TracRevisionLog for help on using the revision log.