-
-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continuing refactoring #407
Conversation
Merge local
…r hidden (possible regression for Windows users and dot folders)
Update local
…MainWindow - QtPass class should handle connecctions and business logic
Codecov Report
@@ Coverage Diff @@
## master #407 +/- ##
=========================================
+ Coverage 6.46% 7.32% +0.86%
=========================================
Files 39 41 +2
Lines 2585 2662 +77
=========================================
+ Hits 167 195 +28
- Misses 2418 2467 +49
Continue to review full report at Codecov.
|
Oh wow, those are nice changes . . |
Before merge i want to test more and try to do what i wrote above 👍 |
…as index, you can delete the key anyway
What do you think? :) |
Travis CI build failed: possible this? -> -platform name
Taken from https://doc.qt.io/qt-5/qtest-overview.html |
I've done a little rebase but for the other commits: it's a lot of work and i don't know finally if it can cause some troubles for the others and for the repo itself :~~ |
I think I'll do some testing on some VMs tomorrow . . |
Updating local
…'s not available for the OS.
I feel confident merging these changes . . The only interesting thing I noticed is that the sorting order in the tree view is now z-a 😺 |
LOL i didnt noticed. I ll see and fix anyway :) if you feel i need to change something tell |
Before merge i need to solve:
|
To solve the second one, I created a Timer of 350ms that start on lineEdit changed and fire on timeout the real search event. Another BUG, if selectionModel is empty and you click Enter you can delete the entire folder xD i'll check if selectionModel is selected |
…profile, profiles was not saved correctly. Adding timer to handle search (350ms).
… tooltips for disabled checkbox like TrayIcon and OTP. Fixed Sort for QTreeView. Now when search is empty all QTreeView is collapsed and keys are not selected. Another fix when you press enter and proxyModel is empty.
@FiloSpaTeam It seems that something with the copy function is not working as expected in your version. After i decrypted an item from the list the password is automatically copied to the clipboard. But when i click on the copy symbol next to the password nothing happens. No matter if i try to copy the password or any other entry. |
Ok perfect, i'll fix it :) i didn t tried the copy button lol |
Copy button works again. 👍 |
What i'm trying to do:
What i need to do: