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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @872   17 years ramack GpxWriter does not close the stream it writes to after it has …
(edit) @868   17 years stoecker fixed initial move offset for virtual nodes
(edit) @860   17 years stoecker fixed segment number display
(edit) @859   17 years stoecker make download dialog resizable
(edit) @858   17 years stoecker added unglue action to main JOSM. Thanks to Henry Loenwind and Robin …
(edit) @853   17 years stoecker create virtual nodes only in case point is moved
(edit) @850   17 years stoecker no longer do delete events for undrawable layers
(edit) @846   17 years stoecker Fixed Exception. Closes #1440
(edit) @845   17 years stoecker Prevent editing inactive layer. Fix layer oder and display order. …
(edit) @816   17 years framm - made ExtensionFileFilter constructor public to accomodate new Tcx plugin
(edit) @813   17 years stoecker support of Garmin time stamps in GPX import. patch by Roland Ramthun
(edit) @811   17 years david paste/duplicate at mouse position: patch on behalf of Petr Dlouhý, …
(edit) @805   17 years stoecker Added virtual nodes in select mode. Closes #595.
(edit) @804   17 years stoecker cleanup color preferences a lot
(edit) @797   17 years stoecker corrected autoscale
(edit) @795   17 years stoecker einstein mode preferences now shows all options and their default values
(edit) @773   17 years stoecker correct way splitting for circular ways
(edit) @772   17 years stoecker No longer ask useless question for way splitting. Patch by Florian …
(edit) @771   17 years stoecker I18N
(edit) @770   17 years framm - forgot to add these, silly me.
(edit) @768   17 years framm - mappaint modifications by Joerg Henne <j.henne@…>; now …
(edit) @764   17 years stoecker Updated automatic tag corrections
(edit) @761   17 years gebner Make the preferences dialog resizable.
(edit) @758   17 years stoecker unified translation a bit
(edit) @755   17 years stoecker better sorting of selected elements and relation list, reenabled …
(edit) @754   17 years stoecker fixed exception. Closes 1392.
(edit) @753   17 years stoecker no longer select relations and incomplete elements. Fixes #616.
(edit) @750   17 years stoecker Fixed exception. Closes bug #1379.
(edit) @749   17 years stoecker Fixed Align circles in node in case of way usage. Closes bug #1389.
(edit) @748   17 years stoecker some cleanups
(edit) @746   17 years framm - changed AutoScaleAction to leave some margin around selected objects …
(edit) @737   17 years framm - added NMEA suport, patch by egore@… and jennergruhle. closes …
(edit) @734   17 years stoecker No longer make a created_by conflict for way or node joining. In case …
(edit) @733   17 years stoecker improved relation handling, also closes #638
(edit) @731   17 years stoecker i18n fix
(edit) @729   17 years stoecker added automatic tag correction system by Robin Rattay
(edit) @726   17 years framm - automatically swap lat/lon in download dialog if necessary. patch by …
(edit) @699   17 years stoecker added patch by Andy Street to reduce creating new ways when …
(edit) @693   17 years stoecker Save dialog now distinguish between OSM and GPX. Saving OSM layer as …
(edit) @682   17 years stoecker fixed exception - closing bug #683
(edit) @674   17 years framm - various patches by Dirk Stoecker <openstreetmap@…> - Add …
(edit) @668   17 years framm - when a way is split, make both parts member of any relation the old …
(edit) @655   17 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @644   17 years david Allow SHIFT+CLICK in Draw Nodes mode to select node whether or not …
(edit) @642   17 years framm - small drawing performance speedup by Daniel Naber …
(edit) @627   17 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @626   17 years framm - ye grande eol style fixe
(edit) @623   17 years david dynamic startup message
(edit) @618   17 years gebner Remove annoying exception in DrawAction when activating the draw …
(edit) @616   17 years framm - fix typo in help text
(edit) @613   17 years framm - add extra digit to length when displayed in metres - proper icon for …
(edit) @612   17 years framm - fix memory leaks described in ticket #432, patch by …
(edit) @608   17 years framm - new extrude mode allows creation of rectangular shapes - new …
(edit) @603   17 years ramack - revert parts of changeset [600] to allow compilation again
(edit) @600   17 years framm - for "align in line", use nodes from selected way if none selected; …
(edit) @597   17 years ramack - implement ticket #671: add option to draw only interesting direction …
(edit) @584   17 years framm - be honest about the fact that we don't do CSV anymore. closes #641.
(edit) @583   17 years framm - the "align nodes in circle" tool will now also work if one single …
(edit) @582   17 years framm - got rid of a few compiler warnings
(edit) @581   17 years framm changed default for initial-move-threshold from 15 to 5 pixels.
(edit) @577   17 years david when dragging play head (a) fix bug re extraneous rubber band …
(edit) @572   17 years david Reorganise audio interface in light of recent usability comments
(edit) @570   17 years tom_e Clarify prompt when trying to split a circular way (#493)
(edit) @569   17 years david add contextual help
(edit) @566   17 years david fix crash on changing selection
(edit) @564   17 years framm - align in circles now works regardless of projection. Patch by Tom …
(edit) @563   17 years david implement fast/slow forward
(edit) @560   17 years david Add shortcut keys for audio actions
(edit) @558   17 years david implement Paste Tags
(edit) @553   17 years david (a) add preference dialog, (b) add audio tracing
(edit) @547   17 years david much improved audio handling: threaded audio, controls, sync with waypoints
(edit) @529   17 years gebner Part one of patch by Dave Hansen <dave@…> - Remove unused …
(edit) @526   17 years framm - changed move mode to use an initial move threshold of 15 pixels, …
(edit) @522   17 years gebner SearchCompiler: "nodes:n" searches for ways with n nodes.
(edit) @517   17 years gebner SearchCompiler: Report errors.
(edit) @516   17 years gebner SaveActionBase: Append extension to file name instead of replacing it.
(edit) @515   17 years gebner SearchCompiler: Allow searching for user names.
(edit) @514   17 years gebner SearchCompiler: Fix the Incomplete matcher.
(edit) @513   17 years gebner Implement a recursive-descent parser for SearchCompiler.
(edit) @510   17 years framm - fix bug that would not properly overwrite existing files, as …
(edit) @502   17 years gebner SelectAction: When complaining about moving nodes outsides the world, …
(edit) @501   17 years gebner DeleteAction: Also delete nodes if they're currently referenced by …
(edit) @500   17 years gebner Fix ConcurrentModificationException in DeleteAction. Note: Don't …
(edit) @495   17 years gebner When deleting a way, delete untagged and unused nodes reference by it …
(edit) @487   17 years gebner Add a JScrollPane to fit all the plugins in the about dialog.
(edit) @485   17 years gebner When splitting ways, don't complain if the nodes are used by deleted ways.
(edit) @484   17 years tabacha put some strings e.g. status bar messages in tr() to translate it
(edit) @482   17 years framm - do not create empty MarkerLayers; suggestion from Dave Hansen
(edit) @469   17 years gebner Remove ctrl+shift escapes from most actions.
(edit) @468   17 years gebner Define the extra 'u' shortcut for unselect all in UnselectAllAction …
(edit) @466   17 years (none) move "Join node to way" function from UtilsPlugin to core
(edit) @463   17 years (none) some more minor menu changes: - Edit/Redo should use the common …
(edit) @460   17 years (none) make the menu look more like the standard JAVA menu: - add a …
(edit) @459   17 years (none) fix bug #426: tick the checkbox in the download dialog for …
(edit) @458   17 years (none) add keyboard shortcuts "1,2,3,4" for the "View/Zoom In ..." menu entries
(edit) @455   17 years gebner SelectAction: Replace the selection when dragging a previously …
(edit) @454   17 years gebner SelectAction: Fix shift-select and ctrl-select. Before r452 if you …
(edit) @453   17 years gebner DeleteAction: Copy tags when splitting ways.
(edit) @452   17 years framm - fix moving of selected groups of objects (JOSM always cleared …
(edit) @450   17 years (none) "usability cleanup" of main menu and default toolbar main menu: - add …
Note: See TracRevisionLog for help on using the revision log.