source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5463   9 months jttt Fix some memory leaks (see #7980)
(edit) @5462   9 months Don-vip fix #6723 - Cannot change Imagery fade color from Imagery settings
(edit) @5461   9 months Don-vip fix #5567 - Do not mix case in WMS requests parameters
(edit) @5460   9 months Don-vip global use of Main.isDisplayingMapView()
(edit) @5459   9 months Don-vip fix #2961 - Improve usability of WMS Layer Saving/Loading - Replaced the …
(edit) @5458   9 months Don-vip fix #2519 - do not allow multiple identical imagery layers
(edit) @5457   9 months Don-vip Restrict WMS "save as" and "load" dialogs to WMS FileFilter + refactor WMS …
(edit) @5456   9 months Don-vip Restrict GPX "save as" and "export" dialogs to GPX FileFilter
(edit) @5455   9 months Don-vip see #6985 - rescale audio, remotecontrol and validator icons to 48x48 …
(edit) @5454   9 months Don-vip see #6985 - Rescale preferences tab icons to 48x48 pixels
(edit) @5453   9 months Don-vip fix OsmPrimitiveTypesComboBox
(edit) @5452   9 months Don-vip Code refactorisation on EDT calls
(edit) @5451   9 months Don-vip fix #7978 - Merging nodes and upload were broken due to improper combobox …
(edit) @5450   9 months Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5449   9 months jttt Show multikey shortcut hint in menu
(edit) @5448   9 months Don-vip Prevents MapView from being repainted multiple times when adding the first …
(edit) @5447   9 months Don-vip Select action: only repaint MapView when needed (here, the repaint() …
(edit) @5446   9 months Don-vip Select action: only repaint MapView when needed
(edit) @5445   9 months Don-vip fix #7963 - remotecontrol v1.4 : Add min_zoom and max_zoom parameters …
(edit) @5444   9 months Don-vip fix #7964 - remotecontrol imagery name encoding
(edit) @5443   9 months akks see #7888: Ctrl-Drag moves the node/way under cursor; fix dragging after …
(edit) @5442   9 months bastiK filter: improved multipolygon handling (fixes #5149, see #6160)
(edit) @5441   9 months bastiK remove duplicate class
(edit) @5440   9 months Don-vip fix #7716 - History shows same version number, wrong date, user, and CT …
(edit) @5439   9 months Don-vip Adapt OAuth user identification mechanism so it is no longer reserved to …
(edit) @5438   9 months Don-vip fix #6733 - File Open dialog incorrectly accepts folder selection Major …
(edit) @5437   9 months bastiK fixed #7948 - inverted filter "child type:way" disables untagged nodes of …
(edit) @5436   9 months stoecker update i18n, deprecate licensechange plugin
(edit) @5435   9 months akks hope to fix #7082: ctrl-dragging near virtual node problem
(edit) @5434   9 months Don-vip fix #6594 - Fetch user details with supplied OAuth credentials to download …
(edit) @5433   9 months Don-vip fix #7671 for good (forgot this last fill() in my last commit). Thanks to …
(edit) @5432   9 months Don-vip fix #7822 - display the EXIF/GPS time for geotagged images, when known
(edit) @5431   9 months Don-vip fix #7864 - desaturate the colors for inactive areas to alpha of 0.33f
(edit) @5430   9 months Don-vip fix #7873 - select geotagged image should not be allowed in add node mode
(edit) @5429   9 months Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5428   9 months Don-vip Forgot this in previous commit, sorry
(edit) @5427   9 months Don-vip fix #7671 - Fix (last ?) problem with recently added tags (unwanted …
(edit) @5426   9 months stoecker fix #7950 - broken build
(edit) @5425   9 months Don-vip see #7671, see #7951 - prevents unwanted line breaks with values composed …
(edit) @5424   9 months Don-vip see #7671, see #7951 - incorrect contents of value combobox when clicking …
(edit) @5423   9 months bastiK doc + cosmetics (see #7948)
(edit) @5422   9 months Don-vip see #7943 - Introduce OsmApi.DEFAULT_API_URL, better handling of change of …
(edit) @5421   9 months stoecker fix javadoc, remove unused code
(edit) @5420   9 months Don-vip fix #7926 - Add highway=secondary_link and highway=tertiary_link to …
(edit) @5419   9 months stoecker fix typos
(edit) @5418   9 months akks fix #7082 (?) - CTRL-drag in selection mode problem, see #7888: …
(edit) @5417   9 months stoecker some Javadoc fixes
(edit) @5416   9 months Don-vip see #7938 - code optimization (patch by verdy_p)
(edit) @5415   9 months Don-vip fix #7936 - Validator dialog is not updated when the active edit layer is …
(edit) @5414   9 months Don-vip fix #7942 - Unexplained NPE in Conflict Dialog
(edit) @5413   9 months Don-vip fix #7938 - fix StackOverflowError when painting conflicts of a cyclic …
(edit) @5412   9 months Don-vip see #7943 - fix NPE when switching back to default OSM API server after …
(edit) @5411   9 months Don-vip see #7943 - Fix OAuth rejection error message
(edit) @5410   9 months Don-vip see #7934 - Prevents NPEs with null EastNorth, override Node.isDrawable() …
(edit) @5409   9 months Don-vip see #7934 - forgot this file in previous commit due to a method signature …
(edit) @5408   9 months Don-vip see #7934 - Only throw DataIntegrityProblemException for *visible* …
(edit) @5407   9 months bastiK prevent paint cache invalidation from beeing swallowed during paint …
(edit) @5406   9 months Don-vip see #7280 - Change synchronization mechanism of MapView when being …
(edit) @5405   9 months bastiK fix EDT violations, don't block main worker thread for preset image …
(edit) @5404   9 months jttt Speed up tagging preset dialog with lots of comboboxes
(edit) @5403   9 months bastiK fixed #7841 - Flying street name labels
(edit) @5402   9 months Don-vip see #7910 - resolve NPE when trying to suggest imagery layers for a …
(edit) @5401   10 months Don-vip fix #7918 - Trying to split a way at the end node should not throw an …
(edit) @5400   10 months Don-vip fix #7925 - tag conflict dialog shows wrong information in title
(edit) @5399   10 months bastiK fixed #7929 - You can't add new tag
(edit) @5398   10 months bastiK convert gpx 1.0 to 1.1 (fixes #7927)
(edit) @5397   10 months bastiK fix element ordering when writing gpx (see #7927)
(edit) @5396   10 months bastiK respect attributes that are already present, when exporting gpx
(edit) @5395   10 months bastiK gpxreader: minor refactoring, read version & creator (see #7927)
(edit) @5394   10 months akks see #7888, smaller refactoring or SelectAction (cycling) (behavior should …
(edit) @5393   10 months bastiK beautify gpx output
(edit) @5392   10 months bastiK applied #7922 - "ant clean dist" doesn't work (patch by AlfonZ)
(edit) @5391   10 months bastiK add session support for imagery layers
(edit) @5390   10 months bastiK use individual imagery icons in layer list
(edit) @5389   10 months bastiK fixed #7872 - adjustable tile size for wms (based on patch by Cobra)
(edit) @5388   10 months simon04 see #7910 - fix r5381 - Wrong suggested imagery layer providers (use of …
(edit) @5387   10 months Don-vip fix #7914 - Concurrent fetching of primitives The default and maximum …
(edit) @5386   10 months Don-vip see #7914 - Introduce OsmApi.MAX_DOWNLOAD_THREADS and improve javadoc in …
(edit) @5385   10 months Don-vip Hope it fixes #7671 layout bug (happened only once and cannot reproduce)
(edit) @5384   10 months bastiK applied #7878 - Add a new background layer on top of the topmost …
(edit) @5383   10 months Don-vip fix #7671 - Show last N used tags in "Add key/value" dialog for selecting …
(edit) @5382   10 months Don-vip Small code cleanup/refactorization in shortcut unregistration
(edit) @5381   10 months Don-vip fix #7910 - Wrong suggested imagery layer providers (use of shapes when …
(edit) @5380   10 months bastiK fixed #5679 - Validator: value of name tag not in presets if a preset …
(edit) @5379   10 months bastiK fixed #5679 - Validator: value of name tag not in presets if a preset …
(edit) @5378   10 months bastiK fixed #7032 - can't easily add tags to recently drawn way
(edit) @5377   10 months akks patch by JB: Moving 400 ways takes more than 20 seconds, see #7888 (moving …
(edit) @5376   10 months Don-vip see #7907 - MapCSS fixes
(edit) @5375   10 months Don-vip fix again indentation (sorry for this bad Eclipse configuration, won't …
(edit) @5374   10 months Don-vip fix #7907 - NPE when rendering way name at low zoom
(edit) @5373   10 months Don-vip fix indentation from previous commit
(edit) @5372   10 months Don-vip fix #7909 - NPE upon selection of "file" -> "load object"
(edit) @5371   10 months Don-vip fix #7908 - Wrong comparison of strings (modified patch by Skyman)
(edit) @5370   10 months akks see #5341: faster nodes moving (by JB) beginUpdate/endUpdate) + big …
(edit) @5369   10 months simon04 Suggest imagery layers for downloaded area based on <bounds>.
(edit) @5368   10 months simon04 Fix a IndexOutOfBoundsException bug IndexOutOfBoundsException occurred …
(edit) @5367   10 months Don-vip see #7626 - Fix usage of key "Enter' in dialogs
(edit) @5366   10 months Don-vip URL-encode user name when querying changesets in order to download …
(edit) @5365   10 months stoecker fix help text
(edit) @5364   10 months akks fix #7899 by Don-vip: exception hen hitting the "w" button when drawing a …
Note: See TracRevisionLog for help on using the revision log.