Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Configuration::setValue and Configuration::setShortcut | Aqua-sama | 2018-06-23 | 1 | -2/+2 |
| | | | | Change MainWindow to use setShortcut | ||||
* | clang-format pass | Aqua-sama | 2018-06-22 | 1 | -13/+9 |
| | |||||
* | Plugin commands no longer require --command | Aqua-sama | 2018-06-22 | 1 | -95/+20 |
| | |||||
* | Update manpage | Aqua-sama | 2018-06-22 | 1 | -2/+1 |
| | |||||
* | Add Browser::about | Aqua-sama | 2018-06-21 | 1 | -0/+11 |
| | |||||
* | Sort .profile by time | Aqua-sama | 2018-06-16 | 1 | -22/+37 |
| | | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab | ||||
* | Bookmarks manager bugfixes | Aqua-sama | 2018-06-15 | 1 | -1/+0 |
| | | | | | | | | 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 | 1 | -0/+6 |
| | |||||
* | Better profile loading | Aqua-sama | 2018-06-08 | 1 | -26/+17 |
| | | | | | | | | 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 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -5/+5 |
| | | | | | | | - add missing notify signals - add more properties - apply defaults to all profiles - update manpage | ||||
* | Clazy fixes | Aqua-sama | 2018-06-02 | 1 | -7/+7 |
| | |||||
* | Only add profiles to profile manager at init | Aqua-sama | 2018-06-01 | 1 | -17/+11 |
| | |||||
* | Add ProfileManagerDialog | Aqua-sama | 2018-06-01 | 1 | -6/+14 |
| | |||||
* | Profile attributes | Aqua-sama | 2018-05-29 | 1 | -0/+1 |
| | |||||
* | Refactor Subwindow | Aqua-sama | 2018-05-29 | 1 | -1/+1 |
| | |||||
* | Profile properties | Aqua-sama | 2018-05-28 | 1 | -2/+4 |
| | |||||
* | Changing Window profile | Aqua-sama | 2018-05-28 | 1 | -8/+37 |
| | |||||
* | Profile command | Aqua-sama | 2018-05-26 | 1 | -18/+23 |
| | |||||
* | Dock widget shortcut toggle widget visibility | Aqua-sama | 2018-05-20 | 1 | -2/+8 |
| | |||||
* | Plugin command-line parameters | Aqua-sama | 2018-05-16 | 1 | -0/+17 |
| | |||||
* | Move help and version functions to main (out of Configuration) | Aqua-sama | 2018-05-15 | 1 | -15/+30 |
| | | | | Make loading profiles a free function in Browser | ||||
* | Profile editor plugin | Aqua-sama | 2018-05-15 | 1 | -0/+35 |
| | |||||
* | New window action | Aqua-sama | 2018-05-06 | 1 | -1/+0 |
| | |||||
* | Tabifying dock widgets | Aqua-sama | 2018-05-06 | 1 | -0/+6 |
| | |||||
* | Don't open additional tabs when creating subwindows | Aqua-sama | 2018-05-01 | 1 | -5/+9 |
| | |||||
* | Merge CommandLine functionality into Configuration | Aqua-sama | 2018-04-22 | 1 | -1/+2 |
| | |||||
* | Load URL/Search page menu actions | Aqua-sama | 2018-04-18 | 1 | -0/+3 |
| | |||||
* | Style pass | Aqua-sama | 2018-04-17 | 1 | -3/+3 |
| | |||||
* | Add loading progess bar to the address bar | Aqua-sama | 2018-04-17 | 1 | -2/+2 |
| | |||||
* | Address bar searches work again | Aqua-sama | 2018-04-17 | 1 | -0/+1 |
| | |||||
* | Enabled address bar suggestions | Aqua-sama | 2018-04-17 | 1 | -0/+2 |
| | | | | Also fixed occasional bug when showing the completer. | ||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 1 | -109/+71 |
| | | | | | | | | | | | | Subwindows are similar to tab groups. - Rewrote Browser and MainWindow, so they should be somewhat cleaner now - Moved AboutDialog to lib/about What's broken: - loading bar - search box - address bar bookmark suggestions - plugins | ||||
* | Branch of Qt5.11 features | Aqua-sama | 2018-04-13 | 1 | -8/+0 |
| | |||||
* | Fix for setCookieFilter signature change in Qt5.11beta3 | Aqua-sama | 2018-04-09 | 1 | -2/+3 |
| | |||||
* | Refactoring TabBar | Aqua-sama | 2018-04-02 | 1 | -0/+5 |
| | | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu | ||||
* | Cookie filter | Aqua-sama | 2018-03-23 | 1 | -15/+25 |
| | | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path | ||||
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | Always connect to local socket | Aqua-sama | 2018-01-30 | 1 | -3/+2 |
| | |||||
* | Added profile and plugin list to About dialog | Aqua-sama | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Using boost::program_options instead of libconfig | Aqua-sama | 2018-01-26 | 1 | -0/+3 |
| | |||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | Refactoring MainWindow | Aqua-sama | 2018-01-19 | 1 | -1/+1 |
| | | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted | ||||
* | Configuration creates missing items based on defaults | Aqua-sama | 2018-01-17 | 1 | -1/+4 |
| | |||||
* | Moved ProfileView to ProfileEditorPlugin | Aqua-sama | 2018-01-15 | 1 | -22/+19 |
| | |||||
* | Initial plugins testing | Aqua-sama | 2018-01-14 | 1 | -0/+17 |
| | |||||
* | CookieInterceptor, making all cookies session cookies | Aqua-sama | 2018-01-13 | 1 | -1/+2 |
| | |||||
* | Multithreaded saving during shutdown | Aqua-sama | 2018-01-13 | 1 | -4/+9 |
| |