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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @584   16 years framm - be honest about the fact that we don't do CSV anymore. closes #641.
(edit) @582   16 years framm - got rid of a few compiler warnings
(edit) @578   16 years david Allow combination of audio marker creation methods and implement …
(edit) @577   16 years david when dragging play head (a) fix bug re extraneous rubber band …
(edit) @576   16 years tom_e Fix for relative file name in gpx link - from RaSchu, #507
(edit) @575   16 years david fix problem where Import Audio would not find a starting trackpoint if …
(edit) @574   16 years david advertise audio mapping
(edit) @573   16 years david incorrect preference name (suppressautomarkers => makeautomarkers)
(edit) @572   16 years david Reorganise audio interface in light of recent usability comments
(edit) @568   16 years david add contextual help
(edit) @567   16 years david add contextual help
(edit) @565   16 years framm - relation editor now deletes any number of members. 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) @558   16 years david implement Paste Tags
(edit) @557   16 years david implement calibration function for audio player
(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) @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) @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) @512   16 years gebner Add support for two non-standard GPX variants: - <link>URL</link> …
(edit) @509   16 years gebner Fix parsing of Plugins.xml
(edit) @508   16 years gebner Export name tags as <name> elements in GPX.
(edit) @506   16 years gebner MapView: add MapMover, MapSlider, MapScaler only after initialization.
(edit) @504   16 years gebner Don't do hacky string mangling to get a URL from a File.
(edit) @497   16 years gebner When toggling wireframe mode, don't fail if there is no MapFrame yet.
(edit) @494   16 years gebner GpxLayer: provide a more sensible tooltip text.
(edit) @488   16 years gebner Change the shortcut for wireframe mode to ctrl-w so that it doesn't …
(edit) @486   16 years framm - built-in mappaint. mappaint plugin no longer required and will be …
(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) @478   16 years gebner Speed up merging. - Don't scan our dataset for every primitive we …
(edit) @474   16 years (none) fix bug #480: change the button texts of the plugin preferences
(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) @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) @454   16 years gebner SelectAction: Fix shift-select and ctrl-select. Before r452 if you …
(edit) @450   16 years (none) "usability cleanup" of main menu and default toolbar main menu: - add …
(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) @442   16 years gebner Don't reset prefs to default when encountering parsing errors.
(edit) @435   16 years framm - add a call for download area selection classes to close the download …
(edit) @434   16 years (none) fix a comment typo
(edit) @432   16 years framm - fix Java 1.5 compile problem
(edit) @431   16 years gebner Make the applet code work again.
(edit) @422   16 years framm - added patch by Matthew Newton <matthew-osm@…> to …
(edit) @420   16 years framm - removed duplicate "select all" from edit menu
(edit) @419   16 years framm - "use builtin defaults" in tagging preset preference now defaults to true
(edit) @418   16 years framm - tagging presets are now not shown in the properties dialog by …
(edit) @417   16 years framm - automatically select the contents of the "URL from …
(edit) @416   16 years gebner Don't perform property edit when clicking on cancel.
(edit) @415   16 years gebner PropertiesDialog: Remember value when editing keys.
(edit) @414   16 years gebner Add check for MapView.activeLayer == null.
(edit) @407   17 years gebner Add incompleteness checks.
(edit) @404   17 years framm
(edit) @402   17 years framm - started adding support for uploading GPX files, not complete yet, …
(edit) @399   17 years framm - hide presets menu when no presets defined - add shortcut for presets menu
(edit) @398   17 years framm - switch using the built-in tagging presets on by default
(edit) @397   17 years framm - added a built-in set of tagging presets. this can be disabled from …
(edit) @391   17 years gebner Fix build for JDK 1.5.
(edit) @386   17 years gebner Allow splitting multiple way segments connecting the same nodes.
(edit) @385   17 years framm - changed relation list keyboard shortcuts
(edit) @383   17 years gebner Fix warnings reported by -Xlint.
(edit) @382   17 years gebner Fix warnings caused by missing @Overrides. Patch by …
(edit) @381   17 years gebner Clear the modified attribute from relations after uploading them.
(edit) @377   17 years framm - changed the "getting started" message to say something about the new …
(edit) @373   17 years framm - introduced various modifier keys to existing modes (for add node …
(edit) @370   17 years gebner Forgot to remove some debugging code.
(edit) @369   17 years gebner Fix bug #392.
(edit) @365   17 years gebner Make the select mapmode modeless and fix the rotation cursor.
(edit) @363   17 years framm - forgot to adapt this for previous commit.
(edit) @359   17 years gebner Insert a node into multiple ways.
(edit) @358   17 years gebner Beginnings of the implementation of ticket #11.
(edit) @357   17 years gebner Add incompleteness checks for nodes.
(edit) @352   17 years gebner Resurrect the JComboBox editor for properties with multiple values.
(edit) @350   17 years framm - auto-disable any plugin that does not load successfully.
(edit) @349   17 years framm - forgot to add this with the previous commit
(edit) @348   17 years framm - bugfix refresh relation list - bugfix NPE on clicking "select" in …
(edit) @347   17 years framm - fixed deletion of relations
(edit) @346   17 years framm - smaller fonts for GettingStarted screen
(edit) @345   17 years framm - drop plugins setting on first start of 0.5
(edit) @344   17 years gebner Forgot to merge r342.
(edit) @343   17 years gebner Merge 0.5.
(edit) @339   17 years imi - removed links to old website eigenheimstrasse.de
(edit) @323   17 years framm - fixed GeoImageLayer to release memory after thubmnails are built. …
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/gui
(edit) @319   17 years imi - removed MinML2 dependency (use javax.xml) - fixed reorder action …
Note: See TracRevisionLog for help on using the revision log.