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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18895   2 years taylor.smock Fix #23057: data layers should be selected next, not non-data layers …
(edit) @18837   2 years taylor.smock Fix #23057: An invisible layer should not become active when removing …
(edit) @18665   3 years taylor.smock Fix several coverity issues CID-1504572: Synchronization on …
(edit) @18233   4 years Don-vip see #21144 - fix #21330 - fix #21335 - proper handling of correlation …
(edit) @18052   4 years Don-vip fix PMD violations
(edit) @18018   4 years Don-vip fix #21104 - see #20659 - Image viewer: fix tooltips and icon size, …
(edit) @17760   5 years simon04 Checkstyle
(edit) @17753   5 years simon04 https://errorprone.info/bugpattern/ClassCanBeStatic
(edit) @17741   5 years simon04 see #20659 - Extract LayerVisibilityAction.ColorSelector.getColors
(edit) @17740   5 years simon04 fix #20659 - Add contrast/gamma/... on image viewer
(edit) @17458   5 years GerdP see #17184: Memory leaks - clear collection rememberMovements in …
(edit) @16913   5 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16790   5 years simon04 fix #19476 - IndexOutOfBoundsException in …
(edit) @16630   5 years simon04 see #19334 - https://errorprone.info/bugpattern/UnnecessaryParentheses
(edit) @16438   5 years simon04 see #19251 - Java 8: use Stream
(edit) @16097   6 years Don-vip see #18638 - checkstyle
(edit) @16090   6 years Don-vip fix #18638 - add consistency in action UI descriptions (patch by …
(edit) @15923   6 years Don-vip fix #18638 - add a method to cycle through layers (patch by …
(edit) @15660   6 years simon04 fix #15946 - double click sliders to reset …
(edit) @15586   6 years Don-vip code cleanup
(edit) @15496   6 years Don-vip fix #16796 - Rework of GPX track colors / layer preferences (patch by …
(edit) @14387   7 years simon04 fix #15832 - Add labels for background imagery sliders
(edit) @14341   7 years Don-vip see #16755 - fix sonarqube warnings
(edit) @14338   7 years Don-vip fix #16755 - Cut overlapping GPX layers when merging (patch by Bjoeni, …
(edit) @14248   7 years Don-vip fix #16730 - make sure we try to display popup menus only if their …
(edit) @14153   7 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @13849   7 years Don-vip SonarQube - fix minor code issues
(edit) @13654   8 years Don-vip More uses of OsmDataLayer.getDataSet()
(edit) @13130   8 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
(edit) @12799   8 years Don-vip see #15229 - see #15182 - see #14794 - move Multi* GUI classes from …
(edit) @12643   8 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12636   8 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12620   8 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12419   8 years michael2402 GPX color selector: Highlight current color.
(edit) @12402   8 years Don-vip checkstyle
(edit) @12396   8 years michael2402 LayerVisibilityAction: Align the texts more nicely.
(edit) @12395   8 years michael2402 Add GPS colors to layer visibility panel
(edit) @12393   8 years michael2402 Hide color filter sliders if no image layer is selected.
(edit) @12392   8 years michael2402 Unify handling of visibility checkbox and opacity slider
(edit) @11913   9 years Don-vip sonar - squid:S1192 - String literals should not be duplicated
(edit) @11893   9 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11881   9 years Don-vip findbugs - BC_UNCONFIRMED_CAST_OF_RETURN
(edit) @11809   9 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11510   9 years Don-vip sonar - fb-contrib:ACEM_ABSTRACT_CLASS_EMPTY_METHODS
(edit) @11505   9 years Don-vip add non-regression unit test for #4539
(edit) @11452   9 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11223   9 years simon04 fix #13703 - Fine tune mouse wheel action on layer visibility sliders …
(edit) @11206   9 years michael2402 Fix #13703: Layer visibility popup: Improve mouse wheel hit boxes and …
(edit) @11093   9 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
(edit) @11078   9 years michael2402 Fix #13744: If a layer removal triggers the removal of an other layer …
(edit) @11055   9 years michael2402 Fix #13703: Allow mouse wheel to change visibility slider value.
(edit) @10763   9 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
(edit) @10762   9 years Don-vip sonar - squid:UselessParenthesesCheck
(edit) @10611   9 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10606   9 years Don-vip javadoc - fix typos
(edit) @10605   9 years Don-vip see #12478 - Use ​Swing Copy/Paste instead of CopyAction/PasteAction …
(edit) @10600   9 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10547   9 years Don-vip fix #13159 - Move image processors out of imagery layer (patch by …
(edit) @10436   9 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10428   9 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
(edit) @10378   9 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10364   9 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10346   9 years Don-vip fix #12936 - Do not use clone() on Dataset (patch by michael2402) - …
(edit) @10345   9 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10306   9 years Don-vip sonar - pmd:ImmutableField + remove unused code
(edit) @10300   9 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10245   9 years Don-vip findbugs - CI_CONFUSED_INHERITANCE
(edit) @10148   10 years bastiK fixed #12758 - better scale for gamma value
(add) @10144   10 years Don-vip code refactoring - strip actions from LayerListDialog to new package …
Note: See TracRevisionLog for help on using the revision log.