source:
josm/trunk/src/org/openstreetmap/josm/actions@
6681
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
audio | 6380 | 11 years | update license/copyright information | ||
downloadtasks | 6643 | 11 years |
global replacement of e.printStackTrace() by Main.error(e)
|
||
mapmode | 6679 | 11 years | see #9110 - fix singular forms, even if they are useless | ||
relation | 6336 | 11 years | code cleanup / robustness in edit layer handling | ||
search | 6674 | 11 years |
Make strings like foo relation/123 and way/345 but also node/789 …
|
||
upload | 6636 | 11 years | see #9414 - MapCSS validator: skip tests with informational severity … | ||
AboutAction.java | 4.8 KB | 6380 | 11 years | update license/copyright information | |
AbstractInfoAction.java | 6.4 KB | 6679 | 11 years | see #9110 - fix singular forms, even if they are useless | |
AbstractMergeAction.java | 3.1 KB | 5450 | 13 years | fix #7917 - Control the number of items displayed at once in all … | |
ActionParameter.java | 1.6 KB | 5170 | 13 years | cleanup svn:mime-type properties preventing Java sources from being … | |
AdaptableAction.java | 238 bytes | 4032 | 14 years | allow to define icon and name for search and background layer actions … | |
AddImageryLayerAction.java | 5.8 KB | 6248 | 12 years | Rework console output: - new log level "error" - Replace nearly all … | |
AddNodeAction.java | 2.2 KB | 6380 | 11 years | update license/copyright information | |
AlignInCircleAction.java | 9.4 KB | 6380 | 11 years | update license/copyright information | |
AlignInLineAction.java | 8.1 KB | 6380 | 11 years | update license/copyright information | |
AutoScaleAction.java | 13.7 KB | 6623 | 11 years | fix Sonar issues | |
ChangesetManagerToggleAction.java | 2.3 KB | 6327 | 11 years | fix #9220 - toggle actions not usable via menu items (regression from … | |
CloseChangesetAction.java | 5.2 KB | 6084 | 12 years | see #8902 - add missing @Override annotations (patch by shinigami) | |
CombineWayAction.java | 22.0 KB | 6679 | 11 years | see #9110 - fix singular forms, even if they are useless | |
CopyAction.java | 3.5 KB | 6451 | 11 years | fix #6614 - add CUA shortcuts for copy/paste (ctrl-inser and shift-inser) | |
CopyCoordinatesAction.java | 1.8 KB | 5927 | 12 years | add missing license information | |
CreateCircleAction.java | 11.2 KB | 6672 | 11 years | fix #9565 - "create circle" creates enormous circles of ways with … | |
CreateMultipolygonAction.java | 16.8 KB | 6623 | 11 years | fix Sonar issues | |
DeleteAction.java | 1.4 KB | 6380 | 11 years | update license/copyright information | |
DialogsToggleAction.java | 2.4 KB | 6327 | 11 years | fix #9220 - toggle actions not usable via menu items (regression from … | |
DiskAccessAction.java | 7.7 KB | 6380 | 11 years | update license/copyright information | |
DistributeAction.java | 5.9 KB | 6380 | 11 years | update license/copyright information | |
DownloadAction.java | 2.3 KB | 6509 | 11 years | fix #9459 - initialize default center view of MapView to last download … | |
DownloadAlongAction.java | 5.9 KB | 6643 | 11 years |
global replacement of e.printStackTrace() by Main.error(e)
|
|
DownloadPrimitiveAction.java | 7.2 KB | 6448 | 11 years | fix #3626 - Show history for any object in history dialog If no … | |
DownloadReferrersAction.java | 4.3 KB | 6336 | 11 years | code cleanup / robustness in edit layer handling | |
DuplicateAction.java | 1.5 KB | 6380 | 11 years | update license/copyright information | |
ExitAction.java | 926 bytes | 6380 | 11 years | update license/copyright information | |
ExpertToggleAction.java | 5.3 KB | 6327 | 11 years | fix #9220 - toggle actions not usable via menu items (regression from … | |
ExtensionFileFilter.java | 12.1 KB | 6380 | 11 years | update license/copyright information | |
FollowLineAction.java | 4.6 KB | 6142 | 12 years | see #8902 - fix compilation warnings | |
FullscreenToggleAction.java | 3.6 KB | 6327 | 11 years | fix #9220 - toggle actions not usable via menu items (regression from … | |
GpxExportAction.java | 3.5 KB | 6643 | 11 years |
global replacement of e.printStackTrace() by Main.error(e)
|
|
HelpAction.java | 1.8 KB | 6380 | 11 years | update license/copyright information | |
HistoryInfoAction.java | 2.2 KB | 6449 | 11 years | see #3626 - fix history of selected primitives | |
HistoryInfoWebAction.java | 1.1 KB | 6380 | 11 years | update license/copyright information | |
ImageryAdjustAction.java | 10.3 KB | 6340 | 11 years | refactor of some GUI/widgets classes (impacts some plugins): - … | |
InfoAction.java | 1.6 KB | 6336 | 11 years | code cleanup / robustness in edit layer handling | |
InfoWebAction.java | 1.1 KB | 6380 | 11 years | update license/copyright information | |
JoinAreasAction.java | 50.6 KB | 6639 | 11 years | fix #9544 - Skip nodes outside of download area for … | |
JoinNodeWayAction.java | 4.4 KB | 6380 | 11 years | update license/copyright information | |
JosmAction.java | 9.8 KB | 6380 | 11 years | update license/copyright information | |
JumpToAction.java | 7.6 KB | 6453 | 11 years | global use of osm website url and new url scheme | |
LassoModeAction.java | 973 bytes | 5460 | 13 years | global use of Main.isDisplayingMapView() | |
MapRectifierWMSmenuAction.java | 9.3 KB | 6340 | 11 years | refactor of some GUI/widgets classes (impacts some plugins): - … | |
MergeLayerAction.java | 4.6 KB | 6084 | 12 years | see #8902 - add missing @Override annotations (patch by shinigami) | |
MergeNodesAction.java | 15.5 KB | 6679 | 11 years | see #9110 - fix singular forms, even if they are useless | |
MergeSelectionAction.java | 3.6 KB | 6084 | 12 years | see #8902 - add missing @Override annotations (patch by shinigami) | |
MirrorAction.java | 3.1 KB | 6380 | 11 years | update license/copyright information | |
MoveAction.java | 5.4 KB | 6380 | 11 years | update license/copyright information | |
MoveNodeAction.java | 2.3 KB | 6380 | 11 years | update license/copyright information | |
NewAction.java | 1.0 KB | 6509 | 11 years | fix #9459 - initialize default center view of MapView to last download … | |
OpenFileAction.java | 14.0 KB | 6380 | 11 years | update license/copyright information | |
OpenLocationAction.java | 8.5 KB | 6643 | 11 years |
global replacement of e.printStackTrace() by Main.error(e)
|
|
OrthogonalizeAction.java | 24.8 KB | 6317 | 12 years | Sonar/FindBugs - Loose coupling | |
OsmPrimitiveAction.java | 634 bytes | 5821 | 12 years | see #7846 - Large code refactorization in management of popup menus to … | |
ParameterizedAction.java | 362 bytes | 5926 | 12 years | clean up imports | |
ParameterizedActionDecorator.java | 1.5 KB | 6084 | 12 years | see #8902 - add missing @Override annotations (patch by shinigami) | |
PasteAction.java | 8.8 KB | 6451 | 11 years | fix #6614 - add CUA shortcuts for copy/paste (ctrl-inser and shift-inser) | |
PasteTagsAction.java | 13.2 KB | 6380 | 11 years | update license/copyright information | |
PreferencesAction.java | 2.7 KB | 6431 | 11 years | fix #9383 - regression r6426 - Preferences window reopens after … | |
PreferenceToggleAction.java | 1.4 KB | 6501 | 11 years | Revert accidentally committed r6499 (to be committed after the … | |
PurgeAction.java | 12.7 KB | 6336 | 11 years | code cleanup / robustness in edit layer handling | |
RedoAction.java | 1.6 KB | 6380 | 11 years | update license/copyright information | |
RenameLayerAction.java | 3.9 KB | 6380 | 11 years | update license/copyright information | |
RestartAction.java | 6.8 KB | 6643 | 11 years |
global replacement of e.printStackTrace() by Main.error(e)
|
|
ReverseWayAction.java | 5.2 KB | 6380 | 11 years | update license/copyright information | |
SaveAction.java | 2.0 KB | 6380 | 11 years | update license/copyright information | |
SaveActionBase.java | 6.8 KB | 6643 | 11 years |
global replacement of e.printStackTrace() by Main.error(e)
|
|
SaveAsAction.java | 1.1 KB | 6380 | 11 years | update license/copyright information | |
SelectAllAction.java | 1.1 KB | 6380 | 11 years | update license/copyright information | |
SelectNonBranchingWaySequences.java | 4.5 KB | 6623 | 11 years | fix Sonar issues | |
SelectNonBranchingWaySequencesAction.java | 1.5 KB | 6544 | 11 years |
fix #9473 - Added wayselector plugin to josm core. This plugin was …
|
|
SessionLoadAction.java | 7.5 KB | 6643 | 11 years |
global replacement of e.printStackTrace() by Main.error(e)
|
|
SessionSaveAsAction.java | 8.8 KB | 6643 | 11 years |
global replacement of e.printStackTrace() by Main.error(e)
|
|
ShowStatusReportAction.java | 8.0 KB | 6643 | 11 years |
global replacement of e.printStackTrace() by Main.error(e)
|
|
SimplifyWayAction.java | 10.6 KB | 6639 | 11 years | fix #9544 - Skip nodes outside of download area for … | |
SplitWayAction.java | 23.4 KB | 6679 | 11 years | see #9110 - fix singular forms, even if they are useless | |
ToggleAction.java | 6.0 KB | 6338 | 11 years | fix #9220 - fix toggle actions for good | |
ToggleGPXLinesAction.java | 1.0 KB | 6380 | 11 years | update license/copyright information | |
ToggleUploadDiscouragedLayerAction.java | 788 bytes | 5025 | 13 years | see #4043 - Have an 'upload prohibited' flag in .osm files | |
UndoAction.java | 1.6 KB | 6380 | 11 years | update license/copyright information | |
UnGlueAction.java | 16.2 KB | 6679 | 11 years | see #9110 - fix singular forms, even if they are useless | |
UnJoinNodeWayAction.java | 5.5 KB | 6380 | 11 years | update license/copyright information | |
UnselectAllAction.java | 1017 bytes | 6380 | 11 years | update license/copyright information | |
UpdateDataAction.java | 3.7 KB | 6643 | 11 years |
global replacement of e.printStackTrace() by Main.error(e)
|
|
UpdateModifiedAction.java | 2.1 KB | 4982 | 13 years | see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations | |
UpdateSelectionAction.java | 4.9 KB | 6336 | 11 years | code cleanup / robustness in edit layer handling | |
UploadAction.java | 10.2 KB | 6654 | 11 years | fix #9514 fix #9484 fix #9502 - Upload dialog: make source field … | |
UploadSelectionAction.java | 13.3 KB | 6380 | 11 years | update license/copyright information | |
ValidateAction.java | 6.9 KB | 6529 | 11 years | Various stuff: * see #9414: remove old DeprecatedTags test * … | |
ViewportFollowToggleAction.java | 1.4 KB | 6336 | 11 years | code cleanup / robustness in edit layer handling | |
WireframeToggleAction.java | 1.8 KB | 6336 | 11 years | code cleanup / robustness in edit layer handling | |
ZoomInAction.java | 1.8 KB | 6380 | 11 years | update license/copyright information | |
ZoomOutAction.java | 1.4 KB | 6380 | 11 years | update license/copyright information | |
ZoomToAction.java | 4.2 KB | 6085 | 12 years | see #8902 - c-like array definitions changed to java-like (patch by … |
Note:
See TracBrowser
for help on using the repository browser.