Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WebProfile refactoring | Aqua-sama | 2019-11-22 | 1 | -1/+12 |
| | | | | | | - Remove WebProfileManager::Profile::value - Make WebProfile constructors protected, and WebProfileManager friend class | ||||
* | Move lib/webprofile into src/webengine | Aqua-sama | 2019-11-04 | 1 | -0/+147 |
| | |||||
* | Split webengine/webprofile into lib/web | Aqua-sama | 2018-06-07 | 1 | -148/+0 |
| | |||||
* | Fix clazy warnings in WebProfile | Aqua-sama | 2018-06-05 | 1 | -36/+76 |
| | | | | | | | - add missing notify signals - add more properties - apply defaults to all profiles - update manpage | ||||
* | Clazy fixes | Aqua-sama | 2018-06-02 | 1 | -9/+15 |
| | |||||
* | Profile attributes | Aqua-sama | 2018-05-29 | 1 | -123/+13 |
| | |||||
* | Profile properties | Aqua-sama | 2018-05-28 | 1 | -183/+175 |
| | |||||
* | Address bar searches work again | Aqua-sama | 2018-04-17 | 1 | -2/+6 |
| | |||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 1 | -0/+216 |
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 |