source: josm/trunk/src/org/openstreetmap/josm/gui/download

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6235   11 years Don-vip Sonar - fix recently introduced issues
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6101   11 years akks revert 6099: seems it was not the described bug
(edit) @6099   11 years akks see #8921: avoid setTooltipText(null) (gives NPE when tooltip is shown …
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(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) @5958   11 years Don-vip * Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
(edit) @5899   11 years stoecker fix javadoc
(edit) @5898   11 years Don-vip see #8606 - Set User-Agent for JMapViewer connections
(edit) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5786   11 years akks Download primitive dialog: window width limit, buffer size limit for …
(edit) @5765   11 years Don-vip see #8494 - Refactor of OSM id text fields / changeset id text fields …
(edit) @5587   11 years Don-vip Single entry point in Utils to open HTTP connections
(edit) @5460   12 years Don-vip global use of Main.isDisplayingMapView()
(edit) @5429   12 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5200   12 years akks see #7626, fix #7463: keys Ctrl-Shift-Up/Down, Enter, Spacebar work …
(edit) @5124   12 years Don-vip fix #7536 - Invalid bounding box in download window
(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) @4422   13 years stoecker fix #6844 - remove namefinder server
(edit) @4420   13 years simon04 fix #6829 - display bounding box in advanced info dialog
(edit) @4380   13 years simon04 fix #4609 - copy node coordinate to clipboard
(edit) @4336   13 years stoecker fix #6720 - slippy map download not refreshed, improve resize handling …
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4172   13 years stoecker remove unused icons, make connection timouts configurable and increase …
(edit) @4168   13 years stoecker fix #6259 - Fullscreen toggle in download dialog not working anymore - …
(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) @3719   13 years bastiK added missing license information
(edit) @3530   14 years stoecker fix array preferences
(edit) @3527   14 years stoecker add Array storage to prefs, move bookmarks into preferences file
(edit) @3501   14 years bastiK fixed #4632 - Button Help puts help window under main window
(edit) @3424   14 years stoecker fix #5235 - patch by Upliner - button to clear URL dropbox
(edit) @3411   14 years bastiK fixed #5275 - Displayed co-ordinate precision adjustment
(edit) @3334   14 years stoecker fix #5139 - exception for search
(edit) @3256   14 years jttt Fix #4697: Attempting to download data around a place name.
(edit) @3255   14 years jttt Fix #4764 Fehler
(edit) @3105   14 years Gubaer Removing @Overrides - got inserted too early and make troubles while …
(edit) @3104   14 years Gubaer fixed #4701: Tile download
(edit) @3094   14 years Gubaer Improved widget for selecting a bounding box based on a grid of OSM …
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(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) @2904   14 years bastiK minor cleanup & hooks for plugin
(edit) @2902   14 years mjulius get rid of DownloadUrlAction again. This was redundant.
(edit) @2899   14 years mjulius new action: DownloadUrlAction This opens a dialog to allow the user to …
(edit) @2898   14 years jttt Fixed #4436 Changing bbox resets zoom after search
(edit) @2891   14 years bastiK Made the bbox display in the 'Bookmarks' tab of the download dialog …
(edit) @2850   14 years mjulius fix messages for gui
(edit) @2836   14 years stoecker fix #4357 - wrong name for search server
(edit) @2824   14 years Gubaer fixed #4082: Upload-Dialog shows in diseabled display Replaced …
(edit) @2717   14 years stoecker close #4128 - new name search server
(edit) @2689   14 years Gubaer new: Changeset Cache Manager for querying, downloading, browsing, and …
(edit) @2676   14 years jttt Fix some of the warnings found by FindBugs
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2529   14 years Gubaer fixed #3810: Pressing Enter in download dialog doesn't initiate …
(edit) @2524   14 years stoecker close #2797 - no longer allow empty area in slippy map downloader
(edit) @2520   14 years stoecker small code cleanup
(edit) @2519   14 years stoecker fixed 3660 - resize in slippy map downloader failed
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2483   14 years Gubaer Fixed bounding box selection using coordinates.
(edit) @2403   14 years Gubaer fixed #454: Right-click context menus in download text-entry boxes
(edit) @2387   14 years Gubaer More and improved context sensitive help, see #2882
(edit) @2362   14 years Gubaer Added history to place selection in Download Dialog
(edit) @2361   14 years Gubaer Improved tab "Places" in download dialog (download on double click, …
(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) @2334   14 years Gubaer Improved bookmark tab in download dialog
(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) @2329   14 years Gubaer Removed dependency to LatLon in JMapViewer
(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) @2093   15 years Gubaer fixed #2955: Better help text for the slippymap downloader map
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1879   15 years Gubaer towards a fix for #3142: JOSM applet class no longer functional
(edit) @1865   15 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
(edit) @1857   15 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
(edit) @1847   15 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(edit) @1811   15 years jttt PleaseWait refactoring. Progress is now reported using ProgressMonitor …
Note: See TracRevisionLog for help on using the revision log.