aboutsummaryrefslogtreecommitdiff
path: root/RoadMap
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-02-20 12:38:50 (GMT)
committerrathnor <rathnor>2003-02-20 12:38:50 (GMT)
commit481ab36158af602eb4fd4241b7e9d787223b90d2 (patch)
tree6649dfec200a5c4a65e2939373a8503977edfdf4 /RoadMap
parentc9ca55d85d2db08186a15155006fc4a7101b1e24 (diff)
downloadfluxbox-481ab36158af602eb4fd4241b7e9d787223b90d2.zip
fluxbox-481ab36158af602eb4fd4241b7e9d787223b90d2.tar.bz2
for a rough idea of where things are going, and when
Diffstat (limited to 'RoadMap')
-rw-r--r--RoadMap119
1 files changed, 119 insertions, 0 deletions
diff --git a/RoadMap b/RoadMap
new file mode 100644
index 0000000..8c793b8
--- /dev/null
+++ b/RoadMap
@@ -0,0 +1,119 @@
1This file is intended to provide a rough roadmap of the development
2towards the Fluxbox 1.0.0 release.
3
4The process will involve a number of development releases in the 0.9
5series until features and execution (i.e. bugs) stabilise.
6
7Some 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
19Some 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
40Some 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
50Known Bugs (to be looked at at some time):
51
52
53----------------------------------------------------------
54
55So, what's the plan?
56
57----------------------------------------------------------
58Release: 0.9.0
59Approx Date: 23 February, 2003
60Major Features:
61 - Layer support (Simon)
62 - New action system (Henrik)
63 - Smarter config menus (Henrik)
64Minor Features:
65 - Proper initialisation from hints (Simon)
66 - Shaped menu/slit/toolbar (Henrik)
67 - layer configuration things (Simon)
68Bugfixes/lower priority:
69
70----------------------------------------------------------
71Release: 0.9.1
72Approx Date: 8 March, 2003
73Major Features:
74 - Toolbar modes (Simon)
75 - Tabs embedded in titlebar (Henrik)
76 - Tabgroup rewrite (Henrik)
77 - Most recently used window cycling (Simon)
78Minor Features:
79 - per workspace backgrounds (Simon)
80 - more keybinding actions (Both)
81 - pixmap buttons (Henrik)
82 - fix outline window moving
83Bugfixes/lower priority:
84 - Bugs from 0.9.0 (Both)
85 - stop window moving from borders (Simon)
86 - more powerful autogroup matching (?)
87
88----------------------------------------------------------
89Release: 0.9.2
90Approx Date: 22 March, 2003
91Major Features:
92 - Integration of Remember patch (Simon)
93 - Transparency (Henrik)
94 - Xinerama (Henrik)
95Minor 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)
101Bugfixes/lower priority:
102 - Bugs from 0.9.1 (Both)
103
104----------------------------------------------------------
105Release: 1.0.0 rc1
106Approx Date: 8 April, 2003
107Major Features:
108 None
109Minor Features:
110 None
111Bugfixes/lower priority:
112 - Fixes for 0.9.2 and previous
113
114----------------------------------------------------------
115
116Release: 1.0.0
117Approx Date: 23 April, 2003
118
119Obviously any remaining bug-fixes and small tweaks \ No newline at end of file