Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Bookmarks manager bugfixes | Aqua-sama | 2018-06-15 | 5 | -20/+28 | |
| | | | | | | | | WebProfile: remove addBookmark signal and member Bookmarks: remove unused '...' button Bookmarks: stop crashing if there's no selected item Bookmarks: activating an item will only open it if it's a bookmark Bookmarks: change header size split | |||||
* | AboutDialog: add profile list to details tab | Aqua-sama | 2018-06-15 | 2 | -6/+24 | |
| | ||||||
* | ProfileEditor: add delete button | Aqua-sama | 2018-06-14 | 2 | -7/+14 | |
| | ||||||
* | Completer: double clicking on an item activates it | Aqua-sama | 2018-06-10 | 3 | -13/+20 | |
| | | | | - Completer now has NoEditTriggers set | |||||
* | Focus view when URL bar loses focus | Aqua-sama | 2018-06-09 | 4 | -0/+11 | |
| | ||||||
* | Better profile loading | Aqua-sama | 2018-06-08 | 3 | -21/+34 | |
| | | | | | | | | First load all profiles from profile.path, and then the profile.default if missing, after which set the default profile. Profile names and whether they're otr can be set by .profile name=string and otr=bool. | |||||
* | Split webengine/webprofile into lib/web | Aqua-sama | 2018-06-07 | 3 | -0/+279 | |
| | ||||||
* | Check URL validity before searching | Aqua-sama | 2018-06-06 | 2 | -8/+14 | |
| | ||||||
* | Add QString cast to Configuration::value | Aqua-sama | 2018-06-05 | 1 | -14/+15 | |
| | ||||||
* | Update about dialog | Aqua-sama | 2018-05-29 | 2 | -6/+10 | |
| | ||||||
* | Back/Forward menu shortcuts | Aqua-sama | 2018-05-26 | 1 | -0/+2 | |
| | ||||||
* | Update manpage | Aqua-sama | 2018-05-18 | 1 | -2/+2 | |
| | ||||||
* | Plugin command-line parameters | Aqua-sama | 2018-05-16 | 1 | -0/+3 | |
| | ||||||
* | Move help and version functions to main (out of Configuration) | Aqua-sama | 2018-05-15 | 2 | -24/+24 | |
| | | | | Make loading profiles a free function in Browser | |||||
* | Set download tooltip image preview width to 400 | Aqua-sama | 2018-05-13 | 2 | -2/+1 | |
| | ||||||
* | Download widget item tooltip | Aqua-sama | 2018-05-13 | 8 | -233/+93 | |
| | | | | Simplified ElidedLabel |