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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8620   9 years wiktorn autozoom checkbox display fix in right-menu click * proper display of …
(edit) @8615   9 years bastiK fixed a Collections.reverse that should not be there (fixes #11496, …
(edit) @8613   9 years bastiK fixed #11496 - getVisibleLayersInZOrder() -> Comparator is not …
(edit) @8612   9 years Don-vip fix QA issues (javadoc, findbugs, checkstyle)
(edit) @8604   9 years wiktorn Better error reporting in JCS, checkstyle fixes
(edit) @8603   9 years wiktorn Properly size disk cache size. Cache size is provided in kB, …
(edit) @8602   9 years wiktorn Properly handle file based tile sources. * move …
(edit) @8601   9 years wiktorn Fix for tiles not loading after layer is added, when not moving the mouse
(edit) @8600   9 years wiktorn * fix sonar issues * implement cache clear for "clear" button Closes: …
(edit) @8598   9 years wiktorn TileSource: * added method - getTileId that returns unique identifier …
(edit) @8595   9 years Don-vip fix #11681 - NPE in tagging presets initialization
(edit) @8586   9 years wiktorn * (WMTS) Added Style support * (WMTS) Added MatrixHeight and …
(edit) @8584   9 years wiktorn - added axis definition to ESPG projections definition, where it's not …
(edit) @8582   9 years Don-vip checkstyle
(edit) @8581   9 years Don-vip fix #11664 - fix regression of r8566 for relation editor
(edit) @8575   9 years bastiK see #11607 - more debugging output for error in StyleCache
(edit) @8573   9 years bastiK fixed #11647 - Regression: relation list empty (patch by michael2402)
(edit) @8571   9 years Don-vip findbugs
(edit) @8570   9 years Don-vip checkstyle
(edit) @8568   9 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8562   9 years bastiK fixed splash deadlock for java 7 (fixes #11591, see #11355)
(edit) @8557   9 years Don-vip checkstyle
(edit) @8556   9 years bastiK applied #11636 - Moved cursor management to new class and used java …
(edit) @8555   9 years bastiK applied #11635 - Move creation of the MapView children to new method. …
(edit) @8554   9 years bastiK applied #11634 - Moved global SOM management out of …
(edit) @8553   9 years bastiK applied #11633 - MapView: Made paint() method shorter by moving draw …
(edit) @8552   9 years bastiK applied #11632 - Synchronized access to temporary layers and added a …
(edit) @8551   9 years bastiK applied #11631 new enhancement - Synchronized access to MapView#layers …
(edit) @8550   9 years bastiK applied #11629 - Fixed state errors in selection (rect/lasso) and made …
(edit) @8549   9 years bastiK applied #11628 - Added documentation to EastNorth, changed x - y = …
(edit) @8548   9 years bastiK applied #11627 - Added Repaint listener to MapView (patch by michael2402)
(edit) @8543   9 years wiktorn Add appendix to supported layers message
(edit) @8542   9 years wiktorn Add warnings about supported projections for WMS layers
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8538   9 years akks some more debugging output, see #11209
(edit) @8537   9 years akks add debug.advanced-keypress-detector.enable option for debugging #11209
(edit) @8535   9 years bastiK fixed #11598 - Cannot match literal quotation mark (?) in regular …
(edit) @8533   9 years Don-vip findbugs
(edit) @8530   9 years Don-vip see #11255 - checkstyle/findbugs
(edit) @8526   9 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(edit) @8525   9 years simon04 see #11591, see #11355 - Splash screen: attempt to fix lock issue (2)
(edit) @8524   9 years simon04 see #11591, see #11355 - Splash screen: attempt to fix …
(edit) @8521   9 years Don-vip see #11593, see #11579 - MapCSS: display mapcss parsing exceptions …
(edit) @8520   9 years Don-vip see #11591, see #11355 - disable blocking code + fix some sonar …
(edit) @8517   9 years simon04 see #10973 - Relation public_transport/route sorting: sort platform
(edit) @8516   9 years simon04 see #11355 - Splash screen: scroll overlong task list
(edit) @8515   9 years simon04 see #11579 - MapCSS: improve error reporting on invalid pseudo classes
(edit) @8514   9 years Don-vip checkstyle: various checks
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8511   9 years Don-vip checkstyle: modifiers order
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8507   9 years simon04 fix #10593 - Preference, mappaint/preset/validator sources: indicate …
(edit) @8506   9 years Don-vip fix some Sonar issues
(edit) @8505   9 years simon04 fix #11559 - Relation editor: add button to sort the selected relation …
(edit) @8503   9 years simon04 see #11217 - Notes: copy note URL to clipboard when right clicking tooltip
(edit) @8500   9 years simon04 see #11355 - Splash screen: attempt to fix dialog height issue (2)
(edit) @8499   9 years simon04 see #11355 - Splash screen: attempt to fix dialog height issue
(edit) @8498   9 years simon04 fix #11413 - Advanced Info: add last edit count tab (slightly modified …
(edit) @8497   9 years simon04 fix #11355 - Splash screen: display parallel initialization tasks in a …
(edit) @8496   9 years simon04 fix #11505 - Download objects: load a range of OSM objects (modified …
(edit) @8495   9 years simon04 fix #11150 - False validator warning on ford if node is outside the …
(edit) @8494   9 years simon04 see #11150 - MapCSS: refactor pseudo classes to factory based …
(edit) @8493   9 years simon04 fix #5509 - Presets: sort property lists by display name Sorting is …
(edit) @8492   9 years simon04 fix #3145 - Allow listing custom presets within default groups The …
(edit) @8489   9 years Don-vip fix #11562 - use CopyOnWriteArrayList for listeners to avoid …
(edit) @8487   9 years Don-vip Hide implicit public constructor for utility classes
(edit) @8486   9 years Don-vip Remove unused method parameter(s) in private methods
(edit) @8484   9 years Don-vip see #11266 - tagging presets icons: avoid unnecessary I/O access to …
(edit) @8481   9 years akks see #11209: potentially fix input method switching problems
(edit) @8475   9 years Don-vip fix #11219 - Open notes in browser with Ctrl-Shift-I: "Advanced info (web)"
(edit) @8474   9 years Don-vip fix #11177 - Notes: upload before deleting layer doesn't work
(edit) @8471   9 years Don-vip offer to automatically download missing required plugins and restart. …
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8468   9 years Don-vip fix some minor sonar/code style issues: - Avoid Protected Field In …
(edit) @8465   9 years Don-vip minor code style issues
(edit) @8464   9 years Don-vip Singular fields
(edit) @8463   9 years Don-vip see #11209 - switch input method as soon as option selected + detect …
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8460   9 years Don-vip simplify usage of Way.firstNode()
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8454   9 years Don-vip fix #11493 - Wrong warning in validation of roundabouts (regression, …
(edit) @8449   9 years Don-vip remove extra whitespaces
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8442   9 years Don-vip Fix #11266 - SVG versions of JOSM and OAuth logos + some other buttons …
(edit) @8441   9 years Don-vip see #11209 - add debug messages
(edit) @8440   9 years Don-vip fix javadoc warnings
(edit) @8432   9 years bastiK fixed #11479 - buildings not rendering in mapnik style (patch by …
(edit) @8430   9 years Don-vip see #11209 - Make ExtendedDialog.result volatile
(edit) @8429   9 years Don-vip fix #11485 - robustness to JDK-6322854 when dealing with system selection
(edit) @8426   9 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @8424   9 years wiktorn Set URLConnection.setUseCaches(false) when forcing reload of tiles. …
(edit) @8423   9 years wiktorn Fix unit tests and findbugs warning. Closes: #11466
(edit) @8422   9 years wiktorn Change HashMap to ConcurrentHashMap, to avoid …
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8418   9 years wiktorn Add posibility to display HTTP headers in Show Tile Info dialog. …
Note: See TracRevisionLog for help on using the revision log.