Preferences/__init__.py

changeset 4612
c9982bcd00f8
parent 4496
4857c41eafd6
child 4619
aa2319888257
diff -r 93732395fc1d -r c9982bcd00f8 Preferences/__init__.py
--- a/Preferences/__init__.py	Sun Dec 06 14:54:10 2015 +0100
+++ b/Preferences/__init__.py	Sun Dec 06 19:09:32 2015 +0100
@@ -833,10 +833,6 @@
         "HomePage": "eric:home",
         "HistoryLimit": 30,
         "DefaultScheme": "file://",
-        "AdBlockEnabled": False,
-        "AdBlockSubscriptions": [],
-        "AdBlockUpdatePeriod": 1,
-        "AdBlockExceptions": [],
         "OfflineStorageDatabaseQuota": 50,     # 50 MB
         "UserAgent": "",
         "ShowPreview": True,
@@ -845,15 +841,24 @@
         "DownloadManagerPosition": QPoint(),
         "DownloadManagerDownloads": [],
         "AccessKeysEnabled": True,
-        "VirusTotalEnabled": False,
-        "VirusTotalServiceKey": "",
-        "VirusTotalSecure": True,
         "SearchLanguage": QLocale().language(),
         "DoNotTrack": False,
         "SendReferer": True,
         "SendRefererWhitelist": ["qt-apps.org", "kde-apps.org"],
         "NoCacheHosts": ["qt-project.org"],
         "RssFeeds": [],
+        "WarnOnMultipleClose": True,
+        "ZoomValuesDB": "{}",       # empty JSON dictionary
+        # VirusTotal
+        "VirusTotalEnabled": False,
+        "VirusTotalServiceKey": "",
+        "VirusTotalSecure": True,
+        # AdBlock
+        "AdBlockEnabled": False,
+        "AdBlockSubscriptions": [],
+        "AdBlockUpdatePeriod": 1,
+        "AdBlockExceptions": [],
+        # Sync
         "SyncEnabled": False,
         "SyncBookmarks": True,
         "SyncHistory": True,
@@ -872,9 +877,10 @@
         "SyncFtpPort": 21,
         "SyncFtpIdleTimeout": 30,
         "SyncDirectoryPath": "",
-        "WarnOnMultipleClose": True,
+        # Click-to-Flash
         "ClickToFlashEnabled": False,
         "ClickToFlashWhitelist": [],
+        # PIM
         "PimFullName": "",
         "PimFirstName": "",
         "PimLastName": "",
@@ -891,6 +897,7 @@
         "PimSpecial2": "",
         "PimSpecial3": "",
         "PimSpecial4": "",
+        # Grease Monkey
         "GreaseMonkeyDisabledScripts": [],
         # Flash Cookie Manager
         "FlashCookiesDeleteOnStartExit": False,

eric ide

mercurial