summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2020-06-13 02:06:13 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2020-06-13 02:06:13 +0200
commit4d1c515462070cbfaba8860fa95923372d808dc1 (patch)
tree59bb3d2b7fb379d45173a5fc56932b2251366461
parent57160cfe0dcf65b49d71102b7f47f2758525d2ff (diff)
Automagic updates
-rw-r--r--CHANGELOG.md13
-rw-r--r--localization/localization_af_ZA.ts32
-rw-r--r--localization/localization_ar_MA.ts32
-rw-r--r--localization/localization_ca_ES.ts32
-rw-r--r--localization/localization_cs_CZ.ts32
-rw-r--r--localization/localization_cy_GB.ts32
-rw-r--r--localization/localization_de_DE.ts32
-rw-r--r--localization/localization_de_LU.ts32
-rw-r--r--localization/localization_el_GR.ts32
-rw-r--r--localization/localization_en_GB.ts32
-rw-r--r--localization/localization_en_US.ts32
-rw-r--r--localization/localization_es_ES.ts32
-rw-r--r--localization/localization_fi_FI.ts32
-rw-r--r--localization/localization_fr_BE.ts32
-rw-r--r--localization/localization_fr_FR.ts32
-rw-r--r--localization/localization_fr_LU.ts32
-rw-r--r--localization/localization_gl_ES.ts32
-rw-r--r--localization/localization_he_IL.ts32
-rw-r--r--localization/localization_hr_HR.ts32
-rw-r--r--localization/localization_hu_HU.ts32
-rw-r--r--localization/localization_it_IT.ts32
-rw-r--r--localization/localization_lb_LU.ts32
-rw-r--r--localization/localization_nb_NO.ts32
-rw-r--r--localization/localization_nl_BE.ts32
-rw-r--r--localization/localization_nl_NL.ts32
-rw-r--r--localization/localization_pl_PL.ts32
-rw-r--r--localization/localization_pt_PT.ts32
-rw-r--r--localization/localization_ru_RU.ts32
-rw-r--r--localization/localization_sq_AL.ts32
-rw-r--r--localization/localization_sv_SE.ts32
-rw-r--r--localization/localization_tr_TR.ts32
-rw-r--r--localization/localization_zh_CN.ts32
32 files changed, 505 insertions, 500 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f88a3ed1..57afc985 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,9 @@
**Closed issues:**
- Icons are blurry when fractional scaling is enabled [\#525](https://github.com/IJHack/QtPass/issues/525)
+- \[Request\] clear search password when change profile [\#524](https://github.com/IJHack/QtPass/issues/524)
- Copying not possible on Ubuntu 20.04 [\#521](https://github.com/IJHack/QtPass/issues/521)
+- Display passwords in mono space font [\#514](https://github.com/IJHack/QtPass/issues/514)
- Default password visibility [\#511](https://github.com/IJHack/QtPass/issues/511)
- Consider mentioning export abilities in migration docs, if any are present [\#505](https://github.com/IJHack/QtPass/issues/505)
- Enable out-of-source \(shadow\) builds. [\#501](https://github.com/IJHack/QtPass/issues/501)
@@ -33,7 +35,11 @@
**Merged pull requests:**
+- Clear search on profile change [\#529](https://github.com/IJHack/QtPass/pull/529) ([cmol](https://github.com/cmol))
+- \#514 Show password with a monospace font [\#528](https://github.com/IJHack/QtPass/pull/528) ([cmol](https://github.com/cmol))
+- Update minimum Qt version [\#527](https://github.com/IJHack/QtPass/pull/527) ([cmol](https://github.com/cmol))
- Fix blurry icons when fractional scaling is enabled [\#526](https://github.com/IJHack/QtPass/pull/526) ([mthw0](https://github.com/mthw0))
+- Spelling: Git pull, Git push [\#516](https://github.com/IJHack/QtPass/pull/516) ([comradekingu](https://github.com/comradekingu))
- Enable ubuntu, windows and macos based builds for CI [\#508](https://github.com/IJHack/QtPass/pull/508) ([boppybibbles](https://github.com/boppybibbles))
- Enable out-of-source build [\#503](https://github.com/IJHack/QtPass/pull/503) ([boppybibbles](https://github.com/boppybibbles))
- Use new stable version of `install-qt-action`. [\#502](https://github.com/IJHack/QtPass/pull/502) ([boppybibbles](https://github.com/boppybibbles))
@@ -88,7 +94,6 @@
**Merged pull requests:**
-- Spelling: Git pull, Git push [\#516](https://github.com/IJHack/QtPass/pull/516) ([comradekingu](https://github.com/comradekingu))
- Add license scan report and status [\#480](https://github.com/IJHack/QtPass/pull/480) ([fossabot](https://github.com/fossabot))
- Build system related fixes [\#479](https://github.com/IJHack/QtPass/pull/479) ([maciejsszmigiero](https://github.com/maciejsszmigiero))
- Add missing overrides [\#478](https://github.com/IJHack/QtPass/pull/478) ([amarsman](https://github.com/amarsman))
@@ -98,7 +103,6 @@
- Add missing finishedShow\(\) signal connection in PasswordDialog constructor \(fixes the "Edit password" function\) [\#473](https://github.com/IJHack/QtPass/pull/473) ([maciejsszmigiero](https://github.com/maciejsszmigiero))
- Sorted profiles dropdown as in \#404 [\#472](https://github.com/IJHack/QtPass/pull/472) ([Noettore](https://github.com/Noettore))
- Add support for passwords and directories renaming as requested in \#463 [\#469](https://github.com/IJHack/QtPass/pull/469) ([Noettore](https://github.com/Noettore))
-- Fix missing app ID and icon on Wayland. [\#468](https://github.com/IJHack/QtPass/pull/468) ([lightbulbjim](https://github.com/lightbulbjim))
## [v1.3.0](https://github.com/IJHack/QtPass/tree/v1.3.0) (2019-08-20)
[Full Changelog](https://github.com/IJHack/QtPass/compare/v1.2.3...v1.3.0)
@@ -113,6 +117,7 @@
- Windows sigsev issues [\#326](https://github.com/IJHack/QtPass/issues/326)
- Access to the / \(root\) directory form within the application window on MacOS [\#302](https://github.com/IJHack/QtPass/issues/302)
+- PRNG seeding is done totally wrong [\#238](https://github.com/IJHack/QtPass/issues/238)
- Context menu on transparent fields is transparent too . . [\#227](https://github.com/IJHack/QtPass/issues/227)
**Closed issues:**
@@ -138,6 +143,7 @@
**Merged pull requests:**
+- Fix missing app ID and icon on Wayland. [\#468](https://github.com/IJHack/QtPass/pull/468) ([lightbulbjim](https://github.com/lightbulbjim))
- Use key fingerprint as ID instead of “long” ID. [\#452](https://github.com/IJHack/QtPass/pull/452) ([Natureshadow](https://github.com/Natureshadow))
- Typo: dialouge to dialogue. [\#444](https://github.com/IJHack/QtPass/pull/444) ([georgjaehnig](https://github.com/georgjaehnig))
- Scripts and logic specific to Windows Store releases [\#439](https://github.com/IJHack/QtPass/pull/439) ([rdoeffinger](https://github.com/rdoeffinger))
@@ -260,7 +266,6 @@
**Fixed bugs:**
- Do not hide passwords and no generator [\#267](https://github.com/IJHack/QtPass/issues/267)
-- PRNG seeding is done totally wrong [\#238](https://github.com/IJHack/QtPass/issues/238)
- Weird behavior when turning on git support \(auto push/pull\) with non-clean git dir [\#128](https://github.com/IJHack/QtPass/issues/128)
- SingleApplication implementation buggy [\#26](https://github.com/IJHack/QtPass/issues/26)
@@ -691,7 +696,6 @@
**Merged pull requests:**
- Bugfixes [\#49](https://github.com/IJHack/QtPass/pull/49) ([rdoeffinger](https://github.com/rdoeffinger))
-- Add WebDAV support. [\#29](https://github.com/IJHack/QtPass/pull/29) ([rdoeffinger](https://github.com/rdoeffinger))
## [v0.8.2](https://github.com/IJHack/QtPass/tree/v0.8.2) (2015-05-27)
[Full Changelog](https://github.com/IJHack/QtPass/compare/v0.8.1...v0.8.2)
@@ -732,6 +736,7 @@
- User filtering and many fixes [\#42](https://github.com/IJHack/QtPass/pull/42) ([annejan](https://github.com/annejan))
- Re-enable Windows WebDAV support. [\#37](https://github.com/IJHack/QtPass/pull/37) ([rdoeffinger](https://github.com/rdoeffinger))
- User robustness [\#33](https://github.com/IJHack/QtPass/pull/33) ([rdoeffinger](https://github.com/rdoeffinger))
+- Add WebDAV support. [\#29](https://github.com/IJHack/QtPass/pull/29) ([rdoeffinger](https://github.com/rdoeffinger))
- Add nosingleapp config. [\#27](https://github.com/IJHack/QtPass/pull/27) ([rdoeffinger](https://github.com/rdoeffinger))
- Add Makefile with commands to make a binary release zip file. [\#25](https://github.com/IJHack/QtPass/pull/25) ([rdoeffinger](https://github.com/rdoeffinger))
- Start process only after we finished disabling UI elements etc. [\#24](https://github.com/IJHack/QtPass/pull/24) ([rdoeffinger](https://github.com/rdoeffinger))
diff --git a/localization/localization_af_ZA.ts b/localization/localization_af_ZA.ts
index 60a56850..b1fa06bd 100644
--- a/localization/localization_af_ZA.ts
+++ b/localization/localization_af_ZA.ts
@@ -636,14 +636,14 @@ Expire-Date: 0
<message>
<location filename="../src/mainwindow.ui" line="325"/>
<location filename="../src/mainwindow.ui" line="328"/>
- <location filename="../src/mainwindow.cpp" line="909"/>
+ <location filename="../src/mainwindow.cpp" line="912"/>
<source>Edit</source>
<translation>Wysig</translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="333"/>
<location filename="../src/mainwindow.ui" line="336"/>
- <location filename="../src/mainwindow.cpp" line="930"/>
+ <location filename="../src/mainwindow.cpp" line="933"/>
<source>Delete</source>
<translation>Verwyder</translation>
</message>
@@ -731,7 +731,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/mainwindow.ui" line="368"/>
- <location filename="../src/mainwindow.cpp" line="903"/>
+ <location filename="../src/mainwindow.cpp" line="906"/>
<source>Users</source>
<translation>Gebruikers</translation>
</message>
@@ -839,7 +839,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/mainwindow.cpp" line="393"/>
- <location filename="../src/mainwindow.cpp" line="1095"/>
+ <location filename="../src/mainwindow.cpp" line="1098"/>
<source>Password</source>
<translation>Wagwoord</translation>
</message>
@@ -892,7 +892,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/mainwindow.cpp" line="606"/>
- <location filename="../src/mainwindow.cpp" line="967"/>
+ <location filename="../src/mainwindow.cpp" line="970"/>
<source>New file</source>
<translation>Nuwe lêer</translation>
</message>
@@ -953,31 +953,31 @@ p, li { white-space: pre-wrap; }
<translation type="vanished">Generating GPG key pair</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="773"/>
+ <location filename="../src/mainwindow.cpp" line="776"/>
<source>Profile changed to %1</source>
<translation>Profiel verander na %1</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="900"/>
+ <location filename="../src/mainwindow.cpp" line="903"/>
<source>Open folder with file manager</source>
<translation>Open lêergids met Lêerbestuurder</translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="317"/>
<location filename="../src/mainwindow.ui" line="320"/>
- <location filename="../src/mainwindow.cpp" line="901"/>
+ <location filename="../src/mainwindow.cpp" line="904"/>
<source>Add folder</source>
<translation>Voeg lêergids by</translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="306"/>
<location filename="../src/mainwindow.ui" line="309"/>
- <location filename="../src/mainwindow.cpp" line="902"/>
+ <location filename="../src/mainwindow.cpp" line="905"/>
<source>Add password</source>
<translation>Voeg wagwoord by</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="968"/>
+ <location filename="../src/mainwindow.cpp" line="971"/>
<source>New Folder:
(Will be placed in %1 )</source>
<translation>Nuwe lêergids:
@@ -988,28 +988,28 @@ p, li { white-space: pre-wrap; }
<translation type="vanished">copied to clipboard</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="922"/>
+ <location filename="../src/mainwindow.cpp" line="925"/>
<source>Rename folder</source>
<translation>Hernoem lêergids</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="926"/>
+ <location filename="../src/mainwindow.cpp" line="929"/>
<source>Rename password</source>
<translation>Hernoem wagwoord</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="989"/>
- <location filename="../src/mainwindow.cpp" line="1018"/>
+ <location filename="../src/mainwindow.cpp" line="992"/>
+ <location filename="../src/mainwindow.cpp" line="1021"/>
<source>Rename file</source>
<translation>Hernoem lêer</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="989"/>
+ <location filename="../src/mainwindow.cpp" line="992"/>
<source>Rename Folder To: </source>
<translation>Hernoem lêergids na: </translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1018"/>
+ <location filename="../src/mainwindow.cpp" line="1021"/>
<source>Rename File To: </source>
<translation>Hernoem lêer na: </translation>
</message>
diff --git a/localization/localization_ar_MA.ts b/localization/localization_ar_MA.ts
index 6aeb04da..2663b60b 100644
--- a/localization/localization_ar_MA.ts
+++ b/localization/localization_ar_MA.ts
@@ -570,7 +570,7 @@ Expire-Date: 0
<message>
<location filename="../src/mainwindow.ui" line="306"/>
<location filename="../src/mainwindow.ui" line="309"/>
- <location filename="../src/mainwindow.cpp" line="902"/>
+ <location filename="../src/mainwindow.cpp" line="905"/>
<source>Add password</source>
<translation type="unfinished"></translation>
</message>
@@ -582,21 +582,21 @@ Expire-Date: 0
<message>
<location filename="../src/mainwindow.ui" line="317"/>
<location filename="../src/mainwindow.ui" line="320"/>
- <location filename="../src/mainwindow.cpp" line="901"/>
+ <location filename="../src/mainwindow.cpp" line="904"/>
<source>Add folder</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="325"/>
<location filename="../src/mainwindow.ui" line="328"/>
- <location filename="../src/mainwindow.cpp" line="909"/>
+ <location filename="../src/mainwindow.cpp" line="912"/>
<source>Edit</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="333"/>
<location filename="../src/mainwindow.ui" line="336"/>
- <location filename="../src/mainwindow.cpp" line="930"/>
+ <location filename="../src/mainwindow.cpp" line="933"/>
<source>Delete</source>
<translation type="unfinished"></translation>
</message>
@@ -637,7 +637,7 @@ Expire-Date: 0
</message>
<message>
<location filename="../src/mainwindow.ui" line="368"/>
- <location filename="../src/mainwindow.cpp" line="903"/>
+ <location filename="../src/mainwindow.cpp" line="906"/>
<source>Users</source>
<translation type="unfinished"></translation>
</message>
@@ -674,7 +674,7 @@ Expire-Date: 0
</message>
<message>
<location filename="../src/mainwindow.cpp" line="393"/>
- <location filename="../src/mainwindow.cpp" line="1095"/>
+ <location filename="../src/mainwindow.cpp" line="1098"/>
<source>Password</source>
<translation type="unfinished"></translation>
</message>
@@ -695,7 +695,7 @@ Expire-Date: 0
</message>
<message>
<location filename="../src/mainwindow.cpp" line="606"/>
- <location filename="../src/mainwindow.cpp" line="967"/>
+ <location filename="../src/mainwindow.cpp" line="970"/>
<source>New file</source>
<translation type="unfinished"></translation>
</message>
@@ -731,44 +731,44 @@ Expire-Date: 0
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="773"/>
+ <location filename="../src/mainwindow.cpp" line="776"/>
<source>Profile changed to %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="900"/>
+ <location filename="../src/mainwindow.cpp" line="903"/>
<source>Open folder with file manager</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="922"/>
+ <location filename="../src/mainwindow.cpp" line="925"/>
<source>Rename folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="926"/>
+ <location filename="../src/mainwindow.cpp" line="929"/>
<source>Rename password</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="968"/>
+ <location filename="../src/mainwindow.cpp" line="971"/>
<source>New Folder:
(Will be placed in %1 )</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="989"/>
- <location filename="../src/mainwindow.cpp" line="1018"/>
+ <location filename="../src/mainwindow.cpp" line="992"/>
+ <location filename="../src/mainwindow.cpp" line="1021"/>
<source>Rename file</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="989"/>
+ <location filename="../src/mainwindow.cpp" line="992"/>
<source>Rename Folder To: </source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1018"/>
+ <location filename="../src/mainwindow.cpp" line="1021"/>
<source>Rename File To: </source>
<translation type="unfinished"></translation>
</message>
diff --git a/localization/localization_ca_ES.ts b/localization/localization_ca_ES.ts
index b97300b7..2d00ed04 100644
--- a/localization/localization_ca_ES.ts
+++ b/localization/localization_ca_ES.ts
@@ -636,14 +636,14 @@ Expire-Date: 0
<message>
<location filename="../src/mainwindow.ui" line="325"/>
<location filename="../src/mainwindow.ui" line="328"/>
- <location filename="../src/mainwindow.cpp" line="909"/>
+ <location filename="../src/mainwindow.cpp" line="912"/>
<source>Edit</source>
<translation>Edita</translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="333"/>
<location filename="../src/mainwindow.ui" line="336"/>
- <location filename="../src/mainwindow.cpp" line="930"/>
+ <location filename="../src/mainwindow.cpp" line="933"/>
<source>Delete</source>
<translation>Suprimeix</translation>
</message>
@@ -731,7 +731,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/mainwindow.ui" line="368"/>
- <location filename="../src/mainwindow.cpp" line="903"/>
+ <location filename="../src/mainwindow.cpp" line="906"/>
<source>Users</source>
<translation>Usuaris</translation>
</message>
@@ -839,7 +839,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/mainwindow.cpp" line="393"/>
- <location filename="../src/mainwindow.cpp" line="1095"/>
+ <location filename="../src/mainwindow.cpp" line="1098"/>
<source>Password</source>
<translation>Contrasenya</translation>
</message>
@@ -892,7 +892,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/mainwindow.cpp" line="606"/>
- <location filename="../src/mainwindow.cpp" line="967"/>
+ <location filename="../src/mainwindow.cpp" line="970"/>
<source>New file</source>
<translation>Fitxer nou</translation>
</message>
@@ -953,31 +953,31 @@ p, li { white-space: pre-wrap; }
<translation type="vanished">Generació del parell de claus GPG</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="773"/>
+ <location filename="../src/mainwindow.cpp" line="776"/>
<source>Profile changed to %1</source>
<translation>S&apos;ha canviat el perfil a %1</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="900"/>
+ <location filename="../src/mainwindow.cpp" line="903"/>
<source>Open folder with file manager</source>
<translation>Obre la carpeta amb el gestor de fitxers</translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="317"/>
<location filename="../src/mainwindow.ui" line="320"/>
- <location filename="../src/mainwindow.cpp" line="901"/>
+ <location filename="../src/mainwindow.cpp" line="904"/>
<source>Add folder</source>
<translation>Afegeix una carpeta</translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="306"/>
<location filename="../src/mainwindow.ui" line="309"/>
- <location filename="../src/mainwindow.cpp" line="902"/>
+ <location filename="../src/mainwindow.cpp" line="905"/>
<source>Add password</source>
<translation>Afegeix una contrasenya</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="968"/>
+ <location filename="../src/mainwindow.cpp" line="971"/>
<source>New Folder:
(Will be placed in %1 )</source>
<translation>Carpeta nova:
@@ -988,28 +988,28 @@ p, li { white-space: pre-wrap; }
<translation type="vanished">S&apos;ha copiat al porta-retalls</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="922"/>
+ <location filename="../src/mainwindow.cpp" line="925"/>
<source>Rename folder</source>
<translation>Canviar el nom de la carpeta</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="926"/>
+ <location filename="../src/mainwindow.cpp" line="929"/>
<source>Rename password</source>
<translation>Canviar el nom de la contrasenya</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="989"/>
- <location filename="../src/mainwindow.cpp" line="1018"/>
+ <location filename="../src/mainwindow.cpp" line="992"/>
+ <location filename="../src/mainwindow.cpp" line="1021"/>
<source>Rename file</source>
<translation>Canviar el nom del fitxer</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="989"/>
+ <location filename="../src/mainwindow.cpp" line="992"/>
<source>Rename Folder To: </source>
<translation>Canvia el nom de la carpeta per: </translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1018"/>
+ <location filename="../src/mainwindow.cpp" line="1021"/>
<source>Rename File To: </source>
<translation>Canvieu el nom del fitxer a: </translation>
</message>
diff --git a/localization/localization_cs_CZ.ts b/localization/localization_cs_CZ.ts
index 862a6db1..02339ee4 100644
--- a/localization/localization_cs_CZ.ts
+++ b/localization/localization_cs_CZ.ts
@@ -632,14 +632,14 @@ Expire-Date: 0
<message>
<location filename="../src/mainwindow.ui" line="325"/>
<location filename="../src/mainwindow.ui" line="328"/>
- <location filename="../src/mainwindow.cpp" line="909"/>
+ <location filename="../src/mainwindow.cpp" line="912"/>
<source>Edit</source>
<translation>Upravit</translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="333"/>
<location filename="../src/mainwindow.ui" line="336"/>
- <location filename="../src/mainwindow.cpp" line="930"/>
+ <location filename="../src/mainwindow.cpp" line="933"/>
<source>Delete</source>
<translation>Smazat</translation>
</message>
@@ -668,7 +668,7 @@ Expire-Date: 0
</message>
<message>
<location filename="../src/mainwindow.ui" line="368"/>
- <location filename="../src/mainwindow.cpp" line="903"/>
+ <location filename="../src/mainwindow.cpp" line="906"/>
<source>Users</source>
<translation>Uživatelé</translation>
</message>
@@ -765,7 +765,7 @@ Expire-Date: 0
</message>
<message>
<location filename="../src/mainwindow.cpp" line="393"/>
- <location filename="../src/mainwindow.cpp" line="1095"/>
+ <location filename="../src/mainwindow.cpp" line="1098"/>
<source>Password</source>
<translation>Heslo</translation>
</message>
@@ -813,7 +813,7 @@ Expire-Date: 0
</message>
<message>
<location filename="../src/mainwindow.cpp" line="606"/>
- <location filename="../src/mainwindow.cpp" line="967"/>
+ <location filename="../src/mainwindow.cpp" line="970"/>
<source>New file</source>
<translation>Nový soubor</translation>
</message>
@@ -860,26 +860,26 @@ Expire-Date: 0
<translation type="vanished">Generování páru GPG klíčů</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="773"/>
+ <location filename="../src/mainwindow.cpp" line="776"/>
<source>Profile changed to %1</source>
<translation>Profil změněn na %1</translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="317"/>
<location filename="../src/mainwindow.ui" line="320"/>
- <location filename="../src/mainwindow.cpp" line="901"/>
+ <location filename="../src/mainwindow.cpp" line="904"/>
<source>Add folder</source>
<translation>Přidat adresář</translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="306"/>
<location filename="../src/mainwindow.ui" line="309"/>
- <location filename="../src/mainwindow.cpp" line="902"/>
+ <location filename="../src/mainwindow.cpp" line="905"/>
<source>Add password</source>
<translation>Přidat heslo</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="968"/>
+ <location filename="../src/mainwindow.cpp" line="971"/>
<source>New Folder:
(Will be placed in %1 )</source>
<translation>Nový adresář:
@@ -935,33 +935,33 @@ Expire-Date: 0
<translation> a celý obsah? &lt;br&gt; &lt;strong&gt; Pozor: v dané složce jsou neočekávané soubory. Než budete pokračovat, zkontrolujte je. &lt;/strong&gt;</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="900"/>
+ <location filename="../src/mainwindow.cpp" line="903"/>
<source>Open folder with file manager</source>
<translation>Otevřít složku pomocí Správce souborů</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="922"/>
+ <location filename="../src/mainwindow.cpp" line="925"/>
<source>Rename folder</source>
<translation>Přejmenovat složku</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="926"/>
+ <location filename="../src/mainwindow.cpp" line="929"/>
<source>Rename password</source>
<translation>Přejmenovat heslo</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="989"/>
- <location filename="../src/mainwindow.cpp" line="1018"/>
+ <location filename="../src/mainwindow.cpp" line="992"/>
+ <location filename="../src/mainwindow.cpp" line="1021"/>
<source>Rename file</source>
<translation>Přejmenovat soubor</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="989"/>
+ <location filename="../src/mainwindow.cpp" line="992"/>
<source>Rename Folder To: </source>
<translation>Přejmenovat složku na: </translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1018"/>
+ <location filename="../src/mainwindow.cpp" line="1021"/>
<source>Rename File To: </source>
<translation>Přejmenovat soubor na: </translation>
</message>
diff --git a/localization/localization_cy_GB.ts b/localization/localization_cy_GB.ts
index 4529a9de..48184e61 100644
--- a/localization/localization_cy_GB.ts
+++ b/localization/localization_cy_GB.ts
@@ -598,7 +598,7 @@ Expire-Date: 0
<message>
&l