]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/history - src/windows/BrowserWindow.h
Implement manual adding of cookies.
[PrivacyBrowserPC.git] / src / windows / BrowserWindow.h
2022-04-22 Soren StoutnerImplement manual adding of cookies.
2022-04-19 Soren StoutnerInitial Cookies implementation using a QVBoxLayout.
2022-04-12 Soren StoutnerClear the URL line edit when navigating history. https...
2022-04-12 Soren StoutnerAdd a WebEngine Default user agent.
2022-04-11 Soren StoutnerCreate an add or edit domain settings action.
2022-04-01 Soren StoutnerAdd controls for local storage. https://redmine.stoutne...
2022-03-30 Soren StoutnerAdd a progress bar.
2022-03-29 Soren StoutnerSet the default window size.
2022-03-26 Soren StoutnerReimplement the URL bar as standard toolbars.
2022-03-26 Soren StoutnerFix the loading of websites when the user agent changes...
2022-03-23 Soren StoutnerAdd User Agent to Domain Settings.
2022-03-11 Soren StoutnerBegin implementing Domain Settings using KXmlGuiWindow...