Mon, 22 Apr 2024 18:23:20 +0200
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
--- a/src/eric7/APIs/Python3/eric7.api Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/APIs/Python3/eric7.api Mon Apr 22 18:23:20 2024 +0200 @@ -2233,6 +2233,7 @@ eric7.HelpViewer.HelpBookmarksWidget.HelpBookmarksWidget.UrlRole?7 eric7.HelpViewer.HelpBookmarksWidget.HelpBookmarksWidget.addBookmark?4(title, url) eric7.HelpViewer.HelpBookmarksWidget.HelpBookmarksWidget.escapePressed?7 +eric7.HelpViewer.HelpBookmarksWidget.HelpBookmarksWidget.keyPressEvent?4(evt) eric7.HelpViewer.HelpBookmarksWidget.HelpBookmarksWidget.newBackgroundTab?7 eric7.HelpViewer.HelpBookmarksWidget.HelpBookmarksWidget.newTab?7 eric7.HelpViewer.HelpBookmarksWidget.HelpBookmarksWidget.openUrl?7 @@ -2610,7 +2611,7 @@ eric7.JediInterface.JediServer.JediServer?1(viewManager, project, ui) eric7.JediInterface.RefactoringPreviewDialog.RefactoringPreviewDialog?1(title, diff, parent=None) eric7.MicroPython.AddEditDevicesDialog.AddEditDevicesDialog.getDeviceDict?4() -eric7.MicroPython.AddEditDevicesDialog.AddEditDevicesDialog.on_deviceTypeComboBox_currentIndexChanged?4(index) +eric7.MicroPython.AddEditDevicesDialog.AddEditDevicesDialog.on_deviceTypeComboBox_currentIndexChanged?4(_index) eric7.MicroPython.AddEditDevicesDialog.AddEditDevicesDialog.on_reportButton_clicked?4() eric7.MicroPython.AddEditDevicesDialog.AddEditDevicesDialog?1(vid=0, pid=0, description=0, deviceData=None, parent=None) eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.ADV_DIRECT_IND?7 @@ -2652,8 +2653,8 @@ eric7.MicroPython.ConnectionSelectionDialog.ConnectionSelectionDialog.PortNameRole?7 eric7.MicroPython.ConnectionSelectionDialog.ConnectionSelectionDialog.VidPidRole?7 eric7.MicroPython.ConnectionSelectionDialog.ConnectionSelectionDialog.getData?4() -eric7.MicroPython.ConnectionSelectionDialog.ConnectionSelectionDialog.on_deviceTypeComboBox_currentTextChanged?4(txt) -eric7.MicroPython.ConnectionSelectionDialog.ConnectionSelectionDialog.on_portNameComboBox_currentTextChanged?4(txt) +eric7.MicroPython.ConnectionSelectionDialog.ConnectionSelectionDialog.on_deviceTypeComboBox_currentTextChanged?4(_txt) +eric7.MicroPython.ConnectionSelectionDialog.ConnectionSelectionDialog.on_portNameComboBox_currentTextChanged?4(_txt) eric7.MicroPython.ConnectionSelectionDialog.ConnectionSelectionDialog?1(ports, currentPort, currentType, parent=None) eric7.MicroPython.ConvertToUF2Dialog.ConvertToUF2Dialog.ConvertScript?7 eric7.MicroPython.ConvertToUF2Dialog.ConvertToUF2Dialog.FamiliesFile?7 @@ -2882,8 +2883,8 @@ eric7.MicroPython.Devices.EspDialogs.EspBackupRestoreFirmwareDialog.EspBackupRestoreFirmwareDialog.FlashSizes?7 eric7.MicroPython.Devices.EspDialogs.EspBackupRestoreFirmwareDialog.EspBackupRestoreFirmwareDialog.getData?4() eric7.MicroPython.Devices.EspDialogs.EspBackupRestoreFirmwareDialog.EspBackupRestoreFirmwareDialog.on_espComboBox_currentTextChanged?4(chip) -eric7.MicroPython.Devices.EspDialogs.EspBackupRestoreFirmwareDialog.EspBackupRestoreFirmwareDialog.on_firmwarePicker_textChanged?4(firmware) -eric7.MicroPython.Devices.EspDialogs.EspBackupRestoreFirmwareDialog.EspBackupRestoreFirmwareDialog.on_sizeComboBox_currentTextChanged?4(size) +eric7.MicroPython.Devices.EspDialogs.EspBackupRestoreFirmwareDialog.EspBackupRestoreFirmwareDialog.on_firmwarePicker_textChanged?4(_firmware) +eric7.MicroPython.Devices.EspDialogs.EspBackupRestoreFirmwareDialog.EspBackupRestoreFirmwareDialog.on_sizeComboBox_currentTextChanged?4(_size) eric7.MicroPython.Devices.EspDialogs.EspBackupRestoreFirmwareDialog.EspBackupRestoreFirmwareDialog?1(backupMode=True, parent=None) eric7.MicroPython.Devices.EspDialogs.EspFirmwareSelectionDialog.EspFirmwareSelectionDialog.Chips?7 eric7.MicroPython.Devices.EspDialogs.EspFirmwareSelectionDialog.EspFirmwareSelectionDialog.FlashAddresses?7 @@ -3097,7 +3098,7 @@ eric7.MicroPython.MicroPythonFileManager.MicroPythonFileManager.writeFile?4(filename, text) eric7.MicroPython.MicroPythonFileManager.MicroPythonFileManager?1(device, parent=None) eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_deviceCwd_textChanged?4(cwd) -eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated?4(item, column) +eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated?4(item, _column) eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemExpanded?4(item) eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemSelectionChanged?4() eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_deviceHomeButton_clicked?4() @@ -3106,7 +3107,7 @@ eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_getAsButton_clicked?4() eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_getButton_clicked?4(getAs=False) eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_localCwd_textChanged?4(cwd) -eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated?4(item, column) +eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated?4(item, _column) eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_localFileTreeWidget_itemExpanded?4(item) eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_localFileTreeWidget_itemSelectionChanged?4() eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_localHomeButton_clicked?4() @@ -3328,15 +3329,15 @@ eric7.MicroPython.WifiDialogs.WifiCountryDialog.WifiCountryDialog.getCountry?4() eric7.MicroPython.WifiDialogs.WifiCountryDialog.WifiCountryDialog.on_countryEdit_textChanged?4(country) eric7.MicroPython.WifiDialogs.WifiCountryDialog.WifiCountryDialog?1(parent=None) -eric7.MicroPython.WifiDialogs.WifiNetworksWindow.WifiNetworksWindow.closeEvent?4(evt) +eric7.MicroPython.WifiDialogs.WifiNetworksWindow.WifiNetworksWindow.closeEvent?4(_evt) eric7.MicroPython.WifiDialogs.WifiNetworksWindow.WifiNetworksWindow.on_intervalSpinBox_valueChanged?4(interval) eric7.MicroPython.WifiDialogs.WifiNetworksWindow.WifiNetworksWindow.on_periodicCheckBox_toggled?4(checked) eric7.MicroPython.WifiDialogs.WifiNetworksWindow.WifiNetworksWindow.scanNetworks?4() eric7.MicroPython.WifiDialogs.WifiNetworksWindow.WifiNetworksWindow?1(device, parent=None) eric7.MicroPython.WifiDialogs.WifiStatusDialog.WifiStatusDialog?1(clientStatus, apStatus, overallStatus, parent=None) eric7.MultiProject.AddProjectDialog.AddProjectDialog.getProjectMetadata?4() -eric7.MultiProject.AddProjectDialog.AddProjectDialog.on_filenamePicker_textChanged?4(txt) -eric7.MultiProject.AddProjectDialog.AddProjectDialog.on_nameEdit_textChanged?4(txt) +eric7.MultiProject.AddProjectDialog.AddProjectDialog.on_filenamePicker_textChanged?4(_txt) +eric7.MultiProject.AddProjectDialog.AddProjectDialog.on_nameEdit_textChanged?4(_txt) eric7.MultiProject.AddProjectDialog.AddProjectDialog?1(parent=None, startdir="", project=None, categories=None, category="") eric7.MultiProject.MultiProject.MultiProject.addEricActions?4(actions) eric7.MultiProject.MultiProject.MultiProject.addNewProject?4(startdir="", category="") @@ -3413,7 +3414,7 @@ eric7.Network.IRC.IrcChannelWidget.IrcChannelWidget.channelClosed?7 eric7.Network.IRC.IrcChannelWidget.IrcChannelWidget.getUsersCount?4() eric7.Network.IRC.IrcChannelWidget.IrcChannelWidget.handleMessage?4(line) -eric7.Network.IRC.IrcChannelWidget.IrcChannelWidget.hideEvent?4(evt) +eric7.Network.IRC.IrcChannelWidget.IrcChannelWidget.hideEvent?4(_evt) eric7.Network.IRC.IrcChannelWidget.IrcChannelWidget.initAutoWho?4() eric7.Network.IRC.IrcChannelWidget.IrcChannelWidget.leaveAllChannels?7 eric7.Network.IRC.IrcChannelWidget.IrcChannelWidget.leaveChannel?4() @@ -3438,7 +3439,7 @@ eric7.Network.IRC.IrcChannelWidget.IrcChannelWidget.setPrivateInfo?4(infoText) eric7.Network.IRC.IrcChannelWidget.IrcChannelWidget.setUserName?4(name) eric7.Network.IRC.IrcChannelWidget.IrcChannelWidget.setUserPrivilegePrefix?4(prefixes) -eric7.Network.IRC.IrcChannelWidget.IrcChannelWidget.showEvent?4(evt) +eric7.Network.IRC.IrcChannelWidget.IrcChannelWidget.showEvent?4(_evt) eric7.Network.IRC.IrcChannelWidget.IrcChannelWidget.unsetMarkerLine?4() eric7.Network.IRC.IrcChannelWidget.IrcChannelWidget.userName?4() eric7.Network.IRC.IrcChannelWidget.IrcChannelWidget?1(parent=None) @@ -3481,22 +3482,22 @@ eric7.Network.IRC.IrcMessageEdit.IrcMessageEdit?1(parent=None) eric7.Network.IRC.IrcNetworkEditDialog.IrcNetworkEditDialog.getNetwork?4() eric7.Network.IRC.IrcNetworkEditDialog.IrcNetworkEditDialog.on_addChannelButton_clicked?4() -eric7.Network.IRC.IrcNetworkEditDialog.IrcNetworkEditDialog.on_channelList_itemActivated?4(item, column) +eric7.Network.IRC.IrcNetworkEditDialog.IrcNetworkEditDialog.on_channelList_itemActivated?4(item, _column) eric7.Network.IRC.IrcNetworkEditDialog.IrcNetworkEditDialog.on_channelList_itemSelectionChanged?4() eric7.Network.IRC.IrcNetworkEditDialog.IrcNetworkEditDialog.on_deleteChannelButton_clicked?4() eric7.Network.IRC.IrcNetworkEditDialog.IrcNetworkEditDialog.on_editChannelButton_clicked?4() eric7.Network.IRC.IrcNetworkEditDialog.IrcNetworkEditDialog.on_editIdentitiesButton_clicked?4() eric7.Network.IRC.IrcNetworkEditDialog.IrcNetworkEditDialog.on_editServerButton_clicked?4() eric7.Network.IRC.IrcNetworkEditDialog.IrcNetworkEditDialog.on_identityCombo_currentTextChanged?4(identity) -eric7.Network.IRC.IrcNetworkEditDialog.IrcNetworkEditDialog.on_networkEdit_textChanged?4(txt) -eric7.Network.IRC.IrcNetworkEditDialog.IrcNetworkEditDialog.on_serverEdit_textChanged?4(txt) +eric7.Network.IRC.IrcNetworkEditDialog.IrcNetworkEditDialog.on_networkEdit_textChanged?4(_txt) +eric7.Network.IRC.IrcNetworkEditDialog.IrcNetworkEditDialog.on_serverEdit_textChanged?4(_txt) eric7.Network.IRC.IrcNetworkEditDialog.IrcNetworkEditDialog?1(manager, networkName, parent=None) eric7.Network.IRC.IrcNetworkListDialog.IrcNetworkListDialog.on_autoConnectButton_clicked?4(checked) eric7.Network.IRC.IrcNetworkListDialog.IrcNetworkListDialog.on_deleteButton_clicked?4() eric7.Network.IRC.IrcNetworkListDialog.IrcNetworkListDialog.on_editButton_clicked?4() eric7.Network.IRC.IrcNetworkListDialog.IrcNetworkListDialog.on_editIdentitiesButton_clicked?4() -eric7.Network.IRC.IrcNetworkListDialog.IrcNetworkListDialog.on_networksList_itemCollapsed?4(item) -eric7.Network.IRC.IrcNetworkListDialog.IrcNetworkListDialog.on_networksList_itemExpanded?4(item) +eric7.Network.IRC.IrcNetworkListDialog.IrcNetworkListDialog.on_networksList_itemCollapsed?4(_item) +eric7.Network.IRC.IrcNetworkListDialog.IrcNetworkListDialog.on_networksList_itemExpanded?4(_item) eric7.Network.IRC.IrcNetworkListDialog.IrcNetworkListDialog.on_networksList_itemSelectionChanged?4() eric7.Network.IRC.IrcNetworkListDialog.IrcNetworkListDialog.on_newButton_clicked?4() eric7.Network.IRC.IrcNetworkListDialog.IrcNetworkListDialog?1(manager, parent=None) @@ -3621,7 +3622,7 @@ eric7.Network.IRC.IrcNetworkWidget.IrcNetworkWidget.setRegistered?4(registered) eric7.Network.IRC.IrcNetworkWidget.IrcNetworkWidget?1(parent=None) eric7.Network.IRC.IrcServerEditDialog.IrcServerEditDialog.getServer?4() -eric7.Network.IRC.IrcServerEditDialog.IrcServerEditDialog.on_serverEdit_textChanged?4(name) +eric7.Network.IRC.IrcServerEditDialog.IrcServerEditDialog.on_serverEdit_textChanged?4(_name) eric7.Network.IRC.IrcServerEditDialog.IrcServerEditDialog?1(server, parent=None) eric7.Network.IRC.IrcUtilities.getChannelModesDict?4() eric7.Network.IRC.IrcUtilities.ircFilter?4(msg) @@ -3767,7 +3768,7 @@ eric7.PipInterface.PipDialog.PipDialog?1(text, parent=None) eric7.PipInterface.PipFileSelectionDialog.PipFileSelectionDialog.getData?4() eric7.PipInterface.PipFileSelectionDialog.PipFileSelectionDialog.on_filePicker_textChanged?4(txt) -eric7.PipInterface.PipFileSelectionDialog.PipFileSelectionDialog?1(pip, mode, install=True, parent=None) +eric7.PipInterface.PipFileSelectionDialog.PipFileSelectionDialog?1(mode, install=True, parent=None) eric7.PipInterface.PipFreezeDialog.PipFreezeDialog.closeEvent?4(e) eric7.PipInterface.PipFreezeDialog.PipFreezeDialog.on_buttonBox_clicked?4(button) eric7.PipInterface.PipFreezeDialog.PipFreezeDialog.on_copyButton_clicked?4() @@ -3797,7 +3798,7 @@ eric7.PipInterface.PipPackageDetailsDialog.PipPackageDetailsDialog?1(detailsData, vulnerabilities=None, buttonsMode=0, parent=None) eric7.PipInterface.PipPackagesInputDialog.PipPackagesInputDialog.getData?4() eric7.PipInterface.PipPackagesInputDialog.PipPackagesInputDialog.on_packagesEdit_textChanged?4(txt) -eric7.PipInterface.PipPackagesInputDialog.PipPackagesInputDialog?1(pip, title, install=True, parent=None) +eric7.PipInterface.PipPackagesInputDialog.PipPackagesInputDialog?1(title, install=True, parent=None) eric7.PipInterface.PipPackagesWidget.PipPackageInformationMode.Classifiers?7 eric7.PipInterface.PipPackagesWidget.PipPackageInformationMode.EntryPoints?7 eric7.PipInterface.PipPackagesWidget.PipPackageInformationMode.FilesList?7 @@ -3836,7 +3837,7 @@ eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.on_searchButton_clicked?4() eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.on_searchMoreButton_clicked?4() eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.on_searchNameEdit_returnPressed?4() -eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.on_searchNameEdit_textChanged?4(txt) +eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.on_searchNameEdit_textChanged?4(_txt) eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.on_searchResultList_itemActivated?4(item, column) eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.on_searchResultList_itemSelectionChanged?4() eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.on_searchToggleButton_1_toggled?4(checked) @@ -3952,7 +3953,7 @@ eric7.PluginManager.PluginExceptions.PluginModuleFormatError?1(name, missing) eric7.PluginManager.PluginExceptions.PluginModulesError?1() eric7.PluginManager.PluginExceptions.PluginPathError?1(msg=None) -eric7.PluginManager.PluginInfoDialog.PluginInfoDialog.on_pluginList_itemActivated?4(item, column) +eric7.PluginManager.PluginInfoDialog.PluginInfoDialog.on_pluginList_itemActivated?4(item, _column) eric7.PluginManager.PluginInfoDialog.PluginInfoDialog?1(pluginManager, parent=None) eric7.PluginManager.PluginInstallDialog.PluginInstallDialog.restartNeeded?4() eric7.PluginManager.PluginInstallDialog.PluginInstallDialog?1(pluginManager, pluginFileNames, parent=None) @@ -4017,7 +4018,7 @@ eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.closeAndInstall?7 eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.getDownloadedPlugins?4() eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_buttonBox_clicked?4(button) -eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_repositoryList_currentItemChanged?4(current, previous) +eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_repositoryList_currentItemChanged?4(current, _previous) eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_repositoryList_customContextMenuRequested?4(pos) eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_repositoryList_itemSelectionChanged?4() eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_repositoryUrlEditButton_toggled?4(checked) @@ -4146,8 +4147,8 @@ eric7.Plugins.CheckerPlugins.CodeStyleChecker.Async.translations._asyncMessageSampleArgs?8 eric7.Plugins.CheckerPlugins.CodeStyleChecker.Async.translations._asyncMessages?8 eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog.CodeStyleAddBuiltinIgnoreDialog.getData?4() -eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog.CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged?4(txt) -eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog.CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged?4(txt) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog.CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged?4(_txt) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog.CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged?4(_txt) eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog.CodeStyleAddBuiltinIgnoreDialog?1(parent=None) eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.CodeStyleCheckerReport.error_args?4(line_number, offset, errorCode, check, *args) eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.CodeStyleCheckerReport?1(options) @@ -4164,7 +4165,7 @@ eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.check?4(codestring="") eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.checkBatch?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.checkCategories?7 -eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.closeEvent?4(evt) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.closeEvent?4(_evt) eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.codeRole?7 eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.cryptoBitSelectionsDsaRsa?7 eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.cryptoBitSelectionsEc?7 @@ -4193,7 +4194,7 @@ eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_noFixIssuesSelectButton_clicked?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_resetDefaultButton_clicked?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_restartButton_clicked?4() -eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_resultList_itemActivated?4(item, column) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_resultList_itemActivated?4(item, _column) eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_resultList_itemSelectionChanged?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_showButton_clicked?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.on_startButton_clicked?4() @@ -4948,7 +4949,7 @@ eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService?1() eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog.check?4(codestring="") eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog.checkBatch?4() -eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog.closeEvent?4(evt) +eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog.closeEvent?4(_evt) eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog.errorRole?7 eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog.filenameRole?7 eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog.indexRole?7 @@ -5022,10 +5023,10 @@ eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_linkFgButton_clicked?4() eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_outputDirPicker_pathSelected?4(path) eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_qtHelpDirPicker_pathSelected?4(path) -eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_qtHelpFolderEdit_textChanged?4(txt) -eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_qtHelpGroup_toggled?4(enabled) -eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged?4(txt) -eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_qtHelpTitleEdit_textChanged?4(txt) +eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_qtHelpFolderEdit_textChanged?4(_txt) +eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_qtHelpGroup_toggled?4(_enabled) +eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged?4(_txt) +eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_qtHelpTitleEdit_textChanged?4(_txt) eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_startDirPicker_pathSelected?4(path) eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog?1(project, parms=None, parent=None) eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.EricdocExecDialog.on_buttonBox_clicked?4(button) @@ -5319,14 +5320,14 @@ eric7.Plugins.VcsPlugins.vcsGit.GitApplyBundleDataDialog.GitApplyBundleDataDialog.getData?4() eric7.Plugins.VcsPlugins.vcsGit.GitApplyBundleDataDialog.GitApplyBundleDataDialog?1(bundleHeads, branches, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.GitArchiveDataDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.GitArchiveDataDialog.on_branchButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.GitArchiveDataDialog.on_branchCombo_editTextChanged?4(txt) +eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.GitArchiveDataDialog.on_branchButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.GitArchiveDataDialog.on_branchCombo_editTextChanged?4(_txt) eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.GitArchiveDataDialog.on_fileButton_clicked?4() -eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.GitArchiveDataDialog.on_fileEdit_textChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.GitArchiveDataDialog.on_revButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.GitArchiveDataDialog.on_revEdit_textChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.GitArchiveDataDialog.on_tagButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.GitArchiveDataDialog.on_tagCombo_editTextChanged?4(txt) +eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.GitArchiveDataDialog.on_fileEdit_textChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.GitArchiveDataDialog.on_revButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.GitArchiveDataDialog.on_revEdit_textChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.GitArchiveDataDialog.on_tagButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.GitArchiveDataDialog.on_tagCombo_editTextChanged?4(_txt) eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.GitArchiveDataDialog?1(tagsList, branchesList, formatsList, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitBisectLogBrowserDialog.GitBisectLogBrowserDialog.CommitIdColumn?7 eric7.Plugins.VcsPlugins.vcsGit.GitBisectLogBrowserDialog.GitBisectLogBrowserDialog.OperationColumn?7 @@ -5342,7 +5343,7 @@ eric7.Plugins.VcsPlugins.vcsGit.GitBisectLogBrowserDialog.GitBisectLogBrowserDialog.start?4(projectdir) eric7.Plugins.VcsPlugins.vcsGit.GitBisectLogBrowserDialog.GitBisectLogBrowserDialog?1(vcs, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitBisectStartDialog.GitBisectStartDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsGit.GitBisectStartDialog.GitBisectStartDialog.on_badEdit_textChanged?4(txt) +eric7.Plugins.VcsPlugins.vcsGit.GitBisectStartDialog.GitBisectStartDialog.on_badEdit_textChanged?4(_txt) eric7.Plugins.VcsPlugins.vcsGit.GitBisectStartDialog.GitBisectStartDialog?1(parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitBlameDialog.GitBlameDialog.closeEvent?4(e) eric7.Plugins.VcsPlugins.vcsGit.GitBlameDialog.GitBlameDialog.keyPressEvent?4(evt) @@ -5370,21 +5371,21 @@ eric7.Plugins.VcsPlugins.vcsGit.GitBranchPushDialog.GitBranchPushDialog.on_branchComboBox_editTextChanged?4(txt) eric7.Plugins.VcsPlugins.vcsGit.GitBranchPushDialog.GitBranchPushDialog?1(branches, remotes, delete=False, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.GitBundleDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.GitBundleDialog.on_branchButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.GitBundleDialog.on_branchCombo_editTextChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.GitBundleDialog.on_revisionsButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.GitBundleDialog.on_revisionsEdit_textChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.GitBundleDialog.on_tagButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.GitBundleDialog.on_tagCombo_editTextChanged?4(txt) +eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.GitBundleDialog.on_branchButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.GitBundleDialog.on_branchCombo_editTextChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.GitBundleDialog.on_revisionsButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.GitBundleDialog.on_revisionsEdit_textChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.GitBundleDialog.on_tagButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.GitBundleDialog.on_tagCombo_editTextChanged?4(_txt) eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.GitBundleDialog?1(tagsList, branchesList, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.GitChangeRemoteUrlDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.GitChangeRemoteUrlDialog.on_newUrlEdit_textChanged?4(txt) +eric7.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.GitChangeRemoteUrlDialog.on_newUrlEdit_textChanged?4(_txt) eric7.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.GitChangeRemoteUrlDialog?1(remoteName, remoteUrl, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.GitCherryPickDialog.getData?4() eric7.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.GitCherryPickDialog.on_commitsEdit_textChanged?4() eric7.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.GitCherryPickDialog?1(commits=None, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitCommandDialog.GitCommandDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsGit.GitCommandDialog.GitCommandDialog.on_commandCombo_editTextChanged?4(text) +eric7.Plugins.VcsPlugins.vcsGit.GitCommandDialog.GitCommandDialog.on_commandCombo_editTextChanged?4(_text) eric7.Plugins.VcsPlugins.vcsGit.GitCommandDialog.GitCommandDialog?1(argvList, ppath, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitCommitDialog.GitCommitDialog.accepted?7 eric7.Plugins.VcsPlugins.vcsGit.GitCommitDialog.GitCommitDialog.amend?4() @@ -5395,7 +5396,7 @@ eric7.Plugins.VcsPlugins.vcsGit.GitCommitDialog.GitCommitDialog.on_recentComboBox_activated?4(index) eric7.Plugins.VcsPlugins.vcsGit.GitCommitDialog.GitCommitDialog.rejected?7 eric7.Plugins.VcsPlugins.vcsGit.GitCommitDialog.GitCommitDialog.resetAuthor?4() -eric7.Plugins.VcsPlugins.vcsGit.GitCommitDialog.GitCommitDialog.showEvent?4(evt) +eric7.Plugins.VcsPlugins.vcsGit.GitCommitDialog.GitCommitDialog.showEvent?4(_evt) eric7.Plugins.VcsPlugins.vcsGit.GitCommitDialog.GitCommitDialog.stagedOnly?4() eric7.Plugins.VcsPlugins.vcsGit.GitCommitDialog.GitCommitDialog?1(vcs, msg, amend, commitAll, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitCopyDialog.GitCopyDialog.getData?4() @@ -5482,7 +5483,7 @@ eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.GitLogBrowserDialog.on_saveLabel_linkActivated?4(link) eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.GitLogBrowserDialog.on_sbsSelectLabel_linkActivated?4(link) eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.GitLogBrowserDialog.on_sendButton_clicked?4() -eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.GitLogBrowserDialog.on_stopCheckBox_clicked?4(checked) +eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.GitLogBrowserDialog.on_stopCheckBox_clicked?4(_checked) eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.GitLogBrowserDialog.on_toDate_dateChanged?4(date) eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.GitLogBrowserDialog.on_upButton_clicked?4() eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.GitLogBrowserDialog.show?4() @@ -5490,17 +5491,17 @@ eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.GitLogBrowserDialog?1(vcs, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.LIGHTCOLORS?7 eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.getParameters?4() -eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_branchButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_branchCombo_editTextChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_commitGroupBox_toggled?4(checked) +eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_branchButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_branchCombo_editTextChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_commitGroupBox_toggled?4(_checked) eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_commitMessageEdit_textChanged?4() -eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_idButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_idEdit_textChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_noneButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_remoteBranchButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_remoteBranchCombo_editTextChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_tagButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_tagCombo_editTextChanged?4(txt) +eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_idButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_idEdit_textChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_noneButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_remoteBranchButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_remoteBranchCombo_editTextChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_tagButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_tagCombo_editTextChanged?4(_txt) eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog?1(tagsList, branchesList, currentBranch, remoteBranchesList, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitNewProjectOptionsDialog.GitNewProjectOptionsDialog.getData?4() eric7.Plugins.VcsPlugins.vcsGit.GitNewProjectOptionsDialog.GitNewProjectOptionsDialog.on_projectDirButton_clicked?4() @@ -5510,7 +5511,7 @@ eric7.Plugins.VcsPlugins.vcsGit.GitNewProjectOptionsDialog.GitNewProjectOptionsDialog.on_vcsUrlCombo_editTextChanged?4(txt) eric7.Plugins.VcsPlugins.vcsGit.GitNewProjectOptionsDialog.GitNewProjectOptionsDialog?1(vcs, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitOptionsDialog.GitOptionsDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsGit.GitOptionsDialog.GitOptionsDialog?1(vcs, project, parent=None) +eric7.Plugins.VcsPlugins.vcsGit.GitOptionsDialog.GitOptionsDialog?1(parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitPatchFilesDialog.GitPatchFilesDialog.getData?4() eric7.Plugins.VcsPlugins.vcsGit.GitPatchFilesDialog.GitPatchFilesDialog.on_addButton_clicked?4() eric7.Plugins.VcsPlugins.vcsGit.GitPatchFilesDialog.GitPatchFilesDialog.on_deleteButton_clicked?4() @@ -5572,28 +5573,28 @@ eric7.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.GitRemoteRepositoriesDialog.start?4(projectDir) eric7.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.GitRemoteRepositoriesDialog?1(vcs, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog.getRevision?4() -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog.on_branchButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog.on_branchCombo_editTextChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog.on_remoteBranchButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog.on_revButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog.on_revEdit_textChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog.on_tagButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog.on_tagCombo_editTextChanged?4(txt) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog.on_branchButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog.on_branchCombo_editTextChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog.on_remoteBranchButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog.on_revButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog.on_revEdit_textChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog.on_tagButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog.on_tagCombo_editTextChanged?4(_txt) eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.GitRevisionSelectionDialog?1(tagsList, branchesList, trackingBranchesList=None, noneLabel="", showBranches=True, showHead=True, parent=None, ) eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.getRevisions?4() -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_branch1Button_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_branch2Button_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_rev1Button_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_rev1Edit_textChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_rev2Button_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_rev2Edit_textChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_tag1Button_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_tag2Button_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged?4(txt) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_branch1Button_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_branch2Button_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_rev1Button_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_rev1Edit_textChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_rev2Button_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_rev2Edit_textChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_tag1Button_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_tag2Button_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged?4(_txt) eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.GitRevisionsSelectionDialog?1(tagsList, branchesList, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.GitStashBrowserDialog.DateColumn?7 eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.GitStashBrowserDialog.FileStatisticsRole?7 @@ -5608,7 +5609,7 @@ eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.GitStashBrowserDialog.on_passwordCheckBox_toggled?4(checked) eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.GitStashBrowserDialog.on_refreshButton_clicked?4() eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.GitStashBrowserDialog.on_sendButton_clicked?4() -eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.GitStashBrowserDialog.on_stashList_currentItemChanged?4(current, previous) +eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.GitStashBrowserDialog.on_stashList_currentItemChanged?4(current, _previous) eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.GitStashBrowserDialog.on_stashList_customContextMenuRequested?4(pos) eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.GitStashBrowserDialog.show?4() eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.GitStashBrowserDialog.start?4(projectDir) @@ -5644,13 +5645,13 @@ eric7.Plugins.VcsPlugins.vcsGit.GitSubmoduleAddDialog.GitSubmoduleAddDialog.on_submoduleUrlCombo_editTextChanged?4(txt) eric7.Plugins.VcsPlugins.vcsGit.GitSubmoduleAddDialog.GitSubmoduleAddDialog?1(vcs, repodir, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog.GitSubmodulesDeinitDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog.GitSubmodulesDeinitDialog.on_allCheckBox_toggled?4(checked) +eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog.GitSubmodulesDeinitDialog.on_allCheckBox_toggled?4(_checked) eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog.GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged?4() eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog.GitSubmodulesDeinitDialog?1(submodulePaths, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesListDialog.GitSubmodulesListDialog?1(submodules, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesStatusDialog.GitSubmodulesStatusDialog.on_buttonBox_clicked?4(button) -eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesStatusDialog.GitSubmodulesStatusDialog.on_indexCheckBox_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesStatusDialog.GitSubmodulesStatusDialog.on_recursiveCheckBox_toggled?4(checked) +eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesStatusDialog.GitSubmodulesStatusDialog.on_indexCheckBox_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesStatusDialog.GitSubmodulesStatusDialog.on_recursiveCheckBox_toggled?4(_checked) eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesStatusDialog.GitSubmodulesStatusDialog.on_refreshButton_clicked?4() eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesStatusDialog.GitSubmodulesStatusDialog.start?4(projectDir) eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesStatusDialog.GitSubmodulesStatusDialog?1(vcs, parent=None) @@ -5678,17 +5679,17 @@ eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.GitTagType.Local?7 eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.GitTagType.Signed?7 eric7.Plugins.VcsPlugins.vcsGit.GitUserConfigDataDialog.GitUserConfigDataDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsGit.GitUserConfigDataDialog.GitUserConfigDataDialog?1(version=(0, 0), parent=None) +eric7.Plugins.VcsPlugins.vcsGit.GitUserConfigDataDialog.GitUserConfigDataDialog?1(parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitUtilities.getConfigPath?4() eric7.Plugins.VcsPlugins.vcsGit.GitUtilities.prepareProcess?4(proc, language="") eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.GitWorktreeAddDialog.getParameters?4() -eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.GitWorktreeAddDialog.on_branchButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.GitWorktreeAddDialog.on_branchCombo_editTextChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.GitWorktreeAddDialog.on_revButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.GitWorktreeAddDialog.on_revEdit_textChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.GitWorktreeAddDialog.on_tagButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.GitWorktreeAddDialog.on_tagCombo_editTextChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.GitWorktreeAddDialog.on_worktreePathPicker_textChanged?4(worktree) +eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.GitWorktreeAddDialog.on_branchButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.GitWorktreeAddDialog.on_branchCombo_editTextChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.GitWorktreeAddDialog.on_revButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.GitWorktreeAddDialog.on_revEdit_textChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.GitWorktreeAddDialog.on_tagButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.GitWorktreeAddDialog.on_tagCombo_editTextChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.GitWorktreeAddDialog.on_worktreePathPicker_textChanged?4(_worktree) eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.GitWorktreeAddDialog?1(parentDirectory, tagsList, branchesList, parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeDialog.GitWorktreeDialog.StatusRole?7 eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeDialog.GitWorktreeDialog.closeEvent?4(e) @@ -5826,7 +5827,7 @@ eric7.Plugins.VcsPlugins.vcsGit.git.Git.vcsGetProjectBrowserHelper?4(browser, project, isTranslationsBrowser=False) eric7.Plugins.VcsPlugins.vcsGit.git.Git.vcsGetProjectHelper?4(project) eric7.Plugins.VcsPlugins.vcsGit.git.Git.vcsImport?4(vcsDataDict, projectDir, noDialog=False, addAll=True) -eric7.Plugins.VcsPlugins.vcsGit.git.Git.vcsInit?4(vcsDir, noDialog=False) +eric7.Plugins.VcsPlugins.vcsGit.git.Git.vcsInit?4(_vcsDir, noDialog=False) eric7.Plugins.VcsPlugins.vcsGit.git.Git.vcsInitConfig?4(project) eric7.Plugins.VcsPlugins.vcsGit.git.Git.vcsLogBrowser?4(name, isFile=False) eric7.Plugins.VcsPlugins.vcsGit.git.Git.vcsMerge?4(name) @@ -5864,8 +5865,8 @@ eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.HgGpgSignDialog?1(tagsList, branchesList, bookmarksList=None, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.closeEvent?4(e) eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.on_buttonBox_clicked?4(button) -eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.on_categoryCombo_activated?4(index) -eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.on_rxEdit_textChanged?4(txt) +eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.on_categoryCombo_activated?4(_index) +eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.on_rxEdit_textChanged?4(_txt) eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged?4() eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.on_verifyButton_clicked?4() eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.start?4() @@ -5881,8 +5882,8 @@ eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.Gpg?1(vcs) eric7.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.HgAddSubrepositoryDialog.getData?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.HgAddSubrepositoryDialog.on_pathPicker_pathSelected?4(path) -eric7.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.HgAddSubrepositoryDialog.on_pathPicker_textChanged?4(p0) -eric7.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.HgAddSubrepositoryDialog.on_urlEdit_textChanged?4(p0) +eric7.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.HgAddSubrepositoryDialog.on_pathPicker_textChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.HgAddSubrepositoryDialog.on_urlEdit_textChanged?4(_txt) eric7.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.HgAddSubrepositoryDialog?1(projectPath, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.HgAnnotateDialog.closeEvent?4(e) eric7.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.HgAnnotateDialog.on_buttonBox_clicked?4(button) @@ -5899,8 +5900,8 @@ eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.HgBookmarkDialog.getData?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.HgBookmarkDialog?1(action, tagsList, branchesList, bookmarksList, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.HgBookmarkRenameDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.HgBookmarkRenameDialog.on_nameEdit_textChanged?4(txt) +eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.HgBookmarkRenameDialog.on_nameEdit_textChanged?4(_txt) eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.HgBookmarkRenameDialog?1(bookmarksList, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.HgBookmarksInOutDialog.closeEvent?4(e) eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.HgBookmarksInOutDialog.on_buttonBox_clicked?4(button) @@ -5918,14 +5919,14 @@ eric7.Plugins.VcsPlugins.vcsMercurial.HgBranchInputDialog.HgBranchInputDialog.on_branchComboBox_editTextChanged?4(txt) eric7.Plugins.VcsPlugins.vcsMercurial.HgBranchInputDialog.HgBranchInputDialog?1(branches, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.HgBundleDialog.getParameters?4() -eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.HgBundleDialog.on_bookmarkButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.HgBundleDialog.on_bookmarkCombo_editTextChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.HgBundleDialog.on_branchButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.HgBundleDialog.on_branchCombo_editTextChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.HgBundleDialog.on_multipleButton_toggled?4(checked) +eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.HgBundleDialog.on_bookmarkButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.HgBundleDialog.on_bookmarkCombo_editTextChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.HgBundleDialog.on_branchButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.HgBundleDialog.on_branchCombo_editTextChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.HgBundleDialog.on_multipleButton_toggled?4(_checked) eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.HgBundleDialog.on_multipleEdit_textChanged?4() -eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.HgBundleDialog.on_tagButton_toggled?4(checked) -eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.HgBundleDialog.on_tagCombo_editTextChanged?4(txt) +eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.HgBundleDialog.on_tagButton_toggled?4(_checked) +eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.HgBundleDialog.on_tagCombo_editTextChanged?4(_txt) eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.HgBundleDialog?1(tagsList, branchesList, bookmarksList=None, version=(0, 0, 0), parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgClient.HgClient.Channels?7 eric7.Plugins.VcsPlugins.vcsMercurial.HgClient.HgClient.InputFormat?7 @@ -5949,7 +5950,7 @@ eric7.Plugins.VcsPlugins.vcsMercurial.HgClientPromptDialog.HgClientPromptDialog.on_passwordCheckBox_toggled?4(isOn) eric7.Plugins.VcsPlugins.vcsMercurial.HgClientPromptDialog.HgClientPromptDialog?1(size, message, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.HgCommandDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.HgCommandDialog.on_commandCombo_editTextChanged?4(text) +eric7.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.HgCommandDialog.on_commandCombo_editTextChanged?4(_text) eric7.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.HgCommandDialog?1(argvList, ppath, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.HgCommitDialog.accepted?7 eric7.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.HgCommitDialog.getCommitData?4() @@ -5958,13 +5959,13 @@ eric7.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.HgCommitDialog.on_buttonBox_rejected?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.HgCommitDialog.on_recentComboBox_activated?4(index) eric7.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.HgCommitDialog.rejected?7 -eric7.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.HgCommitDialog.showEvent?4(evt) +eric7.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.HgCommitDialog.showEvent?4(_evt) eric7.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.HgCommitDialog?1(vcs, msg, mq, merge, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgConflictsListDialog.HgConflictsListDialog.FilenameRole?7 eric7.Plugins.VcsPlugins.vcsMercurial.HgConflictsListDialog.HgConflictsListDialog.StatusRole?7 eric7.Plugins.VcsPlugins.vcsMercurial.HgConflictsListDialog.HgConflictsListDialog.closeEvent?4(e) eric7.Plugins.VcsPlugins.vcsMercurial.HgConflictsListDialog.HgConflictsListDialog.on_buttonBox_clicked?4(button) -eric7.Plugins.VcsPlugins.vcsMercurial.HgConflictsListDialog.HgConflictsListDialog.on_conflictsList_itemDoubleClicked?4(item, column) +eric7.Plugins.VcsPlugins.vcsMercurial.HgConflictsListDialog.HgConflictsListDialog.on_conflictsList_itemDoubleClicked?4(_item, _column) eric7.Plugins.VcsPlugins.vcsMercurial.HgConflictsListDialog.HgConflictsListDialog.on_conflictsList_itemSelectionChanged?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgConflictsListDialog.HgConflictsListDialog.on_editButton_clicked?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgConflictsListDialog.HgConflictsListDialog.on_reMergeButton_clicked?4() @@ -5982,7 +5983,7 @@ eric7.Plugins.VcsPlugins.vcsMercurial.HgDialog.HgDialog.normalExitWithoutErrors?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgDialog.HgDialog.on_buttonBox_clicked?4(button) eric7.Plugins.VcsPlugins.vcsMercurial.HgDialog.HgDialog.startProcess?4(args, showArgs=True, client=None) -eric7.Plugins.VcsPlugins.vcsMercurial.HgDialog.HgDialog?1(text, hg=None, useClient=True, parent=None) +eric7.Plugins.VcsPlugins.vcsMercurial.HgDialog.HgDialog?1(text, hg=None, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.HgDiffDialog.closeEvent?4(e) eric7.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.HgDiffDialog.on_buttonBox_clicked?4(button) eric7.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.HgDiffDialog.on_filesCombo_activated?4(index) @@ -5999,8 +6000,8 @@ eric7.Plugins.VcsPlugins.vcsMercurial.HgDiffHighlighter.HgDiffHighlighter?1(doc) eric7.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog.getParameters?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog.on_changesetsEdit_textChanged?4() -eric7.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog.on_directoryPicker_textChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog.on_patternEdit_textChanged?4(txt) +eric7.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog.on_directoryPicker_textChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog.on_patternEdit_textChanged?4(_txt) eric7.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog?1(bookmarksList, bookmarkAvailable, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgExtension.HgExtension.shutdown?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgExtension.HgExtension?1(vcs) @@ -6017,13 +6018,13 @@ eric7.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.HgExtensionProjectHelper.shutdown?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.HgExtensionProjectHelper?1() eric7.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.HgGraftDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.HgGraftDialog.on_currentUserCheckBox_toggled?4(checked) +eric7.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.HgGraftDialog.on_currentUserCheckBox_toggled?4(_checked) eric7.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.HgGraftDialog.on_revisionsEdit_textChanged?4() -eric7.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.HgGraftDialog.on_userEdit_textChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.HgGraftDialog.on_userGroup_toggled?4(checked) +eric7.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.HgGraftDialog.on_userEdit_textChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.HgGraftDialog.on_userGroup_toggled?4(_checked) eric7.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.HgGraftDialog?1(vcs, revs=None, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.HgImportDialog.getParameters?4() -eric7.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.HgImportDialog.on_patchFilePicker_textChanged?4(txt) +eric7.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.HgImportDialog.on_patchFilePicker_textChanged?4(_txt) eric7.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.HgImportDialog?1(vcs, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.COLORNAMES?7 eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.COLORS?7 @@ -6062,7 +6063,7 @@ eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.on_rxEdit_textChanged?4(txt) eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.on_saveLabel_linkActivated?4(link) eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.on_sbsSelectLabel_linkActivated?4(link) -eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.on_stopCheckBox_clicked?4(checked) +eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.on_stopCheckBox_clicked?4(_checked) eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.on_toDate_dateChanged?4(date) eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.on_upButton_clicked?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.show?4() @@ -6077,9 +6078,9 @@ eric7.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.HgNewProjectOptionsDialog.on_vcsUrlPicker_textChanged?4(txt) eric7.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.HgNewProjectOptionsDialog?1(vcs, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.HgOptionsDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.HgOptionsDialog?1(vcs, project, parent=None) +eric7.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.HgOptionsDialog?1(parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog.HgPhaseDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog.HgPhaseDialog.on_phaseCombo_activated?4(index) +eric7.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog.HgPhaseDialog.on_phaseCombo_activated?4(_index) eric7.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog.HgPhaseDialog.on_revisionsEdit_textChanged?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog.HgPhaseDialog?1(parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgRemoveSubrepositoriesDialog.HgRemoveSubrepositoriesDialog.getData?4() @@ -6095,7 +6096,7 @@ eric7.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.HgRevisionSelectionDialog?1(tagsList, branchesList, bookmarksList=None, noneLabel="", revset=True, parent=None, ) eric7.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.HgRevisionsSelectionDialog.getRevisions?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.HgRevisionsSelectionDialog?1(tagsList, branchesList, bookmarksList=None, parent=None) -eric7.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.HgServeDialog.closeEvent?4(e) +eric7.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.HgServeDialog.closeEvent?4(_evt) eric7.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.HgServeDialog?1(vcs, path, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.HgStatusDialog.closeEvent?4(e) eric7.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.HgStatusDialog.on_buttonBox_clicked?4(button) @@ -6130,14 +6131,14 @@ eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.accept?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.eventFilter?4(watched, event) eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.on_editorButton_clicked?4() -eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.on_fingerprintsList_currentItemChanged?4(current, previous) +eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.on_fingerprintsList_currentItemChanged?4(_current, _previous) eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.on_fpAddButton_clicked?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.on_fpDeleteButton_clicked?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.on_fpEditButton_clicked?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.on_protocolAddButton_clicked?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.on_protocolDeleteButton_clicked?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.on_protocolEditButton_clicked?4() -eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.on_protocolsList_currentItemChanged?4(current, previous) +eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.on_protocolsList_currentItemChanged?4(_current, _previous) eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.readUserConfig?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.writeUserConfig?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog?1(version=(0, 0, 0), parent=None) @@ -6149,7 +6150,7 @@ eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog.HgUserConfigHostFingerprintDialog.supportedHashes?7 eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog.HgUserConfigHostFingerprintDialog?1(parent=None, host="", fingerprint="", version=(0, 0, 0)) eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostMinimumProtocolDialog.HgUserConfigHostMinimumProtocolDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostMinimumProtocolDialog.HgUserConfigHostMinimumProtocolDialog.on_hostEdit_textChanged?4(txt) +eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostMinimumProtocolDialog.HgUserConfigHostMinimumProtocolDialog.on_hostEdit_textChanged?4(_txt) eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostMinimumProtocolDialog.HgUserConfigHostMinimumProtocolDialog.on_minimumProtocolComboBox_currentIndexChanged?4(index) eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostMinimumProtocolDialog.HgUserConfigHostMinimumProtocolDialog?1(allowedProtocols, parent=None, host="", protocol="") eric7.Plugins.VcsPlugins.vcsMercurial.HgUtilities.getConfigPath?4() @@ -6171,7 +6172,7 @@ eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditPlanEditor.HgHisteditPlanEditor.on_buttonBox_accepted?4() eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditPlanEditor.HgHisteditPlanEditor.on_buttonBox_rejected?4() eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditPlanEditor.HgHisteditPlanEditor.on_downButton_clicked?4() -eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditPlanEditor.HgHisteditPlanEditor.on_planTreeWidget_currentItemChanged?4(current, previous) +eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditPlanEditor.HgHisteditPlanEditor.on_planTreeWidget_currentItemChanged?4(_current, _previous) eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditPlanEditor.HgHisteditPlanEditor.on_upButton_clicked?4() eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditPlanEditor.HgHisteditPlanEditor?1(fileName, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.ProjectHelper.HisteditProjectHelper.initActions?4() @@ -6246,8 +6247,8 @@ eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.HgQueuesFoldDialog.on_addButton_clicked?4() eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.HgQueuesFoldDialog.on_downButton_clicked?4() eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.HgQueuesFoldDialog.on_removeButton_clicked?4() -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.HgQueuesFoldDialog.on_selectedPatches_currentItemChanged?4(current, previous) -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.HgQueuesFoldDialog.on_sourcePatches_currentItemChanged?4(current, previous) +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.HgQueuesFoldDialog.on_selectedPatches_currentItemChanged?4(current, _previous) +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.HgQueuesFoldDialog.on_sourcePatches_currentItemChanged?4(current, _previous) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.HgQueuesFoldDialog.on_upButton_clicked?4() eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.HgQueuesFoldDialog?1(patchesList, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesGuardsSelectionDialog.HgQueuesGuardsSelectionDialog.getData?4() @@ -6267,11 +6268,11 @@ eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog.HgQueuesListGuardsDialog.start?4() eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog.HgQueuesListGuardsDialog?1(vcs, patchesList, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled?4(checked) +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled?4(_checked) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog.on_messageEdit_textChanged?4() -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog.on_nameEdit_textChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog.on_userEdit_textChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog.on_userGroup_toggled?4(checked) +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog.on_nameEdit_textChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog.on_userEdit_textChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog.on_userGroup_toggled?4(_checked) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog?1(mode, message="", parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialogMode.NEW?7 eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialogMode.REFRESH?7 @@ -6285,9 +6286,9 @@ eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.HgQueuesQueueManagementDialogMode.NO_INPUT?7 eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.HgQueuesQueueManagementDialogMode.QUEUE_INPUT?7 eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.HgQueuesRenamePatchDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged?4(index) -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.HgQueuesRenamePatchDialog.on_nameEdit_textChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.HgQueuesRenamePatchDialog.on_namedButton_toggled?4(checked) +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged?4(_index) +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.HgQueuesRenamePatchDialog.on_nameEdit_textChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.HgQueuesRenamePatchDialog.on_namedButton_toggled?4(_checked) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.HgQueuesRenamePatchDialog?1(currentPatch, patchesList, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.QueuesProjectHelper.initActions?4() eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.QueuesProjectHelper.initMenu?4(mainMenu) @@ -6343,7 +6344,7 @@ eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveBrowserDialog.HgShelveBrowserDialog.closeEvent?4(e) eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveBrowserDialog.HgShelveBrowserDialog.on_buttonBox_clicked?4(button) eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveBrowserDialog.HgShelveBrowserDialog.on_refreshButton_clicked?4() -eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveBrowserDialog.HgShelveBrowserDialog.on_shelveList_currentItemChanged?4(current, previous) +eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveBrowserDialog.HgShelveBrowserDialog.on_shelveList_currentItemChanged?4(current, _previous) eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveBrowserDialog.HgShelveBrowserDialog.on_shelveList_customContextMenuRequested?4(pos) eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveBrowserDialog.HgShelveBrowserDialog.show?4() eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveBrowserDialog.HgShelveBrowserDialog.start?4() @@ -6472,7 +6473,7 @@ eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsGetProjectBrowserHelper?4(browser, project, isTranslationsBrowser=False) eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsGetProjectHelper?4(project) eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsImport?4(vcsDataDict, projectDir, noDialog=False, addAll=True) -eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsInit?4(vcsDir, noDialog=False) +eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsInit?4(_vcsDir, noDialog=False) eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsInitConfig?4(project) eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsLogBrowser?4(name=None, isFile=False) eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsMerge?4(name, rev="") @@ -6520,11 +6521,11 @@ eric7.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.SvnBlameDialog.start?4(fn) eric7.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.SvnBlameDialog?1(vcs, parent=None) eric7.Plugins.VcsPlugins.vcsPySvn.SvnChangeListsDialog.SvnChangeListsDialog.on_buttonBox_clicked?4(button) -eric7.Plugins.VcsPlugins.vcsPySvn.SvnChangeListsDialog.SvnChangeListsDialog.on_changeLists_currentItemChanged?4(current, previous) +eric7.Plugins.VcsPlugins.vcsPySvn.SvnChangeListsDialog.SvnChangeListsDialog.on_changeLists_currentItemChanged?4(current, _previous) eric7.Plugins.VcsPlugins.vcsPySvn.SvnChangeListsDialog.SvnChangeListsDialog.start?4(path) eric7.Plugins.VcsPlugins.vcsPySvn.SvnChangeListsDialog.SvnChangeListsDialog?1(vcs, parent=None) eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.SvnCommandDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.SvnCommandDialog.on_commandCombo_editTextChanged?4(text) +eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.SvnCommandDialog.on_commandCombo_editTextChanged?4(_text) eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.SvnCommandDialog?1(argvList, wdList, ppath, parent=None) eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.accepted?7 eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.changelistsData?4() @@ -6535,7 +6536,7 @@ eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.on_buttonBox_rejected?4() eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.on_recentComboBox_activated?4(index) eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.rejected?7 -eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.showEvent?4(evt) +eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.showEvent?4(_evt) eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog?1(vcs, parent=None) eric7.Plugins.VcsPlugins.vcsPySvn.SvnConst.svnNotifyActionMap?7 eric7.Plugins.VcsPlugins.vcsPySvn.SvnConst.svnStatusMap?7 @@ -6572,14 +6573,14 @@ eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.on_diffPreviousButton_clicked?4() eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.on_diffRevisionsButton_clicked?4() eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.on_downButton_clicked?4() -eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.on_fieldCombo_activated?4(index) -eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.on_fromDate_dateChanged?4(date) +eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.on_fieldCombo_activated?4(_index) +eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.on_fromDate_dateChanged?4(_date) eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.on_logTree_currentItemChanged?4(current, previous) eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.on_logTree_itemSelectionChanged?4() eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.on_nextButton_clicked?4() -eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.on_rxEdit_textChanged?4(txt) -eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.on_stopCheckBox_clicked?4(checked) -eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.on_toDate_dateChanged?4(date) +eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.on_rxEdit_textChanged?4(_txt) +eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.on_stopCheckBox_clicked?4(_checked) +eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.on_toDate_dateChanged?4(_date) eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.on_upButton_clicked?4() eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.show?4() eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.SvnLogBrowserDialog.start?4(fn, isFile=False) @@ -6587,8 +6588,8 @@ eric7.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.SvnLoginDialog.getData?4() eric7.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.SvnLoginDialog?1(realm, username, may_save, parent=None) eric7.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.SvnMergeDialog.getParameters?4() -eric7.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.SvnMergeDialog.on_tag1Combo_editTextChanged?4(text) -eric7.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.SvnMergeDialog.on_tag2Combo_editTextChanged?4(text) +eric7.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.SvnMergeDialog.on_tag1Combo_editTextChanged?4(_text) +eric7.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.SvnMergeDialog.on_tag2Combo_editTextChanged?4(_text) eric7.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.SvnMergeDialog?1(mergelist1, mergelist2, targetlist, force=False, parent=None) eric7.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.getData?4() eric7.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled?4(checked) @@ -6632,7 +6633,7 @@ eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.SvnStatusDialog.on_revertButton_clicked?4() eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.SvnStatusDialog.on_sbsDiffButton_clicked?4() eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.SvnStatusDialog.on_statusFilterCombo_activated?4(index) -eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.SvnStatusDialog.on_statusList_itemChanged?4(item, column) +eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.SvnStatusDialog.on_statusList_itemChanged?4(_item, column) eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.SvnStatusDialog.on_statusList_itemSelectionChanged?4() eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.SvnStatusDialog.start?4(fn) eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.SvnStatusDialog?1(vcs, parent=None) @@ -6754,14 +6755,14 @@ eric7.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.SvnBlameDialog?1(vcs, parent=None) eric7.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog.SvnChangeListsDialog.keyPressEvent?4(evt) eric7.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog.SvnChangeListsDialog.on_buttonBox_clicked?4(button) -eric7.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog.SvnChangeListsDialog.on_changeLists_currentItemChanged?4(current, previous) +eric7.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog.SvnChangeListsDialog.on_changeLists_currentItemChanged?4(current, _previous) eric7.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog.SvnChangeListsDialog.on_input_returnPressed?4() eric7.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog.SvnChangeListsDialog.on_passwordCheckBox_toggled?4(isOn) eric7.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog.SvnChangeListsDialog.on_sendButton_clicked?4() eric7.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog.SvnChangeListsDialog.start?4(path) eric7.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog.SvnChangeListsDialog?1(vcs, parent=None) eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.SvnCommandDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.SvnCommandDialog.on_commandCombo_editTextChanged?4(text) +eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.SvnCommandDialog.on_commandCombo_editTextChanged?4(_text) eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.SvnCommandDialog?1(argvList, wdList, ppath, parent=None) eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.accepted?7 eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.changelistsData?4() @@ -6772,7 +6773,7 @@ eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.on_buttonBox_rejected?4() eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.on_recentComboBox_activated?4(index) eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.rejected?7 -eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.showEvent?4(evt) +eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.showEvent?4(_evt) eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog?1(vcs, parent=None) eric7.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.SvnCopyDialog.getData?4() eric7.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.SvnCopyDialog.on_targetPicker_textChanged?4(txt) @@ -6805,24 +6806,24 @@ eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_diffPreviousButton_clicked?4() eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_diffRevisionsButton_clicked?4() eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_downButton_clicked?4() -eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_fieldCombo_activated?4(index) -eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_fromDate_dateChanged?4(date) +eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_fieldCombo_activated?4(_index) +eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_fromDate_dateChanged?4(_date) eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_input_returnPressed?4() eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_logTree_currentItemChanged?4(current, previous) eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_logTree_itemSelectionChanged?4() eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_nextButton_clicked?4() eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_passwordCheckBox_toggled?4(isOn) -eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_rxEdit_textChanged?4(txt) +eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_rxEdit_textChanged?4(_txt) eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_sendButton_clicked?4() -eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_stopCheckBox_clicked?4(checked) -eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_toDate_dateChanged?4(date) +eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_stopCheckBox_clicked?4(_checked) +eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_toDate_dateChanged?4(_date) eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.on_upButton_clicked?4() eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.show?4() eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog.start?4(fn, isFile=False) eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.SvnLogBrowserDialog?1(vcs, parent=None) eric7.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.SvnMergeDialog.getParameters?4() -eric7.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.SvnMergeDialog.on_tag1Combo_editTextChanged?4(text) -eric7.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.SvnMergeDialog.on_tag2Combo_editTextChanged?4(text) +eric7.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.SvnMergeDialog.on_tag1Combo_editTextChanged?4(_text) +eric7.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.SvnMergeDialog.on_tag2Combo_editTextChanged?4(_text) eric7.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.SvnMergeDialog?1(mergelist1, mergelist2, targetlist, force=False, parent=None) eric7.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.getData?4() eric7.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled?4(checked) @@ -6874,7 +6875,7 @@ eric7.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.SvnStatusDialog.on_sbsDiffButton_clicked?4() eric7.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.SvnStatusDialog.on_sendButton_clicked?4() eric7.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.SvnStatusDialog.on_statusFilterCombo_activated?4(index) -eric7.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.SvnStatusDialog.on_statusList_itemChanged?4(item, column) +eric7.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.SvnStatusDialog.on_statusList_itemChanged?4(_item, column) eric7.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.SvnStatusDialog.on_statusList_itemSelectionChanged?4() eric7.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.SvnStatusDialog.start?4(fn) eric7.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.SvnStatusDialog?1(vcs, parent=None) @@ -7008,7 +7009,7 @@ eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.setEditorName?4(editor, newName) eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.setSplitCount?4(count) eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.setSplitOrientation?4(orientation) -eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.showWindowMenu?4(windowMenu) +eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.showWindowMenu?4(_windowMenu) eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.splitCount?4() eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.syntaxerrorToggled?7 eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.tile?4() @@ -7090,7 +7091,7 @@ eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.setEditorName?4(editor, newName) eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.setSplitCount?4(count) eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.setSplitOrientation?4(orientation) -eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.showWindowMenu?4(windowMenu) +eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.showWindowMenu?4(_windowMenu) eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.splitCount?4() eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.syntaxerrorToggled?7 eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.tile?4()
--- a/src/eric7/Debugger/DebugServer.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Debugger/DebugServer.py Mon Apr 22 18:23:20 2024 +0200 @@ -551,7 +551,7 @@ if project.isDebugPropertiesLoaded(): ( self.clientProcess, - isNetworked, + _isNetworked, clientInterpreter, ) = self.debuggerInterface.startRemoteForProject( self.serverPort(), @@ -567,7 +567,7 @@ ( self.clientProcess, - isNetworked, + _isNetworked, clientInterpreter, ) = self.debuggerInterface.startRemote( self.serverPort(), @@ -580,7 +580,7 @@ else: ( self.clientProcess, - isNetworked, + _isNetworked, clientInterpreter, ) = self.debuggerInterface.startRemote( self.serverPort(),
--- a/src/eric7/Debugger/DebugUI.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Debugger/DebugUI.py Mon Apr 22 18:23:20 2024 +0200 @@ -1460,7 +1460,7 @@ if stackTrace: with contextlib.suppress(UnicodeError, OSError): file, line = stackTrace[0][:2] - source, encoding = Utilities.readEncodedFile(file) + source, _encoding = Utilities.readEncodedFile(file) source = source.splitlines(True) if len(source) >= line: lineFlags = Utilities.extractLineFlags(source[line - 1].strip())
--- a/src/eric7/Documentation/Help/source.qhp Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Help/source.qhp Mon Apr 22 18:23:20 2024 +0200 @@ -8061,6 +8061,7 @@ <keyword name="HelpBookmarksWidget.__showBookmarksContextMenu" id="HelpBookmarksWidget.__showBookmarksContextMenu" ref="eric7.HelpViewer.HelpBookmarksWidget.html#HelpBookmarksWidget.__showBookmarksContextMenu" /> <keyword name="HelpBookmarksWidget.__showContextMenu" id="HelpBookmarksWidget.__showContextMenu" ref="eric7.HelpViewer.HelpBookmarksWidget.html#HelpBookmarksWidget.__showContextMenu" /> <keyword name="HelpBookmarksWidget.addBookmark" id="HelpBookmarksWidget.addBookmark" ref="eric7.HelpViewer.HelpBookmarksWidget.html#HelpBookmarksWidget.addBookmark" /> + <keyword name="HelpBookmarksWidget.keyPressEvent" id="HelpBookmarksWidget.keyPressEvent" ref="eric7.HelpViewer.HelpBookmarksWidget.html#HelpBookmarksWidget.keyPressEvent" /> <keyword name="HelpDocsInstaller" id="HelpDocsInstaller" ref="eric7.QtHelpInterface.HelpDocsInstaller.html#HelpDocsInstaller" /> <keyword name="HelpDocsInstaller (Constructor)" id="HelpDocsInstaller (Constructor)" ref="eric7.QtHelpInterface.HelpDocsInstaller.html#HelpDocsInstaller.__init__" /> <keyword name="HelpDocsInstaller (Module)" id="HelpDocsInstaller (Module)" ref="eric7.QtHelpInterface.HelpDocsInstaller.html" />
--- a/src/eric7/Documentation/Source/eric7.EricGui.EricOverrideCursor.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.EricGui.EricOverrideCursor.html Mon Apr 22 18:23:20 2024 +0200 @@ -298,25 +298,25 @@ </dl> <a NAME="EricOverridenCursor.__exit__" ID="EricOverridenCursor.__exit__"></a> <h4>EricOverridenCursor.__exit__</h4> -<b>__exit__</b>(<i>exc_type, exc_value, traceback</i>) +<b>__exit__</b>(<i>_exc_type, _exc_value, _traceback</i>) <p> Special method called when exiting the runtime ccontext. </p> <dl> -<dt><i>exc_type</i> (Class)</dt> +<dt><i>_exc_type</i> (Class)</dt> <dd> -type of an exception raised in the runtime context +type of an exception raised in the runtime context (unused) </dd> -<dt><i>exc_value</i> (Exception)</dt> +<dt><i>_exc_value</i> (Exception)</dt> <dd> -value of an exception raised in the runtime context +value of an exception raised in the runtime context (unused) </dd> -<dt><i>traceback</i> (Traceback)</dt> +<dt><i>_traceback</i> (Traceback)</dt> <dd> traceback of an exception raised in the runtime - context + context (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Graphics.UMLGraphicsView.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Graphics.UMLGraphicsView.html Mon Apr 22 18:23:20 2024 +0200 @@ -345,16 +345,16 @@ <a NAME="UMLGraphicsView.__sceneChanged" ID="UMLGraphicsView.__sceneChanged"></a> <h4>UMLGraphicsView.__sceneChanged</h4> -<b>__sceneChanged</b>(<i>areas</i>) +<b>__sceneChanged</b>(<i>_areas</i>) <p> Private slot called when the scene changes. </p> <dl> -<dt><i>areas</i> (list of QRectF)</dt> +<dt><i>_areas</i> (list of QRectF)</dt> <dd> -list of rectangles that contain changes +list of rectangles that contain changes (unused) </dd> </dl> <a NAME="UMLGraphicsView.__setSize" ID="UMLGraphicsView.__setSize"></a>
--- a/src/eric7/Documentation/Source/eric7.HelpViewer.HelpBookmarksWidget.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.HelpViewer.HelpBookmarksWidget.html Mon Apr 22 18:23:20 2024 +0200 @@ -140,6 +140,10 @@ <td><a href="#HelpBookmarksWidget.addBookmark">addBookmark</a></td> <td>Public slot to add a bookmark with given data.</td> </tr> +<tr> +<td><a href="#HelpBookmarksWidget.keyPressEvent">keyPressEvent</a></td> +<td>Protected method handling key press events.</td> +</tr> </table> <h3>Static Methods</h3> @@ -362,6 +366,20 @@ URL for the bookmark </dd> </dl> +<a NAME="HelpBookmarksWidget.keyPressEvent" ID="HelpBookmarksWidget.keyPressEvent"></a> +<h4>HelpBookmarksWidget.keyPressEvent</h4> +<b>keyPressEvent</b>(<i>evt</i>) +<p> + Protected method handling key press events. +</p> + +<dl> + +<dt><i>evt</i> (QKeyEvent)</dt> +<dd> +reference to the key press event +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>
--- a/src/eric7/Documentation/Source/eric7.HelpViewer.HelpViewerWidget.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.HelpViewer.HelpViewerWidget.html Mon Apr 22 18:23:20 2024 +0200 @@ -432,16 +432,16 @@ <a NAME="HelpViewerWidget.__docsInstalled" ID="HelpViewerWidget.__docsInstalled"></a> <h4>HelpViewerWidget.__docsInstalled</h4> -<b>__docsInstalled</b>(<i>installed</i>) +<b>__docsInstalled</b>(<i>_installed</i>) <p> Private slot handling the end of documentation installation. </p> <dl> -<dt><i>installed</i> (bool)</dt> +<dt><i>_installed</i> (bool)</dt> <dd> -flag indicating that documents were installed +flag indicating that documents were installed (unused) </dd> </dl> <a NAME="HelpViewerWidget.__filterQtHelpDocumentation" ID="HelpViewerWidget.__filterQtHelpDocumentation"></a>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.AddEditDevicesDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.AddEditDevicesDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -132,16 +132,16 @@ </dl> <a NAME="AddEditDevicesDialog.on_deviceTypeComboBox_currentIndexChanged" ID="AddEditDevicesDialog.on_deviceTypeComboBox_currentIndexChanged"></a> <h4>AddEditDevicesDialog.on_deviceTypeComboBox_currentIndexChanged</h4> -<b>on_deviceTypeComboBox_currentIndexChanged</b>(<i>index</i>) +<b>on_deviceTypeComboBox_currentIndexChanged</b>(<i>_index</i>) <p> Private slot to handle the selection of a device type. </p> <dl> -<dt><i>index</i> (int)</dt> +<dt><i>_index</i> (int)</dt> <dd> -index of the current item +index of the current item (unused) </dd> </dl> <a NAME="AddEditDevicesDialog.on_reportButton_clicked" ID="AddEditDevicesDialog.on_reportButton_clicked"></a>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.ConnectionSelectionDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.ConnectionSelectionDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -137,30 +137,30 @@ </dl> <a NAME="ConnectionSelectionDialog.on_deviceTypeComboBox_currentTextChanged" ID="ConnectionSelectionDialog.on_deviceTypeComboBox_currentTextChanged"></a> <h4>ConnectionSelectionDialog.on_deviceTypeComboBox_currentTextChanged</h4> -<b>on_deviceTypeComboBox_currentTextChanged</b>(<i>txt</i>) +<b>on_deviceTypeComboBox_currentTextChanged</b>(<i>_txt</i>) <p> Private slot to handle the selection of a device type. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -selected device description +selected device description (unused) </dd> </dl> <a NAME="ConnectionSelectionDialog.on_portNameComboBox_currentTextChanged" ID="ConnectionSelectionDialog.on_portNameComboBox_currentTextChanged"></a> <h4>ConnectionSelectionDialog.on_portNameComboBox_currentTextChanged</h4> -<b>on_portNameComboBox_currentTextChanged</b>(<i>txt</i>) +<b>on_portNameComboBox_currentTextChanged</b>(<i>_txt</i>) <p> Private slot to handle the selection of a port name. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -selected port +selected port (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.ConvertToUF2Dialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.ConvertToUF2Dialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -112,20 +112,20 @@ </dl> <a NAME="ConvertToUF2Dialog.__conversionFinished" ID="ConvertToUF2Dialog.__conversionFinished"></a> <h4>ConvertToUF2Dialog.__conversionFinished</h4> -<b>__conversionFinished</b>(<i>exitCode, exitStatus</i>) +<b>__conversionFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot handling the end of the conversion process. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="ConvertToUF2Dialog.__populateFamilyComboBox" ID="ConvertToUF2Dialog.__populateFamilyComboBox"></a>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDialogs.EspBackupRestoreFirmwareDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDialogs.EspBackupRestoreFirmwareDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -150,30 +150,30 @@ </dl> <a NAME="EspBackupRestoreFirmwareDialog.on_firmwarePicker_textChanged" ID="EspBackupRestoreFirmwareDialog.on_firmwarePicker_textChanged"></a> <h4>EspBackupRestoreFirmwareDialog.on_firmwarePicker_textChanged</h4> -<b>on_firmwarePicker_textChanged</b>(<i>firmware</i>) +<b>on_firmwarePicker_textChanged</b>(<i>_firmware</i>) <p> Private slot handling a change of the firmware path. </p> <dl> -<dt><i>firmware</i> (str)</dt> +<dt><i>_firmware</i> (str)</dt> <dd> -path to the firmware +path to the firmware (unused) </dd> </dl> <a NAME="EspBackupRestoreFirmwareDialog.on_sizeComboBox_currentTextChanged" ID="EspBackupRestoreFirmwareDialog.on_sizeComboBox_currentTextChanged"></a> <h4>EspBackupRestoreFirmwareDialog.on_sizeComboBox_currentTextChanged</h4> -<b>on_sizeComboBox_currentTextChanged</b>(<i>size</i>) +<b>on_sizeComboBox_currentTextChanged</b>(<i>_size</i>) <p> Private slot handling a change of the selected firmware size. </p> <dl> -<dt><i>size</i> (str)</dt> +<dt><i>_size</i> (str)</dt> <dd> -selected size text +selected size text (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html Mon Apr 22 18:23:20 2024 +0200 @@ -508,16 +508,16 @@ </dl> <a NAME="MicroPythonFileManagerWidget.__handleGetDone" ID="MicroPythonFileManagerWidget.__handleGetDone"></a> <h4>MicroPythonFileManagerWidget.__handleGetDone</h4> -<b>__handleGetDone</b>(<i>deviceFile, localFile</i>) +<b>__handleGetDone</b>(<i>_deviceFile, localFile</i>) <p> Private slot handling a successful copy of a file from the device. </p> <dl> -<dt><i>deviceFile</i> (str)</dt> +<dt><i>_deviceFile</i> (str)</dt> <dd> -name of the file on the device +name of the file on the device (unused) </dd> <dt><i>localFile</i> (str)</dt> <dd> @@ -541,20 +541,20 @@ </dl> <a NAME="MicroPythonFileManagerWidget.__handleRsyncDone" ID="MicroPythonFileManagerWidget.__handleRsyncDone"></a> <h4>MicroPythonFileManagerWidget.__handleRsyncDone</h4> -<b>__handleRsyncDone</b>(<i>localDir, deviceDir</i>) +<b>__handleRsyncDone</b>(<i>_localDir, _deviceDir</i>) <p> Private method to handle the completion of the rsync operation. </p> <dl> -<dt><i>localDir</i> (str)</dt> +<dt><i>_localDir</i> (str)</dt> <dd> -name of the local directory +name of the local directory (unused) </dd> -<dt><i>deviceDir</i> (str)</dt> +<dt><i>_deviceDir</i> (str)</dt> <dd> -name of the device directory +name of the device directory (unused) </dd> </dl> <a NAME="MicroPythonFileManagerWidget.__handleRsyncProgressMessage" ID="MicroPythonFileManagerWidget.__handleRsyncProgressMessage"></a> @@ -751,7 +751,7 @@ </dl> <a NAME="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated"></a> <h4>MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated</h4> -<b>on_deviceFileTreeWidget_itemActivated</b>(<i>item, column</i>) +<b>on_deviceFileTreeWidget_itemActivated</b>(<i>item, _column</i>) <p> Private slot to handle the activation of a device item. </p> @@ -766,9 +766,9 @@ <dd> reference to the activated item </dd> -<dt><i>column</i> (int)</dt> +<dt><i>_column</i> (int)</dt> <dd> -column of the activation +column of the activation (unused) </dd> </dl> <a NAME="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemExpanded" ID="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemExpanded"></a> @@ -851,7 +851,7 @@ </dl> <a NAME="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated"></a> <h4>MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated</h4> -<b>on_localFileTreeWidget_itemActivated</b>(<i>item, column</i>) +<b>on_localFileTreeWidget_itemActivated</b>(<i>item, _column</i>) <p> Private slot to handle the activation of a local item. </p> @@ -866,9 +866,9 @@ <dd> reference to the activated item </dd> -<dt><i>column</i> (int)</dt> +<dt><i>_column</i> (int)</dt> <dd> -column of the activation +column of the activation (unused) </dd> </dl> <a NAME="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemExpanded" ID="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemExpanded"></a>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWindow.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWindow.html Mon Apr 22 18:23:20 2024 +0200 @@ -156,16 +156,16 @@ </dl> <a NAME="MicroPythonWindow.__appFocusChanged" ID="MicroPythonWindow.__appFocusChanged"></a> <h4>MicroPythonWindow.__appFocusChanged</h4> -<b>__appFocusChanged</b>(<i>old, now</i>) +<b>__appFocusChanged</b>(<i>_old, now</i>) <p> Private slot to track the application focus. </p> <dl> -<dt><i>old</i> (QWidget)</dt> +<dt><i>_old</i> (QWidget)</dt> <dd> -reference to the widget loosing focus +reference to the widget loosing focus (unused) </dd> <dt><i>now</i> (QWidget)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiNetworksWindow.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiNetworksWindow.html Mon Apr 22 18:23:20 2024 +0200 @@ -121,16 +121,16 @@ <a NAME="WifiNetworksWindow.closeEvent" ID="WifiNetworksWindow.closeEvent"></a> <h4>WifiNetworksWindow.closeEvent</h4> -<b>closeEvent</b>(<i>evt</i>) +<b>closeEvent</b>(<i>_evt</i>) <p> Protected method to handle a window close event. </p> <dl> -<dt><i>evt</i> (QCloseEvent)</dt> +<dt><i>_evt</i> (QCloseEvent)</dt> <dd> -reference to the close event +reference to the close event (unused) </dd> </dl> <a NAME="WifiNetworksWindow.on_intervalSpinBox_valueChanged" ID="WifiNetworksWindow.on_intervalSpinBox_valueChanged"></a>
--- a/src/eric7/Documentation/Source/eric7.MultiProject.AddProjectDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MultiProject.AddProjectDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -160,30 +160,30 @@ </dl> <a NAME="AddProjectDialog.on_filenamePicker_textChanged" ID="AddProjectDialog.on_filenamePicker_textChanged"></a> <h4>AddProjectDialog.on_filenamePicker_textChanged</h4> -<b>on_filenamePicker_textChanged</b>(<i>txt</i>) +<b>on_filenamePicker_textChanged</b>(<i>_txt</i>) <p> Private slot called when the project filename has changed. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the edit +text of the edit (unused) </dd> </dl> <a NAME="AddProjectDialog.on_nameEdit_textChanged" ID="AddProjectDialog.on_nameEdit_textChanged"></a> <h4>AddProjectDialog.on_nameEdit_textChanged</h4> -<b>on_nameEdit_textChanged</b>(<i>txt</i>) +<b>on_nameEdit_textChanged</b>(<i>_txt</i>) <p> Private slot called when the project name has changed. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the edit +text of the edit (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Network.IRC.IrcChannelWidget.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Network.IRC.IrcChannelWidget.html Mon Apr 22 18:23:20 2024 +0200 @@ -1565,16 +1565,16 @@ </dl> <a NAME="IrcChannelWidget.hideEvent" ID="IrcChannelWidget.hideEvent"></a> <h4>IrcChannelWidget.hideEvent</h4> -<b>hideEvent</b>(<i>evt</i>) +<b>hideEvent</b>(<i>_evt</i>) <p> Protected method handling hide events. </p> <dl> -<dt><i>evt</i> (QHideEvent)</dt> +<dt><i>_evt</i> (QHideEvent)</dt> <dd> -reference to the hide event +reference to the hide event (unused) </dd> </dl> <a NAME="IrcChannelWidget.initAutoWho" ID="IrcChannelWidget.initAutoWho"></a> @@ -1804,16 +1804,16 @@ </dl> <a NAME="IrcChannelWidget.showEvent" ID="IrcChannelWidget.showEvent"></a> <h4>IrcChannelWidget.showEvent</h4> -<b>showEvent</b>(<i>evt</i>) +<b>showEvent</b>(<i>_evt</i>) <p> Protected method handling show events. </p> <dl> -<dt><i>evt</i> (QShowEvent)</dt> +<dt><i>_evt</i> (QShowEvent)</dt> <dd> -reference to the show event +reference to the show event (unused) </dd> </dl> <a NAME="IrcChannelWidget.unsetMarkerLine" ID="IrcChannelWidget.unsetMarkerLine"></a>
--- a/src/eric7/Documentation/Source/eric7.Network.IRC.IrcNetworkEditDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Network.IRC.IrcNetworkEditDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -204,7 +204,7 @@ <a NAME="IrcNetworkEditDialog.on_channelList_itemActivated" ID="IrcNetworkEditDialog.on_channelList_itemActivated"></a> <h4>IrcNetworkEditDialog.on_channelList_itemActivated</h4> -<b>on_channelList_itemActivated</b>(<i>item, column</i>) +<b>on_channelList_itemActivated</b>(<i>item, _column</i>) <p> Private slot to handle the activation of a channel entry. </p> @@ -215,9 +215,9 @@ <dd> reference to the activated item </dd> -<dt><i>column</i> (int)</dt> +<dt><i>_column</i> (int)</dt> <dd> -column the activation occurred in +column the activation occurred in (unused) </dd> </dl> <a NAME="IrcNetworkEditDialog.on_channelList_itemSelectionChanged" ID="IrcNetworkEditDialog.on_channelList_itemSelectionChanged"></a> @@ -271,30 +271,30 @@ </dl> <a NAME="IrcNetworkEditDialog.on_networkEdit_textChanged" ID="IrcNetworkEditDialog.on_networkEdit_textChanged"></a> <h4>IrcNetworkEditDialog.on_networkEdit_textChanged</h4> -<b>on_networkEdit_textChanged</b>(<i>txt</i>) +<b>on_networkEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the network name. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text entered into the network name edit +text entered into the network name edit (unused) </dd> </dl> <a NAME="IrcNetworkEditDialog.on_serverEdit_textChanged" ID="IrcNetworkEditDialog.on_serverEdit_textChanged"></a> <h4>IrcNetworkEditDialog.on_serverEdit_textChanged</h4> -<b>on_serverEdit_textChanged</b>(<i>txt</i>) +<b>on_serverEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the server name. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text entered into the server name edit +text entered into the server name edit (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Network.IRC.IrcNetworkListDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Network.IRC.IrcNetworkListDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -223,30 +223,30 @@ <a NAME="IrcNetworkListDialog.on_networksList_itemCollapsed" ID="IrcNetworkListDialog.on_networksList_itemCollapsed"></a> <h4>IrcNetworkListDialog.on_networksList_itemCollapsed</h4> -<b>on_networksList_itemCollapsed</b>(<i>item</i>) +<b>on_networksList_itemCollapsed</b>(<i>_item</i>) <p> Private slot handling the collapse of a top level item. </p> <dl> -<dt><i>item</i> (QTreeWidgetItem)</dt> +<dt><i>_item</i> (QTreeWidgetItem)</dt> <dd> -reference to the collapsed item +reference to the collapsed item (unused) </dd> </dl> <a NAME="IrcNetworkListDialog.on_networksList_itemExpanded" ID="IrcNetworkListDialog.on_networksList_itemExpanded"></a> <h4>IrcNetworkListDialog.on_networksList_itemExpanded</h4> -<b>on_networksList_itemExpanded</b>(<i>item</i>) +<b>on_networksList_itemExpanded</b>(<i>_item</i>) <p> Private slot handling the expansion of a top level item. </p> <dl> -<dt><i>item</i> (QTreeWidgetItem)</dt> +<dt><i>_item</i> (QTreeWidgetItem)</dt> <dd> -reference to the expanded item +reference to the expanded item (unused) </dd> </dl> <a NAME="IrcNetworkListDialog.on_networksList_itemSelectionChanged" ID="IrcNetworkListDialog.on_networksList_itemSelectionChanged"></a>
--- a/src/eric7/Documentation/Source/eric7.Network.IRC.IrcServerEditDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Network.IRC.IrcServerEditDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -122,16 +122,16 @@ </dl> <a NAME="IrcServerEditDialog.on_serverEdit_textChanged" ID="IrcServerEditDialog.on_serverEdit_textChanged"></a> <h4>IrcServerEditDialog.on_serverEdit_textChanged</h4> -<b>on_serverEdit_textChanged</b>(<i>name</i>) +<b>on_serverEdit_textChanged</b>(<i>_name</i>) <p> Private slot handling changes of the server name. </p> <dl> -<dt><i>name</i> (str)</dt> +<dt><i>_name</i> (str)</dt> <dd> -current name of the server +current name of the server (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.PipInterface.PipDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.PipInterface.PipDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -153,20 +153,20 @@ <a NAME="PipDialog.__procFinished" ID="PipDialog.__procFinished"></a> <h4>PipDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="PipDialog.__readStderr" ID="PipDialog.__readStderr"></a>
--- a/src/eric7/Documentation/Source/eric7.PipInterface.PipFileSelectionDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.PipInterface.PipFileSelectionDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -73,17 +73,13 @@ <a NAME="PipFileSelectionDialog.__init__" ID="PipFileSelectionDialog.__init__"></a> <h4>PipFileSelectionDialog (Constructor)</h4> -<b>PipFileSelectionDialog</b>(<i>pip, mode, install=True, parent=None</i>) +<b>PipFileSelectionDialog</b>(<i>mode, install=True, parent=None</i>) <p> Constructor </p> <dl> -<dt><i>pip</i> (Pip)</dt> -<dd> -reference to the pip object -</dd> <dt><i>mode</i> (str)</dt> <dd> mode of the dialog
--- a/src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesInputDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesInputDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -73,17 +73,13 @@ <a NAME="PipPackagesInputDialog.__init__" ID="PipPackagesInputDialog.__init__"></a> <h4>PipPackagesInputDialog (Constructor)</h4> -<b>PipPackagesInputDialog</b>(<i>pip, title, install=True, parent=None</i>) +<b>PipPackagesInputDialog</b>(<i>title, install=True, parent=None</i>) <p> Constructor </p> <dl> -<dt><i>pip</i> (Pip)</dt> -<dd> -reference to the pip object -</dd> <dt><i>title</i> (str)</dt> <dd> dialog title
--- a/src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html Mon Apr 22 18:23:20 2024 +0200 @@ -1336,16 +1336,16 @@ <a NAME="PipPackagesWidget.on_searchNameEdit_textChanged" ID="PipPackagesWidget.on_searchNameEdit_textChanged"></a> <h4>PipPackagesWidget.on_searchNameEdit_textChanged</h4> -<b>on_searchNameEdit_textChanged</b>(<i>txt</i>) +<b>on_searchNameEdit_textChanged</b>(<i>_txt</i>) <p> Private slot handling a change of the search term. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -search term +search term (unused) </dd> </dl> <a NAME="PipPackagesWidget.on_searchResultList_itemActivated" ID="PipPackagesWidget.on_searchResultList_itemActivated"></a>
--- a/src/eric7/Documentation/Source/eric7.PluginManager.PluginInfoDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.PluginManager.PluginInfoDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -168,7 +168,7 @@ <a NAME="PluginInfoDialog.on_pluginList_itemActivated" ID="PluginInfoDialog.on_pluginList_itemActivated"></a> <h4>PluginInfoDialog.on_pluginList_itemActivated</h4> -<b>on_pluginList_itemActivated</b>(<i>item, column</i>) +<b>on_pluginList_itemActivated</b>(<i>item, _column</i>) <p> Private slot to show details about a plugin. </p> @@ -179,9 +179,9 @@ <dd> reference to the selected item </dd> -<dt><i>column</i> (int)</dt> +<dt><i>_column</i> (int)</dt> <dd> -column number +column number (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -788,7 +788,7 @@ </dl> <a NAME="PluginRepositoryWidget.on_repositoryList_currentItemChanged" ID="PluginRepositoryWidget.on_repositoryList_currentItemChanged"></a> <h4>PluginRepositoryWidget.on_repositoryList_currentItemChanged</h4> -<b>on_repositoryList_currentItemChanged</b>(<i>current, previous</i>) +<b>on_repositoryList_currentItemChanged</b>(<i>current, _previous</i>) <p> Private slot to handle the change of the current item. </p> @@ -799,9 +799,9 @@ <dd> reference to the new current item </dd> -<dt><i>previous</i> (QTreeWidgetItem)</dt> +<dt><i>_previous</i> (QTreeWidgetItem)</dt> <dd> -reference to the old current item +reference to the old current item (unused) </dd> </dl> <a NAME="PluginRepositoryWidget.on_repositoryList_customContextMenuRequested" ID="PluginRepositoryWidget.on_repositoryList_customContextMenuRequested"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -123,30 +123,30 @@ </dl> <a NAME="CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged" ID="CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged"></a> <h4>CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged</h4> -<b>on_leftEdit_textChanged</b>(<i>txt</i>) +<b>on_leftEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle a change of the text of the left side edit. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the line edit +text of the line edit (unused) </dd> </dl> <a NAME="CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged" ID="CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged"></a> <h4>CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged</h4> -<b>on_rightEdit_textChanged</b>(<i>txt</i>) +<b>on_rightEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle a change of the text of the right side edit. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the line edit +text of the line edit (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -964,16 +964,16 @@ <a NAME="CodeStyleCheckerDialog.closeEvent" ID="CodeStyleCheckerDialog.closeEvent"></a> <h4>CodeStyleCheckerDialog.closeEvent</h4> -<b>closeEvent</b>(<i>evt</i>) +<b>closeEvent</b>(<i>_evt</i>) <p> Protected method to handle a close event. </p> <dl> -<dt><i>evt</i> (QCloseEvent)</dt> +<dt><i>_evt</i> (QCloseEvent)</dt> <dd> -reference to the close event +reference to the close event (unused) </dd> </dl> <a NAME="CodeStyleCheckerDialog.getDefaults" ID="CodeStyleCheckerDialog.getDefaults"></a> @@ -1125,7 +1125,7 @@ <a NAME="CodeStyleCheckerDialog.on_resultList_itemActivated" ID="CodeStyleCheckerDialog.on_resultList_itemActivated"></a> <h4>CodeStyleCheckerDialog.on_resultList_itemActivated</h4> -<b>on_resultList_itemActivated</b>(<i>item, column</i>) +<b>on_resultList_itemActivated</b>(<i>item, _column</i>) <p> Private slot to handle the activation of an item. </p> @@ -1136,9 +1136,9 @@ <dd> reference to the activated item </dd> -<dt><i>column</i> (int)</dt> +<dt><i>_column</i> (int)</dt> <dd> -column the item was activated in +column the item was activated in (unused) </dd> </dl> <a NAME="CodeStyleCheckerDialog.on_resultList_itemSelectionChanged" ID="CodeStyleCheckerDialog.on_resultList_itemSelectionChanged"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.ast_unparse.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.ast_unparse.html Mon Apr 22 18:23:20 2024 +0200 @@ -998,7 +998,7 @@ <a NAME="nullcontext.__exit__" ID="nullcontext.__exit__"></a> <h4>nullcontext.__exit__</h4> -<b>__exit__</b>(<i>*excinfo</i>) +<b>__exit__</b>(<i>*_excinfo</i>) <div align="right"><a href="#top">Up</a></div> <hr />
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -451,16 +451,16 @@ <a NAME="SyntaxCheckerDialog.closeEvent" ID="SyntaxCheckerDialog.closeEvent"></a> <h4>SyntaxCheckerDialog.closeEvent</h4> -<b>closeEvent</b>(<i>evt</i>) +<b>closeEvent</b>(<i>_evt</i>) <p> Protected method to handle a close event. </p> <dl> -<dt><i>evt</i> (QCloseEvent)</dt> +<dt><i>_evt</i> (QCloseEvent)</dt> <dd> -reference to the close event +reference to the close event (unused) </dd> </dl> <a NAME="SyntaxCheckerDialog.on_buttonBox_clicked" ID="SyntaxCheckerDialog.on_buttonBox_clicked"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -395,58 +395,58 @@ </dl> <a NAME="EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" ID="EricdocConfigDialog.on_qtHelpFolderEdit_textChanged"></a> <h4>EricdocConfigDialog.on_qtHelpFolderEdit_textChanged</h4> -<b>on_qtHelpFolderEdit_textChanged</b>(<i>txt</i>) +<b>on_qtHelpFolderEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to check the virtual folder. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the line edit +text of the line edit (unused) </dd> </dl> <a NAME="EricdocConfigDialog.on_qtHelpGroup_toggled" ID="EricdocConfigDialog.on_qtHelpGroup_toggled"></a> <h4>EricdocConfigDialog.on_qtHelpGroup_toggled</h4> -<b>on_qtHelpGroup_toggled</b>(<i>enabled</i>) +<b>on_qtHelpGroup_toggled</b>(<i>_enabled</i>) <p> Private slot to toggle the generation of QtHelp files. </p> <dl> -<dt><i>enabled</i> (bool)</dt> +<dt><i>_enabled</i> (bool)</dt> <dd> -flag indicating the state +flag indicating the state (unused) </dd> </dl> <a NAME="EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged" ID="EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged"></a> <h4>EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged</h4> -<b>on_qtHelpNamespaceEdit_textChanged</b>(<i>txt</i>) +<b>on_qtHelpNamespaceEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to check the namespace. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the line edit +text of the line edit (unused) </dd> </dl> <a NAME="EricdocConfigDialog.on_qtHelpTitleEdit_textChanged" ID="EricdocConfigDialog.on_qtHelpTitleEdit_textChanged"></a> <h4>EricdocConfigDialog.on_qtHelpTitleEdit_textChanged</h4> -<b>on_qtHelpTitleEdit_textChanged</b>(<i>txt</i>) +<b>on_qtHelpTitleEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to check the title. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the line edit +text of the line edit (unused) </dd> </dl> <a NAME="EricdocConfigDialog.on_startDirPicker_pathSelected" ID="EricdocConfigDialog.on_startDirPicker_pathSelected"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -158,30 +158,30 @@ </dl> <a NAME="GitArchiveDataDialog.on_branchButton_toggled" ID="GitArchiveDataDialog.on_branchButton_toggled"></a> <h4>GitArchiveDataDialog.on_branchButton_toggled</h4> -<b>on_branchButton_toggled</b>(<i>checked</i>) +<b>on_branchButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Branch select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitArchiveDataDialog.on_branchCombo_editTextChanged" ID="GitArchiveDataDialog.on_branchCombo_editTextChanged"></a> <h4>GitArchiveDataDialog.on_branchCombo_editTextChanged</h4> -<b>on_branchCombo_editTextChanged</b>(<i>txt</i>) +<b>on_branchCombo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Branch combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <a NAME="GitArchiveDataDialog.on_fileButton_clicked" ID="GitArchiveDataDialog.on_fileButton_clicked"></a> @@ -193,72 +193,72 @@ <a NAME="GitArchiveDataDialog.on_fileEdit_textChanged" ID="GitArchiveDataDialog.on_fileEdit_textChanged"></a> <h4>GitArchiveDataDialog.on_fileEdit_textChanged</h4> -<b>on_fileEdit_textChanged</b>(<i>txt</i>) +<b>on_fileEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the file edit. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the edit +text of the edit (unused) </dd> </dl> <a NAME="GitArchiveDataDialog.on_revButton_toggled" ID="GitArchiveDataDialog.on_revButton_toggled"></a> <h4>GitArchiveDataDialog.on_revButton_toggled</h4> -<b>on_revButton_toggled</b>(<i>checked</i>) +<b>on_revButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the rev select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitArchiveDataDialog.on_revEdit_textChanged" ID="GitArchiveDataDialog.on_revEdit_textChanged"></a> <h4>GitArchiveDataDialog.on_revEdit_textChanged</h4> -<b>on_revEdit_textChanged</b>(<i>txt</i>) +<b>on_revEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the rev edit. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the edit +text of the edit (unused) </dd> </dl> <a NAME="GitArchiveDataDialog.on_tagButton_toggled" ID="GitArchiveDataDialog.on_tagButton_toggled"></a> <h4>GitArchiveDataDialog.on_tagButton_toggled</h4> -<b>on_tagButton_toggled</b>(<i>checked</i>) +<b>on_tagButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Tag select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitArchiveDataDialog.on_tagCombo_editTextChanged" ID="GitArchiveDataDialog.on_tagCombo_editTextChanged"></a> <h4>GitArchiveDataDialog.on_tagCombo_editTextChanged</h4> -<b>on_tagCombo_editTextChanged</b>(<i>txt</i>) +<b>on_tagCombo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Tag combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBisectLogBrowserDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBisectLogBrowserDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -221,20 +221,20 @@ <a NAME="GitBisectLogBrowserDialog.__procFinished" ID="GitBisectLogBrowserDialog.__procFinished"></a> <h4>GitBisectLogBrowserDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="GitBisectLogBrowserDialog.__processBuffer" ID="GitBisectLogBrowserDialog.__processBuffer"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBisectStartDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBisectStartDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -118,16 +118,16 @@ </dl> <a NAME="GitBisectStartDialog.on_badEdit_textChanged" ID="GitBisectStartDialog.on_badEdit_textChanged"></a> <h4>GitBisectStartDialog.on_badEdit_textChanged</h4> -<b>on_badEdit_textChanged</b>(<i>txt</i>) +<b>on_badEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle a change of the bad commit. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -bad commit entered +bad commit entered (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBlameDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBlameDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -181,20 +181,20 @@ </dl> <a NAME="GitBlameDialog.__procFinished" ID="GitBlameDialog.__procFinished"></a> <h4>GitBlameDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="GitBlameDialog.__readStderr" ID="GitBlameDialog.__readStderr"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -145,86 +145,86 @@ </dl> <a NAME="GitBundleDialog.on_branchButton_toggled" ID="GitBundleDialog.on_branchButton_toggled"></a> <h4>GitBundleDialog.on_branchButton_toggled</h4> -<b>on_branchButton_toggled</b>(<i>checked</i>) +<b>on_branchButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Branch select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitBundleDialog.on_branchCombo_editTextChanged" ID="GitBundleDialog.on_branchCombo_editTextChanged"></a> <h4>GitBundleDialog.on_branchCombo_editTextChanged</h4> -<b>on_branchCombo_editTextChanged</b>(<i>txt</i>) +<b>on_branchCombo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Branch combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <a NAME="GitBundleDialog.on_revisionsButton_toggled" ID="GitBundleDialog.on_revisionsButton_toggled"></a> <h4>GitBundleDialog.on_revisionsButton_toggled</h4> -<b>on_revisionsButton_toggled</b>(<i>checked</i>) +<b>on_revisionsButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the revisions select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitBundleDialog.on_revisionsEdit_textChanged" ID="GitBundleDialog.on_revisionsEdit_textChanged"></a> <h4>GitBundleDialog.on_revisionsEdit_textChanged</h4> -<b>on_revisionsEdit_textChanged</b>(<i>txt</i>) +<b>on_revisionsEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Revisions edit. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the line edit +text of the line edit (unused) </dd> </dl> <a NAME="GitBundleDialog.on_tagButton_toggled" ID="GitBundleDialog.on_tagButton_toggled"></a> <h4>GitBundleDialog.on_tagButton_toggled</h4> -<b>on_tagButton_toggled</b>(<i>checked</i>) +<b>on_tagButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Tag select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitBundleDialog.on_tagCombo_editTextChanged" ID="GitBundleDialog.on_tagCombo_editTextChanged"></a> <h4>GitBundleDialog.on_tagCombo_editTextChanged</h4> -<b>on_tagCombo_editTextChanged</b>(<i>txt</i>) +<b>on_tagCombo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Tag combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -125,16 +125,16 @@ </dl> <a NAME="GitChangeRemoteUrlDialog.on_newUrlEdit_textChanged" ID="GitChangeRemoteUrlDialog.on_newUrlEdit_textChanged"></a> <h4>GitChangeRemoteUrlDialog.on_newUrlEdit_textChanged</h4> -<b>on_newUrlEdit_textChanged</b>(<i>txt</i>) +<b>on_newUrlEdit_textChanged</b>(<i>_txt</i>) <p> Private slot handling changes of the entered URL. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -current text +current text (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitCommandDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitCommandDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -119,16 +119,16 @@ </dl> <a NAME="GitCommandDialog.on_commandCombo_editTextChanged" ID="GitCommandDialog.on_commandCombo_editTextChanged"></a> <h4>GitCommandDialog.on_commandCombo_editTextChanged</h4> -<b>on_commandCombo_editTextChanged</b>(<i>text</i>) +<b>on_commandCombo_editTextChanged</b>(<i>_text</i>) <p> Private method used to enable/disable the OK-button. </p> <dl> -<dt><i>text</i> (str)</dt> +<dt><i>_text</i> (str)</dt> <dd> -text of the combobox +text of the combobox (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitCommitDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitCommitDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -242,16 +242,16 @@ </dl> <a NAME="GitCommitDialog.showEvent" ID="GitCommitDialog.showEvent"></a> <h4>GitCommitDialog.showEvent</h4> -<b>showEvent</b>(<i>evt</i>) +<b>showEvent</b>(<i>_evt</i>) <p> Protected method called when the dialog is about to be shown. </p> <dl> -<dt><i>evt</i> (QShowEvent)</dt> +<dt><i>_evt</i> (QShowEvent)</dt> <dd> -the event +the event (unused) </dd> </dl> <a NAME="GitCommitDialog.stagedOnly" ID="GitCommitDialog.stagedOnly"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitDescribeDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitDescribeDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -143,20 +143,20 @@ <a NAME="GitDescribeDialog.__procFinished" ID="GitDescribeDialog.__procFinished"></a> <h4>GitDescribeDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="GitDescribeDialog.__readStderr" ID="GitDescribeDialog.__readStderr"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitDiffGenerator.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitDiffGenerator.html Mon Apr 22 18:23:20 2024 +0200 @@ -124,20 +124,20 @@ </dl> <a NAME="GitDiffGenerator.__procFinished" ID="GitDiffGenerator.__procFinished"></a> <h4>GitDiffGenerator.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="GitDiffGenerator.__processFileLine" ID="GitDiffGenerator.__processFileLine"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -971,20 +971,20 @@ </dl> <a NAME="GitLogBrowserDialog.__procFinished" ID="GitLogBrowserDialog.__procFinished"></a> <h4>GitLogBrowserDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="GitLogBrowserDialog.__processBuffer" ID="GitLogBrowserDialog.__processBuffer"></a> @@ -1500,16 +1500,16 @@ <a NAME="GitLogBrowserDialog.on_stopCheckBox_clicked" ID="GitLogBrowserDialog.on_stopCheckBox_clicked"></a> <h4>GitLogBrowserDialog.on_stopCheckBox_clicked</h4> -<b>on_stopCheckBox_clicked</b>(<i>checked</i>) +<b>on_stopCheckBox_clicked</b>(<i>_checked</i>) <p> Private slot called, when the stop on copy/move checkbox is clicked. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -flag indicating the state of the check box +flag indicating the state of the check box (unused) </dd> </dl> <a NAME="GitLogBrowserDialog.on_toDate_dateChanged" ID="GitLogBrowserDialog.on_toDate_dateChanged"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitMergeDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -188,44 +188,44 @@ </dl> <a NAME="GitMergeDialog.on_branchButton_toggled" ID="GitMergeDialog.on_branchButton_toggled"></a> <h4>GitMergeDialog.on_branchButton_toggled</h4> -<b>on_branchButton_toggled</b>(<i>checked</i>) +<b>on_branchButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Branch select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitMergeDialog.on_branchCombo_editTextChanged" ID="GitMergeDialog.on_branchCombo_editTextChanged"></a> <h4>GitMergeDialog.on_branchCombo_editTextChanged</h4> -<b>on_branchCombo_editTextChanged</b>(<i>txt</i>) +<b>on_branchCombo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Branch combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <a NAME="GitMergeDialog.on_commitGroupBox_toggled" ID="GitMergeDialog.on_commitGroupBox_toggled"></a> <h4>GitMergeDialog.on_commitGroupBox_toggled</h4> -<b>on_commitGroupBox_toggled</b>(<i>checked</i>) +<b>on_commitGroupBox_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Commit select group. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the group +state of the group (unused) </dd> </dl> <a NAME="GitMergeDialog.on_commitMessageEdit_textChanged" ID="GitMergeDialog.on_commitMessageEdit_textChanged"></a> @@ -237,100 +237,100 @@ <a NAME="GitMergeDialog.on_idButton_toggled" ID="GitMergeDialog.on_idButton_toggled"></a> <h4>GitMergeDialog.on_idButton_toggled</h4> -<b>on_idButton_toggled</b>(<i>checked</i>) +<b>on_idButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the ID select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitMergeDialog.on_idEdit_textChanged" ID="GitMergeDialog.on_idEdit_textChanged"></a> <h4>GitMergeDialog.on_idEdit_textChanged</h4> -<b>on_idEdit_textChanged</b>(<i>txt</i>) +<b>on_idEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Commit edit. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the edit +text of the edit (unused) </dd> </dl> <a NAME="GitMergeDialog.on_noneButton_toggled" ID="GitMergeDialog.on_noneButton_toggled"></a> <h4>GitMergeDialog.on_noneButton_toggled</h4> -<b>on_noneButton_toggled</b>(<i>checked</i>) +<b>on_noneButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the None select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitMergeDialog.on_remoteBranchButton_toggled" ID="GitMergeDialog.on_remoteBranchButton_toggled"></a> <h4>GitMergeDialog.on_remoteBranchButton_toggled</h4> -<b>on_remoteBranchButton_toggled</b>(<i>checked</i>) +<b>on_remoteBranchButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Remote Branch select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitMergeDialog.on_remoteBranchCombo_editTextChanged" ID="GitMergeDialog.on_remoteBranchCombo_editTextChanged"></a> <h4>GitMergeDialog.on_remoteBranchCombo_editTextChanged</h4> -<b>on_remoteBranchCombo_editTextChanged</b>(<i>txt</i>) +<b>on_remoteBranchCombo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Remote Branch combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <a NAME="GitMergeDialog.on_tagButton_toggled" ID="GitMergeDialog.on_tagButton_toggled"></a> <h4>GitMergeDialog.on_tagButton_toggled</h4> -<b>on_tagButton_toggled</b>(<i>checked</i>) +<b>on_tagButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Tag select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitMergeDialog.on_tagCombo_editTextChanged" ID="GitMergeDialog.on_tagCombo_editTextChanged"></a> <h4>GitMergeDialog.on_tagCombo_editTextChanged</h4> -<b>on_tagCombo_editTextChanged</b>(<i>txt</i>) +<b>on_tagCombo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Tag combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitOptionsDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitOptionsDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -71,21 +71,13 @@ <a NAME="GitOptionsDialog.__init__" ID="GitOptionsDialog.__init__"></a> <h4>GitOptionsDialog (Constructor)</h4> -<b>GitOptionsDialog</b>(<i>vcs, project, parent=None</i>) +<b>GitOptionsDialog</b>(<i>parent=None</i>) <p> Constructor </p> <dl> -<dt><i>vcs</i> (Git)</dt> -<dd> -reference to the version control object -</dd> -<dt><i>project</i> (Project)</dt> -<dd> -reference to the project object -</dd> <dt><i>parent</i> (QWidget)</dt> <dd> parent widget
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -238,20 +238,20 @@ <a NAME="GitReflogBrowserDialog.__procFinished" ID="GitReflogBrowserDialog.__procFinished"></a> <h4>GitReflogBrowserDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="GitReflogBrowserDialog.__processBuffer" ID="GitReflogBrowserDialog.__processBuffer"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -209,20 +209,20 @@ </dl> <a NAME="GitRemoteRepositoriesDialog.__procFinished" ID="GitRemoteRepositoriesDialog.__procFinished"></a> <h4>GitRemoteRepositoriesDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="GitRemoteRepositoriesDialog.__readStderr" ID="GitRemoteRepositoriesDialog.__readStderr"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -169,114 +169,114 @@ </dl> <a NAME="GitRevisionSelectionDialog.on_branchButton_toggled" ID="GitRevisionSelectionDialog.on_branchButton_toggled"></a> <h4>GitRevisionSelectionDialog.on_branchButton_toggled</h4> -<b>on_branchButton_toggled</b>(<i>checked</i>) +<b>on_branchButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Branch select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitRevisionSelectionDialog.on_branchCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_branchCombo_editTextChanged"></a> <h4>GitRevisionSelectionDialog.on_branchCombo_editTextChanged</h4> -<b>on_branchCombo_editTextChanged</b>(<i>txt</i>) +<b>on_branchCombo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Branch combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <a NAME="GitRevisionSelectionDialog.on_remoteBranchButton_toggled" ID="GitRevisionSelectionDialog.on_remoteBranchButton_toggled"></a> <h4>GitRevisionSelectionDialog.on_remoteBranchButton_toggled</h4> -<b>on_remoteBranchButton_toggled</b>(<i>checked</i>) +<b>on_remoteBranchButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Remote Branch select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged"></a> <h4>GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged</h4> -<b>on_remoteBranchCombo_editTextChanged</b>(<i>txt</i>) +<b>on_remoteBranchCombo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Remote Branch combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <a NAME="GitRevisionSelectionDialog.on_revButton_toggled" ID="GitRevisionSelectionDialog.on_revButton_toggled"></a> <h4>GitRevisionSelectionDialog.on_revButton_toggled</h4> -<b>on_revButton_toggled</b>(<i>checked</i>) +<b>on_revButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the rev select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitRevisionSelectionDialog.on_revEdit_textChanged" ID="GitRevisionSelectionDialog.on_revEdit_textChanged"></a> <h4>GitRevisionSelectionDialog.on_revEdit_textChanged</h4> -<b>on_revEdit_textChanged</b>(<i>txt</i>) +<b>on_revEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the rev edit. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the edit +text of the edit (unused) </dd> </dl> <a NAME="GitRevisionSelectionDialog.on_tagButton_toggled" ID="GitRevisionSelectionDialog.on_tagButton_toggled"></a> <h4>GitRevisionSelectionDialog.on_tagButton_toggled</h4> -<b>on_tagButton_toggled</b>(<i>checked</i>) +<b>on_tagButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Tag select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitRevisionSelectionDialog.on_tagCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_tagCombo_editTextChanged"></a> <h4>GitRevisionSelectionDialog.on_tagCombo_editTextChanged</h4> -<b>on_tagCombo_editTextChanged</b>(<i>txt</i>) +<b>on_tagCombo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Tag combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -200,170 +200,170 @@ </dl> <a NAME="GitRevisionsSelectionDialog.on_branch1Button_toggled" ID="GitRevisionsSelectionDialog.on_branch1Button_toggled"></a> <h4>GitRevisionsSelectionDialog.on_branch1Button_toggled</h4> -<b>on_branch1Button_toggled</b>(<i>checked</i>) +<b>on_branch1Button_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Branch1 select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged"></a> <h4>GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged</h4> -<b>on_branch1Combo_editTextChanged</b>(<i>txt</i>) +<b>on_branch1Combo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Branch1 combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <a NAME="GitRevisionsSelectionDialog.on_branch2Button_toggled" ID="GitRevisionsSelectionDialog.on_branch2Button_toggled"></a> <h4>GitRevisionsSelectionDialog.on_branch2Button_toggled</h4> -<b>on_branch2Button_toggled</b>(<i>checked</i>) +<b>on_branch2Button_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Branch2 select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged"></a> <h4>GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged</h4> -<b>on_branch2Combo_editTextChanged</b>(<i>txt</i>) +<b>on_branch2Combo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Branch2 combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <a NAME="GitRevisionsSelectionDialog.on_rev1Button_toggled" ID="GitRevisionsSelectionDialog.on_rev1Button_toggled"></a> <h4>GitRevisionsSelectionDialog.on_rev1Button_toggled</h4> -<b>on_rev1Button_toggled</b>(<i>checked</i>) +<b>on_rev1Button_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the rev1 select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitRevisionsSelectionDialog.on_rev1Edit_textChanged" ID="GitRevisionsSelectionDialog.on_rev1Edit_textChanged"></a> <h4>GitRevisionsSelectionDialog.on_rev1Edit_textChanged</h4> -<b>on_rev1Edit_textChanged</b>(<i>txt</i>) +<b>on_rev1Edit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the rev1 edit. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the edit +text of the edit (unused) </dd> </dl> <a NAME="GitRevisionsSelectionDialog.on_rev2Button_toggled" ID="GitRevisionsSelectionDialog.on_rev2Button_toggled"></a> <h4>GitRevisionsSelectionDialog.on_rev2Button_toggled</h4> -<b>on_rev2Button_toggled</b>(<i>checked</i>) +<b>on_rev2Button_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the rev2 select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitRevisionsSelectionDialog.on_rev2Edit_textChanged" ID="GitRevisionsSelectionDialog.on_rev2Edit_textChanged"></a> <h4>GitRevisionsSelectionDialog.on_rev2Edit_textChanged</h4> -<b>on_rev2Edit_textChanged</b>(<i>txt</i>) +<b>on_rev2Edit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the rev2 edit. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the edit +text of the edit (unused) </dd> </dl> <a NAME="GitRevisionsSelectionDialog.on_tag1Button_toggled" ID="GitRevisionsSelectionDialog.on_tag1Button_toggled"></a> <h4>GitRevisionsSelectionDialog.on_tag1Button_toggled</h4> -<b>on_tag1Button_toggled</b>(<i>checked</i>) +<b>on_tag1Button_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Tag1 select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged"></a> <h4>GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged</h4> -<b>on_tag1Combo_editTextChanged</b>(<i>txt</i>) +<b>on_tag1Combo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Tag1 combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <a NAME="GitRevisionsSelectionDialog.on_tag2Button_toggled" ID="GitRevisionsSelectionDialog.on_tag2Button_toggled"></a> <h4>GitRevisionsSelectionDialog.on_tag2Button_toggled</h4> -<b>on_tag2Button_toggled</b>(<i>checked</i>) +<b>on_tag2Button_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Tag2 select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged"></a> <h4>GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged</h4> -<b>on_tag2Combo_editTextChanged</b>(<i>txt</i>) +<b>on_tag2Combo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Tag2 combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -264,20 +264,20 @@ <a NAME="GitStashBrowserDialog.__procFinished" ID="GitStashBrowserDialog.__procFinished"></a> <h4>GitStashBrowserDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="GitStashBrowserDialog.__processBuffer" ID="GitStashBrowserDialog.__processBuffer"></a> @@ -408,7 +408,7 @@ <a NAME="GitStashBrowserDialog.on_stashList_currentItemChanged" ID="GitStashBrowserDialog.on_stashList_currentItemChanged"></a> <h4>GitStashBrowserDialog.on_stashList_currentItemChanged</h4> -<b>on_stashList_currentItemChanged</b>(<i>current, previous</i>) +<b>on_stashList_currentItemChanged</b>(<i>current, _previous</i>) <p> Private slot called, when the current item of the stash list changes. </p> @@ -419,9 +419,9 @@ <dd> reference to the new current item </dd> -<dt><i>previous</i> (QTreeWidgetItem)</dt> +<dt><i>_previous</i> (QTreeWidgetItem)</dt> <dd> -reference to the old current item +reference to the old current item (unused) </dd> </dl> <a NAME="GitStashBrowserDialog.on_stashList_customContextMenuRequested" ID="GitStashBrowserDialog.on_stashList_customContextMenuRequested"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitStatusDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitStatusDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -608,20 +608,20 @@ <a NAME="GitStatusDialog.__procFinished" ID="GitStatusDialog.__procFinished"></a> <h4>GitStatusDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="GitStatusDialog.__readStderr" ID="GitStatusDialog.__readStderr"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -127,16 +127,16 @@ </dl> <a NAME="GitSubmodulesDeinitDialog.on_allCheckBox_toggled" ID="GitSubmodulesDeinitDialog.on_allCheckBox_toggled"></a> <h4>GitSubmodulesDeinitDialog.on_allCheckBox_toggled</h4> -<b>on_allCheckBox_toggled</b>(<i>checked</i>) +<b>on_allCheckBox_toggled</b>(<i>_checked</i>) <p> Private slot to react on changes of the all checkbox. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the checkbox +state of the checkbox (unused) </dd> </dl> <a NAME="GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged" ID="GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesStatusDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesStatusDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -137,30 +137,30 @@ </dl> <a NAME="GitSubmodulesStatusDialog.on_indexCheckBox_toggled" ID="GitSubmodulesStatusDialog.on_indexCheckBox_toggled"></a> <h4>GitSubmodulesStatusDialog.on_indexCheckBox_toggled</h4> -<b>on_indexCheckBox_toggled</b>(<i>checked</i>) +<b>on_indexCheckBox_toggled</b>(<i>_checked</i>) <p> Private slot handling a change of the index check box. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -check state of the check box +check state of the check box (unused) </dd> </dl> <a NAME="GitSubmodulesStatusDialog.on_recursiveCheckBox_toggled" ID="GitSubmodulesStatusDialog.on_recursiveCheckBox_toggled"></a> <h4>GitSubmodulesStatusDialog.on_recursiveCheckBox_toggled</h4> -<b>on_recursiveCheckBox_toggled</b>(<i>checked</i>) +<b>on_recursiveCheckBox_toggled</b>(<i>_checked</i>) <p> Private slot handling a change of the recursive check box. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -check state of the check box +check state of the check box (unused) </dd> </dl> <a NAME="GitSubmodulesStatusDialog.on_refreshButton_clicked" ID="GitSubmodulesStatusDialog.on_refreshButton_clicked"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitTagBranchListDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitTagBranchListDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -224,20 +224,20 @@ </dl> <a NAME="GitTagBranchListDialog.__procFinished" ID="GitTagBranchListDialog.__procFinished"></a> <h4>GitTagBranchListDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="GitTagBranchListDialog.__processOutputLine" ID="GitTagBranchListDialog.__processOutputLine"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitUserConfigDataDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitUserConfigDataDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -69,17 +69,13 @@ <a NAME="GitUserConfigDataDialog.__init__" ID="GitUserConfigDataDialog.__init__"></a> <h4>GitUserConfigDataDialog (Constructor)</h4> -<b>GitUserConfigDataDialog</b>(<i>version=(0, 0), parent=None</i>) +<b>GitUserConfigDataDialog</b>(<i>parent=None</i>) <p> Constructor </p> <dl> -<dt><i>version</i> (tuple of (int, int))</dt> -<dd> -Git version info -</dd> <dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeAddDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -165,100 +165,100 @@ </dl> <a NAME="GitWorktreeAddDialog.on_branchButton_toggled" ID="GitWorktreeAddDialog.on_branchButton_toggled"></a> <h4>GitWorktreeAddDialog.on_branchButton_toggled</h4> -<b>on_branchButton_toggled</b>(<i>checked</i>) +<b>on_branchButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Branch select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitWorktreeAddDialog.on_branchCombo_editTextChanged" ID="GitWorktreeAddDialog.on_branchCombo_editTextChanged"></a> <h4>GitWorktreeAddDialog.on_branchCombo_editTextChanged</h4> -<b>on_branchCombo_editTextChanged</b>(<i>txt</i>) +<b>on_branchCombo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Branch combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <a NAME="GitWorktreeAddDialog.on_revButton_toggled" ID="GitWorktreeAddDialog.on_revButton_toggled"></a> <h4>GitWorktreeAddDialog.on_revButton_toggled</h4> -<b>on_revButton_toggled</b>(<i>checked</i>) +<b>on_revButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the rev select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitWorktreeAddDialog.on_revEdit_textChanged" ID="GitWorktreeAddDialog.on_revEdit_textChanged"></a> <h4>GitWorktreeAddDialog.on_revEdit_textChanged</h4> -<b>on_revEdit_textChanged</b>(<i>txt</i>) +<b>on_revEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the rev edit. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the edit +text of the edit (unused) </dd> </dl> <a NAME="GitWorktreeAddDialog.on_tagButton_toggled" ID="GitWorktreeAddDialog.on_tagButton_toggled"></a> <h4>GitWorktreeAddDialog.on_tagButton_toggled</h4> -<b>on_tagButton_toggled</b>(<i>checked</i>) +<b>on_tagButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Tag select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="GitWorktreeAddDialog.on_tagCombo_editTextChanged" ID="GitWorktreeAddDialog.on_tagCombo_editTextChanged"></a> <h4>GitWorktreeAddDialog.on_tagCombo_editTextChanged</h4> -<b>on_tagCombo_editTextChanged</b>(<i>txt</i>) +<b>on_tagCombo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Tag combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <a NAME="GitWorktreeAddDialog.on_worktreePathPicker_textChanged" ID="GitWorktreeAddDialog.on_worktreePathPicker_textChanged"></a> <h4>GitWorktreeAddDialog.on_worktreePathPicker_textChanged</h4> -<b>on_worktreePathPicker_textChanged</b>(<i>worktree</i>) +<b>on_worktreePathPicker_textChanged</b>(<i>_worktree</i>) <p> Private slot handling a change of the worktree path. </p> <dl> -<dt><i>worktree</i> (str)</dt> +<dt><i>_worktree</i> (str)</dt> <dd> -entered worktree path +entered worktree path (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitWorktreeDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -213,20 +213,20 @@ <a NAME="GitWorktreeDialog.__procFinished" ID="GitWorktreeDialog.__procFinished"></a> <h4>GitWorktreeDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="GitWorktreeDialog.__readStderr" ID="GitWorktreeDialog.__readStderr"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.git.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.git.html Mon Apr 22 18:23:20 2024 +0200 @@ -2904,7 +2904,7 @@ </dl> <a NAME="Git.vcsInit" ID="Git.vcsInit"></a> <h4>Git.vcsInit</h4> -<b>vcsInit</b>(<i>vcsDir, noDialog=False</i>) +<b>vcsInit</b>(<i>_vcsDir, noDialog=False</i>) <p> Public method used to initialize the Git repository. </p> @@ -2916,7 +2916,7 @@ <dl> -<dt><i>vcsDir</i> (str)</dt> +<dt><i>_vcsDir</i> (str)</dt> <dd> name of the VCS directory (unused) </dd>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -246,30 +246,30 @@ </dl> <a NAME="HgGpgSignaturesDialog.on_categoryCombo_activated" ID="HgGpgSignaturesDialog.on_categoryCombo_activated"></a> <h4>HgGpgSignaturesDialog.on_categoryCombo_activated</h4> -<b>on_categoryCombo_activated</b>(<i>index</i>) +<b>on_categoryCombo_activated</b>(<i>_index</i>) <p> Private slot called, when a new filter category is selected. </p> <dl> -<dt><i>index</i> (int)</dt> +<dt><i>_index</i> (int)</dt> <dd> -index of the selected entry +index of the selected entry (unused) </dd> </dl> <a NAME="HgGpgSignaturesDialog.on_rxEdit_textChanged" ID="HgGpgSignaturesDialog.on_rxEdit_textChanged"></a> <h4>HgGpgSignaturesDialog.on_rxEdit_textChanged</h4> -<b>on_rxEdit_textChanged</b>(<i>txt</i>) +<b>on_rxEdit_textChanged</b>(<i>_txt</i>) <p> Private slot called, when a filter expression is entered. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -filter expression +filter expression (unused) </dd> </dl> <a NAME="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" ID="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -144,30 +144,30 @@ </dl> <a NAME="HgAddSubrepositoryDialog.on_pathPicker_textChanged" ID="HgAddSubrepositoryDialog.on_pathPicker_textChanged"></a> <h4>HgAddSubrepositoryDialog.on_pathPicker_textChanged</h4> -<b>on_pathPicker_textChanged</b>(<i>p0</i>) +<b>on_pathPicker_textChanged</b>(<i>_txt</i>) <p> Private slot to handle the update of the path. </p> <dl> -<dt><i>p0</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the path edit +text of the path edit (unused) </dd> </dl> <a NAME="HgAddSubrepositoryDialog.on_urlEdit_textChanged" ID="HgAddSubrepositoryDialog.on_urlEdit_textChanged"></a> <h4>HgAddSubrepositoryDialog.on_urlEdit_textChanged</h4> -<b>on_urlEdit_textChanged</b>(<i>p0</i>) +<b>on_urlEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle the update of the URL. </p> <dl> -<dt><i>p0</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the URL edit +text of the URL edit (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -125,30 +125,30 @@ </dl> <a NAME="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged" ID="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged"></a> <h4>HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged</h4> -<b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>) +<b>on_bookmarkCombo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the selected bookmark. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -name of the selected bookmark +name of the selected bookmark (unused) </dd> </dl> <a NAME="HgBookmarkRenameDialog.on_nameEdit_textChanged" ID="HgBookmarkRenameDialog.on_nameEdit_textChanged"></a> <h4>HgBookmarkRenameDialog.on_nameEdit_textChanged</h4> -<b>on_nameEdit_textChanged</b>(<i>txt</i>) +<b>on_nameEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the bookmark name. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the edit +text of the edit (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -162,72 +162,72 @@ </dl> <a NAME="HgBundleDialog.on_bookmarkButton_toggled" ID="HgBundleDialog.on_bookmarkButton_toggled"></a> <h4>HgBundleDialog.on_bookmarkButton_toggled</h4> -<b>on_bookmarkButton_toggled</b>(<i>checked</i>) +<b>on_bookmarkButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Bookmark select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="HgBundleDialog.on_bookmarkCombo_editTextChanged" ID="HgBundleDialog.on_bookmarkCombo_editTextChanged"></a> <h4>HgBundleDialog.on_bookmarkCombo_editTextChanged</h4> -<b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>) +<b>on_bookmarkCombo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Bookmark combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <a NAME="HgBundleDialog.on_branchButton_toggled" ID="HgBundleDialog.on_branchButton_toggled"></a> <h4>HgBundleDialog.on_branchButton_toggled</h4> -<b>on_branchButton_toggled</b>(<i>checked</i>) +<b>on_branchButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Branch select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="HgBundleDialog.on_branchCombo_editTextChanged" ID="HgBundleDialog.on_branchCombo_editTextChanged"></a> <h4>HgBundleDialog.on_branchCombo_editTextChanged</h4> -<b>on_branchCombo_editTextChanged</b>(<i>txt</i>) +<b>on_branchCombo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Branch combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <a NAME="HgBundleDialog.on_multipleButton_toggled" ID="HgBundleDialog.on_multipleButton_toggled"></a> <h4>HgBundleDialog.on_multipleButton_toggled</h4> -<b>on_multipleButton_toggled</b>(<i>checked</i>) +<b>on_multipleButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Multiple select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="HgBundleDialog.on_multipleEdit_textChanged" ID="HgBundleDialog.on_multipleEdit_textChanged"></a> @@ -239,30 +239,30 @@ <a NAME="HgBundleDialog.on_tagButton_toggled" ID="HgBundleDialog.on_tagButton_toggled"></a> <h4>HgBundleDialog.on_tagButton_toggled</h4> -<b>on_tagButton_toggled</b>(<i>checked</i>) +<b>on_tagButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the Tag select button. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the button +state of the button (unused) </dd> </dl> <a NAME="HgBundleDialog.on_tagCombo_editTextChanged" ID="HgBundleDialog.on_tagCombo_editTextChanged"></a> <h4>HgBundleDialog.on_tagCombo_editTextChanged</h4> -<b>on_tagCombo_editTextChanged</b>(<i>txt</i>) +<b>on_tagCombo_editTextChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the Tag combo. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgClient.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgClient.html Mon Apr 22 18:23:20 2024 +0200 @@ -276,20 +276,20 @@ </dl> <a NAME="HgClient.__serverFinished" ID="HgClient.__serverFinished"></a> <h4>HgClient.__serverFinished</h4> -<b>__serverFinished</b>(<i>exitCode, exitStatus</i>) +<b>__serverFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="HgClient.__writeDataBlock" ID="HgClient.__writeDataBlock"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -119,16 +119,16 @@ </dl> <a NAME="HgCommandDialog.on_commandCombo_editTextChanged" ID="HgCommandDialog.on_commandCombo_editTextChanged"></a> <h4>HgCommandDialog.on_commandCombo_editTextChanged</h4> -<b>on_commandCombo_editTextChanged</b>(<i>text</i>) +<b>on_commandCombo_editTextChanged</b>(<i>_text</i>) <p> Private method used to enable/disable the OK-button. </p> <dl> -<dt><i>text</i> (str)</dt> +<dt><i>_text</i> (str)</dt> <dd> -ignored +text of the command edit (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -194,16 +194,16 @@ </dl> <a NAME="HgCommitDialog.showEvent" ID="HgCommitDialog.showEvent"></a> <h4>HgCommitDialog.showEvent</h4> -<b>showEvent</b>(<i>evt</i>) +<b>showEvent</b>(<i>_evt</i>) <p> Protected method called when the dialog is about to be shown. </p> <dl> -<dt><i>evt</i> (QShowEvent)</dt> +<dt><i>_evt</i> (QShowEvent)</dt> <dd> -the event +reference to the event object (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgConflictsListDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgConflictsListDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -261,20 +261,20 @@ </dl> <a NAME="HgConflictsListDialog.on_conflictsList_itemDoubleClicked" ID="HgConflictsListDialog.on_conflictsList_itemDoubleClicked"></a> <h4>HgConflictsListDialog.on_conflictsList_itemDoubleClicked</h4> -<b>on_conflictsList_itemDoubleClicked</b>(<i>item, column</i>) +<b>on_conflictsList_itemDoubleClicked</b>(<i>_item, _column</i>) <p> Private slot to open the double clicked entry. </p> <dl> -<dt><i>item</i> (QTreeWidgetItem)</dt> +<dt><i>_item</i> (QTreeWidgetItem)</dt> <dd> -reference to the double clicked item +reference to the double clicked item (unused) </dd> -<dt><i>column</i> (int)</dt> +<dt><i>_column</i> (int)</dt> <dd> -column that was double clicked +column that was double clicked (unused) </dd> </dl> <a NAME="HgConflictsListDialog.on_conflictsList_itemSelectionChanged" ID="HgConflictsListDialog.on_conflictsList_itemSelectionChanged"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -106,7 +106,7 @@ <a NAME="HgDialog.__init__" ID="HgDialog.__init__"></a> <h4>HgDialog (Constructor)</h4> -<b>HgDialog</b>(<i>text, hg=None, useClient=True, parent=None</i>) +<b>HgDialog</b>(<i>text, hg=None, parent=None</i>) <p> Constructor </p> @@ -121,11 +121,6 @@ <dd> reference to the Mercurial interface object </dd> -<dt><i>useClient</i> (bool)</dt> -<dd> -flag indicating to use the command server client - if possible -</dd> <dt><i>parent</i> (QWidget)</dt> <dd> parent widget
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -145,30 +145,30 @@ <a NAME="HgExportDialog.on_directoryPicker_textChanged" ID="HgExportDialog.on_directoryPicker_textChanged"></a> <h4>HgExportDialog.on_directoryPicker_textChanged</h4> -<b>on_directoryPicker_textChanged</b>(<i>txt</i>) +<b>on_directoryPicker_textChanged</b>(<i>_txt</i>) <p> Private slot to react on changes of the export directory edit. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -contents of the line edit +contents of the line edit (unused) </dd> </dl> <a NAME="HgExportDialog.on_patternEdit_textChanged" ID="HgExportDialog.on_patternEdit_textChanged"></a> <h4>HgExportDialog.on_patternEdit_textChanged</h4> -<b>on_patternEdit_textChanged</b>(<i>txt</i>) +<b>on_patternEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to react on changes of the export file name pattern edit. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -contents of the line edit +contents of the line edit (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -144,16 +144,16 @@ </dl> <a NAME="HgGraftDialog.on_currentUserCheckBox_toggled" ID="HgGraftDialog.on_currentUserCheckBox_toggled"></a> <h4>HgGraftDialog.on_currentUserCheckBox_toggled</h4> -<b>on_currentUserCheckBox_toggled</b>(<i>checked</i>) +<b>on_currentUserCheckBox_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the current user state. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -flag giving the checked state +flag giving the checked state (unused) </dd> </dl> <a NAME="HgGraftDialog.on_revisionsEdit_textChanged" ID="HgGraftDialog.on_revisionsEdit_textChanged"></a> @@ -165,30 +165,30 @@ <a NAME="HgGraftDialog.on_userEdit_textChanged" ID="HgGraftDialog.on_userEdit_textChanged"></a> <h4>HgGraftDialog.on_userEdit_textChanged</h4> -<b>on_userEdit_textChanged</b>(<i>txt</i>) +<b>on_userEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the user name. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the edit +text of the edit (unused) </dd> </dl> <a NAME="HgGraftDialog.on_userGroup_toggled" ID="HgGraftDialog.on_userGroup_toggled"></a> <h4>HgGraftDialog.on_userGroup_toggled</h4> -<b>on_userGroup_toggled</b>(<i>checked</i>) +<b>on_userGroup_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the user group state. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -flag giving the checked state +flag giving the checked state (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -124,16 +124,16 @@ </dl> <a NAME="HgImportDialog.on_patchFilePicker_textChanged" ID="HgImportDialog.on_patchFilePicker_textChanged"></a> <h4>HgImportDialog.on_patchFilePicker_textChanged</h4> -<b>on_patchFilePicker_textChanged</b>(<i>txt</i>) +<b>on_patchFilePicker_textChanged</b>(<i>_txt</i>) <p> Private slot to react on changes of the patch file edit. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -contents of the line edit +contents of the line edit (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -1422,16 +1422,16 @@ </dl> <a NAME="HgLogBrowserDialog.on_stopCheckBox_clicked" ID="HgLogBrowserDialog.on_stopCheckBox_clicked"></a> <h4>HgLogBrowserDialog.on_stopCheckBox_clicked</h4> -<b>on_stopCheckBox_clicked</b>(<i>checked</i>) +<b>on_stopCheckBox_clicked</b>(<i>_checked</i>) <p> Private slot called, when the stop on copy/move checkbox is clicked. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -flag indicating the state of the check box +flag indicating the state of the check box (unused) </dd> </dl> <a NAME="HgLogBrowserDialog.on_toDate_dateChanged" ID="HgLogBrowserDialog.on_toDate_dateChanged"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -71,21 +71,13 @@ <a NAME="HgOptionsDialog.__init__" ID="HgOptionsDialog.__init__"></a> <h4>HgOptionsDialog (Constructor)</h4> -<b>HgOptionsDialog</b>(<i>vcs, project, parent=None</i>) +<b>HgOptionsDialog</b>(<i>parent=None</i>) <p> Constructor </p> <dl> -<dt><i>vcs</i> (Hg)</dt> -<dd> -reference to the version control object -</dd> -<dt><i>project</i> (Project)</dt> -<dd> -reference to the project object -</dd> <dt><i>parent</i> (QWidget)</dt> <dd> parent widget
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -123,16 +123,16 @@ </dl> <a NAME="HgPhaseDialog.on_phaseCombo_activated" ID="HgPhaseDialog.on_phaseCombo_activated"></a> <h4>HgPhaseDialog.on_phaseCombo_activated</h4> -<b>on_phaseCombo_activated</b>(<i>index</i>) +<b>on_phaseCombo_activated</b>(<i>_index</i>) <p> Private slot to react upon changes of the phase. </p> <dl> -<dt><i>index</i> (int)</dt> +<dt><i>_index</i> (int)</dt> <dd> -index of the selected entry +index of the selected entry (unused) </dd> </dl> <a NAME="HgPhaseDialog.on_revisionsEdit_textChanged" ID="HgPhaseDialog.on_revisionsEdit_textChanged"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -137,20 +137,20 @@ </dl> <a NAME="HgServeDialog.__procFinished" ID="HgServeDialog.__procFinished"></a> <h4>HgServeDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="HgServeDialog.__readStderr" ID="HgServeDialog.__readStderr"></a> @@ -196,16 +196,16 @@ <a NAME="HgServeDialog.closeEvent" ID="HgServeDialog.closeEvent"></a> <h4>HgServeDialog.closeEvent</h4> -<b>closeEvent</b>(<i>e</i>) +<b>closeEvent</b>(<i>_evt</i>) <p> Protected slot implementing a close event handler. </p> <dl> -<dt><i>e</i> (QCloseEvent)</dt> +<dt><i>_evt</i> (QCloseEvent)</dt> <dd> -close event +reference to the close event object (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -303,20 +303,20 @@ <a NAME="HgUserConfigDialog.on_fingerprintsList_currentItemChanged" ID="HgUserConfigDialog.on_fingerprintsList_currentItemChanged"></a> <h4>HgUserConfigDialog.on_fingerprintsList_currentItemChanged</h4> -<b>on_fingerprintsList_currentItemChanged</b>(<i>current, previous</i>) +<b>on_fingerprintsList_currentItemChanged</b>(<i>_current, _previous</i>) <p> Private slot handling a change of the current fingerprints item. </p> <dl> -<dt><i>current</i> (QTreeWidgetItem)</dt> +<dt><i>_current</i> (QTreeWidgetItem)</dt> <dd> -reference to the current item +reference to the current item (unused) </dd> -<dt><i>previous</i> (QTreeWidgetItem)</dt> +<dt><i>_previous</i> (QTreeWidgetItem)</dt> <dd> -reference to the previous current item +reference to the previous current item (unused) </dd> </dl> <a NAME="HgUserConfigDialog.on_fpAddButton_clicked" ID="HgUserConfigDialog.on_fpAddButton_clicked"></a> @@ -363,20 +363,20 @@ <a NAME="HgUserConfigDialog.on_protocolsList_currentItemChanged" ID="HgUserConfigDialog.on_protocolsList_currentItemChanged"></a> <h4>HgUserConfigDialog.on_protocolsList_currentItemChanged</h4> -<b>on_protocolsList_currentItemChanged</b>(<i>current, previous</i>) +<b>on_protocolsList_currentItemChanged</b>(<i>_current, _previous</i>) <p> Private slot handling a change of the current minimum protocol item. </p> <dl> -<dt><i>current</i> (QTreeWidgetItem)</dt> +<dt><i>_current</i> (QTreeWidgetItem)</dt> <dd> -reference to the current item +reference to the current item (unused) </dd> -<dt><i>previous</i> (QTreeWidgetItem)</dt> +<dt><i>_previous</i> (QTreeWidgetItem)</dt> <dd> -reference to the previous current item +reference to the previous current item (unused) </dd> </dl> <a NAME="HgUserConfigDialog.readUserConfig" ID="HgUserConfigDialog.readUserConfig"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostMinimumProtocolDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostMinimumProtocolDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -134,16 +134,16 @@ </dl> <a NAME="HgUserConfigHostMinimumProtocolDialog.on_hostEdit_textChanged" ID="HgUserConfigHostMinimumProtocolDialog.on_hostEdit_textChanged"></a> <h4>HgUserConfigHostMinimumProtocolDialog.on_hostEdit_textChanged</h4> -<b>on_hostEdit_textChanged</b>(<i>txt</i>) +<b>on_hostEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the host edit. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -current text +current text (unused) </dd> </dl> <a NAME="HgUserConfigHostMinimumProtocolDialog.on_minimumProtocolComboBox_currentIndexChanged" ID="HgUserConfigHostMinimumProtocolDialog.on_minimumProtocolComboBox_currentIndexChanged"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditPlanEditor.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditPlanEditor.html Mon Apr 22 18:23:20 2024 +0200 @@ -314,20 +314,20 @@ <a NAME="HgHisteditPlanEditor.on_planTreeWidget_currentItemChanged" ID="HgHisteditPlanEditor.on_planTreeWidget_currentItemChanged"></a> <h4>HgHisteditPlanEditor.on_planTreeWidget_currentItemChanged</h4> -<b>on_planTreeWidget_currentItemChanged</b>(<i>current, previous</i>) +<b>on_planTreeWidget_currentItemChanged</b>(<i>_current, _previous</i>) <p> Private slot handling the change of the current edit plan item. </p> <dl> -<dt><i>current</i> (QTreeWidgetItem)</dt> +<dt><i>_current</i> (QTreeWidgetItem)</dt> <dd> -reference to the current edit plan item +reference to the current edit plan item (unused) </dd> -<dt><i>previous</i> (QTreeWidgetItem)</dt> +<dt><i>_previous</i> (QTreeWidgetItem)</dt> <dd> -reference to the previous current edit plan item +reference to the previous current edit plan item (unused) </dd> </dl> <a NAME="HgHisteditPlanEditor.on_upButton_clicked" ID="HgHisteditPlanEditor.on_upButton_clicked"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -162,7 +162,7 @@ <a NAME="HgQueuesFoldDialog.on_selectedPatches_currentItemChanged" ID="HgQueuesFoldDialog.on_selectedPatches_currentItemChanged"></a> <h4>HgQueuesFoldDialog.on_selectedPatches_currentItemChanged</h4> -<b>on_selectedPatches_currentItemChanged</b>(<i>current, previous</i>) +<b>on_selectedPatches_currentItemChanged</b>(<i>current, _previous</i>) <p> Private slot to react on changes of the current item of selected patches. @@ -174,14 +174,14 @@ <dd> reference to the new current item </dd> -<dt><i>previous</i> (QTreeWidgetItem)</dt> +<dt><i>_previous</i> (QTreeWidgetItem)</dt> <dd> -reference to the previous current item +reference to the previous current item (unused) </dd> </dl> <a NAME="HgQueuesFoldDialog.on_sourcePatches_currentItemChanged" ID="HgQueuesFoldDialog.on_sourcePatches_currentItemChanged"></a> <h4>HgQueuesFoldDialog.on_sourcePatches_currentItemChanged</h4> -<b>on_sourcePatches_currentItemChanged</b>(<i>current, previous</i>) +<b>on_sourcePatches_currentItemChanged</b>(<i>current, _previous</i>) <p> Private slot to react on changes of the current item of source patches. </p> @@ -192,9 +192,9 @@ <dd> reference to the new current item </dd> -<dt><i>previous</i> (QTreeWidgetItem)</dt> +<dt><i>_previous</i> (QTreeWidgetItem)</dt> <dd> -reference to the previous current item +reference to the previous current item (unused) </dd> </dl> <a NAME="HgQueuesFoldDialog.on_upButton_clicked" ID="HgQueuesFoldDialog.on_upButton_clicked"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -157,16 +157,16 @@ </dl> <a NAME="HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled" ID="HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled"></a> <h4>HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled</h4> -<b>on_currentUserCheckBox_toggled</b>(<i>checked</i>) +<b>on_currentUserCheckBox_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the currentuser state. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -flag giving the checked state +flag giving the checked state (unused) </dd> </dl> <a NAME="HgQueuesNewPatchDialog.on_messageEdit_textChanged" ID="HgQueuesNewPatchDialog.on_messageEdit_textChanged"></a> @@ -178,44 +178,44 @@ <a NAME="HgQueuesNewPatchDialog.on_nameEdit_textChanged" ID="HgQueuesNewPatchDialog.on_nameEdit_textChanged"></a> <h4>HgQueuesNewPatchDialog.on_nameEdit_textChanged</h4> -<b>on_nameEdit_textChanged</b>(<i>txt</i>) +<b>on_nameEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the patch name. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the edit +text of the edit (unused) </dd> </dl> <a NAME="HgQueuesNewPatchDialog.on_userEdit_textChanged" ID="HgQueuesNewPatchDialog.on_userEdit_textChanged"></a> <h4>HgQueuesNewPatchDialog.on_userEdit_textChanged</h4> -<b>on_userEdit_textChanged</b>(<i>txt</i>) +<b>on_userEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the user name. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the edit +text of the edit (unused) </dd> </dl> <a NAME="HgQueuesNewPatchDialog.on_userGroup_toggled" ID="HgQueuesNewPatchDialog.on_userGroup_toggled"></a> <h4>HgQueuesNewPatchDialog.on_userGroup_toggled</h4> -<b>on_userGroup_toggled</b>(<i>checked</i>) +<b>on_userGroup_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the user group state. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -flag giving the checked state +flag giving the checked state (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -133,44 +133,44 @@ </dl> <a NAME="HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged" ID="HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged"></a> <h4>HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged</h4> -<b>on_nameCombo_currentIndexChanged</b>(<i>index</i>) +<b>on_nameCombo_currentIndexChanged</b>(<i>_index</i>) <p> Private slot to handle changes of the selected patch name. </p> <dl> -<dt><i>index</i> (int)</dt> +<dt><i>_index</i> (int)</dt> <dd> -current index +current index (unused) </dd> </dl> <a NAME="HgQueuesRenamePatchDialog.on_nameEdit_textChanged" ID="HgQueuesRenamePatchDialog.on_nameEdit_textChanged"></a> <h4>HgQueuesRenamePatchDialog.on_nameEdit_textChanged</h4> -<b>on_nameEdit_textChanged</b>(<i>txt</i>) +<b>on_nameEdit_textChanged</b>(<i>_txt</i>) <p> Private slot to handle changes of the new name. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -text of the edit +text of the edit (unused) </dd> </dl> <a NAME="HgQueuesRenamePatchDialog.on_namedButton_toggled" ID="HgQueuesRenamePatchDialog.on_namedButton_toggled"></a> <h4>HgQueuesRenamePatchDialog.on_namedButton_toggled</h4> -<b>on_namedButton_toggled</b>(<i>checked</i>) +<b>on_namedButton_toggled</b>(<i>_checked</i>) <p> Private slot to handle changes of the selection method. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -state of the check box +state of the check box (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveBrowserDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveBrowserDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -292,7 +292,7 @@ <a NAME="HgShelveBrowserDialog.on_shelveList_currentItemChanged" ID="HgShelveBrowserDialog.on_shelveList_currentItemChanged"></a> <h4>HgShelveBrowserDialog.on_shelveList_currentItemChanged</h4> -<b>on_shelveList_currentItemChanged</b>(<i>current, previous</i>) +<b>on_shelveList_currentItemChanged</b>(<i>current, _previous</i>) <p> Private slot called, when the current item of the shelve list changes. </p> @@ -303,9 +303,9 @@ <dd> reference to the new current item </dd> -<dt><i>previous</i> (QTreeWidgetItem)</dt> +<dt><i>_previous</i> (QTreeWidgetItem)</dt> <dd> -reference to the old current item +reference to the old current item (unused) </dd> </dl> <a NAME="HgShelveBrowserDialog.on_shelveList_customContextMenuRequested" ID="HgShelveBrowserDialog.on_shelveList_customContextMenuRequested"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.hg.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.hg.html Mon Apr 22 18:23:20 2024 +0200 @@ -2333,7 +2333,7 @@ </dl> <a NAME="Hg.vcsInit" ID="Hg.vcsInit"></a> <h4>Hg.vcsInit</h4> -<b>vcsInit</b>(<i>vcsDir, noDialog=False</i>) +<b>vcsInit</b>(<i>_vcsDir, noDialog=False</i>) <p> Public method used to initialize the mercurial repository. </p> @@ -2345,7 +2345,7 @@ <dl> -<dt><i>vcsDir</i> (str)</dt> +<dt><i>_vcsDir</i> (str)</dt> <dd> name of the VCS directory (unused) </dd>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnChangeListsDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnChangeListsDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -120,7 +120,7 @@ </dl> <a NAME="SvnChangeListsDialog.on_changeLists_currentItemChanged" ID="SvnChangeListsDialog.on_changeLists_currentItemChanged"></a> <h4>SvnChangeListsDialog.on_changeLists_currentItemChanged</h4> -<b>on_changeLists_currentItemChanged</b>(<i>current, previous</i>) +<b>on_changeLists_currentItemChanged</b>(<i>current, _previous</i>) <p> Private slot to handle the selection of a new item. </p> @@ -131,9 +131,9 @@ <dd> current item </dd> -<dt><i>previous</i> (QListWidgetItem)</dt> +<dt><i>_previous</i> (QListWidgetItem)</dt> <dd> -previous current item +previous current item (unused) </dd> </dl> <a NAME="SvnChangeListsDialog.start" ID="SvnChangeListsDialog.start"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -123,16 +123,16 @@ </dl> <a NAME="SvnCommandDialog.on_commandCombo_editTextChanged" ID="SvnCommandDialog.on_commandCombo_editTextChanged"></a> <h4>SvnCommandDialog.on_commandCombo_editTextChanged</h4> -<b>on_commandCombo_editTextChanged</b>(<i>text</i>) +<b>on_commandCombo_editTextChanged</b>(<i>_text</i>) <p> Private method used to enable/disable the OK-button. </p> <dl> -<dt><i>text</i> (str)</dt> +<dt><i>_text</i> (str)</dt> <dd> -text of the command combobox +text of the command combobox (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -231,16 +231,16 @@ </dl> <a NAME="SvnCommitDialog.showEvent" ID="SvnCommitDialog.showEvent"></a> <h4>SvnCommitDialog.showEvent</h4> -<b>showEvent</b>(<i>evt</i>) +<b>showEvent</b>(<i>_evt</i>) <p> Protected method called when the dialog is about to be shown. </p> <dl> -<dt><i>evt</i> (QShowEvent)</dt> +<dt><i>_evt</i> (QShowEvent)</dt> <dd> -the event +reference to the event object (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -446,30 +446,30 @@ <a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a> <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4> -<b>on_fieldCombo_activated</b>(<i>index</i>) +<b>on_fieldCombo_activated</b>(<i>_index</i>) <p> Private slot called, when a new filter field is selected. </p> <dl> -<dt><i>index</i> (int)</dt> +<dt><i>_index</i> (int)</dt> <dd> -index of the selected entry +index of the selected entry (unused) </dd> </dl> <a NAME="SvnLogBrowserDialog.on_fromDate_dateChanged" ID="SvnLogBrowserDialog.on_fromDate_dateChanged"></a> <h4>SvnLogBrowserDialog.on_fromDate_dateChanged</h4> -<b>on_fromDate_dateChanged</b>(<i>date</i>) +<b>on_fromDate_dateChanged</b>(<i>_date</i>) <p> Private slot called, when the from date changes. </p> <dl> -<dt><i>date</i> (QDate)</dt> +<dt><i>_date</i> (QDate)</dt> <dd> -new date +new date (unused) </dd> </dl> <a NAME="SvnLogBrowserDialog.on_logTree_currentItemChanged" ID="SvnLogBrowserDialog.on_logTree_currentItemChanged"></a> @@ -506,44 +506,44 @@ <a NAME="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a> <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4> -<b>on_rxEdit_textChanged</b>(<i>txt</i>) +<b>on_rxEdit_textChanged</b>(<i>_txt</i>) <p> Private slot called, when a filter expression is entered. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> -filter expression +filter expression (unused) </dd> </dl> <a NAME="SvnLogBrowserDialog.on_stopCheckBox_clicked" ID="SvnLogBrowserDialog.on_stopCheckBox_clicked"></a> <h4>SvnLogBrowserDialog.on_stopCheckBox_clicked</h4> -<b>on_stopCheckBox_clicked</b>(<i>checked</i>) +<b>on_stopCheckBox_clicked</b>(<i>_checked</i>) <p> Private slot called, when the stop on copy/move checkbox is clicked. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -flag indicating the check box state +flag indicating the check box state (unused) </dd> </dl> <a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a> <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4> -<b>on_toDate_dateChanged</b>(<i>date</i>) +<b>on_toDate_dateChanged</b>(<i>_date</i>) <p> Private slot called, when the from date changes. </p> <dl> -<dt><i>date</i> (QDate)</dt> +<dt><i>_date</i> (QDate)</dt> <dd> -new date +new date (unused) </dd> </dl> <a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -138,30 +138,30 @@ </dl> <a NAME="SvnMergeDialog.on_tag1Combo_editTextChanged" ID="SvnMergeDialog.on_tag1Combo_editTextChanged"></a> <h4>SvnMergeDialog.on_tag1Combo_editTextChanged</h4> -<b>on_tag1Combo_editTextChanged</b>(<i>text</i>) +<b>on_tag1Combo_editTextChanged</b>(<i>_text</i>) <p> Private slot to handle the tag1Combo editTextChanged signal. </p> <dl> -<dt><i>text</i> (str)</dt> +<dt><i>_text</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <a NAME="SvnMergeDialog.on_tag2Combo_editTextChanged" ID="SvnMergeDialog.on_tag2Combo_editTextChanged"></a> <h4>SvnMergeDialog.on_tag2Combo_editTextChanged</h4> -<b>on_tag2Combo_editTextChanged</b>(<i>text</i>) +<b>on_tag2Combo_editTextChanged</b>(<i>_text</i>) <p> Private slot to handle the tag2Combo editTextChanged signal. </p> <dl> -<dt><i>text</i> (str)</dt> +<dt><i>_text</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -718,16 +718,16 @@ </dl> <a NAME="SvnStatusDialog.on_statusList_itemChanged" ID="SvnStatusDialog.on_statusList_itemChanged"></a> <h4>SvnStatusDialog.on_statusList_itemChanged</h4> -<b>on_statusList_itemChanged</b>(<i>item, column</i>) +<b>on_statusList_itemChanged</b>(<i>_item, column</i>) <p> Private slot to act upon item changes. </p> <dl> -<dt><i>item</i> (QTreeWidgetItem)</dt> +<dt><i>_item</i> (QTreeWidgetItem)</dt> <dd> -reference to the changed item +reference to the changed item (unused) </dd> <dt><i>column</i> (int)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -165,20 +165,20 @@ </dl> <a NAME="SvnBlameDialog.__procFinished" ID="SvnBlameDialog.__procFinished"></a> <h4>SvnBlameDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="SvnBlameDialog.__readStderr" ID="SvnBlameDialog.__readStderr"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -135,20 +135,20 @@ <a NAME="SvnChangeListsDialog.__procFinished" ID="SvnChangeListsDialog.__procFinished"></a> <h4>SvnChangeListsDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="SvnChangeListsDialog.__readStderr" ID="SvnChangeListsDialog.__readStderr"></a> @@ -203,7 +203,7 @@ </dl> <a NAME="SvnChangeListsDialog.on_changeLists_currentItemChanged" ID="SvnChangeListsDialog.on_changeLists_currentItemChanged"></a> <h4>SvnChangeListsDialog.on_changeLists_currentItemChanged</h4> -<b>on_changeLists_currentItemChanged</b>(<i>current, previous</i>) +<b>on_changeLists_currentItemChanged</b>(<i>current, _previous</i>) <p> Private slot to handle the selection of a new item. </p> @@ -214,9 +214,9 @@ <dd> current item </dd> -<dt><i>previous</i> (QListWidgetItem)</dt> +<dt><i>_previous</i> (QListWidgetItem)</dt> <dd> -previous current item +previous current item (unused) </dd> </dl> <a NAME="SvnChangeListsDialog.on_input_returnPressed" ID="SvnChangeListsDialog.on_input_returnPressed"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -123,16 +123,16 @@ </dl> <a NAME="SvnCommandDialog.on_commandCombo_editTextChanged" ID="SvnCommandDialog.on_commandCombo_editTextChanged"></a> <h4>SvnCommandDialog.on_commandCombo_editTextChanged</h4> -<b>on_commandCombo_editTextChanged</b>(<i>text</i>) +<b>on_commandCombo_editTextChanged</b>(<i>_text</i>) <p> Private method used to enable/disable the OK-button. </p> <dl> -<dt><i>text</i> (str)</dt> +<dt><i>_text</i> (str)</dt> <dd> -text of the command combobox +text of the command combobox (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -227,16 +227,16 @@ </dl> <a NAME="SvnCommitDialog.showEvent" ID="SvnCommitDialog.showEvent"></a> <h4>SvnCommitDialog.showEvent</h4> -<b>showEvent</b>(<i>evt</i>) +<b>showEvent</b>(<i>_evt</i>) <p> Protected method called when the dialog is about to be shown. </p> <dl> -<dt><i>evt</i> (QShowEvent)</dt> +<dt><i>_evt</i> (QShowEvent)</dt> <dd> -the event +reference to the event object (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -219,20 +219,20 @@ </dl> <a NAME="SvnDiffDialog.__procFinished" ID="SvnDiffDialog.__procFinished"></a> <h4>SvnDiffDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="SvnDiffDialog.__processFileLine" ID="SvnDiffDialog.__processFileLine"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -384,20 +384,20 @@ <a NAME="SvnLogBrowserDialog.__procFinished" ID="SvnLogBrowserDialog.__procFinished"></a> <h4>SvnLogBrowserDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="SvnLogBrowserDialog.__processBuffer" ID="SvnLogBrowserDialog.__processBuffer"></a> @@ -528,30 +528,30 @@ <a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a> <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4> -<b>on_fieldCombo_activated</b>(<i>index</i>) +<b>on_fieldCombo_activated</b>(<i>_index</i>) <p> Private slot called, when a new filter field is selected. </p> <dl> -<dt><i>index</i> (int)</dt> +<dt><i>_index</i> (int)</dt> <dd> -index of the selected entry +index of the selected entry (unused) </dd> </dl> <a NAME="SvnLogBrowserDialog.on_fromDate_dateChanged" ID="SvnLogBrowserDialog.on_fromDate_dateChanged"></a> <h4>SvnLogBrowserDialog.on_fromDate_dateChanged</h4> -<b>on_fromDate_dateChanged</b>(<i>date</i>) +<b>on_fromDate_dateChanged</b>(<i>_date</i>) <p> Private slot called, when the from date changes. </p> <dl> -<dt><i>date</i> (QDate)</dt> +<dt><i>_date</i> (QDate)</dt> <dd> -new date +new date (unused) </dd> </dl> <a NAME="SvnLogBrowserDialog.on_input_returnPressed" ID="SvnLogBrowserDialog.on_input_returnPressed"></a> @@ -609,14 +609,14 @@ </dl> <a NAME="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a> <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4> -<b>on_rxEdit_textChanged</b>(<i>txt</i>) +<b>on_rxEdit_textChanged</b>(<i>_txt</i>) <p> Private slot called, when a filter expression is entered. </p> <dl> -<dt><i>txt</i> (str)</dt> +<dt><i>_txt</i> (str)</dt> <dd> filter expression </dd> @@ -630,30 +630,30 @@ <a NAME="SvnLogBrowserDialog.on_stopCheckBox_clicked" ID="SvnLogBrowserDialog.on_stopCheckBox_clicked"></a> <h4>SvnLogBrowserDialog.on_stopCheckBox_clicked</h4> -<b>on_stopCheckBox_clicked</b>(<i>checked</i>) +<b>on_stopCheckBox_clicked</b>(<i>_checked</i>) <p> Private slot called, when the stop on copy/move checkbox is clicked. </p> <dl> -<dt><i>checked</i> (bool)</dt> +<dt><i>_checked</i> (bool)</dt> <dd> -flag indicating the checked state +flag indicating the checked state (unused) </dd> </dl> <a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a> <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4> -<b>on_toDate_dateChanged</b>(<i>date</i>) +<b>on_toDate_dateChanged</b>(<i>_date</i>) <p> Private slot called, when the from date changes. </p> <dl> -<dt><i>date</i> (QDate)</dt> +<dt><i>_date</i> (QDate)</dt> <dd> -new date +new date (unused) </dd> </dl> <a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -138,30 +138,30 @@ </dl> <a NAME="SvnMergeDialog.on_tag1Combo_editTextChanged" ID="SvnMergeDialog.on_tag1Combo_editTextChanged"></a> <h4>SvnMergeDialog.on_tag1Combo_editTextChanged</h4> -<b>on_tag1Combo_editTextChanged</b>(<i>text</i>) +<b>on_tag1Combo_editTextChanged</b>(<i>_text</i>) <p> Private slot to handle the tag1Combo editTextChanged signal. </p> <dl> -<dt><i>text</i> (str)</dt> +<dt><i>_text</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <a NAME="SvnMergeDialog.on_tag2Combo_editTextChanged" ID="SvnMergeDialog.on_tag2Combo_editTextChanged"></a> <h4>SvnMergeDialog.on_tag2Combo_editTextChanged</h4> -<b>on_tag2Combo_editTextChanged</b>(<i>text</i>) +<b>on_tag2Combo_editTextChanged</b>(<i>_text</i>) <p> Private slot to handle the tag2Combo editTextChanged signal. </p> <dl> -<dt><i>text</i> (str)</dt> +<dt><i>_text</i> (str)</dt> <dd> -text of the combo +text of the combo (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -159,20 +159,20 @@ </dl> <a NAME="SvnPropListDialog.__procFinished" ID="SvnPropListDialog.__procFinished"></a> <h4>SvnPropListDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="SvnPropListDialog.__readStderr" ID="SvnPropListDialog.__readStderr"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -277,20 +277,20 @@ </dl> <a NAME="SvnRepoBrowserDialog.__procFinished" ID="SvnRepoBrowserDialog.__procFinished"></a> <h4>SvnRepoBrowserDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="SvnRepoBrowserDialog.__readStderr" ID="SvnRepoBrowserDialog.__readStderr"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -567,20 +567,20 @@ <a NAME="SvnStatusDialog.__procFinished" ID="SvnStatusDialog.__procFinished"></a> <h4>SvnStatusDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="SvnStatusDialog.__readStderr" ID="SvnStatusDialog.__readStderr"></a> @@ -824,16 +824,16 @@ </dl> <a NAME="SvnStatusDialog.on_statusList_itemChanged" ID="SvnStatusDialog.on_statusList_itemChanged"></a> <h4>SvnStatusDialog.on_statusList_itemChanged</h4> -<b>on_statusList_itemChanged</b>(<i>item, column</i>) +<b>on_statusList_itemChanged</b>(<i>_item, column</i>) <p> Private slot to act upon item changes. </p> <dl> -<dt><i>item</i> (QTreeWidgetItem)</dt> +<dt><i>_item</i> (QTreeWidgetItem)</dt> <dd> -reference to the changed item +reference to the changed item (unused) </dd> <dt><i>column</i> (int)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html Mon Apr 22 18:23:20 2024 +0200 @@ -173,20 +173,20 @@ </dl> <a NAME="SvnTagBranchListDialog.__procFinished" ID="SvnTagBranchListDialog.__procFinished"></a> <h4>SvnTagBranchListDialog.__procFinished</h4> -<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<b>__procFinished</b>(<i>_exitCode, _exitStatus</i>) <p> Private slot connected to the finished signal. </p> <dl> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> -<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> +<dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process +exit status of the process (unused) </dd> </dl> <a NAME="SvnTagBranchListDialog.__readStderr" ID="SvnTagBranchListDialog.__readStderr"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.html Mon Apr 22 18:23:20 2024 +0200 @@ -986,16 +986,16 @@ </dl> <a NAME="Listspace.showWindowMenu" ID="Listspace.showWindowMenu"></a> <h4>Listspace.showWindowMenu</h4> -<b>showWindowMenu</b>(<i>windowMenu</i>) +<b>showWindowMenu</b>(<i>_windowMenu</i>) <p> Public method to set up the viewmanager part of the Window menu. </p> <dl> -<dt><i>windowMenu</i> (QMenu)</dt> +<dt><i>_windowMenu</i> (QMenu)</dt> <dd> -reference to the window menu +reference to the window menu (unused) </dd> </dl> <a NAME="Listspace.splitCount" ID="Listspace.splitCount"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.html Mon Apr 22 18:23:20 2024 +0200 @@ -1662,16 +1662,16 @@ </dl> <a NAME="Tabview.showWindowMenu" ID="Tabview.showWindowMenu"></a> <h4>Tabview.showWindowMenu</h4> -<b>showWindowMenu</b>(<i>windowMenu</i>) +<b>showWindowMenu</b>(<i>_windowMenu</i>) <p> Public method to set up the viewmanager part of the Window menu. </p> <dl> -<dt><i>windowMenu</i> (QMenu)</dt> +<dt><i>_windowMenu</i> (QMenu)</dt> <dd> -reference to the window menu +reference to the window menu (unused) </dd> </dl> <a NAME="Tabview.splitCount" ID="Tabview.splitCount"></a>
--- a/src/eric7/EricGui/EricOverrideCursor.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/EricGui/EricOverrideCursor.py Mon Apr 22 18:23:20 2024 +0200 @@ -95,16 +95,16 @@ return self - def __exit__(self, exc_type, exc_value, traceback): + def __exit__(self, _exc_type, _exc_value, _traceback): """ Special method called when exiting the runtime ccontext. - @param exc_type type of an exception raised in the runtime context + @param _exc_type type of an exception raised in the runtime context (unused) @type Class - @param exc_value value of an exception raised in the runtime context + @param _exc_value value of an exception raised in the runtime context (unused) @type Exception - @param traceback traceback of an exception raised in the runtime - context + @param _traceback traceback of an exception raised in the runtime + context (unused) @type Traceback @return always returns None to not suppress any exception @rtype None
--- a/src/eric7/Graphics/UMLGraphicsView.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Graphics/UMLGraphicsView.py Mon Apr 22 18:23:20 2024 +0200 @@ -204,11 +204,11 @@ self.decHeightAct.setEnabled(True) @pyqtSlot("QList<QRectF>") - def __sceneChanged(self, areas): + def __sceneChanged(self, _areas): """ Private slot called when the scene changes. - @param areas list of rectangles that contain changes + @param _areas list of rectangles that contain changes (unused) @type list of QRectF """ if len(self.scene().selectedItems()) > 0:
--- a/src/eric7/HelpViewer/HelpBookmarksWidget.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/HelpViewer/HelpBookmarksWidget.py Mon Apr 22 18:23:20 2024 +0200 @@ -538,3 +538,13 @@ "The bookmarks file <b>{0}</b> has invalid contents." ).format(filename), ) + + def keyPressEvent(self, evt): + """ + Protected method handling key press events. + + @param evt reference to the key press event + @type QKeyEvent + """ + if evt.key() == Qt.Key.Key_Escape: + self.escapePressed.emit()
--- a/src/eric7/HelpViewer/HelpViewerWidget.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/HelpViewer/HelpViewerWidget.py Mon Apr 22 18:23:20 2024 +0200 @@ -732,11 +732,11 @@ EricMessageBox.warning(self, self.tr("eric Help Viewer"), message) @pyqtSlot(bool) - def __docsInstalled(self, installed): + def __docsInstalled(self, _installed): """ Private slot handling the end of documentation installation. - @param installed flag indicating that documents were installed + @param _installed flag indicating that documents were installed (unused) @type bool """ self.__ui.statusBar().clearMessage()
--- a/src/eric7/HexEdit/HexEditGotoWidget.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/HexEdit/HexEditGotoWidget.py Mon Apr 22 18:23:20 2024 +0200 @@ -54,7 +54,7 @@ self.closeButton.setIcon(EricPixmapCache.getIcon("close")) for dataFormat in formatOrder: - formatStr, validator = self.__formatAndValidators[dataFormat] + formatStr, _validator = self.__formatAndValidators[dataFormat] self.formatCombo.addItem(formatStr, dataFormat) self.formatCombo.setCurrentIndex(0)
--- a/src/eric7/HexEdit/HexEditSearchReplaceWidget.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/HexEdit/HexEditSearchReplaceWidget.py Mon Apr 22 18:23:20 2024 +0200 @@ -97,11 +97,11 @@ ) for dataFormat in formatOrder: - formatStr, validator = self.__formatAndValidators[dataFormat] + formatStr, _validator = self.__formatAndValidators[dataFormat] self.__ui.findFormatCombo.addItem(formatStr, dataFormat) if replace: for dataFormat in formatOrder: - formatStr, validator = self.__formatAndValidators[dataFormat] + formatStr, _validator = self.__formatAndValidators[dataFormat] self.__ui.replaceFormatCombo.addItem(formatStr, dataFormat) self.__ui.findtextCombo.setCompleter(None) @@ -377,7 +377,7 @@ return fba, ftxt = self.__getContent(False) - rba, rtxt = self.__getContent(True) + rba, _rtxt = self.__getContent(True) ok = False if self.__editor.hasSelection(): @@ -402,7 +402,7 @@ cursorPosition = self.__editor.cursorPosition() fba, ftxt = self.__getContent(False) - rba, rtxt = self.__getContent(True) + rba, _rtxt = self.__getContent(True) idx = 0 while idx >= 0:
--- a/src/eric7/MicroPython/AddEditDevicesDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/MicroPython/AddEditDevicesDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -73,11 +73,11 @@ self.resize(max(self.width(), msh.width()), msh.height()) @pyqtSlot(int) - def on_deviceTypeComboBox_currentIndexChanged(self, index): + def on_deviceTypeComboBox_currentIndexChanged(self, _index): """ Private slot to handle the selection of a device type. - @param index index of the current item + @param _index index of the current item (unused) @type int """ board = self.deviceTypeComboBox.currentData()
--- a/src/eric7/MicroPython/ConnectionSelectionDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/MicroPython/ConnectionSelectionDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -81,21 +81,21 @@ ) @pyqtSlot(str) - def on_portNameComboBox_currentTextChanged(self, txt): + def on_portNameComboBox_currentTextChanged(self, _txt): """ Private slot to handle the selection of a port name. - @param txt selected port + @param _txt selected port (unused) @type str """ self.__updateOK() @pyqtSlot(str) - def on_deviceTypeComboBox_currentTextChanged(self, txt): + def on_deviceTypeComboBox_currentTextChanged(self, _txt): """ Private slot to handle the selection of a device type. - @param txt selected device description + @param _txt selected device description (unused) @type str """ self.__updateOK()
--- a/src/eric7/MicroPython/ConvertToUF2Dialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/MicroPython/ConvertToUF2Dialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -164,13 +164,13 @@ self.outputEdit.ensureCursorVisible() @pyqtSlot(int, QProcess.ExitStatus) - def __conversionFinished(self, exitCode, exitStatus): + def __conversionFinished(self, _exitCode, _exitStatus): """ Private slot handling the end of the conversion process. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.convertButton.setEnabled(True)
--- a/src/eric7/MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py Mon Apr 22 18:23:20 2024 +0200 @@ -297,7 +297,7 @@ devicePath = self.__device.getWorkspace() - cpyVersion, board_id = circup.get_circuitpython_version(devicePath) + cpyVersion, _board_id = circup.get_circuitpython_version(devicePath) circup.CPY_VERSION = cpyVersion with EricOverrideCursor(): @@ -313,7 +313,7 @@ devicePath = self.__device.getWorkspace() - cpyVersion, board_id = circup.get_circuitpython_version(devicePath) + cpyVersion, _board_id = circup.get_circuitpython_version(devicePath) circup.CPY_VERSION = cpyVersion with EricOverrideCursor(): @@ -329,7 +329,7 @@ """ devicePath = self.__device.getWorkspace() - cpyVersion, board_id = circup.get_circuitpython_version(devicePath) + cpyVersion, _board_id = circup.get_circuitpython_version(devicePath) circup.CPY_VERSION = cpyVersion with EricOverrideCursor(): @@ -528,7 +528,7 @@ """ devicePath = self.__device.getWorkspace() - cpyVersion, board_id = circup.get_circuitpython_version(devicePath) + cpyVersion, _board_id = circup.get_circuitpython_version(devicePath) circup.CPY_VERSION = cpyVersion with EricOverrideCursor(): @@ -653,7 +653,7 @@ devicePath = self.__device.getWorkspace() - cpyVersion, board_id = circup.get_circuitpython_version(devicePath) + cpyVersion, _board_id = circup.get_circuitpython_version(devicePath) circup.CPY_VERSION = cpyVersion dlg = RequirementsDialog(devicePath=devicePath)
--- a/src/eric7/MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -155,21 +155,21 @@ self.__updateOkButton() @pyqtSlot(str) - def on_sizeComboBox_currentTextChanged(self, size): + def on_sizeComboBox_currentTextChanged(self, _size): """ Private slot handling a change of the selected firmware size. - @param size selected size text + @param _size selected size text (unused) @type str """ self.__updateOkButton() @pyqtSlot(str) - def on_firmwarePicker_textChanged(self, firmware): + def on_firmwarePicker_textChanged(self, _firmware): """ Private slot handling a change of the firmware path. - @param firmware path to the firmware + @param _firmware path to the firmware (unused) @type str """ self.__updateOkButton()
--- a/src/eric7/MicroPython/MicroPythonFileManagerWidget.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/MicroPython/MicroPythonFileManagerWidget.py Mon Apr 22 18:23:20 2024 +0200 @@ -425,7 +425,7 @@ itm = fileTreeWidget.itemBelow(itm) @pyqtSlot(QTreeWidgetItem, int) - def on_localFileTreeWidget_itemActivated(self, item, column): + def on_localFileTreeWidget_itemActivated(self, item, _column): """ Private slot to handle the activation of a local item. @@ -434,7 +434,7 @@ @param item reference to the activated item @type QTreeWidgetItem - @param column column of the activation + @param _column column of the activation (unused) @type int """ name = item.data(0, Qt.ItemDataRole.UserRole) @@ -511,7 +511,7 @@ self.__repopulateLocalFilesList(dirname=dirname) @pyqtSlot(QTreeWidgetItem, int) - def on_deviceFileTreeWidget_itemActivated(self, item, column): + def on_deviceFileTreeWidget_itemActivated(self, item, _column): """ Private slot to handle the activation of a device item. @@ -520,7 +520,7 @@ @param item reference to the activated item @type QTreeWidgetItem - @param column column of the activation + @param _column column of the activation (unused) @type int """ name = item.data(0, Qt.ItemDataRole.UserRole) @@ -830,11 +830,11 @@ self.on_getButton_clicked(getAs=True) @pyqtSlot(str, str) - def __handleGetDone(self, deviceFile, localFile): + def __handleGetDone(self, _deviceFile, localFile): """ Private slot handling a successful copy of a file from the device. - @param deviceFile name of the file on the device + @param _deviceFile name of the file on the device (unused) @type str @param localFile name of the local file @type str @@ -899,13 +899,13 @@ ) @pyqtSlot(str, str) - def __handleRsyncDone(self, localDir, deviceDir): + def __handleRsyncDone(self, _localDir, _deviceDir): """ Private method to handle the completion of the rsync operation. - @param localDir name of the local directory + @param _localDir name of the local directory (unused) @type str - @param deviceDir name of the device directory + @param _deviceDir name of the device directory (unused) @type str """ # simulate button presses to reload the two lists
--- a/src/eric7/MicroPython/MicroPythonWindow.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/MicroPython/MicroPythonWindow.py Mon Apr 22 18:23:20 2024 +0200 @@ -359,11 +359,11 @@ return len(self.__editors) @pyqtSlot(QWidget, QWidget) - def __appFocusChanged(self, old, now): + def __appFocusChanged(self, _old, now): """ Private slot to track the application focus. - @param old reference to the widget loosing focus + @param _old reference to the widget loosing focus (unused) @type QWidget @param now reference to the widget gaining focus @type QWidget
--- a/src/eric7/MicroPython/WifiDialogs/WifiNetworksWindow.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/MicroPython/WifiDialogs/WifiNetworksWindow.py Mon Apr 22 18:23:20 2024 +0200 @@ -119,11 +119,11 @@ ) self.networkList.header().setStretchLastSection(True) - def closeEvent(self, evt): + def closeEvent(self, _evt): """ Protected method to handle a window close event. - @param evt reference to the close event + @param _evt reference to the close event (unused) @type QCloseEvent """ self.__scanTimer.stop()
--- a/src/eric7/MultiProject/AddProjectDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/MultiProject/AddProjectDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -110,21 +110,21 @@ return filename @pyqtSlot(str) - def on_nameEdit_textChanged(self, txt): + def on_nameEdit_textChanged(self, _txt): """ Private slot called when the project name has changed. - @param txt text of the edit + @param _txt text of the edit (unused) @type str """ self.__updateUi() @pyqtSlot(str) - def on_filenamePicker_textChanged(self, txt): + def on_filenamePicker_textChanged(self, _txt): """ Private slot called when the project filename has changed. - @param txt text of the edit + @param _txt text of the edit (unused) @type str """ self.__updateUi()
--- a/src/eric7/Network/IRC/IrcChannelWidget.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Network/IRC/IrcChannelWidget.py Mon Apr 22 18:23:20 2024 +0200 @@ -1714,20 +1714,20 @@ ) self.__usersMenu.popup(self.usersList.mapToGlobal(pos)) - def hideEvent(self, evt): + def hideEvent(self, _evt): """ Protected method handling hide events. - @param evt reference to the hide event + @param _evt reference to the hide event (unused) @type QHideEvent """ self.__hidden = True - def showEvent(self, evt): + def showEvent(self, _evt): """ Protected method handling show events. - @param evt reference to the show event + @param _evt reference to the show event (unused) @type QShowEvent """ self.__hidden = False
--- a/src/eric7/Network/IRC/IrcNetworkEditDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Network/IRC/IrcNetworkEditDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -82,11 +82,11 @@ self.__okButton.setEnabled(enable) @pyqtSlot(str) - def on_networkEdit_textChanged(self, txt): + def on_networkEdit_textChanged(self, _txt): """ Private slot to handle changes of the network name. - @param txt text entered into the network name edit + @param _txt text entered into the network name edit (unused) @type str """ self.__updateOkButton() @@ -141,11 +141,11 @@ self.__refreshIdentityCombo(currentIdentity) @pyqtSlot(str) - def on_serverEdit_textChanged(self, txt): + def on_serverEdit_textChanged(self, _txt): """ Private slot to handle changes of the server name. - @param txt text entered into the server name edit + @param _txt text entered into the server name edit (unused) @type str """ self.__updateOkButton() @@ -200,13 +200,13 @@ del itm @pyqtSlot(QTreeWidgetItem, int) - def on_channelList_itemActivated(self, item, column): + def on_channelList_itemActivated(self, item, _column): """ Private slot to handle the activation of a channel entry. @param item reference to the activated item @type QTreeWidgetItem - @param column column the activation occurred in + @param _column column the activation occurred in (unused) @type int """ self.__editChannel(item)
--- a/src/eric7/Network/IRC/IrcNetworkListDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Network/IRC/IrcNetworkListDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -175,21 +175,21 @@ self.__manager.deleteNetwork(networkName) @pyqtSlot(QTreeWidgetItem) - def on_networksList_itemExpanded(self, item): + def on_networksList_itemExpanded(self, _item): """ Private slot handling the expansion of a top level item. - @param item reference to the expanded item + @param _item reference to the expanded item (unused) @type QTreeWidgetItem """ self.__resizeColumns() @pyqtSlot(QTreeWidgetItem) - def on_networksList_itemCollapsed(self, item): + def on_networksList_itemCollapsed(self, _item): """ Private slot handling the collapse of a top level item. - @param item reference to the collapsed item + @param _item reference to the collapsed item (unused) @type QTreeWidgetItem """ self.__resizeColumns()
--- a/src/eric7/Network/IRC/IrcServerEditDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Network/IRC/IrcServerEditDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -50,11 +50,11 @@ self.__okButton.setEnabled(self.serverEdit.text() != "") @pyqtSlot(str) - def on_serverEdit_textChanged(self, name): + def on_serverEdit_textChanged(self, _name): """ Private slot handling changes of the server name. - @param name current name of the server + @param _name current name of the server (unused) @type str """ self.__updateOkButton()
--- a/src/eric7/Network/IRC/IrcWidget.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Network/IRC/IrcWidget.py Mon Apr 22 18:23:20 2024 +0200 @@ -846,7 +846,7 @@ elif code == 306: message = self.tr("You have been marked as being away.") else: - first, message = message.split(None, 1) + _first, message = message.split(None, 1) if message.startswith(":"): message = message[1:] else:
--- a/src/eric7/PipInterface/Pip.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/PipInterface/Pip.py Mon Apr 22 18:23:20 2024 +0200 @@ -506,7 +506,7 @@ """ from .PipFileSelectionDialog import PipFileSelectionDialog - dlg = PipFileSelectionDialog(self, "requirements") + dlg = PipFileSelectionDialog("requirements") if dlg.exec() == QDialog.DialogCode.Accepted: requirements, user = dlg.getData() if requirements and os.path.exists(requirements): @@ -557,7 +557,7 @@ """ from .PipFileSelectionDialog import PipFileSelectionDialog - dlg = PipFileSelectionDialog(self, "pyproject") + dlg = PipFileSelectionDialog("pyproject") if dlg.exec() == QDialog.DialogCode.Accepted: pyproject, user = dlg.getData() if pyproject and os.path.exists(pyproject): @@ -643,7 +643,7 @@ from .PipFileSelectionDialog import PipFileSelectionDialog if venvName: - dlg = PipFileSelectionDialog(self, "requirements", install=False) + dlg = PipFileSelectionDialog("requirements", install=False) if dlg.exec() == QDialog.DialogCode.Accepted: requirements, _user = dlg.getData() if requirements and os.path.exists(requirements): @@ -687,7 +687,7 @@ from .PipFileSelectionDialog import PipFileSelectionDialog if venvName: - dlg = PipFileSelectionDialog(self, "pyproject", install=False) + dlg = PipFileSelectionDialog("pyproject", install=False) if dlg.exec() == QDialog.DialogCode.Accepted: pyproject, _user = dlg.getData() if pyproject and os.path.exists(pyproject):
--- a/src/eric7/PipInterface/PipDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/PipInterface/PipDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -110,13 +110,13 @@ self.__cancel() @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__finish()
--- a/src/eric7/PipInterface/PipFileSelectionDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/PipInterface/PipFileSelectionDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -24,12 +24,10 @@ Class implementing a dialog to enter a file to be processed. """ - def __init__(self, pip, mode, install=True, parent=None): + def __init__(self, mode, install=True, parent=None): """ Constructor - @param pip reference to the pip object - @type Pip @param mode mode of the dialog @type str @param install flag indicating an install action
--- a/src/eric7/PipInterface/PipPackagesInputDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/PipInterface/PipPackagesInputDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -18,12 +18,10 @@ Class implementing a dialog to enter package specifications. """ - def __init__(self, pip, title, install=True, parent=None): + def __init__(self, title, install=True, parent=None): """ Constructor - @param pip reference to the pip object - @type Pip @param title dialog title @type str @param install flag indicating an install action
--- a/src/eric7/PipInterface/PipPackagesWidget.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/PipInterface/PipPackagesWidget.py Mon Apr 22 18:23:20 2024 +0200 @@ -906,11 +906,11 @@ self.searchToggleButton_1.setChecked(checked) @pyqtSlot(str) - def on_searchNameEdit_textChanged(self, txt): + def on_searchNameEdit_textChanged(self, _txt): """ Private slot handling a change of the search term. - @param txt search term + @param _txt search term (unused) @type str """ self.__updateSearchButton() @@ -1442,7 +1442,7 @@ venvName = self.environmentsComboBox.currentText() if venvName: - dlg = PipPackagesInputDialog(self, self.tr("Install Packages")) + dlg = PipPackagesInputDialog(self.tr("Install Packages")) if dlg.exec() == QDialog.DialogCode.Accepted: packages, user = dlg.getData() self.executeInstallPackages(packages, userSite=user) @@ -1456,7 +1456,7 @@ venvName = self.environmentsComboBox.currentText() if venvName: - dlg = PipFileSelectionDialog(self, "package") + dlg = PipFileSelectionDialog("package") if dlg.exec() == QDialog.DialogCode.Accepted: package, user = dlg.getData() if package and os.path.exists(package):
--- a/src/eric7/PluginManager/PluginInfoDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/PluginManager/PluginInfoDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -111,13 +111,13 @@ self.__menu.popup(self.mapToGlobal(coord)) @pyqtSlot(QTreeWidgetItem, int) - def on_pluginList_itemActivated(self, item, column): + def on_pluginList_itemActivated(self, item, _column): """ Private slot to show details about a plugin. @param item reference to the selected item @type QTreeWidgetItem - @param column column number + @param _column column number (unused) @type int """ from .PluginDetailsDialog import PluginDetailsDialog
--- a/src/eric7/PluginManager/PluginRepositoryDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/PluginManager/PluginRepositoryDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -384,13 +384,13 @@ self.__pluginContextMenu.popup(self.repositoryList.mapToGlobal(pos)) @pyqtSlot(QTreeWidgetItem, QTreeWidgetItem) - def on_repositoryList_currentItemChanged(self, current, previous): + def on_repositoryList_currentItemChanged(self, current, _previous): """ Private slot to handle the change of the current item. @param current reference to the new current item @type QTreeWidgetItem - @param previous reference to the old current item + @param _previous reference to the old current item (unused) @type QTreeWidgetItem """ if self.__repositoryMissing or current is None:
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -44,21 +44,21 @@ ) @pyqtSlot(str) - def on_leftEdit_textChanged(self, txt): + def on_leftEdit_textChanged(self, _txt): """ Private slot to handle a change of the text of the left side edit. - @param txt text of the line edit + @param _txt text of the line edit (unused) @type str """ self.__updateOkButton() @pyqtSlot(str) - def on_rightEdit_textChanged(self, txt): + def on_rightEdit_textChanged(self, _txt): """ Private slot to handle a change of the text of the right side edit. - @param txt text of the line edit + @param _txt text of the line edit (unused) @type str """ self.__updateOkButton()
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -1544,13 +1544,13 @@ self.__selectCodes(self.noFixIssuesEdit, [], True) @pyqtSlot(QTreeWidgetItem, int) - def on_resultList_itemActivated(self, item, column): + def on_resultList_itemActivated(self, item, _column): """ Private slot to handle the activation of an item. @param item reference to the activated item @type QTreeWidgetItem - @param column column the item was activated in + @param _column column the item was activated in (unused) @type int """ if ( @@ -2590,11 +2590,11 @@ # Update UI with default values self.on_loadDefaultButton_clicked() - def closeEvent(self, evt): + def closeEvent(self, _evt): """ Protected method to handle a close event. - @param evt reference to the close event + @param _evt reference to the close event (unused) @type QCloseEvent """ self.on_cancelButton_clicked()
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py Mon Apr 22 18:23:20 2024 +0200 @@ -1718,7 +1718,7 @@ @rtype tuple of (int, str, list or int, int) """ if apply: - multilineStringLines, docStringLines = self.__multilineStringLines() + _multilineStringLines, docStringLines = self.__multilineStringLines() isDocString = line in docStringLines line -= 1 text = self.__source[line]
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/ast_unparse.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/ast_unparse.py Mon Apr 22 18:23:20 2024 +0200 @@ -42,7 +42,7 @@ def __enter__(self): return self.enter_result - def __exit__(self, *excinfo): + def __exit__(self, *_excinfo): pass # Large float and imaginary literals get turned into infinities in the AST.
--- a/src/eric7/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -623,11 +623,11 @@ else: self.__finish() - def closeEvent(self, evt): + def closeEvent(self, _evt): """ Protected method to handle a close event. - @param evt reference to the close event + @param _evt reference to the close event (unused) @type QCloseEvent """ self.__cancel()
--- a/src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyCheckSyntax.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyCheckSyntax.py Mon Apr 22 18:23:20 2024 +0200 @@ -275,7 +275,7 @@ for conflictMarkerRe in VcsConflictMarkerRegExpList: conflict = conflictMarkerRe.search(codestring) if conflict is not None: - start, i = conflict.span() + start, _i = conflict.span() lineindex = 1 + codestring.count("\n", 0, start) return [ {
--- a/src/eric7/Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -500,41 +500,41 @@ self.__okButton.setEnabled(setOn) @pyqtSlot(bool) - def on_qtHelpGroup_toggled(self, enabled): + def on_qtHelpGroup_toggled(self, _enabled): """ Private slot to toggle the generation of QtHelp files. - @param enabled flag indicating the state + @param _enabled flag indicating the state (unused) @type bool """ self.__checkQtHelpOptions() @pyqtSlot(str) - def on_qtHelpNamespaceEdit_textChanged(self, txt): + def on_qtHelpNamespaceEdit_textChanged(self, _txt): """ Private slot to check the namespace. - @param txt text of the line edit + @param _txt text of the line edit (unused) @type str """ self.__checkQtHelpOptions() @pyqtSlot(str) - def on_qtHelpFolderEdit_textChanged(self, txt): + def on_qtHelpFolderEdit_textChanged(self, _txt): """ Private slot to check the virtual folder. - @param txt text of the line edit + @param _txt text of the line edit (unused) @type str """ self.__checkQtHelpOptions() @pyqtSlot(str) - def on_qtHelpTitleEdit_textChanged(self, txt): + def on_qtHelpTitleEdit_textChanged(self, _txt): """ Private slot to check the title. - @param txt text of the line edit + @param _txt text of the line edit (unused) @type str """ self.__checkQtHelpOptions()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -70,11 +70,11 @@ self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(enabled) @pyqtSlot(str) - def on_fileEdit_textChanged(self, txt): + def on_fileEdit_textChanged(self, _txt): """ Private slot to handle changes of the file edit. - @param txt text of the edit + @param _txt text of the edit (unused) @type str """ self.__updateOK() @@ -99,61 +99,61 @@ self.fileEdit.setText(FileSystemUtilities.toNativeSeparators(fileName)) @pyqtSlot(bool) - def on_revButton_toggled(self, checked): + def on_revButton_toggled(self, _checked): """ Private slot to handle changes of the rev select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(str) - def on_revEdit_textChanged(self, txt): + def on_revEdit_textChanged(self, _txt): """ Private slot to handle changes of the rev edit. - @param txt text of the edit + @param _txt text of the edit (unused) @type str """ self.__updateOK() @pyqtSlot(bool) - def on_tagButton_toggled(self, checked): + def on_tagButton_toggled(self, _checked): """ Private slot to handle changes of the Tag select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(str) - def on_tagCombo_editTextChanged(self, txt): + def on_tagCombo_editTextChanged(self, _txt): """ Private slot to handle changes of the Tag combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__updateOK() @pyqtSlot(bool) - def on_branchButton_toggled(self, checked): + def on_branchButton_toggled(self, _checked): """ Private slot to handle changes of the Branch select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(str) - def on_branchCombo_editTextChanged(self, txt): + def on_branchCombo_editTextChanged(self, _txt): """ Private slot to handle changes of the Branch combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__updateOK()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -208,13 +208,13 @@ self.__getLogEntries() @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__processBuffer()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -42,11 +42,11 @@ self.okButton.setEnabled(enable) @pyqtSlot(str) - def on_badEdit_textChanged(self, txt): + def on_badEdit_textChanged(self, _txt): """ Private slot to handle a change of the bad commit. - @param txt bad commit entered + @param _txt bad commit entered (unused) @type str """ self.__updateOK()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitBlameDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitBlameDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -100,7 +100,7 @@ self.intercept = False self.activateWindow() - dname, fname = self.vcs.splitPath(fn) + dname, _fname = self.vcs.splitPath(fn) # find the root of the repo repodir = self.vcs.findRepoRoot(dname) @@ -174,13 +174,13 @@ self.__finish() @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__finish()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitBundleDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitBundleDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -52,61 +52,61 @@ self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(enabled) @pyqtSlot(bool) - def on_revisionsButton_toggled(self, checked): + def on_revisionsButton_toggled(self, _checked): """ Private slot to handle changes of the revisions select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(bool) - def on_tagButton_toggled(self, checked): + def on_tagButton_toggled(self, _checked): """ Private slot to handle changes of the Tag select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(bool) - def on_branchButton_toggled(self, checked): + def on_branchButton_toggled(self, _checked): """ Private slot to handle changes of the Branch select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(str) - def on_revisionsEdit_textChanged(self, txt): + def on_revisionsEdit_textChanged(self, _txt): """ Private slot to handle changes of the Revisions edit. - @param txt text of the line edit + @param _txt text of the line edit (unused) @type str """ self.__updateOK() @pyqtSlot(str) - def on_tagCombo_editTextChanged(self, txt): + def on_tagCombo_editTextChanged(self, _txt): """ Private slot to handle changes of the Tag combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__updateOK() @pyqtSlot(str) - def on_branchCombo_editTextChanged(self, txt): + def on_branchCombo_editTextChanged(self, _txt): """ Private slot to handle changes of the Branch combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__updateOK()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -54,11 +54,11 @@ ) @pyqtSlot(str) - def on_newUrlEdit_textChanged(self, txt): + def on_newUrlEdit_textChanged(self, _txt): """ Private slot handling changes of the entered URL. - @param txt current text + @param _txt current text (unused) @type str """ self.__updateOK()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitCommandDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitCommandDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -60,11 +60,11 @@ self.resize(max(self.width(), msh.width()), msh.height()) @pyqtSlot(str) - def on_commandCombo_editTextChanged(self, text): + def on_commandCombo_editTextChanged(self, _text): """ Private method used to enable/disable the OK-button. - @param text text of the combobox + @param _text text of the combobox (unused) @type str """ self.okButton.setDisabled(self.commandCombo.currentText() == "")
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitCommitDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitCommitDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -55,11 +55,11 @@ self.amendCheckBox.setChecked(amend) self.stagedCheckBox.setChecked(not commitAll) - def showEvent(self, evt): + def showEvent(self, _evt): """ Protected method called when the dialog is about to be shown. - @param evt the event + @param _evt the event (unused) @type QShowEvent """ commitMessages = self.__vcs.vcsCommitMessages()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitDescribeDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitDescribeDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -94,7 +94,7 @@ self.__commits = commits[:] self.__tagInfoLines = [] - dname, fname = self.vcs.splitPath(path) + dname, _fname = self.vcs.splitPath(path) # find the root of the repo self.repodir = self.vcs.findRepoRoot(dname) @@ -169,13 +169,13 @@ self.__finish() @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ if self.__tagInfoLines:
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitDiffGenerator.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitDiffGenerator.py Mon Apr 22 18:23:20 2024 +0200 @@ -128,17 +128,17 @@ args.append("--") if isinstance(fn, list): - dname, fnames = self.vcs.splitPathList(fn) + dname, _fnames = self.vcs.splitPathList(fn) self.vcs.addArguments(args, fn) if args2: self.vcs.addArguments(args2, fn) else: - dname, fname = self.vcs.splitPath(fn) + dname, _fname = self.vcs.splitPath(fn) args.append(fn) if args2: args2.append(fn) elif diffMode == "stash": - dname, fname = self.vcs.splitPath(fn) + dname, _fname = self.vcs.splitPath(fn) args = self.vcs.initCommand("stash") args.append("show") args.append("--patch") @@ -168,13 +168,13 @@ return True @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ if ( @@ -205,7 +205,7 @@ output widget @type bool """ - prefix, filenames = line.split(" a/", 1) + _prefix, filenames = line.split(" a/", 1) oldFile, newFile = filenames.split(" b/", 1) if isTopDiff: self.__fileSeparators.append(
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -945,13 +945,13 @@ self.__getLogEntries(noEntries=noEntries) @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__processBuffer() @@ -1808,11 +1808,11 @@ self.__findItem(self.__findBackwards, interactive=True) @pyqtSlot(bool) - def on_stopCheckBox_clicked(self, checked): + def on_stopCheckBox_clicked(self, _checked): """ Private slot called, when the stop on copy/move checkbox is clicked. - @param checked flag indicating the state of the check box + @param _checked flag indicating the state of the check box (unused) @type bool """ self.vcs.getPlugin().setPreferences(
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitMergeDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitMergeDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -108,109 +108,109 @@ self.commitMessageEdit.clear() @pyqtSlot(bool) - def on_idButton_toggled(self, checked): + def on_idButton_toggled(self, _checked): """ Private slot to handle changes of the ID select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__generateDefaultCommitMessage() self.__updateOK() @pyqtSlot(bool) - def on_tagButton_toggled(self, checked): + def on_tagButton_toggled(self, _checked): """ Private slot to handle changes of the Tag select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__generateDefaultCommitMessage() self.__updateOK() @pyqtSlot(bool) - def on_branchButton_toggled(self, checked): + def on_branchButton_toggled(self, _checked): """ Private slot to handle changes of the Branch select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__generateDefaultCommitMessage() self.__updateOK() @pyqtSlot(bool) - def on_remoteBranchButton_toggled(self, checked): + def on_remoteBranchButton_toggled(self, _checked): """ Private slot to handle changes of the Remote Branch select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__generateDefaultCommitMessage() self.__updateOK() @pyqtSlot(bool) - def on_noneButton_toggled(self, checked): + def on_noneButton_toggled(self, _checked): """ Private slot to handle changes of the None select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__generateDefaultCommitMessage() @pyqtSlot(str) - def on_idEdit_textChanged(self, txt): + def on_idEdit_textChanged(self, _txt): """ Private slot to handle changes of the Commit edit. - @param txt text of the edit + @param _txt text of the edit (unused) @type str """ self.__generateDefaultCommitMessage() self.__updateOK() @pyqtSlot(str) - def on_tagCombo_editTextChanged(self, txt): + def on_tagCombo_editTextChanged(self, _txt): """ Private slot to handle changes of the Tag combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__generateDefaultCommitMessage() self.__updateOK() @pyqtSlot(str) - def on_branchCombo_editTextChanged(self, txt): + def on_branchCombo_editTextChanged(self, _txt): """ Private slot to handle changes of the Branch combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__generateDefaultCommitMessage() self.__updateOK() @pyqtSlot(str) - def on_remoteBranchCombo_editTextChanged(self, txt): + def on_remoteBranchCombo_editTextChanged(self, _txt): """ Private slot to handle changes of the Remote Branch combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__generateDefaultCommitMessage() self.__updateOK() @pyqtSlot(bool) - def on_commitGroupBox_toggled(self, checked): + def on_commitGroupBox_toggled(self, _checked): """ Private slot to handle changes of the Commit select group. - @param checked state of the group + @param _checked state of the group (unused) @type bool """ self.__generateDefaultCommitMessage()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitOptionsDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitOptionsDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -19,14 +19,10 @@ repository. """ - def __init__(self, vcs, project, parent=None): + def __init__(self, parent=None): """ Constructor - @param vcs reference to the version control object - @type Git - @param project reference to the project object - @type Project @param parent parent widget @type QWidget """
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -241,13 +241,13 @@ self.__getReflogEntries() @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__processBuffer()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -218,13 +218,13 @@ self.on_refreshButton_clicked() @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__finish()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -87,81 +87,81 @@ self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(enabled) @pyqtSlot(bool) - def on_revButton_toggled(self, checked): + def on_revButton_toggled(self, _checked): """ Private slot to handle changes of the rev select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(bool) - def on_tagButton_toggled(self, checked): + def on_tagButton_toggled(self, _checked): """ Private slot to handle changes of the Tag select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(bool) - def on_branchButton_toggled(self, checked): + def on_branchButton_toggled(self, _checked): """ Private slot to handle changes of the Branch select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(bool) - def on_remoteBranchButton_toggled(self, checked): + def on_remoteBranchButton_toggled(self, _checked): """ Private slot to handle changes of the Remote Branch select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(str) - def on_revEdit_textChanged(self, txt): + def on_revEdit_textChanged(self, _txt): """ Private slot to handle changes of the rev edit. - @param txt text of the edit + @param _txt text of the edit (unused) @type str """ self.__updateOK() @pyqtSlot(str) - def on_tagCombo_editTextChanged(self, txt): + def on_tagCombo_editTextChanged(self, _txt): """ Private slot to handle changes of the Tag combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__updateOK() @pyqtSlot(str) - def on_branchCombo_editTextChanged(self, txt): + def on_branchCombo_editTextChanged(self, _txt): """ Private slot to handle changes of the Branch combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__updateOK() @pyqtSlot(str) - def on_remoteBranchCombo_editTextChanged(self, txt): + def on_remoteBranchCombo_editTextChanged(self, _txt): """ Private slot to handle changes of the Remote Branch combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__updateOK()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -65,121 +65,121 @@ self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(enabled) @pyqtSlot(bool) - def on_rev1Button_toggled(self, checked): + def on_rev1Button_toggled(self, _checked): """ Private slot to handle changes of the rev1 select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(bool) - def on_rev2Button_toggled(self, checked): + def on_rev2Button_toggled(self, _checked): """ Private slot to handle changes of the rev2 select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(bool) - def on_tag1Button_toggled(self, checked): + def on_tag1Button_toggled(self, _checked): """ Private slot to handle changes of the Tag1 select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(bool) - def on_tag2Button_toggled(self, checked): + def on_tag2Button_toggled(self, _checked): """ Private slot to handle changes of the Tag2 select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(bool) - def on_branch1Button_toggled(self, checked): + def on_branch1Button_toggled(self, _checked): """ Private slot to handle changes of the Branch1 select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(bool) - def on_branch2Button_toggled(self, checked): + def on_branch2Button_toggled(self, _checked): """ Private slot to handle changes of the Branch2 select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(str) - def on_rev1Edit_textChanged(self, txt): + def on_rev1Edit_textChanged(self, _txt): """ Private slot to handle changes of the rev1 edit. - @param txt text of the edit + @param _txt text of the edit (unused) @type str """ self.__updateOK() @pyqtSlot(str) - def on_rev2Edit_textChanged(self, txt): + def on_rev2Edit_textChanged(self, _txt): """ Private slot to handle changes of the rev2 edit. - @param txt text of the edit + @param _txt text of the edit (unused) @type str """ self.__updateOK() @pyqtSlot(str) - def on_tag1Combo_editTextChanged(self, txt): + def on_tag1Combo_editTextChanged(self, _txt): """ Private slot to handle changes of the Tag1 combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__updateOK() @pyqtSlot(str) - def on_tag2Combo_editTextChanged(self, txt): + def on_tag2Combo_editTextChanged(self, _txt): """ Private slot to handle changes of the Tag2 combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__updateOK() @pyqtSlot(str) - def on_branch1Combo_editTextChanged(self, txt): + def on_branch1Combo_editTextChanged(self, _txt): """ Private slot to handle changes of the Branch1 combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__updateOK() @pyqtSlot(str) - def on_branch2Combo_editTextChanged(self, txt): + def on_branch2Combo_editTextChanged(self, _txt): """ Private slot to handle changes of the Branch2 combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__updateOK()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -223,13 +223,13 @@ self.__getStashEntries() @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__processBuffer() @@ -314,13 +314,13 @@ self.on_refreshButton_clicked() @pyqtSlot(QTreeWidgetItem, QTreeWidgetItem) - def on_stashList_currentItemChanged(self, current, previous): + def on_stashList_currentItemChanged(self, current, _previous): """ Private slot called, when the current item of the stash list changes. @param current reference to the new current item @type QTreeWidgetItem - @param previous reference to the old current item + @param _previous reference to the old current item (unused) @type QTreeWidgetItem """ self.statisticsList.clear()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitStatusDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitStatusDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -405,10 +405,10 @@ args.append("--porcelain") args.append("--") if isinstance(fn, list): - self.dname, fnames = self.vcs.splitPathList(fn) + self.dname, _fnames = self.vcs.splitPathList(fn) self.vcs.addArguments(args, fn) else: - self.dname, fname = self.vcs.splitPath(fn) + self.dname, _fname = self.vcs.splitPath(fn) args.append(fn) # find the root of the repo @@ -493,13 +493,13 @@ self.on_refreshButton_clicked() @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__finish()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -45,11 +45,11 @@ self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(enable) @pyqtSlot(bool) - def on_allCheckBox_toggled(self, checked): + def on_allCheckBox_toggled(self, _checked): """ Private slot to react on changes of the all checkbox. - @param checked state of the checkbox + @param _checked state of the checkbox (unused) @type bool """ self.__updateOK()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -172,21 +172,21 @@ self.start(self.__repodir) @pyqtSlot(bool) - def on_indexCheckBox_toggled(self, checked): + def on_indexCheckBox_toggled(self, _checked): """ Private slot handling a change of the index check box. - @param checked check state of the check box + @param _checked check state of the check box (unused) @type bool """ self.on_refreshButton_clicked() @pyqtSlot(bool) - def on_recursiveCheckBox_toggled(self, checked): + def on_recursiveCheckBox_toggled(self, _checked): """ Private slot handling a change of the recursive check box. - @param checked check state of the check box + @param _checked check state of the check box (unused) @type bool """ self.on_refreshButton_clicked()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -110,7 +110,7 @@ ) self.activateWindow() - dname, fname = self.vcs.splitPath(path) + dname, _fname = self.vcs.splitPath(path) # find the root of the repo self.repodir = self.vcs.findRepoRoot(dname) @@ -191,13 +191,13 @@ self.__finish() @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__finish()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -17,12 +17,10 @@ Class implementing a dialog to enter some user data. """ - def __init__(self, version=(0, 0), parent=None): + def __init__(self, parent=None): """ Constructor - @param version Git version info - @type tuple of (int, int) @param parent reference to the parent widget @type QWidget """
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -69,71 +69,71 @@ self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(enable) @pyqtSlot(str) - def on_worktreePathPicker_textChanged(self, worktree): + def on_worktreePathPicker_textChanged(self, _worktree): """ Private slot handling a change of the worktree path. - @param worktree entered worktree path + @param _worktree entered worktree path (unused) @type str """ self.__updateOK() @pyqtSlot(bool) - def on_revButton_toggled(self, checked): + def on_revButton_toggled(self, _checked): """ Private slot to handle changes of the rev select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(str) - def on_revEdit_textChanged(self, txt): + def on_revEdit_textChanged(self, _txt): """ Private slot to handle changes of the rev edit. - @param txt text of the edit + @param _txt text of the edit (unused) @type str """ self.__updateOK() @pyqtSlot(bool) - def on_tagButton_toggled(self, checked): + def on_tagButton_toggled(self, _checked): """ Private slot to handle changes of the Tag select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(str) - def on_tagCombo_editTextChanged(self, txt): + def on_tagCombo_editTextChanged(self, _txt): """ Private slot to handle changes of the Tag combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__updateOK() @pyqtSlot(bool) - def on_branchButton_toggled(self, checked): + def on_branchButton_toggled(self, _checked): """ Private slot to handle changes of the Branch select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(str) - def on_branchCombo_editTextChanged(self, txt): + def on_branchCombo_editTextChanged(self, _txt): """ Private slot to handle changes of the Branch combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__updateOK()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -356,13 +356,13 @@ self.start(self.__projectDir) @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__finish()
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/git.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/git.py Mon Apr 22 18:23:20 2024 +0200 @@ -222,7 +222,7 @@ return False, errMsg - def vcsInit(self, vcsDir, noDialog=False): # noqa: U100 + def vcsInit(self, _vcsDir, noDialog=False): # noqa: U100 """ Public method used to initialize the Git repository. @@ -230,7 +230,7 @@ Git controlled project. Therefore we always return TRUE without doing anything. - @param vcsDir name of the VCS directory (unused) + @param _vcsDir name of the VCS directory (unused) @type str @param noDialog flag indicating quiet operations (unused) @type bool @@ -1306,7 +1306,7 @@ """ from .GitOptionsDialog import GitOptionsDialog - return GitOptionsDialog(self, project, parent) + return GitOptionsDialog(parent) def vcsNewProjectOptionsDialog(self, parent=None): """
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/HgCloseHeadSelectionDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/HgCloseHeadSelectionDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -60,7 +60,7 @@ output = "" client = vcs.getClient() - output, error = client.runcommand(args) + output, _error = client.runcommand(args) heads = [] if output:
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -203,21 +203,21 @@ self.vcs.getExtensionObject("gpg").hgGpgVerifySignatures(rev) @pyqtSlot(int) - def on_categoryCombo_activated(self, index): + def on_categoryCombo_activated(self, _index): """ Private slot called, when a new filter category is selected. - @param index index of the selected entry + @param _index index of the selected entry (unused) @type int """ self.__filterSignatures() @pyqtSlot(str) - def on_rxEdit_textChanged(self, txt): + def on_rxEdit_textChanged(self, _txt): """ Private slot called, when a filter expression is entered. - @param txt filter expression + @param _txt filter expression (unused) @type str """ self.__filterSignatures()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -61,21 +61,21 @@ self.__ok.setEnabled(path != "" and not os.path.isabs(path) and url != "") @pyqtSlot(str) - def on_pathPicker_textChanged(self, p0): + def on_pathPicker_textChanged(self, _txt): """ Private slot to handle the update of the path. - @param p0 text of the path edit + @param _txt text of the path edit (unused) @type str """ self.__updateOk() @pyqtSlot(str) - def on_urlEdit_textChanged(self, p0): + def on_urlEdit_textChanged(self, _txt): """ Private slot to handle the update of the URL. - @param p0 text of the URL edit + @param _txt text of the URL edit (unused) @type str """ self.__updateOk()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -214,7 +214,7 @@ @type str """ match = self.__annotateRe.match(line) - author, rev, changeset, date, file, marker, text = match.groups() + author, rev, changeset, date, _file, marker, text = match.groups() if marker == ":": marker = "" self.__generateItem(
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -46,21 +46,21 @@ ) @pyqtSlot(str) - def on_nameEdit_textChanged(self, txt): + def on_nameEdit_textChanged(self, _txt): """ Private slot to handle changes of the bookmark name. - @param txt text of the edit + @param _txt text of the edit (unused) @type str """ self.__updateUI() @pyqtSlot(str) - def on_bookmarkCombo_editTextChanged(self, txt): + def on_bookmarkCombo_editTextChanged(self, _txt): """ Private slot to handle changes of the selected bookmark. - @param txt name of the selected bookmark + @param _txt name of the selected bookmark (unused) @type str """ self.__updateUI()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -71,41 +71,41 @@ self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(enabled) @pyqtSlot(bool) - def on_multipleButton_toggled(self, checked): + def on_multipleButton_toggled(self, _checked): """ Private slot to handle changes of the Multiple select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(bool) - def on_tagButton_toggled(self, checked): + def on_tagButton_toggled(self, _checked): """ Private slot to handle changes of the Tag select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(bool) - def on_branchButton_toggled(self, checked): + def on_branchButton_toggled(self, _checked): """ Private slot to handle changes of the Branch select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @pyqtSlot(bool) - def on_bookmarkButton_toggled(self, checked): + def on_bookmarkButton_toggled(self, _checked): """ Private slot to handle changes of the Bookmark select button. - @param checked state of the button + @param _checked state of the button (unused) @type bool """ self.__updateOK() @@ -118,31 +118,31 @@ self.__updateOK() @pyqtSlot(str) - def on_tagCombo_editTextChanged(self, txt): + def on_tagCombo_editTextChanged(self, _txt): """ Private slot to handle changes of the Tag combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__updateOK() @pyqtSlot(str) - def on_branchCombo_editTextChanged(self, txt): + def on_branchCombo_editTextChanged(self, _txt): """ Private slot to handle changes of the Branch combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__updateOK() @pyqtSlot(str) - def on_bookmarkCombo_editTextChanged(self, txt): + def on_bookmarkCombo_editTextChanged(self, _txt): """ Private slot to handle changes of the Bookmark combo. - @param txt text of the combo + @param _txt text of the combo (unused) @type str """ self.__updateOK()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgClient.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgClient.py Mon Apr 22 18:23:20 2024 +0200 @@ -176,13 +176,13 @@ return True, "" @pyqtSlot(int, QProcess.ExitStatus) - def __serverFinished(self, exitCode, exitStatus): + def __serverFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__started = False
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -60,11 +60,11 @@ self.resize(max(self.width(), msh.width()), msh.height()) @pyqtSlot(str) - def on_commandCombo_editTextChanged(self, text): + def on_commandCombo_editTextChanged(self, _text): """ Private method used to enable/disable the OK-button. - @param text ignored + @param _text text of the command edit (unused) @type str """ self.okButton.setDisabled(self.commandCombo.currentText() == "")
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -58,11 +58,11 @@ else: self.subrepoCheckBox.setVisible(vcs.hasSubrepositories()) - def showEvent(self, evt): + def showEvent(self, _evt): """ Protected method called when the dialog is about to be shown. - @param evt the event + @param _evt reference to the event object (unused) @type QShowEvent """ commitMessages = self.__vcs.vcsCommitMessages()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -223,13 +223,13 @@ self.start() @pyqtSlot(QTreeWidgetItem, int) - def on_conflictsList_itemDoubleClicked(self, item, column): + def on_conflictsList_itemDoubleClicked(self, _item, _column): """ Private slot to open the double clicked entry. - @param item reference to the double clicked item + @param _item reference to the double clicked item (unused) @type QTreeWidgetItem - @param column column that was double clicked + @param _column column that was double clicked (unused) @type int """ self.on_editButton_clicked()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -24,7 +24,7 @@ which causes a synchronized execution of the process. """ - def __init__(self, text, hg=None, useClient=True, parent=None): + def __init__(self, text, hg=None, parent=None): """ Constructor @@ -32,9 +32,6 @@ @type str @param hg reference to the Mercurial interface object @type Hg - @param useClient flag indicating to use the command server client - if possible - @type bool @param parent parent widget @type QWidget """
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgExportDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgExportDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -68,21 +68,21 @@ self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(enabled) @pyqtSlot(str) - def on_directoryPicker_textChanged(self, txt): + def on_directoryPicker_textChanged(self, _txt): """ Private slot to react on changes of the export directory edit. - @param txt contents of the line edit + @param _txt contents of the line edit (unused) @type str """ self.__updateOK() @pyqtSlot(str) - def on_patternEdit_textChanged(self, txt): + def on_patternEdit_textChanged(self, _txt): """ Private slot to react on changes of the export file name pattern edit. - @param txt contents of the line edit + @param _txt contents of the line edit (unused) @type str """ self.__updateOK()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -61,31 +61,31 @@ self.__updateOk() @pyqtSlot(bool) - def on_userGroup_toggled(self, checked): + def on_userGroup_toggled(self, _checked): """ Private slot to handle changes of the user group state. - @param checked flag giving the checked state + @param _checked flag giving the checked state (unused) @type bool """ self.__updateOk() @pyqtSlot(bool) - def on_currentUserCheckBox_toggled(self, checked): + def on_currentUserCheckBox_toggled(self, _checked): """ Private slot to handle changes of the current user state. - @param checked flag giving the checked state + @param _checked flag giving the checked state (unused) @type bool """ self.__updateOk() @pyqtSlot(str) - def on_userEdit_textChanged(self, txt): + def on_userEdit_textChanged(self, _txt): """ Private slot to handle changes of the user name. - @param txt text of the edit + @param _txt text of the edit (unused) @type str """ self.__updateOk()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgImportDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgImportDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -61,11 +61,11 @@ self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(enabled) @pyqtSlot(str) - def on_patchFilePicker_textChanged(self, txt): + def on_patchFilePicker_textChanged(self, _txt): """ Private slot to react on changes of the patch file edit. - @param txt contents of the line edit + @param _txt contents of the line edit (unused) @type str """ self.__updateOK()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -2103,11 +2103,11 @@ return fieldIndex, searchRx, indexIsRole @pyqtSlot(bool) - def on_stopCheckBox_clicked(self, checked): + def on_stopCheckBox_clicked(self, _checked): """ Private slot called, when the stop on copy/move checkbox is clicked. - @param checked flag indicating the state of the check box + @param _checked flag indicating the state of the check box (unused) @type bool """ self.vcs.getPlugin().setPreferences(
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -19,14 +19,10 @@ repository. """ - def __init__(self, vcs, project, parent=None): + def __init__(self, parent=None): """ Constructor - @param vcs reference to the version control object - @type Hg - @param project reference to the project object - @type Project @param parent parent widget @type QWidget """
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -53,11 +53,11 @@ self.__updateOk() @pyqtSlot(int) - def on_phaseCombo_activated(self, index): + def on_phaseCombo_activated(self, _index): """ Private slot to react upon changes of the phase. - @param index index of the selected entry + @param _index index of the selected entry (unused) @type int """ self.__updateOk()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -198,23 +198,23 @@ ui = ericApp().getObject("UserInterface") ui.launchHelpViewer("http://localhost:{0}".format(self.__portSpin.value())) - def closeEvent(self, e): + def closeEvent(self, _evt): """ Protected slot implementing a close event handler. - @param e close event + @param _evt reference to the close event object (unused) @type QCloseEvent """ self.__stopServer() @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__stopServer()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -490,13 +490,13 @@ return hostFingerprints @pyqtSlot(QTreeWidgetItem, QTreeWidgetItem) - def on_fingerprintsList_currentItemChanged(self, current, previous): + def on_fingerprintsList_currentItemChanged(self, _current, _previous): """ Private slot handling a change of the current fingerprints item. - @param current reference to the current item + @param _current reference to the current item (unused) @type QTreeWidgetItem - @param previous reference to the previous current item + @param _previous reference to the previous current item (unused) @type QTreeWidgetItem """ self.__updateFingerprintsButtons() @@ -602,13 +602,13 @@ return minimumProtocols @pyqtSlot(QTreeWidgetItem, QTreeWidgetItem) - def on_protocolsList_currentItemChanged(self, current, previous): + def on_protocolsList_currentItemChanged(self, _current, _previous): """ Private slot handling a change of the current minimum protocol item. - @param current reference to the current item + @param _current reference to the current item (unused) @type QTreeWidgetItem - @param previous reference to the previous current item + @param _previous reference to the previous current item (unused) @type QTreeWidgetItem """ self.__updateProtocolsButtons()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostMinimumProtocolDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostMinimumProtocolDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -67,11 +67,11 @@ self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(enabled) @pyqtSlot(str) - def on_hostEdit_textChanged(self, txt): + def on_hostEdit_textChanged(self, _txt): """ Private slot to handle changes of the host edit. - @param txt current text + @param _txt current text (unused) @type str """ self.__updateOkButton()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py Mon Apr 22 18:23:20 2024 +0200 @@ -192,13 +192,13 @@ ) @pyqtSlot(QTreeWidgetItem, QTreeWidgetItem) - def on_planTreeWidget_currentItemChanged(self, current, previous): + def on_planTreeWidget_currentItemChanged(self, _current, _previous): """ Private slot handling the change of the current edit plan item. - @param current reference to the current edit plan item + @param _current reference to the current edit plan item (unused) @type QTreeWidgetItem - @param previous reference to the previous current edit plan item + @param _previous reference to the previous current edit plan item (unused) @type QTreeWidgetItem """ self.__updateButtons()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py Mon Apr 22 18:23:20 2024 +0200 @@ -72,9 +72,7 @@ args.append("--rev") args.append(rev) - dia = HgDialog( - self.tr("Starting histedit session"), self.vcs, useClient=False - ) + dia = HgDialog(self.tr("Starting histedit session"), self.vcs) res = dia.startProcess(args) if res: dia.exec() @@ -101,7 +99,7 @@ ] ) - dia = HgDialog(self.tr("Continue histedit session"), self.vcs, useClient=False) + dia = HgDialog(self.tr("Continue histedit session"), self.vcs) res = dia.startProcess(args) if res: dia.exec() @@ -128,7 +126,7 @@ ] ) - dia = HgDialog(self.tr("Abort histedit session"), self.vcs, useClient=False) + dia = HgDialog(self.tr("Abort histedit session"), self.vcs) res = dia.startProcess(args) if res: dia.exec() @@ -156,7 +154,7 @@ ] ) - dia = HgDialog(self.tr("Edit Plan"), self.vcs, useClient=False) + dia = HgDialog(self.tr("Edit Plan"), self.vcs) res = dia.startProcess(args) if res: dia.exec()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py Mon Apr 22 18:23:20 2024 +0200 @@ -56,7 +56,7 @@ args.append("--all") client = self.vcs.getClient() - out, err = client.runcommand(args) + out, _err = client.runcommand(args) if out: purgeEntries = out.strip().split()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -117,26 +117,26 @@ self.selectedPatches.setCurrentItem(itm) @pyqtSlot(QTreeWidgetItem, QTreeWidgetItem) - def on_sourcePatches_currentItemChanged(self, current, previous): + def on_sourcePatches_currentItemChanged(self, current, _previous): """ Private slot to react on changes of the current item of source patches. @param current reference to the new current item @type QTreeWidgetItem - @param previous reference to the previous current item + @param _previous reference to the previous current item (unused) @type QTreeWidgetItem """ self.addButton.setEnabled(current is not None) @pyqtSlot(QTreeWidgetItem, QTreeWidgetItem) - def on_selectedPatches_currentItemChanged(self, current, previous): + def on_selectedPatches_currentItemChanged(self, current, _previous): """ Private slot to react on changes of the current item of selected patches. @param current reference to the new current item @type QTreeWidgetItem - @param previous reference to the previous current item + @param _previous reference to the previous current item (unused) @type QTreeWidgetItem """ self.removeButton.setEnabled(current is not None)
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -82,11 +82,11 @@ self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(enable) @pyqtSlot(str) - def on_nameEdit_textChanged(self, txt): + def on_nameEdit_textChanged(self, _txt): """ Private slot to handle changes of the patch name. - @param txt text of the edit + @param _txt text of the edit (unused) @type str """ self.__updateUI() @@ -99,31 +99,31 @@ self.__updateUI() @pyqtSlot(bool) - def on_userGroup_toggled(self, checked): + def on_userGroup_toggled(self, _checked): """ Private slot to handle changes of the user group state. - @param checked flag giving the checked state + @param _checked flag giving the checked state (unused) @type bool """ self.__updateUI() @pyqtSlot(bool) - def on_currentUserCheckBox_toggled(self, checked): + def on_currentUserCheckBox_toggled(self, _checked): """ Private slot to handle changes of the currentuser state. - @param checked flag giving the checked state + @param _checked flag giving the checked state (unused) @type bool """ self.__updateUI() @pyqtSlot(str) - def on_userEdit_textChanged(self, txt): + def on_userEdit_textChanged(self, _txt): """ Private slot to handle changes of the user name. - @param txt text of the edit + @param _txt text of the edit (unused) @type str """ self.__updateUI()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -51,31 +51,31 @@ self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(enable) @pyqtSlot(str) - def on_nameEdit_textChanged(self, txt): + def on_nameEdit_textChanged(self, _txt): """ Private slot to handle changes of the new name. - @param txt text of the edit + @param _txt text of the edit (unused) @type str """ self.__updateUI() @pyqtSlot(bool) - def on_namedButton_toggled(self, checked): + def on_namedButton_toggled(self, _checked): """ Private slot to handle changes of the selection method. - @param checked state of the check box + @param _checked state of the check box (unused) @type bool """ self.__updateUI() @pyqtSlot(int) - def on_nameCombo_currentIndexChanged(self, index): + def on_nameCombo_currentIndexChanged(self, _index): """ Private slot to handle changes of the selected patch name. - @param index current index + @param _index current index (unused) @type int """ self.__updateUI()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -268,13 +268,13 @@ self.on_refreshButton_clicked() @pyqtSlot(QTreeWidgetItem, QTreeWidgetItem) - def on_shelveList_currentItemChanged(self, current, previous): + def on_shelveList_currentItemChanged(self, current, _previous): """ Private slot called, when the current item of the shelve list changes. @param current reference to the new current item @type QTreeWidgetItem - @param previous reference to the old current item + @param _previous reference to the old current item (unused) @type QTreeWidgetItem """ self.statisticsList.clear()
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/hg.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/hg.py Mon Apr 22 18:23:20 2024 +0200 @@ -264,7 +264,7 @@ self.__getExtensionsInfo() return hgExists, errMsg - def vcsInit(self, vcsDir, noDialog=False): # noqa: U100 + def vcsInit(self, _vcsDir, noDialog=False): # noqa: U100 """ Public method used to initialize the mercurial repository. @@ -272,7 +272,7 @@ Mercurial controlled project. Therefore we always return TRUE without doing anything. - @param vcsDir name of the VCS directory (unused) + @param _vcsDir name of the VCS directory (unused) @type str @param noDialog flag indicating quiet operations (unused) @type bool @@ -389,7 +389,7 @@ args.append(projectDir) if noDialog: - out, err = self.__client.runcommand(args) + _out, err = self.__client.runcommand(args) return err == "" else: dia = HgDialog(self.tr("Cloning project from a Mercurial repository"), self) @@ -655,7 +655,7 @@ args.append(revision) if noDialog: - out, err = self.__client.runcommand(args) + _out, err = self.__client.runcommand(args) res = False else: dia = HgDialog(self.tr("Synchronizing with the Mercurial repository"), self) @@ -686,7 +686,7 @@ args.append(name) if noDialog: - out, err = self.__client.runcommand(args) + _out, err = self.__client.runcommand(args) else: dia = HgDialog( self.tr("Adding files/directories to the Mercurial repository"), self @@ -744,7 +744,7 @@ args.append(name) if noDialog: - out, err = self.__client.runcommand(args) + _out, err = self.__client.runcommand(args) res = err == "" else: dia = HgDialog( @@ -798,7 +798,7 @@ args.append(target) if noDialog: - out, err = self.__client.runcommand(args) + _out, err = self.__client.runcommand(args) res = err == "" else: dia = HgDialog(self.tr("Renaming {0}").format(name), self) @@ -1301,7 +1301,7 @@ """ from .HgOptionsDialog import HgOptionsDialog - return HgOptionsDialog(self, project, parent) + return HgOptionsDialog(parent) def vcsNewProjectOptionsDialog(self, parent=None): """
--- a/src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -53,13 +53,13 @@ ) @pyqtSlot(QListWidgetItem, QListWidgetItem) - def on_changeLists_currentItemChanged(self, current, previous): + def on_changeLists_currentItemChanged(self, current, _previous): """ Private slot to handle the selection of a new item. @param current current item @type QListWidgetItem - @param previous previous current item + @param _previous previous current item (unused) @type QListWidgetItem """ self.filesList.clear()
--- a/src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -69,11 +69,11 @@ self.resize(max(self.width(), msh.width()), msh.height()) @pyqtSlot(str) - def on_commandCombo_editTextChanged(self, text): + def on_commandCombo_editTextChanged(self, _text): """ Private method used to enable/disable the OK-button. - @param text text of the command combobox + @param _text text of the command combobox (unused) @type str """ self.okButton.setDisabled(self.commandCombo.currentText() == "")
--- a/src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -52,11 +52,11 @@ else: self.changeLists.addItems(sorted(vcs.svnGetChangelists())) - def showEvent(self, evt): + def showEvent(self, _evt): """ Protected method called when the dialog is about to be shown. - @param evt the event + @param _evt reference to the event object (unused) @type QShowEvent """ commitMessages = self.__vcs.vcsCommitMessages()
--- a/src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -539,41 +539,41 @@ EricMessageBox.critical(self, self.tr("Subversion Error"), msg) @pyqtSlot(QDate) - def on_fromDate_dateChanged(self, date): + def on_fromDate_dateChanged(self, _date): """ Private slot called, when the from date changes. - @param date new date + @param _date new date (unused) @type QDate """ self.__filterLogs() @pyqtSlot(QDate) - def on_toDate_dateChanged(self, date): + def on_toDate_dateChanged(self, _date): """ Private slot called, when the from date changes. - @param date new date + @param _date new date (unused) @type QDate """ self.__filterLogs() @pyqtSlot(int) - def on_fieldCombo_activated(self, index): + def on_fieldCombo_activated(self, _index): """ Private slot called, when a new filter field is selected. - @param index index of the selected entry + @param _index index of the selected entry (unused) @type int """ self.__filterLogs() @pyqtSlot(str) - def on_rxEdit_textChanged(self, txt): + def on_rxEdit_textChanged(self, _txt): """ Private slot called, when a filter expression is entered. - @param txt filter expression + @param _txt filter expression (unused) @type str """ self.__filterLogs() @@ -618,11 +618,11 @@ self.filesTree.clear() @pyqtSlot(bool) - def on_stopCheckBox_clicked(self, checked): + def on_stopCheckBox_clicked(self, _checked): """ Private slot called, when the stop on copy/move checkbox is clicked. - @param checked flag indicating the check box state + @param _checked flag indicating the check box state (unused) @type bool """ self.vcs.getPlugin().setPreferences(
--- a/src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -76,21 +76,21 @@ ) @pyqtSlot(str) - def on_tag1Combo_editTextChanged(self, text): + def on_tag1Combo_editTextChanged(self, _text): """ Private slot to handle the tag1Combo editTextChanged signal. - @param text text of the combo + @param _text text of the combo (unused) @type str """ self.__enableOkButton() @pyqtSlot(str) - def on_tag2Combo_editTextChanged(self, text): + def on_tag2Combo_editTextChanged(self, _text): """ Private slot to handle the tag2Combo editTextChanged signal. - @param text text of the combo + @param _text text of the combo (unused) @type str """ self.__enableOkButton()
--- a/src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -585,11 +585,11 @@ topItem.setHidden(topItem.text(self.__statusColumn) != txt) @pyqtSlot(QTreeWidgetItem, int) - def on_statusList_itemChanged(self, item, column): + def on_statusList_itemChanged(self, _item, column): """ Private slot to act upon item changes. - @param item reference to the changed item + @param _item reference to the changed item (unused) @type QTreeWidgetItem @param column index of column that changed @type int
--- a/src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -86,7 +86,7 @@ self.activateWindow() QApplication.processEvents() - dname, fname = self.vcs.splitPath(path) + dname, _fname = self.vcs.splitPath(path) reposURL = self.vcs.svnGetReposName(dname) if reposURL is None:
--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -155,13 +155,13 @@ self.__finish() @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__finish()
--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -59,13 +59,13 @@ # changelist name, quote, : @pyqtSlot(QListWidgetItem, QListWidgetItem) - def on_changeLists_currentItemChanged(self, current, previous): + def on_changeLists_currentItemChanged(self, current, _previous): """ Private slot to handle the selection of a new item. @param current current item @type QListWidgetItem - @param previous previous current item + @param _previous previous current item (unused) @type QListWidgetItem """ self.filesList.clear() @@ -169,13 +169,13 @@ self.__finish() @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__finish()
--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -69,11 +69,11 @@ self.resize(max(self.width(), msh.width()), msh.height()) @pyqtSlot(str) - def on_commandCombo_editTextChanged(self, text): + def on_commandCombo_editTextChanged(self, _text): """ Private method used to enable/disable the OK-button. - @param text text of the command combobox + @param _text text of the command combobox (unused) @type str """ self.okButton.setDisabled(self.commandCombo.currentText() == "")
--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -50,11 +50,11 @@ else: self.changeLists.addItems(sorted(vcs.svnGetChangelists())) - def showEvent(self, evt): + def showEvent(self, _evt): """ Protected method called when the dialog is about to be shown. - @param evt the event + @param _evt reference to the event object (unused) @type QShowEvent """ commitMessages = self.__vcs.vcsCommitMessages()
--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -202,13 +202,13 @@ ) @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.inputGroup.setEnabled(False)
--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -363,13 +363,13 @@ self.__getLogEntries() @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__processBuffer() @@ -650,41 +650,41 @@ self.__diffRevisions(min(rev1, rev2), max(rev1, rev2)) @pyqtSlot(QDate) - def on_fromDate_dateChanged(self, date): + def on_fromDate_dateChanged(self, _date): """ Private slot called, when the from date changes. - @param date new date + @param _date new date (unused) @type QDate """ self.__filterLogs() @pyqtSlot(QDate) - def on_toDate_dateChanged(self, date): + def on_toDate_dateChanged(self, _date): """ Private slot called, when the from date changes. - @param date new date + @param _date new date (unused) @type QDate """ self.__filterLogs() @pyqtSlot(int) - def on_fieldCombo_activated(self, index): + def on_fieldCombo_activated(self, _index): """ Private slot called, when a new filter field is selected. - @param index index of the selected entry + @param _index index of the selected entry (unused) @type int """ self.__filterLogs() @pyqtSlot(str) - def on_rxEdit_textChanged(self, txt): + def on_rxEdit_textChanged(self, _txt): """ Private slot called, when a filter expression is entered. - @param txt filter expression + @param _txt filter expression @type str """ self.__filterLogs() @@ -729,11 +729,11 @@ self.filesTree.clear() @pyqtSlot(bool) - def on_stopCheckBox_clicked(self, checked): + def on_stopCheckBox_clicked(self, _checked): """ Private slot called, when the stop on copy/move checkbox is clicked. - @param checked flag indicating the checked state + @param _checked flag indicating the checked state (unused) @type bool """ self.vcs.getPlugin().setPreferences(
--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -76,21 +76,21 @@ ) @pyqtSlot(str) - def on_tag1Combo_editTextChanged(self, text): + def on_tag1Combo_editTextChanged(self, _text): """ Private slot to handle the tag1Combo editTextChanged signal. - @param text text of the combo + @param _text text of the combo (unused) @type str """ self.__enableOkButton() @pyqtSlot(str) - def on_tag2Combo_editTextChanged(self, text): + def on_tag2Combo_editTextChanged(self, _text): """ Private slot to handle the tag2Combo editTextChanged signal. - @param text text of the combo + @param _text text of the combo (unused) @type str """ self.__enableOkButton()
--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -208,13 +208,13 @@ self.start(self.__args, recursive=self.__recursive) @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ if self.lastPath is None:
--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -398,13 +398,13 @@ self.__resort() @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__finish()
--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -541,13 +541,13 @@ self.on_refreshButton_clicked() @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__finish() @@ -731,11 +731,11 @@ topItem.setHidden(topItem.text(self.__statusColumn) != txt) @pyqtSlot(QTreeWidgetItem, int) - def on_statusList_itemChanged(self, item, column): + def on_statusList_itemChanged(self, _item, column): """ Private slot to act upon item changes. - @param item reference to the changed item + @param _item reference to the changed item (unused) @type QTreeWidgetItem @param column index of column that changed @type int
--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -107,7 +107,7 @@ self.tagsList = tagsList self.allTagsList = allTagsList - dname, fname = self.vcs.splitPath(path) + dname, _fname = self.vcs.splitPath(path) self.process.kill() @@ -233,13 +233,13 @@ self.__finish() @pyqtSlot(int, QProcess.ExitStatus) - def __procFinished(self, exitCode, exitStatus): + def __procFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.__finish()
--- a/src/eric7/Plugins/ViewManagerPlugins/Listspace/Listspace.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/ViewManagerPlugins/Listspace/Listspace.py Mon Apr 22 18:23:20 2024 +0200 @@ -607,11 +607,11 @@ """ return self.currentStack.currentWidget() - def showWindowMenu(self, windowMenu): + def showWindowMenu(self, _windowMenu): """ Public method to set up the viewmanager part of the Window menu. - @param windowMenu reference to the window menu + @param _windowMenu reference to the window menu (unused) @type QMenu """ pass
--- a/src/eric7/Plugins/ViewManagerPlugins/Tabview/Tabview.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/ViewManagerPlugins/Tabview/Tabview.py Mon Apr 22 18:23:20 2024 +0200 @@ -1190,11 +1190,11 @@ else: return None - def showWindowMenu(self, windowMenu): + def showWindowMenu(self, _windowMenu): """ Public method to set up the viewmanager part of the Window menu. - @param windowMenu reference to the window menu + @param _windowMenu reference to the window menu (unused) @type QMenu """ pass