source:
josm/trunk/src/org/openstreetmap/josm/actions@
18752
| Name | Size | Rev | Age | Author | Last Change |
|---|---|---|---|---|---|
| ../ | |||||
| audio | 16553 | 6 years | see #19334 - javadoc fixes + protected constructors for abstract classes | ||
| corrector | 17733 | 5 years | see #16163 - Prefer SwingConstants.LEADING over SwingConstants.LEFT | ||
| downloadtasks | 18711 | 3 years | Fix #22726: DownloadOsmChange task should not always get the history … | ||
| mapmode | 18665 | 3 years | Fix several coverity issues CID-1504572: Synchronization on … | ||
| relation | 18211 | 5 years |
global use of !Utils.isEmpty/isBlank
|
||
| search | 18732 | 3 years | Fix #22908: Search button's dropdown list not initialized on JOSM … | ||
| upload | 18752 | 3 years | Fix #9446: Show progress on upload validation (patch updated by gaben) … | ||
| AboutAction.java | 11.6 KB | 18585 | 3 years | fix #22489 - display mastodon account in about dialog | |
| AbstractInfoAction.java | 4.7 KB | 18211 | 5 years |
global use of !Utils.isEmpty/isBlank
|
|
| AbstractMergeAction.java | 9.1 KB | 16553 | 6 years | see #19334 - javadoc fixes + protected constructors for abstract classes | |
| AbstractPasteAction.java | 5.4 KB | 17333 | 5 years | see #20129 - Fix typos and misspellings in the code (patch by gaben) | |
| AbstractSelectAction.java | 741 bytes | 16553 | 6 years | see #19334 - javadoc fixes + protected constructors for abstract classes | |
| AbstractShowHistoryAction.java | 768 bytes | 16553 | 6 years | see #19334 - javadoc fixes + protected constructors for abstract classes | |
| AbstractUploadAction.java | 2.6 KB | 16553 | 6 years | see #19334 - javadoc fixes + protected constructors for abstract classes | |
| ActionParameter.java | 2.1 KB | 16553 | 6 years | see #19334 - javadoc fixes + protected constructors for abstract classes | |
| AdaptableAction.java | 688 bytes | 12546 | 9 years | see #14794 - javadoc | |
| AddImageryLayerAction.java | 14.6 KB | 18628 | 3 years | Fix #22642: {apikey} fails for Swedish historic orthophoto endpoint … | |
| AddNodeAction.java | 3.1 KB | 18494 | 4 years | Fix #22115: Extract methods from LatLon into ILatLon where they are … | |
| AlignInCircleAction.java | 16.6 KB | 18615 | 3 years | Fix #22504: Circularize multiple selected ways (patch by qeef, modified) | |
| AlignInLineAction.java | 17.0 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| AutoScaleAction.java | 17.5 KB | 18211 | 5 years |
global use of !Utils.isEmpty/isBlank
|
|
| ChangesetManagerToggleAction.java | 2.2 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| CloseChangesetAction.java | 6.1 KB | 16505 | 6 years | see #19296: Actions should avoid to install listeners which are not … | |
| CombineWayAction.java | 14.1 KB | 18208 | 5 years |
global use of Utils.isEmpty/isBlank
|
|
| CopyAction.java | 3.1 KB | 18211 | 5 years |
global use of !Utils.isEmpty/isBlank
|
|
| CopyCoordinatesAction.java | 2.2 KB | 18494 | 4 years | Fix #22115: Extract methods from LatLon into ILatLon where they are … | |
| CopyUrlAction.java | 2.7 KB | 17767 | 5 years | fix #20624: keyboard shortcut to copy url to osm element in clipboard … | |
| CreateCircleAction.java | 11.1 KB | 18494 | 4 years | Fix #22115: Extract methods from LatLon into ILatLon where they are … | |
| CreateMultipolygonAction.java | 22.5 KB | 18208 | 5 years |
global use of Utils.isEmpty/isBlank
|
|
| DeleteAction.java | 6.2 KB | 18395 | 4 years | fix #21825: Delete relations by default when all members are deleted … | |
| DeleteLayerAction.java | 1.6 KB | 16509 | 6 years | see #19296: Actions should avoid to install listeners which are not … | |
| DialogsToggleAction.java | 2.8 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| DiskAccessAction.java | 9.4 KB | 18135 | 5 years | see #16709 - fix #20755 - Display a notification while/after saving … | |
| DistributeAction.java | 10.6 KB | 17303 | 5 years | fix sonarlint issue | |
| DownloadAction.java | 1.4 KB | 17806 | 5 years | fix #17838 - Cmd+Shift+Down selects text on the welcome screen | |
| DownloadAlongAction.java | 14.1 KB | 18494 | 4 years | Fix #22115: Extract methods from LatLon into ILatLon where they are … | |
| DownloadAlongWayAction.java | 3.5 KB | 17446 | 5 years | fix #20311: NPE at josm.actions.DownloadAlongAction.actionPerformed() … | |
| DownloadNotesInViewAction.java | 2.6 KB | 17052 | 6 years | see #19836 - display main menu item for shortcut name | |
| DownloadOsmInViewAction.java | 2.3 KB | 17052 | 6 years | see #19836 - display main menu item for shortcut name | |
| DownloadPrimitiveAction.java | 2.8 KB | 16505 | 6 years | see #19296: Actions should avoid to install listeners which are not … | |
| DownloadReferrersAction.java | 2.8 KB | 18211 | 5 years |
global use of !Utils.isEmpty/isBlank
|
|
| DrawBoundariesOfDownloadedDataAction.java | 1.5 KB | 18682 | 3 years | fix #22784, fix #22785, fix #22786 - Add context sensitive help links, … | |
| DuplicateAction.java | 1.6 KB | 14397 | 7 years | fix #16935 - simplify/cleanup help topics of … | |
| ExitAction.java | 975 bytes | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| ExpertToggleAction.java | 5.4 KB | 18682 | 3 years | fix #22784, fix #22785, fix #22786 - Add context sensitive help links, … | |
| ExtensionFileFilter.java | 19.1 KB | 18695 | 3 years | Fix #22603: Add PBF reading support | |
| FollowLineAction.java | 5.0 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| FullscreenToggleAction.java | 4.0 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| GpxExportAction.java | 4.3 KB | 18068 | 5 years | fix #21136 - Export GeoImage layer to GPX | |
| HelpAction.java | 3.2 KB | 18111 | 5 years | fix #21148 - fix context specific help (F1) usage in menus (patch by … | |
| HistoryInfoAction.java | 4.0 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| HistoryInfoWebAction.java | 1.5 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| ImageryAdjustAction.java | 13.9 KB | 18211 | 5 years |
global use of !Utils.isEmpty/isBlank
|
|
| InfoAction.java | 1.6 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| InfoWebAction.java | 2.7 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| InvertSelectionAction.java | 1.4 KB | 17062 | 6 years | fix #19850 - Add possibility to add a shortcut for more actions and … | |
| IPrimitiveAction.java | 592 bytes | 13957 | 8 years |
use IRelation in RelationListDialog and *RelationActions
|
|
| JoinAreasAction.java | 63.2 KB | 17586 | 5 years | see #20613 - Use Tagged.keys() and Tagged.visitKeys() | |
| JoinNodeWayAction.java | 11.0 KB | 17896 | 5 years | see #17177 - IWaySegment: encapsulate fields | |
| JosmAction.java | 22.8 KB | 18181 | 5 years | fix #4504 - display notification when an outlying operation is ignored … | |
| JumpToAction.java | 9.1 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| MapRectifierWMSmenuAction.java | 10.9 KB | 17732 | 5 years | see #16163 - Prefer GridBagConstraints.LINE_START over … | |
| MergeLayerAction.java | 8.5 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| MergeNodesAction.java | 15.1 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| MergeSelectionAction.java | 4.1 KB | 15450 | 7 years | fix #18216 - Adapt 'Merge' button text to 'Merge layer' and 'Merge … | |
| MirrorAction.java | 3.0 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| MoveAction.java | 5.7 KB | 16187 | 6 years | fix #18962 - introduce DataSet.update to avoid repetitive … | |
| MoveNodeAction.java | 3.0 KB | 18720 | 3 years | remove JOSM core shortcut conflict | |
| NewAction.java | 1.0 KB | 16505 | 6 years | see #19296: Actions should avoid to install listeners which are not … | |
| OpenBrowserAction.java | 4.6 KB | 16839 | 6 years | fix #19622 - Tag2Link: show icons based on presets/styles | |
| OpenFileAction.java | 18.0 KB | 18332 | 4 years | see #21596 - Update dependencies in ivy.xml and tools/ivy.xml (patch … | |
| OpenLocationAction.java | 13.7 KB | 18173 | 5 years | fix #20690 - fix #21240 - Refactoring of UploadDialog, HistoryComboBox … | |
| OrthogonalizeAction.java | 28.4 KB | 17458 | 5 years | see #17184: Memory leaks - clear collection rememberMovements in … | |
| package-info.java | 234 bytes | 10747 | 10 years | sonar - squid:S1228 - Packages should have a javadoc file … | |
| ParameterizedAction.java | 776 bytes | 12546 | 9 years | see #14794 - javadoc | |
| ParameterizedActionDecorator.java | 1.9 KB | 12546 | 9 years | see #14794 - javadoc | |
| PasteAction.java | 1.1 KB | 14397 | 7 years | fix #16935 - simplify/cleanup help topics of … | |
| PasteAtSourcePositionAction.java | 1.2 KB | 18679 | 3 years | fix #22779 - proper link | |
| PasteTagsAction.java | 1.8 KB | 14397 | 7 years | fix #16935 - simplify/cleanup help topics of … | |
| PreferencesAction.java | 4.6 KB | 17307 | 5 years | see #7548: Re-organize the preference dialog - move code for expert … | |
| PreferenceToggleAction.java | 2.3 KB | 17667 | 5 years | fix #15397 - Toolbar: make ToggleAction buttons reflect toggle state | |
| PurgeAction.java | 8.1 KB | 17733 | 5 years | see #16163 - Prefer SwingConstants.LEADING over SwingConstants.LEFT | |
| RedoAction.java | 1.8 KB | 16569 | 6 years | see #19354 - Fix compile error | |
| RenameLayerAction.java | 4.5 KB | 14153 | 8 years |
see #15229 - deprecate Main.parent and Main itself
|
|
| ReorderImageryLayersAction.java | 1.8 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| ReportBugAction.java | 1.2 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| RestartAction.java | 11.4 KB | 18145 | 5 years | see #17083 - make restart work with jpackage-based applications | |
| RestorePropertyAction.java | 2.4 KB | 18051 | 5 years | upgrade to checkstyle 8.43, fix violations | |
| ReverseWayAction.java | 5.8 KB | 17358 | 5 years | see #19885: memory leak with "temporary" objects in validator and … | |
| SaveAction.java | 5.1 KB | 18287 | 4 years | fix #20913 - fix handling of GPX files in sessions (patch by Bjoeni) … | |
| SaveActionBase.java | 11.1 KB | 18135 | 5 years | see #16709 - fix #20755 - Display a notification while/after saving … | |
| SaveAsAction.java | 1.1 KB | 16913 | 6 years | fix #19698 - Refactoring: make private fields final | |
| SearchNotesDownloadAction.java | 4.0 KB | 18173 | 5 years | fix #20690 - fix #21240 - Refactoring of UploadDialog, HistoryComboBox … | |
| SelectAllAction.java | 1.7 KB | 17062 | 6 years | fix #19850 - Add possibility to add a shortcut for more actions and … | |
| SelectByInternalPointAction.java | 5.1 KB | 13434 | 8 years | see #8039, see #10456 - support read-only data layers | |
| SelectNonBranchingWaySequences.java | 4.5 KB | 18211 | 5 years |
global use of !Utils.isEmpty/isBlank
|
|
| SelectNonBranchingWaySequencesAction.java | 1.6 KB | 17062 | 6 years | fix #19850 - Add possibility to add a shortcut for more actions and … | |
| SessionLoadAction.java | 9.1 KB | 18466 | 4 years | Fix #21813: Improve marker handling in sessions and #21923: Improve … | |
| SessionSaveAction.java | 21.3 KB | 18485 | 4 years | SonarLint: Fix most recent code smells This also fixes some tests so … | |
| SessionSaveAsAction.java | 1.9 KB | 18466 | 4 years | Fix #21813: Improve marker handling in sessions and #21923: Improve … | |
| ShowStatusReportAction.java | 16.8 KB | 18707 | 3 years | Fix #22846: Anonymize VM arguments in status reports (patch by gaben) … | |
| SimplifyWayAction.java | 20.7 KB | 18316 | 4 years | fix #20982: Douglas-Peucker implementation is wrong The … | |
| SplitWayAction.java | 16.7 KB | 18442 | 4 years | Fix #21792: Request focus in SplitWayAction window segment list (patch … | |
| TaggingPresetSearchAction.java | 1.5 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| ToggleAction.java | 5.9 KB | 17333 | 5 years | see #20129 - Fix typos and misspellings in the code (patch by gaben) | |
| ToggleUploadDiscouragedLayerAction.java | 2.0 KB | 13130 | 8 years | fix #15572 - use ImageProvider attach API for all JOSM actions to … | |
| UndoAction.java | 1.8 KB | 14397 | 7 years | fix #16935 - simplify/cleanup help topics of … | |
| UnGlueAction.java | 23.0 KB | 17205 | 5 years | see #19885: memory leak with "temporary" objects in validator and … | |
| UnJoinNodeWayAction.java | 6.7 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| UnselectAllAction.java | 1.2 KB | 17062 | 6 years | fix #19850 - Add possibility to add a shortcut for more actions and … | |
| UpdateDataAction.java | 3.8 KB | 16770 | 6 years | fix #19451: Update data: Do not download incomplete ways - if no … | |
| UpdateModifiedAction.java | 2.5 KB | 14397 | 7 years | fix #16935 - simplify/cleanup help topics of … | |
| UpdateSelectionAction.java | 6.7 KB | 18208 | 5 years |
global use of Utils.isEmpty/isBlank
|
|
| UploadAction.java | 13.8 KB | 18752 | 3 years | Fix #9446: Show progress on upload validation (patch updated by gaben) … | |
| UploadNotesAction.java | 1.6 KB | 17414 | 5 years | see #19296: Actions should avoid to install listeners which are not … | |
| UploadSelectionAction.java | 12.9 KB | 18208 | 5 years |
global use of Utils.isEmpty/isBlank
|
|
| ValidateAction.java | 3.2 KB | 17616 | 5 years | see #4626 - Extract class ValidationTask | |
| ViewportFollowToggleAction.java | 2.5 KB | 17795 | 5 years | fix #16848 - Disable "Viewport following" shortcut when not in "Expert … | |
| WireframeToggleAction.java | 2.0 KB | 17188 | 5 years | fix #19851 - Fix shortcut names | |
| ZoomInAction.java | 2.2 KB | 16509 | 6 years | see #19296: Actions should avoid to install listeners which are not … | |
| ZoomOutAction.java | 1.4 KB | 16509 | 6 years | see #19296: Actions should avoid to install listeners which are not … | |
| ZoomToAction.java | 5.7 KB | 14221 | 8 years |
see #16706 - use documented enum for AutoScaleMode instead of …
|
|
Note:
See TracBrowser
for help on using the repository browser.
