summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2020-12-01 18:31:04 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2020-12-01 18:31:04 +0100
commit152ef31c8e10e01ecba1a222d6de017d29137615 (patch)
treeb8c1114ffb44fa11c0d9b13b0662ec40b7b8f9de
parent3ed58ef912be30346cc151bdd9ca71da0f73a7a9 (diff)
Housekeeping
-rw-r--r--CHANGELOG.md24
-rw-r--r--localization/localization_sk_SK.ts (renamed from localization/localization_sk.ts)41
-rw-r--r--src/src.pro1
3 files changed, 38 insertions, 28 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12890951..e251bfe9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
**Fixed bugs:**
+- Renaming passwords and directories fail [\#487](https://github.com/IJHack/QtPass/issues/487)
- Will not run on Windows 10 1903 b18362.418 [\#486](https://github.com/IJHack/QtPass/issues/486)
**Closed issues:**
@@ -36,8 +37,12 @@
**Merged pull requests:**
+- Translations update from Weblate [\#552](https://github.com/IJHack/QtPass/pull/552) ([weblate](https://github.com/weblate))
+- Translations update from Weblate [\#548](https://github.com/IJHack/QtPass/pull/548) ([weblate](https://github.com/weblate))
+- Move MainWindow to the screen the cursor is on [\#547](https://github.com/IJHack/QtPass/pull/547) ([JFK422](https://github.com/JFK422))
- Translations update from Weblate [\#541](https://github.com/IJHack/QtPass/pull/541) ([weblate](https://github.com/weblate))
- Translations update from Weblate [\#535](https://github.com/IJHack/QtPass/pull/535) ([weblate](https://github.com/weblate))
+- Fix issues with renaming passwords and moving folders [\#532](https://github.com/IJHack/QtPass/pull/532) ([ChaoticEnigma](https://github.com/ChaoticEnigma))
- Translations update from Weblate [\#531](https://github.com/IJHack/QtPass/pull/531) ([weblate](https://github.com/weblate))
- Translations update from Weblate [\#530](https://github.com/IJHack/QtPass/pull/530) ([weblate](https://github.com/weblate))
- Clear search on profile change [\#529](https://github.com/IJHack/QtPass/pull/529) ([cmol](https://github.com/cmol))
@@ -50,6 +55,7 @@
- Use new stable version of `install-qt-action`. [\#502](https://github.com/IJHack/QtPass/pull/502) ([boppybibbles](https://github.com/boppybibbles))
- Don't base pass-otp availability decision on hardcoded /usr/lib [\#499](https://github.com/IJHack/QtPass/pull/499) ([nh2](https://github.com/nh2))
- Spelling: Search for users, , [\#495](https://github.com/IJHack/QtPass/pull/495) ([comradekingu](https://github.com/comradekingu))
+- Spelling: Keylist missing, Could not fetch, GPG [\#493](https://github.com/IJHack/QtPass/pull/493) ([comradekingu](https://github.com/comradekingu))
- Spelling: Git, GPG, PWGen, etc. [\#492](https://github.com/IJHack/QtPass/pull/492) ([comradekingu](https://github.com/comradekingu))
- Don't use a deprecated method [\#491](https://github.com/IJHack/QtPass/pull/491) ([amarsman](https://github.com/amarsman))
- Issue \#402: 'deselect\(\)' on clearing filter [\#490](https://github.com/IJHack/QtPass/pull/490) ([petr-nehez](https://github.com/petr-nehez))
@@ -216,7 +222,6 @@
- No icon on MacOS [\#333](https://github.com/IJHack/QtPass/issues/333)
- Font and spacing used for URL links on right in main window absurdly large [\#329](https://github.com/IJHack/QtPass/issues/329)
- QtPass don't display all lines with templates [\#273](https://github.com/IJHack/QtPass/issues/273)
-- Windows - Enable GPG SSH Authentication [\#225](https://github.com/IJHack/QtPass/issues/225)
**Merged pull requests:**
@@ -337,7 +342,6 @@
- Feature: moving items \(reordering folders\) [\#116](https://github.com/IJHack/QtPass/issues/116)
- Password dialog decoupling from MW [\#242](https://github.com/IJHack/QtPass/pull/242) ([tezeb](https://github.com/tezeb))
- Refactoring of qpushbuttonwithclipboard and timers [\#241](https://github.com/IJHack/QtPass/pull/241) ([tezeb](https://github.com/tezeb))
-- added a copy button for each line to paste the content into the clipboard, "pass init -- path=" command with right path-parameter, lupdate qtpass.pro [\#218](https://github.com/IJHack/QtPass/pull/218) ([YoshiMan](https://github.com/YoshiMan))
**Fixed bugs:**
@@ -352,6 +356,7 @@
- Click does not stick [\#233](https://github.com/IJHack/QtPass/issues/233)
- Doubleclick on Treeview does not open the edit dialouge [\#228](https://github.com/IJHack/QtPass/issues/228)
+- Windows - Enable GPG SSH Authentication [\#225](https://github.com/IJHack/QtPass/issues/225)
- We need autotype . . [\#65](https://github.com/IJHack/QtPass/issues/65)
**Merged pull requests:**
@@ -362,7 +367,7 @@
- Moved @YoshiMan 's copy buttons inside the line Edit [\#222](https://github.com/IJHack/QtPass/pull/222) ([jounathaen](https://github.com/jounathaen))
- UI Improvements [\#220](https://github.com/IJHack/QtPass/pull/220) ([jounathaen](https://github.com/jounathaen))
- creating password store directory, if it doesnot exists, de\_DE translation fixes and removed obsolete translations [\#216](https://github.com/IJHack/QtPass/pull/216) ([YoshiMan](https://github.com/YoshiMan))
-- HTTPS everywhere [\#176](https://github.com/IJHack/QtPass/pull/176) ([da2x](https://github.com/da2x))
+- Italian translation [\#204](https://github.com/IJHack/QtPass/pull/204) ([dakk](https://github.com/dakk))
## [v1.1.5](https://github.com/IJHack/QtPass/tree/v1.1.5) (2016-10-19)
[Full Changelog](https://github.com/IJHack/QtPass/compare/v1.1.4...v1.1.5)
@@ -373,6 +378,7 @@
- Short fullname hangs QtPass keypair generation process for infinite time [\#202](https://github.com/IJHack/QtPass/issues/202)
- More options for password generation [\#98](https://github.com/IJHack/QtPass/issues/98)
- Git hangs on windows [\#71](https://github.com/IJHack/QtPass/issues/71)
+- added a copy button for each line to paste the content into the clipboard, "pass init -- path=" command with right path-parameter, lupdate qtpass.pro [\#218](https://github.com/IJHack/QtPass/pull/218) ([YoshiMan](https://github.com/YoshiMan))
**Fixed bugs:**
@@ -390,7 +396,7 @@
- Increase maximum password length to 255 [\#209](https://github.com/IJHack/QtPass/pull/209) ([vladimiroff](https://github.com/vladimiroff))
- Password templates [\#207](https://github.com/IJHack/QtPass/pull/207) ([jounathaen](https://github.com/jounathaen))
- Updated German Translation [\#206](https://github.com/IJHack/QtPass/pull/206) ([jounathaen](https://github.com/jounathaen))
-- Italian translation [\#204](https://github.com/IJHack/QtPass/pull/204) ([dakk](https://github.com/dakk))
+- keygendialog email and name validition \(issue 202\) [\#203](https://github.com/IJHack/QtPass/pull/203) ([dakk](https://github.com/dakk))
- Lookup validity field to check if keys are valid [\#201](https://github.com/IJHack/QtPass/pull/201) ([thotypous](https://github.com/thotypous))
- Fix spelling error [\#200](https://github.com/IJHack/QtPass/pull/200) ([innir](https://github.com/innir))
@@ -406,6 +412,7 @@
- German umlauts fails [\#192](https://github.com/IJHack/QtPass/issues/192)
- Error after change configuration [\#190](https://github.com/IJHack/QtPass/issues/190)
+- edit of password broken with active "Automatically push" [\#177](https://github.com/IJHack/QtPass/issues/177)
- Re-assign permissions when adding users [\#161](https://github.com/IJHack/QtPass/issues/161)
- Bug: Special characters in Template [\#131](https://github.com/IJHack/QtPass/issues/131)
- Character encoding issue with GPG key [\#101](https://github.com/IJHack/QtPass/issues/101)
@@ -419,7 +426,6 @@
**Merged pull requests:**
-- keygendialog email and name validition \(issue 202\) [\#203](https://github.com/IJHack/QtPass/pull/203) ([dakk](https://github.com/dakk))
- issue 91 bugfix [\#199](https://github.com/IJHack/QtPass/pull/199) ([asalamon74](https://github.com/asalamon74))
- issue 101 bugfix [\#198](https://github.com/IJHack/QtPass/pull/198) ([asalamon74](https://github.com/asalamon74))
- ArchLinux: moved from AUR to \[community\] [\#196](https://github.com/IJHack/QtPass/pull/196) ([eworm-de](https://github.com/eworm-de))
@@ -430,7 +436,6 @@
**Fixed bugs:**
-- edit of password broken with active "Automatically push" [\#177](https://github.com/IJHack/QtPass/issues/177)
- Clipboard not cleared when quitting or killing application [\#171](https://github.com/IJHack/QtPass/issues/171)
- Hide content doesn't work when using templates [\#160](https://github.com/IJHack/QtPass/issues/160)
@@ -457,6 +462,7 @@
**Merged pull requests:**
- add Appdata file and update desktop file [\#178](https://github.com/IJHack/QtPass/pull/178) ([daveol](https://github.com/daveol))
+- HTTPS everywhere [\#176](https://github.com/IJHack/QtPass/pull/176) ([da2x](https://github.com/da2x))
- Fix build issues with MSVC2015 on Windows [\#175](https://github.com/IJHack/QtPass/pull/175) ([msvi](https://github.com/msvi))
## [v1.1.1](https://github.com/IJHack/QtPass/tree/v1.1.1) (2016-04-04)
@@ -486,6 +492,7 @@
**Merged pull requests:**
- lupdate and Russian translation [\#170](https://github.com/IJHack/QtPass/pull/170) ([ahippo](https://github.com/ahippo))
+- Remove path to password store in commit message and a leading space. [\#169](https://github.com/IJHack/QtPass/pull/169) ([ahippo](https://github.com/ahippo))
- Use --secure for pwgen and add more configurable options [\#168](https://github.com/IJHack/QtPass/pull/168) ([ahippo](https://github.com/ahippo))
- Remove Debian packaging [\#166](https://github.com/IJHack/QtPass/pull/166) ([innir](https://github.com/innir))
- Add caskroom URL [\#163](https://github.com/IJHack/QtPass/pull/163) ([graingert](https://github.com/graingert))
@@ -507,10 +514,10 @@
**Merged pull requests:**
-- Remove path to password store in commit message and a leading space. [\#169](https://github.com/IJHack/QtPass/pull/169) ([ahippo](https://github.com/ahippo))
- Pre 1.1 mixing [\#145](https://github.com/IJHack/QtPass/pull/145) ([annejan](https://github.com/annejan))
- Futurator Keygen [\#144](https://github.com/IJHack/QtPass/pull/144) ([annejan](https://github.com/annejan))
- Futurator redesign proper [\#141](https://github.com/IJHack/QtPass/pull/141) ([annejan](https://github.com/annejan))
+- RPM Spec file updates [\#137](https://github.com/IJHack/QtPass/pull/137) ([muff1nman](https://github.com/muff1nman))
- swedish translations [\#135](https://github.com/IJHack/QtPass/pull/135) ([ralphtheninja](https://github.com/ralphtheninja))
## [v1.0.6](https://github.com/IJHack/QtPass/tree/v1.0.6) (2016-01-03)
@@ -532,7 +539,6 @@
**Merged pull requests:**
-- RPM Spec file updates [\#137](https://github.com/IJHack/QtPass/pull/137) ([muff1nman](https://github.com/muff1nman))
- improved the German translation [\#134](https://github.com/IJHack/QtPass/pull/134) ([retokromer](https://github.com/retokromer))
- qrand always generating the same sequence of passwords [\#129](https://github.com/IJHack/QtPass/pull/129) ([treat1](https://github.com/treat1))
- some improvements [\#126](https://github.com/IJHack/QtPass/pull/126) ([retokromer](https://github.com/retokromer))
@@ -678,6 +684,7 @@
- Many deadlocks and other nasty bug fixes [\#64](https://github.com/IJHack/QtPass/pull/64) ([annejan](https://github.com/annejan))
- Mention qt5-default package in README [\#62](https://github.com/IJHack/QtPass/pull/62) ([lorrin](https://github.com/lorrin))
+- Some hacks I needed for portable gpg4win release [\#54](https://github.com/IJHack/QtPass/pull/54) ([rdoeffinger](https://github.com/rdoeffinger))
## [v0.8.4](https://github.com/IJHack/QtPass/tree/v0.8.4) (2015-06-11)
[Full Changelog](https://github.com/IJHack/QtPass/compare/v0.8.3...v0.8.4)
@@ -735,7 +742,6 @@
**Merged pull requests:**
-- Some hacks I needed for portable gpg4win release [\#54](https://github.com/IJHack/QtPass/pull/54) ([rdoeffinger](https://github.com/rdoeffinger))
- SingleApplication per user and leading newline removed from output [\#44](https://github.com/IJHack/QtPass/pull/44) ([annejan](https://github.com/annejan))
- 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))
diff --git a/localization/localization_sk.ts b/localization/localization_sk_SK.ts
index 03ac9185..14f4b61a 100644
--- a/localization/localization_sk.ts
+++ b/localization/localization_sk_SK.ts
@@ -271,7 +271,7 @@
<message>
<location filename="../src/configdialog.ui" line="885"/>
<source>Add</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Add</translation>
</message>
<message>
<location filename="../src/configdialog.ui" line="900"/>
@@ -477,7 +477,7 @@ e-mail</source>
<location filename="../src/imitatepass.cpp" line="95"/>
<location filename="../src/imitatepass.cpp" line="305"/>
<source>Can not edit</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Can not edit</translation>
</message>
<message>
<location filename="../src/imitatepass.cpp" line="96"/>
@@ -898,7 +898,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="../src/mainwindow.cpp" line="655"/>
<source>Are you sure you want to delete %1%2?</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Are you sure you want to delete %1? {1%2??}</translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="654"/>
@@ -1078,80 +1078,83 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="../src/qtpass.cpp" line="141"/>
<source>Generating GPG key pair</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Generating GPG key pair</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="193"/>
<source>Failed to connect WebDAV:
</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Failed to connect WebDAV:
+</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="210"/>
<source>QtPass WebDAV password</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">QtPass WebDAV password</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="211"/>
<source>Enter password to connect to WebDAV:</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Enter password to connect to WebDAV:</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="227"/>
<source>fusedav exited unexpectedly
</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">fusedav exited unexpectedly
+</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="230"/>
<source>Failed to start fusedav to connect WebDAV:
</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Failed to start fusedav to connect WebDAV:
+</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="243"/>
<source>QProcess::FailedToStart</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">QProcess::FailedToStart</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="246"/>
<source>QProcess::Crashed</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">QProcess::Crashed</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="249"/>
<source>QProcess::Timedout</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">QProcess::Timedout</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="252"/>
<source>QProcess::ReadError</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">QProcess::ReadError</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="255"/>
<source>QProcess::WriteError</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">QProcess::WriteError</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="258"/>
<source>QProcess::UnknownError</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">QProcess::UnknownError</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="385"/>
<source>Clipboard cleared</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Clipboard cleared</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="387"/>
<source>Clipboard not cleared</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Clipboard not cleared</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="406"/>
<source>Copied to clipboard</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">copied to clipboard</translation>
</message>
</context>
<context>
@@ -1260,7 +1263,7 @@ Red entries are not valid, you will not be able to encrypt to these.</translatio
<message>
<location filename="../src/usersdialog.cpp" line="59"/>
<source>Key not found in keyring</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Key not found in keyring</translation>
</message>
<message>
<location filename="../src/usersdialog.cpp" line="154"/>
diff --git a/src/src.pro b/src/src.pro
index b77e002b..3439f88a 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -30,6 +30,7 @@ TRANSLATIONS += ../localization/localization_ar_MA.ts \
../localization/localization_pl_PL.ts \
../localization/localization_pt_PT.ts \
../localization/localization_ru_RU.ts \
+ ../localization/localization_sk_SK.ts \
../localization/localization_sq_AL.ts \
../localization/localization_sv_SE.ts \
../localization/localization_tr_TR.ts \