source: josm/trunk/src/org/openstreetmap/josm/gui/dialogs/relation/MemberTableModel.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13925   6 years Don-vip fix #13467 - use DataSelectionListener everywhere. Deprecate …
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @12657   7 years michael2402 See #14794: Add javadoc for gui/dialogs/relation package.
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11684   7 years Don-vip fix #14193 - make sure deleted objects are not added to relations, do …
(edit) @11339   7 years simon04 Loop can be replaced with Collection.removeIf()
(edit) @10777   8 years Don-vip see #13312 - add debug information (patch by michael2402) - gsoc-core
(edit) @10700   8 years Don-vip fix #13250 - performance optimization when sorting sorting members of …
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10616   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10089   8 years Don-vip add unit test, javadoc
(edit) @9993   8 years simon04 fix #12617 - Unexpected deletion of members by drag-n-drop in relation …
(edit) @9657   8 years Don-vip fix #12410 - new button to refresh relation in relation editor (patch …
(edit) @9632   8 years Don-vip fix #12443 - NPE (regression from r9588, see #12412)
(edit) @9623   8 years Don-vip fix transient/serializable findbugs warnings
(edit) @9588   8 years Don-vip see #12412 - improve support of multipolygon presets type
(edit) @9496   8 years Don-vip massive refactoring of GenericRelationEditor. As JDialog cannot be …
(edit) @9388   8 years simon04 see #12300 - Invalidate connection icons after dropping new members
(edit) @9369   8 years simon04 see #12300 - Allow to drag from select list to relation members
(edit) @9368   8 years simon04 see #12300 - Drag and Drop support for relation member list reordering
(edit) @9266   8 years simon04 Refactoring: move getMatchingPresets to TaggingPresets and add …
(edit) @9246   8 years Don-vip javadoc update
(edit) @9195   8 years Don-vip fix #12245 - fix EDT violation properly without hanging the UI …
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9020   8 years Don-vip fix EDT violation seen with "Download all children" action of relation …
(edit) @8863   9 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(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) @8505   9 years simon04 fix #11559 - Relation editor: add button to sort the selected relation …
(edit) @8413   9 years Don-vip code style - A close curly brace should be located at the beginning of …
(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) @7552   10 years Don-vip fix #7885 - IndexOutOfBoundsException in relation dialog
(edit) @7551   10 years Don-vip fix #10524 - IndexOutOfBoundsException in relation dialog
(edit) @7128   10 years simon04 Fix Sonar issue (package cycle)
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6478   10 years Don-vip fix #9420 - Robustness on suggested roles in relation editor for …
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6068   11 years akks see #8853: Massive (and dumb) refactoring of TaggingPreset class …
(edit) @5630   11 years jttt Relation sorting and way connection refactored, added tests
(edit) @5614   11 years simon04 see #8255 - suggest roles when adding objects to a relation
(edit) @5603   11 years Don-vip fix #8224 - Relation sorting: run custom sorters before default one in …
(edit) @5516   12 years Don-vip Relation editor: properly sort associatedStreet relations houses …
(edit) @5410   12 years Don-vip see #7934 - Prevents NPEs with null EastNorth, override …
(edit) @5344   12 years Don-vip fix #7849 - IndexOutOfBoundsException when removing members in …
(edit) @5297   12 years Don-vip fix #4493, fix #7750: conflict dialog, nodes and members tab: allow …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5082   12 years simon04 fix #5395 - add "Add selection to relation" to popup menu of relation …
(edit) @4792   12 years simon04 fix #7168 - add a "zoom to gap" functionality to the relation editor
(edit) @4337   13 years stoecker duplicate members of relations are now properly selected in relation dialog
(edit) @4223   13 years stoecker fix #6570 (revert change in r4215, see #6547), i18n update, fix typo …
(edit) @3928   13 years jttt Fix #6015 Relation-Editor: added objects are not selected when adding …
(edit) @3925   13 years bastiK fixed #5963 (patch by Petr_Dlouhy) - Relation editor fails to detect …
(edit) @3789   13 years bastiK see #5109 (patch by Petr Dlouhy) - relation analysis; fix left-right …
(edit) @3788   13 years bastiK see #5109 (patch by Petr Dlouhý) - take forward/backward roles for …
(edit) @3712   13 years jttt Fix #5683 relation-editor: order of added objects is up-side-down
(edit) @3605   14 years jttt Fix #4628 Keep the ordering when selecting highlighted relation members
(edit) @3416   14 years jttt Add Dataset.add/removeSelectionListener methods, change eclipse …
(edit) @3095   14 years jttt Changes in multipolygon handling (see #4661), cosmetics
(edit) @2985   14 years jttt Make DataChangedListener deprecated (replaced by DatasetListener), …
(edit) @2886   14 years bastiK relation dialog: * reverse order for selected members only; * if …
(edit) @2801   14 years stoecker fixed line endings of recent checkins
(edit) @2716   14 years mjulius fixes #4247 - in relation editor sort only selected members if there …
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2700   14 years mjulius fixes #4226 - add reverse members command to relation editor
(edit) @2655   14 years jttt Fixed #4161 Major slowdown in recent versions, used correct pattern …
(edit) @2622   14 years jttt Dataset changed events refactored - DatasetEventManager now allows to …
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2563   14 years Gubaer fixed #3400: relation editor: improvement to highlight an element …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2494   14 years Gubaer Code related to #3999. Uncommented for the time being.
(edit) @2421   14 years bastiK relation editor: respect roundabouts when sorting the relation
(edit) @2394   14 years bastiK Relationdialog: show roundabouts in the 'linked' column
(edit) @2375   14 years bastiK fixed #3827: Setting a role to a relation member is broken (introduced …
(edit) @2365   14 years Gubaer applied #3771: patch by bastiK: add nicer symbols for relation member …
(edit) @2317   14 years Gubaer applied #3663: patch by singularita: Function to automatically …
(edit) @2311   14 years stoecker applied #3771 - patch by bastiK - improve link display in relation handling
(edit) @2298   15 years stoecker fix linked hints in relation editor, added tooltip
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2083   15 years Gubaer Removed deprecated constructors in ExtendedDialog Turned most of the …
(edit) @2077   15 years Gubaer Had to replace DataSet:getPrimitiveById(id) with …
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(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) @1927   15 years Gubaer fixed #3213: Adding objects to a relation breaks selecting multiple objects
(edit) @1926   15 years jttt Replaced Relation.members with Relation.getMember() or …
Note: See TracRevisionLog for help on using the revision log.