source: josm/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7082   11 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7081   11 years Don-vip fixes for unit tests
(edit) @7080   11 years bastiK see #9691 - on single core machine do nothing fancy and stay in EDT - …
(edit) @7079   11 years Don-vip fix some unit tests
(edit) @7078   11 years simon04 see #9959 - see r7035 - MapCSS tagchecker: use suggestAlternative to …
(edit) @7077   11 years Don-vip fix another test
(edit) @7076   11 years Don-vip fix unit test on system with non-english locale + javadoc
(edit) @7075   11 years Don-vip Robustness to allow to run more unit tests in headless mode
(edit) @7074   11 years bastiK fixed #9989 - mapcss canvas{default-points: false; default-lines: …
(edit) @7073   11 years bastiK see #9691 - really fix broken MapCSSTagChecker unit test
(edit) @7072   11 years Don-vip fix #9988 - NPE in Geometry.getCentroid()
(edit) @7071   11 years Don-vip fix #9990 - Fix session writing regression
(edit) @7070   11 years Don-vip see #9990 - show problem with unit tests
(edit) @7069   11 years bastiK see #9691 - fix broken MapCSSTagChecker unit test
(edit) @7068   11 years Don-vip test cleanup
(edit) @7067   11 years Don-vip fix NPE seen in test if no password is set with basic auth (headless mode)
(edit) @7066   11 years Don-vip see #9691 - fix MapCSSParserTest broken by r7064. MapCSSTagCheckerTest …
(edit) @7065   11 years Don-vip update test to match r7064
(edit) @7064   11 years bastiK see #9691 - add back reverted optimization [7056] (modified so it is …
(edit) @7063   11 years Don-vip compile and run all tests, including Groovy ones
(edit) @7062   11 years Don-vip fix #9976 - false positive: missing power=tower/pole
(edit) @7061   11 years Don-vip fix #9844 - incorrect validator warnings if relation preset contain …
(edit) @7060   11 years Don-vip fix issue in bug report URL (regression from r7037), add javadoc and …
(edit) @7059   11 years bastiK mapcss: use multiple threads for style creation (see #9691) …
(edit) @7058   11 years stoecker support josmdir:// URI
(edit) @7057   11 years bastiK reverting [7056] because it won't work for execution in multiple …
(edit) @7056   11 years bastiK mapcss: optimization by converting very hot double loop into single …
(edit) @7055   11 years bastiK mapcss: optimisation by adding an extra class for the most common type …
(edit) @7054   11 years bastiK mapcss: major performance improvement for style creation, "rendering …
(edit) @7053   11 years bastiK fixed #9669 - key-press 3 on node goes down to 6 meter new advanced …
(edit) @7052   11 years Balaitous fix #9951 - "Join Overlapping Areas" gives strange multipolygons
(edit) @7051   11 years Don-vip fix opening_hours unit test
(edit) @7050   11 years Don-vip sonar - Nullcheck of value previously dereferenced
(edit) @7049   11 years Don-vip sonar - Don't call static DateFormat
(edit) @7048   11 years Don-vip sonar - Throwable and Error classes should not be caught
(edit) @7047   11 years Don-vip fix #7042 - Add "call relation editor" to context menu of validator dialog
(edit) @7046   11 years Don-vip see #9923 - update opening_hours.js + translate/shorten a bit error …
(edit) @7045   11 years bastiK mapcss: allow to turn off dashes with dashes: none; without …
(edit) @7044   11 years bastiK map style: 1-1 dashed pattern looks like 50% transparent with …
(edit) @7043   11 years bastiK see #9691 - added command line option to enable debug level trace
(edit) @7042   11 years bastiK see #9691 - update to latest version of xml style
(edit) @7041   11 years bastiK see #9691 - include mapcss version of the default style as an option …
(edit) @7040   11 years Don-vip tests/build update: * update Jacoco to version 0.7.0 * compile …
(edit) @7039   11 years Don-vip fix #9965 - Unwanted warning in upload dialog
(edit) @7038   11 years Don-vip see #9967 - non-regression test for remote control
(edit) @7037   11 years Don-vip see #8465 - last batch of try-with-resources
(edit) @7036   11 years Don-vip fix #9966 - add landuse=plant_nursery to internal preset/map paint style
(edit) @7035   11 years bastiK fixed #9959 - Validator thinks that http: is a language prefix. Give …
(edit) @7034   11 years Don-vip fix #9967, see #8465 - RemoteControl broken by changes in r7033
(edit) @7033   11 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7032   11 years Don-vip fix #9944 - allow maxspeed on waterway=river|canal|lock
(edit) @7031   11 years Don-vip fix #9947 - Make File / Open URL also accept osm.org URLs with an …
(edit) @7030   11 years Don-vip see #8465 - use of try-with-resource
(edit) @7029   11 years Don-vip fix more warnings, remove unused code
(edit) @7028   11 years Don-vip fix #9962 - NPE in WMS cache (regression from r7012)
(edit) @7027   11 years Don-vip fix more warnings (-Xlint:rawtypes), remove deprecated method and …
(edit) @7026   11 years stoecker fix #3142 - drop applet code finally
(edit) @7025   11 years Don-vip Sonar - fix various issues
(edit) @7024   11 years Don-vip sonar - Variables should not be declared and then immediately returned …
(edit) @7023   11 years Don-vip remove deprecated/unused method
(edit) @7022   11 years Don-vip see #8465 - enable and fix more warnings
(edit) @7021   11 years Don-vip see #8465 - enable -Xlint:cast and fix associated warnings
(edit) @7020   11 years Don-vip see #8465 - fix remaining compilation warnings
(edit) @7019   11 years Don-vip see #8465 - fix @SafeVarargs warning, see …
(edit) @7018   11 years Don-vip refactor duplicated code
(edit) @7017   11 years Don-vip see #8465 - fix easy compilation warnings
(edit) @7016   11 years Don-vip fix unit tests
(edit) @7015   11 years Don-vip see #8465 - fix generics for JComboBox/JList
(edit) @7014   11 years Don-vip MapCSS: drop deprecated pattern-image support
(edit) @7013   11 years Don-vip drop support of OSM API 0.5
(edit) @7012   11 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7011   11 years bastiK see #9897 - Move map no longer works on OSX (do not drag a rectangle …
(edit) @7010   11 years akks If 2 nodes are selected, show distance in status line (idea by esaulenka)
(edit) @7009   11 years akks see #9952: added parameter extrude.initial-move-threshold (to tune …
(edit) @7008   11 years akks see #8465 - update Netbeans project to Java 7
(edit) @7007   11 years Don-vip update to JavaCC 6.0.1
(edit) @7006   11 years Don-vip see #8465 - drop detection of openjdk-6-jre package version
(edit) @7005   11 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7004   11 years Don-vip see #8465 - use multi-catch where applicable
(edit) @7003   11 years Don-vip see #8465 - use Files.copy()
(edit) @7002   11 years Don-vip see #8465 - sun.awt.exception.handler hack removed in Java 7
(edit) @7001   11 years Don-vip see #8465 - switch core to Java 7
(edit) @7000   11 years Don-vip fix #9897 - avoid unwanted rectangle painting when moving map on Mac OS X
(edit) @6999   11 years akks fix #9937: Was not importing data from Overpass by remote control …
(edit) @6998   11 years Don-vip i18n update
(edit) @6997   11 years Don-vip see #8465 - expiration date of java update feature
(edit) @6996   11 years Don-vip Presets lang update
(edit) @6995   11 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6994   11 years Don-vip fix #7705 - NPE when using piclayer plugin without data layer
(edit) @6993   11 years bastiK see #9397 - Move map no longer works on OSX (fix selection rectagle on …
(edit) @6992   11 years Don-vip cleanup/refactor of NavigatableComponent
(edit) @6991   11 years Balaitous fix little bug: In TagConflictResolver dialog, when user select a …
(edit) @6990   11 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6989   11 years bastiK see #josm9897 - Move map no longer works on OSX
(edit) @6988   11 years bastiK debug output for #9897 (also in [o30403])
(edit) @6987   11 years Don-vip sonar - fix some more issues
(edit) @6986   11 years Don-vip sonar - fix various minor issues
(edit) @6985   11 years Don-vip sonar - deprecated code
(edit) @6984   11 years stoecker remove outdated translations
(edit) @6983   11 years stoecker remove outdated translations
Note: See TracRevisionLog for help on using the revision log.