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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @658   16 years framm - split up MOTD i18n stuff for easier translation (patch by Dirk …
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @654   16 years framm - really fix MOTD code ;-)
(edit) @653   16 years framm - add a "download members" button to relation editor, patch by …
(edit) @652   16 years framm - always show all "message of the day" messages, not only unread. - …
(edit) @650   16 years ramack - even though I think this should not yield a problem, it is safer …
(edit) @647   16 years ramack improve info on GpxLayers, closes #756 and also gives track length
(edit) @646   16 years framm - patch by Henry Loenwind (ticket #720) to speed up gps rendering
(edit) @645   16 years david case >= should have condition >= not >.
(edit) @638   16 years framm - revert to r628
(edit) @635   16 years framm - graphics fix by Daniel Naber. -> closes #736
(edit) @632   16 years ramack - fixed typo, which closes #727
(edit) @631   16 years framm - polygon drawing performance increases by Daniel Naber …
(edit) @628   16 years framm - make ChangePropertyCommand() constructor take single object (patch …
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @626   16 years framm - ye grande eol style fixe
(edit) @623   16 years david dynamic startup message
(edit) @622   16 years gebner Color tracks by velocity.
(edit) @621   16 years framm - fix changing of keys when multiple objects selected, patch by …
(edit) @620   16 years gebner Don't draw zero area download boundaries.
(edit) @619   16 years gebner Put the code to display the currently mouse-overed object in the …
(edit) @617   16 years gebner Convert MapStatus.java to UTF-8 so that javac can read it.
(edit) @614   16 years framm - support for sub-menus in tagging presets (simply name them "Foo/Bar" …
(edit) @613   16 years framm - add extra digit to length when displayed in metres - proper icon for …
(edit) @612   16 years framm - fix memory leaks described in ticket #432, patch by …
(edit) @611   16 years framm - change the behaviour of property drop-downs to list the USED as well …
(edit) @610   16 years framm - fix "getting started" screen for low resolutions - fix …
(edit) @608   16 years framm - new extrude mode allows creation of rectangular shapes - new …
(edit) @604   16 years ramack - make gps-direction preference editable without einstein-mode …
(edit) @602   16 years ramack - fix disappearing of gpx, when no draw.rawgps.max-line-length is set, …
(edit) @601   16 years framm - fix delete button in translated versions of Relation List, Closes #677
(edit) @598   16 years ramack - solving Ticket #673: drawing short lines between gpx points now, …
(edit) @597   16 years ramack - implement ticket #671: add option to draw only interesting direction …
(edit) @595   16 years framm - use auto completion for property editor; patch from Michael …
(edit) @594   16 years ramack - fix of ticket #681, even if it seems to work fine with new jvms: …
(edit) @593   16 years framm - change value cycle order of checkboxes in tagging presets, now go to …
(edit) @591   16 years framm - Tagging presets now take existing tags into account and will not …
(edit) @590   16 years framm - cosmetics
(edit) @588   16 years framm - scale label fixed (now works for all projections), and subdivisions …
(edit) @587   16 years framm - new boolean config option draw.rawgps.direction enables arrowheads …
(edit) @586   16 years framm - add a "select" button at the bottom of the relation list to transfer …
(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   17 years framm - add a call for download area selection classes to close the download …
(edit) @434   17 years (none) fix a comment typo
(edit) @432   17 years framm - fix Java 1.5 compile problem
(edit) @431   17 years gebner Make the applet code work again.
(edit) @422   17 years framm - added patch by Matthew Newton <matthew-osm@…> to …
(edit) @420   17 years framm - removed duplicate "select all" from edit menu
(edit) @419   17 years framm - "use builtin defaults" in tagging preset preference now defaults to true
Note: See TracRevisionLog for help on using the revision log.