Update TODO
This commit is contained in:
parent
21bb9840d9
commit
877fe2402b
19
TODO
19
TODO
@ -11,6 +11,7 @@ Style
|
|||||||
=====
|
=====
|
||||||
|
|
||||||
Refactor completion widget mess (initializing / changing completions)
|
Refactor completion widget mess (initializing / changing completions)
|
||||||
|
keypress-signal-foo is a bit of a chaos and might be done better
|
||||||
|
|
||||||
Major features
|
Major features
|
||||||
==============
|
==============
|
||||||
@ -25,7 +26,6 @@ Plugin architecture
|
|||||||
NoScript
|
NoScript
|
||||||
Certificate Patrol
|
Certificate Patrol
|
||||||
https://chrome.google.com/webstore/detail/remove-google-redirects/ccenmflbeofaceccfhhggbagkblihpoh
|
https://chrome.google.com/webstore/detail/remove-google-redirects/ccenmflbeofaceccfhhggbagkblihpoh
|
||||||
Insert mode
|
|
||||||
Extern editor
|
Extern editor
|
||||||
Downloads
|
Downloads
|
||||||
webinterface for settings/colors/bindings
|
webinterface for settings/colors/bindings
|
||||||
@ -37,6 +37,12 @@ Before Blink
|
|||||||
session handling / saving
|
session handling / saving
|
||||||
IPC, like dwb -x
|
IPC, like dwb -x
|
||||||
Mode handling?
|
Mode handling?
|
||||||
|
- Problem: how to detect we're going to insert mode:
|
||||||
|
-> Detect mouse clicks and use QWebFrame::hitTestContent (only mouse)
|
||||||
|
-> Use javascript: http://stackoverflow.com/a/2848120/2085149
|
||||||
|
-> Use microFocusChanged and check active element via:
|
||||||
|
frame = page.currentFrame()
|
||||||
|
elem = frame.findFirstElement('*:focus')
|
||||||
Bookmarks
|
Bookmarks
|
||||||
Internationalization
|
Internationalization
|
||||||
Marks
|
Marks
|
||||||
@ -53,7 +59,16 @@ handle completion for aliases
|
|||||||
keybind should have completion for commands/arguments
|
keybind should have completion for commands/arguments
|
||||||
Hiding scrollbars
|
Hiding scrollbars
|
||||||
Ctrl+A/X to increase/decrease last number in URL
|
Ctrl+A/X to increase/decrease last number in URL
|
||||||
keypress-signal-foo is a bit of a chaos and might be done better
|
command completion gets hidden when doing a new ValueList value
|
||||||
|
|
||||||
|
Qt Bugs
|
||||||
|
========
|
||||||
|
|
||||||
|
- Printing under windows produced blank pages
|
||||||
|
https://bugreports.qt-project.org/browse/QTBUG-19571
|
||||||
|
If this isn't fixed in Qt 5.3, bug should be reopened.
|
||||||
|
|
||||||
|
- Web inspector is blank unless .hide()/.show() is called.
|
||||||
|
|
||||||
Other stuff
|
Other stuff
|
||||||
===========
|
===========
|
||||||
|
Loading…
Reference in New Issue
Block a user