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

Name Size Rev Age Author Last Change
../
upload 5926   11 years bastiK clean up imports
search 5948   11 years Don-vip fix #8693 - CCE in Search Dialog caused by r5886
relation 5821   11 years Don-vip see #7846 - Large code refactorization in management of popup menus to …
mapmode 6037   11 years akks see #8470: extrude mode option - extrude.drag-nodes-without-ctrl
downloadtasks 6046   11 years akks fix #7436 (shortcut/toolbar redefinition) and EDT violations in Update …
audio 5945   11 years stoecker fix #8522 - remember and play last played audio marker for start/stop
ZoomToAction.java 4.1 KB 5857   11 years Don-vip fix #8561 - Integrate restart plugin into core. Asks for restart when …
ZoomOutAction.java 1.3 KB 5926   11 years bastiK clean up imports
ZoomInAction.java 1.3 KB 5926   11 years bastiK clean up imports
WireframeToggleAction.java 2.8 KB 5925   11 years bastiK replace tabs by spaces
ViewportFollowToggleAction.java 2.1 KB 5460   12 years Don-vip global use of Main.isDisplayingMapView()
ValidateAction.java 6.9 KB 5526   12 years jttt Fix #8045 New "Registered toolbar action" bug with the Validator.
UploadSelectionAction.java 13.2 KB 6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
UploadAction.java 9.8 KB 5621   11 years stoecker fix #8211 - data fix on upload
UpdateSelectionAction.java 5.0 KB 6046   11 years akks fix #7436 (shortcut/toolbar redefinition) and EDT violations in Update …
UpdateModifiedAction.java 2.1 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
UpdateDataAction.java 3.7 KB 6046   11 years akks fix #7436 (shortcut/toolbar redefinition) and EDT violations in Update …
UnselectAllAction.java 1017 bytes 5926   11 years bastiK clean up imports
UnGlueAction.java 15.9 KB 5909   11 years stoecker fix all remaining javadoc warnings
UndoAction.java 1.6 KB 5289   12 years simon04 fix #7793 - Wrong tooltip for undo button
ToggleUploadDiscouragedLayerAction.java 788 bytes 5025   12 years Don-vip see #4043 - Have an 'upload prohibited' flag in .osm files
ToggleGPXLinesAction.java 1.0 KB 5460   12 years Don-vip global use of Main.isDisplayingMapView()
SplitWayAction.java 23.6 KB 5570   11 years jttt Split way - allow special case when selected way touches way that we …
SimplifyWayAction.java 10.2 KB 5871   11 years Don-vip fix #8611 (audio slower broken) + update all audio javadoc
ShowStatusReportAction.java 7.6 KB 5992   11 years Don-vip Nicer VM arguments in status report
SessionSaveAsAction.java 8.3 KB 5684   11 years bastiK add session support for marker layers (see #4029) The data is …
SessionLoadAction.java 4.9 KB 5926   11 years bastiK clean up imports
SelectAllAction.java 1.1 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
SaveAsAction.java 1.1 KB 5459   12 years Don-vip fix #2961 - Improve usability of WMS Layer Saving/Loading - Replaced …
SaveActionBase.java 6.9 KB 6011   11 years Don-vip fix #8792 - correct save of file containing a dot in their name, …
SaveAction.java 2.0 KB 5909   11 years stoecker fix all remaining javadoc warnings
ReverseWayAction.java 5.1 KB 5724   11 years Don-vip fix #4664 - warn when reverting a way with direction defined by tag
RestartAction.java 6.0 KB 5967   11 years Don-vip see #8720, see #8733 - More checks and some debug info in RestartAction
RenameLayerAction.java 3.9 KB 5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
RedoAction.java 1.6 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
PurgeAction.java 12.6 KB 5905   11 years bastiK applied #8643 - Very slow Purge command - O(N2) (patch by bilbo)
PreferenceToggleAction.java 1.4 KB 5927   11 years bastiK add missing license information
PreferencesAction.java 1.2 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
PasteTagsAction.java 13.1 KB 5915   11 years stoecker use 3 step wiki loading fallback, cleanup handling of language fallbacks
PasteAction.java 8.2 KB 5953   11 years Don-vip fix #8690 - After copying some primitives, only select those that have …
ParameterizedActionDecorator.java 1.4 KB 5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
ParameterizedAction.java 362 bytes 5926   11 years bastiK clean up imports
OsmPrimitiveAction.java 634 bytes 5821   11 years Don-vip see #7846 - Large code refactorization in management of popup menus to …
OrthogonalizeAction.java 25.3 KB 5736   11 years Don-vip fix #4276 - Allow to disable warning messages of orthogonalize action
OpenLocationAction.java 8.3 KB 6040   11 years Don-vip fix #8827 - HTML rendering differ if run before or after having …
OpenFileAction.java 14.0 KB 5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
NewAction.java 946 bytes 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
MoveNodeAction.java 2.3 KB 4314   13 years bastiK add east/north input to 'add node' and 'move node' actions
MoveAction.java 5.4 KB 5377   12 years akks patch by JB: Moving 400 ways takes more than 20 seconds, see #7888
MirrorAction.java 3.0 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
MergeSelectionAction.java 3.6 KB 5360   12 years Don-vip fix #7776 - Selection of deleted objects
MergeNodesAction.java 14.0 KB 5989   11 years Don-vip fix #8760 - When merging nodes, keep the oldest used one, not just …
MergeLayerAction.java 4.6 KB 5897   11 years Don-vip see #8582 - Use Main.removeLayer() everywhere
Map_Rectifier_WMSmenuAction.java 9.3 KB 5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
LassoModeAction.java 973 bytes 5460   12 years Don-vip global use of Main.isDisplayingMapView()
JumpToAction.java 6.8 KB 5966   11 years akks fix #8723: left click on position in status bar now opens lat/lon …
JosmAction.java 9.7 KB 5984   11 years Don-vip fix #7700 - fix all EDT violations observed while merging layers, most …
JoinNodeWayAction.java 4.4 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
JoinAreasAction.java 50.7 KB 5947   11 years Don-vip fix #8692 - Handle null DeleteCommands in JoinAreaAction and …
InfoWebAction.java 1.1 KB 5926   11 years bastiK clean up imports
InfoAction.java 1.6 KB 5925   11 years bastiK replace tabs by spaces
ImageryAdjustAction.java 9.9 KB 5962   11 years Don-vip see #8710 - Inconsistent MapMode focus behaviour: forgot one mapmode
HistoryInfoWebAction.java 1.2 KB 5926   11 years bastiK clean up imports
HistoryInfoAction.java 1.6 KB 5925   11 years bastiK replace tabs by spaces
HelpAction.java 1.8 KB 4139   13 years stoecker fix #6474 - fix toolbar action entries for some actions and fix …
GpxExportAction.java 3.5 KB 5477   12 years stoecker fix GPX eport
FullscreenToggleAction.java 4.1 KB 5286   12 years bastiK fixed: "View > Fullscreen mode" causes 2 toggles in a row, resulting …
FollowLineAction.java 4.8 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
ExtensionFileFilter.java 11.9 KB 5566   11 years Don-vip fix #5288 - multiple JOSM instances: Bogus crash recovery attempt
ExpertToggleAction.java 5.7 KB 4843   12 years bastiK see #7299 - Move features to expert mode
ExitAction.java 923 bytes 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
DuplicateAction.java 1.5 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
DownloadReferrersAction.java 4.3 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
DownloadPrimitiveAction.java 7.1 KB 5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
DownloadAction.java 2.2 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
DistributeAction.java 5.9 KB 6006   11 years Don-vip fix #8793 - NullPointerException in DistributeAction
DiskAccessAction.java 7.7 KB 5438   12 years Don-vip fix #6733 - File Open dialog incorrectly accepts folder selection …
DialogsToggleAction.java 3.0 KB 6019   11 years akks see #8652: do not shift the map on screen when toggling panels by Tab …
DeleteAction.java 1.4 KB 5275   12 years bastiK doc improvements
CreateMultipolygonAction.java 10.8 KB 5818   11 years stoecker javadoc fixes
CreateCircleAction.java 11.0 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
CopyCoordinatesAction.java 1.8 KB 5927   11 years bastiK add missing license information
CopyAction.java 2.8 KB 5953   11 years Don-vip fix #8690 - After copying some primitives, only select those that have …
CombineWayAction.java 20.7 KB 5452   12 years Don-vip Code refactorisation on EDT calls
CloseChangesetAction.java 5.1 KB 5818   11 years stoecker javadoc fixes
ChangesetManagerToggleAction.java 3.1 KB 5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
AutoScaleAction.java 13.6 KB 6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
AlignInLineAction.java 8.0 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
AlignInCircleAction.java 9.3 KB 5719   11 years Don-vip see #8431 - Align in circle: Do not allow "regular polygon" mode for …
AddNodeAction.java 2.2 KB 5926   11 years bastiK clean up imports
AddImageryLayerAction.java 5.9 KB 6000   11 years simon04 Add combobox for image format to dialog when creating WMS layer
AdaptableAction.java 238 bytes 4032   13 years stoecker allow to define icon and name for search and background layer actions …
ActionParameter.java 1.6 KB 5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
AbstractMergeAction.java 3.1 KB 5450   12 years Don-vip fix #7917 - Control the number of items displayed at once in all …
AbstractInfoAction.java 6.0 KB 5422   12 years Don-vip see #7943 - Introduce OsmApi.DEFAULT_API_URL, better handling of …
AboutAction.java 4.9 KB 5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
Note: See TracBrowser for help on using the repository browser.