documentation overhaul
[uzbl-mobile] / docs / widgets
1
2 * statusbar? (the bar you see in pretty much every gtk program at the
3 * bottom. eg firefox)
4   consumes too much space (if always visible) for the little it is used.  (+
5 * you can put only 1 message in it at a time!)
6   -> option 1: no statusbar at all. when hovering over a link (or pressing
7   -> key to preview the url without changing page) -> show url in tooltip on
8   -> page.
9   -> option 2: toggle visibility of statusbar on/off when hovering over a
10   -> link. since it's at the bottom I don't think it will disturb too much.
11 * viewing progress/state of pageload?  most programs use statusbar for this.
12   -> option 1: titlebar can show a percentage when it's loading a new page.
13   -> option 2: toggle a statusbar everytime we start loading a new page.
14 * uri bar -> yes, even though we can write stuff to the fifo, it can still
15 * be convenient to change the url manually and stuff, so a widget in uzbl
16 * itself is good.
17 * tabs -> yes. you don't have to use them, but you can.
18 * back/forward/.. buttons? -> no: use keyboard shortcuts.
19 * searching in a page? not sure.. maybe we can abuse the statusbar for that
20 * too.
21   eg toggle it on when the user wants to search for something and then do
22 * searching in some vim-like fashion.
23   we don't need a gtk text entry widget, just a feedback display of what the
24 * current command is.
25 * scrollbar? no: use keyboard shortcuts.  we should however have some info
26 * about the page length and where we are.
27   -> option 1: put a percentage in the window title
28   -> option 2: everytime you hit a key to change position, temporarily make
29   -> a statusbar visible and put the percentage in the statusbar.
30   what will we do with pages who are too wide? horizontal scrolling?
31 all of the above goes in 1 bar at the top of the program. there should be a
32 key to toggle visibility of it and one to toggle visibilety + focus on the
33 entrybar at once.