Jonathan White

Results 1586 comments of Jonathan White

> the deleted entry "github.com" would get merged back in A, when merging the conflicting file B, rigth? It shouldn't. When you delete an entry, a record of that deletion...

Recycle Bin doesn't mean the entry was deleted, it was just moved to that group. The deleted UUID only gets written when it is actually deleted. When you empty your...

Yah you are right it is completely broken, not sure what happened there I tested the crap out of that feature.

I ended up removing this feature from 2.7.5, we'll get it working for 2.8.0

Does Qt support this integration? The current notifications are from Qt api.

I believe the cloud icon is only updated on save, so it should turn red when the share is unable to be saved.

This might not be possible to implement (easily). Safe saving (and the config file) use Qt's native QSaveFile class. The first unsafe saving uses a new temp file moved into...

We transfer ownership of the file and chmod settings, just not NTFS attributes. https://github.com/keepassxreboot/keepassxc/blob/442d65a497161d9a6e3dd4bec5ac1fb62de04f46/src/core/Database.cpp#L349 Both methods are "unsafe" compared to using QSaveFile

Need to do this as well: https://github.com/keepassxreboot/keepassxc/issues/5623