aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* clazy: fix warningsAqua-sama2018-10-043-12/+9
|
* Update remaining repository paths in license headersAqua-sama2018-10-0210-10/+10
|
* Add Util namespaceAqua-sama2018-10-021-15/+0
| | | | - Util::files lists files in specified .path
* Split off UrlFilter into libraryAqua-sama2018-10-026-78/+92
| | | | - add more adblock filter options
* ProfileManager: move initial profile loading to ProfileManagerAqua-sama2018-09-292-39/+25
|
* Update repository path in license headersAqua-sama2018-09-2924-24/+24
|
* ProfileEditor plugin: fix delete buttonAqua-sama2018-09-292-10/+31
|
* Bookmarks: remove debug definesAqua-sama2018-09-251-39/+22
|
* Bookmarks: add search by tagAqua-sama2018-09-251-7/+44
| | | | - Tags are any words starting with ':'
* Bookmarks: add tags and description fields to xbelAqua-sama2018-09-2510-150/+81
|
* Bookmarks: integrate model/viewAqua-sama2018-09-2514-311/+259
| | | | | | - fix addBookmark and search signals - fix drag'n'drop - add xbel::write
* Bookmarks: add BookmarkItem and BookmarkModelAqua-sama2018-09-2411-5/+743
| | | | | - read-only xbel - only enabled in debug build
* Add bookmark auto-save (5min)Aqua-sama2018-09-222-7/+14
|
* Update documentationAqua-sama2018-09-195-34/+21
|
* Update vendor.cmakeAqua-sama2018-09-181-1/+0
| | | | | - add some more comments - made plugin include paths more generic
* WebProfile: save httpCacheType and persistentCookiesPolicyAqua-sama2018-09-092-0/+17
|
* Save WebProfile config when changedAqua-sama2018-09-083-29/+42
|
* Replace ProfileManager::profileList() with ProfileManager::idList()Aqua-sama2018-09-082-18/+33
|
* Move ProfileManager to libwebAqua-sama2018-09-075-11/+184
|
* Some cppcheck fixesAqua-sama2018-09-033-4/+3
|
* Downloads: prevent download widget width from exceeding download list widthAqua-sama2018-08-247-34/+55
| | | | Downloads: add open button
* AddressBar: prevent URL formatting caused by context menuAqua-sama2018-08-075-31/+95
|
* Add move tab left/right shortcutAqua-sama2018-08-071-6/+8
|
* Address bar: add go buttonAqua-sama2018-07-301-0/+5
|
* UrlRequestInterceptor: add filter rulesAqua-sama2018-07-245-39/+77
|
* AdBlockRule: move matching logic to FilterRuleAqua-sama2018-07-187-352/+104
|
* AdBlockTest: loading subscriptionAqua-sama2018-07-172-6/+4
|
* AdBlockRule: parse some optionsAqua-sama2018-07-122-0/+67
|
* Remove PageToolsMenuAqua-sama2018-07-114-16/+0
|
* AdBlock rule testingAqua-sama2018-07-093-0/+166
|
* Remove PageMenuAqua-sama2018-07-084-11/+0
| | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu
* Integrate urlfilter with urlrequestinterceptorAqua-sama2018-07-075-109/+173
|
* Add web/urlfilterAqua-sama2018-07-055-5/+256
|
* Add filter.headerAqua-sama2018-07-051-0/+1
|
* Update translationsAqua-sama2018-07-052-0/+6
|
* Add configuration/defaults.hAqua-sama2018-07-024-8/+35
|
* Add --no-remote optionAqua-sama2018-07-022-17/+6
|
* Code cleanupAqua-sama2018-07-011-2/+1
| | | | | | Clean up MainWindow Configuration is now a std::unique_ptr Connect downloads and request interceptor to all profiles
* Add browser.locale and browser.translationAqua-sama2018-07-011-0/+2
|
* Add browser.sessionAqua-sama2018-06-291-0/+1
|
* Add --session parameter to load a session jsonAqua-sama2018-06-281-0/+1
| | | | Add Session menu to main window
* Socket messages are json formattedAqua-sama2018-06-261-1/+2
|
* Add ProfileManagerAqua-sama2018-06-242-72/+0
|
* Add Session classAqua-sama2018-06-242-2/+18
|
* Add Configuration::setValue and Configuration::setShortcutAqua-sama2018-06-233-12/+49
| | | | Change MainWindow to use setShortcut
* Plugin commands no longer require --commandAqua-sama2018-06-222-17/+2
|
* Fix various warningsAqua-sama2018-06-222-1/+4
|
* Add Browser::aboutAqua-sama2018-06-214-49/+146
|
* AddressBar: code cleanupAqua-sama2018-06-186-55/+36
| | | | AddressBar: match input for protocol or '.' in addition to url validity
* WebProfile: cache a list of cookiesAqua-sama2018-06-172-0/+23
| | | | | ProfileView: delete selected items rather than current item Browser: store profiles in QMap instead of QHash