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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6156   11 years Don-vip fix #8971 - ArrayIndexOutOfBoundsException when combining single node …
(edit) @6130   11 years bastiK see #6963 - converted popups to notifications for all actions in the …
(edit) @6106   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) @5452   12 years Don-vip Code refactorisation on EDT calls
(edit) @5132   12 years simon04 fix #7513 - Warn non-experts when combining ways with conflicting tags …
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4892   12 years stoecker remove deprecation
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @3510   14 years bastiK fix rework [3504] (see #5179)
(edit) @3504   14 years bastiK reworked reverseWay and combineWay such that it can be used by other …
(edit) @3445   14 years bastiK see #5179 (patch by viesturs) - Join overlapping areas produces bad results
(edit) @3409   14 years jttt Use class BooleanProperty so it don't get removed from josm jar and …
(edit) @3230   14 years stoecker fix #4995 - improve area joinging reliability
(edit) @3170   14 years bastiK fixed #4818 - undo after merging two ways being members of relations …
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2573   14 years stoecker applied #4068 - patch by mjulius - fix combine way and way reversing
(edit) @2564   14 years Gubaer Removed code not necessary any more because we have referrer support …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2356   14 years Gubaer applied #3820: patch by hansendc: fix CombineWayAction warning
(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) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2256   15 years Gubaer Removed inefficient DataSet:getSelected() when responding to …
(edit) @2220   15 years Gubaer fixed #3556: False positive conflicts when merging nodes fixed #3460: …
(edit) @2210   15 years Gubaer fixed #3608: Combining ways with many nodes takes very long to process …
(edit) @2202   15 years Gubaer fixed #3553: Error on join overlapped areas
(edit) @2120   15 years stoecker see #3475 - patch by Petr Dlouhý - code rework for display filtering
(edit) @2101   15 years Gubaer see #3463: Combine ways action breaks relations
(edit) @2100   15 years Gubaer see #3463: Combine ways action breaks relations
(edit) @2099   15 years Gubaer added auto completion to combine way dialog fixed #3461: Value …
(edit) @2095   15 years Gubaer rewrite of MergeNodesAction new: new conflict resolution dialog for …
(edit) @2079   15 years Gubaer fixed #3433: New conflict resolution with way combining prevents any …
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2032   15 years stoecker fix #3377 - patch by xeen - removed deprecated calls
(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) @1951   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) @1930   15 years jttt Replace RelationMember.role with RelationMember.getRole() and …
(edit) @1925   15 years jttt Replaced Relation.members with Relation.getMembers()
(edit) @1911   15 years Gubaer fixed #3193: No layer is left highlighted when the bottom most one is …
(edit) @1862   15 years jttt Way refactoring - added method that will in future replace public …
(edit) @1847   15 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(edit) @1820   15 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
(edit) @1817   15 years Gubaer fixed #3018: NullPointerException when starting JOSM & pressing "C"
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1621   15 years stoecker fix #2655 - NPE with empty role
(edit) @1530   15 years framm upload more precise version number in changeset. drop some …
(edit) @1397   15 years stoecker apply patches from xeen for #1977.
(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) @734   16 years stoecker No longer make a created_by conflict for way or node joining. In case …
(edit) @699   16 years stoecker added patch by Andy Street to reduce creating new ways when …
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @582   16 years framm - got rid of a few compiler warnings
(edit) @529   16 years gebner Part one of patch by Dave Hansen <dave@…> - Remove unused …
(edit) @469   16 years gebner Remove ctrl+shift escapes from most actions.
(edit) @429   16 years gebner Add a generic pair class.
(edit) @426   16 years gebner Allow to combine ways with different memberships.
(edit) @425   16 years gebner Fix combining of ways that are members of not-yet-uploaded relations.
(edit) @407   17 years gebner Add incompleteness checks.
(edit) @406   17 years framm - modify CombineWayAction not to allow merging of ways if they have …
(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/CombineWayAction.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.