Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Thu Jul 30 12:55:20 -0400 2009: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Andrei Thorp wrote: > > Excerpts from Uli Schlachter's message of Thu Jul 30 09:43:46 -0400 2009: > >> Andrei Thorp wrote: > >>> @@ -97,25 +113,33 @@ function show_wibo

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Thu Jul 30 10:21:21 -0400 2009: > > +local defaults = { > > +format = "$title - $album - $artist", > > +length = 75, > > +unknown = "(unknown)", > > +} > > +local settings = {} > > +for key, value in pairs(defaults) do > > +s

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrei Thorp wrote: > Excerpts from Uli Schlachter's message of Thu Jul 30 09:43:46 -0400 2009: >> Andrei Thorp wrote: >>> @@ -97,25 +113,33 @@ function show_wibox(s) >>> }) >>> runwibox[s].visible = true >>> >>> -f = func

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Thu Jul 30 09:43:46 -0400 2009: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Andrei Thorp wrote: > > Subject: [PATCH 3/4] Run Prompt: Used Obvious timer hook instead of awful > > diff --git a/popup_run_prompt/init.lua b/popup_run_prompt/init.lua

[awesome bugs] #566 - Drop widget margins

2009-07-30 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Julien Danjou (jd) Attached to Project - awesome Summary - Drop widget margins Task Type - Evolution Request Category - Core Status - New Assigned To - Operating System -

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Julien Danjou
At 1248963681 time_t, Uli Schlachter wrote: > This screams "GPL INCOMPATIBLE". Ask jd if awesome modules have to be > GPL-compatible, I'm not sure what the GPL says about scripting languages like > lua. No they have not to be GPL-compatible. They can be what the hell they want. Cheers, -- Julie

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Alexandre Perrin
On Thu, Jul 30, 2009 at 04:21:21PM +0200, Uli Schlachter wrote: > > diff --git a/lib/mpd/init.lua b/lib/mpd/init.lua > > new file mode 100644 > > index 000..d1f0e35 > > --- /dev/null > > +++ b/lib/mpd/init.lua > > @@ -0,0 +1,160 @@ > > +-- Small interface to MusicPD > > +-- based on a netcat ve

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Alexandre Perrin
On Thu, Jul 30, 2009 at 04:21:21PM +0200, Uli Schlachter wrote: > > diff --git a/lib/mpd/init.lua b/lib/mpd/init.lua > > new file mode 100644 > > index 000..d1f0e35 > > --- /dev/null > > +++ b/lib/mpd/init.lua > > @@ -0,0 +1,160 @@ > > +-- Small interface to MusicPD > > +-- based on a netcat ve

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Thu Jul 30 07:49:51 -0400 2009: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Uli Schlachter wrote: > > Andrei Thorp wrote: > >> I wanna get my patches reviewed dammit ;) > > > > Ok, here we go: > > > >> Subject: [PATCH 1/4] Lib: hooks lib w/ a

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Thu Jul 30 07:31:38 -0400 2009: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Andrei Thorp wrote: > > I wanna get my patches reviewed dammit ;) > > Ok, here we go: > > > Subject: [PATCH 1/4] Lib: hooks lib w/ awful timer wrapper functions > [..

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrei Thorp wrote: > I wanna get my patches reviewed dammit ;) And I want to get done reviweing them, dammit. > Subject: [PATCH 4/4] basic_mpd: Imported > diff --git a/basic_mpd/init.lua b/basic_mpd/init.lua > new file mode 100644 > index 000.

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrei Thorp wrote: > Subject: [PATCH 3/4] Run Prompt: Used Obvious timer hook instead of awful > diff --git a/popup_run_prompt/init.lua b/popup_run_prompt/init.lua > index d24a6cc..696a4e6 100644 > --- a/popup_run_prompt/init.lua > +++ b/popup_run_p

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Uli Schlachter
Andrei Thorp wrote: > Subject: [PATCH 2/4] Lib/Util: Added bold & colour functions > diff --git a/lib/util/init.lua b/lib/util/init.lua > new file mode 100644 > index 000..6360f87 > --- /dev/null > +++ b/lib/util/init.lua > @@ -0,0 +1,21 @@ > +-- > +-- Au

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Uli Schlachter wrote: > Andrei Thorp wrote: >> I wanna get my patches reviewed dammit ;) > > Ok, here we go: > >> Subject: [PATCH 1/4] Lib: hooks lib w/ awful timer wrapper functions > [...] >> diff --git a/lib/hooks/init.lua b/lib/hooks/init.lua >

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrei Thorp wrote: > I wanna get my patches reviewed dammit ;) Ok, here we go: > Subject: [PATCH 1/4] Lib: hooks lib w/ awful timer wrapper functions [...] > diff --git a/lib/hooks/init.lua b/lib/hooks/init.lua > new file mode 100644 > index 0

[awesome bugs] #565 - Image not updated when modified

2009-07-30 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Julien Danjou (jd) Attached to Project - awesome Summary - Image not updated when modified Task Type - Bug Report Category - Core Status - New Assigned To - Operating Sys