Jonathan White
Jonathan White
@libklein sorry just coming back to this. I made a bunch of code improvements to align with our standards. Also noticed that now the tags view when editing an entry...
@michaelk83 those are not the causes. I put a bunch of time into diagnosing this and we were basically fighting Qt for sizing. I have a WIP commit added that...
TODO: - [ ] Combine the TagsEdit::Impl directly into TagsEdit. There is no reason to have these separate and it creates ugly code - [ ] TagsManager should do all...
> - Should NetworkRequest be a manager (that is, allow multiple fetches of different URLs) or be single shot (correspond to a single request) Single shot. We already have a...
Going to save this refactor for 2.8.0, created a new compact crash fix for 2.7.10: https://github.com/keepassxreboot/keepassxc/pull/11625
I was thinking the same thing @libklein. There is plenty of time on this branch/PR since it is targeting 2.8.0 now. We merged the break/fix for the HOME button crash...
There was absolutely zero code changed between 2.7.9 and 2.7.10 relating to database locking. Closing a lid issues the screen shutoff event which will cause the database to lock if...
View -> Allow Screencapture. But I don't need a screenshot of the settings
I have disabled my auto-lock setting and my database hasn't locked in over 2 hours. Without any concrete reason, this is not a systemic coding issue. This is most likely...
The setting is actually "Lock databases _when session is locked_ or lid is closed". Either way, Windows event messages are listened to that involve power settings changes, display changes, etc....