Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tools/report-clang-tidy.sh | Aqua-sama | 2019-01-18 | 1 | -2/+2 |
| | | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles | ||||
* | Rewrite lib/web to lib/webprofile | Aqua-sama | 2019-01-16 | 1 | -5/+5 |
| | | | | | | | | | | - libweb was supposed to be a general QtWebEngine wrapper, but only turned out to do profiles and profile management. The new name should make this more obvious. - Renamed ProfileManager to WebProfileManager, and cut out duplicate code. - Temporary profiles: temporary profiles are not kept after closing the browser. | ||||
* | Add Edit menu | Aqua-sama | 2019-01-03 | 1 | -0/+85 |
| | |||||
* | Connect Developer Tools and View Source actions | Aqua-sama | 2019-01-02 | 1 | -5/+47 |
| | |||||
* | Add subwindow list to Window menu | Aqua-sama | 2018-12-17 | 1 | -3/+23 |
| | |||||
* | Add restore last tab shortcut | Aqua-sama | 2018-12-15 | 1 | -23/+17 |
| | |||||
* | Move tab actions to Subwindow menu | Aqua-sama | 2018-12-15 | 1 | -0/+145 |
| | |||||
* | Add SaveSessionDialog | Aqua-sama | 2018-12-14 | 1 | -10/+8 |
| | |||||
* | MainWindow: rework menu bar | Aqua-sama | 2018-12-13 | 1 | -0/+239 |
Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function |