Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add filter.header | Aqua-sama | 2018-07-05 | 3 | -4/+27 | |
| | ||||||
* | Add --no-remote option | Aqua-sama | 2018-07-02 | 4 | -52/+27 | |
| | ||||||
* | Enable console output on Win32 | Aqua-sama | 2018-07-02 | 1 | -0/+12 | |
| | ||||||
* | Add nullptr profile check to createSession | Aqua-sama | 2018-07-02 | 2 | -1/+3 | |
| | ||||||
* | Replace SingleApplication with itay-grudev/SingleApplication | Aqua-sama | 2018-07-02 | 7 | -171/+31 | |
| | ||||||
* | Add WIN32 to windows executable | Aqua-sama | 2018-07-01 | 1 | -1/+7 | |
| | ||||||
* | Code cleanup | Aqua-sama | 2018-07-01 | 9 | -154/+249 | |
| | | | | | | 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/+20 | |
| | ||||||
* | Add browser.session | Aqua-sama | 2018-06-29 | 1 | -1/+11 | |
| | ||||||
* | Add --session parameter to load a session json | Aqua-sama | 2018-06-28 | 8 | -31/+71 | |
| | | | | Add Session menu to main window | |||||
* | Socket messages are json formatted | Aqua-sama | 2018-06-26 | 13 | -70/+106 | |
| | ||||||
* | Add ProfileManager | Aqua-sama | 2018-06-24 | 11 | -74/+159 | |
| | ||||||
* | Add Session class | Aqua-sama | 2018-06-24 | 7 | -27/+95 | |
| | ||||||
* | Sort commands alphabetically | Aqua-sama | 2018-06-23 | 1 | -2/+6 | |
| | ||||||
* | Add ConfigurationEditor plugin | Aqua-sama | 2018-06-23 | 1 | -9/+18 | |
| | | | | Removed poi-config | |||||
* | Add Configuration::setValue and Configuration::setShortcut | Aqua-sama | 2018-06-23 | 3 | -15/+33 | |
| | | | | 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 | 5 | -129/+161 | |
| | ||||||
* | Fix various warnings | Aqua-sama | 2018-06-22 | 3 | -3/+7 | |
| | ||||||
* | Update manpage | Aqua-sama | 2018-06-22 | 1 | -2/+1 | |
| | ||||||
* | Add Browser::about | Aqua-sama | 2018-06-21 | 4 | -7/+18 | |
| | ||||||
* | AddressBar: code cleanup | Aqua-sama | 2018-06-18 | 2 | -5/+43 | |
| | | | | AddressBar: match input for protocol or '.' in addition to url validity | |||||
* | WebProfile: cache a list of cookies | Aqua-sama | 2018-06-17 | 1 | -1/+1 | |
| | | | | | 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 | -22/+40 | |
| | | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab | |||||
* | Add Plasma option to cmake that turns on KF5 blur window effect | Aqua-sama | 2018-06-16 | 2 | -1/+19 | |
| | ||||||
* | Bookmarks manager bugfixes | Aqua-sama | 2018-06-15 | 3 | -2/+9 | |
| | | | | | | | | 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 | |
| | ||||||
* | AboutDialog: add profile list to details tab | Aqua-sama | 2018-06-15 | 2 | -0/+11 | |
| | ||||||
* | Add poi.desktop | Aqua-sama | 2018-06-14 | 1 | -5/+5 | |
| | ||||||
* | Move load profile menu to page menu from tab menu | Aqua-sama | 2018-06-09 | 3 | -18/+32 | |
| | ||||||
* | Better profile loading | Aqua-sama | 2018-06-08 | 2 | -27/+19 | |
| | | | | | | | | 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 | 6 | -269/+6 | |
| | ||||||
* | Don't copy profiles into profile manager plugin | Aqua-sama | 2018-06-07 | 1 | -3/+1 | |
| | ||||||
* | Fix clazy warnings in WebProfile | Aqua-sama | 2018-06-05 | 3 | -71/+133 | |
| | | | | | | | - add missing notify signals - add more properties - apply defaults to all profiles - update manpage | |||||
* | Clazy fixes | Aqua-sama | 2018-06-02 | 6 | -36/+49 | |
| | ||||||
* | Only add profiles to profile manager at init | Aqua-sama | 2018-06-01 | 1 | -17/+11 | |
| | ||||||
* | Middle mouse button closes tab | Aqua-sama | 2018-06-01 | 2 | -0/+15 | |
| | ||||||
* | Add ProfileManagerDialog | Aqua-sama | 2018-06-01 | 1 | -6/+14 | |
| | ||||||
* | Profile attributes | Aqua-sama | 2018-05-29 | 3 | -125/+15 | |
| | ||||||
* | Refactor Subwindow | Aqua-sama | 2018-05-29 | 8 | -55/+59 | |
| | ||||||
* | Add load profile actions to tab menu | Aqua-sama | 2018-05-29 | 1 | -1/+20 | |
| | ||||||
* | Profile properties | Aqua-sama | 2018-05-28 | 3 | -194/+213 | |
| | ||||||
* | Show view profile instead of window profile in title | Aqua-sama | 2018-05-28 | 4 | -13/+16 | |
| | ||||||
* | Show profile name in window title | Aqua-sama | 2018-05-28 | 2 | -0/+8 | |
| | ||||||
* | Changing Window profile | Aqua-sama | 2018-05-28 | 4 | -13/+77 | |
| | ||||||
* | Remove Window::addTab(WebView *view) | Aqua-sama | 2018-05-28 | 4 | -14/+22 | |
| | ||||||
* | Swap to new tab after creating it | Aqua-sama | 2018-05-28 | 1 | -1/+2 | |
| | ||||||
* | Focus view when changing tabs | Aqua-sama | 2018-05-27 | 2 | -12/+14 | |
| | ||||||
* | Back/Forward menu shortcuts | Aqua-sama | 2018-05-26 | 1 | -3/+30 | |
| |