aboutsummaryrefslogtreecommitdiff
path: root/src/webengine
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove PageMenuAqua-sama2018-07-084-165/+36
| | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu
* Integrate urlfilter with urlrequestinterceptorAqua-sama2018-07-072-6/+38
|
* Add web/urlfilterAqua-sama2018-07-051-0/+9
|
* Add filter.headerAqua-sama2018-07-052-3/+26
|
* Socket messages are json formattedAqua-sama2018-06-262-16/+5
|
* Add ProfileManagerAqua-sama2018-06-241-5/+7
|
* clang-format passAqua-sama2018-06-224-11/+12
|
* Fix various warningsAqua-sama2018-06-223-3/+7
|
* 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-073-263/+1
|
* Fix clazy warnings in WebProfileAqua-sama2018-06-052-66/+128
| | | | | | | - add missing notify signals - add more properties - apply defaults to all profiles - update manpage
* Clazy fixesAqua-sama2018-06-022-21/+34
|
* Profile attributesAqua-sama2018-05-292-125/+14
|
* Refactor SubwindowAqua-sama2018-05-292-5/+5
|
* Profile propertiesAqua-sama2018-05-282-192/+209
|
* Show view profile instead of window profile in titleAqua-sama2018-05-282-0/+9
|
* Remove Window::addTab(WebView *view)Aqua-sama2018-05-281-5/+3
|
* QTBUG-68224 workaroundAqua-sama2018-05-262-0/+30
|
* Merge address bar menusAqua-sama2018-05-032-48/+23
|
* QTBUG-65223 workaroundAqua-sama2018-05-031-0/+8
|
* Clean up WebViewAqua-sama2018-05-022-34/+6
|
* Split off addressbar into lib/Aqua-sama2018-05-011-2/+3
|
* Load URL/Search page menu actionsAqua-sama2018-04-183-1/+32
|
* Style passAqua-sama2018-04-172-3/+4
|
* Hovering over links shows them in the status bar againAqua-sama2018-04-172-10/+0
|
* Address bar searches work againAqua-sama2018-04-174-5/+21
|
* Multiple subwindows interfaceAqua-sama2018-04-168-284/+302
| | | | | | | | | | | | 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-134-62/+1
|
* Multithreading UrlRequestInterceptorAqua-sama2018-04-082-51/+52
| | | | | - Add parse() free function to UrlRequestInterceptor - hostlists are loaded in parallel via QtConcurrent
* Only create developer tools page when action is triggeredAqua-sama2018-04-024-23/+35
|
* Refactoring TabBarAqua-sama2018-04-024-14/+20
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Page menus refactoringAqua-sama2018-04-016-106/+237
| | | | | | | | - Split off menus into their own classes Page tools menu - Shows injected scripts - Shows dev tools page in another dialog
* Page feature permission request dialogAqua-sama2018-03-302-9/+50
|
* More informative SSL error messageAqua-sama2018-03-301-5/+22
|
* Cookie filterAqua-sama2018-03-236-216/+169
| | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-071-2/+2
|
* Connected WebView::newBookmark signalAqua-sama2018-02-081-2/+2
|
* Fixed bug where refresh button and loading bar would get stuck in loading stateAqua-sama2018-01-312-2/+11
|
* UrlLineEdit reworkAqua-sama2018-01-264-13/+8
| | | | | | | | | - moved UrlLineEdit to src/addressbar - added UrlLineEdit::connectWebView - removed UrlLineEdit::pageAction - UrlLineEdit restores the text format when losing focus - Split off completer code into Completer class - WebPage now displays a warning message box instead on certificate errors
* Fixed repo location in license headersAqua-sama2018-01-2010-10/+10
|
* Refactoring MainWindowAqua-sama2018-01-192-2/+28
| | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted
* CookieInterceptor, making all cookies session cookiesAqua-sama2018-01-134-0/+76
|
* Added .clang-formatAqua-sama2018-01-077-52/+51
|
* Various minor fixesAqua-sama2018-01-042-4/+2
| | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings
* Changed from qbs to cmakeAqua-sama2018-01-031-1/+1
|
* Off-the-record profile settingsAqua-sama2017-12-293-67/+121
| | | | | - all profiles can load configs now - fullscreen requests are no longer ignored
* UrlRequestInterceptor fixesAqua-sama2017-12-264-98/+30
| | | | | - Using QHash to store HostRule's, so lookup should be faster - HostRule is now a struct
* astyle passAqua-sama2017-12-256-6/+6
|
* Request filter now properly takes hostlistsAqua-sama2017-12-234-34/+123
| | | | - hostslist directory is set in browser.filterPath