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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14481   5 years Don-vip fix #17053 - ignore MapCSS declarations starting with "-" to allow …
(edit) @14480   5 years Don-vip fix #16937 - Support user logins ending by " !"
(edit) @14477   5 years GerdP see #17040 fix checkstyle issues
(edit) @14473   5 years GerdP see #17040 don't keep refs to OSM primitives in validation tests …
(edit) @14469   5 years GerdP fix #17021 Use MapCSSRuleIndex to speed up MapCSSTagChecker
(edit) @14468   5 years GerdP fix #16978 Use distinct code number for each test group in …
(edit) @14467   5 years GerdP fix #17041 Let OverlappingWays also report ways where exactly one …
(edit) @14460   5 years Don-vip see #16995 - fix spotbugs/pmd/sonar warnings
(edit) @14456   5 years Don-vip fix #16995 - de-duplicate storage of timestamp within WayPoint and …
(edit) @14455   5 years GerdP fix #17028: improve performance of some validator tests
(edit) @14452   5 years Don-vip fix #16889 - better handling of trams in CrossingWays test
(edit) @14451   5 years Don-vip fix #16963 - do not draw lines for GPX unordered tracks
(edit) @14446   5 years Don-vip see #16995 - use_Date exclusively for PT_TIME attribute (patch by cmuelle8)
(edit) @14445   5 years Don-vip fix #16995 - use exclusively Date objects in waypoints (patch by …
(edit) @14441   5 years Don-vip fix SonarQube issues
(edit) @14440   5 years Don-vip fix #17018 - NPE
(edit) @14437   5 years GerdP fix #17010 - Validator creates multiple errors/warnings for same …
(edit) @14436   5 years Don-vip fix SonarQube issues
(edit) @14435   5 years Don-vip fix SonarQube issues
(edit) @14434   5 years Don-vip fix #16995 - fix timestamp in GPX exports (patch by cmuelle8) + use …
(edit) @14421   5 years GerdP fix fix #16982, now really
(edit) @14420   5 years GerdP fix #16982
(edit) @14415   5 years michael2402 See #16866: Drop getopt, use own option parser.
(edit) @14408   5 years GerdP fix #16942 - improve performance of MultipolygonTest
(edit) @14406   5 years Don-vip see #16937 - Support user logins with space character on Java 11 (JOSM …
(edit) @14403   5 years wiktorn Checkstyle fixes
(edit) @14401   5 years Don-vip fix #13818 - remove "Areas share segment" warnings
(edit) @14399   5 years wiktorn GetTileUrl performance improvements for WMS See: #16769
(edit) @14398   5 years Don-vip fix #16933 - exclude building:part from OverlappingWays test
(edit) @14386   5 years Don-vip fix #16919 - exclude highway=bus_stop|platform from "Crossing highways"
(edit) @14381   5 years Don-vip fix #16875 - command stack dialog was not updated after fixing errors …
(edit) @14379   5 years simon04 Fix Javadoc
(edit) @14373   5 years simon04 see #15889 - deprecate SimilarNamedWays.getLevenshteinDistance
(edit) @14371   5 years simon04 fix #15889 - add MapCSS function is_similar This function tests if …
(edit) @14341   6 years Don-vip see #16755 - fix sonarqube warnings
(edit) @14338   6 years Don-vip fix #16755 - Cut overlapping GPX layers when merging (patch by Bjoeni, …
(edit) @14323   6 years Don-vip see #16816 - don't display version = 0 for new objects
(edit) @14315   6 years Don-vip fix #16833 - use "building:part" in object descriptions
(edit) @14311   6 years Don-vip see #16824 - better display of WMS errors
(edit) @14306   6 years Don-vip fix #16816 - new option to show object version in lists, similar to …
(edit) @14305   6 years Don-vip fix #16810 - Disable 'Way end node near other highway' warnings for …
(edit) @14303   6 years Don-vip see #16781 - missed a big one
(edit) @14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
(edit) @14298   6 years Don-vip update TLD from IANA
(edit) @14282   6 years Don-vip see #16732 - more keyboard fixes
(edit) @14281   6 years Don-vip see #12726 - accessors for undo/redo commands
(edit) @14276   6 years Don-vip fix #16785 - fix IOOBE
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14271   6 years wiktorn Fix checkstyle / PMD
(edit) @14270   6 years wiktorn Treat SocketTimeoutException as transient error. Extend …
(edit) @14268   6 years wiktorn Retry tile download on transient errors. Till now there was no …
(edit) @14267   6 years Don-vip update TLD from IANA
(edit) @14265   6 years Don-vip update TLD from IANA
(edit) @14262   6 years wiktorn Fix WMS simultaneus connections When creating download thread pool …
(edit) @14261   6 years wiktorn Use corePoolSize = maxPoolSize and unbounded queue Remove hack with …
(edit) @14249   6 years Don-vip update TLD from IANA
(edit) @14247   6 years Don-vip remove stuff deprecated in June. RIP SelectionChangedListener
(edit) @14238   6 years Don-vip fix #16510 - improve performance of Ctrl-A by caching icons used to …
(edit) @14231   6 years Don-vip fix #16723 - Display changes count in changeset manager
(edit) @14222   6 years Don-vip see #16498 - simplify build.xml and update to latest snapshot of …
(edit) @14220   6 years Don-vip fix pmd warning
(edit) @14219   6 years Don-vip fix #16695 - display remark from Overpass API when a download …
(edit) @14214   6 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
(edit) @14211   6 years Don-vip sonarqube - squid:S1604 - Anonymous inner classes containing only one …
(edit) @14210   6 years Don-vip see #16681 - sonarqube - squid:HiddenFieldCheck
(edit) @14209   6 years Don-vip see #16681 - spotbugs / pmd
(edit) @14208   6 years simon04 fix #16702 - Speed up OSM wiki help using MediaWiki API
(edit) @14206   6 years Don-vip fix #16698, see #15670 - make sure filters are executed (costly …
(edit) @14205   6 years Don-vip fix #16681 - Various enhancements for GPX correlation (patch by …
(edit) @14204   6 years wiktorn Move undo handler to EDT To prevent live-locks when undo is called …
(edit) @14203   6 years Don-vip fix #15696, see #16688 - Don't use the localized decimal separator for …
(edit) @14202   6 years Don-vip spotbugs - more fixes
(edit) @14198   6 years Don-vip spotbugs - UCF_USELESS_CONTROL_FLOW
(edit) @14193   6 years Don-vip spotbugs - IC_INIT_CIRCULARITY
(edit) @14180   6 years Don-vip update TLD from IANA
(edit) @14169   6 years Don-vip fix #16575 - make sure download/upload policies are never null and set …
(edit) @14165   6 years Don-vip fix #16652 - validator dialog: display multiple OSM primitives like in …
(edit) @14159   6 years Don-vip fix #16633 - add robustness against invalid time entries in GPX files
(edit) @14155   6 years Don-vip javadoc
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14152   6 years Don-vip see #15410, see #16604 - restore restart notification when mappaint …
(edit) @14149   6 years Don-vip see #15229 - deprecate Main.pref
(edit) @14148   6 years Don-vip see #15229 - code refactoring - make …
(edit) @14147   6 years Don-vip see #15229 - code refactoring - move getAllPrefix* methods from …
(edit) @14146   6 years Don-vip see #15229 - don't import Main just for javadoc
(edit) @14145   6 years Don-vip see #15229 - code refactoring - make …
(edit) @14144   6 years Don-vip see #15229 - code refactoring - add …
(edit) @14143   6 years Don-vip see #15229 - deprecate Main.main - new class OsmDataManager
(edit) @14138   6 years Don-vip see #15229 - deprecate Main.platform and related methods - new class …
(edit) @14134   6 years Don-vip see #15229 - deprecate Main*.undoRedo - make UndoRedoHandler a …
(edit) @14129   6 years Don-vip code refactoring
(edit) @14128   6 years Don-vip see #15229 - deprecate Main.fileWatcher
(edit) @14122   6 years Don-vip see #15229 - minor preferences refactoring
(edit) @14121   6 years Don-vip see #15229 - deprecate all Main methods related to network features. …
(edit) @14120   6 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @14119   6 years Don-vip see #15229 - deprecate all Main methods returning an URL
(edit) @14118   6 years Don-vip see #15229 - new package cli to avoid circular package dependencies
(edit) @14114   6 years Don-vip fix NPE seen in integration test
(edit) @14102   6 years Don-vip update unit test
(edit) @14101   6 years Don-vip see #8765, fix #11086 - Support notes in osmChange (.osc) files …
Note: See TracRevisionLog for help on using the revision log.