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) @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
(edit) @4146   14 years stoecker fix #6480 - toolbar cleanups
(edit) @4139   14 years stoecker fix #6474 - fix toolbar action entries for some actions and fix …
(edit) @4033   14 years stoecker fix name/icon for toolbar as well as tollbar defaults
(edit) @4032   14 years stoecker allow to define icon and name for search and background layer actions …
(edit) @3737   15 years Upliner make possible to place imagery offset action to the top toolbar and …
(edit) @3583   15 years stoecker fix #4041 - toolbar preferences separator dragging broken
(edit) @3223   15 years jttt Fix #4846 emptying toolbar causes autimatic refill
(edit) @3200   15 years bastiK fixed #4930 - Relation editor "creeps"
(edit) @3175   15 years jttt Allow to set parameters for actions on toolbar. Used by SearchAction …
(edit) @3059   15 years stoecker i18n fixes, see #4636
(edit) @2745   16 years Gubaer Partial commit due to #4137. Comment to follow in another commit.
(edit) @2512   16 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2316   16 years stoecker fix #3768 - NPE on start
(edit) @2302   16 years Gubaer applied #3760: patch by smsm1: Preset menu tooltips just get in the way
(edit) @2133   16 years ce Default Toolbar Preset Icons - fixes #3366
(edit) @2122   16 years ce see #3366 - preparation for inclusion of default presets in the menu bar.
(edit) @1742   16 years stoecker fixed #2849 - patch by jttt - fix memory leak
(edit) @1571   16 years stoecker close #2505 - handling separator in toolbar prefs
(edit) @1393   16 years stoecker fix #2156
(edit) @1349   16 years stoecker fixed #2094, #2091
Note: See TracRevisionLog for help on using the revision log.