source: josm/trunk/src/org/openstreetmap/josm/actions/SplitWayAction.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7534   10 years Don-vip see #10511 - add unit test
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6679   10 years stoecker see #9110 - fix singular forms, even if they are useless
(edit) @6507   10 years simon04 fix #9110 - i18n: fix errors in usage of plural forms
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6130   11 years bastiK see #6963 - converted popups to notifications for all actions in the …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @5570   11 years jttt Split way - allow special case when selected way touches way that we …
(edit) @5401   12 years Don-vip fix #7918 - Trying to split a way at the end node should not throw an error
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5041   12 years simon04 fix #6601, fix #6667 - SplitWayAction: improve warning prevention - …
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4254   13 years stoecker fix #6601 - improve warning prevention - don't warn for roles outer, …
(edit) @3515   14 years stoecker fixed #5431 - splitting way fails when outer-node is also inner node
(edit) @3437   14 years bastiK fixed #5328 - Tried to split way JOSM crashed
(edit) @3392   14 years jttt Allow SplitWayAction to work also when some non related ways are selected.
(edit) @3156   14 years jttt Fix NPE in case SplitWayAction show message dialog
(edit) @3152   14 years Gubaer SplitWayAction slightly refactored, going to need this somewhere else
(edit) @2792   14 years jttt #4323 splitting way freezes JOSM completely
(edit) @2764   14 years mjulius fixes #4270 - keep linked-state in relations intact when splitting …
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2628   14 years stoecker close #2086 - handle restriction relation for way splitting
(edit) @2521   14 years jttt Fixed #3704 Relation memberships are not handled at all when a way is …
(edit) @2412   14 years jttt Use refererrers in Draw, SplitWay and UnGlue actions
(edit) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2323   14 years Gubaer Added explicit help topics See also …
(edit) @2256   15 years Gubaer Removed inefficient DataSet:getSelected() when responding to …
(edit) @2120   15 years stoecker see #3475 - patch by Petr Dlouhý - code rework for display filtering
(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) @1990   15 years Gubaer fixed #3261: Use the "name:$CURRENT_LOCALE" name in the JOSM UI …
(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) @1930   15 years jttt Replace RelationMember.role with RelationMember.getRole() and …
(edit) @1928   15 years jttt Make parameterless RelationMember constructor deprecated
(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) @1898   15 years jttt Way refactoring - rewritten another parts of code to the new nodes api
(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) @1843   15 years jttt Use OsmPrimitive methods instead of direct access to keys field when …
(edit) @1820   15 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1809   15 years Gubaer fixed #2975: Error message while trying to split way with relation …
(edit) @1706   15 years stoecker fixed some design issues
(edit) @1609   15 years stoecker fix #2630 - patch by Teemu Koskinen - Split backward-role ways correctly
(edit) @1600   15 years stoecker fixed #2607 - patch by Teemu Koskinen - Don't add splitted ways in the …
(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) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1252   15 years ulfl fix indent
(edit) @1196   15 years stoecker partly fix #1720. Patch by Russ Nelson
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1084   15 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1054   15 years stoecker fixed a lot of the shortcut related translations
(edit) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @926   16 years stoecker fixed relation handling for multiple times splitted ways
(edit) @846   16 years stoecker Fixed Exception. Closes #1440
(edit) @773   16 years stoecker correct way splitting for circular ways
(edit) @772   16 years stoecker No longer ask useless question for way splitting. Patch by Florian …
(edit) @674   16 years framm - various patches by Dirk Stoecker <openstreetmap@…> - Add …
(edit) @668   16 years framm - when a way is split, make both parts member of any relation the old …
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @626   16 years framm - ye grande eol style fixe
(edit) @597   16 years ramack - implement ticket #671: add option to draw only interesting direction …
(edit) @582   16 years framm - got rid of a few compiler warnings
(edit) @570   16 years tom_e Clarify prompt when trying to split a circular way (#493)
(edit) @529   16 years gebner Part one of patch by Dave Hansen <dave@…> - Remove unused …
(edit) @485   16 years gebner When splitting ways, don't complain if the nodes are used by deleted ways.
(edit) @469   16 years gebner Remove ctrl+shift escapes from most actions.
(edit) @393   17 years gebner Allow splitting of circular ways at the endpoints.
(edit) @378   17 years gebner Update 'tagged' property when splitting ways. Fixes bug #398.
(edit) @355   17 years gebner Split circular ways properly.
(edit) @343   17 years gebner Merge 0.5.
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/actions/SplitWayAction.java
(edit) @301   17 years imi - fixed undo/redo to be global - fixed adding of objects work with …
Note: See TracRevisionLog for help on using the revision log.