source: josm/trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12652   7 years michael2402 Apply #15167: Merge OSM and overpass download dialog. Patch by bafonins
(edit) @12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12575   7 years michael2402 See #15057: Fix checkstye and sonar issues.
(edit) @12574   7 years michael2402 Apply #15057: Improve the over pass turbo dialog Adds the ability to …
(edit) @12523   7 years Don-vip see #11924 - fix remaining warnings about extended modifiers
(edit) @11658   7 years Don-vip fix #13922 - Add (expert) option to not zoom to the new downloaded data
(edit) @11277   7 years Don-vip sonar - fix recently added warnings
(edit) @11270   7 years michael2402 See #13309: Make download dialog use preferences interface.
(edit) @10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
(edit) @10790   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ENTER)
(edit) @10629   8 years simon04 fix #13085 - When downloading from Overpass, a "download area too …
(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) @10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10424   8 years stoecker see #12994 - don't use SideButton outside side panel
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10173   8 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @10035   8 years Don-vip code refactoring to ease creation of unit tests by avoiding as much as …
(edit) @9543   8 years Don-vip refactoring - global simplification of use of setLayout method - …
(edit) @9230   8 years Don-vip fix javadoc errors/warnings
(edit) @9059   8 years Don-vip checkstyle
(edit) @8932   8 years Don-vip fix #11971 - -/=`key in Overpass Download changes map size
(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) @8713   9 years simon04 see #11428 - Overpass Download: make help work
(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) @8444   9 years Don-vip remove extra whitespaces
(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) @8215   9 years simon04 fix #10866 - Adjust size check for "Download area too large" warning …
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8071   9 years Don-vip fix #10960 - Add note API search dialog (modified patch by ToeBee). …
(edit) @7808   9 years bastiK applied #10827 - Cannot download only notes (patch by ToeBee)
(edit) @7722   9 years Don-vip fix #10746 - Add Notes checkbox in DownloadDialog (patch by ToeBee)
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6509   10 years Don-vip fix #9459 - initialize default center view of MapView to last download …
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6365   10 years Don-vip Sonar/Findbugs - fix of recent violations
(edit) @6364   10 years Don-vip fix #3744 - Refresh list of TMS layers of download dialog when imagery …
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(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) @5998   11 years Don-vip fix #8775 - IllegalComponentStateException when remembering position …
(edit) @5460   12 years Don-vip global use of Main.isDisplayingMapView()
(edit) @5200   12 years akks see #7626, fix #7463: keys Ctrl-Shift-Up/Down, Enter, Spacebar work …
(edit) @5113   12 years simon04 fix typo, add code comment
(edit) @5097   12 years simon04 see #7511 - make DownloadDialog, Osm download related classes more …
(edit) @4984   12 years stoecker fix typo
(edit) @4983   12 years stoecker fix text
(edit) @4932   12 years stoecker fix 6833 - use WindowGeometry for toggle dialogs and mainwindow …
(edit) @4906   12 years akks See #7303: Added option to run Download dialog on startup and help …
(edit) @4699   12 years stoecker adapt help link for download dialog
(edit) @4552   12 years stoecker fix #6720 - initial refresh of slippy map download
(edit) @4380   13 years simon04 fix #4609 - copy node coordinate to clipboard
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @3976   13 years bastiK fixed #6091 - spelling
(edit) @3975   13 years bastiK fixed #6092, ref #6093 - spelling
(edit) @3769   13 years stoecker fix help
(edit) @3501   14 years bastiK fixed #4632 - Button Help puts help window under main window
(edit) @3104   14 years Gubaer fixed #4701: Tile download
(edit) @3057   14 years bastiK applied #4617 - new design for download dialog (patch by Radomír Černoch)
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2824   14 years Gubaer fixed #4082: Upload-Dialog shows in diseabled display Replaced …
(edit) @2529   14 years Gubaer fixed #3810: Pressing Enter in download dialog doesn't initiate …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2347   14 years Gubaer fixed #3802: Buttons dont't react to enter in download dialog
(edit) @2346   14 years Gubaer fixed #3802: Download button is not highlighted anymore in the …
(edit) @2345   14 years Gubaer Minor updates in Download Dialog
(edit) @2344   14 years Gubaer fixed #3525: Double-clicking on a bookmark should initiate its …
(edit) @2340   14 years Gubaer fixed #3801: Download dialog doesn't notice [X] GPS checkbox is checked
(edit) @2332   14 years Gubaer Some updates in download dialog and related
(edit) @2331   14 years Gubaer Cleanup in DownloadAction and DownloadDialog Added context-sensitive …
(edit) @2330   14 years Gubaer fixed #3794: not download the correct area
(edit) @2327   14 years Gubaer Cleanup in download logic (less global, more encapsulation)
(edit) @2322   14 years Gubaer Added canceling of DownloadOsmTaskLists Removed error remembering in …
(edit) @2215   15 years Gubaer applied #3583: patch by vsandre: Unable to download data with "Open …
(edit) @2142   15 years Gubaer fixed #3514: NullPointerException when double-clicking on a download …
(edit) @1811   15 years jttt PleaseWait refactoring. Progress is now reported using ProgressMonitor …
(edit) @1680   15 years stoecker removed old style world chooser - interactive map is much better
(edit) @1465   15 years stoecker fix #1967. patch by xeen. This will break plugins using ProgressDialog …
(edit) @1392   15 years stoecker changed order of download dialogs
(edit) @1390   15 years stoecker added slippy_map_chooser
(edit) @1329   15 years stoecker moved namefinder into main josm
(edit) @1326   15 years stoecker reworked plugin handling a lot, more to come
(edit) @1307   15 years stoecker close #1983. Patch by xeen
(edit) @1245   15 years stoecker added link to presets, fix #1675
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1147   15 years framm - update downloadTask interface
(edit) @1039   16 years stoecker cleanup prefs access a bit
(edit) @1038   16 years stoecker moved Downlod area check from bounding box to main download dialog
(edit) @979   16 years framm - added basic support for downloading based on tile numbers. not …
Note: See TracRevisionLog for help on using the revision log.