--- a/eric6/APIs/Python3/eric6.api Tue Jan 05 15:14:40 2021 +0100 +++ b/eric6/APIs/Python3/eric6.api Tue Jan 05 18:28:31 2021 +0100 @@ -679,7 +679,7 @@ eric6.Debugger.DebugUI.DebugUI.setMultiprocessNoDebugHistory?4(noDebugList, clearHistories=False, history=None) eric6.Debugger.DebugUI.DebugUI.setTracePython?4(tracePython) eric6.Debugger.DebugUI.DebugUI.setWdHistory?4(wdStr, clearHistories=False, history=None) -eric6.Debugger.DebugUI.DebugUI.showNotification?4(notification) +eric6.Debugger.DebugUI.DebugUI.showNotification?4(notification, kind=NotificationTypes.Information, timeout=None) eric6.Debugger.DebugUI.DebugUI.shutdown?4() eric6.Debugger.DebugUI.DebugUI.shutdownServer?4() eric6.Debugger.DebugUI.DebugUI.variablesFilter?4(scope) @@ -6451,7 +6451,15 @@ eric6.Preferences.ConfigurationPages.NetworkPage.NetworkPage.setMode?4(displayMode) eric6.Preferences.ConfigurationPages.NetworkPage.NetworkPage?1(configDialog) eric6.Preferences.ConfigurationPages.NetworkPage.create?4(dlg) +eric6.Preferences.ConfigurationPages.NotificationsPage.NotificationsPage.on_criticalBgButton_clicked?4() +eric6.Preferences.ConfigurationPages.NotificationsPage.NotificationsPage.on_criticalDefaultButton_clicked?4() +eric6.Preferences.ConfigurationPages.NotificationsPage.NotificationsPage.on_criticalFgButton_clicked?4() +eric6.Preferences.ConfigurationPages.NotificationsPage.NotificationsPage.on_criticalResetButton_clicked?4() eric6.Preferences.ConfigurationPages.NotificationsPage.NotificationsPage.on_visualButton_clicked?4(checked) +eric6.Preferences.ConfigurationPages.NotificationsPage.NotificationsPage.on_warningBgButton_clicked?4() +eric6.Preferences.ConfigurationPages.NotificationsPage.NotificationsPage.on_warningDefaultButton_clicked?4() +eric6.Preferences.ConfigurationPages.NotificationsPage.NotificationsPage.on_warningFgButton_clicked?4() +eric6.Preferences.ConfigurationPages.NotificationsPage.NotificationsPage.on_warningResetButton_clicked?4() eric6.Preferences.ConfigurationPages.NotificationsPage.NotificationsPage.save?4() eric6.Preferences.ConfigurationPages.NotificationsPage.NotificationsPage?1() eric6.Preferences.ConfigurationPages.NotificationsPage.create?4(dlg) @@ -8981,11 +8989,18 @@ eric6.UI.LogView.LogViewerEdit.searchPrev?4(txt, caseSensitive, wholeWord, regexp) eric6.UI.LogView.LogViewerEdit.searchStringFound?7 eric6.UI.LogView.LogViewerEdit?1(parent=None) -eric6.UI.NotificationWidget.NotificationFrame?1(icon, heading, text, parent=None) +eric6.UI.NotificationWidget.NotificationFrame.NotificationStyleSheetTemplate?7 +eric6.UI.NotificationWidget.NotificationFrame.getIcon?4(kind) +eric6.UI.NotificationWidget.NotificationFrame.getStyleSheet?4(kind) +eric6.UI.NotificationWidget.NotificationFrame?1(icon, heading, text, kind=NotificationTypes.Information, parent=None) +eric6.UI.NotificationWidget.NotificationTypes.Critical?7 +eric6.UI.NotificationWidget.NotificationTypes.Information?7 +eric6.UI.NotificationWidget.NotificationTypes.Other?7 +eric6.UI.NotificationWidget.NotificationTypes.Warning?7 eric6.UI.NotificationWidget.NotificationWidget.mouseMoveEvent?4(evt) eric6.UI.NotificationWidget.NotificationWidget.mousePressEvent?4(evt) eric6.UI.NotificationWidget.NotificationWidget.mouseReleaseEvent?4(evt) -eric6.UI.NotificationWidget.NotificationWidget.showNotification?4(icon, heading, text, timeout=0) +eric6.UI.NotificationWidget.NotificationWidget.showNotification?4(icon, heading, text, kind=NotificationTypes.Information, timeout=0) eric6.UI.NotificationWidget.NotificationWidget?1(parent=None, setPosition=False) eric6.UI.NumbersWidget.BinaryModel.columnCount?4(parent) eric6.UI.NumbersWidget.BinaryModel.data?4(index, role=Qt.DisplayRole) @@ -9161,7 +9176,6 @@ eric6.UI.UserInterface.UserInterface.maxFilePathLen?7 eric6.UI.UserInterface.UserInterface.maxMenuFilePathLen?7 eric6.UI.UserInterface.UserInterface.networkAccessManager?4() -eric6.UI.UserInterface.UserInterface.notificationsEnabled?4() 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) @@ -9179,7 +9193,7 @@ eric6.UI.UserInterface.UserInterface.showFindFilesDialog?4(txt="", searchDir="", openFiles=False) eric6.UI.UserInterface.UserInterface.showLogViewer?4() eric6.UI.UserInterface.UserInterface.showMenu?7 -eric6.UI.UserInterface.UserInterface.showNotification?4(icon, heading, text, timeout=None) +eric6.UI.UserInterface.UserInterface.showNotification?4(icon, heading, text, kind=NotificationTypes.Information, timeout=None) eric6.UI.UserInterface.UserInterface.showPluginsAvailable?4() eric6.UI.UserInterface.UserInterface.showPreferences?4(pageName=None) eric6.UI.UserInterface.UserInterface.showReplaceFilesDialog?4(txt="", searchDir="", openFiles=False) @@ -11695,7 +11709,6 @@ eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.newPrivateWindow?4(link=None) eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.newTab?4(link=None, addNextTo=None, background=False) eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.newWindow?4(link=None, restoreSession=False) -eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.notificationsEnabled?4() eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.openSearchManager?4() eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.openUrl?4(url, title=None) eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.openUrlNewBackgroundTab?4(url, title=None) @@ -11719,7 +11732,7 @@ eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.setLoadingActions?4(b) eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.setUseQtHelp?4(use) eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.showFullScreenNavigation?4() -eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.showNotification?4(icon, heading, text, timeout=None) +eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.showNotification?4(icon, heading, text, kind=NotificationTypes.Information, timeout=None) eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.shutdown?4() eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.speedDial?4() eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.syncManager?4()