source: josm/trunk/src/org/openstreetmap

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13886   6 years wiktorn Fix handling of minimumExpiryTime
(edit) @13885   6 years wiktorn Add information about custom headers to Show tile info
(edit) @13884   6 years wiktorn Provide layer context to right-click popup menu on main screen.
(edit) @13883   6 years wiktorn Fix double quotation marks in get map queries. Closes: #16350
(edit) @13882   6 years Don-vip fix #16339 - fix NPE
(edit) @13881   6 years stoecker never add URL extension to preference key
(edit) @13880   6 years stoecker see #16346 - unify svn:externals style using new style everywhere, …
(edit) @13879   6 years wiktorn Add layer name/title to WMTS layers when user selects layer see: #15988
(edit) @13878   6 years wiktorn Fix identifying if getMapUrl contains query part. See: #16330
(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) @13869   6 years Don-vip spotbugs - MS_MUTABLE_COLLECTION_PKGPROTECT
(edit) @13868   6 years Don-vip spotbugs - DLS_DEAD_LOCAL_STORE
(edit) @13867   6 years Don-vip spotbugs - fix potential NPE
(edit) @13866   6 years Don-vip spotbugs - SE_BAD_FIELD_STORE
(edit) @13864   6 years Don-vip see #15310 - remove dead code
(edit) @13861   6 years wiktorn Ensure that tiles from lower zoom leveles are loaded When lower zoom …
(edit) @13856   6 years Don-vip fix #16322 - fix typo
(edit) @13855   6 years Don-vip fix #11304 - preserve zoom after OSM layer <-> GPX layer conversion
(edit) @13854   6 years Don-vip fix #8939 - prevent add/edit tag dialog to be created twice when …
(edit) @13853   6 years Don-vip fix #11949 - History dialog: insert <wbr> in username labels to …
(edit) @13852   6 years Don-vip SonarQube - fix more code issues
(edit) @13851   6 years Don-vip remove TLD from IANA
(edit) @13850   6 years Don-vip fix build
(edit) @13849   6 years Don-vip SonarQube - fix minor code issues
(edit) @13847   6 years Don-vip fix #16302 - IAE when switching map mode while offset dialog is open
(edit) @13845   6 years Don-vip fix #16321, see #10047 - mapcss metadata is required
(edit) @13844   6 years Don-vip see #15240 - remove duplicated icons
(edit) @13843   6 years Don-vip fix #16319 - scale bookmark and toolbar icons properly
(edit) @13842   6 years Don-vip see #16319 - scale properly all icons using ButtonSpec
(edit) @13840   6 years Don-vip fix #16319 - scale properly icon of Help button
(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) @13832   6 years Don-vip fix #5603, see #5256, see #15240 - add first/last buttons for geoimage …
(edit) @13830   6 years Don-vip SonarQube - remove code duplication
(edit) @13829   6 years Don-vip SonarQube - fix minor issues
(edit) @13828   6 years wiktorn Sonar fixes, javadocs. See: #16249
(edit) @13827   6 years Don-vip SonarQube - fix minor issues
(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) @13823   6 years Don-vip see #9984, see #16047 - Java 11 handles transparent PNG out of the …
(edit) @13822   6 years Don-vip fix #16307 - detect certificate used by Slovakian Government
(edit) @13821   6 years Don-vip fix #16308, see #16047 - remove blank png icon. With jdk-11-ea+14 JOSM …
(edit) @13819   6 years Don-vip see #2089, see #16047 - move JavaFX classes to their own package in …
(edit) @13818   6 years Don-vip see #15560 - fix javadoc warnings with Java 10
(edit) @13817   6 years Don-vip fix #15828 - Allow copy/pasting author names from user list dialog
(edit) @13816   6 years Don-vip fix #10229 - clear cached style of ways when they are moved (without …
(edit) @13815   6 years Don-vip fix #10047 - Initialize only active mappaint styles
(edit) @13811   6 years Don-vip javadoc
(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) @13805   6 years Don-vip use INode interface in Geometry class
(edit) @13804   6 years Don-vip move isKeyTrue/isKeyFalse from AbstractPrimitive to Tagged
(edit) @13803   6 years Don-vip add new class PrimitiveComparator
(edit) @13802   6 years Don-vip fix #16220 - fix plugin filter
(edit) @13800   6 years Don-vip fix #16192 - sort map paint style settings by label
(edit) @13799   6 years Don-vip fix #16220 - filter plugins by installation state
(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) @13796   6 years Don-vip see #16103 - checkstyle
(edit) @13795   6 years Don-vip fix #13561, fix #16265 - fix mapmode change issues with "Adjust …
(edit) @13792   6 years stoecker fix #16103 - add map type definitions
(edit) @13791   6 years Don-vip see #10989, #16215, fix #16199 - load "Malgun Gothic" font on Windows …
(edit) @13790   6 years Don-vip see #16215 - Add Korean translation
(edit) @13783   6 years Don-vip see #8011 - attempt to display list of Launchpad contributors to …
(edit) @13782   6 years Don-vip see #8011 - fix icon warnings
(edit) @13781   6 years Don-vip see #8011 - improve About dialog to promote translations: * add …
(edit) @13778   6 years wiktorn Prefer Cache-Control header over Expires header According to RFC2616 …
(edit) @13777   6 years wiktorn Use setRememberWindowGeometry instead overriding setVisible See: #16249
(edit) @13776   6 years Don-vip don't display error dialog when loading preferences in headless mode
(edit) @13774   6 years wiktorn Remember Add Imagery dialog position See: #16249
(edit) @13773   6 years wiktorn Add numbering to get layers button on Add WMTS Layer See: #16249
(edit) @13772   6 years wiktorn Fix Add WMS Panel layout See: #16249
(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) @13762   6 years Don-vip see #16258 - changeset attribute can now be missing
(edit) @13761   6 years Don-vip see #16288 - replace similar i18n strings (removes 35 strings from …
(edit) @13760   6 years Don-vip i18n fix
(edit) @13759   6 years Don-vip typo
(edit) @13758   6 years Don-vip checkstyle, javadoc
(edit) @13757   6 years wiktorn Change camelCase to hyphen-case for imagery attributes See: #16249, #15940
(edit) @13756   6 years wiktorn Fix layout for "is properly georeferenced" See: #16249
(edit) @13755   6 years wiktorn Fix NPE when no layer selected See: #16249
(edit) @13754   6 years wiktorn Fix fixbugs
(edit) @13753   6 years wiktorn Do not return null map, empty map instead.
(edit) @13752   6 years wiktorn Default layer name for WMTS
(edit) @13751   6 years wiktorn More precise add imagery verification if all data is provided See: #16249
(edit) @13750   6 years wiktorn Add javadoc
(edit) @13749   6 years wiktorn Remove unused function & better error reporting See: #16249
(edit) @13748   6 years wiktorn Forgot file for [13746]
(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. …
Note: See TracRevisionLog for help on using the revision log.