Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move lib/webprofile into src/webengine | Aqua-sama | 2019-11-04 | 2 | -2/+2 |
| | |||||
* | Drop boost dependency | Aqua-sama | 2019-11-03 | 2 | -4/+4 |
| | | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class | ||||
* | SubWindow: closing tab restores previous index | Aqua-sama | 2019-02-15 | 2 | -2/+9 |
| | | | | | SubWindow keeps track of its previous tab index, and when a tab is closed, the previous index should be restored. | ||||
* | Rewrite lib/web to lib/webprofile | Aqua-sama | 2019-01-16 | 1 | -27/+0 |
| | | | | | | | | | | - 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. | ||||
* | Rename TabWidget::deleteTab to TabWidget::removeTab | Aqua-sama | 2018-12-25 | 3 | -12/+11 |
| | |||||
* | Move tab actions to Subwindow menu | Aqua-sama | 2018-12-15 | 3 | -29/+45 |
| | |||||
* | MainWindow: rework menu bar | Aqua-sama | 2018-12-13 | 4 | -64/+60 |
| | | | | | Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function | ||||
* | Remove old session code | Aqua-sama | 2018-11-28 | 1 | -1/+5 |
| | |||||
* | Rewrite Session saving and loading | Aqua-sama | 2018-11-28 | 2 | -2/+2 |
| | |||||
* | Remove lib/ as includepath | Aqua-sama | 2018-10-23 | 2 | -4/+4 |
| | |||||
* | Subwindow: only keep tab history for restore tab action | Aqua-sama | 2018-10-03 | 2 | -20/+41 |
| | |||||
* | ProfileManager: move initial profile loading to ProfileManager | Aqua-sama | 2018-09-29 | 1 | -0/+1 |
| | |||||
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 4 | -4/+4 |
| | |||||
* | SubWindow: add 'open last closed tab/tabs' actions | Aqua-sama | 2018-09-22 | 3 | -0/+63 |
| | |||||
* | clang-format pass | Aqua-sama | 2018-09-18 | 1 | -7/+9 |
| | |||||
* | Update vendor.cmake | Aqua-sama | 2018-09-18 | 2 | -4/+4 |
| | | | | | - add some more comments - made plugin include paths more generic | ||||
* | Replace ProfileManager::profileList() with ProfileManager::idList() | Aqua-sama | 2018-09-08 | 1 | -11/+4 |
| | |||||
* | Clean up ProfileManager | Aqua-sama | 2018-09-02 | 1 | -1/+1 |
| | |||||
* | Add move tab left/right shortcut | Aqua-sama | 2018-08-07 | 1 | -5/+18 |
| | |||||
* | Move SubWindow to src/subwindow | Aqua-sama | 2018-08-07 | 4 | -0/+387 |