aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* WebView: add Open in new tab and Save actions for imagesAqua-sama2018-07-121-0/+8
|
* WebView: always add Open link actions if the link URL is not emptyAqua-sama2018-07-121-59/+67
|
* WebView: fix context menu transparency with PlasmaAqua-sama2018-07-121-1/+1
|
* WebView: always add zoom widget to context menuAqua-sama2018-07-111-21/+21
|
* Remove PageToolsMenuAqua-sama2018-07-111-3/+1
|
* Add custom WebView context menuAqua-sama2018-07-111-26/+115
|
* Remove PageMenuAqua-sama2018-07-081-7/+34
| | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu
* Fix various warningsAqua-sama2018-06-221-0/+1
|
* Refactor SubwindowAqua-sama2018-05-291-3/+3
|
* Show view profile instead of window profile in titleAqua-sama2018-05-281-0/+8
|
* Remove Window::addTab(WebView *view)Aqua-sama2018-05-281-5/+3
|
* QTBUG-65223 workaroundAqua-sama2018-05-031-0/+8
|
* Clean up WebViewAqua-sama2018-05-021-26/+0
|
* Style passAqua-sama2018-04-171-2/+2
|
* Hovering over links shows them in the status bar againAqua-sama2018-04-171-7/+0
|
* Address bar searches work againAqua-sama2018-04-171-2/+8
|
* Multiple subwindows interfaceAqua-sama2018-04-161-23/+24
| | | | | | | | | | | | 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
* Only create developer tools page when action is triggeredAqua-sama2018-04-021-16/+1
|
* Refactoring TabBarAqua-sama2018-04-021-0/+11
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Page menus refactoringAqua-sama2018-04-011-102/+33
| | | | | | | | - Split off menus into their own classes Page tools menu - Shows injected scripts - Shows dev tools page in another dialog
* 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-311-0/+5
|
* UrlLineEdit reworkAqua-sama2018-01-261-7/+1
| | | | | | | | | - 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-201-1/+1
|
* Refactoring MainWindowAqua-sama2018-01-191-1/+22
| | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted
* Added .clang-formatAqua-sama2018-01-071-7/+7
|
* Various minor fixesAqua-sama2018-01-041-2/+0
| | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings
* astyle passAqua-sama2017-12-251-1/+1
|
* smolbote can now compile on Qt 5.7.1Aqua-sama2017-12-231-0/+2
|
* Bug fixesAqua-sama2017-12-201-1/+2
| | | | | | .config/smolbote will now be created if missing Connected profiles to download manager Added missing license from WebPage
* Added SSL cert warningsAqua-sama2017-12-201-3/+13
|
* Can now open links in new tabAqua-sama2017-12-201-2/+38
|
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-191-19/+7
|
* WebView pageMenu implementationAqua-sama2017-12-151-7/+91
|
* Using Q_CHECK_PTR instead of Q_ASSERT on pointersAqua-sama2017-12-141-1/+1
|
* Cleaned up UrlLineEditAqua-sama2017-12-141-0/+20
|
* Updated pre-commit.rbAqua-sama2017-04-021-1/+1
|
* Added loading bar to status barAqua-sama2017-02-021-0/+39
Hovered links now display in status bar