aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webview.h
Commit message (Collapse)AuthorAgeFilesLines
* Turn on more warnings by defaultAqua-sama2020-05-281-1/+1
| | | | | | - fix clazy warnings - fix various other compiler warnings - bugfix: connect profiles' downloadRequested signal
* libwebengineAqua-sama2020-05-081-6/+14
| | | | | | | | | | | Make src/webengine into a static library - Add some tests - Updated manpage - Remove WebProfileManager::id and WebProfileManager::instance - Add consumable semantics checks to WebProfileManager - Add WebProfileManager::walk Add ApplicationMenu class
* Rewrite Session backendAqua-sama2020-04-131-2/+8
| | | | | | | | | | | | | | | | | | Add session.hpp, containing structs that describe session data MainWindow, SubWindow and WebView can be created from Session::structs Opening new window will automatically open a default subwindow and tab if none were specified Add lib/session_formats Add JsonSession, to serialize/deserialize Session structs into JSON - add some tests clang-tidy: - fix various warnings - disable modernize-use-trailing-return-type check
* Fix various compiler warningsAqua-sama2020-03-231-1/+1
|
* Refactor WebViewContextMenuAqua-sama2020-01-111-0/+4
| | | | - Remove KDE Wallet code
* Update license yearAqua-sama2019-01-021-7/+0
|
* Add Session::view and Session::restoreViewAqua-sama2018-11-261-1/+1
|
* Update repository path in license headersAqua-sama2018-09-291-1/+1
|
* Remove PageToolsMenuAqua-sama2018-07-111-9/+0
|
* Remove PageMenuAqua-sama2018-07-081-7/+2
| | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu
* clang-format passAqua-sama2018-06-221-1/+2
|
* Refactor SubwindowAqua-sama2018-05-291-2/+2
|
* Show view profile instead of window profile in titleAqua-sama2018-05-281-0/+1
|
* Clean up WebViewAqua-sama2018-05-021-8/+6
|
* Split off addressbar into lib/Aqua-sama2018-05-011-2/+3
|
* Load URL/Search page menu actionsAqua-sama2018-04-181-0/+3
|
* Hovering over links shows them in the status bar againAqua-sama2018-04-171-3/+0
|
* Address bar searches work againAqua-sama2018-04-171-0/+2
|
* Multiple subwindows interfaceAqua-sama2018-04-161-6/+7
| | | | | | | | | | | | 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-4/+2
|
* Refactoring TabBarAqua-sama2018-04-021-0/+3
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Page menus refactoringAqua-sama2018-04-011-4/+18
| | | | | | | | - Split off menus into their own classes Page tools menu - Shows injected scripts - Shows dev tools page in another dialog
* Fixed bug where refresh button and loading bar would get stuck in loading stateAqua-sama2018-01-311-2/+6
|
* UrlLineEdit reworkAqua-sama2018-01-261-1/+0
| | | | | | | | | - 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/+6
| | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted
* Added .clang-formatAqua-sama2018-01-071-2/+2
|
* Changed from qbs to cmakeAqua-sama2018-01-031-1/+1
|
* astyle passAqua-sama2017-12-251-1/+1
|
* Added SSL cert warningsAqua-sama2017-12-201-1/+3
|
* Can now open links in new tabAqua-sama2017-12-201-2/+6
|
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-191-19/+7
|
* WebView pageMenu implementationAqua-sama2017-12-151-1/+2
|
* Cleaned up UrlLineEditAqua-sama2017-12-141-1/+9
|
* Updated pre-commit.rbAqua-sama2017-04-021-1/+1
|
* Added loading bar to status barAqua-sama2017-02-021-0/+40
Hovered links now display in status bar