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

Name Size Rev Age Author Last Change
../
upload 8931   9 years Don-vip javadoc fixes
search 8931   9 years Don-vip javadoc fixes
relation 8777   9 years Don-vip Basic Java 9 support: make code compile, and Linux scripts detect it
mapmode 8931   9 years Don-vip javadoc fixes
downloadtasks 8927   9 years Don-vip fix #11998 - add two new protected boolean members to simplify …
audio 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
JoinAreasAction.java 55.0 KB 8931   9 years Don-vip javadoc fixes
SplitWayAction.java 29.7 KB 8931   9 years Don-vip javadoc fixes
OrthogonalizeAction.java 24.6 KB 8931   9 years Don-vip javadoc fixes
CombineWayAction.java 22.2 KB 8919   9 years Don-vip move UserCancelException class in tools package and use it where …
UnGlueAction.java 18.8 KB 8931   9 years Don-vip javadoc fixes
CreateMultipolygonAction.java 18.6 KB 8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
AlignInLineAction.java 16.1 KB 8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
AlignInCircleAction.java 15.8 KB 8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
AutoScaleAction.java 15.8 KB 8900   9 years Don-vip fix #11986, fix #11987, fix #11988: Patches by michael2402: * …
ExtensionFileFilter.java 15.7 KB 8895   9 years simon04 Refactor usage of ExtensionFileFilter introduced in r8894
MergeNodesAction.java 15.4 KB 8919   9 years Don-vip move UserCancelException class in tools package and use it where …
OpenFileAction.java 14.7 KB 8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
UploadSelectionAction.java 13.3 KB 8856   9 years Don-vip fix #11957 - partial revert of r8851 - do not replace Stack by …
PasteTagsAction.java 12.9 KB 8931   9 years Don-vip javadoc fixes
PurgeAction.java 12.7 KB 8905   9 years Don-vip sonar minor fixes
JosmAction.java 12.4 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
OverpassDownloadAction.java 11.8 KB 8932   9 years Don-vip fix #11971 - -/=`key in Overpass Download changes map size
ImageryAdjustAction.java 11.4 KB 8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
CreateCircleAction.java 10.8 KB 8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
DistributeAction.java 10.8 KB 8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
SimplifyWayAction.java 10.7 KB 8540   10 years Don-vip fix remaining checkstyle issues
UploadAction.java 10.7 KB 8931   9 years Don-vip javadoc fixes
OpenLocationAction.java 10.5 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
MapRectifierWMSmenuAction.java 9.8 KB 8925   9 years Don-vip see #11631 - see #11689 - remove commented code causing javadoc warnings
SessionSaveAsAction.java 9.7 KB 8919   9 years Don-vip move UserCancelException class in tools package and use it where …
JoinNodeWayAction.java 9.2 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
RestartAction.java 9.1 KB 8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
PasteAction.java 8.9 KB 8513   10 years Don-vip checkstyle: blocks
ShowStatusReportAction.java 8.7 KB 8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
JumpToAction.java 8.2 KB 8670   9 years simon04 fix #11749 - Jump to Position: add D M S and D M.M coordinate …
DiskAccessAction.java 8.0 KB 8509   10 years Don-vip fix many checkstyle violations
SaveActionBase.java 7.8 KB 8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
UnJoinNodeWayAction.java 7.3 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
AddImageryLayerAction.java 7.3 KB 8853   9 years Don-vip see #2519 - remove unused code
SessionLoadAction.java 7.1 KB 8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
ValidateAction.java 6.8 KB 8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
UpdateSelectionAction.java 6.2 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
DownloadAlongAction.java 6.2 KB 8929   9 years Don-vip javadoc fixes
ToggleAction.java 6.0 KB 8795   9 years Don-vip fix javadoc errors/warnings seen with JDK9
MergeLayerAction.java 5.5 KB 8819   9 years simon04 see #11897 - MergeLayerAction: merge active layer instead of edit …
MoveAction.java 5.5 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
CloseChangesetAction.java 5.4 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
ExpertToggleAction.java 5.1 KB 7025   11 years Don-vip Sonar - fix various issues
AbstractInfoAction.java 5.1 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
AboutAction.java 4.9 KB 8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
FollowLineAction.java 4.9 KB 8036   10 years bastiK fixed #11096 - replace png icons with svg version if available
ReverseWayAction.java 4.8 KB 8919   9 years Don-vip move UserCancelException class in tools package and use it where …
SelectNonBranchingWaySequences.java 4.6 KB 8780   9 years simon04 fix #11886 - Selecting non branching ways with a filter applied
SelectByInternalPointAction.java 4.5 KB 8393   10 years Don-vip see #11447 - partial revert of r8384
PreferencesAction.java 4.4 KB 8443   10 years Don-vip remove extra whitespaces
DownloadReferrersAction.java 4.3 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
ZoomToAction.java 4.0 KB 8443   10 years Don-vip remove extra whitespaces
MergeSelectionAction.java 3.9 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
RenameLayerAction.java 3.7 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
SearchNotesDownloadAction.java 3.7 KB 8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
UpdateDataAction.java 3.7 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
CopyAction.java 3.6 KB 8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
GpxExportAction.java 3.6 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
FullscreenToggleAction.java 3.5 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
MirrorAction.java 3.1 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
AbstractMergeAction.java 3.1 KB 8443   10 years Don-vip remove extra whitespaces
DownloadPrimitiveAction.java 2.8 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
DownloadAction.java 2.7 KB 8540   10 years Don-vip fix remaining checkstyle issues
InfoWebAction.java 2.5 KB 8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
AddNodeAction.java 2.5 KB 8790   9 years simon04 fix #11890 - "Add Node..." should automatically center on the newly …
HistoryInfoAction.java 2.5 KB 8061   10 years bastiK see #11096 - strip .png
DialogsToggleAction.java 2.4 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
MoveNodeAction.java 2.4 KB 8443   10 years Don-vip remove extra whitespaces
UpdateModifiedAction.java 2.3 KB 7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
ChangesetManagerToggleAction.java 2.3 KB 8308   10 years Don-vip fix potential NPEs and Sonar issues related to serialization
ZoomInAction.java 2.1 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
HelpAction.java 2.0 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
SaveAction.java 2.0 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
UploadNotesAction.java 1.9 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
WireframeToggleAction.java 1.8 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
CopyCoordinatesAction.java 1.8 KB 8390   10 years Don-vip Sonar - various performance improvements
InfoAction.java 1.7 KB 7859   10 years Don-vip fix various Sonar issues, improve Javadoc
DownloadNotesInViewAction.java 1.7 KB 8663   9 years simon04 fix #11442 - "Toolbar action" bug w/ 'notes' & normal dialogs
RedoAction.java 1.6 KB 6380   11 years Don-vip update license/copyright information
UndoAction.java 1.6 KB 6380   11 years Don-vip update license/copyright information
ActionParameter.java 1.6 KB 6792   11 years Don-vip Sonar - fix various issues
DeleteAction.java 1.5 KB 7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
DuplicateAction.java 1.5 KB 6380   11 years Don-vip update license/copyright information
ReportBugAction.java 1.5 KB 8061   10 years bastiK see #11096 - strip .png
SelectNonBranchingWaySequencesAction.java 1.5 KB 7937   10 years bastiK add subversion property svn:eol=native
ParameterizedActionDecorator.java 1.5 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
ViewportFollowToggleAction.java 1.4 KB 7937   10 years bastiK add subversion property svn:eol=native
PreferenceToggleAction.java 1.4 KB 7937   10 years bastiK add subversion property svn:eol=native
LassoModeAction.java 1.4 KB 7937   10 years bastiK add subversion property svn:eol=native
HistoryInfoWebAction.java 1.4 KB 8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
ZoomOutAction.java 1.4 KB 6380   11 years Don-vip update license/copyright information
SelectAllAction.java 1.1 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
SaveAsAction.java 1.1 KB 6380   11 years Don-vip update license/copyright information
NewAction.java 1.0 KB 6509   11 years Don-vip fix #9459 - initialize default center view of MapView to last download …
ToggleGPXLinesAction.java 1.0 KB 6380   11 years Don-vip update license/copyright information
UnselectAllAction.java 1017 bytes 6380   11 years Don-vip update license/copyright information
ExitAction.java 926 bytes 6380   11 years Don-vip update license/copyright information
ToggleUploadDiscouragedLayerAction.java 769 bytes 8308   10 years Don-vip fix potential NPEs and Sonar issues related to serialization
AbstractSelectAction.java 727 bytes 8624   9 years bastiK add missing svn:eol-style=native
OsmPrimitiveAction.java 597 bytes 8512   10 years Don-vip checkstyle: redundant modifiers
ParameterizedAction.java 362 bytes 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
AdaptableAction.java 238 bytes 7937   10 years bastiK add subversion property svn:eol=native
Note: See TracBrowser for help on using the repository browser.