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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5346   12 years Don-vip fix #7867, see #7505, see #7847 - Handle deleted nodes without …
(edit) @5339   12 years Don-vip see #7505 - Add toString() method on History objects to ease debugging
(edit) @5333   12 years Don-vip see #7505, see #7847 - Nodes without coordinates in dataset …
(edit) @5332   12 years Don-vip see #7505, see #7847 - Handle deleted nodes without coordinates in …
(edit) @5326   12 years framm handle deleted nodes without lat/lon. apply patches from ticket; …
(edit) @5312   12 years Don-vip fix #7812 - validator: power lines test improvements (no warning for …
(edit) @5300   12 years Don-vip fix #7812 - warn about missing power=tower/pole within powerlines
(edit) @5298   12 years Don-vip see #4899, see #7266, see #7333: Resolved NPE in conflict manager when …
(edit) @5293   12 years Don-vip fix #7758 - Do not restrict building validator tests to …
(edit) @5292   12 years Don-vip fix #7385 - Relation History not shown correctly when comparing changesets
(edit) @5287   12 years Don-vip fix #5764, fix #5773 - Do not create delete commands for objects that …
(edit) @5279   12 years bastiK use gnu getopt for command line processing improvements: * long …
(edit) @5272   12 years simon04 fix #7639 - Validator should warn about nodes tagged with their way's …
(edit) @5270   12 years simon04 fix #7745 - TagCheck reports an identical warning multiple times after …
(edit) @5269   12 years simon04 fix #7759 - Validator progress monitor does not update after "Building …
(edit) @5268   12 years simon04 fix #7740 - Fix roundToOsmPrecision() accuracy (patch by mrwojo)
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5258   12 years stoecker fix message text
(edit) @5251   12 years bastiK applied #7720 - fix for OsmServerBackreferenceReader
(edit) @5249   12 years simon04 fix #7733 - documentation (patch by Locked)
(edit) @5239   12 years bastiK projections: minor stuff
(edit) @5237   12 years bastiK projection: minor improvements
(edit) @5236   12 years bastiK * removed offset option from UTM which is probably rarely used. …
(edit) @5235   12 years bastiK no rounding for projection bounds, to avoid 42 being dispayed as …
(edit) @5234   12 years bastiK separate preference gui from core projection code (there may be bugs)
(edit) @5232   12 years bastiK change UTM datum to WGS84. This is correct according to Wikipedia and …
(edit) @5230   12 years bastiK use standard parameter set for lambert projection
(edit) @5228   12 years bastiK improved custom projection
(edit) @5227   12 years bastiK finish custom projection
(edit) @5226   12 years bastiK improvements for custom projection
(edit) @5224   12 years bastiK remove unnecessary projection lookup
(edit) @5217   12 years bastiK mapcss: change z-index handling In contrast to previous default …
(edit) @5206   12 years bastiK applied #7624 - Allow MapCSS to style right and left side casings …
(edit) @5202   12 years simon04 typo
(edit) @5201   12 years simon04 see #4421 - command line argument --load-preferences= to apply …
(edit) @5199   12 years simon04 fix #7546 - add validation warning `Superfluous turnrestriction as …
(edit) @5196   12 years simon04 tagging presets: fix customized matching for combo elements (broken …
(edit) @5188   12 years simon04 fix #5983 - do not render incline like oneway
(edit) @5187   12 years Don-vip see #7567 - fix NPE with ways with incomplete nodes.
(edit) @5176   12 years Don-vip fix #7593 - IllegalPathStateException when attempting to purge an item …
(edit) @5171   12 years Don-vip history/osmChange handling: fix an issue when downloading osmChange …
(edit) @5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
(edit) @5162   12 years akks Josm XML-JS configurator, see #4421: bugfixes, JS variables for …
(edit) @5132   12 years simon04 fix #7513 - Warn non-experts when combining ways with conflicting tags …
(edit) @5122   12 years Don-vip Add ProgressMonitor to DataSet.mergeFrom()
(edit) @5118   12 years Don-vip fix #7534 - ID# shown twice in pre-upload Validation window
(edit) @5115   12 years akks see #4421: plugin installation fix for JOSM custom configurator
(edit) @5114   12 years akks see #4421: Mechanism to modify JOSM settings and store files, advanced …
(edit) @5108   12 years xeen remove superfluous calls to recalculateBounds() and add clarifying comment.
(edit) @5107   12 years simon04 fix #7525 - remove and deprecate bicycle_parking=sheffield
(edit) @5080   12 years simon04 Incorporate accepted keys organic, fair_trade; deprecate previously …
(edit) @5073   12 years bastiK move ntv2 to datum (see #7494)
(edit) @5072   12 years bastiK basic support for custom projections (see #7495)
(edit) @5069   12 years simon04 make entries of advanced preference dialog copyable
(edit) @5067   12 years bastiK extend options for ellipsoid, use formal definition instead of …
(edit) @5066   12 years bastiK Proj parameter refactoring (see #7495)
(edit) @5062   12 years Don-vip Fix DataSet.mergeFrom() not working with nested relations
(edit) @5060   12 years simon04 fix #7470 - tune warning of nodes out of downloaded bbox
(edit) @5059   12 years simon04 fix #6561 - fix several overflowing dialog texts
(edit) @5058   12 years simon04 fix #7201 - combining ways screws up the order of ref tags (handling …
(edit) @5054   12 years bastiK see #6797: load map images in background, in case they are loaded over …
(edit) @5045   12 years Don-vip fix #7456 - alpha value out of range
(edit) @5040   12 years Don-vip Allow plugins to retrieve known Lambert projection parameters
(edit) @5039   12 years Don-vip Allow plugins to retrieve known projection parameters
(edit) @5028   12 years jttt Add possibility to hide side buttons in toggle dialogs permanently, …
(edit) @5025   12 years Don-vip see #4043 - Have an 'upload prohibited' flag in .osm files
(edit) @5022   12 years Don-vip see #5387, #7444 - Add Belgian Lambert 1972 (EPSG:31370) and Belgian …
(edit) @5012   12 years akks tried to fix 0-node way validation bug, see #7437
(edit) @4968   12 years Don-vip fix #7386 - Major rework of preferences GUI settings in order to speed …
(edit) @4960   12 years stoecker mv jump to action from G to key J
(edit) @4952   12 years xeen fix #6891
(edit) @4950   12 years stoecker fix way ends on area check
(edit) @4937   12 years bastiK change wording: warning -> info
(edit) @4933   12 years stoecker fix last checkin
(edit) @4932   12 years stoecker fix 6833 - use WindowGeometry for toggle dialogs and mainwindow …
(edit) @4920   12 years stoecker removed preferences not stored in file
(edit) @4908   12 years simon04 fix #7327 - show hint in undo-menu which action will be undone (from …
(edit) @4900   12 years stoecker fix #7358 - custom shortcuts broken
(edit) @4895   12 years stoecker remove deprecation
(edit) @4887   12 years simon04 see #7225 - add style for ford=yes; do not introduce highway=road
(edit) @4881   12 years stoecker remove old map file format support
(edit) @4874   12 years jttt Use static class were appropriate
(edit) @4871   12 years akks Fix #7316 - don't display segment numbers for inactive data layers
(edit) @4869   12 years jttt Use final were appropriate
(edit) @4861   12 years bastiK remotecontrol: add 'type' parameter for /imagery request (this should …
(edit) @4856   12 years stoecker fix typo
(edit) @4853   12 years bastiK fixed #7248 - not worcked
(edit) @4852   12 years bastiK fixed #6252 - Phantom "unsaved" layers in 4021, 4032
(edit) @4830   12 years bastiK automatically migrate wms cache from old to new folder
(edit) @4829   12 years bastiK fixed #7291 - Can't use WMS layer in 4818
(edit) @4822   12 years bastiK make identity of map icons depend on the name and not the image data …
(edit) @4813   12 years bastiK make global cache folder user configurable; move wms cache to global …
(edit) @4812   12 years bastiK use cache folder for MirroredInputStream as well
(edit) @4811   12 years bastiK make custom pref folder absolute to avoid local paths in preference values
(edit) @4810   12 years bastiK move cache files to ~/.josm/cache (only CacheCustomContent)
(edit) @4806   12 years stoecker unify texts for validator tests, move command where it belongs
(edit) @4796   12 years simon04 fix #6425 - remotecontrol: make download objects available (e.g., …
(edit) @4781   12 years Don-vip Fix Lambert 93 projection (France)
(edit) @4770   12 years bastiK change validation method. this should work around the java bug (see #7206)
(edit) @4769   12 years simon04 RelationChecker, role verification problem: select also the relation …
Note: See TracRevisionLog for help on using the revision log.