[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.7-11-g97189ce

2015-08-25 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 97189ce2cccbffa6af9aa824e52a375dcfa415a0 (commit) via

Re: [PATCH 2/2] Enable usermenu

2015-08-25 Thread Yury Tarasievich
Thank you so very much. I understand now how it functions. Not all clear yet, though: Call me dim, but this functionality is useful for what use scenario? Like, *when* might I want a menu popping up on every focus change? (I assume this is explicit switch of focus, not

Re: Help with appmenu [was: Re: Question about menus (usermenu, appmenu)]

2015-08-25 Thread Josip Deanovic
On Tuesday 2015-08-25 14:54:59 Rodolfo García Peñas wrote: I have found this excerpt in NEWS file, it is related to Shared application icons but there is some info about appmenu: -BEGIN- As a side note: wterm can use the shared appicon feature as long as it doesn't use the

Re: [PATCH 2/2] Enable usermenu

2015-08-25 Thread Yury Tarasievich
Guys, terribly sorry for the ignorance, but I somehow can't figure out this new (old?) menu thing? It is named window class.menu and has to reside in a specific location, that much I've got. Now, tell me, please, when/how is this new menu activated; is it superceding the global menu? So,

Re: [PATCH 2/2] Enable usermenu

2015-08-25 Thread Amadeusz Sławiński
On Tue, 25 Aug 2015 07:45:03 + Rodolfo García Peñas (kix) k...@kix.es wrote: This patch is mostly for testing. So I tested it ;) and I seem to have found a problem: it hardcodes path where it looks for menus. I personally don't like GNUstep folder in my $HOME, so I have this in my

Re: [PATCH 2/2] Enable usermenu

2015-08-25 Thread kix
El 25 de agosto de 2015 19:15:52 CEST, Amadeusz Sławiński am...@asmblr.net escribió: On Tue, 25 Aug 2015 07:45:03 + Rodolfo García Peñas (kix) k...@kix.es wrote: This patch is mostly for testing. So I tested it ;) and I seem to have found a problem: it hardcodes path where it looks for

Re: Question about menus (usermenu, appmenu)

2015-08-25 Thread Rodolfo García Peñas (kix)
Josip Deanovic djosip+n...@linuxpages.net escribió: Josip DeanovicOn Monday 2015-08-24 21:53:25 wrote: BTW, Wouldn't it be a better to use the path ~/GNUstep/Library/WindowMaker/UserMenus than ~/GNUstep/Defaults/UserMenus I have googled for UserMenus and gnustep and found that number of

Re: [PATCH 2/2] Enable usermenu

2015-08-25 Thread Rodolfo García Peñas (kix)
This patch is mostly for testing. Rodolfo García Peñas (kix) k...@kix.es escribió: This patch enables the usermenu when the application is launched and the usermenu file exists. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- src/actions.c | 1 + src/application.c | 2 ++ 2

[PATCH 1/2] usermenu.c Avoid compiler warnings

2015-08-25 Thread kix
This patch includes some changes to avoid compiler warnings and some code style. Compiler warnings are: - notifyClient, do not uses the menu argument. Including (void) menu. - WUserMenuData, keyover: label is not used. - configureUserMenu, params is not initialized. - configureUserMenu, mentry

[PATCH 2/2] Enable usermenu

2015-08-25 Thread kix
This patch enables the usermenu when the application is launched and the usermenu file exists. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- src/actions.c | 1 + src/application.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/actions.c b/src/actions.c index

Re: [PATCH 1/2] usermenu.c Avoid compiler warnings

2015-08-25 Thread Rodolfo García Peñas (kix)
Hi Carlos, you can apply this patch to the git without problems. Cheers, kix Rodolfo García Peñas (kix) k...@kix.es escribió: This patch includes some changes to avoid compiler warnings and some code style. Compiler warnings are: - notifyClient, do not uses the menu argument. Including

Re: [PATCH 2/2] Enable usermenu

2015-08-25 Thread Josip Deanovic
On Tuesday 2015-08-25 20:19:38 Yury Tarasievich wrote: Thank you so very much. I understand now how it functions. Not all clear yet, though: Call me dim, but this functionality is useful for what use scenario? This feature could prove useful in case when you have an application that

[PATCH (whome)] Update wmifs, wmppp.app, and wmsun on dockapps webpage.

2015-08-25 Thread Doug Torrance
--- dockapps/dockapps.db | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 90bf49a..35c2f7c 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -330,7 +330,7 @@ dockapps = 72 category = Network [wmifs]

Re: Help with appmenu [was: Re: Question about menus (usermenu, appmenu)]

2015-08-25 Thread Josip Deanovic
On Tuesday 2015-08-25 07:54:03 Rodolfo García Peñas wrote: Hello, ok, the usermenu is now clear. IMO, we can improve this menu, for example to send text to xterms or similar (menu with ssh -l user example.com could be nice). But my problem now is related to appmenu. I don't know how

Re: Help with appmenu [was: Re: Question about menus (usermenu, appmenu)]

2015-08-25 Thread Josip Deanovic
Josip DeanovicOn Tuesday 2015-08-25 14:20:12 wrote: On Tuesday 2015-08-25 07:54:03 Rodolfo García Peñas wrote: Hello, ok, the usermenu is now clear. IMO, we can improve this menu, for example to send text to xterms or similar (menu with ssh -l user example.com could be nice).