source: josm/trunk/src/org/openstreetmap

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @566   16 years david fix crash on changing selection
(edit) @565   16 years framm - relation editor now deletes any number of members. Patch by Tom …
(edit) @564   16 years framm - align in circles now works regardless of projection. Patch by Tom …
(edit) @563   16 years david implement fast/slow forward
(edit) @562   16 years david Show/hide text -> show/hide text/icon, and implement as such
(edit) @561   16 years david Remember the directory last opened
(edit) @560   16 years david Add shortcut keys for audio actions
(edit) @559   16 years david Fix hang when attempting to start playing beyond end of file
(edit) @558   16 years david implement Paste Tags
(edit) @557   16 years david implement calibration function for audio player
(edit) @556   16 years david fix problem where it wasn't jumping as far ahead in the audio as I had …
(edit) @554   16 years david new "Add Audio Marker At Play Head" facility; and tidy up Audio …
(edit) @553   16 years david (a) add preference dialog, (b) add audio tracing
(edit) @552   16 years david audio synchronization for tracks without waypoints
(edit) @551   16 years david Fix crash when going to previous marker when we are at the first one …
(edit) @550   16 years david fix problem when audio syncing to waypoint other than the first one
(edit) @549   16 years david remove redundant jump code - jumps always done by restarting audio
(edit) @548   16 years david I wasn't checking that Next and Previous were AudioMarkers (was only …
(edit) @547   16 years david much improved audio handling: threaded audio, controls, sync with waypoints
(edit) @542   16 years david option marker.namedtrackpoints determines whether markers are created …
(edit) @541   16 years framm - use waypoint's "desc" attribute in lieu of "name" if "name" is not …
(edit) @540   16 years framm - show relation's ID in relation editor title bar
(edit) @529   16 years gebner Part one of patch by Dave Hansen <dave@…> - Remove unused …
(edit) @527   16 years gebner Remove unused import.
(edit) @526   16 years framm - changed move mode to use an initial move threshold of 15 pixels, …
(edit) @522   16 years gebner SearchCompiler: "nodes:n" searches for ways with n nodes.
(edit) @521   16 years gebner Fix NPE happening with malformed <bound> elements.
(edit) @518   16 years gebner Remove the unnerving plugin auto-delete when initialization fails.
(edit) @517   16 years gebner SearchCompiler: Report errors.
(edit) @516   16 years gebner SaveActionBase: Append extension to file name instead of replacing it.
(edit) @515   16 years gebner SearchCompiler: Allow searching for user names.
(edit) @514   16 years gebner SearchCompiler: Fix the Incomplete matcher.
(edit) @513   16 years gebner Implement a recursive-descent parser for SearchCompiler.
(edit) @512   16 years gebner Add support for two non-standard GPX variants: - <link>URL</link> …
(edit) @511   16 years framm - modified NameVisitor to show a relation's name tag (or ref tag if no …
(edit) @510   16 years framm - fix bug that would not properly overwrite existing files, as …
(edit) @509   16 years gebner Fix parsing of Plugins.xml
(edit) @508   16 years gebner Export name tags as <name> elements in GPX.
(edit) @507   16 years gebner Fix compile.
(edit) @506   16 years gebner MapView: add MapMover, MapSlider, MapScaler only after initialization.
(edit) @505   16 years gebner NameVisitor: Name incomplete primitives, add number of nodes to ways.
(edit) @504   16 years gebner Don't do hacky string mangling to get a URL from a File.
(edit) @502   16 years gebner SelectAction: When complaining about moving nodes outsides the world, …
(edit) @501   16 years gebner DeleteAction: Also delete nodes if they're currently referenced by …
(edit) @500   16 years gebner Fix ConcurrentModificationException in DeleteAction. Note: Don't …
(edit) @499   16 years gebner SimplePaintVisitor: Fix segment number rendering.
(edit) @498   16 years gebner Remove unused member OsmPrimitive.shown.
(edit) @497   16 years gebner When toggling wireframe mode, don't fail if there is no MapFrame yet.
(edit) @496   16 years gebner MergeVisitor: Only parse dates if needed. Reported by Petr Nejedly.
(edit) @495   16 years gebner When deleting a way, delete untagged and unused nodes reference by it …
(edit) @494   16 years gebner GpxLayer: provide a more sensible tooltip text.
(edit) @493   16 years gebner Offscreen filtering; draw direction arrows on selection. Patch by Petr …
(edit) @490   16 years gebner MergeVisitor.match: Only match objects by content if they're not …
(edit) @489   16 years gebner Reset the progress bar in the PleaseWaitDialog before downloading.
(edit) @488   16 years gebner Change the shortcut for wireframe mode to ctrl-w so that it doesn't …
(edit) @487   16 years gebner Add a JScrollPane to fit all the plugins in the about dialog.
(edit) @486   16 years framm - built-in mappaint. mappaint plugin no longer required and will be …
(edit) @485   16 years gebner When splitting ways, don't complain if the nodes are used by deleted ways.
(edit) @484   16 years tabacha put some strings e.g. status bar messages in tr() to translate it
(edit) @483   16 years gebner OsmDataLayer: check for OsmPrimitive.keys == null
(edit) @482   16 years framm - do not create empty MarkerLayers; suggestion from Dave Hansen
(edit) @481   16 years gebner Oops. Or-expressions do short-circuiting, so you'd better not reverse …
(edit) @480   16 years (none) switch back to former Epsg4326 projection default after some …
(edit) @479   16 years gebner Simplify the merge visitor.
(edit) @478   16 years gebner Speed up merging. - Don't scan our dataset for every primitive we …
(edit) @477   16 years gebner EastNorth.add
(edit) @476   16 years gebner Add equals and hashCode implementations to the projections.
(edit) @475   16 years (none) seems to be common sense that Mercator projection is better suited for …
(edit) @474   16 years (none) fix bug #480: change the button texts of the plugin preferences
(edit) @473   16 years (none) fix bug #480: add some more reasonable defaults: - add some of the …
(edit) @471   16 years (none) fix the string for the Windows "look and feel"
(edit) @470   16 years framm - set Windows L+F as default when generating prefs under windows
(edit) @469   16 years gebner Remove ctrl+shift escapes from most actions.
(edit) @468   16 years gebner Define the extra 'u' shortcut for unselect all in UnselectAllAction …
(edit) @467   16 years gebner NameVisitor: handle incomplete nodes
(edit) @466   16 years (none) move "Join node to way" function from UtilsPlugin to core
(edit) @464   16 years (none) a doubleclick on the layer entry hides/shows it
(edit) @463   16 years (none) some more minor menu changes: - Edit/Redo should use the common …
(edit) @462   16 years (none) remove the unused "Layer" menu - this confuses when plugins add top …
(edit) @460   16 years (none) make the menu look more like the standard JAVA menu: - add a …
(edit) @459   16 years (none) fix bug #426: tick the checkbox in the download dialog for …
(edit) @458   16 years (none) add keyboard shortcuts "1,2,3,4" for the "View/Zoom In ..." menu entries
(edit) @457   16 years framm - comment cosmetics
(edit) @456   16 years framm - make coordinate class serializable (for use in wmsplugin)
(edit) @455   16 years gebner SelectAction: Replace the selection when dragging a previously …
(edit) @454   16 years gebner SelectAction: Fix shift-select and ctrl-select. Before r452 if you …
(edit) @453   16 years gebner DeleteAction: Copy tags when splitting ways.
(edit) @452   16 years framm - fix moving of selected groups of objects (JOSM always cleared …
(edit) @450   16 years (none) "usability cleanup" of main menu and default toolbar main menu: - add …
(edit) @449   16 years gebner GpxReader: Handle <extensions> that are not children of <gpx>
(edit) @447   16 years gebner Reduce GPX data memory usage.
(edit) @446   16 years framm - temporarily re-add RawGpsLayer for those plugins still requiring it
(edit) @444   16 years framm - patch for better GPX file support by Raphael Mack …
(edit) @443   16 years framm - fix minor build problem with ServerSidePreferences after r442
(edit) @442   16 years gebner Don't reset prefs to default when encountering parsing errors.
(edit) @441   16 years framm - revert change 439. do not use Java properties.
(edit) @440   16 years framm - (re-)added "note" to the list of uninteresting tags for teh benefit …
(edit) @439   16 years gebner Use java.util.Properties for pref loading and saving.
(edit) @438   16 years gebner Remove 'note' from the list of uninteresting tags.
(edit) @437   16 years gebner Fix selection inconsistencies in DrawMode
Note: See TracRevisionLog for help on using the revision log.