diff options
author | rathnor <rathnor> | 2003-02-20 12:38:50 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-02-20 12:38:50 (GMT) |
commit | 481ab36158af602eb4fd4241b7e9d787223b90d2 (patch) | |
tree | 6649dfec200a5c4a65e2939373a8503977edfdf4 /RoadMap | |
parent | c9ca55d85d2db08186a15155006fc4a7101b1e24 (diff) | |
download | fluxbox_lack-481ab36158af602eb4fd4241b7e9d787223b90d2.zip fluxbox_lack-481ab36158af602eb4fd4241b7e9d787223b90d2.tar.bz2 |
for a rough idea of where things are going, and when
Diffstat (limited to 'RoadMap')
-rw-r--r-- | RoadMap | 119 |
1 files changed, 119 insertions, 0 deletions
@@ -0,0 +1,119 @@ | |||
1 | This file is intended to provide a rough roadmap of the development | ||
2 | towards the Fluxbox 1.0.0 release. | ||
3 | |||
4 | The process will involve a number of development releases in the 0.9 | ||
5 | series until features and execution (i.e. bugs) stabilise. | ||
6 | |||
7 | Some of the interesting new features beyond 0.1.14 that we'd like to work towards are: | ||
8 | |||
9 | - Layer Support | ||
10 | - New action system (key/mouse bindings) | ||
11 | - Tabgroup rewrite (should also allow more commands to act on the whole group) | ||
12 | - Tabs embedded in titlebar | ||
13 | - Most recently used window cycling | ||
14 | - Toolbar modes | ||
15 | - Integration of remember patch (or at least the concept) | ||
16 | - Smarter config menus (ability to modify numeric values) | ||
17 | - fix Xinerama support again | ||
18 | |||
19 | Some minor ones (mainly bugfixes or small things) that I feel like noting are | ||
20 | (many of these based on feature requests or bug reports from sourceforge): | ||
21 | |||
22 | - (optional) Unique per-workspace backgrounds | ||
23 | - Key bindings for: | ||
24 | -> restart | ||
25 | -> specific tab numbers | ||
26 | -> tabgroup keybindings | ||
27 | -> menu navigation | ||
28 | -> moving windows to next workspace/tabgroup | ||
29 | - fix up focus issues (click to focus sometimes acts like sloppy) | ||
30 | - proper initialisation from hints (e.g. Eterm -D 2) | ||
31 | - fix toggledecoration to not give tabs back etc | ||
32 | - snap to windows | ||
33 | - Pixmap buttons | ||
34 | - Shaped menus/toolbar/slit | ||
35 | - improved command line output for help option (plus include compile-time options | ||
36 | etc in output for improved bug reporting) | ||
37 | - layer configuration things for toolbar/slit/numlayers | ||
38 | - fix outline window moving | ||
39 | |||
40 | Some lower priority ones ("thoughts"/maybes): | ||
41 | |||
42 | - transparency (major) | ||
43 | - keybindings for directional focus moving: | ||
44 | -> nextWindowLeft/Right/Up/Down | ||
45 | - looks for the window left of the current one, and gives it focus | ||
46 | - more powerful autogrouping matching | ||
47 | - stop window movement by clicking on border (only on frame instead) | ||
48 | - mouse button "keys" | ||
49 | |||
50 | Known Bugs (to be looked at at some time): | ||
51 | |||
52 | |||
53 | ---------------------------------------------------------- | ||
54 | |||
55 | So, what's the plan? | ||
56 | |||
57 | ---------------------------------------------------------- | ||
58 | Release: 0.9.0 | ||
59 | Approx Date: 23 February, 2003 | ||
60 | Major Features: | ||
61 | - Layer support (Simon) | ||
62 | - New action system (Henrik) | ||
63 | - Smarter config menus (Henrik) | ||
64 | Minor Features: | ||
65 | - Proper initialisation from hints (Simon) | ||
66 | - Shaped menu/slit/toolbar (Henrik) | ||
67 | - layer configuration things (Simon) | ||
68 | Bugfixes/lower priority: | ||
69 | |||
70 | ---------------------------------------------------------- | ||
71 | Release: 0.9.1 | ||
72 | Approx Date: 8 March, 2003 | ||
73 | Major Features: | ||
74 | - Toolbar modes (Simon) | ||
75 | - Tabs embedded in titlebar (Henrik) | ||
76 | - Tabgroup rewrite (Henrik) | ||
77 | - Most recently used window cycling (Simon) | ||
78 | Minor Features: | ||
79 | - per workspace backgrounds (Simon) | ||
80 | - more keybinding actions (Both) | ||
81 | - pixmap buttons (Henrik) | ||
82 | - fix outline window moving | ||
83 | Bugfixes/lower priority: | ||
84 | - Bugs from 0.9.0 (Both) | ||
85 | - stop window moving from borders (Simon) | ||
86 | - more powerful autogroup matching (?) | ||
87 | |||
88 | ---------------------------------------------------------- | ||
89 | Release: 0.9.2 | ||
90 | Approx Date: 22 March, 2003 | ||
91 | Major Features: | ||
92 | - Integration of Remember patch (Simon) | ||
93 | - Transparency (Henrik) | ||
94 | - Xinerama (Henrik) | ||
95 | Minor Features: | ||
96 | - directional focus movement (?) | ||
97 | - fix up focus issues (Simon) | ||
98 | - snap to windows (Simon) | ||
99 | - improved command-line help option (Henrik) | ||
100 | - nls updating (layers, toolbar) (Both) | ||
101 | Bugfixes/lower priority: | ||
102 | - Bugs from 0.9.1 (Both) | ||
103 | |||
104 | ---------------------------------------------------------- | ||
105 | Release: 1.0.0 rc1 | ||
106 | Approx Date: 8 April, 2003 | ||
107 | Major Features: | ||
108 | None | ||
109 | Minor Features: | ||
110 | None | ||
111 | Bugfixes/lower priority: | ||
112 | - Fixes for 0.9.2 and previous | ||
113 | |||
114 | ---------------------------------------------------------- | ||
115 | |||
116 | Release: 1.0.0 | ||
117 | Approx Date: 23 April, 2003 | ||
118 | |||
119 | Obviously any remaining bug-fixes and small tweaks \ No newline at end of file | ||