Update TODO
This commit is contained in:
parent
3753e87465
commit
bbdbf95097
56
TODO
56
TODO
@ -1,56 +1,66 @@
|
|||||||
|
Before 0.1
|
||||||
|
==========
|
||||||
|
|
||||||
|
- Check FIXMEs
|
||||||
|
- Per domain settings
|
||||||
|
- RequestPolicy
|
||||||
|
- Manpage
|
||||||
|
- Website
|
||||||
|
- Tests for URL detection and fix corner cases
|
||||||
|
|
||||||
Bugs
|
Bugs
|
||||||
====
|
====
|
||||||
|
|
||||||
All kind of FIXMEs
|
- All kind of FIXMEs
|
||||||
|
|
||||||
Style
|
Style
|
||||||
=====
|
=====
|
||||||
|
|
||||||
initialize completion models at some nicer place (not in widget)
|
- initialize completion models at some nicer place (not in widget)
|
||||||
|
|
||||||
Major features
|
Major features
|
||||||
==============
|
==============
|
||||||
|
|
||||||
Plugin architecture
|
- Plugin architecture
|
||||||
Adblock?
|
Adblock?
|
||||||
RequestPolicy
|
RequestPolicy
|
||||||
Ghostery/Disconnect?
|
Ghostery/Disconnect?
|
||||||
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
|
||||||
Downloads
|
- Downloads
|
||||||
session handling / saving
|
- session handling / saving
|
||||||
IPC, like dwb -x
|
- IPC, like dwb -x
|
||||||
Bookmarks
|
- Bookmarks
|
||||||
Internationalization
|
- Internationalization
|
||||||
more completions (URLs, ...)
|
- more completions (URLs, ...)
|
||||||
SSL handling
|
- SSL handling
|
||||||
history
|
- history
|
||||||
|
|
||||||
Minor features
|
Minor features
|
||||||
==============
|
==============
|
||||||
|
|
||||||
keybind/aliases should have completion for commands/arguments
|
- keybind/aliases 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
|
||||||
logging contexts
|
- logging contexts
|
||||||
catch import errors for PyQt and QtWebKit
|
- catch import errors for PyQt and QtWebKit
|
||||||
- Add more element-selection-detection code (with options?) based on:
|
- Add more element-selection-detection code (with options?) based on:
|
||||||
-> javascript: http://stackoverflow.com/a/2848120/2085149
|
-> javascript: http://stackoverflow.com/a/2848120/2085149
|
||||||
-> microFocusChanged and check active element via:
|
-> microFocusChanged and check active element via:
|
||||||
frame = page.currentFrame()
|
frame = page.currentFrame()
|
||||||
elem = frame.findFirstElement('*:focus')
|
elem = frame.findFirstElement('*:focus')
|
||||||
somehow unfocus elements (hide blinking cursor) when insert mode is left?
|
- somehow unfocus elements (hide blinking cursor) when insert mode is left?
|
||||||
tabs: some more padding?
|
- tabs: some more padding?
|
||||||
Really fix URL detection properly
|
- Really fix URL detection properly
|
||||||
|
|
||||||
hints
|
hints
|
||||||
-----
|
-----
|
||||||
|
|
||||||
bindings for prev/next hint
|
- bindings for prev/next hint
|
||||||
more intelligent clicking (end of textfields)
|
- more intelligent clicking (end of textfields)
|
||||||
filter close hints when it's the same link
|
- filter close hints when it's the same link
|
||||||
ignore keypresses shortly after link following
|
- ignore keypresses shortly after link following
|
||||||
|
|
||||||
Qt Bugs
|
Qt Bugs
|
||||||
========
|
========
|
||||||
|
Loading…
Reference in New Issue
Block a user