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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @737   16 years framm - added NMEA suport, patch by egore@… and jennergruhle. closes …
(edit) @734   16 years stoecker No longer make a created_by conflict for way or node joining. In case …
(edit) @733   16 years stoecker improved relation handling, also closes #638
(edit) @731   16 years stoecker i18n fix
(edit) @729   16 years stoecker added automatic tag correction system by Robin Rattay
(edit) @726   16 years framm - automatically swap lat/lon in download dialog if necessary. patch by …
(edit) @699   16 years stoecker added patch by Andy Street to reduce creating new ways when …
(edit) @693   16 years stoecker Save dialog now distinguish between OSM and GPX. Saving OSM layer as …
(edit) @682   16 years stoecker fixed exception - closing bug #683
(edit) @674   16 years framm - various patches by Dirk Stoecker <openstreetmap@…> - Add …
(edit) @668   16 years framm - when a way is split, make both parts member of any relation the old …
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @644   16 years david Allow SHIFT+CLICK in Draw Nodes mode to select node whether or not …
(edit) @642   16 years framm - small drawing performance speedup by Daniel Naber …
(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) @618   16 years gebner Remove annoying exception in DrawAction when activating the draw …
(edit) @616   16 years framm - fix typo in help text
(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) @608   16 years framm - new extrude mode allows creation of rectangular shapes - new …
(edit) @603   16 years ramack - revert parts of changeset [600] to allow compilation again
(edit) @600   16 years framm - for "align in line", use nodes from selected way if none selected; …
(edit) @597   16 years ramack - implement ticket #671: add option to draw only interesting direction …
(edit) @584   16 years framm - be honest about the fact that we don't do CSV anymore. closes #641.
(edit) @583   16 years framm - the "align nodes in circle" tool will now also work if one single …
(edit) @582   16 years framm - got rid of a few compiler warnings
(edit) @581   16 years framm changed default for initial-move-threshold from 15 to 5 pixels.
(edit) @577   16 years david when dragging play head (a) fix bug re extraneous rubber band …
(edit) @572   16 years david Reorganise audio interface in light of recent usability comments
(edit) @570   16 years tom_e Clarify prompt when trying to split a circular way (#493)
(edit) @569   16 years david add contextual help
(edit) @566   16 years david fix crash on changing selection
(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) @560   16 years david Add shortcut keys for audio actions
(edit) @558   16 years david implement Paste Tags
(edit) @553   16 years david (a) add preference dialog, (b) add audio tracing
(edit) @547   16 years david much improved audio handling: threaded audio, controls, sync with waypoints
(edit) @529   16 years gebner Part one of patch by Dave Hansen <dave@…> - Remove unused …
(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) @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) @510   16 years framm - fix bug that would not properly overwrite existing files, as …
(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) @495   16 years gebner When deleting a way, delete untagged and unused nodes reference by it …
(edit) @487   16 years gebner Add a JScrollPane to fit all the plugins in the about dialog.
(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) @482   16 years framm - do not create empty MarkerLayers; suggestion from Dave Hansen
(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) @466   16 years (none) move "Join node to way" function from UtilsPlugin to core
(edit) @463   16 years (none) some more minor menu changes: - Edit/Redo should use the common …
(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) @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) @444   16 years framm - patch for better GPX file support by Raphael Mack …
(edit) @437   16 years gebner Fix selection inconsistencies in DrawMode
(edit) @435   16 years framm - add a call for download area selection classes to close the download …
(edit) @429   16 years gebner Add a generic pair class.
(edit) @428   16 years gebner Apply changes from CombineWayAction to MergeNodesAction.
(edit) @426   16 years gebner Allow to combine ways with different memberships.
(edit) @425   16 years gebner Fix combining of ways that are members of not-yet-uploaded relations.
(edit) @424   16 years gebner Add new icon for the merge-nodes action.
(edit) @422   16 years framm - added patch by Matthew Newton <matthew-osm@…> to …
(edit) @412   16 years gebner Fix NPE when downloading gps traces. Fixes bug #446.
(edit) @411   17 years gebner Free the download dialog after use. Patch by petr.nejedly@… in …
(edit) @410   17 years gebner When auto-scaling to a single node, show just 50m context instead of 1km.
(edit) @409   17 years framm - when drawing a way, select the way and not the last node - when …
(edit) @408   17 years framm - do not extend incomplete or deleted ways; fixes bug reported on …
(edit) @407   17 years gebner Add incompleteness checks.
(edit) @406   17 years framm - modify CombineWayAction not to allow merging of ways if they have …
(edit) @404   17 years framm
(edit) @403   17 years framm - added patch to ignore "view->zoom" command if nothing is there to …
(edit) @402   17 years framm - started adding support for uploading GPX files, not complete yet, …
(edit) @400   17 years gebner Add extra shortcut A for the draw mapmode.
(edit) @394   17 years gebner Don't create zero length way segments.
(edit) @393   17 years gebner Allow splitting of circular ways at the endpoints.
(edit) @390   17 years framm - do not count anything as a move if it lasts less than 100 milliseconds.
(edit) @389   17 years framm - when new node inserted in exactly two segments at the same time, …
(edit) @388   17 years gebner When inserting node into a way segment, move it to lie on the former …
(edit) @387   17 years gebner Remove debugging output.
(edit) @386   17 years gebner Allow splitting multiple way segments connecting the same nodes.
(edit) @383   17 years gebner Fix warnings reported by -Xlint.
(edit) @378   17 years gebner Update 'tagged' property when splitting ways. Fixes bug #398.
(edit) @376   17 years framm - remove debug println
(edit) @375   17 years framm - in draw mode, use alt modifier to start new way instead of …
Note: See TracRevisionLog for help on using the revision log.