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

Name Size Rev Age Author Last Change
../
audio 11746   7 years Don-vip PMD - Strict Exceptions
relation 11922   7 years Don-vip javadoc
search 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
upload 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
downloadtasks 12284   7 years Don-vip see #14794 - javadoc
mapmode 12284   7 years Don-vip see #14794 - javadoc
RedoAction.java 1.6 KB 6380   10 years Don-vip update license/copyright information
SaveAsAction.java 1.1 KB 6380   10 years Don-vip update license/copyright information
ToggleGPXLinesAction.java 1.0 KB 6380   10 years Don-vip update license/copyright information
UndoAction.java 1.6 KB 6380   10 years Don-vip update license/copyright information
ActionParameter.java 1.6 KB 6792   10 years Don-vip Sonar - fix various issues
AdaptableAction.java 238 bytes 7937   9 years bastiK add subversion property svn:eol=native
PreferencesAction.java 4.4 KB 8443   9 years Don-vip remove extra whitespaces
DiskAccessAction.java 8.0 KB 8509   9 years Don-vip fix many checkstyle violations
ParameterizedAction.java 362 bytes 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
ParameterizedActionDecorator.java 1.5 KB 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
OsmPrimitiveAction.java 597 bytes 8512   9 years Don-vip checkstyle: redundant modifiers
ToggleAction.java 6.0 KB 8795   9 years Don-vip fix javadoc errors/warnings seen with JDK9
ChangesetManagerToggleAction.java 2.3 KB 9067   8 years Don-vip sonar - Immutable Field
InfoWebAction.java 2.5 KB 9136   8 years Don-vip sonar fixes + javadoc
ReportBugAction.java 1.2 KB 10062   8 years Don-vip see #12652 - about dialog: replace old bug report link with new bug …
DownloadAlongAction.java 5.9 KB 10074   8 years Don-vip refactor duplicated code
ZoomInAction.java 2.1 KB 10318   8 years Don-vip fix #12906 - Change Actions to use LayerManager (patch by michael2402)
ZoomOutAction.java 1.3 KB 10318   8 years Don-vip fix #12906 - Change Actions to use LayerManager (patch by michael2402)
AbstractSelectAction.java 746 bytes 10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
HistoryInfoWebAction.java 1.5 KB 10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
UnselectAllAction.java 1.1 KB 10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
UpdateModifiedAction.java 2.4 KB 10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
GpxExportAction.java 3.5 KB 10407   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
DeleteAction.java 1.4 KB 10409   8 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
DownloadReferrersAction.java 2.5 KB 10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
UploadNotesAction.java 1.7 KB 10428   8 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
NewAction.java 1.0 KB 10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
SelectNonBranchingWaySequencesAction.java 1.5 KB 10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
WireframeToggleAction.java 1.8 KB 10453   8 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
CreateCircleAction.java 10.7 KB 10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
MirrorAction.java 3.0 KB 10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
InfoAction.java 1.6 KB 10548   8 years simon04 Remove duplicated code Use updateEnabledStateOnCurrentSelection
MoveNodeAction.java 2.3 KB 10552   8 years Don-vip checkstyle
CopyAction.java 3.0 KB 10605   8 years Don-vip see #12478 - Use ​Swing Copy/Paste instead of CopyAction/PasteAction …
SelectAllAction.java 1.3 KB 10711   8 years simon04 fix #13063 - "Select all" and "Search" ignore filters
JoinNodeWayAction.java 9.0 KB 10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
PasteTagsAction.java 2.1 KB 10737   8 years Don-vip fix #12900 - Conflicts in pasted tags cannot be resolved, cannot be …
package-info.java 234 bytes 10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
AlignInCircleAction.java 15.9 KB 10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
DuplicateAction.java 1.6 KB 10766   8 years Don-vip fix #13290 - pasting from other layer changes objects position …
PasteAction.java 1.1 KB 10766   8 years Don-vip fix #13290 - pasting from other layer changes objects position …
PasteAtSourcePositionAction.java 1.2 KB 10766   8 years Don-vip fix #13290 - pasting from other layer changes objects position …
ExtensionFileFilter.java 18.3 KB 10873   8 years Don-vip see #13412 - replace character by ' in comments, cause encoding …
PreferenceToggleAction.java 1.4 KB 10874   8 years Don-vip fix #13412 - Clean up DrawAction, add StrokeProperty (patch by …
CloseChangesetAction.java 5.2 KB 10938   8 years Don-vip sonar - squid:S1450 - Private fields only used as local variables in …
DownloadPrimitiveAction.java 2.6 KB 11031   8 years simon04 see #12224 - Search menu item: make shortcut work when MOTD is focused
DeleteLayerAction.java 1.6 KB 11093   8 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
ExitAction.java 932 bytes 11093   8 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
DistributeAction.java 10.7 KB 11187   7 years bastiK fixed #13864 - distribute nodes goes into infinite loop if 2 nodes …
ExpertToggleAction.java 4.6 KB 11224   7 years michael2402 Simplify ExpertToggleAction Make ExpertToggleAction use the listener …
SelectByInternalPointAction.java 5.0 KB 11247   7 years Don-vip see #9400 - see #10387 - see #12914 - initial implementation of …
FullscreenToggleAction.java 3.8 KB 11278   7 years Don-vip improve test coverage
RenameLayerAction.java 4.3 KB 11343   7 years Don-vip findbugs - disable SE_TRANSIENT_FIELD_NOT_RESTORED, fix some …
ZoomToAction.java 4.5 KB 11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
UploadSelectionAction.java 13.0 KB 11385   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
HelpAction.java 2.3 KB 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
MergeNodesAction.java 15.0 KB 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
AbstractPasteAction.java 4.9 KB 11554   7 years Don-vip fix #14356 - make sure that workaround for JDK-6322854 is used everywhere
PurgeAction.java 13.5 KB 11611   7 years Don-vip fix #14123 - On first startup: Registered toolbar action overwritten
JumpToAction.java 7.4 KB 11620   7 years Don-vip checkstyle - enable CatchParameterName rule
UpdateDataAction.java 3.3 KB 11627   7 years Don-vip fix #3346 - improve drastically the performance of fixing duplicate …
UpdateSelectionAction.java 6.3 KB 11643   7 years bastiK make it compile in Netbeans
AbstractInfoAction.java 6.7 KB 11649   7 years Don-vip sonar - pmd:UseStringBufferForStringAppends
OverpassDownloadAction.java 11.4 KB 11658   7 years Don-vip fix #13922 - Add (expert) option to not zoom to the new downloaded data
ToggleUploadDiscouragedLayerAction.java 1.8 KB 11709   7 years bastiK fixed #12731 - Add an option to completely prevent upload of a layer : …
LassoModeAction.java 1.4 KB 11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
DownloadNotesInViewAction.java 2.0 KB 11743   7 years Don-vip fix #13922 - make sure Download*InViewAction download their …
DownloadOsmInViewAction.java 1.8 KB 11743   7 years Don-vip fix #13922 - make sure Download*InViewAction download their …
DownloadAction.java 4.9 KB 11774   7 years Don-vip fix #13922 - zoom only once when downloading several data types
JoinAreasAction.java 57.2 KB 11822   7 years michael2402 See #14528: Revert join areas algorithm to old version for 17.03 release.
MergeSelectionAction.java 4.1 KB 11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
SessionLoadAction.java 7.0 KB 11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
UploadAction.java 10.0 KB 11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
MergeLayerAction.java 6.6 KB 11885   7 years Don-vip add basic unit tests for MergeLayerAction + improve javadoc, code cleanup
OpenFileAction.java 15.6 KB 11986   7 years Don-vip add unit test for Main.postConstructorProcessCmdLine
AlignInLineAction.java 16.3 KB 12031   7 years Don-vip add Node.getParentWays()
UnJoinNodeWayAction.java 6.8 KB 12031   7 years Don-vip add Node.getParentWays()
SelectNonBranchingWaySequences.java 4.4 KB 12048   7 years michael2402 Add per-layer selection listeners. Make selection listener code more …
JosmAction.java 16.2 KB 12051   7 years michael2402 Trigger JosmAction selection change on edit layer change.
MoveAction.java 5.8 KB 12063   7 years michael2402 MoveAction: Fix ds.beginUpdate()/endUpdate() try/finally
AddNodeAction.java 2.5 KB 12104   7 years michael2402 Do not force a map repaint when adding a node - map view does this by …
OrthogonalizeAction.java 26.0 KB 12131   7 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
DialogsToggleAction.java 2.6 KB 12132   7 years Don-vip fix #14784 - Main toolbar/side toolbar keep reappearing after using Tab
CopyCoordinatesAction.java 1.9 KB 12161   7 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
SimplifyWayAction.java 11.5 KB 12171   7 years michael2402 Fixed checkstyle warnings.
FollowLineAction.java 4.9 KB 12182   7 years michael2402 Move viewport following option to DrawAction and make it persistent.
ViewportFollowToggleAction.java 1.5 KB 12182   7 years michael2402 Move viewport following option to DrawAction and make it persistent.
CreateMultipolygonAction.java 18.7 KB 12188   7 years michael2402 Use OsmUtils constants.
ReverseWayAction.java 5.7 KB 12210   7 years michael2402 Documentation of ReverseWayAction
ValidateAction.java 6.9 KB 12211   7 years michael2402 Invalidate the validation layer after a valdiation finished.
AutoScaleAction.java 15.9 KB 12235   7 years Don-vip fix #14605 - catch IllegalStateException
RestartAction.java 9.1 KB 12273   7 years Don-vip fix #14850 - NPE on launch: make sure RestartAction (and all the GUI …
AboutAction.java 6.3 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
AbstractMergeAction.java 6.1 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
AddImageryLayerAction.java 8.5 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
CombineWayAction.java 21.3 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
HistoryInfoAction.java 2.4 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
ImageryAdjustAction.java 13.0 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
MapRectifierWMSmenuAction.java 9.8 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
OpenLocationAction.java 11.4 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
SaveAction.java 1.9 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
SaveActionBase.java 8.5 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
SearchNotesDownloadAction.java 3.7 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
SessionSaveAsAction.java 10.2 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
ShowStatusReportAction.java 13.8 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
SplitWayAction.java 32.9 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
UnGlueAction.java 27.6 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
Note: See TracBrowser for help on using the repository browser.