aboutsummaryrefslogtreecommitdiff
path: root/lib/webprofile
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/webprofile into src/webengineAqua-sama2019-11-045-486/+0
|
* Drop boost dependencyAqua-sama2019-11-032-6/+13
| | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class
* Add WIP Python REPL interfaceAqua-sama2019-02-231-1/+1
| | | | | - Requires Python >= 3.0.0 and linenoise or linenoise-ng - WIP: not built into the browser itself
* Use spdlog for loggingAqua-sama2019-02-061-1/+0
|
* Fix all profiles being created off-the-recordAqua-sama2019-01-202-12/+1
|
* Add tools/report-clang-tidy.shAqua-sama2019-01-182-3/+4
| | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles
* Rewrite lib/web to lib/webprofileAqua-sama2019-01-165-0/+490
- 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.