aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webengineprofile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Multiple subwindows interfaceAqua-sama2018-04-161-214/+0
| | | | | | | | | | | | 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
* Refactoring TabBarAqua-sama2018-04-021-12/+4
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Cookie filterAqua-sama2018-03-231-132/+100
| | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* CookieInterceptor, making all cookies session cookiesAqua-sama2018-01-131-0/+7
|
* Added .clang-formatAqua-sama2018-01-071-36/+36
|
* Off-the-record profile settingsAqua-sama2017-12-291-67/+109
| | | | | - all profiles can load configs now - fullscreen requests are no longer ignored
* astyle passAqua-sama2017-12-251-1/+1
|
* smolbote can now compile on Qt 5.7.1Aqua-sama2017-12-231-4/+2
|
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-191-19/+7
|
* Replaced tinytoml with libconfigAqua-sama2017-12-081-83/+74
|
* Code cleanupAqua-sama2017-09-271-7/+7
|
* Split off Bookmarks into static libAqua-sama2017-09-041-0/+1
|
* Profile window fixesAqua-sama2017-08-041-20/+40
|
* Added homepage and newtab to profile widgetAqua-sama2017-07-031-75/+77
|
* Added homepage buttonAqua-sama2017-07-021-0/+7
|
* Proper Profile loadingAqua-sama2017-06-041-6/+6
|
* Profiles dialogAqua-sama2017-05-281-2/+9
|
* Profile improvementsAqua-sama2017-05-271-4/+6
| | | | | | * Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog
* Updated pre-commit.rbAqua-sama2017-04-021-1/+1
|
* Moved CookiesForm into the ProfileDialogAqua-sama2017-04-011-6/+4
|
* Added cookie widgetAqua-sama2017-03-311-0/+11
|
* Profile saving and loadingAqua-sama2017-03-211-2/+126
|
* Single instanceAqua-sama2017-02-211-9/+14
|
* AStyle passAqua-sama2017-02-011-5/+5
| | | | Added style check to pre-commit hook
* Added license headersAqua-sama2017-01-161-0/+20
|
* Profile config loading and savingAqua-sama2017-01-121-0/+31