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

Name Size Rev Age Author Last Change
../
audio 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
upload 10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
downloadtasks 10630   8 years simon04 fix #13201 - Support Geo URLs on command line and open location
relation 10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
search 10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
mapmode 10678   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
ExitAction.java 926 bytes 6380   10 years Don-vip update license/copyright information
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
LassoModeAction.java 1.4 KB 7937   9 years bastiK add subversion property svn:eol=native
PreferenceToggleAction.java 1.4 KB 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
SaveAction.java 2.0 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
DownloadAction.java 2.7 KB 8540   9 years Don-vip fix remaining checkstyle issues
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
HelpAction.java 2.3 KB 9320   8 years simon04 Refactoring (make Help a JosmAction)
FullscreenToggleAction.java 3.5 KB 9576   8 years Don-vip code refactoring for unit tests / headless mode
RenameLayerAction.java 4.0 KB 9591   8 years Don-vip fix #12390 - rename layer does not check existing file (patch by kolesar)
ToggleUploadDiscouragedLayerAction.java 1.2 KB 9692   8 years simon04 fix #12453 - Add icon for "discourage upload" (icon by Klumbumbus)
DialogsToggleAction.java 2.2 KB 9983   8 years Don-vip remove unused code
SelectNonBranchingWaySequences.java 4.5 KB 9999   8 years Don-vip sonar - do not copy collection contents from one to another with a loop
ReportBugAction.java 1.2 KB 10062   8 years Don-vip see #12652 - about dialog: replace old bug report link with new bug …
AbstractMergeAction.java 3.9 KB 10074   8 years Don-vip refactor duplicated code
DownloadAlongAction.java 5.9 KB 10074   8 years Don-vip refactor duplicated code
package-info.java 192 bytes 10125   8 years Don-vip refactor classes from corrector package, add javadoc
RestartAction.java 8.9 KB 10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
DownloadNotesInViewAction.java 1.7 KB 10318   8 years Don-vip fix #12906 - Change Actions to use LayerManager (patch by michael2402)
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
SelectAllAction.java 1.2 KB 10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
UnselectAllAction.java 1.1 KB 10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
UpdateDataAction.java 3.3 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 …
AbstractInfoAction.java 6.7 KB 10383   8 years Don-vip replace .get*Selected().isEmpty() by .selectionEmpty()
HistoryInfoAction.java 2.5 KB 10383   8 years Don-vip replace .get*Selected().isEmpty() by .selectionEmpty()
GpxExportAction.java 3.5 KB 10407   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
SaveActionBase.java 8.6 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 …
MoveAction.java 5.5 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 …
FollowLineAction.java 4.9 KB 10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
ZoomToAction.java 4.5 KB 10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
SessionSaveAsAction.java 10.3 KB 10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
AboutAction.java 6.2 KB 10428   8 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
UploadNotesAction.java 1.7 KB 10428   8 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
DeleteLayerAction.java 1.5 KB 10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
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 …
UploadAction.java 9.8 KB 10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
SelectByInternalPointAction.java 4.3 KB 10448   8 years Don-vip fix more deprecation warnings
ViewportFollowToggleAction.java 1.4 KB 10453   8 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
WireframeToggleAction.java 1.8 KB 10453   8 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
JoinAreasAction.java 55.4 KB 10463   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
ShowStatusReportAction.java 12.1 KB 10463   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
AddNodeAction.java 2.6 KB 10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
AlignInLineAction.java 16.3 KB 10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
CreateCircleAction.java 10.7 KB 10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
DistributeAction.java 10.6 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
OrthogonalizeAction.java 25.7 KB 10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
UnJoinNodeWayAction.java 7.2 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
UpdateSelectionAction.java 6.3 KB 10548   8 years simon04 Remove duplicated code Use updateEnabledStateOnCurrentSelection
MergeNodesAction.java 15.1 KB 10552   8 years Don-vip checkstyle
MergeSelectionAction.java 3.9 KB 10552   8 years Don-vip checkstyle
MoveNodeAction.java 2.3 KB 10552   8 years Don-vip checkstyle
ExpertToggleAction.java 5.2 KB 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
AutoScaleAction.java 15.7 KB 10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
CloseChangesetAction.java 5.3 KB 10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
DownloadPrimitiveAction.java 2.5 KB 10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
JosmAction.java 16.8 KB 10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
JumpToAction.java 7.9 KB 10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
MergeLayerAction.java 5.2 KB 10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
OpenFileAction.java 15.3 KB 10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
SessionLoadAction.java 6.8 KB 10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
UploadSelectionAction.java 13.1 KB 10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
ValidateAction.java 6.8 KB 10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
CopyCoordinatesAction.java 1.9 KB 10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
MapRectifierWMSmenuAction.java 9.8 KB 10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
CopyAction.java 3.0 KB 10605   8 years Don-vip see #12478 - Use ​Swing Copy/Paste instead of CopyAction/PasteAction …
ExtensionFileFilter.java 18.3 KB 10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
JoinNodeWayAction.java 9.0 KB 10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
PurgeAction.java 12.9 KB 10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
CreateMultipolygonAction.java 18.6 KB 10621   8 years Don-vip fix #13197 - bad use of method references instead of lambdas, causing …
SearchNotesDownloadAction.java 3.7 KB 10626   8 years Don-vip simplify handling of ignored/traced exceptions
OverpassDownloadAction.java 11.1 KB 10629   8 years simon04 fix #13085 - When downloading from Overpass, a "download area too …
OpenLocationAction.java 10.6 KB 10630   8 years simon04 fix #13201 - Support Geo URLs on command line and open location
AddImageryLayerAction.java 7.0 KB 10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
ReverseWayAction.java 4.8 KB 10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
UnGlueAction.java 27.8 KB 10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
AlignInCircleAction.java 15.9 KB 10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
CombineWayAction.java 21.4 KB 10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
SimplifyWayAction.java 10.6 KB 10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
SplitWayAction.java 32.5 KB 10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
DuplicateAction.java 1.8 KB 10682   8 years Don-vip fix #13203 - Ctrl-D (Duplicate) places new object on top of source …
PasteAction.java 3.0 KB 10682   8 years Don-vip fix #13203 - Ctrl-D (Duplicate) places new object on top of source …
ImageryAdjustAction.java 11.7 KB 10688   8 years Don-vip remove call to deprecated method
PasteTagsAction.java 12.5 KB 10692   8 years Don-vip fix javadoc warnings
Note: See TracBrowser for help on using the repository browser.