Preferences/__init__.py

changeset 4612
c9982bcd00f8
parent 4496
4857c41eafd6
child 4619
aa2319888257
equal deleted inserted replaced
4610:93732395fc1d 4612:c9982bcd00f8
831 "PrintBackgrounds": False, 831 "PrintBackgrounds": False,
832 "StartupBehavior": 1, # show speed dial 832 "StartupBehavior": 1, # show speed dial
833 "HomePage": "eric:home", 833 "HomePage": "eric:home",
834 "HistoryLimit": 30, 834 "HistoryLimit": 30,
835 "DefaultScheme": "file://", 835 "DefaultScheme": "file://",
836 "AdBlockEnabled": False,
837 "AdBlockSubscriptions": [],
838 "AdBlockUpdatePeriod": 1,
839 "AdBlockExceptions": [],
840 "OfflineStorageDatabaseQuota": 50, # 50 MB 836 "OfflineStorageDatabaseQuota": 50, # 50 MB
841 "UserAgent": "", 837 "UserAgent": "",
842 "ShowPreview": True, 838 "ShowPreview": True,
843 "DownloadManagerRemovePolicy": 0, # never delete downloads 839 "DownloadManagerRemovePolicy": 0, # never delete downloads
844 "DownloadManagerSize": QSize(400, 300), 840 "DownloadManagerSize": QSize(400, 300),
845 "DownloadManagerPosition": QPoint(), 841 "DownloadManagerPosition": QPoint(),
846 "DownloadManagerDownloads": [], 842 "DownloadManagerDownloads": [],
847 "AccessKeysEnabled": True, 843 "AccessKeysEnabled": True,
848 "VirusTotalEnabled": False,
849 "VirusTotalServiceKey": "",
850 "VirusTotalSecure": True,
851 "SearchLanguage": QLocale().language(), 844 "SearchLanguage": QLocale().language(),
852 "DoNotTrack": False, 845 "DoNotTrack": False,
853 "SendReferer": True, 846 "SendReferer": True,
854 "SendRefererWhitelist": ["qt-apps.org", "kde-apps.org"], 847 "SendRefererWhitelist": ["qt-apps.org", "kde-apps.org"],
855 "NoCacheHosts": ["qt-project.org"], 848 "NoCacheHosts": ["qt-project.org"],
856 "RssFeeds": [], 849 "RssFeeds": [],
850 "WarnOnMultipleClose": True,
851 "ZoomValuesDB": "{}", # empty JSON dictionary
852 # VirusTotal
853 "VirusTotalEnabled": False,
854 "VirusTotalServiceKey": "",
855 "VirusTotalSecure": True,
856 # AdBlock
857 "AdBlockEnabled": False,
858 "AdBlockSubscriptions": [],
859 "AdBlockUpdatePeriod": 1,
860 "AdBlockExceptions": [],
861 # Sync
857 "SyncEnabled": False, 862 "SyncEnabled": False,
858 "SyncBookmarks": True, 863 "SyncBookmarks": True,
859 "SyncHistory": True, 864 "SyncHistory": True,
860 "SyncPasswords": False, 865 "SyncPasswords": False,
861 "SyncUserAgents": True, 866 "SyncUserAgents": True,
870 "SyncFtpPassword": "", 875 "SyncFtpPassword": "",
871 "SyncFtpPath": "", 876 "SyncFtpPath": "",
872 "SyncFtpPort": 21, 877 "SyncFtpPort": 21,
873 "SyncFtpIdleTimeout": 30, 878 "SyncFtpIdleTimeout": 30,
874 "SyncDirectoryPath": "", 879 "SyncDirectoryPath": "",
875 "WarnOnMultipleClose": True, 880 # Click-to-Flash
876 "ClickToFlashEnabled": False, 881 "ClickToFlashEnabled": False,
877 "ClickToFlashWhitelist": [], 882 "ClickToFlashWhitelist": [],
883 # PIM
878 "PimFullName": "", 884 "PimFullName": "",
879 "PimFirstName": "", 885 "PimFirstName": "",
880 "PimLastName": "", 886 "PimLastName": "",
881 "PimEmail": "", 887 "PimEmail": "",
882 "PimPhone": "", 888 "PimPhone": "",
889 "PimHomePage": "", 895 "PimHomePage": "",
890 "PimSpecial1": "", 896 "PimSpecial1": "",
891 "PimSpecial2": "", 897 "PimSpecial2": "",
892 "PimSpecial3": "", 898 "PimSpecial3": "",
893 "PimSpecial4": "", 899 "PimSpecial4": "",
900 # Grease Monkey
894 "GreaseMonkeyDisabledScripts": [], 901 "GreaseMonkeyDisabledScripts": [],
895 # Flash Cookie Manager 902 # Flash Cookie Manager
896 "FlashCookiesDeleteOnStartExit": False, 903 "FlashCookiesDeleteOnStartExit": False,
897 "FlashCookieAutoRefresh": False, 904 "FlashCookieAutoRefresh": False,
898 "FlashCookieNotify": False, 905 "FlashCookieNotify": False,

eric ide

mercurial