IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.03k stars 162 forks source link

fix for #300 #363

Closed FiloSpaTeam closed 6 years ago

FiloSpaTeam commented 6 years ago

Now before folder deletion, check if there are unexpected files and warn the user.

codecov[bot] commented 6 years ago

Codecov Report

Merging #363 into master will decrease coverage by 0.03%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #363      +/-   ##
=========================================
- Coverage    6.38%   6.34%   -0.04%     
=========================================
  Files          39      39              
  Lines        2695    2710      +15     
  Branches      351     355       +4     
=========================================
  Hits          172     172              
- Misses       2517    2532      +15     
  Partials        6       6
Impacted Files Coverage Δ
src/mainwindow.h 0% <ø> (ø) :arrow_up:
src/mainwindow.cpp 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bd33d9c...64ddef2. Read the comment docs.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.02%) to 6.266% when pulling 64ddef2128136ae1879f759164b9729e7b2184a5 on UnitooTeam:master into bd33d9cde30a64a3f3c57bd6d19745d0a8979dc3 on IJHack:master.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.01%) to 6.277% when pulling 04c7c89e6ea5d30314451f591dfa6bd2e017bcbf on UnitooTeam:master into bd33d9cde30a64a3f3c57bd6d19745d0a8979dc3 on IJHack:master.

FiloSpaTeam commented 6 years ago

I added a new QAction to open folder directly from QtPass using QDesktopServices