[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.5-310-gab348c6d

2014-05-09 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 via ab348c6dc8a02187d54c9de1acc896348eab741d (commit) via 7caadb48de21af476

[PATCH 7/8] WPrefs: Updated translation source strings against source code

2014-05-09 Thread Christophe
From: Christophe CURIS Some strings have been changed in the source code, this patch is updating the corresponding 'msgid' in the 'po' files so that the translated words will be found, and will not be lost in case of an automatic update on the file. Signed-off-by: Christophe CURIS --- WPrefs.a

[PATCH 8/8] Add attribute 'noreturn' to a few functions pointed by clang

2014-05-09 Thread Christophe
From: Christophe CURIS Signed-off-by: Christophe CURIS --- test/wtest.c | 9 - util/wmsetbg.c | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/test/wtest.c b/test/wtest.c index 37f285d..00b1250 100644 --- a/test/wtest.c +++ b/test/wtest.c @@ -8,6 +8,8 @@ * TODO

[PATCH 3/8] WINGs: safer cleanup in the 'WMReleaseApplication' function

2014-05-09 Thread Christophe
From: Christophe CURIS The function would not behave correctly if called twice, and the library may re-use de-allocated pointers if calling WINGs functions after calling this function. The goal is for our library to behave as cleanly as possible, so that users may have a clearer hint in case of

[PATCH 6/8] WPrefs: Make Opaque Move/Resize less cramped in the Window Handling panel

2014-05-09 Thread Christophe
From: Christophe CURIS The icons were too tightly packed into their buttons and were not even fully displayed, and the label of the checkbox could be split on 2 lines unnecessarily. Signed-off-by: Christophe CURIS --- WPrefs.app/WindowHandling.c | 12 ++-- 1 file changed, 6 insertions(

[PATCH 5/8] WMaker: rationalised the use of flags for window icons in the switchpanel

2014-05-09 Thread Christophe
From: Christophe CURIS The flags were stored as 'char' but it is more logical to use int which is "the natural size for integer on the host" and may help future evolution if new flags are added; The array is created with an initial size consistent with the number of element we feed it with in 'm

[PATCH 2/8] WINGs: removed unused variable in syslog messaging code

2014-05-09 Thread Christophe
From: Christophe CURIS As pointed by the commpiler, the variable 'syslog_prefix' is not used in the code, so it is removed. Signed-off-by: Christophe CURIS --- WINGs/error.c | 4 1 file changed, 4 deletions(-) diff --git a/WINGs/error.c b/WINGs/error.c index d61621f..739fa5e 100644 --- a

[PATCH 4/8] WINGs: Removed checks for code that can't fail

2014-05-09 Thread Christophe
From: Christophe CURIS In the function 'wdefaultspathfordomain' there was a check to make sure the generated path would fit in the allocated area, but this allocated area is sized precisely to fit the path, so it cannot fail. In the function 'getCurrentFileName' there were checks to make sure th

[PATCH 1/8] WUtil: Aligned msgid for error message translations against latest code

2014-05-09 Thread Christophe
From: Christophe CURIS Due to some old and recent patches, the msgid used for translating the error messages were not in line with the source code, now they are. Signed-off-by: Christophe CURIS --- WINGs/po/bg.po | 10 +- WINGs/po/ca.po | 12 ++-- WINGs/po/cs.po | 12 ++

[PATCH 0/8] Random fixes here and there

2014-05-09 Thread Christophe
From: Christophe CURIS Hello, A few fixes and improvements that are not related to each other, in order to make the code easier to maintain, safer, faster, smaller, or user's experience better. Regards, Christophe. WINGs/error.c | 4 WINGs/po/bg.po | 10 +

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.5-302-ga2328d98

2014-05-09 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 via a2328d9842b521cbeab4cb71afb9bea6c47dae86 (commit) via 1b2e8a6491029912c

[PATCH 0/1] WINGs: Fix crash on exit while trying to save user config changes

2014-05-09 Thread Christophe
From: Christophe CURIS Hello, Apparently, trying to do things the right way has sometimes unexpected side effects... Regards. WINGs/Makefile.am| 1 + WINGs/userdefaults.c | 19 --- WINGs/userdefaults.h | 34 ++ WINGs/wapplication.c | 9 ++

[PATCH 1/1] WINGs: Fix crash on exit while trying to save user config changes

2014-05-09 Thread Christophe
From: Christophe CURIS Recent patches has introduced the ability to exit cleanly from the WINGs library, but this introduced some side effects because a function is registered with 'atexit' to save user config on exit, which may not work anymore because WMReleaseApplication frees some stuff neede

Re : Re: [PATCH 4/4] Removed unused second switch panel background

2014-05-09 Thread Christophe
- Carlos R. Mafra a écrit : > On Fri, 9 May 2014 at 8:19:16 +0800, David Maciejak wrote: > > On Friday, May 9, 2014, Carlos R. Mafra wrote: > > > > > On Thu, 8 May 2014 at 23:57:04 +0200, Christophe wrote: > > > > From: David Maciejak > > > > > > > > > the second one is not used, so i re