source: josm/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4551   12 years stoecker store projections for self-added WMS entries
(edit) @4549   12 years stoecker add 0xFE for multiple translated strings
(edit) @4548   12 years jttt Fix name template parser
(edit) @4546   12 years jttt Extend name templates with context switch - possibility to use tags of …
(edit) @4543   12 years stoecker remove some search elements in novice mode
(edit) @4541   12 years Don-vip Fixed rounding error in LatLon.roundToOsmPrecision()
(edit) @4540   12 years Don-vip see #6821 - Proper error dialog with HTTP 509 error code
(edit) @4539   12 years bastiK applied #6853 - In draw mode, select the way to be extended …
(edit) @4538   12 years stoecker support {header} pattern also for TMS
(edit) @4536   12 years Don-vip Improved plugin interaction with selection and popups of Relation, …
(edit) @4535   12 years Don-vip Fixed another 3 compile warnings. The remaining ones are more tricky.
(edit) @4534   12 years Don-vip Fixed a bunch of compile warnings
(edit) @4533   12 years bastiK add importer for osmChange files (see #6653)
(edit) @4532   12 years Don-vip see #6653 - Import <delete> primitives as deleted primitives
(edit) @4531   12 years Don-vip fix #6982 - broken TMS url leads to exceptions
(edit) @4530   13 years Don-vip see #6653 and #6960 - Allow JOSM to download osmChange files again
(edit) @4529   13 years Don-vip fix #6109 and #6288 - Right Click "Flush Tile Cache" in TMS layers …
(edit) @4528   13 years Don-vip see #6261 - dialog for address preset is too narrow
(edit) @4527   13 years Don-vip fix #6950 - Parallel way mode snap distance broken for non-metric units
(edit) @4526   13 years simon04 see #5781 - unregister keyboard shortcuts of properties dialog
(edit) @4525   13 years Don-vip fix #6899 - The visual selection of the "current version" in the …
(edit) @4524   13 years Don-vip fix #6090 - Resize-Feature for the WMS-Property-Dialog
(edit) @4523   13 years Don-vip see #6960 - Allow plugins to extend DownloadOsmTask mechanisms
(edit) @4522   13 years Don-vip see #6960 - Code simplification
(edit) @4521   13 years Don-vip fix #6960 - Download GPX traces with Ctrl+L
(edit) @4520   13 years simon04 see #6964 - Improve Start-up Time by removing blocking queue, …
(edit) @4518   13 years simon04 fix #5781 - display mnemonics of {add,edit,delete} of properties dialog
(edit) @4516   13 years stoecker fix #6959 - accept valid tiles in tole downloader single entry field
(edit) @4514   13 years Don-vip Test: change SVN property svn:mime-type=text/plain to text/x-java to …
(edit) @4513   13 years stoecker add GPX line width option to settings
(edit) @4512   13 years stoecker introduce expert mode, make dynamic toolbar buttons default
(edit) @4510   13 years Don-vip fix #6785 - GPX "Customize track drawing" screen
(edit) @4509   13 years Don-vip fix #6890 - Dragging map is considered moving objects
(edit) @4508   13 years Don-vip fix #6938 - should enforce limit of 255 chars per changeset comment …
(edit) @4507   13 years stoecker unify texts
(edit) @4506   13 years bastiK fixed #6816 - attribution for wmslayer (see [o26806])
(edit) @4505   13 years simon04 fix #5954 - validator: issue warning for wrong coastline/land direction
(edit) @4504   13 years simon04 see #6774, fix #6936 - Make History dialog more diff-like (add missing …
(edit) @4503   13 years simon04 fix #6935 - Ability to auto-find based on key/value pairs (patch by ij)
(edit) @4501   13 years stoecker update filefomat doc
(edit) @4500   13 years simon04 fix #5781 - change mnemonics of {add,edit,delete} property to …
(edit) @4499   13 years simon04 clarify description in search dialog, remove confusion concerning "type"
(edit) @4498   13 years simon04 see #6774 - Make History dialog more diff-like (patch by olejorgenb)
(edit) @4497   13 years simon04 fix #6542 - option to download relation without its members for …
(edit) @4496   13 years simon04 see #4582 - clarify warning messages of overlapping way validator test
(edit) @4494   13 years bastiK change zoom factor to something more suitable for TMS (2x zoom in …
(edit) @4492   13 years bastiK more options to configure imagery attribution (logo-url & …
(edit) @4490   13 years Don-vip see #6886 - Allow JOSM plugin writers to create their own *Reader / …
(edit) @4489   13 years bastiK unified redundant attribution code from …
(edit) @4488   13 years Don-vip see #6856 - Enable plugins to add actions in popup menus …
(edit) @4487   13 years bastiK fixed #6848 - 'G' - ungluing building - creates unconnected node
(edit) @4484   13 years Don-vip see #6856 - Enable plugins to add actions in popup menus (PropertiesDialog)
(edit) @4483   13 years Don-vip GPX export: Add ODbL 1.0 in licenses preset
(edit) @4482   13 years Don-vip see #6821 - HTTP error 509 - "You have downloaded to much data" causes …
(edit) @4481   13 years simon04 fix #6911 - "Crossing ways" warning for ways waterway=riverbank and …
(edit) @4480   13 years Don-vip fix #6876 - ParallelWayMode crashes without a edit layer
(edit) @4479   13 years Don-vip fix #5594 - Exception while restoring autosaved data
(edit) @4478   13 years Don-vip fix #5374 and #6315 - NPE in relations conflict manager
(edit) @4477   13 years bastiK fixed #6813 - Quote characters not displayed in relations "note" …
(edit) @4476   13 years Don-vip LatLon: add a simple way to test validity
(edit) @4475   13 years Don-vip fix #6707 - Removing a empty polygon (removed shape first, then on …
(edit) @4474   13 years Don-vip fix #6794 - download dialog slippymap: mouseup on licence text instead …
(edit) @4472   13 years Don-vip WMS: avoid confusing message on stdout when server replies the same …
(edit) @4471   13 years Don-vip fix #6879 - missing repaint after loading incomplete child relations …
(edit) @4470   13 years Don-vip fix #6894 - Plugin and JOSM version numbers badly displayed in warning …
(edit) @4468   13 years simon04 fix #6888 - WMS: avoid NullPointerException (patch by Don-vip)
(edit) @4467   13 years simon04 WMS: make GetCapabilities more robust concerning missing trailing ?
(edit) @4466   13 years simon04 WMS: case-insensitive testing for existing GetCapabilities
(edit) @4465   13 years simon04 fix #6892 - JOSM crashed while selecting area. use OpenBrowser to …
(edit) @4464   13 years simon04 fix #6893 - add attribution getters to ImageryInfo (patch by Don-vip)
(edit) @4463   13 years bastiK applied #6889 - Only the first matching exporter should save a file …
(edit) @4462   13 years simon04 harmonize toggle dialog names
(edit) @4461   13 years simon04 fix #5407 - simplify way: dialog asking to delete nodes outside …
(edit) @4460   13 years stoecker fix external
(edit) @4459   13 years bastiK applied #6856 - Enable plugins to add actions in popup menus (patch by …
(edit) @4458   13 years simon04 fix #3951 - user should be warned when unglue-ing two ways outside the …
(edit) @4457   13 years bastiK applied #6778 - Improve translation (patch by Casiope)
(edit) @4456   13 years bastiK applied #6873 - Layers merge compatibility check should be mutual …
(edit) @4454   13 years simon04 fix #6857 - add copy [[all] key/]value to properties dialog
(edit) @4453   13 years Upliner Add patch to svgsalamander to fix bug in the importvec plugin
(edit) @4452   13 years bastiK remaining parameters for imagery preferences
(edit) @4450   13 years bastiK change preference format for imagery menu entries
(edit) @4448   13 years simon04 see #4582 - validator test for overlapping areas
(edit) @4447   13 years simon04 fix #6799 - MultipolygonTest: wrong objects in unclosed relation
(edit) @4445   13 years stoecker i18n fix
(edit) @4442   13 years simon04 add validation test for deprecated tags
(edit) @4441   13 years xeen fix exception related to new highlighting feature (fixes #6818, …
(edit) @4439   13 years bastiK change imagery projection tag to something neutral (wms 1.1.1 has …
(edit) @4438   13 years bastiK applied #6858 - Unnecessary JMapViewer Dependencies (patch by Don-vip)
(edit) @4437   13 years stoecker fix imagaery prefs saving
(edit) @4436   13 years stoecker create parametrized URLS from internal WMS capabilities reader
(edit) @4435   13 years stoecker fix projection checkin
(edit) @4434   13 years stoecker fix #6850 - patch by Don-Vip - ask only once for EULA
(edit) @4433   13 years stoecker fix #6852 - patch by Don-vip - Wrong foreground color in imagery …
(edit) @4432   13 years stoecker hopefully fix #6662 - selected layer color wrong
(edit) @4431   13 years jttt Custom primitive name formatters via tagging presets
(edit) @4430   13 years stoecker fix WMS projection checking, use Marcator when WMS supports it, drop …
(edit) @4428   13 years stoecker fix #6481 - default layers vanishing after first start
(edit) @4427   13 years stoecker fix display refresh when tables change
(edit) @4426   13 years stoecker show select standard entries in imagery preferences
Note: See TracRevisionLog for help on using the revision log.