|
|
@11041
|
8 years |
Don-vip |
update new TLD from IANA
|
|
|
@11040
|
8 years |
Don-vip |
checkstyle
|
|
|
@11039
|
8 years |
simon04 |
fix #13574 - Waypoint labelling "None" doesn't work
Store space …
|
|
|
@11038
|
8 years |
simon04 |
Use Relation.getMemberPrimitivesList where possible to avoid …
|
|
|
@11037
|
8 years |
simon04 |
fix #13668 - Simplify ImageEntry#extractExif
|
|
|
@11035
|
8 years |
simon04 |
see #13376 - Replace Calendar usages with Java 8 Date API
|
|
|
@11033
|
8 years |
simon04 |
fix #13663 - Two data layers with the same name
Counting starts from …
|
|
|
@11032
|
8 years |
simon04 |
see #13664 - Correct SideButton icon loading
|
|
|
@11031
|
8 years |
simon04 |
see #12224 - Search menu item: make shortcut work when MOTD is focused
|
|
|
@11030
|
8 years |
simon04 |
fix #13664 - Open selected note in an external browser
|
|
|
@11029
|
8 years |
michael2402 |
MapView: Use AtomicBoolean instead of custom synchronization.
|
|
|
@11028
|
8 years |
michael2402 |
Clean MapView nonChangedLayers logic: Use sub list instead of looping …
|
|
|
@11027
|
8 years |
michael2402 |
See #13636: Speed up map paint by clipping the way segments.
|
|
|
@11026
|
8 years |
michael2402 |
See #13636: Add automated clipping to MapViewPath.
|
|
|
@11024
|
8 years |
Don-vip |
unit test, javadoc
|
|
|
@11023
|
8 years |
Don-vip |
checkstyle
|
|
|
@11022
|
8 years |
michael2402 |
Comment about LayerManager synchronization.
|
|
|
@11021
|
8 years |
Don-vip |
clear image provider cache before/after integration tests. The …
|
|
|
@11018
|
8 years |
Don-vip |
sonar - pmd:UseVarargs - Use Varargs
|
|
|
@11017
|
8 years |
Don-vip |
sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
|
|
|
@11016
|
8 years |
Don-vip |
javadoc
|
|
|
@11015
|
8 years |
Don-vip |
sonar - pmd:ImmutableField - Immutable Field
|
|
|
@11014
|
8 years |
Don-vip |
fix #13630 - proper validation of invalid mapcss rules
|
|
|
@11013
|
8 years |
Don-vip |
checkstyle / sonar
|
|
|
@11012
|
8 years |
Don-vip |
update new TLD from IANA
|
|
|
@11011
|
8 years |
michael2402 |
Change LayerManager#getLayers() to not require a lock any more. Fixes …
|
|
|
@11009
|
8 years |
Don-vip |
fix recent sonar/checkstyle issues
|
|
|
@11008
|
8 years |
Don-vip |
fix #13646 - NPE + unit test
|
|
|
@11007
|
8 years |
Don-vip |
fix #13643 - prevent creation of DuplicateNode errors with empty list …
|
|
|
@11004
|
8 years |
simon04 |
fix #13414 - Allow non-default file formats with native file chooser
|
|
|
@11003
|
8 years |
simon04 |
fix #11975 - Evaluate extended Overpass queries bbox , geocodeArea
|
|
|
@11002
|
8 years |
simon04 |
see #11975 - Extract NameFinder for Nominatim queries
|
|
|
@10999
|
8 years |
michael2402 |
Force resetState() to run in the EDT thread to prevent deadlocks. …
|
|
|
@10998
|
8 years |
michael2402 |
Make layer remove event fire after the layer has been removed. This …
|
|
|
@10997
|
8 years |
michael2402 |
Make layer read access synchronized.
|
|
|
@10993
|
8 years |
wiktorn |
WMTS TileSource refactor
* introduced GetCapabilitiesParseHelper, …
|
|
|
@10992
|
8 years |
Don-vip |
sonar - squid:S00118 - Abstract class names should comply with a …
|
|
|
@10991
|
8 years |
Don-vip |
fix #13570 - Coastline validator doesn't report some problems and is …
|
|
|
@10990
|
8 years |
wiktorn |
Small refactor of WMS TileSource
* Introduce AbstractWMSTileSource, …
|
|
|
@10987
|
8 years |
Don-vip |
sonar - squid:S2156 - "final" classes should not have "protected" members
|
|
|
@10985
|
8 years |
Don-vip |
code cleanup/simplification
|
|
|
@10983
|
8 years |
Don-vip |
fix #13609 - --version and --help are too verbose
|
|
|
@10982
|
8 years |
Don-vip |
sonar - squid:S2386 - Mutable fields should not be "public static"
|
|
|
@10981
|
8 years |
Don-vip |
fix #13536 - multipolygon role verification: do not warn about …
|
|
|
@10978
|
8 years |
Don-vip |
fix #13597 - No such function prettifyValue in OpeningHourTest
|
|
|
@10977
|
8 years |
Don-vip |
add/update unit tests, fix indentation
|
|
|
@10975
|
8 years |
Don-vip |
remove deprecated stuff - gsoc-core
|
|
|
@10973
|
8 years |
Don-vip |
see #13564 - proper management of invalid URLs in remote control …
|
|
|
@10972
|
8 years |
Don-vip |
remove deprecated stuff - gsoc-core
|
|
|
@10971
|
8 years |
Don-vip |
sonar - squid:S138 - Methods should not have too many lines
|
|
|
@10970
|
8 years |
Don-vip |
see #13491 - remove unused parameter
|
|
|
@10969
|
8 years |
Don-vip |
sonar - squid:ClassVariableVisibilityCheck - Class variable fields …
|
|
|
@10968
|
8 years |
Don-vip |
see #13537 - refactor constructors and add parameters validation to …
|
|
|
@10965
|
8 years |
Don-vip |
sonar - squid:S1226 - Method parameters, caught exceptions and foreach …
|
|
|
@10964
|
8 years |
wiktorn |
Load tiles from lower zoom levels if not all of them are loaded
…
|
|
|
@10963
|
8 years |
stoecker |
don't reference plugins already included in core
|
|
|
@10962
|
8 years |
Don-vip |
improve unit tests
|
|
|
@10959
|
8 years |
Don-vip |
fix #13507 - safer management of listeners for Layer color property
|
|
|
@10958
|
8 years |
Don-vip |
fix #13479 - safer management of listeners
|
|
|
@10957
|
8 years |
Don-vip |
see #13479 - make ConflictResolutionDialog inherit from ExtendedDialog
|
|
|
@10953
|
8 years |
Don-vip |
sonar - squid:S3655 - Optional value should only be accessed after …
|
|
|
@10952
|
8 years |
Don-vip |
simplify uses of PrintWriter
|
|
|
@10948
|
8 years |
Don-vip |
fix #13491 - fix EDT violation (patch by Gerd Petermann, modified)
|
|
|
@10946
|
8 years |
Don-vip |
fix #13395 - fix serialization issue causing bugs in copy/paste
|
|
|
@10943
|
8 years |
Don-vip |
sonar - squid:RedundantThrowsDeclarationCheck - "throws" declarations …
|
|
|
@10942
|
8 years |
Don-vip |
sonar - squid:S2325 - "private" methods that don't access instance …
|
|
|
@10941
|
8 years |
Don-vip |
sonar - squid:S1612 - Lambdas should be replaced with method references
|
|
|
@10940
|
8 years |
Don-vip |
javadoc
|
|
|
@10939
|
8 years |
Don-vip |
sonar - pmd:ImmutableField - Immutable Field
|
|
|
@10938
|
8 years |
Don-vip |
sonar - squid:S1450 - Private fields only used as local variables in …
|
|
|
@10936
|
8 years |
Don-vip |
sonar
|
|
|
@10934
|
8 years |
Don-vip |
see #13503 - add more debug info
|
|
|
@10933
|
8 years |
Don-vip |
rework status report to avoid additional comma at the end of display …
|
|
|
@10932
|
8 years |
Don-vip |
checkstyle, jenkins
|
|
|
@10931
|
8 years |
Don-vip |
fix #13513 - Registers a protocol handler for data: URLs allowing to …
|
|
|
@10930
|
8 years |
michael2402 |
Fix #13512: Do not attempt to restore old map mode when imagery dialog …
|
|
|
@10929
|
8 years |
wiktorn |
Add screen size information in status report
|
|
|
@10927
|
8 years |
simon04 |
see #13217 - Only one location for deprecated icon names
|
|
|
@10926
|
8 years |
michael2402 |
fix #13506 - Do not show deprecated.svg icon in add/edit tag dialog
|
|
|
@10925
|
8 years |
Don-vip |
see #11924 - fix javadoc warnings seen with jdk9b133
|
|
|
@10924
|
8 years |
Don-vip |
fix #13494 - Disable "Fix" Button for "Duplicate Node" that is outside …
|
|
|
@10923
|
8 years |
Don-vip |
update new TLD from IANA
|
|
|
@10922
|
8 years |
michael2402 |
See #13309: Make PreferencesTest compile again.
|
|
|
@10921
|
8 years |
simon04 |
Re-add SuppressWarnings (got lost in r10608)
|
|
|
@10920
|
8 years |
michael2402 |
See #13309: Do not add 'color.' prefix twice in getColor()
|
|
|
@10919
|
8 years |
simon04 |
fix #11852 - NPE in SearchCompiler
|
|
|
@10915
|
8 years |
michael2402 |
Trim interpolate in EastNorth/LatLon for performance and add comment …
|
|
|
@10914
|
8 years |
michael2402 |
Use Utils.clamp in LatLon. Document public methods.
|
|
|
@10910
|
8 years |
Don-vip |
improve javadoc, unit tests, reduce visibility of some public fields
|
|
|
@10909
|
8 years |
michael2402 |
See #13318. MainApplication: Make log message for log level display …
|
|
|
@10906
|
8 years |
Don-vip |
add more non-regression NMEA unit tests
|
|
|
@10905
|
8 years |
Don-vip |
see #13232 - remove SingleLayerTransferable
|
|
|
@10903
|
8 years |
Don-vip |
update new TLD from IANA
|
|
|
@10902
|
8 years |
Don-vip |
fix #13318 - fix bug report (patch by michael2402) - gsoc-core
|
|
|
@10901
|
8 years |
Don-vip |
fix #13460 - remove with QuadBuckets.iterator() doesn't maintain size …
|
|
|
@10899
|
8 years |
Don-vip |
fix #13318 - Clean up program startup (parameters, logging) - patch by …
|
|
|
@10898
|
8 years |
Don-vip |
fix #13454 - Memory leak in MapView (patch by Gerd Petermann)
|
|
|
@10896
|
8 years |
Klumbumbus |
fix #6708 - Pistes can be drawn as area or linear. If linear they can …
|
|
|
@10895
|
8 years |
Don-vip |
see #13232 - remove/exclude unused classes
|
|
|
@10894
|
8 years |
Don-vip |
fix #13406 - UnsupportedOperationException at gpx color change (patch …
|
|
|