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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5132   8 weeks simon04 fix #7513 - Warn non-experts when combining ways with conflicting tags or …
(edit) @4982   3 months stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4892   4 months stoecker remove deprecation
(edit) @4310   10 months stoecker fix #6680, fix #6677 - i18n issues
(edit) @3510   21 months bastiK fix rework [3504] (see #5179)
(edit) @3504   21 months bastiK reworked reverseWay and combineWay such that it can be used by other …
(edit) @3445   22 months bastiK see #5179 (patch by viesturs) - Join overlapping areas produces bad …
(edit) @3409   22 months jttt Use class BooleanProperty so it don't get removed from josm jar and wms …
(edit) @3230   2 years stoecker fix #4995 - improve area joinging reliability
(edit) @3170   2 years bastiK fixed #4818 - undo after merging two ways being members of relations isn't …
(edit) @2711   2 years stoecker fix bad line endings
(edit) @2573   2 years stoecker applied #4068 - patch by mjulius - fix combine way and way reversing
(edit) @2564   2 years Gubaer Removed code not necessary any more because we have referrer support in …
(edit) @2512   3 years stoecker i18n updated, fixed files to reduce problems when applying patches, fix …
(edit) @2381   3 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2356   3 years Gubaer applied #3820: patch by hansendc: fix CombineWayAction warning
(edit) @2323   3 years Gubaer Added explicit help topics See also …
(edit) @2308   3 years Gubaer fixed #3762: Deleted relation still referenced when deleting former member …
(edit) @2273   3 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2256   3 years Gubaer Removed inefficient DataSet:getSelected() when responding to …
(edit) @2220   3 years Gubaer fixed #3556: False positive conflicts when merging nodes fixed #3460: show …
(edit) @2210   3 years Gubaer fixed #3608: Combining ways with many nodes takes very long to process …
(edit) @2202   3 years Gubaer fixed #3553: Error on join overlapped areas
(edit) @2120   3 years stoecker see #3475 - patch by Petr Dlouhý - code rework for display filtering
(edit) @2101   3 years Gubaer see #3463: Combine ways action breaks relations
(edit) @2100   3 years Gubaer see #3463: Combine ways action breaks relations
(edit) @2099   3 years Gubaer added auto completion to combine way dialog fixed #3461: Value selection …
(edit) @2095   3 years Gubaer rewrite of MergeNodesAction new: new conflict resolution dialog for …
(edit) @2079   3 years Gubaer fixed #3433: New conflict resolution with way combining prevents any …
(edit) @2070   3 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2032   3 years stoecker fix #3377 - patch by xeen - removed deprecated calls
(edit) @2025   3 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2017   3 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1951   3 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1937   3 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1930   3 years jttt Replace RelationMember.role with RelationMember.getRole() and …
(edit) @1925   3 years jttt Replaced Relation.members with Relation.getMembers()
(edit) @1911   3 years Gubaer fixed #3193: No layer is left highlighted when the bottom most one is …
(edit) @1862   3 years jttt Way refactoring - added method that will in future replace public field …
(edit) @1847   3 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(edit) @1820   3 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
(edit) @1817   3 years Gubaer fixed #3018: NullPointerException when starting JOSM & pressing "C"
(edit) @1814   3 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1621   3 years stoecker fix #2655 - NPE with empty role
(edit) @1530   3 years framm upload more precise version number in changeset. drop some "created_by" …
(edit) @1397   3 years stoecker apply patches from xeen for #1977.
(edit) @1169   3 years stoecker removed usage of tab stops
(edit) @1084   4 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1054   4 years stoecker fixed a lot of the shortcut related translations
(edit) @1023   4 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @734   4 years stoecker No longer make a created_by conflict for way or node joining. In case of …
(edit) @699   4 years stoecker added patch by Andy Street to reduce creating new ways when unnecessary. …
(edit) @627   4 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @582   4 years framm - got rid of a few compiler warnings
(edit) @529   4 years gebner Part one of patch by Dave Hansen <dave@…> - Remove unused imports …
(edit) @469   5 years gebner Remove ctrl+shift escapes from most actions.
(edit) @429   5 years gebner Add a generic pair class.
(edit) @426   5 years gebner Allow to combine ways with different memberships.
(edit) @425   5 years gebner Fix combining of ways that are members of not-yet-uploaded relations.
(edit) @407   5 years gebner Add incompleteness checks.
(edit) @406   5 years framm - modify CombineWayAction not to allow merging of ways if they have …
(edit) @343   5 years gebner Merge 0.5.
(copy) @321   5 years anonymous - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/actions/CombineWayAction.java:
(edit) @301   5 years imi - fixed undo/redo to be global - fixed adding of objects work with …
Note: See TracRevisionLog for help on using the revision log.