source: josm/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8622   8 years bastiK fix unit test: preference file is read-only
(edit) @8621   8 years wiktorn Fix artifacts on clicks in CacheContentsPanel. Closes: #11703
(edit) @8620   8 years wiktorn autozoom checkbox display fix in right-menu click * proper display of …
(edit) @8619   8 years wiktorn Class cleanup / style fixes. * Replace Coordinate with ICoordinate * …
(edit) @8618   8 years wiktorn Fix calculation of World Bounds for WMS when no projection has no …
(edit) @8617   8 years Don-vip fix #11707 - "sport without physical feature" reported for …
(edit) @8616   8 years bastiK applied #11714 - StyledMapRenderer javadoc (patch by michael2402)
(edit) @8615   8 years bastiK fixed a Collections.reverse that should not be there (fixes #11496, …
(edit) @8614   8 years bastiK applied #11708 - Removed redundant code from StyledMapRenderer (patch …
(edit) @8613   8 years bastiK fixed #11496 - getVisibleLayersInZOrder() -> Comparator is not …
(edit) @8612   8 years Don-vip fix QA issues (javadoc, findbugs, checkstyle)
(edit) @8611   8 years Don-vip Add robustness to UNITS_TO_METERS parameters - this solves the …
(edit) @8610   8 years bastiK get rid of redundant ellipsoid info in epsg file
(edit) @8609   8 years bastiK add proj.4 syntax "+proj=utm +zone=... [+south]" for CustomProjection …
(edit) @8608   8 years Don-vip define static variable before first use to see if it solves NPE in …
(edit) @8607   8 years wiktorn fix error reporting when tiles were successfuly loaded
(edit) @8606   8 years wiktorn Properly report exceptions from tile download
(edit) @8605   8 years wiktorn added wmts imagery type
(edit) @8604   8 years wiktorn Better error reporting in JCS, checkstyle fixes
(edit) @8603   8 years wiktorn Properly size disk cache size. Cache size is provided in kB, …
(edit) @8602   8 years wiktorn Properly handle file based tile sources. * move …
(edit) @8601   8 years wiktorn Fix for tiles not loading after layer is added, when not moving the mouse
(edit) @8600   8 years wiktorn * fix sonar issues * implement cache clear for "clear" button Closes: …
(edit) @8599   8 years wiktorn Fix tests failing after [8598]
(edit) @8598   8 years wiktorn TileSource: * added method - getTileId that returns unique identifier …
(edit) @8597   8 years wiktorn Removed unnecessary debug output
(edit) @8596   8 years wiktorn Fix off by one error which breakes openeing local files on linux. …
(edit) @8595   8 years Don-vip fix #11681 - NPE in tagging presets initialization
(edit) @8594   8 years Klumbumbus see #11600 see #11393 - fix r8591
(edit) @8593   8 years Klumbumbus see #11445 - move old icon to nodist folder
(edit) @8592   8 years Klumbumbus fix #11445 - replace some icons, move old icons to josm nodist folder. …
(edit) @8591   8 years Klumbumbus fix #11600 see #11393 - (re)add default direction arrows for …
(edit) @8590   8 years Don-vip fix #11630 - NPE (patch by michael2402)
(edit) @8589   8 years Don-vip fix #11677 - "null must be connected to a way" validator warning …
(edit) @8588   8 years Don-vip fix #11657 - User.createOsmUser() memory optimization
(edit) @8587   8 years Don-vip fix #11674 - allow multipolygon platform in public transport route …
(edit) @8586   8 years wiktorn * (WMTS) Added Style support * (WMTS) Added MatrixHeight and …
(edit) @8585   8 years wiktorn Checkstyle fixes
(edit) @8584   8 years wiktorn - added axis definition to ESPG projections definition, where it's not …
(edit) @8583   8 years Don-vip update presets lang
(edit) @8582   8 years Don-vip checkstyle
(edit) @8581   8 years Don-vip fix #11664 - fix regression of r8566 for relation editor
(edit) @8580   8 years Klumbumbus see #11600 see #11393 - try to fix r8579
(edit) @8579   8 years Klumbumbus fix #11600 see #11393 - don't assume oneway=yes without oneway on …
(edit) @8578   8 years Klumbumbus fix #11672 - restrict destination warning to highways
(edit) @8577   8 years Klumbumbus fix #11669 - don't warn about unclosed natural=valley
(edit) @8576   8 years wiktorn wms_endpoint now forwards information about available projection to …
(edit) @8575   8 years bastiK see #11607 - more debugging output for error in StyleCache
(edit) @8574   8 years bastiK applied #11655 - memory optimization (patch by shinigami, modified)
(edit) @8573   8 years bastiK fixed #11647 - Regression: relation list empty (patch by michael2402)
(edit) @8572   8 years wiktorn fix #11660 - Added missing wmts icon
(edit) @8571   8 years Don-vip findbugs
(edit) @8570   8 years Don-vip checkstyle
(edit) @8569   8 years wiktorn Add tests for Wallonie and Wien, fixed Style substitution
(edit) @8568   8 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8567   8 years Don-vip fix #11651 - whitechars stripping optimization (modified patch by …
(edit) @8566   8 years Don-vip fix #11653 - AbstractPrimitive.getKeys optimization (patch by shinigami)
(edit) @8565   8 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8564   8 years Don-vip fix #11649 - DateUtils optimization (modified patch by shinigami)
(edit) @8563   8 years Don-vip fix #7813 - proper timeouts when connecting to OSM server (patch by anirud)
(edit) @8562   8 years bastiK fixed splash deadlock for java 7 (fixes #11591, see #11355)
(edit) @8561   8 years Klumbumbus remove sport=cricket_nets from preset and mappaint style as this is …
(edit) @8560   8 years Klumbumbus fix #11546 - adjust some sport presets
(edit) @8559   8 years Klumbumbus fix #11644 - do not warn about highway=* in combination with …
(edit) @8558   8 years Don-vip update javadoc
(edit) @8557   8 years Don-vip checkstyle
(edit) @8556   8 years bastiK applied #11636 - Moved cursor management to new class and used java …
(edit) @8555   8 years bastiK applied #11635 - Move creation of the MapView children to new method. …
(edit) @8554   8 years bastiK applied #11634 - Moved global SOM management out of …
(edit) @8553   8 years bastiK applied #11633 - MapView: Made paint() method shorter by moving draw …
(edit) @8552   8 years bastiK applied #11632 - Synchronized access to temporary layers and added a …
(edit) @8551   8 years bastiK applied #11631 new enhancement - Synchronized access to MapView#layers …
(edit) @8550   8 years bastiK applied #11629 - Fixed state errors in selection (rect/lasso) and made …
(edit) @8549   8 years bastiK applied #11628 - Added documentation to EastNorth, changed x - y = …
(edit) @8548   8 years bastiK applied #11627 - Added Repaint listener to MapView (patch by michael2402)
(edit) @8547   8 years Klumbumbus add match="keyvalue" to payment preset
(edit) @8546   8 years Klumbumbus fix #11499 - add warning for inaccurate payment values.
(edit) @8545   8 years Klumbumbus fix #11564 - add warning for highway=motorway|motorway_link without …
(edit) @8544   8 years Klumbumbus see #11234 - add { } ? * ^ $ to "key with uncommon character" test …
(edit) @8543   8 years wiktorn Add appendix to supported layers message
(edit) @8542   8 years wiktorn Add warnings about supported projections for WMS layers
(edit) @8541   8 years wiktorn Cast JsonValue to JsonString and use getString instead of toString on …
(edit) @8540   8 years Don-vip fix remaining checkstyle issues
(edit) @8539   8 years Don-vip fix #11593 - patch locally ParseException.template to fix NPE until …
(edit) @8538   8 years akks some more debugging output, see #11209
(edit) @8537   8 years akks add debug.advanced-keypress-detector.enable option for debugging #11209
(edit) @8536   8 years Don-vip checkstyle
(edit) @8535   8 years bastiK fixed #11598 - Cannot match literal quotation mark (?) in regular …
(edit) @8534   8 years Don-vip use StdUtils for NSIS v1.06
(edit) @8533   8 years Don-vip findbugs
(edit) @8532   8 years Don-vip fix #11597 - update Proguard rules
(edit) @8531   8 years Don-vip see #11255 - remove last JAXB stuff
(edit) @8530   8 years Don-vip see #11255 - checkstyle/findbugs
(edit) @8529   8 years Don-vip see #11255 - remove JAXB stuff unused since r8526
(edit) @8528   8 years Don-vip see #11255 - remove references to imagery/types folder deleted since …
(edit) @8527   8 years Don-vip see #11255 - remove JAXB parameter unused since r8526
(edit) @8526   8 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(edit) @8525   8 years simon04 see #11591, see #11355 - Splash screen: attempt to fix lock issue (2)
(edit) @8524   8 years simon04 see #11591, see #11355 - Splash screen: attempt to fix …
(edit) @8523   8 years Klumbumbus fix #11586 - don't warn about relation with type=restriction, …
Note: See TracRevisionLog for help on using the revision log.