aboutsummaryrefslogtreecommitdiff
path: root/src/webengine
Commit message (Collapse)AuthorAgeFilesLines
* 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
* smolbote can now compile on Qt 5.7.1Aqua-sama2017-12-232-4/+4
|
* Bug fixesAqua-sama2017-12-203-1/+18
| | | | | | .config/smolbote will now be created if missing Connected profiles to download manager Added missing license from WebPage
* Added SSL cert warningsAqua-sama2017-12-204-4/+47
|
* Can now open links in new tabAqua-sama2017-12-202-4/+44
|
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-196-114/+42
|
* WebView pageMenu implementationAqua-sama2017-12-152-8/+93
|
* Using Q_CHECK_PTR instead of Q_ASSERT on pointersAqua-sama2017-12-141-1/+1
|
* Cleaned up UrlLineEditAqua-sama2017-12-142-1/+29
|
* Simple filterlistAqua-sama2017-12-112-19/+48
|
* Replaced tinytoml with libconfigAqua-sama2017-12-082-87/+77
|
* Code cleanupAqua-sama2017-09-271-7/+7
|
* Split off Bookmarks into static libAqua-sama2017-09-041-0/+1
|
* Changed the filter formatAqua-sama2017-08-051-16/+5
|
* Profile window fixesAqua-sama2017-08-042-23/+45
|
* Added homepage and newtab to profile widgetAqua-sama2017-07-032-80/+83
|
* Added homepage buttonAqua-sama2017-07-022-0/+11
|
* Proper Profile loadingAqua-sama2017-06-042-7/+7
|
* Profiles dialogAqua-sama2017-05-282-5/+15
|
* Profile improvementsAqua-sama2017-05-272-5/+7
| | | | | | * Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog
* Filter code refactoringAqua-sama2017-05-252-3/+13
|
* Improved filter rulesAqua-sama2017-05-241-3/+3
|
* Reworking URL filterAqua-sama2017-05-211-1/+1
|
* clazy fixesAqua-sama2017-04-221-1/+1
|
* Updated pre-commit.rbAqua-sama2017-04-026-7/+7
|
* Moved CookiesForm into the ProfileDialogAqua-sama2017-04-012-9/+7
|
* Added cookie widgetAqua-sama2017-03-312-0/+17
|
* Blocker fixesAqua-sama2017-03-222-5/+19
|
* Profile saving and loadingAqua-sama2017-03-211-2/+126
|
* Dockable DownloadsWidgetAqua-sama2017-03-203-207/+0
|
* Blocker rewritesAqua-sama2017-02-288-632/+6
| | | | | | Some code commenting Moved Blocker files for src/blocker Keyboard shortcut for Blocker dialog
* Download managerAqua-sama2017-02-233-18/+33
| | | | | Added total size to widget Added default file name
* Download manager improvementsAqua-sama2017-02-233-1/+11
| | | | | | | Added shortcut for download dialog Dialog has proper title Settings replaces ~ with home location Showing download item details
* Single instanceAqua-sama2017-02-212-9/+15
|
* Added RegExp class for the BlockerAqua-sama2017-02-054-67/+142
|
* More blocklist optionsAqua-sama2017-02-033-37/+108
|
* option parsingAqua-sama2017-02-033-16/+86
|
* Listing rules in Blocker dialogAqua-sama2017-02-032-8/+91
| | | | Slightly better rule parsing
* Added loading bar to status barAqua-sama2017-02-022-0/+79
| | | | Hovered links now display in status bar
* AStyle passAqua-sama2017-02-0110-50/+50
| | | | Added style check to pre-commit hook
* Updated license scriptAqua-sama2017-02-016-0/+120
| | | | | Added missing license headers Added pre-commit hook to check for missing licenses