Re: [PATCH 1/9] wmaker: moved the list of Window Attributes into an array, for the Window Inspector

2015-05-15 Thread Alwin
Hi Christophe, Christophe CURIS schreef: The Window Inspector is used to let user change the list of attributes for a window. This list of attributes was defined through many hard-coded things; by defining an array with everything at the beginning of the file it is easier to maintain (the code

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.6-290-g42acb5d

2015-05-15 Thread crmafra
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project wmaker-crm.git. The branch, next has been updated discards c2290ef404dcc2f437b93dd9bbfffb696cf867d4 (commit) discards

[PATCH (whome)] Remove wmweather+ from dockapps webpage.

2015-05-15 Thread Doug Torrance
--- dockapps/dockapps.db | 11 --- dockapps/img/wmweather+.png | Bin 2846 - 0 bytes dockapps/img/wmweather+2.png | Bin 2725 - 0 bytes dockapps/img/wmweather+4.png | Bin 5447 - 0 bytes 4 files changed, 11 deletions(-) delete mode 100644 dockapps/img/wmweather+.png delete

[PATCH 2/3] fixup! wmaker: moved the list of Advanced Options into an array, for the Window Inspector

2015-05-15 Thread Christophe CURIS
--- src/winspector.c | 48 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/winspector.c b/src/winspector.c index 3255fe6..6b6e687 100644 --- a/src/winspector.c +++ b/src/winspector.c @@ -110,57 +110,57 @@ static const struct {

Re: [PATCH 0/3] Fixes for incorrect I18N specifier

2015-05-15 Thread Carlos R. Mafra
On Fri, 15 May 2015 at 18:30:10 +0200, Christophe CURIS wrote: I gave a try to a new method for merging the patch which should be easier for you: after the 'git am', you can use: git rebase -i --autosquash next~20 It will detect the 'fixup!' string and move the commit to the appropriate

[PATCH 1/3] fixup! wmaker: moved the list of Application Attributes into an array, for the Window Inspector

2015-05-15 Thread Christophe CURIS
--- src/winspector.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/winspector.c b/src/winspector.c index 0735caf..3255fe6 100644 --- a/src/winspector.c +++ b/src/winspector.c @@ -164,17 +164,17 @@ static const struct { #endif }, application_attr[] = { -

[PATCH 0/3] Fixes for incorrect I18N specifier

2015-05-15 Thread Christophe CURIS
Hi Carlos, This 3 patches fixes the issue found by Alwin on M_() which should have been N_(). I gave a try to a new method for merging the patch which should be easier for you: after the 'git am', you can use: git rebase -i --autosquash next~20 It will detect the 'fixup!' string and move the

[PATCH 3/3] fixup! wmaker: moved the list of Window Attributes into an array, for the Window Inspector

2015-05-15 Thread Christophe CURIS
--- src/winspector.c | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/winspector.c b/src/winspector.c index 6b6e687..e947a14 100644 --- a/src/winspector.c +++ b/src/winspector.c @@ -67,45 +67,45 @@ static const struct {