Re: Question about menus (usermenu, appmenu)

2015-08-24 Thread Rodolfo García Peñas (kix)
Josip Deanovic djosip+n...@linuxpages.net escribió: On Monday 2015-08-24 05:48:08 Rodolfo García Peñas wrote: IMO we could remove these menus because: 1. Are not documented. The user don't know how to create/use the menu. 2. Are not examples, only in the source code we can find how to

Re: Question about menus (usermenu, appmenu)

2015-08-24 Thread Rodolfo García Peñas (kix)
Quoting Josip Deanovic djosip+n...@linuxpages.net: On Monday 2015-08-24 14:07:48 Rodolfo García Peñas wrote: Josip Deanovic djosip+n...@linuxpages.net escribió: I am using the --enable-usermenu option every time when I prepare windowmaker for compilation but I don't think that I have ever

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

2015-08-24 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-24 Thread kix
This patch enables the usermenu when the application is launched and the usermenu file exists. The usermenu folder is ~/GNUstep/Defaults/UserMenus and was wrong in the code. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- src/actions.c | 1 + src/application.c | 2 ++

Re: Regression fix (was Re: Question about menus (usermenu, appmenu))

2015-08-24 Thread Josip Deanovic
On Monday 2015-08-24 05:35:05 Rodolfo García Peñas wrote: Quoting Josip Deanovic djosip+n...@linuxpages.net: I have compiled a newest version and tested every combination I could think of and works fine. No crash any more, feature works as expected. I would say that we can close

Re: Question about menus (usermenu, appmenu)

2015-08-24 Thread Josip Deanovic
On Monday 2015-08-24 05:48:08 Rodolfo García Peñas wrote: IMO we could remove these menus because: 1. Are not documented. The user don't know how to create/use the menu. 2. Are not examples, only in the source code we can find how to configure the menu. 3. The line to show the menu (in

[PATCH (whome)] Update wmbattery, wmload, and wmtime on dockapps webpage.

2015-08-24 Thread Doug Torrance
--- dockapps/dockapps.db | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index b64eccf..90bf49a 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -127,6 +127,7 @@ dockapps = 216 category = System Monitoring

Re: Question about menus (usermenu, appmenu)

2015-08-24 Thread Josip Deanovic
Josip DeanovicOn Monday 2015-08-24 21:25:58 wrote: On Monday 2015-08-24 18:44:42 Rodolfo García Peñas wrote: Hi, I found one problem, the path was wrong in the code (or in the doc, IMO, in the code). Then, I added the menu map when the window is created. Probably could be a good

Re: Question about menus (usermenu, appmenu)

2015-08-24 Thread Josip Deanovic
On Monday 2015-08-24 18:44:42 Rodolfo García Peñas wrote: Hi, I found one problem, the path was wrong in the code (or in the doc, IMO, in the code). Then, I added the menu map when the window is created. Probably could be a good idea create a menu entry to show/hide the menu. Ok,

[PATCH 1/2] wmifs: Add note about libdockapp to INSTALL.

2015-08-24 Thread Doug Torrance
--- wmifs/INSTALL | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wmifs/INSTALL b/wmifs/INSTALL index a072540..4160d81 100644 --- a/wmifs/INSTALL +++ b/wmifs/INSTALL @@ -17,6 +17,9 @@ Requirements the installation copies the GLOBAL config file there, don't worry, nothing

[PATCH 1/2] wmppp.app: Add note about libdockapp to INSTALL.

2015-08-24 Thread Doug Torrance
--- wmppp.app/INSTALL | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wmppp.app/INSTALL b/wmppp.app/INSTALL index ae4805e..d522915 100644 --- a/wmppp.app/INSTALL +++ b/wmppp.app/INSTALL @@ -17,6 +17,9 @@ Requirements the installation copies the GLOBAL config files there,

[PATCH 2/2] wmppp.app: Bump to version 1.3.2.

2015-08-24 Thread Doug Torrance
--- wmppp.app/CHANGES | 7 +++ wmppp.app/wmppp.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/wmppp.app/CHANGES b/wmppp.app/CHANGES index 89850fb..3b73368 100644 --- a/wmppp.app/CHANGES +++ b/wmppp.app/CHANGES @@ -1,5 +1,12 @@ Version Description

[PATCH 0/2] wmppp.app

2015-08-24 Thread Doug Torrance
Here are a couple patches for wmppp.app. Carlos, could you tag the last commit wmppp.app-1.3.2? Thanks! Doug Torrance (2): wmppp.app: Add note about libdockapp to INSTALL. wmppp.app: Bump to version 1.3.2. wmppp.app/CHANGES | 7 +++ wmppp.app/INSTALL | 3 +++ wmppp.app/wmppp.c | 2 +-

[PATCH 0/2] wmifs

2015-08-24 Thread Doug Torrance
Here are a couple patches for wmifs. Carlos, could you tag the last commit wmifs-1.6? Thanks! Doug Torrance (2): wmifs: Add note about libdockapp to INSTALL. wmifs: Bump to version 1.6. wmifs/CHANGES | 7 +++ wmifs/INSTALL | 3 +++ wmifs/wmifs.c | 2 +- 3 files changed, 11

[PATCH 2/2] wmifs: Bump to version 1.6.

2015-08-24 Thread Doug Torrance
--- wmifs/CHANGES | 7 +++ wmifs/wmifs.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/wmifs/CHANGES b/wmifs/CHANGES index 1be1263..07904fc 100644 --- a/wmifs/CHANGES +++ b/wmifs/CHANGES @@ -1,5 +1,12 @@ Version Description

[PATCH 1/3] wmsun: Expand README.

2015-08-24 Thread Doug Torrance
--- wmsun/README | 33 + 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/wmsun/README b/wmsun/README index 29b0eb7..4031507 100644 --- a/wmsun/README +++ b/wmsun/README @@ -1,7 +1,32 @@ -Kona lat/lon; + ___ __ _ __ ___

[PATCH 2/3] wmsun: Fix typos in manpage.

2015-08-24 Thread Doug Torrance
--- wmsun/wmsun.1 | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wmsun/wmsun.1 b/wmsun/wmsun.1 index 5bb53e3..f4a1b13 100644 --- a/wmsun/wmsun.1 +++ b/wmsun/wmsun.1 @@ -2,11 +2,11 @@ .SH NAME WMSUN \- Dockable WindowMaker SunRise/SunSet App .SH SYNOPSIS -.B wmSun

[PATCH 0/3] wmsun

2015-08-24 Thread Doug Torrance
Here are a few patches for wmsun. Carlos, could you tag the last commit wmsun-1.05? Thanks! Doug Torrance (3): wmsun: Expand README. wmsun: Fix typos in manpage. wmsun: Bump to version 1.05. wmsun/ChangeLog | 6 ++ wmsun/README| 33 +