aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Remove PageMenuAqua-sama2018-07-082-151/+0
| | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu
* Add ProfileManagerAqua-sama2018-06-241-5/+7
|
* clang-format passAqua-sama2018-06-221-2/+2
|
* Bookmarks manager bugfixesAqua-sama2018-06-151-1/+4
| | | | | | | | WebProfile: remove addBookmark signal and member Bookmarks: remove unused '...' button Bookmarks: stop crashing if there's no selected item Bookmarks: activating an item will only open it if it's a bookmark Bookmarks: change header size split
* Move load profile menu to page menu from tab menuAqua-sama2018-06-092-0/+32
|
* Split webengine/webprofile into lib/webAqua-sama2018-06-071-1/+1
|
* Merge address bar menusAqua-sama2018-05-032-48/+23
|
* Load URL/Search page menu actionsAqua-sama2018-04-181-1/+19
|
* Multiple subwindows interfaceAqua-sama2018-04-161-1/+1
| | | | | | | | | | | | Subwindows are similar to tab groups. - Rewrote Browser and MainWindow, so they should be somewhat cleaner now - Moved AboutDialog to lib/about What's broken: - loading bar - search box - address bar bookmark suggestions - plugins
* Branch of Qt5.11 featuresAqua-sama2018-04-131-1/+1
|
* Only create developer tools page when action is triggeredAqua-sama2018-04-022-3/+32
|
* Page menus refactoringAqua-sama2018-04-014-0/+186
- Split off menus into their own classes Page tools menu - Shows injected scripts - Shows dev tools page in another dialog