X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=TODO;h=1b0a0f275f2fc85c2e3361215aad042d5a2fcc44;hb=55d7422467ff3460f40ef2cf05ac27e5446b5a73;hp=33f035bba5329b28d0426a2c674859ca289559a0;hpb=0e76b2ba297dbd76f3bcaf824582d2740919020c;p=uzbl-mobile diff --git a/TODO b/TODO index 33f035b..1b0a0f2 100644 --- a/TODO +++ b/TODO @@ -1,2 +1,16 @@ * implement all the ideas from README -* see if we can get rid of gtk. I need no widgets at all, only the webkit page display +* get a logo +* improve site +* Support for binding keyboard shortcuts in config file. +* where to put proxy config? webkit support? +* implement XDG basedir spec +* check configured commands if they end on .sh so users don't need to prepend /bin/ +* implement a more advanced dmenu alike that behaves like FF's awesomebar and where you can search in url + window title +* recognize -h with GOption? +* implement a vimperator-like link following scheme. but let user pick his favorite characters to construct the "link identifiers" with. +* add a keybind to hand the current url to an external scrips, so you can edit it and/or store it in the primary and secondary clipboards + +SOMEDAY: +check if we can make the settings loading less hard coded. eg( keep a list of all settings, and for each one, try to load it) +figure out caching with webkit and in general how we can speed up everything +figure out how webkit intercepts key input