source: josm/src/org

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @269   17 years imi - added some tests and provided better testing framework
(edit) @267   17 years imi - added and fixed some tests
(edit) @266   17 years imi - added "Getting Started" welcome screen - added latest JOSM version …
(edit) @265   17 years framm - count modifications of anonymous users and display them along with others
(edit) @264   17 years framm remove debug info
(edit) @263   17 years framm - properly merge nodes on import (fixes #166)
(edit) @262   17 years framm - add repaint after loading. somehow this got lost and led to osm data …
(edit) @261   17 years framm - ways without name but with "ref" are now listed with their ref …
(edit) @260   17 years framm - patch by Christof Dallermassl to allow external communications with …
(edit) @259   17 years framm
(edit) @258   17 years framm - patch by Tom Hughes <tom@…> that will first delete ways, …
(edit) @257   17 years framm - fixed a bug in my bugfix (string comparison needs equals, not ==)
(edit) @256   17 years framm - fixed bug that broke loading images from jar file
(edit) @255   17 years imi - fixed AnnotationPreset image loading to load from .jar-ressources as well
(edit) @254   17 years imi Reverted Patch by Christof Dallermassl (Code quality and License problems)
(edit) @253   17 years framm Patch by Christof Dallermassl to improve property editing ("semi …
(edit) @252   17 years imi fixed adding of new properties that values don't get overwritten when …
(edit) @251   17 years imi fixed preselecting of values, when choosing a key in the combobox
(edit) @250   17 years framm - patch by Christof Dallermassl that will use a common classloader for …
(edit) @249   17 years framm - fixed environment and property variables (JOSM_RESOURCES not …
(edit) @248   17 years framm - fix NPE that occurred when a hitherto unknown key was used
(edit) @247   17 years framm Display a yellow rectangle around the original download bounding …
(edit) @244   17 years imi - added feature to display possible values for a kea when entering …
(edit) @243   17 years imi - added josm.plugins - Java property to load plugins regardless of …
(edit) @242   17 years imi - fixed many java warnings - changed eclipse settings to use JUnit …
(edit) @241   17 years framm support URLs with "bbox=..." (like API 0.4 "map" URL) in the URL box
(edit) @240   17 years framm Removed horizontal glue as suggested by Shaun McDonald. Ulf Lamping …
(edit) @239   17 years framm Remove debug println
(edit) @238   17 years framm small bugfix for new plugin hook for download dialog
(edit) @237   17 years framm Major download dialog reorg (now uses tabs, modified World Chooser …
(edit) @236   17 years framm Patch to allow reading of .gpx.gz files Submitted by Shaun McDonald …
(edit) @235   17 years framm Properly sort newly added ways; bug had been introduced with 222. …
(edit) @234   17 years framm Fixes bug introduced a bug with 233 that would never clear the …
(edit) @233   17 years framm Do not clear the command history if an upload fails completely. Fixes …
(edit) @232   17 years framm Make uploadHooks a LinkedList, not a Collection, to allow adding …
(edit) @231   17 years framm Refresh toolbar after plugin initialisation so that plugins may add …
(edit) @230   17 years framm Introduced generic UploadHook which allows plugins to veto an upload; …
(edit) @229   17 years framm Refactor ReorderWay into a static method that may be called from …
(edit) @228   17 years framm Support compressed downloads from the server (by announcing capability …
(edit) @227   17 years framm Support new 0.4 attributes "user" and "visible"; support config option …
(edit) @226   17 years imi - fixed MergeVisitor to not merge two segments with different id's
(edit) @225   17 years framm bumped default for API version to 0.4. old 0.3 can still be set using …
(edit) @224   17 years framm Fixed MergeVisitor so that it will never merge between objects that …
(edit) @223   17 years imi - fixed valid URL detection in MarkerLayer (removed com.sun.* stuff)
(edit) @222   17 years framm Complete overhaul of "Reorder Way" command. Will now also flip …
(edit) @221   17 years framm Speed up rendering by determining crucial preference settings once …
(edit) @220   17 years framm Patch by Damian Sulewski <Damian.Sulewski@…> that adds …
(edit) @219   17 years framm Give users the chance to delete segments from a way if they fail to …
(edit) @218   17 years framm Changed message to "downloading ... way(s)" (not segments). fixes …
(edit) @217   17 years framm Fixed BASE64 bug that would lead to exceptions on clear text lengths …
(edit) @216   17 years imi - added nicer error messages from OSM server (thanks "anonymous" from …
(edit) @215   17 years imi - fixed NPE in marker layer when marker type was not found - added one …
(edit) @214   17 years imi - fixed the confusing auto-zoom (moved to "View"-menu and made it …
(edit) @213   17 years imi - added a Combine way tool - fixed the confusing menu structure (new …
(edit) @212   17 years imi - added focus-attribute to Annotation Presets - fixed Incomplete …
(edit) @211   17 years imi - fixed the please wait dialog not always above the main window
(edit) @210   17 years imi - added the possibility for <wpt> tags in GPX files to construct …
(edit) @209   17 years imi - fixed a bug in the Segment compare code to not have all incomplete …
(edit) @208   17 years imi - fixed a NPE when hitting a mapmode shortcut after all layers have …
(edit) @207   17 years imi - added "case sensitive" option to search dialog - added a plugin …
(edit) @206   17 years imi - added hidden config option "osm-primitives.showid" (true/false) to …
(edit) @205   17 years imi - added "addToggleDialog" to MapFrame to give plugins the chance of …
(edit) @204   17 years imi - Fixed the markerlayer import throwing NPE when image not found - …
(edit) @203   17 years imi - Fixed a bug in the Merger/Conflict to auto-resolve marked changes …
(edit) @202   17 years imi - fixed Bug with AnnotationPresets not loading values-tag properly
(edit) @201   17 years imi - changed the name of the help page for switching MarkerText on/off
(edit) @200   17 years imi - new MarkerLayer code from Frederik. Supports Audio, Image and …
(edit) @199   17 years imi - Appletversion support of bookmarks - Applet does not crash on …
(edit) @198   17 years imi - added different cursors for mapmodes (actually just finished what …
(edit) @197   17 years imi - fixed a bug in merging code (hopefully the same that causes the …
(edit) @196   17 years imi - fixed path-bug in ServerSidePreferences
(edit) @195   17 years imi - changed ServerSidePreferences to actually upload / download …
(edit) @194   17 years imi - added some new modes to the SplitWayAction (thanks Frederik)
(edit) @193   17 years imi - added new XmlObjectParser that should replace the direct use of …
(edit) @192   17 years imi - added command line parameter --default-classloader (for debug and …
(edit) @191   17 years imi - added search to toolbar (configurable in preferences) - added …
(edit) @190   17 years imi - fixed bug in annotation preset that inverted the logic of delete_if_empty
(edit) @189   17 years imi - added MarkerLayer (thanks Frederik)
(edit) @188   17 years imi - changed the merge conflict bug report to some message about the …
(edit) @187   17 years imi - fixed bug when merging unchanged segments over new ones
(edit) @186   17 years imi - added split way action (thanks Frederik) - fixed bug where modified …
(edit) @185   17 years imi - fixed missing osm-server.version check for download
(edit) @184   17 years imi - added reorder action to order the segments in a way
(edit) @183   17 years imi - fixed a NPE just introduced in the show ordered segment feature
(edit) @182   17 years imi - fixed geoimage reader to priorize the entry of DateTimeOriginal and …
(edit) @181   17 years imi - added select all / unselect all actions - added option to display …
(edit) @180   17 years imi - added a warning for first-users when converting gps to osm data - …
(edit) @179   17 years imi - fixed error message when prblem with upload (thanks Dubravko)
(edit) @178   17 years imi - fixed display of tooltip shortcuts - added icon=... to annotation …
(edit) @177   17 years imi - fixed NPE when open the annotation preset plugin with an invalid …
(edit) @176   17 years imi - changed maximum preferrences height (450px -> 600px)
(edit) @175   17 years imi - fixed bug where cancelling download made other download attempts …
(edit) @174   17 years imi - changed default visibility of property dialog to true
(edit) @173   17 years imi - fixed export of GPX (double </metadata>)
(edit) @172   17 years imi - added support for Applet mode again (the basics) - added …
(edit) @171   17 years imi - fixed bug that properties in advanced preferences could not be …
(edit) @170   17 years imi - added new mapmode "Add node and connect"
(edit) @169   17 years imi - added "new empty map" action - added osm-server.version property …
(edit) @168   17 years imi - added plugin-support for preferences - added advanced tab to …
(edit) @167   17 years imi - removed external tools (superseeded by plugins) - added …
Note: See TracRevisionLog for help on using the revision log.