Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update remaining repository paths in license headers | Aqua-sama | 2018-10-02 | 10 | -10/+10 |
| | |||||
* | Add Util namespace | Aqua-sama | 2018-10-02 | 1 | -15/+0 |
| | | | | - Util::files lists files in specified .path | ||||
* | Split off UrlFilter into library | Aqua-sama | 2018-10-02 | 6 | -78/+92 |
| | | | | - add more adblock filter options | ||||
* | ProfileManager: move initial profile loading to ProfileManager | Aqua-sama | 2018-09-29 | 2 | -39/+25 |
| | |||||
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 24 | -24/+24 |
| | |||||
* | ProfileEditor plugin: fix delete button | Aqua-sama | 2018-09-29 | 2 | -10/+31 |
| | |||||
* | Bookmarks: remove debug defines | Aqua-sama | 2018-09-25 | 1 | -39/+22 |
| | |||||
* | Bookmarks: add search by tag | Aqua-sama | 2018-09-25 | 1 | -7/+44 |
| | | | | - Tags are any words starting with ':' | ||||
* | Bookmarks: add tags and description fields to xbel | Aqua-sama | 2018-09-25 | 10 | -150/+81 |
| | |||||
* | Bookmarks: integrate model/view | Aqua-sama | 2018-09-25 | 14 | -311/+259 |
| | | | | | | - fix addBookmark and search signals - fix drag'n'drop - add xbel::write | ||||
* | Bookmarks: add BookmarkItem and BookmarkModel | Aqua-sama | 2018-09-24 | 11 | -5/+743 |
| | | | | | - read-only xbel - only enabled in debug build | ||||
* | Add bookmark auto-save (5min) | Aqua-sama | 2018-09-22 | 2 | -7/+14 |
| | |||||
* | Update documentation | Aqua-sama | 2018-09-19 | 5 | -34/+21 |
| | |||||
* | Update vendor.cmake | Aqua-sama | 2018-09-18 | 1 | -1/+0 |
| | | | | | - add some more comments - made plugin include paths more generic | ||||
* | WebProfile: save httpCacheType and persistentCookiesPolicy | Aqua-sama | 2018-09-09 | 2 | -0/+17 |
| | |||||
* | Save WebProfile config when changed | Aqua-sama | 2018-09-08 | 3 | -29/+42 |
| | |||||
* | Replace ProfileManager::profileList() with ProfileManager::idList() | Aqua-sama | 2018-09-08 | 2 | -18/+33 |
| | |||||
* | Move ProfileManager to libweb | Aqua-sama | 2018-09-07 | 5 | -11/+184 |
| | |||||
* | Some cppcheck fixes | Aqua-sama | 2018-09-03 | 3 | -4/+3 |
| | |||||
* | Downloads: prevent download widget width from exceeding download list width | Aqua-sama | 2018-08-24 | 7 | -34/+55 |
| | | | | Downloads: add open button | ||||
* | AddressBar: prevent URL formatting caused by context menu | Aqua-sama | 2018-08-07 | 5 | -31/+95 |
| | |||||
* | Add move tab left/right shortcut | Aqua-sama | 2018-08-07 | 1 | -6/+8 |
| | |||||
* | Address bar: add go button | Aqua-sama | 2018-07-30 | 1 | -0/+5 |
| | |||||
* | UrlRequestInterceptor: add filter rules | Aqua-sama | 2018-07-24 | 5 | -39/+77 |
| | |||||
* | AdBlockRule: move matching logic to FilterRule | Aqua-sama | 2018-07-18 | 7 | -352/+104 |
| | |||||
* | AdBlockTest: loading subscription | Aqua-sama | 2018-07-17 | 2 | -6/+4 |
| | |||||
* | AdBlockRule: parse some options | Aqua-sama | 2018-07-12 | 2 | -0/+67 |
| | |||||
* | Remove PageToolsMenu | Aqua-sama | 2018-07-11 | 4 | -16/+0 |
| | |||||
* | AdBlock rule testing | Aqua-sama | 2018-07-09 | 3 | -0/+166 |
| | |||||
* | Remove PageMenu | Aqua-sama | 2018-07-08 | 4 | -11/+0 |
| | | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu | ||||
* | Integrate urlfilter with urlrequestinterceptor | Aqua-sama | 2018-07-07 | 5 | -109/+173 |
| | |||||
* | Add web/urlfilter | Aqua-sama | 2018-07-05 | 5 | -5/+256 |
| | |||||
* | Add filter.header | Aqua-sama | 2018-07-05 | 1 | -0/+1 |
| | |||||
* | Update translations | Aqua-sama | 2018-07-05 | 2 | -0/+6 |
| | |||||
* | Add configuration/defaults.h | Aqua-sama | 2018-07-02 | 4 | -8/+35 |
| | |||||
* | Add --no-remote option | Aqua-sama | 2018-07-02 | 2 | -17/+6 |
| | |||||
* | Code cleanup | Aqua-sama | 2018-07-01 | 1 | -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.translation | Aqua-sama | 2018-07-01 | 1 | -0/+2 |
| | |||||
* | Add browser.session | Aqua-sama | 2018-06-29 | 1 | -0/+1 |
| | |||||
* | Add --session parameter to load a session json | Aqua-sama | 2018-06-28 | 1 | -0/+1 |
| | | | | Add Session menu to main window | ||||
* | Socket messages are json formatted | Aqua-sama | 2018-06-26 | 1 | -1/+2 |
| | |||||
* | Add ProfileManager | Aqua-sama | 2018-06-24 | 2 | -72/+0 |
| | |||||
* | Add Session class | Aqua-sama | 2018-06-24 | 2 | -2/+18 |
| | |||||
* | Add Configuration::setValue and Configuration::setShortcut | Aqua-sama | 2018-06-23 | 3 | -12/+49 |
| | | | | Change MainWindow to use setShortcut | ||||
* | Plugin commands no longer require --command | Aqua-sama | 2018-06-22 | 2 | -17/+2 |
| | |||||
* | Fix various warnings | Aqua-sama | 2018-06-22 | 2 | -1/+4 |
| | |||||
* | Add Browser::about | Aqua-sama | 2018-06-21 | 4 | -49/+146 |
| | |||||
* | AddressBar: code cleanup | Aqua-sama | 2018-06-18 | 6 | -55/+36 |
| | | | | AddressBar: match input for protocol or '.' in addition to url validity | ||||
* | WebProfile: cache a list of cookies | Aqua-sama | 2018-06-17 | 2 | -0/+23 |
| | | | | | ProfileView: delete selected items rather than current item Browser: store profiles in QMap instead of QHash | ||||
* | Sort .profile by time | Aqua-sama | 2018-06-16 | 2 | -5/+5 |
| | | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab |