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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @304   18 years imi - fixed a bug that nodes were not created when no data layer was …
(edit) @301   18 years imi - fixed undo/redo to be global - fixed adding of objects work with …
(edit) @298   18 years imi - added license description to head of each source file
(edit) @297   18 years imi - fixed bug that selection listener were informed twice on selection …
(edit) @295   18 years imi - added "download to new layer" option - added missing color …
(edit) @290   18 years imi - added support for multiple data layers
(edit) @286   18 years imi - added saving/loading of download areas (DataSource)
(edit) @283   18 years imi - fixed lots of typos (thanks Bruce)
(edit) @278   18 years imi - fixed Projection#allProjection to not beeing final, so plugins can …
(edit) @273   18 years imi - fixed NPE when switching to way mapmode and emtpy data loaded
(edit) @271   18 years imi - fixed bug in 'combine way' that did not collect all properties.
(edit) @264   18 years framm remove debug info
(edit) @263   18 years framm - properly merge nodes on import (fixes #166)
(edit) @261   18 years framm - ways without name but with "ref" are now listed with their ref …
(edit) @249   18 years framm - fixed environment and property variables (JOSM_RESOURCES not …
(edit) @247   18 years framm Display a yellow rectangle around the original download bounding …
(edit) @243   18 years imi - added josm.plugins - Java property to load plugins regardless of …
(edit) @227   18 years framm Support new 0.4 attributes "user" and "visible"; support config option …
(edit) @226   18 years imi - fixed MergeVisitor to not merge two segments with different id's
(edit) @224   18 years framm Fixed MergeVisitor so that it will never merge between objects that …
(edit) @221   18 years framm Speed up rendering by determining crucial preference settings once …
(edit) @220   18 years framm Patch by Damian Sulewski <Damian.Sulewski@…> that adds …
(edit) @214   18 years imi - fixed the confusing auto-zoom (moved to "View"-menu and made it …
(edit) @211   18 years imi - fixed the please wait dialog not always above the main window
(edit) @209   18 years imi - fixed a bug in the Segment compare code to not have all incomplete …
(edit) @206   18 years imi - added hidden config option "osm-primitives.showid" (true/false) to …
(edit) @205   18 years imi - added "addToggleDialog" to MapFrame to give plugins the chance of …
(edit) @203   18 years imi - Fixed a bug in the Merger/Conflict to auto-resolve marked changes …
(edit) @199   18 years imi - Appletversion support of bookmarks - Applet does not crash on …
(edit) @197   18 years imi - fixed a bug in merging code (hopefully the same that causes the …
(edit) @196   18 years imi - fixed path-bug in ServerSidePreferences
(edit) @195   18 years imi - changed ServerSidePreferences to actually upload / download …
(edit) @194   18 years imi - added some new modes to the SplitWayAction (thanks Frederik)
(edit) @192   18 years imi - added command line parameter --default-classloader (for debug and …
(edit) @191   18 years imi - added search to toolbar (configurable in preferences) - added …
(edit) @187   18 years imi - fixed bug when merging unchanged segments over new ones
(edit) @183   18 years imi - fixed a NPE just introduced in the show ordered segment feature
(edit) @181   18 years imi - added select all / unselect all actions - added option to display …
(edit) @175   18 years imi - fixed bug where cancelling download made other download attempts …
(edit) @174   18 years imi - changed default visibility of property dialog to true
(edit) @172   18 years imi - added support for Applet mode again (the basics) - added …
(edit) @171   18 years imi - fixed bug that properties in advanced preferences could not be …
(edit) @167   18 years imi - removed external tools (superseeded by plugins) - added …
(edit) @160   19 years imi - added Incomplete Way Download - added search for incomplete ways to …
(edit) @159   19 years imi - moved translations into plugins - added main menu control to main - …
(edit) @149   19 years imi - added dynamic loading of plugins - removed mappaint (now seperate …
(edit) @146   19 years imi - added "Align nodes in a circle" patch from Matthew Newton. - added a …
(edit) @144   19 years imi - added plugin system - added plugin: mappainter (thanks NickW!)
(edit) @143   19 years imi added "gpx" as flag to the external tool feature to also export raw …
(edit) @142   19 years imi - added External Tool support (no gui configuration yet) - applied …
(edit) @137   19 years imi - updated Romanian translation (thanks Ovidiu) - added feature to …
(edit) @120   19 years imi - added type={node,segment,way} feature to annotation presets - fixed …
(edit) @119   19 years imi - added Annotation Preset Tester - added Language selection in …
(edit) @118   19 years imi - fixed scale bar color reset after every JOSM restart - fixed NPE …
(edit) @117   19 years imi - added <combo> as annotation item - added CONTRIBUTION and java …
(edit) @116   19 years imi - added color for scale bar - fixed scale bar in EPSG:4236 projection …
(edit) @113   19 years imi fixed i18n messages (cleanup)
(edit) @104   19 years imi - started i18n - started "download incomplete ways" action - added …
(edit) @103   19 years imi - fixed unicode compatibility - added Layer menu which mirrors the …
(edit) @102   19 years imi - added more timestamp formats to GeoImage - date import (all ISO …
(edit) @101   19 years imi - added zoom/move around with Ctrl+direction keys / Ctrl +, Ctrl - - …
(edit) @100   19 years imi - fixed JOSM crash when importing GeoImages on layers without …
(edit) @99   19 years imi - added GeoImage feature (showing images on a tracklog) - added zoom …
(edit) @98   19 years imi - added Applet version of JOSM (unfinished) - fixed display bug if …
(edit) @97   19 years imi - fixed merge import of incomplete line segments
(edit) @94   19 years imi - changed Add Way mode, so that ways can be modified - added Command …
(edit) @93   19 years imi - added "insert node into line segment" mapmode - added direction hint …
(edit) @92   19 years imi - added progress bar and cancel button to all down-/uploads - added …
(edit) @91   19 years imi - added autoscale after selection, layer and conflict - added URL …
(edit) @90   19 years imi - fixed that toggle dialog buttons are sync with the dialogs - added …
(edit) @86   19 years imi - added conflicts and resolve conflict dialog This is one of those …
(edit) @81   19 years imi - fixed Exception when downloading empty data and auto-open dialogs - …
(edit) @79   19 years imi - fixed bug in osm import (now reject id=0) - added WMS server layer …
(edit) @78   19 years imi - added more context menu items to layer list - added GPX export (raw …
(edit) @77   19 years imi added customizable colores for raw gps layers (popup menu in layer list)
(edit) @75   19 years imi - added editable colors - changed preferences format (again)
(edit) @74   19 years imi changed Preferences system to more flexible one.
(edit) @73   19 years imi fixed bug where lat/lon was exchanged in download dialog and quick fix …
(edit) @72   19 years imi fixed incomplete line segment saving
(edit) @71   19 years imi - refactored GpsPoint to be immutable and added LatLon and NorthEast - …
(edit) @69   19 years imi - improved search (now like google) - link in About dialog work with …
(edit) @68   19 years imi - Remove Alt from hotkeys ('n' for new node, not Alt-n) - use command …
(edit) @66   19 years imi fixed "segment completly out of map" - problem
(edit) @64   19 years imi - renamed track to way - refactored Key to be a simple String - fixed …
(edit) @61   19 years imi - added search dialog in selection menu - changed way mapmode to …
(edit) @60   19 years imi - fixed load of action attribute (preserve changes) - fixed exception …
(edit) @58   19 years imi - implemented 0.3 API - enabled upload of ways - switched to MinML …
(edit) @57   19 years imi fixed bug where merged nodes and line segments were equal but not the …
(edit) @52   19 years imi - fixed data merge (sometime set modified unnecessary) - fixed …
(edit) @51   19 years imi - fixed server rounding problem - fixed bug, that save with filter …
(edit) @50   19 years imi - fixed exception when merging some keys (download) - fixed "please …
(edit) @43   19 years imi - removed UTM (too complex) - added please wait dialog for …
(edit) @42   19 years imi fixed fancy download world chooser
(edit) @41   19 years imi - renamed EPSG projection - started WorldChooser in download menu (not …
(edit) @40   19 years imi - added world boundaries - added bug report exception handler - raw …
(edit) @39   19 years imi - Select objects via overview (middle mouse button) - bugfix in …
(edit) @38   19 years imi Added support for CSV import (well, CSV without "" specification)
(edit) @36   19 years imi added Mercator projection
(edit) @35   19 years imi - fixed bug in UTM - upload of nodes and segments - fixed bugs in …
(edit) @34   19 years imi - fixed bug in movement that lat/lon was not updated - upload of nodes …
Note: See TracRevisionLog for help on using the revision log.