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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17323   3 years Don-vip fix #20099 - make sure "OSM Server" preferences display a vertical …
(edit) @17316   3 years Don-vip see #7548 - fix #20094 - fix NPE
(edit) @17315   3 years Don-vip see #7548 - deprecate MapPreference, not used anymore
(edit) @17313   3 years Don-vip see #7548 - make tab width dynamic + add 5px padding between icon and text
(edit) @17307   3 years GerdP see #7548: Re-organize the preference dialog - move code for expert …
(edit) @17306   3 years GerdP see #7548: Re-organize the preference dialog - let selectTabBy()
(edit) @17305   3 years GerdP see #7548: Re-organize the preference dialog - Correct handling of …
(edit) @17297   3 years simon04 see #7548 - Re-organize the preference dialog (disable tab titles for …
(edit) @17292   3 years simon04 see #7548 - Re-organize the preference dialog (disable tab titles for …
(edit) @17265   3 years GerdP see #7548: Re-organize the preference dialog Apply 7548-no-empty.patch …
(edit) @17264   3 years GerdP see #7548: Re-organize the preference dialog - revert r17256, doesn't …
(edit) @17256   4 years GerdP see #7548: Re-organize the preference dialog - Use …
(edit) @17229   4 years simon04 see #7548 - Re-organize the preference dialog (hide empty tabs)
(edit) @17228   4 years simon04 see #7548 - Re-organize the preference dialog (left-align tab labels)
(edit) @17201   4 years GerdP see #7548: Re-organize the preference dialog Add addChangeListener …
(edit) @17178   4 years simon04 see #7548 - Re-organize the preference dialog (icons)
(edit) @17162   4 years simon04 see #7548 - Re-organize the preference dialog (connection preferences)
(edit) @17160   4 years simon04 see #7548 - Re-organize the preference dialog (connection preferences)
(edit) @17159   4 years simon04 see #7548 - Re-organize the preference dialog (display preferences)
(edit) @16979   4 years simon04 fix #19734 - Autofilter: clicking active rule/key opens GPS settings …
(edit) @16966   4 years simon04 fix #19732 - Preferences: open previously selected preference tab
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @15926   4 years Don-vip fix recently introduced SonarQube issues
(edit) @15856   4 years Don-vip fix #18711 - Bold font for tab subtitles in preferences dialog
(edit) @15845   4 years simon04 fix #18703 - Scroll through TabPreferenceSetting using mouse wheel
(edit) @15844   4 years simon04 PreferenceTabbedPane: use Java 8, add Javadoc
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14052   6 years Don-vip see #16010 - use JMockit to enable more extensive test coverage (patch …
(edit) @13431   6 years Don-vip fix #15950 - Preferences Help button should go directly to selected …
(edit) @13160   6 years Don-vip fix #11762 - fix IAE when disabling expert mode while viewing advanced …
(edit) @12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12637   7 years Don-vip see #15182 - deprecate Main.toolbar. Replacement: …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12005   7 years Don-vip fix #14667 - IOOBE at PreferenceTabbedPane.stateChanged
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11087   8 years Don-vip sonar - squid:S1141 - Try-catch blocks should not be nested
(edit) @10982   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10428   8 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10362   8 years stoecker javadoc and style fixes
(edit) @10358   8 years stoecker see #9995 - improve handling for HIDPI screens, patch by strump …
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10055   8 years Don-vip fix #12652 - Do not ...snip... bug report messages after 6000 …
(edit) @9624   8 years Don-vip update/fix preferences unit tests, based on work from Mapillary plugin …
(edit) @9242   8 years simon04 fix #7670 - Add Overpass settings to main preference
(edit) @9239   8 years Don-vip javadoc update
(edit) @9075   8 years Don-vip pmd - Useless qualified this usage in the same class
(edit) @9059   8 years Don-vip checkstyle
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8074   9 years bastiK #11090 - do not load plugins unless dependencies can be loaded (or are …
(edit) @8030   9 years bastiK see #11090 - refresh plugin info after download & before loading
(edit) @8024   9 years bastiK see #11090 - make sure plugin preference tab is shown after runtime load
(edit) @8017   9 years bastiK see #11090 - basic support for plugin loading at runtime. This is …
(edit) @7509   10 years stoecker remove tabs
(edit) @7048   10 years Don-vip sonar - Throwable and Error classes should not be caught
(edit) @7026   10 years stoecker fix #3142 - drop applet code finally
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6670   10 years Don-vip fix #9508 - Centralized service for validator rules
(edit) @6666   10 years Don-vip see #9508 - refactor validator preferences + handling of JScrollPane
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6529   10 years Don-vip Various stuff: * see #9414: remove old DeprecatedTags test * …
(edit) @6523   10 years Don-vip Ask user to change proxy settings when proxy errors occur at startup …
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6367   10 years Don-vip Sonar/Findbugs - unused code
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6223   11 years Don-vip Sonar - fix various violations
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5973   11 years Don-vip see #8740 - fix NPE in core with plugins defining invalid preferences …
(edit) @5954   11 years akks fix #3484: allow setting keyboard shortcuts for specific presets and …
(edit) @5933   11 years Don-vip fix #8667 - NPE with plugins returning invalid preferences (scripting)
(edit) @5858   11 years Don-vip warning with invalid plugin preferences
(edit) @5857   11 years Don-vip fix #8561 - Integrate restart plugin into core. Asks for restart when …
(edit) @5631   11 years Don-vip Allow to access directly to validator preferences from validator …
(edit) @5454   12 years Don-vip see #6985 - Rescale preferences tab icons to 48x48 pixels
(edit) @5226   12 years bastiK improvements for custom projection
(edit) @4987   12 years bastiK expose imagery preference tab for plugin
(edit) @4974   12 years Don-vip Preferences tabs: robustness to null icons + code cleanup
(edit) @4970   12 years Don-vip see #7386 - call ok() only on initialized settings + fix NPE in …
(edit) @4968   12 years Don-vip fix #7386 - Major rework of preferences GUI settings in order to speed …
(edit) @4874   12 years jttt Use static class were appropriate
(edit) @4843   12 years bastiK see #7299 - Move features to expert mode
(edit) @4840   12 years bastiK expert mode rework: * toggling of expert mode does not require …
Note: See TracRevisionLog for help on using the revision log.