source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author
(edit) @5110   14 months simon04

fix #7522 - fix "Fatal: failed to locate image" in MapPaintMenu

(edit) @5109   14 months simon04

fix #7535 - adding tags without key shouldn't be possible

(edit) @5108   14 months xeen

remove superfluous calls to recalculateBounds() and add clarifying comment.

(edit) @5107   14 months simon04

fix #7525 - remove and deprecate bicycle_parking=sheffield

(edit) @5106   14 months xeen

fix parts of draw mode which broke in r5099 (fixes #7524)

(edit) @5105   14 months simon04

see #6870 - Increase Readability of Available Presets/Styles (sort entries, tooltip as table, additional author/url in gray)

(edit) @5104   14 months xeen

fix #7523 (thanks Daeron)

(edit) @5103   14 months simon04

fix #5824 - remote control: decode URL

(edit) @5102   14 months xeen

fix broken way segment highlighting introduced in @5101

(edit) @5101   14 months xeen

reduce repaints for DeleteAction with target highlighting enabled (see #7503)

(edit) @5100   14 months xeen

fix highlights still being drawn in draw mode when cursor exited the map view

(edit) @5099   14 months xeen

flip default value for wayIsFinished variable when entering drawMode

By default no draw is active, i.e. the helper line needs not to be
drawn. wayIsFinished should reflect this, because otherwise super-
fluous repaints are issued. See #7503

(edit) @5098   14 months xeen

Reduce repaints required when in draw mode. This should improve performance a bit with target highlighting activated. See #7503

(edit) @5097   14 months simon04

see #7511 - make DownloadDialog, Osm download related classes more adaptable

(edit) @5096   14 months simon04

fix #7517 - NPE when pasting relation with incomplete node members to new layer

(edit) @5095   14 months simon04

fix #7518 - Remote Control "load_object" doesn't work with addtags

(edit) @5094   14 months simon04

see #6895 - add license comment to recently added files

(edit) @5093   14 months xeen

only repaint when the to-be-highlighted primitives change.

The patch only affects the select mode when not dragging. While this should
reduce CPU usage with target highlighting enabled, it’s doubtful it will have
visible effect on those systems where target highlighting feels sluggish. See
#7503 for more ideas to improve the situation.

(edit) @5092   14 months simon04

Toggle edit toolbar (in View menu or in popup menu)

(edit) @5091   14 months akks

Warning against misaligned imagery for new users - see #7450.
Added addTopPanel function in MapFrame for other possible enhancements

(edit) @5090   14 months simon04

fix #4842 - Combine ways silently combines when tag is not present on one way but present on the other

(edit) @5089   14 months simon04

give more control (esp. to plugins) where to add an entry in the main menu (i.e., add addAfter() method)

(edit) @5088   14 months simon04

fix #6895 - improve MapPaintMenu (add "Preference", keep menu open after clicking checkbox) - thanks: http://tips4java.wordpress.com/2010/09/12/keeping-menus-open/

(edit) @5087   14 months simon04

fix #7507 - NullPointerException in AlphanumComparator

(edit) @5086   14 months simon04

fix #6895 - Add Map Paint Styles to View menu

(edit) @5085   14 months simon04

fix #5824 - remotecontrol: add command for opening local files + refactoring of permission preference

(edit) @5084   14 months simon04

hopefully fix #4216 - API calls blocking, cancel not working, JOSM hangs

(edit) @5083   14 months simon04

fix #7246 - sort relations "naturally" (e.g., US 2 < US 10), thanks: http://www.davekoelle.com/alphanum.html

(edit) @5082   14 months simon04

fix #5395 - add "Add selection to relation" to popup menu of relation toggle dialog

(edit) @5081   14 months simon04

fix #7168 - add "Select previous/next Gap" to relation editor as popup menu of the relation members

(edit) @5080   14 months simon04

Incorporate accepted keys organic, fair_trade; deprecate previously used shop=organic

(edit) @5079   14 months simon04

make toolbar popup menu more intuitive (also show popup menu on empty space)

(edit) @5078   15 months Don-vip

fix #7502 - F10 doesn't work after entering full screen (by pressing F11)

(edit) @5077   15 months xeen

Bring area icon to most (all?) places in core. Fixes #6318 (related: #7036)

(edit) @5076   15 months xeen

fix #6780. Please report if this caused any repaint problems.

(edit) @5075   15 months akks

see #7503 - disable highlighting middle-edge-nodes (and re-renders) together with other targets highlighting

(edit) @5074   15 months akks

Fix NPE for disabled image loading, see #7498, #7491 (please check!)

(edit) @5073   15 months bastiK

move ntv2 to datum (see #7494)

(edit) @5072   15 months bastiK

basic support for custom projections (see #7495)

(edit) @5071   15 months simon04

fix #7497 - repair TaggingPresetSearch

(edit) @5070   15 months akks

Fix regression (#5006) - shortcuts preferences sorting and filtering for both columns

(edit) @5069   15 months simon04

make entries of advanced preference dialog copyable

(edit) @5068   15 months Don-vip

Preferences dialog: allow to select tab by class

(edit) @5067   15 months bastiK

extend options for ellipsoid, use formal definition instead of computed values

(edit) @5066   15 months bastiK

Proj parameter refactoring (see #7495)

(edit) @5065   15 months bastiK

add projection regression test

This test fails whenever the numerical value of the projected coordinates changes in future versions of JOSM.
There is no error threshold, when the change is intended, the test data has to be updated as well.

(edit) @5064   15 months Don-vip

fix #7460 - Validator should not complain about width key on aeroway=runway

(edit) @5063   15 months simon04

see #7230 - improve alternative search dialog (adapt insert text, hand cursor if text can be inserted, differentiate labels from the rest)

(edit) @5062   15 months Don-vip

Fix DataSet.mergeFrom() not working with nested relations

(edit) @5061   15 months simon04

see #7395 - don't cache erroneously downloaded MOTD

(edit) @5060   15 months simon04

fix #7470 - tune warning of nodes out of downloaded bbox

(edit) @5059   15 months simon04

fix #6561 - fix several overflowing dialog texts

(edit) @5058   15 months simon04

fix #7201 - combining ways screws up the order of ref tags (handling cases "US 101; CA 2" + "US 101" correctly)

(edit) @5057   15 months simon04

fix #4552 - "Object $id is already deleted" in upload dialog should be "node/way/relation $id is already ..."

(edit) @5056   15 months bastiK

typo

(edit) @5055   15 months bastiK

remove unnecessary overloading (probably breaks external code)

(edit) @5054   15 months bastiK

see #6797: load map images in background, in case they are loaded over a network. Show temporary image in the meantime.

(edit) @5053   15 months akks

style fix, removed one patch committed by mistake

(edit) @5052   15 months xeen

fix #5170

(edit) @5051   15 months xeen

fix #7036

(edit) @5050   15 months akks

UrlLabel class simplification by Zverik, better label layout in VersionInfoPanel (see #7450, #7326)

(edit) @5049   15 months akks

fix #7484: Keyboard Preferences dialog looses scrollbars after search

(edit) @5048   15 months akks

fix #7429 - Shortcut redefinition in Save As feature

(edit) @5047   15 months stoecker

fix #7477, i18n update

(edit) @5046   15 months Don-vip

Slippy Map Chooser: Add MapQuest-OSM and MapQuest Open Aerial, fix existing tile sources URLs

(edit) @5045   15 months Don-vip

fix #7456 - alpha value out of range

(edit) @5044   15 months Don-vip

fix #7471 - No suitable download task for XAPI queries with * for object type

(edit) @5043   15 months Don-vip

fix #7472 - Remove Tiles@Home support

(edit) @5042   15 months stoecker

i18n update

(edit) @5041   15 months simon04

fix #6601, fix #6667 - SplitWayAction: improve warning prevention - don't warn for roles north/south/east/west

(edit) @5040   15 months Don-vip

Allow plugins to retrieve known Lambert projection parameters

(edit) @5039   15 months Don-vip

Allow plugins to retrieve known projection parameters

(edit) @5038   15 months simon04

fix #7459 - fix 'timestamp:' search

(edit) @5037   15 months akks

Fix exceptions (0-node way) after using validator dialog doubleclick - see #6640

(edit) @5036   15 months akks

Fix exceptions when using selection history (skip nonselectable/deteted primitives) - see #6640

(edit) @5035   15 months jttt

Add selectZoomTool method (needed by editgpx)

(edit) @5034   15 months jttt

short circuit logic should be used

(edit) @5033   15 months Don-vip

Allow plugins to specify additional classLoaders when loading an image

(edit) @5032   15 months akks

fix #7463: Ctrl-Shift-Up/Down shortcuts did't work if the properties window is active

(edit) @5031   15 months jttt

check for null (for toggle dialogs without side buttons)

(edit) @5030   15 months jttt

Fix #7462 No action definded for buttons (becauase of r5028)

(edit) @5029   15 months Don-vip

Fix console message when plugins are auto updated after JOSM upgrade

(edit) @5028   15 months jttt

Add possibility to hide side buttons in toggle dialogs permanently, show actions from buttons in popup menu

(edit) @5027   15 months Don-vip

Allow to load an optional icon without warning on System.err

(edit) @5026   15 months Don-vip

Do not set "null" tooltips

(edit) @5025   15 months Don-vip

see #4043 - Have an 'upload prohibited' flag in .osm files

(edit) @5024   15 months Don-vip

Extract .osm filename from URL to set the new layer name

(edit) @5023   15 months simon04

fix #7431 - validator: allow lit=* on public_transport=platform

(edit) @5022   15 months Don-vip

see #5387, #7444 - Add Belgian Lambert 1972 (EPSG:31370) and Belgian Lambert 2008 (EPSG:3812) projections

(edit) @5021   15 months stoecker

use display value in tagging presets also for combo default entry

(edit) @5020   15 months akks

fix #7371: Use Enter/Insert for editing/adding tags in properties table

(edit) @5019   15 months akks

fix #7325 - copy URL to clipboard by right click (UrlLabel component)

(edit) @5018   15 months akks

fix "Shortcut redefinition" warnings after MapFrame reinitialization - see #7424 (core part)

(edit) @5017   15 months stoecker

use EPSG codes instead of instanceof to verify projection (allows to use proj4j projections instead of internally supported projections)

(edit) @5016   15 months akks

Patch by JoshDoe [Faster relation selection with Alt+click and middle-click], fix #7314, #7317

(edit) @5015   15 months stoecker

better handling of dialogs for multiple screens

(edit) @5014   15 months xeen

fix #7429

(edit) @5013   15 months akks

Validation on upload and error reporting windows did not fit in 800x600

(edit) @5012   15 months akks

tried to fix 0-node way validation bug, see #7437

(edit) @5011   15 months Don-vip

see #6705 - Allow downloading of URLs that have no "zoom" included

Note: See TracRevisionLog for help on using the revision log.