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

Name Size Rev Age Author Last Change
../
upload 10880   8 years Don-vip fix #13429 - Clean validator tree and use listener to find changes …
search 11464   7 years Klumbumbus fix #14243 - typo in tool tip
relation 11348   7 years Don-vip findbugs - fix some SIC_INNER_SHOULD_BE_STATIC_ANON
mapmode 11502   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
downloadtasks 11329   7 years simon04 see #13201 - OsmUrlToBounds: also take Geo URLs into account This …
audio 11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
ZoomToAction.java 4.5 KB 11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
ZoomOutAction.java 1.3 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)
WireframeToggleAction.java 1.8 KB 10453   8 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
ViewportFollowToggleAction.java 1.4 KB 10453   8 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
ValidateAction.java 6.7 KB 10880   8 years Don-vip fix #13429 - Clean validator tree and use listener to find changes …
UploadSelectionAction.java 13.0 KB 11385   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
UploadNotesAction.java 1.7 KB 10428   8 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
UploadAction.java 9.8 KB 11385   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
UpdateSelectionAction.java 6.3 KB 10548   8 years simon04 Remove duplicated code Use updateEnabledStateOnCurrentSelection
UpdateModifiedAction.java 2.4 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 …
UnselectAllAction.java 1.1 KB 10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
UnJoinNodeWayAction.java 6.8 KB 11339   7 years simon04 Loop can be replaced with Collection.removeIf()
UnGlueAction.java 27.7 KB 10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
UndoAction.java 1.6 KB 6380   10 years Don-vip update license/copyright information
ToggleUploadDiscouragedLayerAction.java 1.2 KB 9692   8 years simon04 fix #12453 - Add icon for "discourage upload" (icon by Klumbumbus)
ToggleGPXLinesAction.java 1.0 KB 6380   10 years Don-vip update license/copyright information
ToggleAction.java 6.0 KB 8795   9 years Don-vip fix javadoc errors/warnings seen with JDK9
SplitWayAction.java 32.7 KB 11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
SimplifyWayAction.java 11.5 KB 11488   7 years michael2402 Fix #14229: Create notification in UI thread.
ShowStatusReportAction.java 13.7 KB 11498   7 years Don-vip status report: Remove jnlpx.vmargs (base64 encoded copy of VM …
SessionSaveAsAction.java 10.2 KB 11109   8 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
SessionLoadAction.java 6.8 KB 10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
SelectNonBranchingWaySequencesAction.java 1.5 KB 10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
SelectNonBranchingWaySequences.java 4.5 KB 9999   8 years Don-vip sonar - do not copy collection contents from one to another with a loop
SelectByInternalPointAction.java 5.0 KB 11247   7 years Don-vip see #9400 - see #10387 - see #12914 - initial implementation of …
SelectAllAction.java 1.3 KB 10711   8 years simon04 fix #13063 - "Select all" and "Search" ignore filters
SearchNotesDownloadAction.java 3.7 KB 11419   7 years stoecker fix #14164, typo in preferences string - patch by ToeBee
SaveAsAction.java 1.1 KB 6380   10 years Don-vip update license/copyright information
SaveActionBase.java 8.6 KB 10407   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
SaveAction.java 2.0 KB 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
ReverseWayAction.java 4.8 KB 10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
RestartAction.java 9.0 KB 11093   8 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
ReportBugAction.java 1.2 KB 10062   8 years Don-vip see #12652 - about dialog: replace old bug report link with new bug …
RenameLayerAction.java 4.3 KB 11343   7 years Don-vip findbugs - disable SE_TRANSIENT_FIELD_NOT_RESTORED, fix some …
RedoAction.java 1.6 KB 6380   10 years Don-vip update license/copyright information
PurgeAction.java 13.3 KB 11343   7 years Don-vip findbugs - disable SE_TRANSIENT_FIELD_NOT_RESTORED, fix some …
PreferenceToggleAction.java 1.4 KB 10874   8 years Don-vip fix #13412 - Clean up DrawAction, add StrokeProperty (patch by …
PreferencesAction.java 4.4 KB 8443   9 years Don-vip remove extra whitespaces
PasteTagsAction.java 2.1 KB 10737   8 years Don-vip fix #12900 - Conflicts in pasted tags cannot be resolved, cannot be …
PasteAtSourcePositionAction.java 1.2 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 …
ParameterizedActionDecorator.java 1.5 KB 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
ParameterizedAction.java 362 bytes 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
package-info.java 234 bytes 10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
OverpassDownloadAction.java 11.3 KB 10782   8 years simon04 fix #13317 - pressing enter in wizard box should create the overpass query
OsmPrimitiveAction.java 597 bytes 8512   9 years Don-vip checkstyle: redundant modifiers
OrthogonalizeAction.java 26.0 KB 11389   7 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE
OpenLocationAction.java 11.4 KB 11343   7 years Don-vip findbugs - disable SE_TRANSIENT_FIELD_NOT_RESTORED, fix some …
OpenFileAction.java 15.3 KB 10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
NewAction.java 1.0 KB 10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
MoveNodeAction.java 2.3 KB 10552   8 years Don-vip checkstyle
MoveAction.java 5.5 KB 10409   8 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
MirrorAction.java 3.0 KB 10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
MergeSelectionAction.java 3.9 KB 10552   8 years Don-vip checkstyle
MergeNodesAction.java 15.0 KB 11481   7 years Don-vip sonar - squid:S3518 - Zero should not be a possible denominator
MergeLayerAction.java 5.6 KB 11385   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
MapRectifierWMSmenuAction.java 9.8 KB 10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
LassoModeAction.java 1.4 KB 7937   9 years bastiK add subversion property svn:eol=native
JumpToAction.java 7.4 KB 11343   7 years Don-vip findbugs - disable SE_TRANSIENT_FIELD_NOT_RESTORED, fix some …
JosmAction.java 16.0 KB 10972   8 years Don-vip remove deprecated stuff - gsoc-core
JoinNodeWayAction.java 9.0 KB 10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
JoinAreasAction.java 56.9 KB 11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
InfoWebAction.java 2.5 KB 9136   8 years Don-vip sonar fixes + javadoc
InfoAction.java 1.6 KB 10548   8 years simon04 Remove duplicated code Use updateEnabledStateOnCurrentSelection
ImageryAdjustAction.java 12.0 KB 11186   7 years Don-vip fix #13859 - NPE
HistoryInfoWebAction.java 1.5 KB 10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
HistoryInfoAction.java 2.5 KB 10383   8 years Don-vip replace .get*Selected().isEmpty() by .selectionEmpty()
HelpAction.java 2.3 KB 9320   8 years simon04 Refactoring (make Help a JosmAction)
GpxExportAction.java 3.5 KB 10407   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
FullscreenToggleAction.java 3.8 KB 11278   7 years Don-vip improve test coverage
FollowLineAction.java 4.9 KB 10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
ExtensionFileFilter.java 18.3 KB 10873   8 years Don-vip see #13412 - replace character by ' in comments, cause encoding …
ExpertToggleAction.java 4.6 KB 11224   7 years michael2402 Simplify ExpertToggleAction Make ExpertToggleAction use the listener …
ExitAction.java 932 bytes 11093   8 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
DuplicateAction.java 1.6 KB 10766   8 years Don-vip fix #13290 - pasting from other layer changes objects position …
DownloadReferrersAction.java 2.5 KB 10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
DownloadPrimitiveAction.java 2.6 KB 11031   8 years simon04 see #12224 - Search menu item: make shortcut work when MOTD is focused
DownloadOsmInViewAction.java 1.8 KB 10910   8 years Don-vip improve javadoc, unit tests, reduce visibility of some public fields
DownloadNotesInViewAction.java 1.7 KB 10318   8 years Don-vip fix #12906 - Change Actions to use LayerManager (patch by michael2402)
DownloadAlongAction.java 5.9 KB 10074   8 years Don-vip refactor duplicated code
DownloadAction.java 2.7 KB 8540   9 years Don-vip fix remaining checkstyle issues
DistributeAction.java 10.7 KB 11187   7 years bastiK fixed #13864 - distribute nodes goes into infinite loop if 2 nodes …
DiskAccessAction.java 8.0 KB 8509   9 years Don-vip fix many checkstyle violations
DialogsToggleAction.java 2.2 KB 9983   8 years Don-vip remove unused code
DeleteLayerAction.java 1.6 KB 11093   8 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
DeleteAction.java 1.4 KB 10409   8 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
CreateMultipolygonAction.java 18.6 KB 11038   8 years simon04 Use Relation.getMemberPrimitivesList where possible to avoid …
CreateCircleAction.java 10.7 KB 10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
CopyCoordinatesAction.java 1.9 KB 11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
CopyAction.java 3.0 KB 10605   8 years Don-vip see #12478 - Use ​Swing Copy/Paste instead of CopyAction/PasteAction …
CombineWayAction.java 21.4 KB 11389   7 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE
CloseChangesetAction.java 5.2 KB 10938   8 years Don-vip sonar - squid:S1450 - Private fields only used as local variables in …
ChangesetManagerToggleAction.java 2.3 KB 9067   8 years Don-vip sonar - Immutable Field
AutoScaleAction.java 15.8 KB 11383   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
AlignInLineAction.java 16.3 KB 10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
AlignInCircleAction.java 15.9 KB 10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
AddNodeAction.java 2.6 KB 10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
AddImageryLayerAction.java 8.3 KB 11343   7 years Don-vip findbugs - disable SE_TRANSIENT_FIELD_NOT_RESTORED, fix some …
AdaptableAction.java 238 bytes 7937   9 years bastiK add subversion property svn:eol=native
ActionParameter.java 1.6 KB 6792   10 years Don-vip Sonar - fix various issues
AbstractSelectAction.java 746 bytes 10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
AbstractPasteAction.java 4.9 KB 10766   8 years Don-vip fix #13290 - pasting from other layer changes objects position …
AbstractMergeAction.java 4.0 KB 11017   8 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
AbstractInfoAction.java 6.6 KB 11339   7 years simon04 Loop can be replaced with Collection.removeIf()
AboutAction.java 6.3 KB 10713   8 years simon04 About dialog: display readme in monospaced font
Note: See TracBrowser for help on using the repository browser.