Skip to content

Comments

Fixes and improvments for config dialog#432

Merged
annejan merged 3 commits intoIJHack:masterfrom
rdoeffinger:configfixes
Dec 10, 2018
Merged

Fixes and improvments for config dialog#432
annejan merged 3 commits intoIJHack:masterfrom
rdoeffinger:configfixes

Conversation

@rdoeffinger
Copy link
Contributor

  • Fix endless append of / at end of password store path on Windows
  • When the user is told to fix the binaries configuration, send the straight to the proper tab to fix it
  • Add an autodetect button for the programs, so that if the user forgot to install dependencies onfirst start they don't have to fill everything in manually once they did.

This fixes the password store path growing an endless
set of / at the end on Windows.
Also disable delete and edit buttons when entry is deselected.
It is confusing to show a tab that has nothing to do
with the problem the user needs to fix.
Makes it easy for user to reset the values
to the defaults.
@codecov
Copy link

codecov bot commented Nov 4, 2018

Codecov Report

Merging #432 into master will decrease coverage by 0.04%.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #432      +/-   ##
========================================
- Coverage    7.25%   7.2%   -0.05%     
========================================
  Files          41     41              
  Lines        2662   2678      +16     
========================================
  Hits          193    193              
- Misses       2469   2485      +16
Impacted Files Coverage Δ
src/configdialog.h 0% <ø> (ø) ⬆️
src/mainwindow.cpp 0% <0%> (ø) ⬆️
src/configdialog.cpp 0% <0%> (ø) ⬆️
src/qtpasssettings.cpp 7.57% <0%> (ø) ⬆️
src/util.cpp 8.62% <0%> (-0.16%) ⬇️

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 32ea1ad...7f8136e. Read the comment docs.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) to 7.216% when pulling 7f8136e on rdoeffinger:configfixes into 32ea1ad on IJHack:master.

@annejan annejan merged commit bba04e0 into IJHack:master Dec 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants