62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
-
+
|
## Todo
1. Code cleanup:
- Sort Qt includes into .h vs .cpp as most appropriate
- Determine and implement reasonable sorting of functions in .cpp files (they're a total mess right now)
- Add comments on likely user-modifiable compile-time options (e.g., UserAgent, etc)
1. Determine if profile needs to be destroyed on shutdown to flush to disk
1. Determine if profile needs to be explicitly destroyed/deleted on shutdown to flush to disk
1. Fullscreen via signal QWebEnginePage::fullScreenRequested
1. Downloads via signal QWebEnginePage::downloadRequested
1. Create man page - likely based largely on this wiki page
1. Make a release candidate and AUR package
1. Create a "hacking" guide. Most user patching / hacking would likely be isolated to webengine.{h,cpp}
- WebView::init() for general configurations
- WebView::command() and/or WebView::doCommand() for key bindings and actions
|