From 999d60aabcec839afd45798fc9849b1a6f83c053 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Tue, 10 Sep 2019 10:54:55 +0200 Subject: version bump RC --- CHANGELOG.md | 13 ++- localization/localization_ar_MA.ts | 224 +++++++++++++++++++------------------ localization/localization_ca.ts | 224 +++++++++++++++++++------------------ localization/localization_cs_CZ.ts | 224 +++++++++++++++++++------------------ localization/localization_de_DE.ts | 224 +++++++++++++++++++------------------ localization/localization_de_LU.ts | 224 +++++++++++++++++++------------------ localization/localization_el_GR.ts | 224 +++++++++++++++++++------------------ localization/localization_en_GB.ts | 224 +++++++++++++++++++------------------ localization/localization_en_US.ts | 224 +++++++++++++++++++------------------ localization/localization_es_ES.ts | 224 +++++++++++++++++++------------------ localization/localization_fr_BE.ts | 224 +++++++++++++++++++------------------ localization/localization_fr_FR.ts | 224 +++++++++++++++++++------------------ localization/localization_fr_LU.ts | 224 +++++++++++++++++++------------------ localization/localization_gl_ES.ts | 224 +++++++++++++++++++------------------ localization/localization_he_IL.ts | 224 +++++++++++++++++++------------------ localization/localization_hu_HU.ts | 224 +++++++++++++++++++------------------ localization/localization_it_IT.ts | 224 +++++++++++++++++++------------------ localization/localization_lb_LU.ts | 224 +++++++++++++++++++------------------ localization/localization_nl.ts | 224 +++++++++++++++++++------------------ localization/localization_pl_PL.ts | 224 +++++++++++++++++++------------------ localization/localization_pt_PT.ts | 224 +++++++++++++++++++------------------ localization/localization_ru_RU.ts | 224 +++++++++++++++++++------------------ localization/localization_sv_SE.ts | 224 +++++++++++++++++++------------------ localization/localization_zh_CN.ts | 224 +++++++++++++++++++------------------ qtpass.iss | 2 +- qtpass.plist | 2 +- qtpass.pri | 2 +- qtpass.spec | 2 +- 28 files changed, 2705 insertions(+), 2468 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9a3cbac..341e5064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,20 @@ [Full Changelog](https://github.com/IJHack/QtPass/compare/v1.3.0...HEAD) +**Implemented enhancements:** + +- Renaming password [\#463](https://github.com/IJHack/QtPass/issues/463) +- \[Feature Request\] Edit main title field [\#446](https://github.com/IJHack/QtPass/issues/446) + **Closed issues:** - Bundle ID is literally `$\(PRODUCT\_BUNDLE\_IDENTIFIER\)` [\#448](https://github.com/IJHack/QtPass/issues/448) **Merged pull requests:** +- 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) @@ -31,6 +38,7 @@ **Closed issues:** +- various issues with Info.plist file on macOS [\#457](https://github.com/IJHack/QtPass/issues/457) - Can not add new passwords for some reason [\#454](https://github.com/IJHack/QtPass/issues/454) - GnuPG not found on Linux Mint [\#433](https://github.com/IJHack/QtPass/issues/433) - How to clean up the app [\#429](https://github.com/IJHack/QtPass/issues/429) @@ -43,6 +51,7 @@ - We should select a minimum Qt version [\#371](https://github.com/IJHack/QtPass/issues/371) - Problem with GNUpg not found on MacOS [\#362](https://github.com/IJHack/QtPass/issues/362) - Compiling for Linux Mint 18 Ubuntu 16 [\#357](https://github.com/IJHack/QtPass/issues/357) +- make qtpass portable in windows [\#356](https://github.com/IJHack/QtPass/issues/356) - Unable to see main application window \(applicationn runs minimized to tray only\) [\#286](https://github.com/IJHack/QtPass/issues/286) - Startup variables and parameters [\#212](https://github.com/IJHack/QtPass/issues/212) - \[OS X\] Password input dialog suddenly stopped popping up [\#191](https://github.com/IJHack/QtPass/issues/191) @@ -102,7 +111,6 @@ **Closed issues:** -- various issues with Info.plist file on macOS [\#457](https://github.com/IJHack/QtPass/issues/457) - Multiple question marks while trying to delete password [\#385](https://github.com/IJHack/QtPass/issues/385) - No button icons and text in "menu bar" [\#383](https://github.com/IJHack/QtPass/issues/383) - Cannot add a new password [\#380](https://github.com/IJHack/QtPass/issues/380) @@ -178,7 +186,6 @@ **Closed issues:** -- make qtpass portable in windows [\#356](https://github.com/IJHack/QtPass/issues/356) - Tab order is wrong in password dialog [\#331](https://github.com/IJHack/QtPass/issues/331) - Missing icons since split to static lib [\#325](https://github.com/IJHack/QtPass/issues/325) - "-session XXX" upon session restore taken as search string [\#320](https://github.com/IJHack/QtPass/issues/320) @@ -426,6 +433,7 @@ - Feature: Always on top [\#118](https://github.com/IJHack/QtPass/issues/118) - Option to show minimized instance [\#99](https://github.com/IJHack/QtPass/issues/99) +- System Icons on Buttons and Doubleclick on treeView [\#124](https://github.com/IJHack/QtPass/pull/124) ([jounathaen](https://github.com/jounathaen)) **Fixed bugs:** @@ -499,7 +507,6 @@ **Implemented enhancements:** - Users setup - key colours could be improved [\#82](https://github.com/IJHack/QtPass/issues/82) -- System Icons on Buttons and Doubleclick on treeView [\#124](https://github.com/IJHack/QtPass/pull/124) ([jounathaen](https://github.com/jounathaen)) **Closed issues:** diff --git a/localization/localization_ar_MA.ts b/localization/localization_ar_MA.ts index 99827f2e..614f785e 100644 --- a/localization/localization_ar_MA.ts +++ b/localization/localization_ar_MA.ts @@ -4,314 +4,319 @@ ConfigDialog - + Configuration - + Settings - + Clipboard behaviour: - + Use primary selection - + Autoclear after: - + + Seconds - + Content panel behaviour: - + Hide content - + Hide password - + Autoclear panel after: - + Password Generation: - + Password Length: - + Characters - + Use characters: - + Select character set for password generation - + All Characters - + Alphabetical - + Alphanumerical - + Custom - + ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 - + Use pwgen - + Exclude capital letters - + Include special symbols - + Generate easy to memorize but less secure passwords - + Exclude numbers - + Git: - + Use git - + Automatically add .gpg-id files - + Automatically push - + Automatically pull - + Extensions: - + Use pass otp extension - + System: - + Use TrayIcon - + Start minimized - + Hide on close - + Always on top - + Programs - + Select password storage program: - + Nati&ve git/gpg - + &Use pass - + Native - + git - + + + + + ... - + gpg - + pwgen - + Pass - + pass - + <html><head/><body><p><a href="https://www.passwordstore.org/"><span style=" text-decoration: underline; color:#0000ff;">www.passwordstore.org</span></a></p></body></html> - + Profiles - + Name - + Path - + Add - + Delete - + Current password-store - + Template - + Templates add extra fields in the password generation dialogue and in the password view. - + Use template - + Show all lines beginning with a word followed by a colon as fields in password fields, not only the listed ones - + Show all fields templated - + login url email - + <a href="https://QtPass.org/">QtPass</a> version @@ -396,12 +401,12 @@ email - + Autodetect - + Use qrencode @@ -456,42 +461,42 @@ You will not be able to decrypt any newly added passwords! KeygenDialog - + Generate GnuPG keypair - + Generate a new key pair - + Passphrase - + Email - + Name - + <html><head/><body><p>There is no limit on the length of a passphrase, and it should be carefully chosen. From the perspective of security, the passphrase to unlock the private key is one of the weakest points in GnuPG (and other public-key encryption systems as well) since it is the only protection you have if another individual gets your private key. <br/>Ideally, the passphrase should not use words from a dictionary and should mix the case of alphabetic characters as well as use non-alphabetic characters.<br/>A good passphrase is crucial to the secure use of GnuPG.</p></body></html> - + Expert - + # QtPass GPG key generator # # first test version please comment @@ -510,7 +515,7 @@ Expire-Date: 0 - + For expert options check out the <a href="https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html">GnuPG manual</a> @@ -543,12 +548,12 @@ Expire-Date: 0 MainWindow - + QtPass - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -560,90 +565,92 @@ p, li { white-space: pre-wrap; } - + + Edit - + + Delete - + OTP - + Generate OTP and copy to clipboard - + Ctrl+G - + git push - + Push - + Ctrl+N - + git pull - + Update - + Manage who can read password in folder - + Users - + Configuration - + Config - + Select profile - + Search Password - + Welcome to QtPass @@ -758,13 +765,15 @@ p, li { white-space: pre-wrap; } - + + Add folder - + + Add password @@ -792,47 +801,48 @@ p, li { white-space: pre-wrap; } PasswordDialog - + + Password - + Generate - + Show password - + Character Set: - + All Characters - + Alphabetical - + Alphanumerical - + Custom - + Length: @@ -976,12 +986,12 @@ p, li { white-space: pre-wrap; } UsersDialog - + Read access users - + Select which users should be able to decrypt passwords stored in this folder. Note: Existing files will not be modified and retain the old permissions until you edit them. Blue entries have a secret key available, select one of these to be able to decrypt. @@ -989,12 +999,12 @@ Red entries are not valid, you will not be able to encrypt to these. - + Search Users - + Show unusable keys diff --git a/localization/localization_ca.ts b/localization/localization_ca.ts index e4ee7555..f1668e29 100644 --- a/localization/localization_ca.ts +++ b/localization/localization_ca.ts @@ -4,32 +4,33 @@ ConfigDialog - + Configuration Configuració - + Settings Paràmetres - + Clipboard behaviour: Comportament del porta-retalls: - + Use primary selection Utilitza la selecció primària - + Autoclear after: Neteja automàticament després de: - + + Seconds segons @@ -38,277 +39,281 @@ Comportament de la contrasenya: - + Content panel behaviour: Comportament del plafó del contingut: - + Hide content Oculta el contingut - + Hide password Oculta la contrasenya - + Autoclear panel after: Neteja automàticament el plafó després de: - + Password Generation: Generació de contrasenyes: - + Password Length: Longitud de la contrasenya: - + Characters caràcters - + Use characters: Utilitza els caràcters: - + Select character set for password generation Seleccioneu el conjunt de caràcters per a la generació de la contrasenya - + All Characters Tots els caràcters - + Alphabetical Alfabètic - + Alphanumerical Alfanumèric - + Custom Personalitzat - + ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZabcçdefghijklmnopqrstuvwxyz0123456789 - + Use pwgen Utilitza pwgen - + Exclude capital letters Exclou les lletres en majúscula - + Include special symbols Inclou els símbols especials - + Generate easy to memorize but less secure passwords Genera contrasenyes fàcils de recordar però menys segures - + Exclude numbers Exclou els nombres - + Git: Git: - + Use git Utilitza git - + Automatically add .gpg-id files Afegeix automàticament els fitxers .gpg-id - + Automatically push Pujada automàtica - + Automatically pull Baixada automàtica - + Extensions: Extensions: - + Use pass otp extension Utilitza l'extensió pass otp - + System: Sistema: - + Use TrayIcon Utilitza la safata del sistema - + Start minimized Comença minimitzat - + Hide on close Oculta amb el tancament - + Always on top Sempre al capdamunt - + Programs Programes - + Select password storage program: Seleccioneu el programa d'emmagatzematge de contrasenyes: - + Nati&ve git/gpg Nati&u git/gpg - + &Use pass &Utilitza pass - + Native Natiu - + git git - + + + + + ... ... - + gpg gpg - + pwgen pwgen - + Pass Pass - + pass pass - + <html><head/><body><p><a href="https://www.passwordstore.org/"><span style=" text-decoration: underline; color:#0000ff;">www.passwordstore.org</span></a></p></body></html> <html><head/><body><p><a href="https://www.passwordstore.org/"><span style=" text-decoration: underline; color:#0000ff;">www.passwordstore.org</span></a></p></body></html> - + Profiles Perfils - + Name Nom - + Path Camí - + Add Afegeix - + Delete Suprimeix - + Current password-store Magatzem de contrasenyes actual - + Template Plantilla - + Templates add extra fields in the password generation dialogue and in the password view. Les plantilles afegeixen camps extres al diàleg de generació de contrasenyes i a la visualització de la contrasenya. - + Use template Utilitza la plantilla - + Show all lines beginning with a word followed by a colon as fields in password fields, not only the listed ones Mostra totes les línies que comencen amb una paraula seguida de dos punts com a camps als camps de la contrasenya, no només les que figuren a la llista - + Show all fields templated Mostra tota la plantilla de camps - + login url email @@ -317,7 +322,7 @@ url email - + <a href="https://QtPass.org/">QtPass</a> version <a href="https://QtPass.org/">QtPass</a> versió @@ -402,12 +407,12 @@ email La carpeta %1 no sembla ser un magatzem de claus o encara no ha estat inicialitzat. - + Autodetect - + Use qrencode @@ -463,42 +468,42 @@ Probablement no podreu desxifrar les contrasenyes afegides recentment! KeygenDialog - + Generate GnuPG keypair Generació del parell de claus GnuPG - + Generate a new key pair Genera un nou parell de claus - + Passphrase Contrasenya - + Email Correu electrònic - + Name Nom - + <html><head/><body><p>There is no limit on the length of a passphrase, and it should be carefully chosen. From the perspective of security, the passphrase to unlock the private key is one of the weakest points in GnuPG (and other public-key encryption systems as well) since it is the only protection you have if another individual gets your private key. <br/>Ideally, the passphrase should not use words from a dictionary and should mix the case of alphabetic characters as well as use non-alphabetic characters.<br/>A good passphrase is crucial to the secure use of GnuPG.</p></body></html> <html><head/><body><p>No hi ha cap límit sobre la llargada d'una contrasenya, i s'ha de seleccionar acuradament. Des de la perspectiva de la seguretat, la contrasenya per desbloquejar la clau privada és un dels punts més febles de GnuPG (i altres sistemes de xifratge de clau pública), ja que és l'única protecció que teniu si una altra persona obté la vostra clau privada. <br/>El més ideal seria que per a la contrasenya no s'utilitzessin les paraules d'un diccionari i s'utilitzés una mescla de caràcters alfabètics i no alfabètics.<br/>Una bona contrasenya és crucial per a l'ús segur de GnuPG.</p></body></html> - + Expert Expert - + # QtPass GPG key generator # # first test version please comment @@ -531,7 +536,7 @@ Expire-Date: 0 %echo fet - + For expert options check out the <a href="https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html">GnuPG manual</a> Per obtenir opcions d'experts consulteu el <a href="https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html">manual de GnuPG</a> @@ -564,7 +569,7 @@ Expire-Date: 0 MainWindow - + QtPass QtPass @@ -573,24 +578,26 @@ Expire-Date: 0 Afegeix - + + Edit Edita - + + Delete Suprimeix - + git push git push - + Push Puja @@ -613,48 +620,48 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://github.com/IJHack/qtpass"><span style=" font-family:'Noto Sans'; font-size:12pt; text-decoration: underline; color:#4183c4;">Codi font</span></a></p></body></html> - + Ctrl+N Ctrl+N - + OTP OTP - + Generate OTP and copy to clipboard Genera l'OTP i copia'l al porta-retalls - + Ctrl+G Ctrl+G - + git pull git pull - + Update Actualitza - + Manage who can read password in folder Gestioneu qui pot llegir la contrasenya a la carpeta - + Users Usuaris - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -666,27 +673,27 @@ p, li { white-space: pre-wrap; } - + Configuration Configuració - + Config Configura - + Select profile Selecciona un perfil - + Welcome to QtPass Benvingut a QtPass - + Search Password Cerca la contrasenya @@ -912,13 +919,15 @@ p, li { white-space: pre-wrap; } Obre la carpeta amb el gestor de fitxers - + + Add folder Afegeix una carpeta - + + Add password Afegeix una contrasenya @@ -951,47 +960,48 @@ p, li { white-space: pre-wrap; } PasswordDialog - + + Password Contrasenya - + Generate Genera - + Show password Mostra la contrasenya - + Character Set: Conjunt de caràcters: - + All Characters Tots els caràcters - + Alphabetical Alfabètics - + Alphanumerical Alfanumèrics - + Custom Personalitzat - + Length: Longitud: @@ -1137,12 +1147,12 @@ p, li { white-space: pre-wrap; } UsersDialog - + Read access users Usuaris d'accés de lectura - + Select which users should be able to decrypt passwords stored in this folder. Note: Existing files will not be modified and retain the old permissions until you edit them. Blue entries have a secret key available, select one of these to be able to decrypt. @@ -1153,12 +1163,12 @@ Les entrades blaves tenen disponible una clau secreta, seleccioneu una d'aq Les entrades vermelles no són vàlides, no podreu xifrar. - + Search Users Cerca usuaris - + Show unusable keys Mostra les claus inutilitzables diff --git a/localization/localization_cs_CZ.ts b/localization/localization_cs_CZ.ts index 3377880c..14368404 100644 --- a/localization/localization_cs_CZ.ts +++ b/localization/localization_cs_CZ.ts @@ -4,32 +4,33 @@ ConfigDialog - + Configuration Konfigurace - + Settings Nastavení - + Clipboard behaviour: Chování schránky: - + Use primary selection - + Autoclear after: Vymazat po: - + + Seconds sekundách @@ -38,277 +39,281 @@ Chování hesla: - + Content panel behaviour: - + Hide content Skrýt obsah - + Hide password Skrýt heslo - + Autoclear panel after: Vymazat panel po: - + Password Generation: Generování hesel: - + Password Length: Délka hesla: - + Characters znaků - + Use characters: Použít znaky: - + Select character set for password generation - + All Characters - + Alphabetical - + Alphanumerical - + Custom - + ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 - + Use pwgen Použít pwgen - + Exclude capital letters Nepoužívat VELKÁ písmena - + Include special symbols Používat speciální znaky - + Generate easy to memorize but less secure passwords Generovat zapamatovatelná méně bezpečná hesla - + Exclude numbers Nepoužívat čísla - + Git: Git: - + Use git Použít git - + Automatically add .gpg-id files Automaticky přidat .gpg-id soubory - + Automatically push Automaticky odesílat - + Automatically pull Automaticky stahovat - + Extensions: - + Use pass otp extension - + System: Systém: - + Use TrayIcon Zobrazit ikonu - + Start minimized Spustit skryté - + Hide on close Zavřením skrýt - + Always on top Vždy navrchu - + Programs Programy - + Select password storage program: Vybrat program správce hesel: - + Nati&ve git/gpg &Výchozí git/gpg - + &Use pass Po&užít pass - + Native Výchozí - + git git - + + + + + ... ... - + gpg gpg - + pwgen pwgen - + Pass Pass - + pass pass - + <html><head/><body><p><a href="https://www.passwordstore.org/"><span style=" text-decoration: underline; color:#0000ff;">www.passwordstore.org</span></a></p></body></html> <html><head/><body><p><a href="https://www.passwordstore.org/"><span style=" text-decoration: underline; color:#0000ff;">www.passwordstore.org</span></a></p></body></html> - + Profiles Profily - + Name Jméno - +