source: josm/trunk/src/org/openstreetmap/josm/gui/dialogs/relation

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17206   4 years GerdP fix #19939 Replace ParentRelationLoadingTask by DownloadReferrersTask …
(edit) @17202   4 years GerdP see #19920: Cancel doesn't work with "Download All Children" - let …
(edit) @17174   4 years GerdP fix #19055: IndexOutOfBoundsException: relation manager: refreshing …
(edit) @17172   4 years GerdP see #19913: IOOBE: Index 254 out of bounds for length 0: Saving a …
(edit) @17171   4 years GerdP see #19913: IOOBE: Index 254 out of bounds for length 0: Saving a …
(edit) @17153   4 years Klumbumbus see #17809 - Don't promote spelling FIXME, deprecate Fixme in favor of …
(edit) @17140   4 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17063   4 years GerdP fix #19353: DataIntegrityProblemException: Relation member must be …
(edit) @17034   4 years Klumbumbus - see #19808 - Add icon for "Go to OSM Tag History" (self created, CC0 …
(edit) @16960   4 years simon04 see #8334 - Add advanced option to scale the table font Advanced …
(edit) @16913   4 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16896   4 years simon04 see #19633 - Java Warnings
(edit) @16890   4 years simon04 see #19633 - PMD
(edit) @16886   4 years simon04 fix #19633 - Route relations with split start do not show links as …
(edit) @16807   4 years Klumbumbus see #15240 - Change some png icons to svg: - mapmode/rope, …
(edit) @16657   4 years simon04 Fix typos in Javadoc
(edit) @16651   4 years GerdP fix #19312: detect circular dependencies in relations - add test in …
(edit) @16630   4 years simon04 see #19334 - https://errorprone.info/bugpattern/UnnecessaryParentheses
(edit) @16625   4 years simon04 see #19334 - https://errorprone.info/bugpattern/UnusedVariable
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16495   4 years GerdP see #19257: reduce number of ShowHistoryAction implementations Add …
(edit) @16489   4 years GerdP fix #19275: Relation list: Direct option for history viewer Enable …
(edit) @16468   4 years simon04 Java 8: use Collection.removeIf
(edit) @16454   4 years simon04 fix #17952 - Relation Manager: adjust focus in member tab when …
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16436   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16246   4 years GerdP fix #19050 full recursive download of children relations when using …
(edit) @16189   4 years simon04 fix #18692 - Show Duplicate relation in context menu
(edit) @16119   4 years Don-vip fix #18928 - fix various crashes with empty ways
(edit) @16056   4 years simon04 CheckParameterUtil: replace ensure() with ensureThat() Makes code …
(edit) @15894   4 years simon04 Fix typo in code comment
(edit) @15812   4 years GerdP see #18566: fix findbugs UWF_UNWRITTEN_FIELD introduced with r15811
(edit) @15811   4 years GerdP fix #18566: Download object: member of relations always downloaded …
(edit) @15803   4 years Don-vip fix #18646 - avoid doubled selection in relation editor when switching …
(edit) @15776   4 years simon04 fix #17639 - Relation editotr: invert color of icons when line is selected
(edit) @15775   4 years simon04 Use (correct) magic constants
(edit) @15770   4 years simon04 Revert "fix #18139 - RelationEditor: redundant options when adding a …
(edit) @15763   4 years simon04 fix #18139 - RelationEditor: redundant options when adding a relation …
(edit) @15748   4 years simon04 MemberTable: use EnumSet
(edit) @15747   4 years simon04 see #18591 - fix CCE, fix NPE
(edit) @15732   4 years simon04 see #18503 - Relation editor: compute wayConnection for …
(edit) @15700   4 years Don-vip see #18020 - ignore multipolygons too
(edit) @15696   4 years Don-vip fix #18020 - don't show way directions for boundary relations
(edit) @15678   4 years Don-vip fix #18545 - NPE
(edit) @15655   4 years Don-vip see #18514 - cleanup menu groups handling
(edit) @15649   4 years Don-vip see #18514 - disable Window menu when empty
(edit) @15586   4 years Don-vip code cleanup
(edit) @15418   5 years Don-vip fix #14253 - Highlight affected relation members in role validation …
(edit) @15382   5 years Don-vip see #17304 - proper report of NPE debug details
(edit) @15378   5 years Don-vip fix #13592 - refresh relation member table connectivity after a change …
(edit) @15364   5 years Don-vip fix #18047 - consider junction=circular like junction=roundabout
(edit) @15361   5 years Don-vip fix #18147, see #18006 - sort from/via/to members of restriction-alike …
(edit) @15278   5 years Don-vip fix #17934 - proper removal of relation members refering to selection
(edit) @15240   5 years Don-vip fix #17910 - Enable download of incomplete members from cloned …
(edit) @15238   5 years Don-vip fix #17894 - fix moving of 2+ selected relation members, events …
(edit) @15236   5 years Don-vip fix #17887 - make sure relation member selection model remains …
(edit) @15235   5 years Don-vip see #17887, fix #17904 - NPE when moving the first member of a …
(edit) @15226   5 years Don-vip fix #14208 - add dedicated buttons in filter dialog to sort/reverse …
(edit) @15076   5 years Don-vip fix #17501 - Detect if a oneway in a relation may be going in the …
(edit) @15048   5 years Don-vip fix #17678 - relation editor: repaint selection table when member …
(edit) @14888   5 years Don-vip fix #17457 - Drop data depended tool tip from …
(edit) @14713   5 years simon04 see #14462 - ChildRelationBrowser: add popup menu
(edit) @14700   5 years simon04 RelationTree: show root handles
(edit) @14690   5 years simon04 see #17202 - Use Shortcut#setTooltip to fix deprecations
(edit) @14685   5 years simon04 fix #14462 - Harmonize relation actions provided in popup menus
(edit) @14679   5 years simon04 GenericRelationEditor: bind Ctrl+Enter to okay action
(edit) @14654   5 years simon04 Deprecate OsmPrimitive.getFilteredList/getFilteredSet in favour of …
(edit) @14473   5 years GerdP see #17040 don't keep refs to OSM primitives in validation tests …
(edit) @14470   5 years GerdP see #17040 Fix various memory leaks Not sure if this will break Unit …
(edit) @14385   5 years Don-vip fix #16914 - GenericRelationEditorTest: fix for non-headless mode …
(edit) @14339   6 years Don-vip fix #13891 - don't change selection of relation editor members table …
(edit) @14304   6 years Don-vip fix #16814 - IOOBE
(edit) @14277   6 years Don-vip fix #16784 - NPE
(edit) @14221   6 years Don-vip see #16706 - use documented enum for AutoScaleMode instead of …
(edit) @14214   6 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
(edit) @14192   6 years Don-vip spotbugs - BC_UNCONFIRMED_CAST_OF_RETURN_VALUE
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14143   6 years Don-vip see #15229 - deprecate Main.main - new class OsmDataManager
(edit) @14138   6 years Don-vip see #15229 - deprecate Main.platform and related methods - new class …
(edit) @14134   6 years Don-vip see #15229 - deprecate Main*.undoRedo - make UndoRedoHandler a …
(edit) @14121   6 years Don-vip see #15229 - deprecate all Main methods related to network features. …
(edit) @14056   6 years Don-vip fix #16388 - fix sonar warning
(edit) @14030   6 years michael2402 See #16388: Fix Checkstyle / Test issues.
(edit) @14029   6 years michael2402 See #16388: Checkstyle: Convert tabs to spaces.
(edit) @14027   6 years michael2402 See #16388: New mechanism for plugins to register relation editor actions.
(edit) @13925   6 years Don-vip fix #13467 - use DataSelectionListener everywhere. Deprecate …
(edit) @13856   6 years Don-vip fix #16322 - fix typo
(edit) @13849   6 years Don-vip SonarQube - fix minor code issues
(edit) @13842   6 years Don-vip see #16319 - scale properly all icons using ButtonSpec
(edit) @13761   6 years Don-vip see #16288 - replace similar i18n strings (removes 35 strings from …
(edit) @13683   6 years Don-vip fix #16228 - NPE
(edit) @13675   6 years Don-vip rework constructors of MemberRoleCellEditor / MemberTableColumnModel
(edit) @13654   6 years Don-vip More uses of OsmDataLayer.getDataSet()
(edit) @13564   6 years Don-vip introduce PrimitiveRenderer to replace OsmPrimitivRenderer (now …
(edit) @13559   6 years Don-vip extract DownloadPolicy / UploadPolicy to separate classes
(edit) @13509   6 years Don-vip fix #16060 - NPE + minor fixes
(edit) @13486   6 years Don-vip fix #8039, see #10456 - fix bugs with non-downloadable layers
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @13176   6 years Don-vip fix #15620 - select previous gap (or next gap) may lead to an …
(edit) @13171   6 years Don-vip fix #15598 - relation editor: handle double click in child and …
Note: See TracRevisionLog for help on using the revision log.