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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2224   16 years stoecker see #3550 - patch by bastiK - allow resizing right handside dialogs, …
(edit) @2216   16 years Gubaer see #3614: JOSM not displaying all loaded ways argh, this should do it ;-)
(edit) @2214   16 years Gubaer see #3614: JOSM not displaying all loaded ways hmm, *this* is the way …
(edit) @2213   16 years Gubaer see #3614: JOSM not displaying all loaded ways
(edit) @2206   16 years jttt Minor optimalizations
(edit) @2204   16 years jttt Save way nodes as array instead of ArrayList to save memory
(edit) @2198   16 years Gubaer fixed #3249: Resolve conflicts between invisible and deleted …
(edit) @2197   16 years stoecker fix 3587 - patch by Dave Hansen - NPE
(edit) @2188   16 years Gubaer fixed #3570: uploated deletions create conflicts at next upload
(edit) @2186   16 years jttt Fix #3549
(edit) @2181   16 years stoecker lots of i18n fixes
(edit) @2180   16 years stoecker typo
(edit) @2179   16 years stoecker further i18n context improvements
(edit) @2177   16 years stoecker using KDE context instead of own format
(edit) @2174   16 years stoecker added context handling for translated strings
(edit) @2168   16 years Gubaer fixed #3304: Upload failed - Placeholder Relation not found fixed …
(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   17 years stoecker fixed #3306 - wrong handling of restriction via ways
(edit) @2083   17 years Gubaer Removed deprecated constructors in ExtendedDialog Turned most of the …
(edit) @2081   17 years Gubaer fixed #3393: loooong delay when using presets with a large osm file - …
(edit) @2077   17 years Gubaer Had to replace DataSet:getPrimitiveById(id) with …
(edit) @2070   17 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2067   17 years stoecker added isUsable() to primitives to replace (!incomplete && !deleted) …
(edit) @2053   17 years Gubaer fixed #2322: Regression in r2038 (patches "JOSM destroys its …
(edit) @2039   17 years Gubaer applied #3377: patch by xeen: Less warnings for JOSM
(edit) @2038   17 years Gubaer applied #2322: patch by xeen: JOSM destroys its preferences, when disk …
(edit) @2034   17 years Gubaer refactored UserListDialog fixed #3379: Add a link to …
(edit) @2025   17 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2019   17 years Gubaer Improved history feature
(edit) @2017   17 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @2013   17 years stoecker fix #3341 - NPE
(edit) @2008   17 years Gubaer new: tag conflict resolution when pasting tags (only if necessary) …
(edit) @1998   17 years stoecker fixed calculation error
(edit) @1997   17 years Gubaer fixed #3328: show note= again at relations
(edit) @1990   17 years Gubaer fixed #3261: Use the "name:$CURRENT_LOCALE" name in the JOSM UI …
(edit) @1989   17 years Gubaer fixed #3281: OsmPrimitiveType fails for fusional and/or agglutinative …
(edit) @1977   17 years stoecker close #3255 - patch by pieren - minor projection fix
(edit) @1951   17 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1948   17 years Gubaer fixed #3234: Update selection is broke for relations
(edit) @1947   17 years stoecker close #3226 - patch by Daeron - improve align in circle
(edit) @1946   17 years Gubaer applied #3235: patch by Daeron: Visitor implementation doesn't belong …
(edit) @1938   17 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1937   17 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1934   17 years Gubaer added some javadoc
(edit) @1933   17 years Gubaer Made OsmPrimitive::getName() abstract, implemented getName() on Changeset
(edit) @1932   17 years Gubaer fixed #3217: Split way does not work
(edit) @1930   17 years jttt Replace RelationMember.role with RelationMember.getRole() and …
(edit) @1929   17 years Gubaer applied #3214: patch by pieren: new projections for the French cadastre
(edit) @1928   17 years jttt Make parameterless RelationMember constructor deprecated
(edit) @1926   17 years jttt Replaced Relation.members with Relation.getMember() or …
(edit) @1925   17 years jttt Replaced Relation.members with Relation.getMembers()
(edit) @1924   17 years jttt Made OsmPrimitive.keys deprecated, removed remaining references in JOSM
(edit) @1923   17 years Gubaer Enabled CopyList again. Disabling in #3194 was a false alarm.
(edit) @1915   17 years Gubaer temporary fix for #3194: Join node to way does not work since r1910 !! …
(edit) @1911   17 years Gubaer fixed #3193: No layer is left highlighted when the bottom most one is …
(edit) @1910   17 years jttt Way refactoring - finish replacing Way.nodes with the new api
(edit) @1909   17 years stoecker fixed EPSG code
(edit) @1900   17 years Gubaer Marked public field 'nodes' as deprecated. After refactoring by jttt …
(edit) @1899   17 years jttt Add setter/getter for OsmPrimitive.selected
(edit) @1898   17 years jttt Way refactoring - rewritten another parts of code to the new nodes api
(edit) @1894   17 years Gubaer fixed #3158: modify status is not removed for partial uploads
(edit) @1891   17 years Gubaer missing file
(edit) @1887   17 years stoecker temporary fix for Lambert projection
(edit) @1879   17 years Gubaer towards a fix for #3142: JOSM applet class no longer functional
(edit) @1877   17 years Gubaer applied #3146: patch by Landwirt - cannot add tags to freshly created node
(edit) @1865   17 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
(edit) @1862   17 years jttt Way refactoring - added method that will in future replace public …
(edit) @1857   17 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
(edit) @1856   17 years Gubaer improved deleting relations
(edit) @1849   17 years stoecker fix #3084 - patch by Pieren
(edit) @1843   17 years jttt Use OsmPrimitive methods instead of direct access to keys field when …
(edit) @1823   17 years stoecker some projection and zoom cleanups - projection classes still need …
(edit) @1814   17 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1805   17 years stoecker fixed #2988 - typo
(edit) @1790   17 years Gubaer Relation Editor: complete rework Relation Editor: had to temporarily …
(edit) @1789   17 years stoecker fixed charset issue
(edit) @1762   17 years Gubaer added: improved tag editor grid in relation editor (borrowed code from …
(edit) @1756   17 years Gubaer fixed #2888: Check for deleted elements should ignore incomplete elements
(edit) @1755   17 years stoecker fixed build error due to slippy map change, i18n update, added pt_BR
(edit) @1753   17 years Gubaer fixed #2245: Merge layers doesn't update the "action" tags
(edit) @1750   17 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1747   17 years stoecker close #2874 (NPE), improved external style handling
(edit) @1743   17 years stoecker added much improved preferences for external styles and presets
(edit) @1733   17 years stoecker fixed #2821, #2775 - agpifojpicture position wrong, preferences …
(edit) @1731   17 years stoecker fixed #2815 - NPE
(edit) @1728   17 years stoecker fixed #2804 - move mode not working
(edit) @1725   17 years stoecker some cleanups
(edit) @1724   17 years stoecker some more changes and bug fixes related to new projection stuff - GPX …
Note: See TracRevisionLog for help on using the revision log.