source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16045   6 years simon04 see #18864 - TaggingPreset: use byte for use_last_as_default field, …
(edit) @16044   6 years simon04 see #18864 - I18n.format: use not format when there are no objects …
(edit) @16043   6 years simon04 see #18864 - TaggingPreset: use char for separator field Retained …
(edit) @16042   6 years simon04 see #18864 - TaggingPreset: use short type for numeric field Reduces …
(edit) @16041   6 years simon04 see #18864 - TaggingPreset: use ArrayList with default capacity of 2 …
(edit) @16040   6 years simon04 see #18864 - ComboMultiSelect: remove/inline zipIcons field Reduces …
(edit) @16039   6 years simon04 see #18802 - MapCSSTagChecker: clear ruleToCheckMap cache
(edit) @16038   6 years Don-vip fix #18852 - avoid useless null-check (patch by hiddewie)
(edit) @16037   6 years Don-vip see #13901 - double test timeout
(edit) @16036   6 years Don-vip see #18845, fix #18858 - fix ant build
(edit) @16035   6 years simon04 TaggingPreset/KeyedItem: inherit from TextItem
(edit) @16034   6 years simon04 Fix typo "preferred"
(edit) @16033   6 years Don-vip see #18845 - make MapCSSTagCheckerTest work without REVISION file
(edit) @16032   6 years Don-vip see #18772 - fix unit test
(edit) @16031   6 years GerdP see #18749: reduce memory footprint errors array was allocated with …
(edit) @16030   6 years stoecker fix #18856 - add ar translations
(edit) @16029   6 years stoecker see #18856 - reactivate arabic language
(edit) @16028   6 years GerdP see #18845: fix target compile-test dependencies
(edit) @16027   6 years simon04 see #16860 - Apache Ivy: exclude …
(edit) @16026   6 years simon04 see #16860 - Apache Ivy: exclude various subclasses from inclusion
(edit) @16025   6 years simon04 see #16860 - Resolve com.drewnoakes:metadata-extractor via Apache Ivy
(edit) @16024   6 years simon04 see #16860 - Resolve commons-logging:commons-logging via Apache Ivy
(edit) @16023   6 years simon04 see #16860 - Resolve org.apache.commons:commons-compress via Apache Ivy
(edit) @16022   6 years simon04 see #16860 - Resolve org.tukaani:xz via Apache Ivy
(edit) @16021   6 years simon04 see #16860 - Resolve org.glassfish:javax.json via Apache Ivy
(edit) @16020   6 years Don-vip see #16860, see #18140 - better way to restrict SpotBugs analysis …
(edit) @16019   6 years Don-vip see #18845 - fix unit test
(edit) @16018   6 years Don-vip see #18845 - fix epsg and taginfo goals
(edit) @16017   6 years simon04 revert translation file move, see #18845 (update CORE_TRANS_DIRECTORY)
(edit) @16016   6 years simon04 see #18140 - Do not include OpeningHoursParser-{sources,javadoc}.jar
(edit) @16015   6 years stoecker move nodist/data/trans one level up, see #18845
(edit) @16014   6 years stoecker revert translation file move, see #18845
(edit) @16013   6 years simon04 see #18845 - I18n update
(edit) @16012   6 years simon04 see #18845 - Move lang to resources/data/trans/
(edit) @16011   6 years simon04 see #16860, see #18140 - Restrict SpotBugs to org/openstreetmap/josm
(edit) @16010   6 years GerdP see #18810: Validator dialog should show the test that produced the …
(edit) @16009   6 years GerdP see #18835: adapt unit tests to different "recurse down" behaviour
(edit) @16008   6 years GerdP fix #18835: unexpected full recursive download of children relations …
(edit) @16007   6 years Don-vip see #18140 - fix build errors
(edit) @16006   6 years Don-vip see #18140 - reorganization of data(_nodist), images(_nodist), …
(edit) @16005   6 years Don-vip see #18140 - add native folder
(edit) @16004   6 years Don-vip see #18140 - add nodist folder
(edit) @16003   6 years Don-vip see #18802 - fix javadoc error
(edit) @16002   6 years Don-vip see #18140 - refactor build
(edit) @16001   6 years Don-vip see #18140 - optimize build
(edit) @16000   6 years simon04 see #18802 - fix MapCSSRendererTest.testRender[relation-linkselector]
(edit) @15999   6 years simon04 see #18802 - MapCSSTagChecker: fix "Variable is already assigned to …
(edit) @15998   6 years simon04 see #18802 - MapCSSTagChecker: use Stream API
(edit) @15997   6 years simon04 see #18802 - MapCSSTagChecker: remove unused private function
(edit) @15996   6 years simon04 see #18832 - Use logo_32x32x8.png for elemstyles.mapcss
(edit) @15995   6 years GerdP see #18802, #13165: Simplify code
(edit) @15994   6 years simon04 fix #18741 - Tag checker: report codepoint of unusual Unicode character
(edit) @15993   6 years simon04 fix #18832 - logo.svg for elemstyles.mapcss icon wastes 4MB on the heap
(edit) @15992   6 years simon04 see #18140 - fix ant javadoc
(edit) @15991   6 years simon04 see #18802 - MapCSSStyleIndex: reuse rule if base is the same
(edit) @15990   6 years simon04 see #18802 - KeyValueRegexpCondition: do not store value as string
(edit) @15989   6 years simon04 see #18802 - MapCSSStyleIndex: rename/move
(edit) @15988   6 years simon04 see #18802 - MapCSSRule: support list of selectors - allows to drop …
(edit) @15987   6 years simon04 see #18802 - Selector: merge GeneralSelector/OptimizedGeneralSelector …
(edit) @15986   6 years simon04 see #18802 - Add Selector.getBase
(edit) @15985   6 years simon04 see #18802 - Add Selector.getConditions
(edit) @15984   6 years simon04 see #18802 - Add MapCSSRule.matches
(edit) @15983   6 years simon04 see #18802 - Extract org.openstreetmap.josm.gui.mappaint.mapcss.Declaration
(edit) @15982   6 years simon04 see #18802 - MapCSSTagChecker.TagCheck: use unmodifiable collections
(edit) @15981   6 years simon04 see #18802 - MapCSSTagChecker: no not persist assertions Check …
(edit) @15980   6 years simon04 see #18802 - MapCSSTagChecker: simplify …
(edit) @15979   6 years simon04 see #18802 - Extract MapCSSTagCheckerAsserts class
(edit) @15978   6 years simon04 fix #18140 - Switch to OpeningHoursParser
(edit) @15977   6 years simon04 see #16860, see #18140 - Setup Apache Ivy (patch by wiktorn, modified)
(edit) @15976   6 years GerdP see #18796: Validator stops finding all issues after upload Set/Reset …
(edit) @15975   6 years GerdP fix #18796: Validator stops finding all issues after upload Set/Reset …
(edit) @15974   6 years Don-vip see #17516 - update error-prone dependency
(edit) @15973   6 years GerdP revert accidential commit
(edit) @15972   6 years GerdP fix #18810: Validator dialog should show the test that produced the …
(edit) @15971   6 years GerdP fix #18818: "Download from OSM along selected ways" disallows area …
(edit) @15970   6 years GerdP fix #18818: "Download from OSM along selected ways" disallows value < …
(edit) @15969   6 years simon04 see #18812 - OsmApi, OsmServerReader, NameFinder: specify …
(edit) @15968   6 years simon04 fix #18812 - HttpClient: specify Accept=*/* to prevent Java from …
(edit) @15967   6 years simon04 see #18812 - HttpClient: debug logging of request headers
(edit) @15966   6 years Klumbumbus fix #18819 - Deprecate exit_to=* in favor of destination=*
(edit) @15965   6 years Klumbumbus fix #18765 - Don't warn about two single values of direction …
(edit) @15964   6 years Klumbumbus fix #18817 - Warn about marker as member of underground pipeline or cable
(edit) @15963   6 years Don-vip see #17516 - update to error-prone 2.3.5-SNAPSHOT plus following …
(edit) @15962   6 years GerdP checkstyle issues
(edit) @15961   6 years GerdP fix #16707: Warn about overlapping connected buildings - add rule in …
(edit) @15960   6 years GerdP see #18810: Validator dialog should show the test that produced the …
(edit) @15959   6 years GerdP fix #13165 Validator did not warn about overlapping multipolygons - …
(edit) @15958   6 years Don-vip fix #18806 - see #18381 - fix tagging presets menu initialization …
(edit) @15957   6 years Don-vip see #18772 - fix unit test
(edit) @15956   6 years Don-vip see #18772 - remove accidental JUnit5 assertion
(edit) @15955   6 years Klumbumbus see #12575 - Add icon for craft=blacksmith, from …
(edit) @15954   6 years Klumbumbus see #9895 - Warn about values of noexit other than yes
(edit) @15953   6 years Klumbumbus - see #14965 - Sort Autofilter tags alphabetical and add a space …
(edit) @15952   6 years Don-vip see #18772 - better error message, add non-regression tests
(edit) @15951   6 years simon04 Simplify OsmUtils.isTrue/isFalse/isReversed (fix NPE)
(edit) @15950   6 years simon04 Simplify OsmUtils.isTrue/isFalse/isReversed Just use a plain switch …
(edit) @15949   6 years simon04 see #18749, see #16183 - removeAreaStylePseudoClass not for validator …
(edit) @15948   6 years simon04 see #18798, see #14088 - Add robustness for …
(edit) @15947   6 years simon04 see #18798, see #14088 - TagEditHelperTest: share code
(edit) @15946   6 years simon04 fix #18798, see #14088 - Crash when adding junction=roundabout to a …
Note: See TracRevisionLog for help on using the revision log.