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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9263   8 years stoecker better parsing of shortcuts, use different names for different …
(edit) @9262   8 years stoecker mark the possible shortcuts, so we have a chance to extract them …
(edit) @9261   8 years stoecker I18n cleanup
(edit) @9260   8 years simon04 Shortcuts: fixups for r9258, r9259
(edit) @9259   8 years simon04 Do not register more than 10 shortcuts for "Use this tag again" This …
(edit) @9258   8 years simon04 Attempt to fix some shortcut parse issues See …
(edit) @9257   8 years simon04 NativeFileChooser: fix setting previous directory With file=/tmp on …
(edit) @9256   8 years simon04 Fix EDT violations in OAuth wizard
(edit) @9253   8 years stoecker see #10684 - use squared toolbar buttons always, move side button …
(edit) @9252   8 years Don-vip see #10684 - update to checkstyle 6.14.1
(edit) @9249   8 years Don-vip see #11390 - resolve last javadoc warnings with Java 8. "ant javadoc" …
(edit) @9248   8 years simon04 fix #11237 - Change default color of waypoints and GPS tracks to magenta
(edit) @9247   8 years simon04 fix #12267 - MapCSS conditions does not handle unquoted 0 value Such …
(edit) @9246   8 years Don-vip javadoc update
(edit) @9243   8 years Don-vip javadoc update
(edit) @9242   8 years simon04 fix #7670 - Add Overpass settings to main preference
(edit) @9241   8 years simon04 see #7670 - Possibility to download from mirror with all download …
(edit) @9239   8 years Don-vip javadoc update
(edit) @9238   8 years stoecker see #8562 - restart JOSM in case we switched from IPv6 to IPv4 only, …
(edit) @9234   8 years simon04 fix #11338 - Gpx tracks: speed outliers and coloring
(edit) @9232   8 years simon04 fix #12265 - Use HttpClient for imagery requests
(edit) @9231   8 years Don-vip javadoc update
(edit) @9230   8 years Don-vip fix javadoc errors/warnings
(edit) @9227   8 years Don-vip OAuth: add robustness, basic unit test, code cleanup
(edit) @9224   8 years Don-vip fix #12260 - adjust colors contrast in preferences tables (imagery, …
(edit) @9223   8 years Don-vip fix #12259 - adjust colors contrast in relation editor and history dialog
(edit) @9221   8 years Don-vip fix #12256 - adjust contrast of text displayed in imagery alignment …
(edit) @9220   8 years Don-vip update unitils-core to 3.4.2, increase unit test coverage with …
(edit) @9215   8 years Don-vip fix #12250 - Error when loading session containing layer converted …
(edit) @9214   8 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
(edit) @9212   8 years Don-vip checkstyle 6.14 + tune xml validation settings in Eclipse project
(edit) @9211   8 years Don-vip fix #12252 - combine dialog: add minimum size and better initial …
(edit) @9204   8 years simon04 fix #12244 - Fix menu shortcut preferences Regression from r8792.
(edit) @9203   8 years Don-vip add more unit tests, javadoc
(edit) @9198   8 years simon04 fix #11918 - Make obtain sources from current layers add only visible …
(edit) @9195   8 years Don-vip fix #12245 - fix EDT violation properly without hanging the UI …
(edit) @9194   8 years simon04 fix #12191 - Color-code the tag history table
(edit) @9193   8 years simon04 see #12091 - Increase default sizes of conflict dialogs
(edit) @9192   8 years simon04 fix #12091 - Merging of nodes show conflict in case that one node is …
(edit) @9183   8 years Don-vip fix #12239 - filtered multipolygon relations could be selected by …
(edit) @9180   8 years Don-vip fix various warnings (checkstyle, sonar, javadoc)
(edit) @9176   8 years bastiK restore old reference point for wms tiling (see #12186) use negative …
(edit) @9175   8 years simon04 see #12231 - Use HttpClient instead of remaining Utils.setupURLConnection
(edit) @9173   8 years simon04 Checkstyle
(edit) @9172   8 years simon04 see #12231 - Use HttpClient for OSM API calls This requires adaptors …
(edit) @9171   8 years simon04 see #12231 - Use HttpClient instead of some Utils.openHttpConnection
(edit) @9168   8 years simon04 see #12231 - Uniform access to HTTP resources
(edit) @9152   8 years simon04 fix #12183 - "Registered toolbar action save_as-session overwritten"
(edit) @9149   8 years simon04 see #9775 - Allow plugins to change display of keys/values in …
(edit) @9147   8 years simon04 Use HTTPS for some wiki requests
(edit) @9143   8 years Don-vip fix #12217 - conflict resolver does not update apply button after …
(edit) @9136   8 years Don-vip sonar fixes + javadoc
(edit) @9135   8 years Don-vip checkstyle
(edit) @9134   8 years wiktorn Introduce imagery-source warnings about alignment and reprojections. …
(edit) @9123   8 years bastiK make sure the scale ("circum") is never 0 (but positive) (see #12186)
(edit) @9122   8 years bastiK fix possible division by 0 (see #12186)
(edit) @9118   8 years bastiK more stable zoom&move for extreme scales and unusual world bounds
(edit) @9114   8 years bastiK mapcss: make partial fill threshold an advanced preference option (see …
(edit) @9100   8 years bastiK applied #12181 - Add Netherlands RD projection (patch by vholten)
(edit) @9099   8 years bastiK mapcss partial fill: move threshold parameter ([9063]) into the mapcss …
(edit) @9098   8 years Klumbumbus make it more clear how the preset menu is sorted
(edit) @9087   8 years Don-vip sonar - fix some errors, mainly NPEs
(edit) @9086   8 years Don-vip fix #12153 - Changing sorting order in Tags/Memberships window and …
(edit) @9085   8 years Don-vip see #11209 - change log messages level from debug to trace
(edit) @9084   8 years Don-vip see #11209 - change log messages level from debug to trace
(edit) @9079   8 years Don-vip update to CheckStyle 6.13
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9076   8 years bastiK mapcss: partial fill - fix for [9063] - use scale instead of circum …
(edit) @9075   8 years Don-vip pmd - Useless qualified this usage in the same class
(edit) @9074   8 years Don-vip pmd - Ternary operator with a boolean literal can be simplified with a …
(edit) @9073   8 years Don-vip checkstyle - Comments Indentation
(edit) @9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @9059   8 years Don-vip checkstyle
(edit) @9044   8 years Don-vip fix #12128 - improve broken presets error message
(edit) @9020   8 years Don-vip fix EDT violation seen with "Download all children" action of relation …
(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) @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) @8998   8 years simon04 fix #12082 - Sorting relation with stop_exit_only role
(edit) @8996   8 years simon04 fix #12073 - Properties dialog: make sorting by values work w/o CCE
(edit) @8989   8 years simon04 fix #12041 - Wrong message in relation member deletion confirmation …
(edit) @8987   8 years simon04 fix #12059 - NPE when converting GPX layer to data-layer from …
(edit) @8985   8 years Don-vip checkstyle
(edit) @8982   8 years simon04 fix #11859 - Presets cut off on small screens Add a menu scroller for …
(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) @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) @8967   8 years Don-vip fix #12027 - handle missing SVG files in help window
(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) @8956   8 years simon04 fix #12009 - Preserve filename for conversion GPX -> OSM -> GPX …
(edit) @8951   8 years Don-vip fix #11909 - NPE
(edit) @8950   8 years Don-vip fix #12011 - add robustness
Note: See TracRevisionLog for help on using the revision log.