source: josm/trunk/src/org/openstreetmap/josm/gui/dialogs/ToggleDialog.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17307   3 years GerdP see #7548: Re-organize the preference dialog - move code for expert …
(edit) @16913   4 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16888   4 years Klumbumbus see #15240 - Change some png icons to svg: - bug, …
(edit) @16630   4 years simon04 see #19334 - https://errorprone.info/bugpattern/UnnecessaryParentheses
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16113   4 years Don-vip see #18912 - add new method to clear button actions
(edit) @15655   4 years Don-vip see #18514 - cleanup menu groups handling
(edit) @15650   4 years Don-vip fix #18514 - display changeset toggle dialog entry in the window menu …
(edit) @15649   4 years Don-vip see #18514 - disable Window menu when empty
(edit) @15633   4 years Don-vip fix #18514 - make all changeset actions and dialogs only accessible in …
(edit) @14903   5 years Don-vip fix #17487 - NPE
(edit) @14820   5 years GerdP fix #17286: graphic glitches after undocking an redocking a minimized panel
(edit) @14765   5 years GerdP fix #17286 remember state of minimized docked panels when closing …
(edit) @14589   5 years GerdP #see #17040 implement Destroyable in ToggleDialog.TitleBar and use it …
(edit) @14470   5 years GerdP see #17040 Fix various memory leaks Not sure if this will break Unit …
(edit) @14463   5 years Don-vip fix #17040 - fix memory leaks when calling history dialog
(edit) @14426   5 years GerdP see #7561 comment 30 add javadoc @since to new public methods and new enum
(edit) @14425   5 years GerdP see #7561 comment 24 slightly modified 7561_storeHeight.patch, 1a) …
(edit) @14397   5 years Don-vip fix #16935 - simplify/cleanup help topics of …
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14143   6 years Don-vip see #15229 - deprecate Main.main - new class OsmDataManager
(edit) @13649   6 years Don-vip fix #16204 - allow to create a new layer, draw, drag, open a few …
(edit) @13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
(edit) @13265   6 years Don-vip see #15709 - fix a lot of memory leaks. Now gui.layer.geoImage.*
(edit) @12881   7 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
(edit) @12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @11885   7 years Don-vip add basic unit tests for MergeLayerAction + improve javadoc, code cleanup
(edit) @11538   7 years Don-vip sonar - fb-contrib:ISB_TOSTRING_APPENDING - Correctness - Method …
(edit) @11383   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10491   8 years Don-vip fix #13000 - Exception when deleting last layer for 2nd time (patch by …
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10428   8 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
(edit) @10384   8 years Don-vip fix #12954 - IllegalComponentStateException with detached dialogs
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10358   8 years stoecker see #9995 - improve handling for HIDPI screens, patch by strump …
(edit) @10325   8 years Don-vip fix #12897 - fix IllegalArgumentException when exiting JOSM (patch by …
(edit) @10317   8 years Don-vip fix #12904 - Documentation of DialogsPanel (patch by michael2402)
(edit) @10173   8 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10035   8 years Don-vip code refactoring to ease creation of unit tests by avoiding as much as …
(edit) @9833   8 years bastiK fixed #12507 - slow mouse wheel scrolling (based on patch by kolesar)
(edit) @9795   8 years Don-vip findbugs
(edit) @9660   8 years Don-vip GeoImageLayer: add unit test, fix sonar issues, add javadoc
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9074   8 years Don-vip pmd - Ternary operator with a boolean literal can be simplified with a …
(edit) @8958   8 years Don-vip update javadoc + checkstyle fix + update presets links
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(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) @8468   9 years Don-vip fix some minor sonar/code style issues: - Avoid Protected Field In …
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8426   9 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8081   9 years Don-vip fix #10882 - fix focus issues properly
(edit) @8072   9 years Don-vip fix #10882 - Implement search box for main menu (modified patch from …
(edit) @7668   9 years stoecker cleanup icons, mark undetected icons, set proper mimetype, delete …
(edit) @7299   10 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
(edit) @7019   10 years Don-vip see #8465 - fix @SafeVarargs warning, see …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6956   10 years Don-vip fix #9898 - fix NPE for toggle dialogs not calling createLayout()
(edit) @6938   10 years Don-vip see #9864 - fix regression from r6752: restore actions in toggle …
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6829   10 years Don-vip fix #9701 - NPE in ToggleDialog
(edit) @6752   10 years Don-vip fix #7633, see #9264 - fix dynamic side buttons broken in r6727 + many …
(edit) @6727   10 years Don-vip fix #7633 - Make dynamic buttons features disabled by default
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6361   10 years Don-vip Sonar/Findbugs - Unused formal parameter
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6172   11 years Don-vip fix #8849: * Used scaled down (16x16 pixels) of large (.svg) images if …
(edit) @6170   11 years Don-vip make ToggleDialog Destroyable
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(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) @6061   11 years Don-vip see #8865 - fix NPE in core
(edit) @5970   11 years Don-vip fix broken popup menus in toggle dialog title bars (broken by r5958)
(edit) @5958   11 years Don-vip * Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
(edit) @5718   11 years Don-vip fix #8428 - Always show buttons for legacy setting …
(edit) @5689   11 years Don-vip fix #8143 - Side buttons reappear despite "Always hidden" option
(edit) @5631   11 years Don-vip Allow to access directly to validator preferences from validator …
(edit) @5463   12 years jttt Fix some memory leaks (see #7980)
(edit) @5331   12 years simon04 Change signature of method introduced in r5322 to avoid problems such …
(edit) @5330   12 years simon04 Change signature of method introduced in r5322 to avoid problems such …
(edit) @5325   12 years simon04 fix NPE bug introduced in r5322
(edit) @5322   12 years simon04 Permit multiple rows of SideButtons in toggle dialogs.
Note: See TracRevisionLog for help on using the revision log.