source: josm/trunk/src/org

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13572   6 years Don-vip fix #15798 - support direct download of GPX files from HOT Tasking Manager
(edit) @13570   6 years Don-vip fix #16115 - avoid deadlock in save/upload dialog when a save action fails
(edit) @13569   6 years Don-vip fix javadoc
(edit) @13568   6 years Don-vip use OsmDataLayer.getDataSet()
(edit) @13564   6 years Don-vip introduce PrimitiveRenderer to replace OsmPrimitivRenderer (now …
(edit) @13563   6 years Don-vip see #15310 - fix javadoc
(edit) @13561   6 years Don-vip extract KeyValueVisitor from AbstractPrimitive, support Tagged
(edit) @13560   6 years Don-vip see #14655 - javadoc
(edit) @13559   6 years Don-vip extract DownloadPolicy / UploadPolicy to separate classes
(edit) @13558   6 years Don-vip add a getDataSet() accessor in OsmDataLayer to avoid public field …
(edit) @13548   6 years Don-vip see #15310 - remove forgotten deprecated preferences stuff
(edit) @13546   6 years Don-vip fix #16053, see #15849 - make ImageryAdjustAction robust to change of …
(edit) @13545   6 years Don-vip fix #16106 - disable search button arrow when button itself is …
(edit) @13544   6 years Don-vip fix recent Sonar issues
(edit) @13543   6 years Don-vip see #15310 - remove deprecated color stuff
(edit) @13542   6 years Don-vip see #16084 - remove unused code
(edit) @13541   6 years Don-vip fix #16104 - better support of space characters in values for tags …
(edit) @13540   6 years Don-vip see #16102 - SimplifyWayAction performance improvements (patch by GerdP)
(edit) @13539   6 years Don-vip fix #16084 - WMTS: support different tile sizes for layers using the …
(edit) @13537   6 years Don-vip see #14655 - checkstyle
(edit) @13536   6 years stoecker add possibility to change map ids (see #14655), add overlay flag for …
(edit) @13535   6 years Don-vip fix #16097 - NPE + disable arrow button in history dialog with …
(edit) @13534   6 years Don-vip fix #16096 - allow only positive ids in …
(edit) @13522   6 years Don-vip see #16085 - rework HelpAction (copy/pasted in a plugin because it …
(edit) @13521   6 years Don-vip fix #16085 - add contextual menu in tag table of history dialog with …
(edit) @13520   6 years Don-vip see #15560 - fix detection of Java version >= 10
(edit) @13516   6 years stoecker fix #16077 - properly handle modTileFeatures in JOSM config
(edit) @13515   6 years Don-vip fix #16081 - improve selection of projections by EPSG code: - display …
(edit) @13513   6 years Don-vip fix #16078 - avoid NPE in PurgeCommand with null relations
(edit) @13512   6 years Don-vip fix #16072 - add robustness in ImproveWayAccuracy map mode
(edit) @13510   6 years wiktorn Add caching of Tile Size. getTileSize() was taking about 20% of …
(edit) @13509   6 years Don-vip fix #16060 - NPE + minor fixes
(edit) @13507   6 years stoecker see #11392 - take new shorter I18n implementation also for plugins
(edit) @13506   6 years Don-vip see #11392 - let Dirk enjoy his break
(edit) @13504   6 years Don-vip see #11924, see #15560 - fix deprecation warning with Java 10
(edit) @13503   6 years stoecker see #11392 - first try to add I18n for external Validators (style, …
(edit) @13502   6 years stoecker see #11392 - first try to add I18n for external Validators (style, …
(edit) @13501   6 years Don-vip fix java warning
(edit) @13499   6 years Don-vip fix #16050 - nicer display of HTTP errors from OSM API
(edit) @13498   6 years Don-vip fix typo
(edit) @13497   6 years Don-vip fix #16051, see #8039, see #10456 - more fixes for download/upload …
(edit) @13496   6 years Don-vip minor fixes
(edit) @13494   6 years Don-vip see #11924, see #15560, fix #16048: Generate HTML5 javadoc with Java …
(edit) @13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
(edit) @13490   6 years Don-vip fix #16045, see #8039, see #10456 - fix NPE when clicking preset link …
(edit) @13489   6 years Don-vip fix #16044 - Autofix invalid URL with the wrong type of slashes
(edit) @13488   6 years Don-vip fix #16039, see #8039, see #10456 - fix upload regression when using …
(edit) @13487   6 years Don-vip see #15992 - do not log PS 2.0 errors as such (debug level is enough)
(edit) @13486   6 years Don-vip fix #8039, see #10456 - fix bugs with non-downloadable layers
(edit) @13485   6 years Don-vip see #8039, see #10456 - keep layer download/upload/locked flags when …
(edit) @13483   6 years Don-vip fix #16038 - NPE
(edit) @13478   6 years Don-vip fix #16034 - wrong use of SideButton
(edit) @13475   6 years Don-vip fix #16030 - call getMousePosition() only when needed
(edit) @13473   6 years Don-vip fix #15992 - more robust implementation of Utils.execOutput. Ensure …
(edit) @13472   6 years Don-vip see #15992 - redirect error stream of called processes to standard output
(edit) @13468   6 years Don-vip fix #15992 - fix codestyle issues
(edit) @13467   6 years Don-vip fix #15992 - make sure PowerShell call is never blocking
(edit) @13466   6 years Don-vip fix #15992 - fix NPE
(edit) @13465   6 years Don-vip fix #15992 - also make sure recent version of PowerShell is installed
(edit) @13464   6 years Don-vip fix codestyle issues
(edit) @13463   6 years Don-vip see #15992 - make sure .NET framework 4.5 or later is installed, as …
(edit) @13462   6 years Don-vip fix #15847 - fires OsmDataLayer property change events in EDT to avoid …
(edit) @13458   6 years Don-vip fix #15992 - add compatibility with older versions of Windows where …
(edit) @13457   6 years Don-vip fix #15985 - fix handling of relative links in help browser
(edit) @13456   6 years Don-vip fix #16005 - add robustness in imagery preferences tooltip
(edit) @13455   6 years Don-vip update new TLD from IANA
(edit) @13453   6 years Don-vip fix #8039, fix #10456: final fixes for the read-only/locked layers: - …
(edit) @13451   6 years Don-vip fix #15992 - force Windows to update its root CA trust store before we …
(edit) @13450   6 years Don-vip fix #15992 - load native certificates from macOS system root trust …
(edit) @13449   6 years Don-vip see #15992 - display and log ServiceException error messages
(edit) @13447   6 years Don-vip fix #15987 - Open external pages in an external browser
(edit) @13446   6 years Don-vip see #8039, see #10456 - disable more actions modifying the dataset
(edit) @13445   6 years Don-vip fix #15901 - allow file:/ URLs
(edit) @13444   6 years Don-vip see #8039, see #10456 - fix crash with rendering of virtual nodes
(edit) @13443   6 years Don-vip see #15901 - also catch InvalidPathException
(edit) @13440   6 years Don-vip fix #15969 - upload broken (regression from r13434)
(edit) @13439   6 years Don-vip see #15940 - WMTS: case-insensitive matching of dimensions + fix typo
(edit) @13438   6 years Don-vip fix #15966 - reduce vertical space in imagery preferences by 20px
(edit) @13437   6 years Don-vip fix #15967 - proper loading of notes layers
(edit) @13436   6 years Don-vip fix #15958 - robustness when loading map paint styles
(edit) @13435   6 years Don-vip see #8039, see #10456 - fix regressions and code style issues
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @13433   6 years Don-vip fix #15849, see #15716 - IAE when changing active layer while setting …
(edit) @13432   6 years Klumbumbus see #15943 - adjust search hints. reorder, fix key= to key and add …
(edit) @13431   6 years Don-vip fix #15950 - Preferences Help button should go directly to selected …
(edit) @13430   6 years Don-vip fix #15943 - allow to search empty values
(edit) @13429   6 years Don-vip see #15940 - allow to sort WMTS entries
(edit) @13427   6 years Don-vip fix #15934 - add a legend for imagery boundaries preview
(edit) @13426   6 years Don-vip fix typo: setZoomContolsVisible => setZoomControlsVisible
(edit) @13425   6 years Klumbumbus fix #15933 - improve tooltip
(edit) @13423   6 years bastiK see #15880 - add Fischer ellipsoid
(edit) @13421   6 years bastiK see #15880 - throw exception when there is an error loading the …
(edit) @13420   6 years bastiK fixed #11607 - RangeViolatedError: the new range must be within a …
(edit) @13419   6 years Don-vip fix #14802 - make sure audio resources are cleared when marker layer …
(edit) @13418   6 years Don-vip see #15226, see #2089 - fix MP3 support broken in r12715
(edit) @13417   6 years Don-vip fix #14224: advanced preference jumpto.use.clipboard to disable …
(edit) @13415   6 years Don-vip fix #15911 - safe handling of WMS exceptions
(edit) @13414   6 years Don-vip fix #15452 - More details are needed for "Tag value longer than …
(edit) @13405   6 years Klumbumbus fix #15497 - Improve "Missing pedestrian crossing information." …
(edit) @13404   6 years Klumbumbus fix #15760 - raise roles forward/backward in PTv2 route relations to …
Note: See TracRevisionLog for help on using the revision log.