source: josm/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7145   12 years simon04 see #10037 - Improve node-inside-multipolygon matching by handling …
(edit) @7144   12 years simon04 see #10037 - Add double-click selection mode - based on akks's …
(edit) @7143   12 years simon04 Log initialization time per mappaint style
(edit) @7142   12 years Don-vip see #9691 - make unit test run in headless mode for continuous integration
(edit) @7141   12 years bastiK see #9691 - fix unit test
(edit) @7140   12 years Don-vip fix compilation warnings with JDK8 - equals() and hashcode() must …
(edit) @7139   12 years bastiK see #9691 - switch over to mapcss version of the JOSM map style as …
(edit) @7138   12 years bastiK see #9691 - add tag based index (speed-up of factor 3 in single thread …
(edit) @7137   12 years Don-vip fix #10039 - No warning when adding a tag with an already existing key
(edit) @7136   12 years bastiK mapcss: add support for alpha info in color property, e.g. color: …
(edit) @7135   12 years simon04 Display numbers in map status line according to locale/language
(edit) @7134   12 years Don-vip fix #10030 - wms support broken in r7132
(edit) @7133   12 years Don-vip remove generated Java files from SVN, integrate JAXB 2.2.7 to build …
(edit) @7132   12 years Don-vip fix #9984 - Add support for WMS tiles defining a transparent color in …
(edit) @7131   12 years simon04 fix #4550 - Add a "Move Node onto Way" action (opposite of "Join Node …
(edit) @7130   12 years simon04 fix #10028 - Follow line function should unselect last node when …
(edit) @7129   12 years simon04 see #10018 - Avoid broken relations after combining ways
(edit) @7128   12 years simon04 Fix Sonar issue (package cycle)
(edit) @7127   12 years Don-vip see #10014 - use fill-color instead of background-color in P2 …
(edit) @7126   12 years simon04 fix #9758 - Add barrier=swing_gate to style
(edit) @7125   12 years simon04 MapCSS parsing: warn on unknown base selectors (2/2)
(edit) @7124   12 years simon04 MapCSS parsing: warn on unknown base selectors
(edit) @7123   12 years simon04 Fix MapCSSParserTest tests
(edit) @7122   12 years simon04 fix #6367 - Select last node of way when undoing Follow line (patch by …
(edit) @7121   12 years simon04 fix #9889 - Follow line should stop on ambiguous junctions
(edit) @7120   12 years Don-vip code refactoring/cleanup
(edit) @7119   12 years Don-vip code refactoring/cleanup/javadoc + fix bug in preset text comparator …
(edit) @7118   12 years simon04 fix #9901 - Presets: add support for alternative_autocomplete_keys, …
(edit) @7117   12 years Don-vip validator - remove old and unused serializable stuff
(edit) @7116   12 years simon04 fix #9852 - Add new bridge types to styles and presets; drop icons for …
(edit) @7115   12 years simon04 fix #9783 - MapCSS: allow to regexp-match name=(foo) by `[name =~ …
(edit) @7114   12 years simon04 fix #9758 - Add barrier=swing_gate to presets
(edit) @7113   12 years simon04 fix #9872 - Sort "Member of" list naturally
(edit) @7112   12 years simon04 fix #9880 - Recognise building=(!yes) relations as buildings (name …
(edit) @7111   12 years simon04 fix #9865 - Hide oneway arrows for aerialway=station
(edit) @7110   12 years simon04 fix #10014 - MapCSS: Add support for canvas{fill-color}, deprecate …
(edit) @7109   12 years Don-vip see #8671 - some code refactoring done in an unsuccessful attempt to …
(edit) @7108   12 years bastiK extend last commit
(edit) @7107   12 years bastiK mappaint: hold read lock on Dataset during painting, so modifications …
(edit) @7106   12 years bastiK fixed #10002 - Complain about access=official like about access=designated
(edit) @7105   12 years bastiK fixed #10000 - remove access=designated and access=official from presets
(edit) @7104   12 years bastiK see #10000 - remove access=designated and access=official from presets
(edit) @7103   12 years Don-vip fix potential exception in ExpressionFactory initialization (not sure …
(edit) @7102   12 years bastiK fix eol style
(edit) @7101   12 years Don-vip update groovy test to r7100
(edit) @7100   12 years Don-vip refactor tagging presets to allow presets-dependent unit tests to …
(edit) @7099   12 years bastiK see #9691 - mapcss: fix concurrency problem with Expressions (cannot …
(edit) @7098   12 years Don-vip fix #9632 - fix relation comparator
(edit) @7097   12 years Don-vip see #9632 - unit test optimization
(edit) @7096   12 years Don-vip see #9632 - fix typo in test
(edit) @7095   12 years Don-vip see #9632 - show problem in unit tests
(edit) @7094   12 years Don-vip fix #9977 - Jumping to play head marker when playing next audio (patch …
(edit) @7093   12 years bastiK replace current mappaint performance test file by a larger one (but …
(edit) @7092   12 years Don-vip refactor duplicated code
(edit) @7091   12 years bastiK fixed #9716 - Mappaint style for osm object not updated when tags change
(edit) @7090   12 years Don-vip code refactoring to avoid classes in methods (cause problems for code …
(edit) @7089   12 years Don-vip see #8465 - Use of new Java 7 zip constructors allowing to specify a …
(edit) @7088   12 years Don-vip more fixes in unit tests
(edit) @7087   12 years simon04 ignore (non-working) functional GUI functional tests without …
(edit) @7086   12 years simon04 see #8465 - see r7082 - fix unit test related to the UTF_8 constant
(edit) @7085   12 years Don-vip allow to disable auto-save of preferences file for unit tests (ant …
(edit) @7084   12 years Don-vip see #8465 - use AssertionError constructor accepting a cause, new in …
(edit) @7083   12 years Don-vip see #8465 - replace Utils.equal by Objects.equals, new in Java 7
(edit) @7082   12 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7081   12 years Don-vip fixes for unit tests
(edit) @7080   12 years bastiK see #9691 - on single core machine do nothing fancy and stay in EDT - …
(edit) @7079   12 years Don-vip fix some unit tests
(edit) @7078   12 years simon04 see #9959 - see r7035 - MapCSS tagchecker: use suggestAlternative to …
(edit) @7077   12 years Don-vip fix another test
(edit) @7076   12 years Don-vip fix unit test on system with non-english locale + javadoc
(edit) @7075   12 years Don-vip Robustness to allow to run more unit tests in headless mode
(edit) @7074   12 years bastiK fixed #9989 - mapcss canvas{default-points: false; default-lines: …
(edit) @7073   12 years bastiK see #9691 - really fix broken MapCSSTagChecker unit test
(edit) @7072   12 years Don-vip fix #9988 - NPE in Geometry.getCentroid()
(edit) @7071   12 years Don-vip fix #9990 - Fix session writing regression
(edit) @7070   12 years Don-vip see #9990 - show problem with unit tests
(edit) @7069   12 years bastiK see #9691 - fix broken MapCSSTagChecker unit test
(edit) @7068   12 years Don-vip test cleanup
(edit) @7067   12 years Don-vip fix NPE seen in test if no password is set with basic auth (headless mode)
(edit) @7066   12 years Don-vip see #9691 - fix MapCSSParserTest broken by r7064. MapCSSTagCheckerTest …
(edit) @7065   12 years Don-vip update test to match r7064
(edit) @7064   12 years bastiK see #9691 - add back reverted optimization [7056] (modified so it is …
(edit) @7063   12 years Don-vip compile and run all tests, including Groovy ones
(edit) @7062   12 years Don-vip fix #9976 - false positive: missing power=tower/pole
(edit) @7061   12 years Don-vip fix #9844 - incorrect validator warnings if relation preset contain …
(edit) @7060   12 years Don-vip fix issue in bug report URL (regression from r7037), add javadoc and …
(edit) @7059   12 years bastiK mapcss: use multiple threads for style creation (see #9691) …
(edit) @7058   12 years stoecker support josmdir:// URI
(edit) @7057   12 years bastiK reverting [7056] because it won't work for execution in multiple …
(edit) @7056   12 years bastiK mapcss: optimization by converting very hot double loop into single …
(edit) @7055   12 years bastiK mapcss: optimisation by adding an extra class for the most common type …
(edit) @7054   12 years bastiK mapcss: major performance improvement for style creation, "rendering …
(edit) @7053   12 years bastiK fixed #9669 - key-press 3 on node goes down to 6 meter new advanced …
(edit) @7052   12 years Balaitous fix #9951 - "Join Overlapping Areas" gives strange multipolygons
(edit) @7051   12 years Don-vip fix opening_hours unit test
(edit) @7050   12 years Don-vip sonar - Nullcheck of value previously dereferenced
(edit) @7049   12 years Don-vip sonar - Don't call static DateFormat
(edit) @7048   12 years Don-vip sonar - Throwable and Error classes should not be caught
(edit) @7047   12 years Don-vip fix #7042 - Add "call relation editor" to context menu of validator dialog
(edit) @7046   12 years Don-vip see #9923 - update opening_hours.js + translate/shorten a bit error …
Note: See TracRevisionLog for help on using the revision log.