]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/history - src/windows/BrowserWindow.h
Add a default folder icon to the edit folder dialog. https://redmine.stoutner.com...
[PrivacyBrowserPC.git] / src / windows / BrowserWindow.h
2024-03-27 Soren StoutnerAdd a default folder icon to the edit folder dialog... master
2024-02-21 Soren StoutnerAdd URL syntax highlighting. https://redmine.stoutner...
2024-01-13 Soren StoutnerMove the Settings Dialog to its own class. https:...
2024-01-10 Soren StoutnerCreate new domain settings with the currently applied...
2023-12-28 Soren StoutnerAdd option to auto update the download directory. ...
2023-12-26 Soren StoutnerAdd an stop action. https://redmine.stoutner.com/issue...
2023-12-09 Soren StoutnerAdd DevTools. https://redmine.stoutner.com/issues...
2023-10-30 Soren StoutnerUpdate bookmarks in all windows when modified. https...
2023-10-10 Soren StoutnerAdd bookmarks. https://redmine.stoutner.com/issues/968
2023-10-07 Soren StoutnerAdd final entries to the bookmarks folder menus. https...
2023-10-06 Soren StoutnerAdd bookmark folders.
2023-09-07 Soren StoutnerAdd context menus to the bookmarks toolbar.
2023-09-01 Soren StoutnerAdd dragging and dropping of bookmarks.
2023-08-13 Soren StoutnerPartial bookmark implementation. https://redmine.stout...
2023-07-19 Soren StoutnerAdd a default zoom action. https://redmine.stoutner...
2023-06-30 Soren StoutnerAdd zoom controls to the status bar. https://redmine...
2023-06-18 Soren StoutnerAdd view page source controls. https://redmine.stoutne...
2023-06-09 Soren StoutnerAdd Reload and Bypass Cache. https://redmine.stoutner...
2023-03-08 Soren StoutnerAdd a File > New Tab action.
2023-02-08 Soren StoutnerHide the find text actions by default. https://redmine...
2022-08-26 Soren StoutnerImplement finding of text withing a page.
2022-08-15 Soren StoutnerEnable opening links in new windows.
2022-08-12 Soren StoutnerImplement loading of new tabs from the context menu.
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-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-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 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...