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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4432   13 years stoecker hopefully fix #6662 - selected layer color wrong
(edit) @4356   13 years stoecker convert some more ToggleDialog's
(edit) @4350   13 years xeen fix shortcut warnings introduced in @4333 (see #30)
(edit) @4333   13 years xeen add shortcuts to toggle layer visibility (defaults are ALT+1 .. ALT+0 …
(edit) @4265   13 years jttt Make merge layers work when more than one layer is selected
(edit) @4230   13 years stoecker allow to color the entries in layer list dialog according to assigned …
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4072   13 years jttt Fix #6301 Check for null mandatory in …
(edit) @3941   13 years bastiK #5958 - Renaming layers erratic
(edit) @3882   13 years bastiK mapcss: fix layer handling
(edit) @3763   13 years stoecker fix help
(edit) @3706   13 years bastiK change button order
(edit) @3705   13 years Upliner applied #5570 - implement layer opacity control
(edit) @3689   13 years bastiK fixed #5682 - npe in cellrenderer when shutting down JOSM
(edit) @3688   13 years bastiK fixed #5678 - Layer panel should not take focus when pressing layer …
(edit) @3680   13 years bastiK fixed #5671 - remove shortcut 'd' to delete layer in layerlist as it …
(edit) @3666   13 years bastiK fix missing repaint after active layer change
(edit) @3664   13 years bastiK gui fine tuning
(edit) @3662   13 years bastiK cosmetics
(edit) @3661   13 years bastiK converted layerlist JList to JTable to allow activate and show/hide …
(edit) @3408   14 years jttt Show only actions that can work on all selected layers in …
(edit) @3237   14 years jttt Fix #4659 Waypoint layers captions are hiddden when layer is hidden …
(edit) @2901   14 years mjulius new button in LayerListDialog: Duplicate Layer This creates a …
(edit) @2897   14 years jttt Fixed #4404 Contents of layer-list not shown
(edit) @2869   14 years jttt Removed ToggleDialog.tearDown(). All listeners should be unregistered …
(edit) @2847   14 years mjulius fix messages for gui/dialogs
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2710   14 years stoecker close #4222 - unify design of right menus again
(edit) @2697   14 years Gubaer fixed #4222: Layerlist right click menu does not handle multiselection
(edit) @2677   14 years jttt Fixed #4225 Wrong layer selected when other layer is deleted
(edit) @2655   14 years jttt Fixed #4161 Major slowdown in recent versions, used correct pattern …
(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) @2602   14 years bastiK some minor things: * layerlist dialog: right click on an entry …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2434   14 years Gubaer Improved detection of modified state in OsmDataLayer.
(edit) @2224   15 years stoecker see #3550 - patch by bastiK - allow resizing right handside dialogs, …
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2159   15 years Gubaer fixed #3539: NullPointerException when deleting the only data layer …
(edit) @2039   15 years Gubaer applied #3377: patch by xeen: Less warnings for JOSM
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @1954   15 years Gubaer Moved package org.openstreetmap.josm.gui.conflict to …
(edit) @1935   15 years Gubaer fixed #3203: pressing DEL deletes Layer instead of objects Enabled DEL …
(edit) @1919   15 years Gubaer fixed #3203: pressing DEL deletes Layer instead of objects
(edit) @1917   15 years Gubaer fixed #3195: No layer is highlighted by default new: delete layer with DEL
(edit) @1913   15 years Gubaer fixed #3186: WMS-layer cannot be moved unless the layer is "active"
(edit) @1911   15 years Gubaer fixed #3193: No layer is left highlighted when the bottom most one is …
(edit) @1896   15 years Gubaer fixed bug in deleting layers
(edit) @1895   15 years Gubaer new: only one list of layers managed by MapView. LayerListDialog is an …
(edit) @1890   15 years Gubaer update: rewrite of layer dialog new: allows multiple selection of …
(edit) @1880   15 years Gubaer fixed #3109: Layer selected when clicking in empty space in layer dialog
(edit) @1838   15 years Gubaer new: two utility classes in GUI subsystem: OptionPaneUtil and …
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1397   15 years stoecker apply patches from xeen for #1977.
(edit) @1265   15 years stoecker fix #2029
(edit) @1256   15 years stoecker fix #2015
(edit) @1249   15 years stoecker minor cleanup
(edit) @1247   15 years ulfl use small icons also in the LayerListDialog
(edit) @1246   15 years stoecker bring texts back in side view buttons
(edit) @1228   15 years ulfl Improve panels on the right side: a) add a normal/minimized display …
(edit) @1213   15 years stoecker fixed bugs #1864 and #1979, patches by Ævar Arnfjörð Bjarmason and …
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1084   15 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1054   16 years stoecker fixed a lot of the shortcut related translations
(edit) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @867   16 years stoecker fixed exception when no layer was active
(edit) @845   16 years stoecker Prevent editing inactive layer. Fix layer oder and display order. …
(edit) @745   16 years stoecker added security check for layer deletion. Fixes #262
(edit) @744   16 years stoecker unified buttons in right side tools, saved some space
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @626   16 years framm - ye grande eol style fixe
(edit) @568   16 years david add contextual help
(edit) @562   16 years david Show/hide text -> show/hide text/icon, and implement as such
(edit) @478   16 years gebner Speed up merging. - Don't scan our dataset for every primitive we …
(edit) @464   16 years (none) a doubleclick on the layer entry hides/shows it
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/gui/dialogs/LayerListDialog.java
(edit) @304   17 years imi - fixed a bug that nodes were not created when no data layer was …
Note: See TracRevisionLog for help on using the revision log.