]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/history - src/views/BrowserView.cpp
Add a default folder icon to the edit folder dialog. https://redmine.stoutner.com...
[PrivacyBrowserPC.git] / src / views / BrowserView.cpp
2022-07-14 Soren StoutnerImplement tabbed browsing.
2022-07-11 Soren StoutnerAdd a download location setting.
2022-07-09 Soren StoutnerImplement file downloads.
2022-06-29 Soren StoutnerImplement printing.
2022-06-24 Soren StoutnerAdd full screen support. https://redmine.stoutner.com...
2022-06-10 Soren StoutnerAllow toggling of custom On-The-Fly entries. https...
2022-06-06 Soren StoutnerAdd the currently selected User Agent and Search Engine...
2022-06-06 Soren StoutnerDisable forward and back mouse buttons when a dialog...
2022-05-26 Soren StoutnerAdd durable cookie support.
2022-05-19 Soren StoutnerAdd local storage domain settings.
2022-05-17 Soren StoutnerRename Local Storage to DOM Storage. https://redmine...
2022-05-12 Soren StoutnerChange the cookie implementation to a QTreeView.
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 StoutnerUse an off-the-record profile. https://redmine.stoutne...
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-30 Soren StoutnerFix the application of Domain Settings when navigating...
2022-03-29 Soren StoutnerAdd zoom factor domain settings.
2022-03-29 Soren StoutnerSet all the appropriate WebAttributes. https://redmine...
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-19 Soren StoutnerEnable Domain Settings with wildcard subdomains.
2022-03-19 Soren StoutnerSwitch the Domain Settings implementation to a Dialog.
2022-03-11 Soren StoutnerBegin implementing Domain Settings using KXmlGuiWindow...