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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8648   11 years wiktorn Pass headers to OsmTileLoader when using it as a fallback tile loader.
(edit) @8647   11 years wiktorn Performance improvements. * getTileUrl now uses generic, staticly …
(edit) @8646   11 years wiktorn Move listeners notification outside synchronized sections. Addresses: …
(edit) @8645   11 years Don-vip fix #11756, fix #11759 - NPEs
(edit) @8644   11 years Don-vip fix checkstyle issues
(edit) @8643   11 years wiktorn Fix behaviour when exception is thrown during download. * fix endless …
(edit) @8642   11 years wiktorn Temporary fix lockups on data layer removal when Validation layer is …
(edit) @8641   11 years bastiK fixed #11750 - Broken UTF-8 support in startup screen
(edit) @8639   11 years Don-vip fix #11747 - NPE
(edit) @8636   11 years wiktorn Small TMS fixes. * fix handling of minimum and maximum expiration …
(edit) @8633   11 years Don-vip fix some compile errors that arise with openjdk-9-b74
(edit) @8632   11 years Don-vip update Checkstyle to 6.8.1, update Eclipse project, fix checkstyle issues
(edit) @8631   11 years wiktorn Move lock aquires closer to try/catch/finally, to silent FindBugs …
(edit) @8629   11 years wiktorn Fix NPE in CacheEntry and TMS settings * fix NPE in CacheEntry …
(edit) @8628   11 years wiktorn findbugs fixes
(edit) @8625   11 years bastiK applied #11713 - JOSM raster layers filters plugin development (patch …
(edit) @8624   11 years bastiK add missing svn:eol-style=native
(edit) @8621   11 years wiktorn Fix artifacts on clicks in CacheContentsPanel. Closes: #11703
(edit) @8620   11 years wiktorn autozoom checkbox display fix in right-menu click * proper display of …
(edit) @8615   11 years bastiK fixed a Collections.reverse that should not be there (fixes #11496, …
(edit) @8613   11 years bastiK fixed #11496 - getVisibleLayersInZOrder() -> Comparator is not …
(edit) @8612   11 years Don-vip fix QA issues (javadoc, findbugs, checkstyle)
(edit) @8604   11 years wiktorn Better error reporting in JCS, checkstyle fixes
(edit) @8603   11 years wiktorn Properly size disk cache size. Cache size is provided in kB, …
(edit) @8602   11 years wiktorn Properly handle file based tile sources. * move …
(edit) @8601   11 years wiktorn Fix for tiles not loading after layer is added, when not moving the mouse
(edit) @8600   11 years wiktorn * fix sonar issues * implement cache clear for "clear" button Closes: …
(edit) @8598   11 years wiktorn TileSource: * added method - getTileId that returns unique identifier …
(edit) @8595   11 years Don-vip fix #11681 - NPE in tagging presets initialization
(edit) @8586   11 years wiktorn * (WMTS) Added Style support * (WMTS) Added MatrixHeight and …
(edit) @8584   11 years wiktorn - added axis definition to ESPG projections definition, where it's not …
(edit) @8582   11 years Don-vip checkstyle
(edit) @8581   11 years Don-vip fix #11664 - fix regression of r8566 for relation editor
(edit) @8575   11 years bastiK see #11607 - more debugging output for error in StyleCache
(edit) @8573   11 years bastiK fixed #11647 - Regression: relation list empty (patch by michael2402)
(edit) @8571   11 years Don-vip findbugs
(edit) @8570   11 years Don-vip checkstyle
(edit) @8568   11 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8565   11 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8562   11 years bastiK fixed splash deadlock for java 7 (fixes #11591, see #11355)
(edit) @8557   11 years Don-vip checkstyle
(edit) @8556   11 years bastiK applied #11636 - Moved cursor management to new class and used java …
(edit) @8555   11 years bastiK applied #11635 - Move creation of the MapView children to new method. …
(edit) @8554   11 years bastiK applied #11634 - Moved global SOM management out of …
(edit) @8553   11 years bastiK applied #11633 - MapView: Made paint() method shorter by moving draw …
(edit) @8552   11 years bastiK applied #11632 - Synchronized access to temporary layers and added a …
(edit) @8551   11 years bastiK applied #11631 new enhancement - Synchronized access to MapView#layers …
(edit) @8550   11 years bastiK applied #11629 - Fixed state errors in selection (rect/lasso) and made …
(edit) @8549   11 years bastiK applied #11628 - Added documentation to EastNorth, changed x - y = …
(edit) @8548   11 years bastiK applied #11627 - Added Repaint listener to MapView (patch by michael2402)
(edit) @8543   11 years wiktorn Add appendix to supported layers message
(edit) @8542   11 years wiktorn Add warnings about supported projections for WMS layers
(edit) @8540   11 years Don-vip fix remaining checkstyle issues
(edit) @8538   11 years akks some more debugging output, see #11209
(edit) @8537   11 years akks add debug.advanced-keypress-detector.enable option for debugging #11209
(edit) @8535   11 years bastiK fixed #11598 - Cannot match literal quotation mark (?) in regular …
(edit) @8533   11 years Don-vip findbugs
(edit) @8530   11 years Don-vip see #11255 - checkstyle/findbugs
(edit) @8526   11 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(edit) @8525   11 years simon04 see #11591, see #11355 - Splash screen: attempt to fix lock issue (2)
(edit) @8524   11 years simon04 see #11591, see #11355 - Splash screen: attempt to fix …
(edit) @8521   11 years Don-vip see #11593, see #11579 - MapCSS: display mapcss parsing exceptions …
(edit) @8520   11 years Don-vip see #11591, see #11355 - disable blocking code + fix some sonar …
(edit) @8517   11 years simon04 see #10973 - Relation public_transport/route sorting: sort platform
(edit) @8516   11 years simon04 see #11355 - Splash screen: scroll overlong task list
(edit) @8515   11 years simon04 see #11579 - MapCSS: improve error reporting on invalid pseudo classes
(edit) @8514   11 years Don-vip checkstyle: various checks
(edit) @8513   11 years Don-vip checkstyle: blocks
(edit) @8512   11 years Don-vip checkstyle: redundant modifiers
(edit) @8511   11 years Don-vip checkstyle: modifiers order
(edit) @8510   11 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   11 years Don-vip fix many checkstyle violations
(edit) @8507   11 years simon04 fix #10593 - Preference, mappaint/preset/validator sources: indicate …
(edit) @8506   11 years Don-vip fix some Sonar issues
(edit) @8505   11 years simon04 fix #11559 - Relation editor: add button to sort the selected relation …
(edit) @8503   11 years simon04 see #11217 - Notes: copy note URL to clipboard when right clicking tooltip
(edit) @8500   11 years simon04 see #11355 - Splash screen: attempt to fix dialog height issue (2)
(edit) @8499   11 years simon04 see #11355 - Splash screen: attempt to fix dialog height issue
(edit) @8498   11 years simon04 fix #11413 - Advanced Info: add last edit count tab (slightly modified …
(edit) @8497   11 years simon04 fix #11355 - Splash screen: display parallel initialization tasks in a …
(edit) @8496   11 years simon04 fix #11505 - Download objects: load a range of OSM objects (modified …
(edit) @8495   11 years simon04 fix #11150 - False validator warning on ford if node is outside the …
(edit) @8494   11 years simon04 see #11150 - MapCSS: refactor pseudo classes to factory based …
(edit) @8493   11 years simon04 fix #5509 - Presets: sort property lists by display name Sorting is …
(edit) @8492   11 years simon04 fix #3145 - Allow listing custom presets within default groups The …
(edit) @8489   11 years Don-vip fix #11562 - use CopyOnWriteArrayList for listeners to avoid …
(edit) @8487   11 years Don-vip Hide implicit public constructor for utility classes
(edit) @8486   11 years Don-vip Remove unused method parameter(s) in private methods
(edit) @8484   11 years Don-vip see #11266 - tagging presets icons: avoid unnecessary I/O access to …
(edit) @8481   11 years akks see #11209: potentially fix input method switching problems
(edit) @8475   11 years Don-vip fix #11219 - Open notes in browser with Ctrl-Shift-I: "Advanced info (web)"
(edit) @8474   11 years Don-vip fix #11177 - Notes: upload before deleting layer doesn't work
(edit) @8471   11 years Don-vip offer to automatically download missing required plugins and restart. …
(edit) @8470   11 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8469   11 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8468   11 years Don-vip fix some minor sonar/code style issues: - Avoid Protected Field In …
(edit) @8465   11 years Don-vip minor code style issues
(edit) @8464   11 years Don-vip Singular fields
(edit) @8463   11 years Don-vip see #11209 - switch input method as soon as option selected + detect …
(edit) @8461   11 years Don-vip global use of String.isEmpty()
Note: See TracRevisionLog for help on using the revision log.