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) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16370   4 years GerdP fix findbugs warning
(edit) @16365   4 years GerdP fix #19121: JosmAction.checkAndConfirmOutlyingOperation() should also …
(edit) @16363   4 years GerdP see #19111, #19105 revert one last minute change: if only a way is …
(edit) @16362   4 years GerdP see #19111, #19105 - don't ignore/reverse user input given in popup …
(edit) @16317   4 years GerdP fix #19104: Unglue node may remove way members from relations - fix …
(edit) @16303   4 years GerdP see #18670: fix error introduced with r16300 Ungluing an unconnected …
(edit) @16300   4 years GerdP fix #18670, #19042: Unglue ways: False positives about affected …
(edit) @15152   5 years Don-vip more uses of Java 8 stream API
(edit) @14706   5 years GerdP fix more recent sonar issues
(edit) @14662   5 years simon04 see #16874 fix #17180 - NPE in UnGlueAction
(edit) @14654   5 years simon04 Deprecate OsmPrimitive.getFilteredList/getFilteredSet in favour of …
(edit) @14653   5 years simon04 fix #16874 – Keep the id on the POI if unglueing When unglueing a …
(edit) @14650   5 years simon04 Extract PropertiesMembershipChoiceDialog.ExistingBothNew enum
(edit) @14397   5 years Don-vip fix #16935 - simplify/cleanup help topics of …
(edit) @14330   6 years Don-vip fix SonarQube issues
(edit) @14320   6 years Don-vip see #16820 - extract GUI from UnglueAction
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14134   6 years Don-vip see #15229 - deprecate Main*.undoRedo - make UndoRedoHandler a …
(edit) @13761   6 years Don-vip see #16288 - replace similar i18n strings (removes 35 strings from …
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @12749   7 years Don-vip see #15229 - see #15182 - see #13036 - remove GUI stuff from Command
(edit) @12726   7 years Don-vip see #13036 - deprecate Command() default constructor, fix unit tests …
(edit) @12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
(edit) @12641   7 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12513   7 years Don-vip fix #12162 - Unglue node of self intersecting way creates "duplicated …
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12031   7 years Don-vip add Node.getParentWays()
(edit) @10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
(edit) @10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10448   8 years Don-vip fix more deprecation warnings
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10409   8 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10254   8 years Don-vip sonar - squid:S1948 - Fields in a "Serializable" class should either …
(edit) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @9970   8 years Don-vip sonar - remove useless parentheses
(edit) @9470   8 years simon04 see #12304 - Do not show notification when no relation is affected
(edit) @9387   8 years simon04 fix #12304 - Show notification about relations when unglueing
(edit) @9315   8 years simon04 see #8838 - Javadoc
(edit) @9292   8 years simon04 see #8838 - Unglue: ask the user about tags/membership Let the user …
(edit) @9291   8 years simon04 Refactoring (clearer method names in UnGlueAction)
(edit) @9230   8 years Don-vip fix javadoc errors/warnings
(edit) @9087   8 years Don-vip sonar - fix some errors, mainly NPEs
(edit) @8931   8 years Don-vip javadoc fixes
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @7152   10 years simon04 fix #10019 - Order of nodes in relations after unglueing
(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(...)
Note: See TracRevisionLog for help on using the revision log.