eric6/APIs/Python3/eric6.api

changeset 7806
b346755b09a1
parent 7796
657532a9a0a4
child 7810
f8afd2238723
diff -r 3cad282e8409 -r b346755b09a1 eric6/APIs/Python3/eric6.api
--- a/eric6/APIs/Python3/eric6.api	Mon Oct 19 17:19:27 2020 +0200
+++ b/eric6/APIs/Python3/eric6.api	Mon Oct 19 20:02:01 2020 +0200
@@ -1817,6 +1817,7 @@
 eric6.Globals.dataString?4(size)
 eric6.Globals.desktopName?4()
 eric6.Globals.getConfigDir?4()
+eric6.Globals.getInstallInfoFilePath?4()
 eric6.Globals.getPyQt5ModulesDirectory?4()
 eric6.Globals.getPyQtToolsPath?4(version=5)
 eric6.Globals.getPythonModulesDirectory?4()
@@ -8872,6 +8873,11 @@
 eric6.UI.Info.Program?7
 eric6.UI.Info.Version?7
 eric6.UI.Info.VersionOnly?7
+eric6.UI.InstallInfoDialog.InstallInfoDialog.on_editButton_toggled?4(checked)
+eric6.UI.InstallInfoDialog.InstallInfoDialog.on_saveButton_clicked?4()
+eric6.UI.InstallInfoDialog.InstallInfoDialog.reject?4()
+eric6.UI.InstallInfoDialog.InstallInfoDialog.wasLoaded?4()
+eric6.UI.InstallInfoDialog.InstallInfoDialog?1(parent=None)
 eric6.UI.LogView.LogViewer.appendToStderr?4(txt)
 eric6.UI.LogView.LogViewer.appendToStdout?4(txt)
 eric6.UI.LogView.LogViewer.preferencesChanged?4()
@@ -9074,6 +9080,7 @@
 eric6.UI.UserInterface.UserInterface.performVersionCheck?4(manual=True, alternative=0, showVersions=False)
 eric6.UI.UserInterface.UserInterface.preferencesChanged?7
 eric6.UI.UserInterface.UserInterface.processArgs?4(args)
+eric6.UI.UserInterface.UserInterface.processInstallInfoFile?4()
 eric6.UI.UserInterface.UserInterface.registerToolbar?4(name, text, toolbar, category="")
 eric6.UI.UserInterface.UserInterface.reloadAPIs?7
 eric6.UI.UserInterface.UserInterface.removeE5Actions?4(actions, actionType='ui')
@@ -11791,6 +11798,7 @@
 install.createConfig?4()
 install.createGlobalPluginsDir?4()
 install.createInstallConfig?4()
+install.createInstallInfo?4()
 install.createLinuxSpecifics?4()
 install.createMacAppBundle?4(pydir)
 install.createPyWrapper?4(pydir, wfile, saveDir, isGuiScript=True)
@@ -11812,6 +11820,8 @@
 install.initGlobals?4()
 install.installApis?7
 install.installEric?4()
+install.installInfo?7
+install.installInfoName?7
 install.isPipOutdated?4()
 install.macAppBundleName?7
 install.macAppBundlePath?7
@@ -11843,11 +11853,13 @@
 setup.appdataFileName?7
 setup.cleanupSource?4(dirName)
 setup.compileUiFiles?4(dirName)
+setup.createInstallInfoFile?4(dirName)
 setup.getDataFiles?4()
 setup.getLongDescription?4()
 setup.getPackageData?4(package, extensions)
 setup.getVersion?4()
 setup.infoFileName?7
+setup.installInfoName?7
 setup.prepareAppdataFile?4(fileName, version)
 setup.prepareInfoFile?4(fileName, version)
 setup.sourceDir?7

eric ide

mercurial