Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Added .clang-format | Aqua-sama | 2018-01-07 | 1 | -7/+5 |
| | |||||
* | Fixed crash with Settings dialog | Aqua-sama | 2018-01-03 | 1 | -2/+3 |
| | | | | | - User Configuration gets completely written, instead of being just overrides | ||||
* | Off-the-record profile settings | Aqua-sama | 2017-12-29 | 1 | -23/+6 |
| | | | | | - all profiles can load configs now - fullscreen requests are no longer ignored | ||||
* | SettingsDialog patches | Aqua-sama | 2017-12-26 | 1 | -3/+4 |
| | | | | | | | - Added scrollbar, so items are now properly viewable on all sizes - Reset button now works - Editing values causes a crash - Filter path is now in filter.path instead of browser.filterPath | ||||
* | --profile no longer causes a crash | Aqua-sama | 2017-12-25 | 1 | -45/+37 |
| | |||||
* | astyle pass | Aqua-sama | 2017-12-25 | 1 | -1/+1 |
| | |||||
* | Address bar menu now reads entries from the bookmarks | Aqua-sama | 2017-12-24 | 1 | -2/+1 |
| |