Skip to content

Commit

Permalink
Cleanup and versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed Jan 24, 2020
1 parent bd9002a commit 52133df
Show file tree
Hide file tree
Showing 35 changed files with 435 additions and 441 deletions.
18 changes: 6 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
- 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)
- Some fixes and refactoring. [\#376](https://github.com/IJHack/QtPass/pull/376) ([FiloSpaTeam](https://github.com/FiloSpaTeam))

**Closed issues:**

Expand Down Expand Up @@ -137,7 +138,6 @@
- Bugfixes and Windows compatibility improvements [\#430](https://github.com/IJHack/QtPass/pull/430) ([mrsch](https://github.com/mrsch))
- Semi-automatic code cleanup [\#425](https://github.com/IJHack/QtPass/pull/425) ([annejan](https://github.com/annejan))
- Update to prevent the installer requesting admin [\#424](https://github.com/IJHack/QtPass/pull/424) ([hughwilliams94](https://github.com/hughwilliams94))
- Display passwords as QR codes [\#421](https://github.com/IJHack/QtPass/pull/421) ([frawi](https://github.com/frawi))
- Tested working on Mac Os HS with pinentry-mac [\#419](https://github.com/IJHack/QtPass/pull/419) ([riccardocossu](https://github.com/riccardocossu))
- Dutch \(nl\) translation improvements [\#418](https://github.com/IJHack/QtPass/pull/418) ([equaeghe](https://github.com/equaeghe))
- Bugfixes [\#413](https://github.com/IJHack/QtPass/pull/413) ([rdoeffinger](https://github.com/rdoeffinger))
Expand Down Expand Up @@ -174,7 +174,6 @@
- Insecure Password Generation [\#338](https://github.com/IJHack/QtPass/issues/338)
- Clipboard clearing timer is not reset when new passwords are copied to the clipboard [\#309](https://github.com/IJHack/QtPass/issues/309)
- Removal of files outside of password-store [\#300](https://github.com/IJHack/QtPass/issues/300)
- Some fixes and refactoring. [\#376](https://github.com/IJHack/QtPass/pull/376) ([FiloSpaTeam](https://github.com/FiloSpaTeam))
- Fix & make clearClipboard more robust [\#359](https://github.com/IJHack/QtPass/pull/359) ([lukedirtwalker](https://github.com/lukedirtwalker))

**Closed issues:**
Expand All @@ -198,6 +197,7 @@

**Merged pull requests:**

- Display passwords as QR codes [\#421](https://github.com/IJHack/QtPass/pull/421) ([frawi](https://github.com/frawi))
- 2 simple fixes [\#386](https://github.com/IJHack/QtPass/pull/386) ([FiloSpaTeam](https://github.com/FiloSpaTeam))
- Should fix \#383 [\#384](https://github.com/IJHack/QtPass/pull/384) ([FiloSpaTeam](https://github.com/FiloSpaTeam))
- Move connect action to main.cpp. Default search text as parameter of… [\#382](https://github.com/IJHack/QtPass/pull/382) ([FiloSpaTeam](https://github.com/FiloSpaTeam))
Expand Down Expand Up @@ -293,7 +293,6 @@
- Final step in process mgmt refactoring [\#275](https://github.com/IJHack/QtPass/pull/275) ([tezeb](https://github.com/tezeb))
- Fix pwgen and refactor Pass::finished [\#271](https://github.com/IJHack/QtPass/pull/271) ([tezeb](https://github.com/tezeb))
- Process specific signals for process management [\#270](https://github.com/IJHack/QtPass/pull/270) ([tezeb](https://github.com/tezeb))
- \#239 reencrypting after a drag and drop action [\#261](https://github.com/IJHack/QtPass/pull/261) ([YoshiMan](https://github.com/YoshiMan))
- this if evaluetes ervery time to true [\#255](https://github.com/IJHack/QtPass/pull/255) ([YoshiMan](https://github.com/YoshiMan))
- executeing pass show before editpassword dialog shows up [\#254](https://github.com/IJHack/QtPass/pull/254) ([YoshiMan](https://github.com/YoshiMan))
- Minor fix for file names and git push [\#251](https://github.com/IJHack/QtPass/pull/251) ([tezeb](https://github.com/tezeb))
Expand Down Expand Up @@ -364,6 +363,7 @@

**Merged pull requests:**

- \#239 reencrypting after a drag and drop action [\#261](https://github.com/IJHack/QtPass/pull/261) ([YoshiMan](https://github.com/YoshiMan))
- Allow ssh links [\#211](https://github.com/IJHack/QtPass/pull/211) ([cgonzalez](https://github.com/cgonzalez))
- 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))
Expand Down Expand Up @@ -393,7 +393,6 @@
**Closed issues:**

- Signed releases [\#186](https://github.com/IJHack/QtPass/issues/186)
- Why it's not listed in wikipedia.org/wiki/List\_of\_password\_managers ? [\#164](https://github.com/IJHack/QtPass/issues/164)
- Bitdefender blocks installation and quarantines the .exe and .ink [\#138](https://github.com/IJHack/QtPass/issues/138)

**Merged pull requests:**
Expand All @@ -415,6 +414,7 @@
**Closed issues:**

- Add a \(small\) manpage [\#174](https://github.com/IJHack/QtPass/issues/174)
- Why it's not listed in wikipedia.org/wiki/List\_of\_password\_managers ? [\#164](https://github.com/IJHack/QtPass/issues/164)

## [v1.1.2](https://github.com/IJHack/QtPass/tree/v1.1.2) (2016-06-10)
[Full Changelog](https://github.com/IJHack/QtPass/compare/v1.1.1...v1.1.2)
Expand Down Expand Up @@ -519,6 +519,8 @@
- initial attempt to create a RPM spec file [\#121](https://github.com/IJHack/QtPass/pull/121) ([bram-ivs](https://github.com/bram-ivs))
- Cleanup and coding standards [\#120](https://github.com/IJHack/QtPass/pull/120) ([annejan](https://github.com/annejan))
- Modified the clipboard logic to allow for on-demand copy to clipboard. [\#119](https://github.com/IJHack/QtPass/pull/119) ([jonhanks](https://github.com/jonhanks))
- To make building successfull wi Desktop Qt 5.4.0 MSVC2012 OpenGL 32bit [\#67](https://github.com/IJHack/QtPass/pull/67) ([annejan](https://github.com/annejan))
- Bugfixes [\#49](https://github.com/IJHack/QtPass/pull/49) ([rdoeffinger](https://github.com/rdoeffinger))

## [v1.0.5](https://github.com/IJHack/QtPass/tree/v1.0.5) (2015-11-18)
[Full Changelog](https://github.com/IJHack/QtPass/compare/v1.0.4...v1.0.5)
Expand Down Expand Up @@ -637,10 +639,6 @@
- Remember window size and vertical pane width [\#59](https://github.com/IJHack/QtPass/issues/59)
- Multiline Editing [\#34](https://github.com/IJHack/QtPass/issues/34)

**Merged pull requests:**

- To make building successfull wi Desktop Qt 5.4.0 MSVC2012 OpenGL 32bit [\#67](https://github.com/IJHack/QtPass/pull/67) ([annejan](https://github.com/annejan))

## [v0.8.5.1](https://github.com/IJHack/QtPass/tree/v0.8.5.1) (2015-07-08)
[Full Changelog](https://github.com/IJHack/QtPass/compare/v0.8.5...v0.8.5.1)

Expand Down Expand Up @@ -676,10 +674,6 @@
## [v0.8.3](https://github.com/IJHack/QtPass/tree/v0.8.3) (2015-06-09)
[Full Changelog](https://github.com/IJHack/QtPass/compare/v0.8.2...v0.8.3)

**Merged pull requests:**

- Bugfixes [\#49](https://github.com/IJHack/QtPass/pull/49) ([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)

Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = QtPass
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.3.2
PROJECT_NUMBER = 1.3.3

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
30 changes: 15 additions & 15 deletions localization/localization_ar_MA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -855,80 +855,80 @@ Expire-Date: 0
<context>
<name>QtPass</name>
<message>
<location filename="../src/qtpass.cpp" line="140"/>
<location filename="../src/qtpass.cpp" line="141"/>
<source>Generating GPG key pair</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="192"/>
<location filename="../src/qtpass.cpp" line="193"/>
<source>Failed to connect WebDAV:
</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="205"/>
<location filename="../src/qtpass.cpp" line="206"/>
<source>QtPass WebDAV password</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="206"/>
<location filename="../src/qtpass.cpp" line="207"/>
<source>Enter password to connect to WebDAV:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="222"/>
<location filename="../src/qtpass.cpp" line="223"/>
<source>fusedav exited unexpectedly
</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="225"/>
<location filename="../src/qtpass.cpp" line="226"/>
<source>Failed to start fusedav to connect WebDAV:
</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="238"/>
<location filename="../src/qtpass.cpp" line="239"/>
<source>QProcess::FailedToStart</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="241"/>
<location filename="../src/qtpass.cpp" line="242"/>
<source>QProcess::Crashed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="244"/>
<location filename="../src/qtpass.cpp" line="245"/>
<source>QProcess::Timedout</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="247"/>
<location filename="../src/qtpass.cpp" line="248"/>
<source>QProcess::ReadError</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="250"/>
<location filename="../src/qtpass.cpp" line="251"/>
<source>QProcess::WriteError</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="253"/>
<location filename="../src/qtpass.cpp" line="254"/>
<source>QProcess::UnknownError</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="380"/>
<location filename="../src/qtpass.cpp" line="381"/>
<source>Clipboard cleared</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="382"/>
<location filename="../src/qtpass.cpp" line="383"/>
<source>Clipboard not cleared</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="401"/>
<location filename="../src/qtpass.cpp" line="402"/>
<source>Copied to clipboard</source>
<translation type="unfinished"></translation>
</message>
Expand Down
30 changes: 15 additions & 15 deletions localization/localization_ca.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1090,83 +1090,83 @@ p, li { white-space: pre-wrap; }
<context>
<name>QtPass</name>
<message>
<location filename="../src/qtpass.cpp" line="140"/>
<location filename="../src/qtpass.cpp" line="141"/>
<source>Generating GPG key pair</source>
<translation>Generació del parell de claus GPG</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="192"/>
<location filename="../src/qtpass.cpp" line="193"/>
<source>Failed to connect WebDAV:
</source>
<translation>Ha fallat la connexió a WebDAV:
</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="205"/>
<location filename="../src/qtpass.cpp" line="206"/>
<source>QtPass WebDAV password</source>
<translation>Contrasenya de WebDAV de QtPass</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="206"/>
<location filename="../src/qtpass.cpp" line="207"/>
<source>Enter password to connect to WebDAV:</source>
<translation>Introduïu la contrasenya per connectar a WebDAV:</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="222"/>
<location filename="../src/qtpass.cpp" line="223"/>
<source>fusedav exited unexpectedly
</source>
<translation>fusedav ha sortit inesperadament
</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="225"/>
<location filename="../src/qtpass.cpp" line="226"/>
<source>Failed to start fusedav to connect WebDAV:
</source>
<translation>Ha fallat l&apos;inici de fusedav per connectar a WebDAV:
</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="238"/>
<location filename="../src/qtpass.cpp" line="239"/>
<source>QProcess::FailedToStart</source>
<translation>QProcess::FailedToStart</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="241"/>
<location filename="../src/qtpass.cpp" line="242"/>
<source>QProcess::Crashed</source>
<translation>QProcess::Crashed</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="244"/>
<location filename="../src/qtpass.cpp" line="245"/>
<source>QProcess::Timedout</source>
<translation>QProcess::Timedout</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="247"/>
<location filename="../src/qtpass.cpp" line="248"/>
<source>QProcess::ReadError</source>
<translation>QProcess::ReadError</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="250"/>
<location filename="../src/qtpass.cpp" line="251"/>
<source>QProcess::WriteError</source>
<translation>QProcess::WriteError</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="253"/>
<location filename="../src/qtpass.cpp" line="254"/>
<source>QProcess::UnknownError</source>
<translation>QProcess::UnknownError</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="380"/>
<location filename="../src/qtpass.cpp" line="381"/>
<source>Clipboard cleared</source>
<translation>S&apos;ha netejat el porta-retalls</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="382"/>
<location filename="../src/qtpass.cpp" line="383"/>
<source>Clipboard not cleared</source>
<translation>No s&apos;ha netejat el porta-retalls</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="401"/>
<location filename="../src/qtpass.cpp" line="402"/>
<source>Copied to clipboard</source>
<translation>S&apos;ha copiat al porta-retalls</translation>
</message>
Expand Down
30 changes: 15 additions & 15 deletions localization/localization_cs_CZ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1042,83 +1042,83 @@ Expire-Date: 0
<context>
<name>QtPass</name>
<message>
<location filename="../src/qtpass.cpp" line="140"/>
<location filename="../src/qtpass.cpp" line="141"/>
<source>Generating GPG key pair</source>
<translation>Generování páru GPG klíčů</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="192"/>
<location filename="../src/qtpass.cpp" line="193"/>
<source>Failed to connect WebDAV:
</source>
<translation>Selhalo připojení k WebDAV:
</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="205"/>
<location filename="../src/qtpass.cpp" line="206"/>
<source>QtPass WebDAV password</source>
<translation>QtPass WebDAV heslo</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="206"/>
<location filename="../src/qtpass.cpp" line="207"/>
<source>Enter password to connect to WebDAV:</source>
<translation>Vložte heslo pro připojení k WebDAV:</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="222"/>
<location filename="../src/qtpass.cpp" line="223"/>
<source>fusedav exited unexpectedly
</source>
<translation>fusedav neočekávaně skončil
</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="225"/>
<location filename="../src/qtpass.cpp" line="226"/>
<source>Failed to start fusedav to connect WebDAV:
</source>
<translation>Selhalo spuštění fusedav pro připojení k WebDAV:
</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="238"/>
<location filename="../src/qtpass.cpp" line="239"/>
<source>QProcess::FailedToStart</source>
<translation>QProcess::FailedToStart</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="241"/>
<location filename="../src/qtpass.cpp" line="242"/>
<source>QProcess::Crashed</source>
<translation>QProcess::Crashed</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="244"/>
<location filename="../src/qtpass.cpp" line="245"/>
<source>QProcess::Timedout</source>
<translation>QProcess::Timedout</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="247"/>
<location filename="../src/qtpass.cpp" line="248"/>
<source>QProcess::ReadError</source>
<translation>QProcess::ReadError</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="250"/>
<location filename="../src/qtpass.cpp" line="251"/>
<source>QProcess::WriteError</source>
<translation>QProcess::WriteError</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="253"/>
<location filename="../src/qtpass.cpp" line="254"/>
<source>QProcess::UnknownError</source>
<translation>QProcess::UnknownError</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="380"/>
<location filename="../src/qtpass.cpp" line="381"/>
<source>Clipboard cleared</source>
<translation>Schránka vymazána</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="382"/>
<location filename="../src/qtpass.cpp" line="383"/>
<source>Clipboard not cleared</source>
<translation>Schránka nevymazána</translation>
</message>
<message>
<location filename="../src/qtpass.cpp" line="401"/>
<location filename="../src/qtpass.cpp" line="402"/>
<source>Copied to clipboard</source>
<translation>zkopírovat do schránky</translation>
</message>
Expand Down
Loading

0 comments on commit 52133df

Please sign in to comment.