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

Name Size Rev Age Author Last Change
../
audio 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
downloadtasks 5654   11 years Don-vip fix #8313 - NPE in download OSM task
mapmode 5653   11 years Don-vip Fix #8128 - NPE while dragging object
search 5602   11 years simon04 typo
upload 5623   11 years akks fix NPE in FixDataHook, see #8211
AboutAction.java 4.6 KB 5493   12 years Don-vip see #8011 - Small improvements in About dialog
AbstractInfoAction.java 6.0 KB 5422   12 years Don-vip see #7943 - Introduce OsmApi.DEFAULT_API_URL, better handling of …
AbstractMergeAction.java 3.1 KB 5450   12 years Don-vip fix #7917 - Control the number of items displayed at once in all …
ActionParameter.java 1.6 KB 5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
AdaptableAction.java 238 bytes 4032   13 years stoecker allow to define icon and name for search and background layer actions …
AddImageryLayerAction.java 5.4 KB 5617   11 years simon04 see #8254 - new imagery entry wms_endpoint: Store WMS endpoint only, …
AddNodeAction.java 2.2 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
AlignInCircleAction.java 8.5 KB 5125   12 years Don-vip Make polygon centroid computation a public method in Geometry class
AlignInLineAction.java 8.0 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
AutoScaleAction.java 10.1 KB 5460   12 years Don-vip global use of Main.isDisplayingMapView()
ChangesetManagerToggleAction.java 3.1 KB 5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
CloseChangesetAction.java 5.3 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
CombineWayAction.java 20.7 KB 5452   12 years Don-vip Code refactorisation on EDT calls
CopyAction.java 2.5 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
CopyCoordinatesAction.java 1.7 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
CreateCircleAction.java 11.0 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
CreateMultipolygonAction.java 9.7 KB 5225   12 years akks see #7458 : enable tags moving when creating multipolygon [improved …
DeleteAction.java 1.4 KB 5275   12 years bastiK doc improvements
DiskAccessAction.java 7.7 KB 5438   12 years Don-vip fix #6733 - File Open dialog incorrectly accepts folder selection …
DistributeAction.java 5.0 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
DownloadAction.java 2.2 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
DownloadPrimitiveAction.java 14.4 KB 5373   12 years Don-vip fix indentation from previous commit
DownloadReferrersAction.java 4.3 KB 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
ExitAction.java 923 bytes 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
ExpertToggleAction.java 5.7 KB 4843   12 years bastiK see #7299 - Move features to expert mode
ExtensionFileFilter.java 11.9 KB 5566   11 years Don-vip fix #5288 - multiple JOSM instances: Bogus crash recovery attempt
FollowLineAction.java 4.8 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
FullscreenToggleAction.java 4.1 KB 5286   12 years bastiK fixed: "View > Fullscreen mode" causes 2 toggles in a row, resulting …
GpxExportAction.java 3.5 KB 5477   12 years stoecker fix GPX eport
HelpAction.java 1.8 KB 4139   13 years stoecker fix #6474 - fix toolbar action entries for some actions and fix …
HistoryInfoAction.java 1.5 KB 5360   12 years Don-vip fix #7776 - Selection of deleted objects
HistoryInfoWebAction.java 1.2 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
ImageryAdjustAction.java 9.9 KB 5460   12 years Don-vip global use of Main.isDisplayingMapView()
InfoAction.java 1.6 KB 5360   12 years Don-vip fix #7776 - Selection of deleted objects
InfoWebAction.java 1.2 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
JoinAreasAction.java 50.3 KB 5132   12 years simon04 fix #7513 - Warn non-experts when combining ways with conflicting tags …
JoinNodeWayAction.java 4.4 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
JosmAction.java 9.4 KB 5526   12 years jttt Fix #8045 New "Registered toolbar action" bug with the Validator.
JumpToAction.java 7.1 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
LassoModeAction.java 973 bytes 5460   12 years Don-vip global use of Main.isDisplayingMapView()
Map_Rectifier_WMSmenuAction.java 9.3 KB 5567   11 years Don-vip fix #8107 - Fix layout of "Rectified Image" dialog
MergeLayerAction.java 4.6 KB 5297   12 years Don-vip fix #4493, fix #7750: conflict dialog, nodes and members tab: allow …
MergeNodesAction.java 13.6 KB 5360   12 years Don-vip fix #7776 - Selection of deleted objects
MergeSelectionAction.java 3.6 KB 5360   12 years Don-vip fix #7776 - Selection of deleted objects
MirrorAction.java 3.0 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
MoveAction.java 5.4 KB 5377   12 years akks patch by JB: Moving 400 ways takes more than 20 seconds, see #7888
MoveNodeAction.java 2.3 KB 4314   13 years bastiK add east/north input to 'add node' and 'move node' actions
NewAction.java 946 bytes 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
OpenFileAction.java 13.7 KB 4996   12 years Don-vip fix #2012 - Download from URL dropped on main window
OpenLocationAction.java 6.6 KB 5361   12 years Don-vip fix #7879 - Allow to open local and remote gzipped/bzipped osmChange …
OrthogonalizeAction.java 24.5 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
ParameterizedAction.java 390 bytes 5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
ParameterizedActionDecorator.java 1.4 KB 5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
PasteAction.java 7.5 KB 5096   12 years simon04 fix #7517 - NPE when pasting relation with incomplete node members to …
PasteTagsAction.java 11.7 KB 5275   12 years bastiK doc improvements
PreferencesAction.java 1.2 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
PreferenceToggleAction.java 1.3 KB 5092   12 years simon04 Toggle edit toolbar (in View menu or in popup menu)
PurgeAction.java 12.4 KB 5360   12 years Don-vip fix #7776 - Selection of deleted objects
RedoAction.java 1.6 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
RenameLayerAction.java 3.8 KB 4570   12 years Don-vip Use of Main.platform.rename() instead of File.renameTo()
ReverseWayAction.java 4.9 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
SaveAction.java 2.0 KB 5459   12 years Don-vip fix #2961 - Improve usability of WMS Layer Saving/Loading - Replaced …
SaveActionBase.java 6.5 KB 5460   12 years Don-vip global use of Main.isDisplayingMapView()
SaveAsAction.java 1.1 KB 5459   12 years Don-vip fix #2961 - Improve usability of WMS Layer Saving/Loading - Replaced …
SelectAllAction.java 1.1 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
SessionLoadAction.java 4.3 KB 5573   11 years bastiK add *.* file filter at 2 more places
SessionSaveAsAction.java 8.3 KB 5505   12 years bastiK add session support for geoimage layers (see #4029)
ShowStatusReportAction.java 4.7 KB 4973   12 years stoecker remove keycodes for NONE-group
SimplifyWayAction.java 10.3 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
SplitWayAction.java 23.6 KB 5570   11 years jttt Split way - allow special case when selected way touches way that we …
ToggleGPXLinesAction.java 1.0 KB 5460   12 years Don-vip global use of Main.isDisplayingMapView()
ToggleUploadDiscouragedLayerAction.java 788 bytes 5025   12 years Don-vip see #4043 - Have an 'upload prohibited' flag in .osm files
UndoAction.java 1.6 KB 5289   12 years simon04 fix #7793 - Wrong tooltip for undo button
UnGlueAction.java 15.9 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
UnselectAllAction.java 1.0 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
UpdateDataAction.java 3.6 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
UpdateModifiedAction.java 2.1 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
UpdateSelectionAction.java 4.9 KB 5360   12 years Don-vip fix #7776 - Selection of deleted objects
UploadAction.java 9.8 KB 5621   11 years stoecker fix #8211 - data fix on upload
UploadSelectionAction.java 13.0 KB 5360   12 years Don-vip fix #7776 - Selection of deleted objects
ValidateAction.java 6.9 KB 5526   12 years jttt Fix #8045 New "Registered toolbar action" bug with the Validator.
ViewportFollowToggleAction.java 2.1 KB 5460   12 years Don-vip global use of Main.isDisplayingMapView()
WireframeToggleAction.java 2.8 KB 5460   12 years Don-vip global use of Main.isDisplayingMapView()
ZoomInAction.java 1.3 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
ZoomOutAction.java 1.3 KB 4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
ZoomToAction.java 4.1 KB 5310   12 years Don-vip fix #7750 - Conflict dialog: Really selects id:0 primitives without zooming
Note: See TracBrowser for help on using the repository browser.