source: josm/trunk/src/org/openstreetmap/josm/tools

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9230   8 years Don-vip fix javadoc errors/warnings
(edit) @9229   8 years Don-vip fix #12262 - NPE
(edit) @9227   8 years Don-vip OAuth: add robustness, basic unit test, code cleanup
(edit) @9223   8 years Don-vip fix #12259 - adjust colors contrast in relation editor and history dialog
(edit) @9217   8 years Don-vip checkstyle, code cleanup
(edit) @9200   8 years simon04 see #12231 - Code style (reasonForRequest)
(edit) @9196   8 years Don-vip remove another warning :)
(edit) @9191   8 years simon04 Utils: UTF-8 cannot be unsupported Removes "may produce NPE" warnings …
(edit) @9190   8 years simon04 see #12231 - Fix logging of reasonForRequest
(edit) @9185   8 years simon04 see #12231 - HttpClient now reports status to ProgressMonitor
(edit) @9184   8 years simon04 see #12231 - fix …
(edit) @9182   8 years simon04 see #12231 - No read timeout for OsmApi connections Fixes regression …
(edit) @9179   8 years Don-vip see #12231 - initialize API to use progress monitor during HTTP connection
(edit) @9178   8 years Don-vip see #12231 - add support for setFixedLengthStreamingMode (used in …
(edit) @9177   8 years Don-vip see #12231 - javadoc
(edit) @9174   8 years simon04 see #12231 - Update unit tests, fix regression
(edit) @9173   8 years simon04 Checkstyle
(edit) @9172   8 years simon04 see #12231 - Use HttpClient for OSM API calls This requires adaptors …
(edit) @9171   8 years simon04 see #12231 - Use HttpClient instead of some Utils.openHttpConnection
(edit) @9170   8 years simon04 see #12231 - Deprecate Utils.open* functions
(edit) @9169   8 years simon04 see #12231 - HttpClient: add support to uncompress streams
(edit) @9168   8 years simon04 see #12231 - Uniform access to HTTP resources
(edit) @9147   8 years simon04 Use HTTPS for some wiki requests
(edit) @9146   8 years Don-vip see #12229 - catch SecurityException and IllegalArgumentException, …
(edit) @9144   8 years Don-vip see #12229 - add unit tests for audio playback
(edit) @9108   8 years Don-vip checkstyle
(edit) @9099   8 years bastiK mapcss partial fill: move threshold parameter ([9063]) into the mapcss …
(edit) @9079   8 years Don-vip update to CheckStyle 6.13
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9074   8 years Don-vip pmd - Ternary operator with a boolean literal can be simplified with a …
(edit) @9073   8 years Don-vip checkstyle - Comments Indentation
(edit) @9072   8 years Don-vip partial revert of r9070 - make build run with Java 9 again
(edit) @9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @9063   8 years bastiK mapcss: partial fill - if partial fill would only leave a small gap in …
(edit) @9062   8 years Don-vip Sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @9059   8 years Don-vip checkstyle
(edit) @9038   8 years Don-vip fix #12118 - NPE
(edit) @8997   8 years Don-vip checkstyle
(edit) @8994   8 years bastiK fixed #12025 - text along line rendering for bi-directional text
(edit) @8992   8 years Don-vip reduce log level from warning to debug for cursors not loaded in …
(edit) @8989   8 years simon04 fix #12041 - Wrong message in relation member deletion confirmation …
(edit) @8976   8 years simon04 fix #12016 - History dialog sometimes incorrectly shows a way as reversed
(edit) @8975   8 years simon04 fix #12041 - Wrong message in relation member deletion confirmation
(edit) @8972   8 years Don-vip see #12036 - Add Norwegian Bokmal language (nb)
(edit) @8952   8 years Don-vip see #12012 - add log message for shortcut reassignments
(edit) @8939   8 years Don-vip fix problems seen in headless environment for jenkins
(edit) @8934   8 years Don-vip see #11390 - rework update dialog
(edit) @8933   8 years Don-vip fix #11262 - Images not displayed correctly in Help Browser
(edit) @8928   8 years Don-vip javadoc fixes
(edit) @8926   8 years Don-vip javadoc fixes
(edit) @8924   8 years Don-vip update references to Java bugs
(edit) @8923   8 years Don-vip see #11390 - invite Windows and OSX users to update to Java 8
(edit) @8919   8 years Don-vip move UserCancelException class in tools package and use it where …
(edit) @8911   8 years simon04 GBC: improve Javadoc
(edit) @8903   9 years Don-vip fix #11968 - Show node icons from style in selection list and relation …
(edit) @8882   9 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8856   9 years Don-vip fix #11957 - partial revert of r8851 - do not replace Stack by …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8851   9 years Don-vip sonar - squid:S1149 - Synchronized classes Vector, Hashtable, Stack …
(edit) @8849   9 years Don-vip sonar - squid:S1643 - Strings should not be concatenated using '+' in …
(edit) @8848   9 years Don-vip sonar - squid:S2131 - Primitives should not be boxed just for "String" …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(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) @8811   9 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(edit) @8795   9 years Don-vip fix javadoc errors/warnings seen with JDK9
(edit) @8777   9 years Don-vip Basic Java 9 support: make code compile, and Linux scripts detect it
(edit) @8764   9 years Don-vip fix Checkstyle issues
(edit) @8756   9 years simon04 fix #10023 - Add history of Overpass queries
(edit) @8744   9 years simon04 see #11428 - Refactoring (class/package structure)
(edit) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8723   9 years simon04 see #11713 - use new interface ImageProcessor where applicable
(edit) @8722   9 years simon04 Fix typo in ImageOverlay
(edit) @8720   9 years simon04 fix #11583 - Add mnemonic key to "Search menu items": ALT+R R … …
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8650   9 years wiktorn Follow HTTP(S) redirects in Add WMS wizzard / GetLayers. Closes: #11770
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8602   9 years wiktorn Properly handle file based tile sources. * move …
(edit) @8582   9 years Don-vip checkstyle
(edit) @8574   9 years bastiK applied #11655 - memory optimization (patch by shinigami, modified)
(edit) @8570   9 years Don-vip checkstyle
(edit) @8568   9 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8567   9 years Don-vip fix #11651 - whitechars stripping optimization (modified patch by …
(edit) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8564   9 years Don-vip fix #11649 - DateUtils optimization (modified patch by shinigami)
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8518   9 years Don-vip checkstyle: fix broken parsing of shortcuts
(edit) @8514   9 years Don-vip checkstyle: various checks
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(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) @8506   9 years Don-vip fix some Sonar issues
(edit) @8487   9 years Don-vip Hide implicit public constructor for utility classes
(edit) @8482   9 years simon04 Correctly parse tab-separated tags … by using non-greedy regular …
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8468   9 years Don-vip fix some minor sonar/code style issues: - Avoid Protected Field In …
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
Note: See TracRevisionLog for help on using the revision log.