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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7436   10 years Don-vip global use of Utils.copyArray()
(edit) @7122   10 years simon04 fix #6367 - Select last node of way when undoing Follow line (patch by …
(edit) @7024   10 years Don-vip sonar - Variables should not be declared and then immediately returned …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6901   10 years Don-vip see #3764 - make UI messages copy-able (patch by simon04)
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6887   10 years Don-vip package refactoring of conflict commands => move all of them to new …
(edit) @6886   10 years Don-vip fix #6373 - proper conflict resolution after failed attempt to delete …
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6881   10 years Don-vip javadoc/code style/minor refactorization
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6679   10 years stoecker see #9110 - fix singular forms, even if they are useless
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6639   10 years simon04 fix #9544 - Skip nodes outside of download area for …
(edit) @6610   10 years simon04 Fix Javadoc links (@see @link => @see)
(edit) @6566   10 years simon04 fix #9494 - Advanced object info: add "Center of bounding box", and …
(edit) @6538   10 years simon04 see #9414 - MapCSS-based tagchecker: provide {i.key}, {i.value}, …
(edit) @6524   10 years Don-vip global use of Utils.joinAsHtmlUnorderedList()
(edit) @6507   10 years simon04 fix #9110 - i18n: fix errors in usage of plural forms
(edit) @6450   10 years Don-vip Sonar/Findbugs: fix recent issues
(edit) @6397   10 years Don-vip see #8942 - more changes to SequenceCommand
(edit) @6396   10 years Don-vip allow subclasses of SequenceCommand to change sequence of commands
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6365   10 years Don-vip Sonar/Findbugs - fix of recent violations
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6333   10 years Don-vip fix #9189 - NPE when deleting data layer + additional usage of …
(edit) @6329   10 years Don-vip fix #9217 - tagchecker: allow auto-fix for single test/alternative
(edit) @6324   10 years Don-vip fix #9172 - rename "Properties / Memberships" as "Tags / Memberships"
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6302   11 years Don-vip see #7465 - Raise an error when a plugin replaces a way with a …
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6253   11 years stoecker fix #5133 - add command to remove nodes from ways - patch by Giuseppe …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6215   11 years Don-vip fix #9042 - Robustness to invalid .osm files containing null coordinates
(edit) @6173   11 years Don-vip fix #8987 - immutable coordinates (patch by shinigami)
(edit) @6162   11 years bastiK applied #8987 - immutable coordinates (patch by shinigami)
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6113   11 years Don-vip fix some compilation warnings
(edit) @6106   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5993   11 years Don-vip see #6529, comment 12: purge conflicts when purging primitives (with …
(edit) @5953   11 years Don-vip fix #8690 - After copying some primitives, only select those that have …
(edit) @5926   11 years bastiK clean up imports
(edit) @5905   11 years bastiK applied #8643 - Very slow Purge command - O(N2) (patch by bilbo)
(edit) @5903   11 years stoecker fix javadoc
(edit) @5881   11 years stoecker javadoc fixes
(edit) @5824   11 years Don-vip fix #8567 - fix NPE when checking if incomplete nodes to delete are …
(edit) @5816   11 years stoecker javadoc fixes
(edit) @5759   11 years Don-vip fix NPE if a SequenceCommand is created before an edit layer exists + …
(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
Note: See TracRevisionLog for help on using the revision log.