source: josm/trunk/src/org/openstreetmap/josm/gui/preferences/ToolbarPreferences.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19106   2 years taylor.smock Cleanup some new PMD warnings from PMD 7.x (followup of r19101)
(edit) @19101   2 years taylor.smock Cleanup some new PMD warnings from PMD 7.x I haven't updated to PMD …
(edit) @19050   2 years taylor.smock Revert most var changes from r19048, fix most new compile warnings …
(edit) @18972   2 years taylor.smock See #23465: Add additional javadoc comments This also fixes some …
(edit) @18871   3 years taylor.smock See #23218: Use newer error_prone versions when compiling on Java 11+ …
(edit) @18801   3 years taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
(edit) @18471   4 years stoecker fix dead code
(edit) @18364   4 years GerdP checkstyle + sonarlint issues
(edit) @18363   4 years GerdP see #6725, #21438 correct @since xxx
(edit) @18362   4 years GerdP fix #21730: Not all JosmActions registering in toolbar - separate …
(edit) @18361   4 years GerdP fix #6725: Plugins need to be loaded before tool definitions for …
(edit) @18342   5 years Don-vip fix #21645 - code cleanup (patch by gaben)
(edit) @18321   5 years GerdP fix #21446: Memory leaks with TaggingPreset - don't always add …
(edit) @18208   5 years Don-vip global use of Utils.isEmpty/isBlank
(edit) @17667   5 years simon04 fix #15397 - Toolbar: make ToggleAction buttons reflect toggle state
(edit) @17307   6 years GerdP see #7548: Re-organize the preference dialog - move code for expert …
(edit) @17227   6 years simon04 see #7548 - Re-organize the preference dialog (remove "settings" from …
(edit) @16807   6 years Klumbumbus see #15240 - Change some png icons to svg: - mapmode/rope, …
(edit) @16528   6 years simon04 Introduce BooleanProperty TOOLBAR_VISIBLE, SIDE_TOOLBAR_VISIBLE
(edit) @16438   6 years simon04 see #19251 - Java 8: use Stream
(edit) @16416   6 years simon04 fix #19234 - ToolbarPreferences: move up/down all selected entries
(edit) @16415   6 years simon04 Java 8: use Stream.anyMatch
(edit) @16414   6 years simon04 ToolbarPreferences: use the same icons as the RelationEditor
(edit) @15586   7 years Don-vip code cleanup
(edit) @14690   7 years simon04 see #17202 - Use Shortcut#setTooltip to fix deprecations
(edit) @14153   8 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14138   8 years Don-vip see #15229 - deprecate Main.platform and related methods - new class …
(edit) @13843   8 years Don-vip fix #16319 - scale bookmark and toolbar icons properly
(edit) @13431   8 years Don-vip fix #15950 - Preferences Help button should go directly to selected …
(edit) @12846   9 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   9 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12643   9 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12639   9 years Don-vip see #15182 - deprecate shortcut handling and mapframe listener methods …
(edit) @12637   9 years Don-vip see #15182 - deprecate Main.toolbar. Replacement: …
(edit) @12620   9 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12292   9 years Don-vip sonar - squid:CommentedOutCodeLine - Sections of code should not be …
(edit) @12135   9 years bastiK fixed #13100 - NPE on launch (2)
(edit) @11677   9 years Don-vip fix #14457 - CCE in imagery menu (regression from r11654)
(edit) @11657   9 years Don-vip fix #14451 - Local imagery toolbar buttons disappear on restart
(edit) @11654   9 years Don-vip fix #14450 - Cannot add local imagery to toolbar
(edit) @11553   9 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11344   10 years Don-vip javadoc
(edit) @11173   10 years simon04 Shortcut.findShortcut: return Optional object
(edit) @10662   10 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10659   10 years Don-vip see #12472 - fix more warnings, increase maximum number of reported …
(edit) @10613   10 years Don-vip see #12478 - do not try to enable dragging in headless mode
(edit) @10611   10 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10378   10 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10212   10 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10179   10 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10173   10 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @9983   10 years Don-vip remove unused code
(edit) @9253   10 years stoecker see #10684 - use squared toolbar buttons always, move side button …
(edit) @9239   10 years Don-vip javadoc update
(edit) @9078   11 years Don-vip sonar - Immutable Field
(edit) @9073   11 years Don-vip checkstyle - Comments Indentation
(edit) @9006   11 years Don-vip fix #12084 - allow to hide main toolbar
(edit) @8863   11 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(edit) @8840   11 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   11 years Don-vip fix Checkstyle issues
(edit) @8510   11 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   11 years Don-vip fix many checkstyle violations
(edit) @8461   11 years Don-vip global use of String.isEmpty()
(edit) @8444   11 years Don-vip remove extra whitespaces
(edit) @8423   11 years wiktorn Fix unit tests and findbugs warning. Closes: #11466
(edit) @8422   11 years wiktorn Change HashMap to ConcurrentHashMap, to avoid …
(edit) @8395   11 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8392   11 years Don-vip remove useless code (Method implemented with an exact copy of its …
(edit) @8380   11 years Don-vip code style - A getX() method which returns a boolean should be named isX()
(edit) @8345   11 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8342   11 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   11 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8308   11 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8285   11 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @7687   12 years stoecker see #10684, see #10688 fix icon scaling a bit
(edit) @7668   12 years stoecker cleanup icons, mark undetected icons, set proper mimetype, delete …
(edit) @7509   12 years stoecker remove tabs
(edit) @7021   12 years Don-vip see #8465 - enable -Xlint:cast and fix associated warnings
(edit) @7020   12 years Don-vip see #8465 - fix remaining compilation warnings
(edit) @7005   12 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7001   12 years Don-vip see #8465 - switch core to Java 7
(edit) @6990   12 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6844   12 years akks see #9709: "Add to toolbar" in preset list context menu (F3-right click)
(edit) @6838   12 years akks see #9709: button for adding preset to main toolbar (in upper right …
(edit) @6798   12 years Don-vip fix some Sonar issues
(edit) @6643   12 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6380   13 years Don-vip update license/copyright information
(edit) @6317   13 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6296   13 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6248   13 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6070   13 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6020   13 years akks see #8652: use Tab for toggling panels even if focus is on toolbar …
(edit) @5979   13 years akks fix #8652 [based on patch by cmuelle8] enable dialog and panels hiding …
(edit) @5968   13 years stoecker fix broken text
(edit) @5965   13 years akks see #8652 (patch by cmuelle8, part 1, modified): add "toggle panels" …
(edit) @5954   13 years akks fix #3484: allow setting keyboard shortcuts for specific presets and …
(edit) @5151   14 years simon04 see #6964 - hide toolbar action text when background image loading finishe
(edit) @5079   14 years simon04 make toolbar popup menu more intuitive (also show popup menu on empty …
(edit) @4968   14 years Don-vip fix #7386 - Major rework of preferences GUI settings in order to speed …
(edit) @4613   15 years bastiK see #6974 - fix problem caused by preference rework
Note: See TracRevisionLog for help on using the revision log.