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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6981   10 years Don-vip fix some sonar issues
(edit) @6959   10 years Don-vip fix #9896 - "g" shortcut (UnGlueAction) doesn't work with …
(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) @6639   10 years simon04 fix #9544 - Skip nodes outside of download area for …
(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) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6130   11 years bastiK see #6963 - converted popups to notifications for all actions in the …
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4650   12 years simon04 fix #6900 - unglue confirmation within downloaded area
(edit) @4487   13 years bastiK fixed #6848 - 'G' - ungluing building - creates unconnected node
(edit) @4458   13 years simon04 fix #3951 - user should be warned when unglue-ing two ways outside the …
(edit) @3538   14 years bastiK fixed #5452 - Tools-->UnGlue Ways is counterintuitive
(edit) @3242   14 years jttt Applied #5026 by Kalle Lampila: Unnecessary code in UnGlueAction
(edit) @3241   14 years jttt Applied #4797 by Kalle Lampila: unglueing the first/last node of an …
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2842   14 years mjulius fix messages for actions
(edit) @2748   14 years Gubaer new: JOSM now supports OAuth See also …
(edit) @2589   14 years stoecker small code cleanup
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2497   14 years jttt Added Dataset.beginUpdate and Dataset.endUpdate that can be used to …
(edit) @2412   14 years jttt Use refererrers in Draw, SplitWay and UnGlue actions
(edit) @2410   14 years jttt Add clearId parameter to primitives copy constructor, replace some …
(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) @2264   15 years stoecker applied #3676 - patch by Dave Hansen - cleanup selection handling interface
(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) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(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) @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) @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) @1912   15 years Gubaer Updated w.getNodes().contains(..) to w.containsNode(...)
(edit) @1899   15 years jttt Add setter/getter for OsmPrimitive.selected
(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) @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) @1722   15 years stoecker Large rework in projection handling - now allows only switching and …
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1636   15 years stoecker fix #2302 - patch by jttt - some code cleanup for better encapsulation
(edit) @1499   15 years stoecker close #2302 - patch by jttt - optimizations and encapsulation
(edit) @1429   15 years stoecker fixed #1633. patch by xeen
(edit) @1195   15 years stoecker fixed relation handling, applied language patches
(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) @1047   15 years cbrill [Cleanup] Remove unused imports and unused variables, part 2 This …
(edit) @1024   16 years stoecker close #1625 - unglue action update
(edit) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @1009   16 years stoecker close bug #1600
(edit) @999   16 years stoecker close bug #1588, code cleanup by bruce89
(add) @858   16 years stoecker added unglue action to main JOSM. Thanks to Henry Loenwind and Robin …
Note: See TracRevisionLog for help on using the revision log.