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) @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.
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5207   12 years Don-vip fix #7631 - NPE when toggling dynamic buttons
(edit) @5031   12 years jttt check for null (for toggle dialogs without side buttons)
(edit) @5030   12 years jttt Fix #7462 No action definded for buttons (becauase of r5028)
(edit) @5028   12 years jttt Add possibility to hide side buttons in toggle dialogs permanently, …
(edit) @4932   12 years stoecker fix 6833 - use WindowGeometry for toggle dialogs and mainwindow …
(edit) @4897   12 years stoecker cleanup shortcut handling a lot, fix some more deprecations
(edit) @4794   12 years stoecker fix #7267 - side menu buttons missing
(edit) @4793   12 years stoecker don't hide buttons for undocked dialogs
(edit) @4778   12 years stoecker fix #7234 - dynamic toggle starts inverted
(edit) @4765   12 years stoecker allow individual disabled dynamic buttons
(edit) @4609   12 years stoecker fix #6953 - patch by akks - improve hide handling for left toolbar
(edit) @4590   12 years stoecker see #59 - patch by xeen - apply parts of the new Windows menu stuff
(edit) @4512   13 years stoecker introduce expert mode, make dynamic toolbar buttons default
(edit) @4366   13 years stoecker see #6731 - handle collapsed menu correctly
(edit) @4363   13 years stoecker use createLayout() in all internal ToggleDialog's
(edit) @4355   13 years stoecker see #6731 - add dynamic button visibility (needs …
(edit) @4354   13 years stoecker see #6731 - reduce space required for SideButtons, moved arrow …
(edit) @4353   13 years stoecker see #6731 - introduce better layout function for ToggleDialogs, …
(edit) @3598   14 years bastiK add option to hide toggle buttons on the left
(edit) @3502   14 years bastiK see #3278 (redirect shortcuts in the undocked windows to the main …
Note: See TracRevisionLog for help on using the revision log.