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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15707   4 years simon04 see #14465 -Tag2Link: consider all selected primitives/properties
(edit) @15673   4 years simon04 see #13901 - Reimplement Tag2Link in core The plugin tag2link has …
(edit) @15356   5 years Don-vip fix #18146 - don't remember last search performed from …
(edit) @14734   5 years GerdP fix #16706 (16706-improve-v2.patch)
(edit) @14685   5 years simon04 fix #14462 - Harmonize relation actions provided in popup menus
(edit) @14609   5 years GerdP checkstyle fix
(edit) @14607   5 years GerdP see #17040 call setTransferHandler(null) in destroy()
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14250   6 years Don-vip see #16730 - one file missed
(edit) @14221   6 years Don-vip see #16706 - use documented enum for AutoScaleMode instead of …
(edit) @13926   6 years Don-vip add AbstractOsmDataLayer, MainLayerManager.getActiveData, …
(edit) @13925   6 years Don-vip fix #13467 - use DataSelectionListener everywhere. Deprecate …
(edit) @13564   6 years Don-vip introduce PrimitiveRenderer to replace OsmPrimitivRenderer (now …
(edit) @13545   6 years Don-vip fix #16106 - disable search button arrow when button itself is …
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @13141   6 years Don-vip fix #15119 - length of way not displayed in status bar without …
(edit) @12909   7 years Don-vip see #15361 - add more debug info + update licence information
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
(edit) @12659   7 years Don-vip see #15182 - extract SearchMode and SearchSetting from …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @11680   7 years Don-vip fix #14458 - sort by default in order [relations, ways, nodes] in …
(edit) @11386   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11365   7 years Don-vip fix #14090 - use DefaultListSelectionModel adjusting selection mode to …
(edit) @11177   8 years simon04 Refactor OsmPrimitiveComparator Replace one big comparator with …
(edit) @11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(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) @10453   8 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10383   8 years Don-vip replace .get*Selected().isEmpty() by .selectionEmpty()
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10369   8 years stoecker see #9995 - patch by strump - improve HIDPI
(edit) @10356   8 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10332   8 years stoecker Do not use deprecated EditLayerChangedListener - patch my Michael …
(edit) @10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @9376   8 years simon04 see #12300 - Fix headless unit tests
(edit) @9369   8 years simon04 see #12300 - Allow to drag from select list to relation members
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8836   9 years Don-vip fix Checkstyle issues
(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) @8468   9 years Don-vip fix some minor sonar/code style issues: - Avoid Protected Field In …
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8368   9 years Don-vip avoid deadlock
(edit) @8367   9 years Don-vip fix synchronization issue seen in unit test
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @7949   9 years Don-vip fix #10933 - keep the same selection in selection dialog after cliking …
(edit) @7909   9 years Don-vip fix #10899 - robustness to nodes without coordinates
(edit) @7817   9 years bastiK fixed #10861 - Zoom to layer when opening new file (see #10860)
(edit) @7781   9 years Don-vip fix #10830 - enable "show history" action in selection dialog when a …
(edit) @7750   9 years Don-vip fix #6909 - remove history toggle dialog in favour of a new history …
(edit) @7657   10 years Don-vip fix #10678 - open edit relation dialog when double clicking on a …
(edit) @7120   10 years Don-vip code refactoring/cleanup
(edit) @7021   10 years Don-vip see #8465 - enable -Xlint:cast and fix associated warnings
(edit) @7010   10 years akks If 2 nodes are selected, show distance in status line (idea by esaulenka)
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6822   10 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6742   10 years simon04 fix #7686 - Shorten long search expression for display purposes (in …
(edit) @6380   11 years Don-vip update license/copyright information
(edit) @6353   11 years Don-vip fix #9251 - Search button disabled - regression from r6336
(edit) @6336   11 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6058   11 years akks see #7503: allow to disable highlighting of members/primitives (for …
(edit) @6038   11 years akks fix #8829: relation was often hanging JOSM after 6036 + better highlighting
(edit) @6025   11 years akks Highlight relation or object when user clicks the list in Relation …
(edit) @5991   11 years Don-vip see #8752 - update distance text in status line when rescaling ways
(edit) @5984   11 years Don-vip fix #7700 - fix all EDT violations observed while merging layers, most …
(edit) @5958   11 years Don-vip * Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
(edit) @5903   11 years stoecker fix javadoc
(edit) @5825   11 years akks fix #8574: relation list dialog side buttons din not work Сontext menu …
(edit) @5821   11 years Don-vip see #7846 - Large code refactorization in management of popup menus to …
(edit) @5806   11 years Don-vip fix #8547 for good
(edit) @5805   11 years Don-vip fix #8547 - Wrong length of way (minus 1) displayed in status line
(edit) @5799   11 years akks Membership tabled in properties toggle dialog supports multiselect …
(edit) @5793   11 years akks Big refactoring of relation context menu actions, removing duplicate …
(edit) @5716   11 years Don-vip fix #8403 - make limit customizable in advanced preferences
(edit) @5713   11 years Don-vip fix #8403 - Show combined length of selected ways in status bar (up to …
(edit) @5360   12 years Don-vip fix #7776 - Selection of deleted objects
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5200   12 years akks see #7626, fix #7463: keys Ctrl-Shift-Up/Down, Enter, Spacebar work …
(edit) @5036   12 years akks Fix exceptions when using selection history (skip …
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4957   12 years stoecker some shortcut fixes
(edit) @4536   13 years Don-vip Improved plugin interaction with selection and popups of Relation, …
(edit) @4462   13 years simon04 harmonize toggle dialog names
(edit) @4459   13 years bastiK applied #6856 - Enable plugins to add actions in popup menus (patch by …
(edit) @4408   13 years simon04 fix #6773 - shortcuts for History and Advanced info dialog
(edit) @4357   13 years bastiK show conflicts in InspectPrimitiveDialog
(edit) @4354   13 years stoecker see #6731 - reduce space required for SideButtons, moved arrow …
(edit) @4223   13 years stoecker fix #6570 (revert change in r4215, see #6547), i18n update, fix typo …
Note: See TracRevisionLog for help on using the revision log.