Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2017-06-26 00:15:20 +0300
committerJonathan White <support@dmapps.us>2017-06-26 00:50:47 +0300
commit836c996544d13154cef8cbaf2d6cfe510edb1144 (patch)
tree78bd2708ffc38d69598bdacd3d3d218eb12a74ba /share
parentb8028ff318d0bfbc6ad7a2c3a14c856aff31eb60 (diff)
Cleanup before release
* Cleanup cpack commands * Add default config for portable install * Force translation downloads * Reduce translation download threshold to 40%
Diffstat (limited to 'share')
-rw-r--r--share/keepassxc.ini57
-rwxr-xr-xshare/translations/update.sh2
2 files changed, 58 insertions, 1 deletions
diff --git a/share/keepassxc.ini b/share/keepassxc.ini
new file mode 100644
index 000000000..f7ff52cbc
--- /dev/null
+++ b/share/keepassxc.ini
@@ -0,0 +1,57 @@
+[General]
+ShowToolbar=true
+RememberLastDatabases=true
+RememberLastKeyFiles=true
+OpenPreviousDatabasesOnStartup=true
+AutoSaveAfterEveryChange=false
+AutoSaveOnExit=false
+AutoReloadOnChange=true
+MinimizeOnCopy=false
+UseGroupIconOnEntryCreation=true
+IgnoreGroupExpansion=false
+AutoTypeEntryTitleMatch=true
+GlobalAutoTypeKey=0
+GlobalAutoTypeModifiers=0
+LastOpenedDatabases=@Invalid()
+
+[GUI]
+Language=system
+ShowTrayIcon=false
+MinimizeToTray=false
+MinimizeOnClose=false
+MinimizeOnStartup=false
+MainWindowGeometry="@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x2(\0\0\0\xbd\0\0\x5W\0\0\x3;\0\0\x2\x30\0\0\0\xdc\0\0\x5O\0\0\x3\x33\0\0\0\0\0\0\0\0\a\x80)"
+SplitterState=@Invalid()
+EntryListColumnSizes=@Invalid()
+EntrySearchColumnSizes=@Invalid()
+
+[security]
+autotypeask=true
+clearclipboard=true
+clearclipboardtimeout=10
+lockdatabaseidle=false
+lockdatabaseidlesec=240
+lockdatabaseminimize=false
+lockdatabasescreenlock=true
+passwordscleartext=false
+passwordsrepeat=false
+
+[Http]
+Enabled=false
+ShowNotification=true
+BestMatchOnly=false
+UnlockDatabase=true
+MatchUrlScheme=true
+SortByUsername=false
+Port=19455
+AlwaysAllowAccess=false
+AlwaysAllowUpdate=false
+SearchInAllDatabases=false
+SupportKphFields=true
+generator\LowerCase=true
+generator\UpperCase=true
+generator\Numbers=true
+generator\SpecialChars=false
+generator\ExcludeAlike=true
+generator\EnsureEvery=true
+generator\Length=16
diff --git a/share/translations/update.sh b/share/translations/update.sh
index 7e8069e0d..eaa1179d4 100755
--- a/share/translations/update.sh
+++ b/share/translations/update.sh
@@ -14,4 +14,4 @@ tx push -s
echo
echo Pulling translations from Transifex
-tx pull -a --minimum-perc=80
+tx pull -af --minimum-perc=40