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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @631   18 years framm - polygon drawing performance increases by Daniel Naber …
(edit) @628   18 years framm - make ChangePropertyCommand() constructor take single object (patch …
(edit) @627   18 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @626   18 years framm - ye grande eol style fixe
(edit) @623   18 years david dynamic startup message
(edit) @622   18 years gebner Color tracks by velocity.
(edit) @621   18 years framm - fix changing of keys when multiple objects selected, patch by …
(edit) @620   18 years gebner Don't draw zero area download boundaries.
(edit) @619   18 years gebner Put the code to display the currently mouse-overed object in the …
(edit) @617   18 years gebner Convert MapStatus.java to UTF-8 so that javac can read it.
(edit) @614   18 years framm - support for sub-menus in tagging presets (simply name them "Foo/Bar" …
(edit) @613   18 years framm - add extra digit to length when displayed in metres - proper icon for …
(edit) @612   18 years framm - fix memory leaks described in ticket #432, patch by …
(edit) @611   18 years framm - change the behaviour of property drop-downs to list the USED as well …
(edit) @610   18 years framm - fix "getting started" screen for low resolutions - fix …
(edit) @608   18 years framm - new extrude mode allows creation of rectangular shapes - new …
(edit) @604   18 years ramack - make gps-direction preference editable without einstein-mode …
(edit) @602   18 years ramack - fix disappearing of gpx, when no draw.rawgps.max-line-length is set, …
(edit) @601   18 years framm - fix delete button in translated versions of Relation List, Closes #677
(edit) @598   18 years ramack - solving Ticket #673: drawing short lines between gpx points now, …
(edit) @597   18 years ramack - implement ticket #671: add option to draw only interesting direction …
(edit) @595   18 years framm - use auto completion for property editor; patch from Michael …
(edit) @594   18 years ramack - fix of ticket #681, even if it seems to work fine with new jvms: …
(edit) @593   18 years framm - change value cycle order of checkboxes in tagging presets, now go to …
(edit) @591   18 years framm - Tagging presets now take existing tags into account and will not …
(edit) @590   18 years framm - cosmetics
(edit) @588   18 years framm - scale label fixed (now works for all projections), and subdivisions …
(edit) @587   18 years framm - new boolean config option draw.rawgps.direction enables arrowheads …
(edit) @586   18 years framm - add a "select" button at the bottom of the relation list to transfer …
(edit) @584   18 years framm - be honest about the fact that we don't do CSV anymore. closes #641.
(edit) @582   18 years framm - got rid of a few compiler warnings
(edit) @578   18 years david Allow combination of audio marker creation methods and implement …
(edit) @577   18 years david when dragging play head (a) fix bug re extraneous rubber band …
(edit) @576   18 years tom_e Fix for relative file name in gpx link - from RaSchu, #507
(edit) @575   18 years david fix problem where Import Audio would not find a starting trackpoint if …
(edit) @574   18 years david advertise audio mapping
(edit) @573   18 years david incorrect preference name (suppressautomarkers => makeautomarkers)
(edit) @572   18 years david Reorganise audio interface in light of recent usability comments
(edit) @568   18 years david add contextual help
(edit) @567   18 years david add contextual help
(edit) @565   18 years framm - relation editor now deletes any number of members. Patch by Tom …
(edit) @563   18 years david implement fast/slow forward
(edit) @562   18 years david Show/hide text -> show/hide text/icon, and implement as such
(edit) @561   18 years david Remember the directory last opened
(edit) @558   18 years david implement Paste Tags
(edit) @557   18 years david implement calibration function for audio player
(edit) @554   18 years david new "Add Audio Marker At Play Head" facility; and tidy up Audio …
(edit) @553   18 years david (a) add preference dialog, (b) add audio tracing
(edit) @552   18 years david audio synchronization for tracks without waypoints
(edit) @551   18 years david Fix crash when going to previous marker when we are at the first one …
(edit) @550   18 years david fix problem when audio syncing to waypoint other than the first one
(edit) @548   18 years david I wasn't checking that Next and Previous were AudioMarkers (was only …
(edit) @547   18 years david much improved audio handling: threaded audio, controls, sync with waypoints
(edit) @541   19 years framm - use waypoint's "desc" attribute in lieu of "name" if "name" is not …
(edit) @540   19 years framm - show relation's ID in relation editor title bar
(edit) @529   19 years gebner Part one of patch by Dave Hansen <dave@…> - Remove unused …
(edit) @527   19 years gebner Remove unused import.
(edit) @526   19 years framm - changed move mode to use an initial move threshold of 15 pixels, …
(edit) @512   19 years gebner Add support for two non-standard GPX variants: - <link>URL</link> …
(edit) @509   19 years gebner Fix parsing of Plugins.xml
(edit) @508   19 years gebner Export name tags as <name> elements in GPX.
(edit) @506   19 years gebner MapView: add MapMover, MapSlider, MapScaler only after initialization.
(edit) @504   19 years gebner Don't do hacky string mangling to get a URL from a File.
(edit) @497   19 years gebner When toggling wireframe mode, don't fail if there is no MapFrame yet.
(edit) @494   19 years gebner GpxLayer: provide a more sensible tooltip text.
(edit) @488   19 years gebner Change the shortcut for wireframe mode to ctrl-w so that it doesn't …
(edit) @486   19 years framm - built-in mappaint. mappaint plugin no longer required and will be …
(edit) @484   19 years tabacha put some strings e.g. status bar messages in tr() to translate it
(edit) @483   19 years gebner OsmDataLayer: check for OsmPrimitive.keys == null
(edit) @478   19 years gebner Speed up merging. - Don't scan our dataset for every primitive we …
(edit) @474   19 years (none) fix bug #480: change the button texts of the plugin preferences
(edit) @466   19 years (none) move "Join node to way" function from UtilsPlugin to core
(edit) @464   19 years (none) a doubleclick on the layer entry hides/shows it
(edit) @462   19 years (none) remove the unused "Layer" menu - this confuses when plugins add top …
(edit) @460   19 years (none) make the menu look more like the standard JAVA menu: - add a …
(edit) @459   19 years (none) fix bug #426: tick the checkbox in the download dialog for …
(edit) @454   19 years gebner SelectAction: Fix shift-select and ctrl-select. Before r452 if you …
(edit) @450   19 years (none) "usability cleanup" of main menu and default toolbar main menu: - add …
(edit) @446   19 years framm - temporarily re-add RawGpsLayer for those plugins still requiring it
(edit) @444   19 years framm - patch for better GPX file support by Raphael Mack …
(edit) @442   19 years gebner Don't reset prefs to default when encountering parsing errors.
(edit) @435   19 years framm - add a call for download area selection classes to close the download …
(edit) @434   19 years (none) fix a comment typo
(edit) @432   19 years framm - fix Java 1.5 compile problem
(edit) @431   19 years gebner Make the applet code work again.
(edit) @422   19 years framm - added patch by Matthew Newton <matthew-osm@…> to …
(edit) @420   19 years framm - removed duplicate "select all" from edit menu
(edit) @419   19 years framm - "use builtin defaults" in tagging preset preference now defaults to true
(edit) @418   19 years framm - tagging presets are now not shown in the properties dialog by …
(edit) @417   19 years framm - automatically select the contents of the "URL from …
(edit) @416   19 years gebner Don't perform property edit when clicking on cancel.
(edit) @415   19 years gebner PropertiesDialog: Remember value when editing keys.
(edit) @414   19 years gebner Add check for MapView.activeLayer == null.
(edit) @407   19 years gebner Add incompleteness checks.
(edit) @404   19 years framm
(edit) @402   19 years framm - started adding support for uploading GPX files, not complete yet, …
(edit) @399   19 years framm - hide presets menu when no presets defined - add shortcut for presets menu
(edit) @398   19 years framm - switch using the built-in tagging presets on by default
(edit) @397   19 years framm - added a built-in set of tagging presets. this can be disabled from …
(edit) @391   19 years gebner Fix build for JDK 1.5.
Note: See TracRevisionLog for help on using the revision log.