source: josm/trunk/src/org

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8570   9 years Don-vip checkstyle
(edit) @8569   9 years wiktorn Add tests for Wallonie and Wien, fixed Style substitution
(edit) @8568   9 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8567   9 years Don-vip fix #11651 - whitechars stripping optimization (modified patch by …
(edit) @8566   9 years Don-vip fix #11653 - AbstractPrimitive.getKeys optimization (patch by shinigami)
(edit) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8564   9 years Don-vip fix #11649 - DateUtils optimization (modified patch by shinigami)
(edit) @8563   9 years Don-vip fix #7813 - proper timeouts when connecting to OSM server (patch by anirud)
(edit) @8562   9 years bastiK fixed splash deadlock for java 7 (fixes #11591, see #11355)
(edit) @8558   9 years Don-vip update javadoc
(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) @8541   9 years wiktorn Cast JsonValue to JsonString and use getString instead of toString on …
(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) @8528   9 years Don-vip see #11255 - remove references to imagery/types folder deleted since …
(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) @8518   9 years Don-vip checkstyle: fix broken parsing of shortcuts
(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) @8490   9 years Don-vip fix #11567 - Exception when running validator
(edit) @8489   9 years Don-vip fix #11562 - use CopyOnWriteArrayList for listeners to avoid …
(edit) @8488   9 years wiktorn Properly handle situation, when tile server returns something else …
(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) @8485   9 years wiktorn Addresses: #11548 - do not assume, that we work with HTTP based …
(edit) @8484   9 years Don-vip see #11266 - tagging presets icons: avoid unnecessary I/O access to …
(edit) @8482   9 years simon04 Correctly parse tab-separated tags … by using non-greedy regular …
(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) @8473   9 years Don-vip fix #11533 - proper use of Storage class in NoteData
(edit) @8472   9 years Don-vip Display "No data found in this area." in a notification instead of a …
(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) @8467   9 years Don-vip fix #11528 - "Distribute Nodes" menu item not available for …
(edit) @8466   9 years stoecker fix case insensitive comparison for key:valuefragment search
(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) @8462   9 years wiktorn Prevent NPE in case, when some exception is thrown before attributes …
(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) @8456   9 years Don-vip see #11508 - override hashCode() and equals() in other commands as well
(edit) @8455   9 years Don-vip fix #11484 - group "missing name" and "long segments" validation results
(edit) @8454   9 years Don-vip fix #11493 - Wrong warning in validation of roundabouts (regression, …
(edit) @8453   9 years Don-vip fix #11518 - ban plugins CADTools, LaneConnector and …
(edit) @8452   9 years Don-vip fix #11503 - support oneway:bicycle in turn restriction test
(edit) @8451   9 years Don-vip fix #11512 - Add most commonly used ellipsoids (patch by BathoryPeter)
(edit) @8449   9 years Don-vip remove extra whitespaces
(edit) @8448   9 years Don-vip fix #11513 - {1.key} not working in fixChangeKey
(edit) @8447   9 years Don-vip fix #11508 - fix bad behaviour of Move Node onto way with overlapping ways
(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) @8438   9 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
(edit) @8435   9 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
Note: See TracRevisionLog for help on using the revision log.