~ubuntu-branches/ubuntu/trusty/fluxbox/trusty-proposed

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Dmitry E. Oboukhov
  • Date: 2008-07-01 10:38:14 UTC
  • mfrom: (2.1.12 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080701103814-khx2b6il152x9p93
Tags: 1.0.0+deb1-8
* x-dev has been removed from build-depends (out-of-date package).
* Standards-Version bumped to 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--------- Code:
2
 
* Screen.cc:
3
 
        fix toupper for str_key in in Menu loading
4
 
        nls for "error on row" in Menu loading ?? 
5
 
* remove cyclic deps:
6
 
        Workspace <-> Window
7
 
        and more 
8
 
 
9
 
* Toolbar.cc:
10
 
  Fix placement with bitmap or aligment in menu
11
 
 
12
 
* Fix some kind of Theme listener class for listening on theme reloads/changes
13
 
* Make a function for menus to be moved so they're totaly visible all the time
14
 
* Check FluxboxWindow::toggleDecor
15
 
  Needs cleaning and check functions that uses this one. Should function 
16
 
  struct really be affected by this function.
17
 
* Some kind of Config class instead of the Screen and Fluxbox class
18
 
  with all the resources/config values
19
 
* Fix some kind of "global" double click interval.  see IntResMenuItem.cc
20
 
 
21
 
--------- Features:
22
 
* you type a key and then you have a little menu which lets you 
23
 
  choose a window to group with the one where you are
24
 
* Fix configurable toolbar
25
 
  so the user can configure toolbar in a config file
26
 
* Finnish (Finland) translation
27
 
* Separator in the menus
28
 
* "Iconify group"/group commands in Windowmenu
29
 
* Call and navigate menus from the keyboard (bind a menu to a key
30
 
  and use arrows to navigate)
31
 
* Dynamic tag width. Currently I know of two options - constant width
32
 
  and dividing the full window width. I like it better when the width is
33
 
  enough to show all the title, as long as the aggregation of all tabs
34
 
  doesn't exceed the frame's width (see PWM for example)
35
 
* Unique names (e.g, the second xterm title will be "xterm <2>", as in
36
 
  emacs), needed for the next wish:
37
 
* "Goto Frame" as Emacs C-x b, that show completions in the bar
38
 
* mouse button configure
39
 
* better group handling - possibly a structure to hold information about a
40
 
  tabgroup, so you can set a win property with a unique identifier and
41
 
  ordering, so that groups can be reconstructed on restart, and also set
42
 
  on launch somehow. Possibly related would be fixing it so it remembers
43
 
  which member of a tabgroup is the focused one, and set that
44
 
  appropriately when necessary (eg currently, unsticking a group will
45
 
  revert the focus to the "first" window in the group, instead of the
46
 
  focused one).
47
 
 
48
 
 
49