source:
josm/trunk/src/org/openstreetmap/josm/actions@
14118
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
audio | 12846 | 7 years |
see #15229 - use Config.getPref() wherever possible
|
||
downloadtasks | 13937 | 7 years | fix Javadoc false warnings (JDK-8031625 fixed only in Java 9) | ||
mapmode | 14011 | 7 years | spotbugs - IS2_INCONSISTENT_SYNC - currentMouseEastNorth; locked 62% … | ||
relation | 14045 | 7 years | fix #16509 - preserve order of selected objects when using "select … | ||
search | 13950 | 7 years |
use IPrimitive in SearchAction
|
||
upload | 13893 | 7 years | fix #16355 - Ignored validation findings reappear on upload (patch by … | ||
AboutAction.java | 8.4 KB | 14107 | 7 years | Fix typesetting of "GitHub" in about dialog | |
AbstractInfoAction.java | 6.8 KB | 13954 | 7 years |
use IPrimitive in *InfoWebAction s
|
|
AbstractMergeAction.java | 6.1 KB | 13206 | 7 years |
enable PMD rule OptimizableToArrayCall
|
|
AbstractPasteAction.java | 5.4 KB | 13649 | 7 years | fix #16204 - allow to create a new layer, draw, drag, open a few … | |
AbstractSelectAction.java | 746 bytes | 10378 | 9 years |
Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
|
|
ActionParameter.java | 2.1 KB | 12553 | 8 years | javadoc | |
AdaptableAction.java | 688 bytes | 12546 | 8 years | see #14794 - javadoc | |
AddImageryLayerAction.java | 10.9 KB | 13897 | 7 years | SonarQube fixes | |
AddNodeAction.java | 2.7 KB | 12726 | 7 years |
see #13036 - deprecate Command() default constructor, fix unit tests …
|
|
AlignInCircleAction.java | 14.7 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
AlignInLineAction.java | 16.8 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
AutoScaleAction.java | 16.5 KB | 13955 | 7 years |
use IPrimitive in AutoScaleAction
|
|
ChangesetManagerToggleAction.java | 2.3 KB | 9067 | 9 years | sonar - Immutable Field | |
CloseChangesetAction.java | 5.7 KB | 13761 | 7 years | see #16288 - replace similar i18n strings (removes 35 strings from … | |
CombineWayAction.java | 10.6 KB | 13611 | 7 years | fix #16176 - NPE | |
CopyAction.java | 3.1 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
CopyCoordinatesAction.java | 1.9 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
CreateCircleAction.java | 10.8 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
CreateMultipolygonAction.java | 19.4 KB | 13957 | 7 years |
use IRelation in RelationListDialog and *RelationAction s
|
|
DeleteAction.java | 5.7 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
DeleteLayerAction.java | 1.5 KB | 12636 | 7 years |
see #15182 - deprecate Main.getLayerManager() . Replacement: …
|
|
DialogsToggleAction.java | 2.9 KB | 13090 | 7 years | see #14142 - move dialogs toggle action menu entry down to toolbar … | |
DiskAccessAction.java | 8.0 KB | 8509 | 10 years | fix many checkstyle violations | |
DistributeAction.java | 10.8 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
DownloadAction.java | 1.2 KB | 12652 | 7 years | Apply #15167: Merge OSM and overpass download dialog. Patch by bafonins | |
DownloadAlongAction.java | 5.9 KB | 12675 | 7 years |
see #15182 - move the Swing-based ProgressMonitor implementations …
|
|
DownloadNotesInViewAction.java | 2.2 KB | 13927 | 7 years |
see #11000 - Remote control: allow to specify layer_name for import
|
|
DownloadOsmInViewAction.java | 2.0 KB | 13927 | 7 years |
see #11000 - Remote control: allow to specify layer_name for import
|
|
DownloadPrimitiveAction.java | 2.8 KB | 13761 | 7 years | see #16288 - replace similar i18n strings (removes 35 strings from … | |
DownloadReferrersAction.java | 2.8 KB | 13559 | 7 years |
extract DownloadPolicy / UploadPolicy to separate classes
|
|
DuplicateAction.java | 1.6 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
ExitAction.java | 958 bytes | 12636 | 7 years |
see #15182 - deprecate Main.getLayerManager() . Replacement: …
|
|
ExpertToggleAction.java | 4.9 KB | 13106 | 7 years | add some javadoc | |
ExtensionFileFilter.java | 19.1 KB | 13352 | 7 years | fix #15816 - full XZ support | |
FollowLineAction.java | 4.9 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
FullscreenToggleAction.java | 3.9 KB | 12846 | 7 years |
see #15229 - use Config.getPref() wherever possible
|
|
GpxExportAction.java | 4.3 KB | 13210 | 7 years | fix #15606 - export relation to GPX file or convert to a new GPX layer … | |
HelpAction.java | 2.3 KB | 11553 | 8 years |
refactor handling of null values - use Java 8 Optional where possible
|
|
HistoryInfoAction.java | 2.5 KB | 13926 | 7 years |
add AbstractOsmDataLayer , MainLayerManager.getActiveData , …
|
|
HistoryInfoWebAction.java | 1.5 KB | 13954 | 7 years |
use IPrimitive in *InfoWebAction s
|
|
ImageryAdjustAction.java | 14.3 KB | 13867 | 7 years | spotbugs - fix potential NPE | |
InfoAction.java | 1.6 KB | 13926 | 7 years |
add AbstractOsmDataLayer , MainLayerManager.getActiveData , …
|
|
InfoWebAction.java | 2.6 KB | 13954 | 7 years |
use IPrimitive in *InfoWebAction s
|
|
IPrimitiveAction.java | 592 bytes | 13957 | 7 years |
use IRelation in RelationListDialog and *RelationAction s
|
|
JoinAreasAction.java | 57.6 KB | 13736 | 7 years | see #16260 - fix build | |
JoinNodeWayAction.java | 9.0 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
JosmAction.java | 21.0 KB | 14012 | 7 years | see #16453 - proper support of different keyboard layouts | |
JumpToAction.java | 7.7 KB | 13761 | 7 years | see #16288 - replace similar i18n strings (removes 35 strings from … | |
LassoModeAction.java | 1.5 KB | 12630 | 7 years |
see #15182 - deprecate Main.map and Main.isDisplayingMapView() . …
|
|
MapRectifierWMSmenuAction.java | 10.6 KB | 13123 | 7 years | javadoc | |
MergeLayerAction.java | 6.7 KB | 12636 | 7 years |
see #15182 - deprecate Main.getLayerManager() . Replacement: …
|
|
MergeNodesAction.java | 15.2 KB | 13842 | 7 years |
see #16319 - scale properly all icons using ButtonSpec
|
|
MergeSelectionAction.java | 4.1 KB | 13568 | 7 years |
use OsmDataLayer.getDataSet()
|
|
MirrorAction.java | 3.0 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
MoveAction.java | 5.9 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
MoveNodeAction.java | 2.3 KB | 13611 | 7 years | fix #16176 - NPE | |
NewAction.java | 1.0 KB | 12636 | 7 years |
see #15182 - deprecate Main.getLayerManager() . Replacement: …
|
|
OpenFileAction.java | 16.3 KB | 13727 | 7 years | fix #14718 - display a warning when a file cannot be found | |
OpenLocationAction.java | 13.9 KB | 13927 | 7 years |
see #11000 - Remote control: allow to specify layer_name for import
|
|
OrthogonalizeAction.java | 28.3 KB | 13712 | 7 years | see #16256 - improve "building with almost square angle" autofix: try … | |
package-info.java | 234 bytes | 10747 | 9 years | sonar - squid:S1228 - Packages should have a javadoc file … | |
ParameterizedAction.java | 776 bytes | 12546 | 8 years | see #14794 - javadoc | |
ParameterizedActionDecorator.java | 1.9 KB | 12546 | 8 years | see #14794 - javadoc | |
PasteAction.java | 1.1 KB | 12639 | 7 years | see #15182 - deprecate shortcut handling and mapframe listener methods … | |
PasteAtSourcePositionAction.java | 1.2 KB | 10766 | 9 years | fix #13290 - pasting from other layer changes objects position … | |
PasteTagsAction.java | 1.8 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
PreferencesAction.java | 4.4 KB | 8443 | 10 years | remove extra whitespaces | |
PreferenceToggleAction.java | 1.9 KB | 12885 | 7 years | see #15229 - fix checkstyle warnings | |
PurgeAction.java | 8.1 KB | 13564 | 7 years |
introduce PrimitiveRenderer to replace OsmPrimitivRenderer (now …
|
|
RedoAction.java | 1.8 KB | 12718 | 7 years |
see #13036 - see #15229 - see #15182 - make Command s depends only on …
|
|
RenameLayerAction.java | 4.4 KB | 13130 | 7 years | fix #15572 - use ImageProvider attach API for all JOSM actions to … | |
ReorderImageryLayersAction.java | 1.8 KB | 14012 | 7 years | see #16453 - proper support of different keyboard layouts | |
ReportBugAction.java | 1.2 KB | 10062 | 9 years | see #12652 - about dialog: replace old bug report link with new bug … | |
RestartAction.java | 9.5 KB | 13843 | 7 years | fix #16319 - scale bookmark and toolbar icons properly | |
ReverseWayAction.java | 6.0 KB | 13761 | 7 years | see #16288 - replace similar i18n strings (removes 35 strings from … | |
SaveAction.java | 2.0 KB | 13329 | 7 years | javadoc | |
SaveActionBase.java | 8.8 KB | 13570 | 7 years | fix #16115 - avoid deadlock in save/upload dialog when a save action fails | |
SaveAsAction.java | 1.1 KB | 13329 | 7 years | javadoc | |
SearchNotesDownloadAction.java | 3.9 KB | 13927 | 7 years |
see #11000 - Remote control: allow to specify layer_name for import
|
|
SelectAllAction.java | 1.6 KB | 13938 | 7 years | workaround for following java compiler bugs: - … | |
SelectByInternalPointAction.java | 5.1 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
SelectNonBranchingWaySequences.java | 4.4 KB | 12048 | 8 years | Add per-layer selection listeners. Make selection listener code more … | |
SelectNonBranchingWaySequencesAction.java | 1.4 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
SessionLoadAction.java | 8.0 KB | 13437 | 7 years | fix #15967 - proper loading of notes layers | |
SessionSaveAsAction.java | 10.3 KB | 13761 | 7 years | see #16288 - replace similar i18n strings (removes 35 strings from … | |
ShowStatusReportAction.java | 14.0 KB | 13647 | 7 years | see #16204 - Allow to start and close JOSM in WebStart sandbox mode … | |
SimplifyWayAction.java | 11.6 KB | 13842 | 7 years |
see #16319 - scale properly all icons using ButtonSpec
|
|
SplitWayAction.java | 12.8 KB | 13611 | 7 years | fix #16176 - NPE | |
TaggingPresetSearchAction.java | 1.2 KB | 13926 | 7 years |
add AbstractOsmDataLayer , MainLayerManager.getActiveData , …
|
|
ToggleAction.java | 6.0 KB | 12620 | 7 years |
see #15182 - deprecate all Main logging methods and introduce …
|
|
ToggleUploadDiscouragedLayerAction.java | 2.0 KB | 13130 | 7 years | fix #15572 - use ImageProvider attach API for all JOSM actions to … | |
UndoAction.java | 1.8 KB | 12718 | 7 years |
see #13036 - see #15229 - see #15182 - make Command s depends only on …
|
|
UnGlueAction.java | 27.7 KB | 13761 | 7 years | see #16288 - replace similar i18n strings (removes 35 strings from … | |
UnJoinNodeWayAction.java | 6.8 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
UnselectAllAction.java | 1.1 KB | 13926 | 7 years |
add AbstractOsmDataLayer , MainLayerManager.getActiveData , …
|
|
UpdateDataAction.java | 3.6 KB | 13486 | 7 years | fix #8039, see #10456 - fix bugs with non-downloadable layers | |
UpdateModifiedAction.java | 2.5 KB | 13559 | 7 years |
extract DownloadPolicy / UploadPolicy to separate classes
|
|
UpdateSelectionAction.java | 6.7 KB | 13559 | 7 years |
extract DownloadPolicy / UploadPolicy to separate classes
|
|
UploadAction.java | 11.5 KB | 13568 | 7 years |
use OsmDataLayer.getDataSet()
|
|
UploadNotesAction.java | 1.6 KB | 13437 | 7 years | fix #15967 - proper loading of notes layers | |
UploadSelectionAction.java | 13.1 KB | 13568 | 7 years |
use OsmDataLayer.getDataSet()
|
|
ValidateAction.java | 7.0 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
ViewportFollowToggleAction.java | 1.4 KB | 12636 | 7 years |
see #15182 - deprecate Main.getLayerManager() . Replacement: …
|
|
WireframeToggleAction.java | 1.9 KB | 13926 | 7 years |
add AbstractOsmDataLayer , MainLayerManager.getActiveData , …
|
|
ZoomInAction.java | 2.1 KB | 12639 | 7 years | see #15182 - deprecate shortcut handling and mapframe listener methods … | |
ZoomOutAction.java | 1.3 KB | 12639 | 7 years | see #15182 - deprecate shortcut handling and mapframe listener methods … | |
ZoomToAction.java | 5.6 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers |
Note:
See TracBrowser
for help on using the repository browser.