source: josm/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8802   9 years simon04 fix #9113 - Session: save into recently used files
(edit) @8801   9 years simon04 fix #10432 - Session: get rid of submenu
(edit) @8800   9 years simon04 fix #11702 - Imagery: re-add info messages on HTTP requests
(edit) @8799   9 years simon04 fix #11898 - Command line --download option broken for bounds
(edit) @8795   9 years Don-vip fix javadoc errors/warnings seen with JDK9
(edit) @8792   9 years simon04 fix #11895 see #11765 - Some menu entries are no longer translated …
(edit) @8791   9 years simon04 fix #11832 - MapCSS: support | in regular expression
(edit) @8790   9 years simon04 fix #11890 - "Add Node..." should automatically center on the newly …
(edit) @8789   9 years simon04 fix #11891 - Unable to merge more than two data layers - regression of …
(edit) @8788   9 years simon04 fix #10947 - "No data found in this area." message when Overpass query …
(edit) @8787   9 years simon04 see #11428 - Change Overpass task name in progress monitor to …
(edit) @8786   9 years simon04 fix #11626 - <checkgroup> blocks auto completion and match=*
(edit) @8785   9 years simon04 see #11852 - Disallow resolving null coordinate in conflict dialog
(edit) @8783   9 years simon04 HostLimitQueue: log "host limit reached" as DEBUG message
(edit) @8782   9 years simon04 see #11428 - Extract Overpass request errors Those error messages are …
(edit) @8781   9 years simon04 see #11887 - Output parsed search expression on debug log
(edit) @8780   9 years simon04 fix #11886 - Selecting non branching ways with a filter applied
(edit) @8777   9 years Don-vip Basic Java 9 support: make code compile, and Linux scripts detect it
(edit) @8776   9 years simon04 see #11843 - Run plugin tasks in the same thread Before, a separate …
(edit) @8775   9 years simon04 fix #8170 - MapCSS: add functions parent_tags(key) and …
(edit) @8773   9 years Don-vip fix #11882 - ImageryCache plugin wasn't properly deprecated
(edit) @8772   9 years Don-vip remove deprecated code from jmapviewer, deprecate plugin …
(edit) @8771   9 years Don-vip don't use deprecated method
(edit) @8769   9 years wiktorn Make column headers translable. Closes: #11881
(edit) @8768   9 years wiktorn When tile loading task was canceled, tiles were not properly mark as …
(edit) @8767   9 years Klumbumbus remove oneway arrows of deprecated tag waterway=rapids
(edit) @8765   9 years Don-vip fix #11867 - ThumbsLoader freezes if EXIF orientation is not set …
(edit) @8764   9 years Don-vip fix Checkstyle issues
(edit) @8763   9 years wiktorn Fix layer naming for wms_endpoint layers and caching issues stemming …
(edit) @8762   9 years wiktorn Replace CacheFiles with JCS and remove CacheFiles Closes: #11869
(edit) @8760   9 years simon04 fix #11686 - Error by uploading changeset with too long tag Changeset …
(edit) @8757   9 years simon04 fix #11853 - NPE while opening unavailable recent file
(edit) @8756   9 years simon04 fix #10023 - Add history of Overpass queries
(edit) @8753   9 years simon04 fix #11774 - Warn about obvious misspelled tag keys (patch by mdk, …
(edit) @8752   9 years wiktorn Support situations, where WMTS service provides more than one tile set …
(edit) @8751   9 years wiktorn Introduce zoom offseting. See: #11856 * MemoryTileCache size based on …
(edit) @8750   9 years wiktorn Improve resposiveness of preferences window by moving expensive IO …
(edit) @8748   9 years simon04 see ##11765 - Fix audio menu name (regression from r8721)
(edit) @8745   9 years simon04 see #11428 - Deprecate mirrored_download plugin which is part of core
(edit) @8744   9 years simon04 see #11428 - Refactoring (class/package structure)
(edit) @8743   9 years simon04 see #11834 - Use KeyValueVisitor in the UntaggedNode test
(edit) @8742   9 years simon04 fix #11834 - KeyValueVisitor: also provide primitive to the visitor
(edit) @8741   9 years simon04 fix #11846 - MapCSS validator: make ignoring "Whole group" work again
(edit) @8740   9 years simon04 fix #11834 - Use visitor pattern for key/value lookup (patch by …
(edit) @8739   9 years simon04 see #11833 - Attempt to fix infinite loop in MultipolygonCache (thanks …
(edit) @8738   9 years simon04 see #11843 - Terminate initialization threads
(edit) @8737   9 years wiktorn Remove of org.openstreetmap.gui.jmapviewer.JobDispatcher. Closes: #11840
(edit) @8736   9 years simon04 see #11843 - Give all directly started threads sensible names
(edit) @8735   9 years simon04 fix #11839 - AbstractPrimitive: getKeys() is accessing this.keys …
(edit) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8733   9 years simon04 fix #11836 - Zoom out with Gamma adjusted on imagery causes Exception
(edit) @8732   9 years simon04 see #11823 - Minimap: hide shrink/enlarge button
(edit) @8729   9 years simon04 fix #10417 - Selectable Gamma value for background imagery
(edit) @8728   9 years simon04 Layer dialog: make duplicate and merge only accessible in context menu …
(edit) @8727   9 years Don-vip update to Checkstyle 6.10.1
(edit) @8726   9 years Klumbumbus see #8717 - fix mappaint.nameOrder
(edit) @8725   9 years Klumbumbus fix #8717 - add highway=milestone and railway=milestone to preset …
(edit) @8724   9 years Don-vip fix #11813 - NPE
(edit) @8723   9 years simon04 see #11713 - use new interface ImageProcessor where applicable
(edit) @8722   9 years simon04 Fix typo in ImageOverlay
(edit) @8721   9 years simon04 fix #11765 - Seperate menu entry i18n strings, add mnemonics as …
(edit) @8720   9 years simon04 fix #11583 - Add mnemonic key to "Search menu items": ALT+R R … …
(edit) @8719   9 years simon04 see #11823 - Add minimap toggle dialog
(edit) @8718   9 years simon04 Fix checkstyle warnings
(edit) @8716   9 years simon04 see #11428 - Overpass Download: use JosmTextArea for monospace font
(edit) @8715   9 years wiktorn As tileCache is again MemoryTileCache, so now - unconditionally clear …
(edit) @8714   9 years wiktorn Do not block in EDT thread, when waiting for attribution download. …
(edit) @8713   9 years simon04 see #11428 - Overpass Download: make help work
(edit) @8712   9 years simon04 see #11428 - Overpass Download: take nice shortcut from …
(edit) @8711   9 years simon04 see #11428 - Overpass Download: use Monospace font for query
(edit) @8710   9 years simon04 see #11795 - taginfoextract: avoid "Could not get presets icon" by not …
(edit) @8709   9 years simon04 see #11827 - fix NPE introduced in r8708
(edit) @8708   9 years simon04 see #11827 - see #11653 - Revert r8566 till its impacts are fully …
(edit) @8706   9 years stoecker improve IPv6 check (workaround for bad data from Java) - fix #11452
(edit) @8705   9 years simon04 OpenFileAction: fix NPE - fixes #11817 NPE occurred when launching …
(edit) @8704   9 years wiktorn Fix minimum zooming breaking the calculation of best-zoom and zooming in.
(edit) @8702   9 years simon04 see #11819 - History dialog: show reversed nodes in yellow, show …
(edit) @8698   9 years bastiK apache commons compress switched to git. use git/svn interface of …
(edit) @8697   9 years wiktorn fix failing tests
(edit) @8696   9 years wiktorn Glue WMS zoom levels to TMS zoom levels. Based on WMTS well known …
(edit) @8693   9 years simon04 fix #11741 - Properties dialog: add taginfo icon Icon is based on …
(edit) @8692   9 years Don-vip see #11795 - fix HeadlessException with Jenkins
(edit) @8689   9 years simon04 see #11428 - Make Overpass download an expert action
(edit) @8688   9 years simon04 see #11428 - Make Overpass server configurable
(edit) @8686   9 years Don-vip fix #11803 - wrong help link
(edit) @8685   9 years Don-vip see #11428 - fix checkstyle issues
(edit) @8684   9 years simon04 see #11428 - Add Overpass download dialog to core, provide Overpass …
(edit) @8683   9 years simon04 Typo in r8682
(edit) @8682   9 years simon04 fix #11790 - Validator dialog: lookup test errors for selected primitives
(edit) @8681   9 years simon04 see #11795 - taginfo-extract also external presets
(edit) @8680   9 years simon04 fix #11755 - Update version of opening_hours.js to 3.3.0
(edit) @8679   9 years simon04 fix #11741 - Properties dialog: add a contextual menu on taginfo
(edit) @8678   9 years Don-vip see #11421 - update documentation
(edit) @8677   9 years Don-vip fix #11793 - NPE
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8673   9 years wiktorn Bing fixes. * Pass and handle error on url creation (attribution not …
(edit) @8672   9 years simon04 DownloadAlong: allow to specify areas smaller than 1km², use unit …
(edit) @8670   9 years simon04 fix #11749 - Jump to Position: add D M S and D M.M coordinate …
(edit) @8666   9 years Don-vip fix #11751 - JOSM JNLP doesn't restart in Linux (patch by simon04, …
(edit) @8663   9 years simon04 fix #11442 - "Toolbar action" bug w/ 'notes' & normal dialogs
Note: See TracRevisionLog for help on using the revision log.