keepassxc/tests/gui
Jonathan White a145bf9119 Complete refactor of Browser Integration classes
* Removed option to attach KeePassXC to the browser extension. Users must use the proxy application to communicate with KeePassXC.
* Significantly streamlined proxy code. Used same implementation of stdin/stdout interface across all platforms.
* Moved browser service entry point to BrowserService class instead of NativeMessagingHost. BrowserService now coordinates the communication to/from clients.
* Moved settings page definition out of MainWindow
* Decoupled BrowserService from DatabaseTabWidget
* Reduced complexity of various functions and cleaned the ABI (public vs private).
* Eliminated BrowserClients class, moved functionality into the BrowserService
* Renamed HostInstaller to NativeMessageInstaller and renamed NativeMessageHost to BrowserHost.
* Recognize XDG_CONFIG_HOME when installing native message file on Linux. Fix #4121 and fix #4123.
2020-05-14 17:14:17 -04:00
..
CMakeLists.txt Fix building without features 2019-10-29 23:03:39 -04:00
TestGui.cpp Reports: Add "Known Bad" flag for entries 2020-05-08 20:51:11 -04:00
TestGui.h Remove inline password generator when editing entries 2020-03-09 18:03:20 -04:00
TestGuiBrowser.cpp Complete refactor of Browser Integration classes 2020-05-14 17:14:17 -04:00
TestGuiBrowser.h Complete refactor of Browser Integration classes 2020-05-14 17:14:17 -04:00
TestGuiPixmaps.cpp Fixed issues with initial commit 2018-07-06 22:23:52 -04:00
TestGuiPixmaps.h Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords 2017-03-10 16:12:02 +01:00