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

Name Size Rev Age Author Last Change
../
upload 10880   9 years Don-vip fix #13429 - Clean validator tree and use listener to find changes …
search 11192   9 years Don-vip fix #13870 - robustness against …
relation 11038   9 years simon04 Use Relation.getMemberPrimitivesList where possible to avoid …
mapmode 11144   9 years michael2402 Fix #13793: Clip paths in a way that let's the dashes stay in place.
downloadtasks 11124   9 years simon04 see #13749 - Enhance supported URLs for downloading GPS data * …
audio 10747   9 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
JoinAreasAction.java 55.9 KB 11252   9 years Don-vip see #10387 - refactor actions to fix taginfo script
SplitWayAction.java 32.7 KB 11240   9 years Don-vip see #10387 - refactor various actions and commands so they can be used …
UnGlueAction.java 27.7 KB 10717   9 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
OrthogonalizeAction.java 25.9 KB 11116   9 years simon04 fix #13766 - Disable the JosmAction Orthogonalize.Undo when nothing is …
CombineWayAction.java 21.4 KB 11114   9 years Don-vip sonar - minor fixes
CreateMultipolygonAction.java 18.6 KB 11038   9 years simon04 Use Relation.getMemberPrimitivesList where possible to avoid …
ExtensionFileFilter.java 18.3 KB 10873   9 years Don-vip see #13412 - replace character by ' in comments, cause encoding …
AlignInLineAction.java 16.3 KB 10467   9 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
JosmAction.java 16.0 KB 10972   9 years Don-vip remove deprecated stuff - gsoc-core
AlignInCircleAction.java 15.9 KB 10763   9 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
AutoScaleAction.java 15.7 KB 10601   9 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
OpenFileAction.java 15.3 KB 10601   9 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
MergeNodesAction.java 14.8 KB 11109   9 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
ShowStatusReportAction.java 13.5 KB 11156   9 years bastiK rework/simplify inheritance structure of PlatformHook …
PurgeAction.java 13.3 KB 11277   9 years Don-vip sonar - fix recently added warnings
UploadSelectionAction.java 13.0 KB 11109   9 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
ImageryAdjustAction.java 12.0 KB 11186   9 years Don-vip fix #13859 - NPE
SimplifyWayAction.java 11.4 KB 11118   9 years simon04 fix #13094 - SimplifyWayAction for first node of closed way (patch by …
OverpassDownloadAction.java 11.3 KB 10782   9 years simon04 fix #13317 - pressing enter in wizard box should create the overpass query
CreateCircleAction.java 10.7 KB 10467   9 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
DistributeAction.java 10.7 KB 11187   9 years bastiK fixed #13864 - distribute nodes goes into infinite loop if 2 nodes …
OpenLocationAction.java 10.6 KB 10630   9 years simon04 fix #13201 - Support Geo URLs on command line and open location
SessionSaveAsAction.java 10.2 KB 11109   9 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
MapRectifierWMSmenuAction.java 9.8 KB 10604   9 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
UploadAction.java 9.8 KB 10446   9 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
RestartAction.java 9.0 KB 11093   9 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
JoinNodeWayAction.java 9.0 KB 10716   9 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
SaveActionBase.java 8.6 KB 10407   9 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
AddImageryLayerAction.java 8.1 KB 11257   9 years wiktorn Make DefaultLayer a type that can have layerName and tileMatrixSet As …
DiskAccessAction.java 8.0 KB 8509   10 years Don-vip fix many checkstyle violations
JumpToAction.java 7.9 KB 11100   9 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
UnJoinNodeWayAction.java 7.2 KB 10467   9 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
SessionLoadAction.java 6.8 KB 10601   9 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
ValidateAction.java 6.7 KB 10880   9 years Don-vip fix #13429 - Clean validator tree and use listener to find changes …
AbstractInfoAction.java 6.7 KB 10383   9 years Don-vip replace .get*Selected().isEmpty() by .selectionEmpty()
AboutAction.java 6.3 KB 10713   9 years simon04 About dialog: display readme in monospaced font
UpdateSelectionAction.java 6.3 KB 10548   9 years simon04 Remove duplicated code Use updateEnabledStateOnCurrentSelection
ToggleAction.java 6.0 KB 8795   10 years Don-vip fix javadoc errors/warnings seen with JDK9
DownloadAlongAction.java 5.9 KB 10074   9 years Don-vip refactor duplicated code
MoveAction.java 5.5 KB 10409   9 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
MergeLayerAction.java 5.3 KB 11123   9 years simon04 fix #13779 - EDT violation detected
CloseChangesetAction.java 5.2 KB 10938   9 years Don-vip sonar - squid:S1450 - Private fields only used as local variables in …
SelectByInternalPointAction.java 5.0 KB 11247   9 years Don-vip see #9400 - see #10387 - see #12914 - initial implementation of …
AbstractPasteAction.java 4.9 KB 10766   9 years Don-vip fix #13290 - pasting from other layer changes objects position …
FollowLineAction.java 4.9 KB 10413   9 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
ReverseWayAction.java 4.8 KB 10716   9 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
ExpertToggleAction.java 4.6 KB 11224   9 years michael2402 Simplify ExpertToggleAction Make ExpertToggleAction use the listener …
ZoomToAction.java 4.5 KB 10413   9 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
SelectNonBranchingWaySequences.java 4.5 KB 9999   9 years Don-vip sonar - do not copy collection contents from one to another with a loop
PreferencesAction.java 4.4 KB 8443   10 years Don-vip remove extra whitespaces
RenameLayerAction.java 4.0 KB 9591   9 years Don-vip fix #12390 - rename layer does not check existing file (patch by kolesar)
AbstractMergeAction.java 4.0 KB 11017   9 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
MergeSelectionAction.java 3.9 KB 10552   9 years Don-vip checkstyle
SearchNotesDownloadAction.java 3.7 KB 10626   9 years Don-vip simplify handling of ignored/traced exceptions
FullscreenToggleAction.java 3.5 KB 9576   9 years Don-vip code refactoring for unit tests / headless mode
GpxExportAction.java 3.5 KB 10407   9 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
UpdateDataAction.java 3.3 KB 10382   9 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
CopyAction.java 3.0 KB 10605   9 years Don-vip see #12478 - Use ​Swing Copy/Paste instead of CopyAction/PasteAction …
MirrorAction.java 3.0 KB 10467   9 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
DownloadAction.java 2.7 KB 8540   10 years Don-vip fix remaining checkstyle issues
AddNodeAction.java 2.6 KB 10467   9 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
DownloadPrimitiveAction.java 2.6 KB 11031   9 years simon04 see #12224 - Search menu item: make shortcut work when MOTD is focused
DownloadReferrersAction.java 2.5 KB 10413   9 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
InfoWebAction.java 2.5 KB 9136   10 years Don-vip sonar fixes + javadoc
HistoryInfoAction.java 2.5 KB 10383   9 years Don-vip replace .get*Selected().isEmpty() by .selectionEmpty()
UpdateModifiedAction.java 2.4 KB 10382   9 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
HelpAction.java 2.3 KB 9320   9 years simon04 Refactoring (make Help a JosmAction)
MoveNodeAction.java 2.3 KB 10552   9 years Don-vip checkstyle
ChangesetManagerToggleAction.java 2.3 KB 9067   10 years Don-vip sonar - Immutable Field
DialogsToggleAction.java 2.2 KB 9983   9 years Don-vip remove unused code
PasteTagsAction.java 2.1 KB 10737   9 years Don-vip fix #12900 - Conflicts in pasted tags cannot be resolved, cannot be …
ZoomInAction.java 2.1 KB 10318   9 years Don-vip fix #12906 - Change Actions to use LayerManager (patch by michael2402)
SaveAction.java 2.0 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
CopyCoordinatesAction.java 1.9 KB 10604   9 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
WireframeToggleAction.java 1.8 KB 10453   9 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
DownloadOsmInViewAction.java 1.8 KB 10910   9 years Don-vip improve javadoc, unit tests, reduce visibility of some public fields
UploadNotesAction.java 1.7 KB 10428   9 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
DownloadNotesInViewAction.java 1.7 KB 10318   9 years Don-vip fix #12906 - Change Actions to use LayerManager (patch by michael2402)
RedoAction.java 1.6 KB 6380   12 years Don-vip update license/copyright information
InfoAction.java 1.6 KB 10548   9 years simon04 Remove duplicated code Use updateEnabledStateOnCurrentSelection
UndoAction.java 1.6 KB 6380   12 years Don-vip update license/copyright information
ActionParameter.java 1.6 KB 6792   11 years Don-vip Sonar - fix various issues
DuplicateAction.java 1.6 KB 10766   9 years Don-vip fix #13290 - pasting from other layer changes objects position …
DeleteLayerAction.java 1.6 KB 11093   9 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
SelectNonBranchingWaySequencesAction.java 1.5 KB 10446   9 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
HistoryInfoWebAction.java 1.5 KB 10378   9 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
ParameterizedActionDecorator.java 1.5 KB 8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
PreferenceToggleAction.java 1.4 KB 10874   9 years Don-vip fix #13412 - Clean up DrawAction, add StrokeProperty (patch by …
ViewportFollowToggleAction.java 1.4 KB 10453   9 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
DeleteAction.java 1.4 KB 10409   9 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
LassoModeAction.java 1.4 KB 7937   10 years bastiK add subversion property svn:eol=native
SelectAllAction.java 1.3 KB 10711   9 years simon04 fix #13063 - "Select all" and "Search" ignore filters
ZoomOutAction.java 1.3 KB 10318   9 years Don-vip fix #12906 - Change Actions to use LayerManager (patch by michael2402)
ToggleUploadDiscouragedLayerAction.java 1.2 KB 9692   9 years simon04 fix #12453 - Add icon for "discourage upload" (icon by Klumbumbus)
PasteAtSourcePositionAction.java 1.2 KB 10766   9 years Don-vip fix #13290 - pasting from other layer changes objects position …
ReportBugAction.java 1.2 KB 10062   9 years Don-vip see #12652 - about dialog: replace old bug report link with new bug …
UnselectAllAction.java 1.1 KB 10382   9 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
PasteAction.java 1.1 KB 10766   9 years Don-vip fix #13290 - pasting from other layer changes objects position …
SaveAsAction.java 1.1 KB 6380   12 years Don-vip update license/copyright information
NewAction.java 1.0 KB 10436   9 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
ToggleGPXLinesAction.java 1.0 KB 6380   12 years Don-vip update license/copyright information
ExitAction.java 932 bytes 11093   9 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
AbstractSelectAction.java 746 bytes 10378   9 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
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
package-info.java 234 bytes 10747   9 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
Note: See TracBrowser for help on using the repository browser.