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) @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   9 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   10 years Don-vip update license/copyright information
(edit) @6353   10 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 …
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4138   13 years stoecker show way length in status when only one way is selected (side effect: …
(edit) @4113   13 years stoecker fix #6233 - better sorting for upload dialog
(edit) @4068   13 years jttt Fix #6290 "Copy" does not work when selecting objects from list
(edit) @4064   13 years bastiK applied #6250 (patch by akks) - move selection history to dataset
(edit) @3654   13 years bastiK applied #5631 (patch by bilbo) - Faster selection with many objects
(edit) @3469   14 years jttt Fix #5377 Search button not enabled when view is hidden
(edit) @3450   14 years bastiK Purge+Clear Undo/Redo should free memory - remove references by …
(edit) @3361   14 years bastiK applied #5201 (patch by Mathieu Arnold) - add a pref for the …
(edit) @3327   14 years jttt Fix some of "Keystroke %s is already assigned to %s, will be …
(edit) @3290   14 years stoecker better support for relation handling in selection list
(edit) @3286   14 years stoecker fix #4765 - improve selection history
(edit) @3262   14 years bastiK extended command list dialog; added inspection panel
(edit) @3176   14 years jttt Fix #3952 Search history not remembered across restarts
(edit) @3146   14 years jttt Use referrers when loading members of primitive in PropertiesDialog
(edit) @3124   14 years Gubaer fixed #4725: Much slower selection list handling since 3102
(edit) @3123   14 years Gubaer fixed #4725: Much slower selection list handling since 3102 Removed …
(edit) @3114   14 years Gubaer fixed #4719: Double click in selection list does not work anymore
(edit) @3105   14 years Gubaer Removing @Overrides - got inserted too early and make troubles while …
(edit) @3103   14 years Gubaer fixed #4699: selectionlist gets out of sync
(edit) @3102   14 years Gubaer fixed #4651: Ability to download incomplete relation from selection …
(edit) @3101   14 years Gubaer fixed #4684: HTTP 408 gives coding error popup
(edit) @3099   14 years Gubaer fixed #4691: Exception when clicking 'Select'
(edit) @2930   14 years jttt Make sure ConflictResolutionDialog is disposed when closed
(edit) @2912   14 years jttt Fixed #4330 java.lang.ArrayIndexOutOfBoundsException: 6 >= 6, added …
(edit) @2903   14 years bastiK a few minor issues: * fixed #2316 - Improve Inactive Presets handling …
(edit) @2869   14 years jttt Removed ToggleDialog.tearDown(). All listeners should be unregistered …
(edit) @2710   14 years stoecker close #4222 - unify design of right menus again
(edit) @2658   14 years jttt Do not update properties and selection dialogs when hidden
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2621   14 years Gubaer Moved layer listener management from Layer to MapView Made sure that …
(edit) @2563   14 years Gubaer fixed #3400: relation editor: improvement to highlight an element …
(edit) @2243   15 years Gubaer fixed #3650: Double-click on items in history dialog should open …
Note: See TracRevisionLog for help on using the revision log.