Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add WIN32 to windows executable | Aqua-sama | 2018-07-01 | 1 | -1/+7 |
| | |||||
* | Include boost in ConfigurationEditor | Aqua-sama | 2018-07-01 | 2 | -0/+20 |
| | |||||
* | Code cleanup | Aqua-sama | 2018-07-01 | 10 | -156/+250 |
| | | | | | | 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 | 3 | -0/+41 |
| | |||||
* | Add browser.session | Aqua-sama | 2018-06-29 | 2 | -1/+12 |
| | |||||
* | Add --session parameter to load a session json | Aqua-sama | 2018-06-28 | 10 | -31/+102 |
| | | | | Add Session menu to main window | ||||
* | Socket messages are json formatted | Aqua-sama | 2018-06-26 | 14 | -71/+108 |
| | |||||
* | Update pkgbuild | Aqua-sama | 2018-06-25 | 8 | -503/+58 |
| | |||||
* | Add ProfileManager | Aqua-sama | 2018-06-24 | 13 | -146/+159 |
| | |||||
* | Add Session class | Aqua-sama | 2018-06-24 | 9 | -29/+113 |
| | |||||
* | Split shortcuts into new tab | Aqua-sama | 2018-06-23 | 8 | -141/+189 |
| | |||||
* | Sort commands alphabetically | Aqua-sama | 2018-06-23 | 1 | -2/+6 |
| | |||||
* | Add ConfigurationEditor plugin | Aqua-sama | 2018-06-23 | 13 | -175/+232 |
| | | | | Removed poi-config | ||||
* | Add Configuration::setValue and Configuration::setShortcut | Aqua-sama | 2018-06-23 | 6 | -27/+82 |
| | | | | Change MainWindow to use setShortcut | ||||
* | clang-format pass | Aqua-sama | 2018-06-22 | 12 | -43/+38 |
| | |||||
* | Plugin commands no longer require --command | Aqua-sama | 2018-06-22 | 8 | -147/+164 |
| | |||||
* | Fix various warnings | Aqua-sama | 2018-06-22 | 6 | -5/+15 |
| | |||||
* | Update manpage | Aqua-sama | 2018-06-22 | 4 | -16/+32 |
| | |||||
* | ProfileEditor: add Delete Session and Delete All buttons to Cookies | Aqua-sama | 2018-06-21 | 2 | -3/+40 |
| | | | | CookiesList: delete cookies based on selectedRanges | ||||
* | Add Browser::about | Aqua-sama | 2018-06-21 | 9 | -57/+165 |
| | |||||
* | AddressBar: code cleanup | Aqua-sama | 2018-06-18 | 8 | -60/+79 |
| | | | | AddressBar: match input for protocol or '.' in addition to url validity | ||||
* | .desktop: add run with firejail action | Aqua-sama | 2018-06-17 | 3 | -1/+9 |
| | |||||
* | WebProfile: cache a list of cookies | Aqua-sama | 2018-06-17 | 4 | -5/+33 |
| | | | | | 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 | 14 | -110/+274 |
| | | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab | ||||
* | Add extra-cmake-modules to make depends | Aqua-sama | 2018-06-16 | 1 | -1/+2 |
| | |||||
* | Add Plasma option to cmake that turns on KF5 blur window effect | Aqua-sama | 2018-06-16 | 4 | -1/+29 |
| | |||||
* | Bookmarks manager bugfixes | Aqua-sama | 2018-06-15 | 9 | -25/+39 |
| | | | | | | | | 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 | ||||
* | SubWindow: delete views right away when closing tab | Aqua-sama | 2018-06-15 | 1 | -4/+5 |
| | |||||
* | Update building.md | Aqua-sama | 2018-06-15 | 2 | -18/+26 |
| | |||||
* | AboutDialog: add profile list to details tab | Aqua-sama | 2018-06-15 | 6 | -10/+41 |
| | |||||
* | ProfileEditor: add delete button | Aqua-sama | 2018-06-14 | 8 | -19/+90 |
| | |||||
* | Add poi.desktop | Aqua-sama | 2018-06-14 | 4 | -5/+33 |
| | |||||
* | Completer: double clicking on an item activates it | Aqua-sama | 2018-06-10 | 3 | -13/+20 |
| | | | | - Completer now has NoEditTriggers set | ||||
* | ProfileEditor: apply http settings when they're changed | Aqua-sama | 2018-06-10 | 4 | -50/+31 |
| | |||||
* | Update pkgbuild | Aqua-sama | 2018-06-10 | 1 | -4/+19 |
| | | | | - add sha512sum check to prepare() | ||||
* | Focus view when URL bar loses focus | Aqua-sama | 2018-06-09 | 4 | -0/+11 |
| | |||||
* | Move load profile menu to page menu from tab menu | Aqua-sama | 2018-06-09 | 3 | -18/+32 |
| | |||||
* | Change install type for plugins to RUNTIME for win32 | Aqua-sama | 2018-06-08 | 1 | -3/+8 |
| | |||||
* | Better profile loading | Aqua-sama | 2018-06-08 | 5 | -48/+53 |
| | | | | | | | | 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. | ||||
* | Improve plugin loading | Aqua-sama | 2018-06-07 | 1 | -32/+57 |
| | | | | | - load plugins last - plugin.path can now also be a path to a single plugin, not just a folder | ||||
* | Split webengine/webprofile into lib/web | Aqua-sama | 2018-06-07 | 9 | -8/+25 |
| | |||||
* | Don't copy profiles into profile manager plugin | Aqua-sama | 2018-06-07 | 7 | -26/+29 |
| | |||||
* | Check URL validity before searching | Aqua-sama | 2018-06-06 | 2 | -8/+14 |
| | |||||
* | Fix clazy warnings in WebProfile | Aqua-sama | 2018-06-05 | 4 | -71/+151 |
| | | | | | | | - add missing notify signals - add more properties - apply defaults to all profiles - update manpage | ||||
* | Add QString cast to Configuration::value | Aqua-sama | 2018-06-05 | 3 | -20/+17 |
| | |||||
* | Clazy fixes | Aqua-sama | 2018-06-02 | 7 | -38/+51 |
| | |||||
* | Fix hg bookmark not showing up in arch build version | Aqua-sama | 2018-06-01 | 1 | -3/+7 |
| | |||||
* | Only add profiles to profile manager at init | Aqua-sama | 2018-06-01 | 7 | -43/+48 |
| | |||||
* | Middle mouse button closes tab | Aqua-sama | 2018-06-01 | 2 | -0/+15 |
| | |||||
* | Add ProfileManagerDialog | Aqua-sama | 2018-06-01 | 8 | -11/+192 |
| |