--- a/eric6.e4p Sun Aug 09 17:01:36 2015 +0200 +++ b/eric6.e4p Sun Aug 09 17:18:21 2015 +0200 @@ -26,6 +26,46 @@ <Source>DataViews/PyCoverageDialog.py</Source> <Source>DataViews/PyProfileDialog.py</Source> <Source>DataViews/__init__.py</Source> + <Source>DebugClients/Python/AsyncFile.py</Source> + <Source>DebugClients/Python/AsyncIO.py</Source> + <Source>DebugClients/Python/DCTestResult.py</Source> + <Source>DebugClients/Python/DebugBase.py</Source> + <Source>DebugClients/Python/DebugClient.py</Source> + <Source>DebugClients/Python/DebugClientBase.py</Source> + <Source>DebugClients/Python/DebugClientCapabilities.py</Source> + <Source>DebugClients/Python/DebugClientThreads.py</Source> + <Source>DebugClients/Python/DebugConfig.py</Source> + <Source>DebugClients/Python/DebugProtocol.py</Source> + <Source>DebugClients/Python/DebugThread.py</Source> + <Source>DebugClients/Python/FlexCompleter.py</Source> + <Source>DebugClients/Python/PyProfile.py</Source> + <Source>DebugClients/Python/__init__.py</Source> + <Source>DebugClients/Python/coverage/__init__.py</Source> + <Source>DebugClients/Python/coverage/__main__.py</Source> + <Source>DebugClients/Python/coverage/annotate.py</Source> + <Source>DebugClients/Python/coverage/backward.py</Source> + <Source>DebugClients/Python/coverage/bytecode.py</Source> + <Source>DebugClients/Python/coverage/cmdline.py</Source> + <Source>DebugClients/Python/coverage/codeunit.py</Source> + <Source>DebugClients/Python/coverage/collector.py</Source> + <Source>DebugClients/Python/coverage/config.py</Source> + <Source>DebugClients/Python/coverage/control.py</Source> + <Source>DebugClients/Python/coverage/data.py</Source> + <Source>DebugClients/Python/coverage/debug.py</Source> + <Source>DebugClients/Python/coverage/execfile.py</Source> + <Source>DebugClients/Python/coverage/files.py</Source> + <Source>DebugClients/Python/coverage/html.py</Source> + <Source>DebugClients/Python/coverage/misc.py</Source> + <Source>DebugClients/Python/coverage/parser.py</Source> + <Source>DebugClients/Python/coverage/phystokens.py</Source> + <Source>DebugClients/Python/coverage/report.py</Source> + <Source>DebugClients/Python/coverage/results.py</Source> + <Source>DebugClients/Python/coverage/summary.py</Source> + <Source>DebugClients/Python/coverage/templite.py</Source> + <Source>DebugClients/Python/coverage/version.py</Source> + <Source>DebugClients/Python/coverage/xmlreport.py</Source> + <Source>DebugClients/Python/eric6dbgstub.py</Source> + <Source>DebugClients/Python/getpass.py</Source> <Source>DebugClients/Python3/AsyncFile.py</Source> <Source>DebugClients/Python3/AsyncIO.py</Source> <Source>DebugClients/Python3/DCTestResult.py</Source> @@ -66,46 +106,6 @@ <Source>DebugClients/Python3/coverage/xmlreport.py</Source> <Source>DebugClients/Python3/eric6dbgstub.py</Source> <Source>DebugClients/Python3/getpass.py</Source> - <Source>DebugClients/Python/AsyncFile.py</Source> - <Source>DebugClients/Python/AsyncIO.py</Source> - <Source>DebugClients/Python/DCTestResult.py</Source> - <Source>DebugClients/Python/DebugBase.py</Source> - <Source>DebugClients/Python/DebugClient.py</Source> - <Source>DebugClients/Python/DebugClientBase.py</Source> - <Source>DebugClients/Python/DebugClientCapabilities.py</Source> - <Source>DebugClients/Python/DebugClientThreads.py</Source> - <Source>DebugClients/Python/DebugConfig.py</Source> - <Source>DebugClients/Python/DebugProtocol.py</Source> - <Source>DebugClients/Python/DebugThread.py</Source> - <Source>DebugClients/Python/FlexCompleter.py</Source> - <Source>DebugClients/Python/PyProfile.py</Source> - <Source>DebugClients/Python/__init__.py</Source> - <Source>DebugClients/Python/coverage/__init__.py</Source> - <Source>DebugClients/Python/coverage/__main__.py</Source> - <Source>DebugClients/Python/coverage/annotate.py</Source> - <Source>DebugClients/Python/coverage/backward.py</Source> - <Source>DebugClients/Python/coverage/bytecode.py</Source> - <Source>DebugClients/Python/coverage/cmdline.py</Source> - <Source>DebugClients/Python/coverage/codeunit.py</Source> - <Source>DebugClients/Python/coverage/collector.py</Source> - <Source>DebugClients/Python/coverage/config.py</Source> - <Source>DebugClients/Python/coverage/control.py</Source> - <Source>DebugClients/Python/coverage/data.py</Source> - <Source>DebugClients/Python/coverage/debug.py</Source> - <Source>DebugClients/Python/coverage/execfile.py</Source> - <Source>DebugClients/Python/coverage/files.py</Source> - <Source>DebugClients/Python/coverage/html.py</Source> - <Source>DebugClients/Python/coverage/misc.py</Source> - <Source>DebugClients/Python/coverage/parser.py</Source> - <Source>DebugClients/Python/coverage/phystokens.py</Source> - <Source>DebugClients/Python/coverage/report.py</Source> - <Source>DebugClients/Python/coverage/results.py</Source> - <Source>DebugClients/Python/coverage/summary.py</Source> - <Source>DebugClients/Python/coverage/templite.py</Source> - <Source>DebugClients/Python/coverage/version.py</Source> - <Source>DebugClients/Python/coverage/xmlreport.py</Source> - <Source>DebugClients/Python/eric6dbgstub.py</Source> - <Source>DebugClients/Python/getpass.py</Source> <Source>DebugClients/Ruby/AsyncFile.rb</Source> <Source>DebugClients/Ruby/AsyncIO.rb</Source> <Source>DebugClients/Ruby/Completer.rb</Source> @@ -312,6 +312,11 @@ <Source>Helpviewer/Feeds/FeedsDialog.py</Source> <Source>Helpviewer/Feeds/FeedsManager.py</Source> <Source>Helpviewer/Feeds/__init__.py</Source> + <Source>Helpviewer/FlashCookieManager/FlashCookie.py</Source> + <Source>Helpviewer/FlashCookieManager/FlashCookieManager.py</Source> + <Source>Helpviewer/FlashCookieManager/FlashCookieNotification.py</Source> + <Source>Helpviewer/FlashCookieManager/FlashCookieUtilities.py</Source> + <Source>Helpviewer/FlashCookieManager/__init__.py</Source> <Source>Helpviewer/GreaseMonkey/GreaseMonkeyAddScriptDialog.py</Source> <Source>Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py</Source> <Source>Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationListDelegate.py</Source> @@ -766,6 +771,7 @@ <Source>Preferences/ConfigurationPages/GraphicsPage.py</Source> <Source>Preferences/ConfigurationPages/HelpAppearancePage.py</Source> <Source>Preferences/ConfigurationPages/HelpDocumentationPage.py</Source> + <Source>Preferences/ConfigurationPages/HelpFlashCookieManagerPage.py</Source> <Source>Preferences/ConfigurationPages/HelpInterfacePage.py</Source> <Source>Preferences/ConfigurationPages/HelpViewersPage.py</Source> <Source>Preferences/ConfigurationPages/HelpVirusTotalPage.py</Source> @@ -1285,7 +1291,6 @@ <Form>E5Network/E5SslCertificatesInfoDialog.ui</Form> <Form>E5Network/E5SslCertificatesInfoWidget.ui</Form> <Form>Graphics/UMLSceneSizeDialog.ui</Form> - <Form>Helpviewer/FeaturePermissions/FeaturePermissionsDialog.ui</Form> <Form>Helpviewer/AdBlock/AdBlockDialog.ui</Form> <Form>Helpviewer/AdBlock/AdBlockExceptionsDialog.ui</Form> <Form>Helpviewer/Bookmarks/AddBookmarkDialog.ui</Form> @@ -1299,6 +1304,7 @@ <Form>Helpviewer/Download/DownloadAskActionDialog.ui</Form> <Form>Helpviewer/Download/DownloadItem.ui</Form> <Form>Helpviewer/Download/DownloadManager.ui</Form> + <Form>Helpviewer/FeaturePermissions/FeaturePermissionsDialog.ui</Form> <Form>Helpviewer/Feeds/FeedEditDialog.ui</Form> <Form>Helpviewer/Feeds/FeedsDialog.ui</Form> <Form>Helpviewer/Feeds/FeedsManager.ui</Form> @@ -1514,6 +1520,7 @@ <Form>Preferences/ConfigurationPages/GraphicsPage.ui</Form> <Form>Preferences/ConfigurationPages/HelpAppearancePage.ui</Form> <Form>Preferences/ConfigurationPages/HelpDocumentationPage.ui</Form> + <Form>Preferences/ConfigurationPages/HelpFlashCookieManagerPage.ui</Form> <Form>Preferences/ConfigurationPages/HelpInterfacePage.ui</Form> <Form>Preferences/ConfigurationPages/HelpViewersPage.ui</Form> <Form>Preferences/ConfigurationPages/HelpVirusTotalPage.ui</Form> @@ -1632,14 +1639,14 @@ <Interfaces/> <Others> <Other>.hgignore</Other> + <Other>APIs/Python/zope-2.10.7.api</Other> + <Other>APIs/Python/zope-2.11.2.api</Other> + <Other>APIs/Python/zope-3.3.1.api</Other> <Other>APIs/Python3/PyQt4.bas</Other> <Other>APIs/Python3/PyQt5.bas</Other> <Other>APIs/Python3/QScintilla2.bas</Other> <Other>APIs/Python3/eric6.api</Other> <Other>APIs/Python3/eric6.bas</Other> - <Other>APIs/Python/zope-2.10.7.api</Other> - <Other>APIs/Python/zope-2.11.2.api</Other> - <Other>APIs/Python/zope-3.3.1.api</Other> <Other>APIs/QSS/qss.api</Other> <Other>APIs/Ruby/Ruby-1.8.7.api</Other> <Other>APIs/Ruby/Ruby-1.8.7.bas</Other> @@ -1650,10 +1657,10 @@ <Other>CSSs</Other> <Other>CodeTemplates</Other> <Other>DTDs</Other> + <Other>DebugClients/Python/coverage/doc</Other> + <Other>DebugClients/Python/coverage/htmlfiles</Other> <Other>DebugClients/Python3/coverage/doc</Other> <Other>DebugClients/Python3/coverage/htmlfiles</Other> - <Other>DebugClients/Python/coverage/doc</Other> - <Other>DebugClients/Python/coverage/htmlfiles</Other> <Other>DesignerTemplates</Other> <Other>Dictionaries</Other> <Other>Documentation/Help</Other>