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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @11009   8 years Don-vip fix recent sonar/checkstyle issues
(edit) @11002   8 years simon04 see #11975 - Extract NameFinder for Nominatim queries
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @9972   8 years Don-vip sonar - remove unnecessary fully qualified names
(edit) @9606   8 years Don-vip add more unit tests
(edit) @9543   8 years Don-vip refactoring - global simplification of use of setLayout method - …
(edit) @9484   8 years simon04 Refactoring: add JosmComboBox.getEditorComponent, Javadoc
(edit) @9309   8 years simon04 see #12292 - Allow to disconnect HttpClient in connecting phase
(edit) @9171   8 years simon04 see #12231 - Use HttpClient instead of some Utils.openHttpConnection
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8851   9 years Don-vip sonar - squid:S1149 - Synchronized classes Vector, Hashtable, Stack …
(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) @8464   9 years Don-vip Singular fields
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8347   9 years Don-vip simplify/instrument SAX code
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8304   9 years Don-vip simplify URL encoding/decoding
(edit) @8287   9 years Don-vip fix findsecbugs:XXE_SAXPARSER - "Security - XML Parsing Vulnerable to …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @7628   10 years Don-vip fix #5934 - error handling missing, when nominatim server returns garbage
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7017   10 years Don-vip see #8465 - fix easy compilation warnings
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(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) @6822   10 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6552   10 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(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) @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) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @5587   11 years Don-vip Single entry point in Utils to open HTTP connections
(edit) @5429   12 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @4422   13 years stoecker fix #6844 - remove namefinder server
(edit) @4172   13 years stoecker remove unused icons, make connection timouts configurable and increase …
(edit) @3719   13 years bastiK added missing license information
(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) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2898   14 years jttt Fixed #4436 Changing bbox resets zoom after search
(edit) @2836   14 years stoecker fix #4357 - wrong name for search server
(edit) @2717   14 years stoecker close #4128 - new name search server
(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) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(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) @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) @2327   14 years Gubaer Cleanup in download logic (less global, more encapsulation)
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(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) @1349   15 years stoecker fixed #2094, #2091
(edit) @1346   15 years stoecker typo
(add) @1329   15 years stoecker moved namefinder into main josm
Note: See TracRevisionLog for help on using the revision log.