source: josm/trunk/src/org/openstreetmap/josm/gui/ExtendedDialog.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14121   6 years Don-vip see #15229 - deprecate all Main methods related to network features. …
(edit) @13888   6 years Don-vip fix #16358 - specify button icon size in extended dialogs
(edit) @13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
(edit) @12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @11945   7 years Don-vip sonar - fb-contrib:SCII_SPOILED_CHILD_INTERFACE_IMPLEMENTOR - Style - …
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11105   8 years Don-vip sonar - fix various issues
(edit) @10957   8 years Don-vip see #13479 - make ConflictResolutionDialog inherit from ExtendedDialog
(edit) @10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10649   8 years Don-vip fix #13193 - Use a new bug report dialog (patch by michael2402) - gsoc-core
(edit) @10616   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10035   8 years Don-vip code refactoring to ease creation of unit tests by avoiding as much as …
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9983   8 years Don-vip remove unused code
(edit) @9866   8 years Don-vip fix #12559 - The “Skip Download” popup displays incorrectly
(edit) @9833   8 years bastiK fixed #12507 - slow mouse wheel scrolling (based on patch by kolesar)
(edit) @9576   8 years Don-vip code refactoring for unit tests / headless mode
(edit) @8978   8 years simon04 fix #12028 - Hide/disable way splitting dialog This drops preference …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8441   9 years Don-vip see #11209 - add debug messages
(edit) @8430   9 years Don-vip see #11209 - Make ExtendedDialog.result volatile
(edit) @8399   9 years Don-vip see #11397, see #11447 - partial revert of r8308 (SONARJAVA-1061: FP …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7545   10 years Don-vip fix issue with ExtendedDialog where default button cannot be activated …
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7407   10 years Don-vip fix focus issues (regression from r7401)
(edit) @7401   10 years Don-vip fix #10175 - ask for JOSM update in case of crash with old version
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6783   10 years Don-vip fix some Sonar issues
(edit) @6595   10 years simon04 see #8969 - add "Do not show again (this operation)" for "Really …
(edit) @6594   10 years simon04 fix #8969 fix #9394 - add "Do not show again (this session)" choice, …
(edit) @6443   10 years Don-vip see #8465 - Ask Windows users to update their Sun/Oracle Java 6 …
(edit) @6340   10 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6221   11 years Don-vip Make some defensive copies of user-supplied arrays, move …
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @5646   11 years Don-vip see #8024, fix #8012 - Remember position of add/edit tags dialog
(edit) @5638   11 years Don-vip fix #6438 - Don't try to save window geometry if not showing on screen
(edit) @5275   12 years bastiK doc improvements
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @4932   12 years stoecker fix 6833 - use WindowGeometry for toggle dialogs and mainwindow …
(edit) @4571   12 years Don-vip fix #6343 - Relation windows don't remember their last position
(edit) @4246   13 years bastiK plugin hook for credentials handling
(edit) @3719   13 years bastiK added missing license information
(edit) @3711   13 years bastiK minor change needed for terracer plugin
(edit) @3675   13 years bastiK debug output for autosave (#5559 and others)
(edit) @3501   14 years bastiK fixed #4632 - Button Help puts help window under main window
(edit) @3404   14 years bastiK fixed ExtendedDialog layout
(edit) @3403   14 years bastiK some extensions to exteded dialog; modified the warning dialog box for …
(edit) @3385   14 years jttt Fix warnings
(edit) @3355   14 years jttt Simplify/optimize filters implementation
(edit) @3351   14 years jttt Fixed #5173 memory leak in search dialog - almost every ExtendedDialog …
(edit) @3338   14 years bastiK changes needed for new RoadSigns plugin
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2824   14 years Gubaer fixed #4082: Upload-Dialog shows in diseabled display Replaced …
(edit) @2719   14 years stoecker fixed last checkin
(edit) @2718   14 years stoecker remember result of dont-show-again also in ExtendedDialog
(edit) @2715   14 years stoecker fixed #3772, #4139 - fixed help browser - the external start never …
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2662   14 years bastiK geoimage: reworked image correlation dialog. Might still have some …
(edit) @2627   14 years bastiK geoimage: new button 'delelet image from disk' (shortcut: …
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2602   14 years bastiK some minor things: * layerlist dialog: right click on an entry …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2374   14 years stoecker removed deprecated stuff
(edit) @2301   14 years Gubaer fixed #3765: Unable to resolve conflict Improved warning message for …
(edit) @2285   15 years Gubaer Improved Download Location Dialog and created …
(edit) @2168   15 years Gubaer fixed #3304: Upload failed - Placeholder Relation not found fixed …
(edit) @2161   15 years xeen fix #3502 (the ESC listener on ExtendedDialog stopped working)
(edit) @2154   15 years xeen Rewrite JMultilineLabel to support HTML markup. this closes #3500
(edit) @2141   15 years Gubaer applied #3513: patch by Claudius Henrichs : Typos and unifying …
(edit) @2138   15 years xeen Add remember window geometry feature to extended dialog (see #3478)
(edit) @2135   15 years Gubaer fixed #3488: "No open changeset" appears in changeset list every …
(edit) @2083   15 years Gubaer Removed deprecated constructors in ExtendedDialog Turned most of the …
(edit) @2037   15 years Gubaer Improved cancellation of upload tasks Refactored upload dialog fixed …
(edit) @2035   15 years Gubaer Improved user feedback in case of timed retries after …
(edit) @2031   15 years Gubaer applied #2905: patch by xeen: Add option to disable the new "Move …
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2003   15 years Gubaer applied #3312: patch by plaicy: Set this.parent of ExtendedDialog
(edit) @1992   15 years Gubaer fixing ToggleDialog - now uses a JDialog instead of a JFrame. Should …
(edit) @1987   15 years Gubaer removed all occurences of setAlwaysOnTop(). See …
(edit) @1902   15 years Gubaer temporary fix for #3181: Dialogs causes JOSM window to be set as …
(edit) @1865   15 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
(edit) @1861   15 years Gubaer added diagnostic messages for #3109 - window order generally messed up?
(edit) @1856   15 years Gubaer improved deleting relations
(edit) @1811   15 years jttt PleaseWait refactoring. Progress is now reported using ProgressMonitor …
Note: See TracRevisionLog for help on using the revision log.