awesome | 1 Aug 2009 16:18
Gravatar

[awesome bugs] #557 - Move away D-Bus support

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#557 - Move away D-Bus support
User who did this - Uli Schlachter (psychon)

----------
Yeah, I just found http://luaforge.net/projects/lua-dbus/ too and remembered this.

A problem which I see is that this lua library needs a way to wake up awesome (=register with libev). I don't
know how a general purpose library would do this. I guess this is almost impossible....
----------

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=557#comment1305

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you
did not expect this message or don't want to receive mails in future, you can change your notification
settings at the URL shown above.

--

-- 
To unsubscribe, send mail to awesome-devel-unsubscribe <at> naquadah.org.

Uli Schlachter | 1 Aug 2009 20:56
Picon
Gravatar

[Patch Obvious] High impact code rewrite, again


Hi list,

I was recently forced to use obvious. Well, you wanted it that way. So far I
only looked at obvious.wlan and noticed that your code looks almost like mine.
Obviously, mine's a little better and I wanted to share...

Enough bla, I tested this and it Works For Me (tm).

Uli

P.S.: GPLv2 :P
--
"Do you know that books smell like nutmeg or some spice from a foreign land?"
                                                  -- Faber in Fahrenheit 451
Gregor Best | 2 Aug 2009 17:30

Re: [Patch Obvious] High impact code rewrite, again

Merged, thanks a lot :)

--

-- 
GCS/IT/M d- s+:- a-- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o--
K- w--- ?O M-- ?V PS++ PE- Y++ PGP+++ t+ 5 X+ R tv b+++ DI+++
D+++ G+ e h! r y+

    Gregor Best
Gregor Best | 2 Aug 2009 20:47

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

(finally) merged, thanks :)

--

-- 
GCS/IT/M d- s+:- a-- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o--
K- w--- ?O M-- ?V PS++ PE- Y++ PGP+++ t+ 5 X+ R tv b+++ DI+++
D+++ G+ e h! r y+

    Gregor Best
awesome | 3 Aug 2009 16:01
Gravatar

[awesome bugs] #540 - Bob Marley should work when moving clients

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task is now closed:

FS#540 - Bob Marley should work when moving clients
User who did this - Julien Danjou (jd)

Reason for closing: Implemented
Additional comments about closing: commit 582c4a701336af6b86343270cd6477dd15a526c7
Author: Julien Danjou <julien <at> danjou.info>
Date:   Mon Aug 3 15:57:10 2009 +0200

    client: active BMA when moving windows

    We now move (and so, arrange) windows anywhen so we need to ignore
    spurious leaver/enter events in client_resize() too.
    We still need it un arrange for unmap/map. It's probably that the call
    to client_ignore_enterleave_events() should be made in client_ban, but
    it would be too much expansive to call it outside arrange() since it is
    the only caller of client_ban/unban.

    Signed-off-by: Julien Danjou <julien <at> danjou.info>

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=540

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you
did not expect this message or don't want to receive mails in future, you can change your notification
settings at the URL shown above.

(Continue reading)

Uli Schlachter | 3 Aug 2009 18:21
Picon
Gravatar

[Obvious Patch] Some fun


I don't have the time for a description, just read the commit messages. :P

Cheers
--
"Do you know that books smell like nutmeg or some spice from a foreign land?"
                                                  -- Faber in Fahrenheit 451
Attachment (0004-basic_mpd-Fix.patch): text/x-diff, 1050 bytes
awesome | 4 Aug 2009 09:53
Gravatar

[awesome bugs] #569 - Add struts support to wiboxes

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 - Add struts support to wiboxes
Task Type - Bug Report
Category - Core
Status - New
Assigned To - 
Operating System - All
Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - 3.4
Due Date - Undecided
Details - Since wiboxes position moved to Lua, they are not used for computing maximized size.

This should probably be fixed by adding struts properties on wiboxes and taking them into account in the
workarea computing (screen.c).

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=569

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you
did not expect this message or don't want to receive mails in future, you can change your notification
settings at the URL shown above.

(Continue reading)

Gregor Best | 4 Aug 2009 21:06

[patches] two small fixes for the titlebar

Hi people,

the attached two patches fix two issues in the titlebar code. The first
one fixes the modkey assignment for titlebar buttons (thanks to
psychon for "strict.lua" btw :), the second one fixes an issue which
appeared on the user ml (a coding error, which led to titlebar.lua
failing).

-- 
GCS/IT/M d- s+:- a-- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o--
K- w--- ?O M-- ?V PS++ PE- Y++ PGP+++ t+ 5 X+ R tv b+++ DI+++
D+++ G+ e h! r y+

    Gregor Best
From cb91aba2f5588cba80dd56c03d225cbb16ce451f Mon Sep 17 00:00:00 2001
From: Gregor Best <gbe <at> intepi.net>
Date: Tue, 4 Aug 2009 20:58:34 +0200
Subject: [PATCH 1/2] titlebar: fix modkey for buttons

Signed-off-by: Gregor Best <gbe <at> intepi.net>
---
 lib/awful/titlebar.lua.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/awful/titlebar.lua.in b/lib/awful/titlebar.lua.in
index eb71a19..8b5649b 100644
--- a/lib/awful/titlebar.lua.in
+++ b/lib/awful/titlebar.lua.in
(Continue reading)

Gregor Best | 4 Aug 2009 21:11

Re: [Obvious Patch] Some fun

On Mon, Aug 03, 2009 at 06:21:42PM +0200, Uli Schlachter wrote:
> [...]
> Subject: [PATCH 1/4] Move code for getting the wlan strength to lib.wlan
> [...]

Merged

> [...]
> Subject: [PATCH 2/4] Add a general function for creating widgets
> [...]

Merged

> [...]
> Subject: [PATCH 3/4] Add a wlan progressbar widget
> [...]

Merged, though adding some info to the readme file would be nice :)

> [...]
> Subject: [PATCH 4/4] basic_mpd: Fix
> [...]

Merged

thanks a lot :)

--

-- 
GCS/IT/M d- s+:- a-- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o--
K- w--- ?O M-- ?V PS++ PE- Y++ PGP+++ t+ 5 X+ R tv b+++ DI+++
(Continue reading)

Julien Danjou | 5 Aug 2009 09:35
Gravatar

Re: [patches] two small fixes for the titlebar

At 1249412815 time_t, Gregor Best wrote:
> the attached two patches fix two issues in the titlebar code. The first
> one fixes the modkey assignment for titlebar buttons (thanks to
> psychon for "strict.lua" btw :), the second one fixes an issue which
> appeared on the user ml (a coding error, which led to titlebar.lua
> failing).

Thanks Gregor! Both merged.

Cheers,
--

-- 
Julien Danjou
// ᐰ <julien <at> danjou.info>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// And thinking so much differently.

Gmane