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) @9078   9 years Don-vip sonar - Immutable Field
(edit) @9074   9 years Don-vip pmd - Ternary operator with a boolean literal can be simplified with a …
(edit) @8958   9 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   10 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   11 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   13 years stoecker fix #6953 - patch by akks - improve hide handling for left toolbar
(edit) @4590   13 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 …
(edit) @3470   14 years jttt Fix #3278 redirect shortcuts in the undocked windows to the main window
(edit) @3421   14 years bastiK fixed #5304 - Problem occured during validation operation
(edit) @3211   14 years bastiK fix unnecessary hideNotification at the beginning
(edit) @3186   14 years bastiK fixed #4601 - Conflict list dialog won't update unless I prod it
(edit) @3178   14 years bastiK * disable all filters if the filter dialog is not visible * show the …
(edit) @3087   14 years mjulius see #4674 - NPE in ToggleDialog now throws IllegalArgumentException …
(edit) @3016   14 years bastiK pop up the conflict dialog when a conflict has been detected
(edit) @2969   14 years bastiK fixed #4502 - Photomapping pannel open just one time; make tiger …
(edit) @2887   14 years bastiK fixed #4422 - wrong filename in the titlebar of the "geotagged images" …
(edit) @2871   14 years jttt Partially fix situation after last layer removal - most objects still …
(edit) @2869   14 years jttt Removed ToggleDialog.tearDown(). All listeners should be unregistered …
(edit) @2770   14 years stoecker typos
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2710   14 years stoecker close #4222 - unify design of right menus again
(edit) @2613   14 years Gubaer new: global in-memory cache for downloaded changesets new: toggle …
(edit) @2602   14 years bastiK some minor things: * layerlist dialog: right click on an entry …
(edit) @2577   15 years bastiK Adjusted toggle dialog behavior for geoimage: * When click on a …
(edit) @2566   15 years bastiK Moved the code from agpifoj plugin to JOSM core. Thanks to Christian …
(edit) @2525   15 years bastiK fix #4030 - Hide/minimize icon in right menus not working properly
(edit) @2512   15 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2475   15 years jttt Added methods showNotify and hideNotify to ToggleDialog. Useful to …
(edit) @2364   15 years Gubaer applied #3826: patch by bastik: Remember geometry of detached toggle …
(edit) @2319   15 years Gubaer fixed #3725: JOSM doesn't provide indication during upload that the …
(edit) @2301   15 years Gubaer fixed #3765: Unable to resolve conflict Improved warning message for …
(edit) @2255   15 years Gubaer New utility class for help context aware option dialogs Improved …
(edit) @2252   15 years Gubaer Refactored JOSM help system, slightly extended Fixed problem with new …
(edit) @2232   15 years stoecker fixed #3635 - title in side dialogs not refreshed
(edit) @2224   15 years stoecker see #3550 - patch by bastiK - allow resizing right handside dialogs, …
(edit) @2185   15 years stoecker see #3550 - fixed resizable side views - patch by bastiK
Note: See TracRevisionLog for help on using the revision log.