From 41d4b9dc66a36f99496a79e534c88fa5ee39dfff Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 1 Jan 2008 18:23:49 +0100 Subject: [PATCH] switch to BTS --- bugs.mdwn | 4 -- bugs/Composite_support.mdwn | 3 -- bugs/Configure_mouse_bindings.mdwn | 3 -- bugs/Cycle_backward_in_layout.mdwn | 3 -- bugs/Fifo_support.mdwn | 6 --- bugs/Fullscreen_in_firefox.mdwn | 3 -- bugs/Less_dynamic_layout.mdwn | 2 - bugs/Tags_layouts.mdwn | 3 -- bugs/XCB_support.mdwn | 3 -- bugs/XFT_support.mdwn | 3 -- bugs/done.mdwn | 3 -- devel.mdwn | 3 +- roadmap.mdwn | 60 ------------------------------ 13 files changed, 1 insertion(+), 98 deletions(-) delete mode 100644 bugs.mdwn delete mode 100644 bugs/Composite_support.mdwn delete mode 100644 bugs/Configure_mouse_bindings.mdwn delete mode 100644 bugs/Cycle_backward_in_layout.mdwn delete mode 100644 bugs/Fifo_support.mdwn delete mode 100644 bugs/Fullscreen_in_firefox.mdwn delete mode 100644 bugs/Less_dynamic_layout.mdwn delete mode 100644 bugs/Tags_layouts.mdwn delete mode 100644 bugs/XCB_support.mdwn delete mode 100644 bugs/XFT_support.mdwn delete mode 100644 bugs/done.mdwn delete mode 100644 roadmap.mdwn diff --git a/bugs.mdwn b/bugs.mdwn deleted file mode 100644 index 35d1b74..0000000 --- a/bugs.mdwn +++ /dev/null @@ -1,4 +0,0 @@ -This is awesome's bug and wish list. You can access closed bugs [here](done). - -[[inline pages="./bugs/* and !./bugs/done and !link(done) -and !*/Discussion" actions=yes postform=yes show=0]] diff --git a/bugs/Composite_support.mdwn b/bugs/Composite_support.mdwn deleted file mode 100644 index a1d2758..0000000 --- a/bugs/Composite_support.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -awesome should support Composite without xcompmgr. - -> Planned in [[roadmap]] diff --git a/bugs/Configure_mouse_bindings.mdwn b/bugs/Configure_mouse_bindings.mdwn deleted file mode 100644 index 8328740..0000000 --- a/bugs/Configure_mouse_bindings.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -Mouse buttons bindings should be configurable. - -> This is fixed in 2.0; marking this bug [[done]]. diff --git a/bugs/Cycle_backward_in_layout.mdwn b/bugs/Cycle_backward_in_layout.mdwn deleted file mode 100644 index bc155ec..0000000 --- a/bugs/Cycle_backward_in_layout.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -Rightclicking on =[] or pressing mod-shift-space should cycle backwards through the layouts. - -> This is fixed in 1.3; marking this bug [[done]]. diff --git a/bugs/Fifo_support.mdwn b/bugs/Fifo_support.mdwn deleted file mode 100644 index ea7978c..0000000 --- a/bugs/Fifo_support.mdwn +++ /dev/null @@ -1,6 +0,0 @@ -*awesome* should not read from stdin but from a fifo. This will allow to: - -- send commands to interact with awesome (on specified screen); -- print statustext on other screens with multi-head setups. - -> This is fixed in 2.0; marking this bug [[done]]. diff --git a/bugs/Fullscreen_in_firefox.mdwn b/bugs/Fullscreen_in_firefox.mdwn deleted file mode 100644 index 51bf24c..0000000 --- a/bugs/Fullscreen_in_firefox.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -Fullscreen in Firefox on some other apps is not well respected. - -> This is fixed in git version. diff --git a/bugs/Less_dynamic_layout.mdwn b/bugs/Less_dynamic_layout.mdwn deleted file mode 100644 index e27a706..0000000 --- a/bugs/Less_dynamic_layout.mdwn +++ /dev/null @@ -1,2 +0,0 @@ -awesome should support a less dynamic layout scheme, where windows could be moved in columns and manually placed. -Columns would be resizable with mouse also. diff --git a/bugs/Tags_layouts.mdwn b/bugs/Tags_layouts.mdwn deleted file mode 100644 index f266f4d..0000000 --- a/bugs/Tags_layouts.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -Each tags should be able to set its own layout and its parameters in config file and on runtime. - -> This is fixed in 2.0; marking this bug [[done]]. diff --git a/bugs/XCB_support.mdwn b/bugs/XCB_support.mdwn deleted file mode 100644 index 1360871..0000000 --- a/bugs/XCB_support.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -awesome should use XCB instead of libX11. - -> Xft and cairo currently lacks of XCB support, delayed. diff --git a/bugs/XFT_support.mdwn b/bugs/XFT_support.mdwn deleted file mode 100644 index 0bb070b..0000000 --- a/bugs/XFT_support.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -awesome should use XFT to draw text in statusbar. - -> This is fixed in 1.3; marking this bug [[done]]. diff --git a/bugs/done.mdwn b/bugs/done.mdwn deleted file mode 100644 index af88c1c..0000000 --- a/bugs/done.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -recently fixed [[bugs]] - -[[inline pages="./* and link(./done) and !*/Discussion" sort=mtime show=10]] diff --git a/devel.mdwn b/devel.mdwn index 634a7bb..8523c83 100644 --- a/devel.mdwn +++ b/devel.mdwn @@ -1,6 +1,5 @@ Here is resources for *awesome* developers and contributors. -- [Roadmap](/roadmap) - [doxygen documentation](/doc/dev) -- [[Bugs|bugs]] +- [Bug tracking system](/bugs/) diff --git a/roadmap.mdwn b/roadmap.mdwn deleted file mode 100644 index 832c4d1..0000000 --- a/roadmap.mdwn +++ /dev/null @@ -1,60 +0,0 @@ -Here is the current developement roadmap for *awesome*. This may be not totally accurate and may change. - ----- - -# awesome 1.3 -released on 5 october 2007 - -> **Status:** *done:* 100% - -> progress - -Changes: - -- New Xinerama support; -- Xft support; -- Minor features. - ----- - -# awesome 2.0 -released on 11 december 2007 - -> **Status:** *done:* 100% - -> progress - -Changes: - -- Replace libconfig with libconfuse (done); -- Cairo support for drawing (done); -- Support for enhanced fifo reading (done); -- Support for configurable mouse bindings (done). - ----- - -# awesome 2.1 - -> **Status:** *done:* 30% - -> progressprogress - -Changes: - -- Tabs support; -- Application fullscreen support; -- Partial EWMH support; -- New widget layout for status bar. - ----- - -# awesome 3.0 - -> **Status:** *done:* 0% - -> progress - -Changes: - -- XComposite support. -- Real XRandR support.