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