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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14093   6 years Don-vip drop unitils library. It was only added to avoid implementing …
(edit) @14091   6 years Don-vip tools update: awaitility 3.1.2, equalsverifier 2.5.1, jmockit 1.41, …
(edit) @14068   6 years Don-vip checkstyle/sonarqube
(edit) @14058   6 years Don-vip fix javadoc warning
(edit) @14055   6 years Don-vip fix #14103 - GPX → OSM: convert additional tags
(edit) @14052   6 years Don-vip see #16010 - use JMockit to enable more extensive test coverage (patch …
(edit) @14049   6 years simon04 Specify +axis=neu for Austrian projections This allows to use the …
(edit) @14043   6 years Don-vip delete xperia TLD
(edit) @14036   6 years Don-vip update new TLD from IANA
(edit) @14026   6 years Don-vip fix strange error observed when running JOSM from latest version of …
(edit) @14014   6 years Don-vip fix trace message
(edit) @14006   6 years Don-vip fix warnings
(edit) @14005   6 years Don-vip remove deprecated API
(edit) @14003   6 years Don-vip attempt to fix frequent errors of DrawActionTest.testTicket12011`: …
(edit) @14001   6 years Don-vip fix #16459 - don't reindex empty ways
(edit) @14000   6 years Don-vip fix #16462 - NPE
(edit) @13989   6 years Don-vip see #16128 - display names by default
(edit) @13987   6 years Don-vip see #16128 - don't display names while moving the map. Improves …
(edit) @13985   6 years Don-vip remove deleted TLD
(edit) @13980   6 years Don-vip fix #16432 - Exclude names differing by roman numbers in Similarly …
(edit) @13976   6 years Don-vip fix #16425 - support "zone40" maxspeed context
(edit) @13974   6 years Don-vip fix recent minor issues
(edit) @13970   6 years Don-vip see #16310 - fix PMD warnings
(edit) @13969   6 years Don-vip fix #16417 - Downloading primitive with id "0" causes …
(edit) @13968   6 years Don-vip fix #16310 - check for duplicate addresses (patch by Luzandro, modified)
(edit) @13966   6 years Don-vip see #14120, see #12524 - remove deprecated method LatLon.heading()
(edit) @13957   6 years Don-vip use IRelation in RelationListDialog and *RelationActions
(edit) @13942   6 years Don-vip fix #16394 - exlude natural=tree_row from "Way end node near other …
(edit) @13939   6 years Don-vip improve performance of validator visiting call
(edit) @13925   6 years Don-vip fix #13467 - use DataSelectionListener everywhere. Deprecate …
(edit) @13924   6 years Don-vip add IPrimitive.getOsm*Id()
(edit) @13923   6 years Don-vip fix #16381 - fix tagchecker validator message for mispelled values
(edit) @13922   6 years Don-vip fix signature of first/last node methods of IWay
(edit) @13919   6 years Don-vip rendering of IPrimitives
(edit) @13918   6 years Don-vip add first/last node methods to IWay
(edit) @13916   6 years Don-vip move getSelected*() default implementation from DataSet to OsmData
(edit) @13915   6 years Don-vip move clearHighlighted*() default implementation from DataSet to …
(edit) @13914   6 years Don-vip move getPrimitiveById() default implementation from DataSet to …
(edit) @13913   6 years Don-vip move hasSameInterestingTags() implementation from …
(edit) @13912   6 years Don-vip move get*Name() implementations from AbstractPrimitive to IPrimitive
(edit) @13911   6 years Don-vip move getPrimitiveId() implementation from AbstractPrimitive to …
(edit) @13910   6 years Don-vip update BBox constructors to accept IWay/INode
(edit) @13908   6 years Don-vip add IRelation.setMembers()
(edit) @13907   6 years Don-vip add IWay.setNodes()
(edit) @13906   6 years Don-vip make BoundingXYVisitor accept IPrimitive
(edit) @13905   6 years Don-vip make BoundingXYVisitor implement PrimitiveVisitor
(edit) @13902   6 years Don-vip update new TLD from IANA
(edit) @13901   6 years Don-vip add new XmlUtils class with more "safe factories" methods
(edit) @13890   6 years Don-vip fix #16357 - use English imagery names in changeset source tag
(edit) @13887   6 years Don-vip see #16335 - code simplification, javadoc
(edit) @13886   6 years wiktorn Fix handling of minimumExpiryTime
(edit) @13879   6 years wiktorn Add layer name/title to WMTS layers when user selects layer see: #15988
(edit) @13876   6 years Don-vip fix #16335 - SearchCompiler regression of r13810
(edit) @13872   6 years wiktorn Fix WMS_ENDPOINT headers. * Use custom headers when calling …
(edit) @13870   6 years wiktorn Fix NPE when style title is null Closes: #16333
(edit) @13852   6 years Don-vip SonarQube - fix more code issues
(edit) @13851   6 years Don-vip remove TLD from IANA
(edit) @13849   6 years Don-vip SonarQube - fix minor code issues
(edit) @13839   6 years wiktorn Sonar fixes and javadoc * AddImageryLayerAction - do not use {{ }} …
(edit) @13838   6 years Don-vip fix #16316 - catch InvalidPathException
(edit) @13836   6 years Don-vip fix #13889 - Make preset searchs ignore accents
(edit) @13829   6 years Don-vip SonarQube - fix minor issues
(edit) @13828   6 years wiktorn Sonar fixes, javadocs. See: #16249
(edit) @13825   6 years Don-vip SonarQube - squid:S3878 - Arrays should not be created for varargs …
(edit) @13824   6 years Don-vip SonarQube - fix code style issues
(edit) @13818   6 years Don-vip see #15560 - fix javadoc warnings with Java 10
(edit) @13816   6 years Don-vip fix #10229 - clear cached style of ways when they are moved (without …
(edit) @13810   6 years Don-vip support rendering of IPrimitive
(edit) @13809   6 years Don-vip define InterestingTags functions in IPrimitive
(edit) @13808   6 years Don-vip add IPrimitive.getReferrers(boolean allowWithoutDataset)
(edit) @13807   6 years Don-vip define getDataSet() in IPrimitive, tune Geometry methods signatures
(edit) @13806   6 years Don-vip add IPrimitive.visitReferrers(PrimitiveVisitor)
(edit) @13804   6 years Don-vip move isKeyTrue/isKeyFalse from AbstractPrimitive to Tagged
(edit) @13803   6 years Don-vip add new class PrimitiveComparator
(edit) @13798   6 years Don-vip see #13937 - code cleanup
(edit) @13797   6 years Don-vip fix #13937 - save imagery offset bookmarks by locale-insensitive id …
(edit) @13792   6 years stoecker fix #16103 - add map type definitions
(edit) @13778   6 years wiktorn Prefer Cache-Control header over Expires header According to RFC2616 …
(edit) @13776   6 years Don-vip don't display error dialog when loading preferences in headless mode
(edit) @13769   6 years Don-vip don't display error dialog when loading preferences in headless mode
(edit) @13766   6 years Don-vip API alignment between Relation/RelationData and …
(edit) @13765   6 years Don-vip fix unit tests, PMD violation
(edit) @13764   6 years Don-vip add OsmData interface, abstraction of DataSet
(edit) @13763   6 years Don-vip see #16288 - forgot one dot in error message
(edit) @13761   6 years Don-vip see #16288 - replace similar i18n strings (removes 35 strings from …
(edit) @13759   6 years Don-vip typo
(edit) @13753   6 years wiktorn Do not return null map, empty map instead.
(edit) @13749   6 years wiktorn Remove unused function & better error reporting See: #16249
(edit) @13747   6 years wiktorn Report parse exceptions as WMTSGetCapabilitiesException See: #16249
(edit) @13746   6 years wiktorn Add filter for WMTS layers, calculate preferred widths for columns. …
(edit) @13744   6 years wiktorn Remove SupressFBwarning
(edit) @13743   6 years wiktorn Fix bugs spotted by findbugs
(edit) @13742   6 years wiktorn Checkstyle fixes
(edit) @13740   6 years wiktorn Javadoc fixes
(edit) @13739   6 years Don-vip see #16260 - fix spotbugs serialization warnings
(edit) @13738   6 years Don-vip see #16280 - downgrade test to information level until autofix works …
(edit) @13736   6 years Don-vip see #16260 - fix build
(edit) @13733   6 years wiktorn Imagery definition refactor Extend imagery definitions by: - allowing …
(edit) @13732   6 years wiktorn New functions - moveReaderToTag - now you can specify function which …
(edit) @13730   6 years Don-vip fix #16277 - catch SecurityException when loading tiles
Note: See TracRevisionLog for help on using the revision log.