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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5694   11 years Don-vip fix #8394 - improve javadoc + remove deprecated debug method
(edit) @5681   11 years bastiK some simple refactoring
(edit) @5674   11 years jttt Move IdHash to Storage class and rename to PrimitiveIdHash to make it …
(edit) @5612   11 years Don-vip see #6178 - Makes DeleteCommand use ChangeNodesCommand instead of …
(edit) @5418   12 years akks fix #7082 (?) - CTRL-drag in selection mode problem, see #7888: …
(edit) @5409   12 years Don-vip see #7934 - forgot this file in previous commit due to a method …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
(edit) @5143   12 years xeen fix #7504 -- Remove superfluous check
(edit) @5112   12 years simon04 fix #4077 - patch by sfriedle - Unsaved changes pops up when closing …
(edit) @5077   12 years xeen Bring area icon to most (all?) places in core. Fixes #6318 (related: #7036)
(edit) @5060   12 years simon04 fix #7470 - tune warning of nodes out of downloaded bbox
(edit) @5059   12 years simon04 fix #6561 - fix several overflowing dialog texts
(edit) @5002   12 years stoecker remove deprecations, all plugins are updated and release, external …
(edit) @4918   12 years simon04 fix #7370 - Refactor Command.getDescription
(edit) @4908   12 years simon04 fix #7327 - show hint in undo-menu which action will be undone (from …
(edit) @4894   12 years stoecker remove deprecation
(edit) @4890   12 years stoecker remove deprecation
(edit) @4806   12 years stoecker unify texts for validator tests, move command where it belongs
(edit) @4773   12 years bastiK applied #6883 - property toggle dialog: possibility to select and …
(edit) @4677   12 years simon04 fix #3423 - Warn when deleting a large relation
(edit) @4461   13 years simon04 fix #5407 - simplify way: dialog asking to delete nodes outside …
(edit) @4458   13 years simon04 fix #3951 - user should be warned when unglue-ing two ways outside the …
(edit) @4325   13 years xeen fix deleteWithReference not being silent when asked to
(edit) @4322   13 years xeen Changeset @4320 could create broken ways with only 1 node. This is a …
(edit) @4320   13 years xeen delete way segment would delete whole way if is short
(edit) @4302   13 years stoecker fix #6364 - patch by simon04 - can't remove tag with preset (hopefully …
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @3995   13 years mjulius fix #3590 - Primitives or objects: Pick one
(edit) @3910   13 years stoecker apply #5209 - reduce repeated signaling
(edit) @3703   13 years bastiK fixed #5703 - Redoing move after paste doesn't work correctly
(edit) @3702   13 years bastiK applied #5652 (patch by Olivier Croquette) - add support for scaling …
(edit) @3682   13 years bastiK fixed #5670 - Nodes are not marked dirty when moved with area tool …
(edit) @3660   13 years bastiK applied patch by rbyshko - additional constructor for AddPrimitivesCommand
(edit) @3486   14 years bastiK minor fixes
(edit) @3479   14 years jttt cosmetics
(edit) @3440   14 years jttt Fix #5333 "Merge selection" tool is broken
(edit) @3431   14 years bastiK added purge action (some testing would be welcome)
(edit) @3392   14 years jttt Allow SplitWayAction to work also when some non related ways are selected.
(edit) @3362   14 years stoecker fix #5182 - Conflict system simplification - patch by Upliner
(edit) @3336   14 years stoecker #close #5135 - allow undeleting without recreating object - patch by …
(edit) @3335   14 years stoecker #close #4675 - patch by Upliner - error in conflict/undo handling
(edit) @3317   14 years stoecker allow to search incomplete elements again
(edit) @3275   14 years bastiK remove unnecessary java 6 usage
(edit) @3266   14 years mjulius New action: MoveNodeAction allows to move a node by entering lat and lon
(edit) @3262   14 years bastiK extended command list dialog; added inspection panel
(edit) @3257   14 years jttt Fix #5032: Unexpected error during PASTE
(edit) @3253   14 years jttt See #3892: NPE when dragging virtual node (further debugging info)
(edit) @3187   14 years bastiK clean up debugging code from last commit
(edit) @3186   14 years bastiK fixed #4601 - Conflict list dialog won't update unless I prod it
(edit) @3173   14 years jttt Fix r3172
(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
Note: See TracRevisionLog for help on using the revision log.