source: josm/trunk/src/org

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @9069   8 years wiktorn checkstyle: remove unnecessary final keyword
(edit) @9068   8 years wiktorn Replace DOM parser for WMTS GetCapabilities document with StAX parser. …
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @9065   8 years Don-vip checkstyle
(edit) @9064   8 years wiktorn Move from IndexedDiskCache to BlockDiskCache. HEADSUP: This change …
(edit) @9063   8 years bastiK mapcss: partial fill - if partial fill would only leave a small gap in …
(edit) @9062   8 years Don-vip Sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @9061   8 years bastiK mappaint partial fill: render unclosed areas differently (margin on …
(edit) @9059   8 years Don-vip checkstyle
(edit) @9044   8 years Don-vip fix #12128 - improve broken presets error message
(edit) @9038   8 years Don-vip fix #12118 - NPE
(edit) @9032   8 years bastiK mapcss / partial fill: multipolygon inners now closed loop without …
(edit) @9023   8 years Don-vip see #12102 - cleanup TagChecker - code refactor/cleanup/simplification …
(edit) @9021   8 years Don-vip fix #11150 - fix wrong bounds computation for multiple data sources in …
(edit) @9020   8 years Don-vip fix EDT violation seen with "Download all children" action of relation …
(edit) @9019   8 years Don-vip fix #12112 - Use java.util.Properties to read REVISION file in the …
(edit) @9017   8 years bastiK mapcss: fix partial fill for incomplete multipolygons (see #12104)
(edit) @9016   8 years bastiK mapcss: minor improvement for drawing of unclosed areas (see #12104)
(edit) @9012   8 years Klumbumbus fix #12100 - improve message string
(edit) @9008   8 years bastiK see #12104 - mapcss: partial filling of areas (fill-extent) for fill-image
(edit) @9007   8 years wiktorn Fix broken representation of URL-s in Imagery Preferences
(edit) @9006   8 years Don-vip fix #12084 - allow to hide main toolbar
(edit) @9005   8 years bastiK see #12104 - mapcss: add option for partial filling of areas (inspired …
(edit) @9004   8 years wiktorn Fix high CPU usage when showing small tiles. - …
(edit) @9002   8 years bastiK mappaint: added Einstein-pref to set text antialiasing hint (see …
(edit) @9001   8 years simon04 fix #12088 - Unable to save session with WMTS layers
(edit) @8998   8 years simon04 fix #12082 - Sorting relation with stop_exit_only role
(edit) @8997   8 years Don-vip checkstyle
(edit) @8996   8 years simon04 fix #12073 - Properties dialog: make sorting by values work w/o CCE
(edit) @8995   8 years Don-vip fix #12071 - missing translated string
(edit) @8994   8 years bastiK fixed #12025 - text along line rendering for bi-directional text
(edit) @8993   8 years Don-vip fix #12060 - NPE
(edit) @8992   8 years Don-vip reduce log level from warning to debug for cursors not loaded in …
(edit) @8991   8 years simon04 fix #12054 - IllegalArgumentException in JCS log handler
(edit) @8990   8 years simon04 fix #12052 - Splitting a self intersecting way does not highlight the …
(edit) @8989   8 years simon04 fix #12041 - Wrong message in relation member deletion confirmation …
(edit) @8988   8 years simon04 fix #12028 - Way splitting: fix dialog layout problem
(edit) @8987   8 years simon04 fix #12059 - NPE when converting GPX layer to data-layer from …
(edit) @8985   8 years Don-vip checkstyle
(edit) @8984   8 years Don-vip see #12038 - add non regression test
(edit) @8982   8 years simon04 fix #11859 - Presets cut off on small screens Add a menu scroller for …
(edit) @8981   8 years simon04 fix #12038 - ConcurrentModificationException using purge command …
(edit) @8980   8 years simon04 fix #9463 - Properties dialog: add text field for tag filtering
(edit) @8979   8 years simon04 see #9463 - Refactoring * Refactor SearchCompiler to work with …
(edit) @8978   8 years simon04 fix #12028 - Hide/disable way splitting dialog This drops preference …
(edit) @8977   8 years simon04 fix #9491 - Ask before moving nodes that are attached to ways fully …
(edit) @8976   8 years simon04 fix #12016 - History dialog sometimes incorrectly shows a way as reversed
(edit) @8975   8 years simon04 fix #12041 - Wrong message in relation member deletion confirmation
(edit) @8974   8 years simon04 fix #12047 - Closing CombinePrimitiveResolverDialog does not abort the …
(edit) @8973   8 years Don-vip see #12025 - allow dynamic changes of mappaint.nameOrder
(edit) @8972   8 years Don-vip see #12036 - Add Norwegian Bokmal language (nb)
(edit) @8971   8 years Don-vip Search dialog: provide real-time visual feedback on valid/invalid …
(edit) @8969   8 years Don-vip fix erroneous tagchecker warning: `key full_name:fa looks like …
(edit) @8968   8 years Don-vip update javadoc
(edit) @8967   8 years Don-vip fix #12027 - handle missing SVG files in help window
(edit) @8966   8 years akks fix #12023: 100% cpu load after turning off remote control
(edit) @8965   8 years simon04 see #10730 - Way splitting: fix and test (route) relation adaption
(edit) @8964   8 years simon04 see #10730 - Way splitting: add preference key to disable segment …
(edit) @8963   8 years simon04 see #10730 - Way splitting: hide id of new ways for non English languages
(edit) @8961   8 years Don-vip fix #12019 - NPE with ChangePropertyCommand called on objects without …
(edit) @8960   8 years Don-vip fix #12018 - NPE
(edit) @8959   8 years Don-vip improve unit test detecting invalid presets
(edit) @8958   8 years Don-vip update javadoc + checkstyle fix + update presets links
(edit) @8957   8 years simon04 see #10350 - Allow subclasses of JosmAction access its inner classes
(edit) @8956   8 years simon04 fix #12009 - Preserve filename for conversion GPX -> OSM -> GPX …
(edit) @8955   8 years simon04 fix #11992 see #10730 - Joining Overlapping Areas results in …
(edit) @8953   8 years Don-vip better detection of plugin loading failures for unit test
(edit) @8952   8 years Don-vip see #12012 - add log message for shortcut reassignments
(edit) @8951   8 years Don-vip fix #11909 - NPE
(edit) @8950   8 years Don-vip fix #12011 - add robustness
(edit) @8949   8 years Don-vip see #11968, see #12011 - add a new non-regression unit test …
(edit) @8947   8 years Don-vip fix HeadlessException seen in unit tests
(edit) @8945   8 years Don-vip fix #12008 - do not create empty commands from tagging preset dialog + …
(edit) @8944   8 years Don-vip see #11468, #11518: missed another dummy plugin: RemoveRedundantPoints …
(edit) @8943   8 years Don-vip deprecate commons-imaging plugin in favour of apache-commons + fix …
(edit) @8942   8 years Don-vip Add constructor forgotten in r8927
(edit) @8941   8 years Don-vip fix #12004 - suggest to replace source:maxspeed=UK:* by …
(edit) @8939   8 years Don-vip fix problems seen in headless environment for jenkins
(edit) @8938   8 years Don-vip add new unit test to check that all available plugins can be loaded
(edit) @8937   8 years Don-vip add unit tests to check validity of all map paint styles and tagging …
(edit) @8936   8 years Don-vip add unit test to check syntax validity of all MapCSSTagChecker rules
(edit) @8934   8 years Don-vip see #11390 - rework update dialog
(edit) @8933   8 years Don-vip fix #11262 - Images not displayed correctly in Help Browser
(edit) @8932   8 years Don-vip fix #11971 - -/=`key in Overpass Download changes map size
(edit) @8931   8 years Don-vip javadoc fixes
(edit) @8929   8 years Don-vip javadoc fixes
(edit) @8928   8 years Don-vip javadoc fixes
(edit) @8927   8 years Don-vip fix #11998 - add two new protected boolean members to simplify …
(edit) @8926   8 years Don-vip javadoc fixes
(edit) @8925   8 years Don-vip see #11631 - see #11689 - remove commented code causing javadoc warnings
(edit) @8924   8 years Don-vip update references to Java bugs
(edit) @8923   8 years Don-vip see #11390 - invite Windows and OSX users to update to Java 8
(edit) @8921   8 years Don-vip fix compilation warning
(edit) @8919   8 years Don-vip move UserCancelException class in tools package and use it where …
(edit) @8918   8 years Don-vip checkstyle
(edit) @8915   8 years simon04 Harmonize warning strings See …
(edit) @8914   8 years Don-vip improve unit tests
(edit) @8913   8 years simon04 fix #9115 - Offer to save session when closing editor with unsaved changes
(edit) @8912   8 years simon04 fix #11151 - Not all buttons are shown in exit confirmation dialog …
Note: See TracRevisionLog for help on using the revision log.