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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3172   14 years bastiK make assertions work (see #3892)
(edit) @3152   14 years Gubaer SplitWayAction slightly refactored, going to need this somewhere else
(edit) @3142   14 years bastiK see #4554 - Fixing duplicate nodes takes increasingly longer
(edit) @3089   14 years mjulius In PurgePrimitivesCommand remove all instances of a node to be purged …
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3055   14 years jttt In DeleteCommand remove references first and then do the deleting (to …
(edit) @3034   14 years jttt Fix #4467 Don't silently drop locally deleted member primitives from …
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2972   14 years jttt Fix #4070 confict management: reseting ID
(edit) @2945   14 years jttt Improvements in conflicts gui
(edit) @2932   14 years mjulius bring PrimitiveData.getId() in line with OsmPrimitive.getId() remove …
(edit) @2844   14 years mjulius fix messages for commands
(edit) @2769   14 years stoecker fixed typo
(edit) @2713   14 years stoecker removed obsolete code (re-add when necessary)
(edit) @2683   14 years mjulius fixes #4149 - exception when undoing reversal of way with tag …
(edit) @2624   14 years mjulius fixes #4088,#4155 - when after conflict resolving the primitive has …
(edit) @2611   14 years mjulius fixes #4104 - reversing of way does not update direction dependent roles
(edit) @2569   14 years Gubaer fixed #3684: Add "chunked" upload mode Removed support for API "0.5" …
(edit) @2565   14 years Gubaer Removed BackReferenceDataSet and CollectBackReferenceVisitor because …
(edit) @2521   14 years jttt Fixed #3704 Relation memberships are not handled at all when a way is …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2495   14 years stoecker don't translate assertions
(edit) @2468   14 years stoecker remove ViewID, fix typo, i18n update
(edit) @2435   14 years Gubaer see #3892: can't reproduce but added two assert statement in case it …
(edit) @2414   14 years Gubaer Removed methods made @deprecated in r2411.
(edit) @2410   14 years jttt Add clearId parameter to primitives copy constructor, replace some …
(edit) @2405   14 years jttt Save reference to dataset in OsmPrimitive
(edit) @2399   14 years jttt Added map of primitives to dataset to make search by id faster check …
(edit) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2349   14 years Gubaer applied #3787: patch by hansendc: Select duplicated objects
(edit) @2333   14 years Gubaer fixed #3753: Merging the ends of two node ways produces corrupt way
(edit) @2323   14 years Gubaer Added explicit help topics See also …
(edit) @2308   14 years Gubaer fixed #3762: Deleted relation still referenced when deleting former …
(edit) @2305   14 years jttt Use PrimitiveData for Copy, Paste and Paste tags actions
(edit) @2301   14 years Gubaer fixed #3765: Unable to resolve conflict Improved warning message for …
(edit) @2296   15 years stoecker see #3703 - patch by Daeron - deleting way segment cleanup
(edit) @2284   15 years jttt Added PrimitiveData classes. Uses PrimitiveData as storage for …
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2198   15 years Gubaer fixed #3249: Resolve conflicts between invisible and deleted …
(edit) @2183   15 years stoecker another typo
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2173   15 years Gubaer see #3557: Nodes not linked to their ways after combine (was: when …
(edit) @2171   15 years Gubaer applied #3555: patch by Claudius Henrichs: More typos and closing html tags
(edit) @2166   15 years stoecker see #3475 - patch by Petr Dlouhý - improve speed
(edit) @2163   15 years stoecker fixed typos
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2054   15 years Gubaer applied #3389: patch by podolsir: "delete confirmation" message …
(edit) @2039   15 years Gubaer applied #3377: patch by xeen: Less warnings for JOSM
(edit) @2026   15 years Gubaer applied #2163: patch by xeen: for delete-command mouse-icons
(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) @2008   15 years Gubaer new: tag conflict resolution when pasting tags (only if necessary) …
(edit) @1990   15 years Gubaer fixed #3261: Use the "name:$CURRENT_LOCALE" name in the JOSM UI …
(edit) @1989   15 years Gubaer fixed #3281: OsmPrimitiveType fails for fusional and/or agglutinative …
(edit) @1954   15 years Gubaer Moved package org.openstreetmap.josm.gui.conflict to …
(edit) @1951   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1938   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1937   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1936   15 years Gubaer applied #3221: patch by Daeron : Small cleanup for translation
(edit) @1930   15 years jttt Replace RelationMember.role with RelationMember.getRole() and …
(edit) @1926   15 years jttt Replaced Relation.members with Relation.getMember() or …
(edit) @1925   15 years jttt Replaced Relation.members with Relation.getMembers()
(edit) @1924   15 years jttt Made OsmPrimitive.keys deprecated, removed remaining references in JOSM
(edit) @1910   15 years jttt Way refactoring - finish replacing Way.nodes with the new api
(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) @1862   15 years jttt Way refactoring - added method that will in future replace public …
(edit) @1857   15 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
(edit) @1856   15 years Gubaer improved deleting relations
(edit) @1838   15 years Gubaer new: two utility classes in GUI subsystem: OptionPaneUtil and …
(edit) @1826   15 years stoecker fixed exception
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1774   15 years stoecker i18n fix
(edit) @1766   15 years stoecker fixed i18n issues
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1728   15 years stoecker fixed #2804 - move mode not working
(edit) @1722   15 years stoecker Large rework in projection handling - now allows only switching and …
(edit) @1690   15 years Gubaer new: MultiFetchServerObjectReader using APIs Multi Fetch method …
(edit) @1682   15 years Gubaer removed old conflict resolution code fixed bug in OsmApi (missing …
(edit) @1676   15 years stoecker fix typos
(edit) @1670   15 years Gubaer fixed: bug in OsmApi.getOsmApi() cleanup: exception handling in …
(edit) @1656   15 years Gubaer fixed #2707: Deleting a way with new nodes produces invalid osm file
(edit) @1654   15 years Gubaer added merge support for coordinate conflicts added merge support for …
(edit) @1642   15 years Gubaer added row numbers and synchronized scrolling in conflict resolution …
(edit) @1640   15 years stoecker little bit more refactoring of coordinate access - patch by jttt
(edit) @1636   15 years stoecker fix #2302 - patch by jttt - some code cleanup for better encapsulation
(edit) @1631   15 years Gubaer added support for merging member lists of relations in extended …
(edit) @1622   15 years Gubaer first version of extended conflict resolution dialog.
(edit) @1617   15 years stoecker fix #2645 - patch by Teemu Koskinen - cleanup relation role handling …
(edit) @1523   15 years framm * Major redesign of how JOSM talks to the OSM server. Connections now …
(edit) @1499   15 years stoecker close #2302 - patch by jttt - optimizations and encapsulation
(edit) @1463   15 years stoecker delete start/end node of closed way correctly
(edit) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1397   15 years stoecker apply patches from xeen for #1977.
(edit) @1347   15 years stoecker fixed typo
(edit) @1182   15 years stoecker fixed bug #1889
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1101   15 years framm fix tag corrector to allow the swapping of keys between two tags. …
(edit) @1047   16 years cbrill [Cleanup] Remove unused imports and unused variables, part 2 This …
(edit) @1004   16 years framm - display a confirmation request if user tries to delete data outside …
Note: See TracRevisionLog for help on using the revision log.