Re: Screenshot submenu

2016-01-31 Thread Yury Tarasievich
Missed this thread when it was hot, but... The *only* issue I would *not* want to get with such a modification would be the mod 'snatching' somehow the PrtScr shortcut I (or anyone else) already use for calling on (almost) the same functionality. Regarding the menu item itself: go for it. I

[PATCH] wmtv: Remove define of VERSION in favor of version defined by autoconf.

2016-01-31 Thread Doug Torrance
--- wmtv/src/wmtv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/wmtv/src/wmtv.c b/wmtv/src/wmtv.c index a1e393a..1fa2eea 100644 --- a/wmtv/src/wmtv.c +++ b/wmtv/src/wmtv.c @@ -53,8 +53,6 @@ /* Defines */ -#define VERSION "0.6.5" - #define ON 1 #define OFF0

[PATCH] more wmtv

2016-01-31 Thread Doug Torrance
Actually, Carlos, could you tag *this* patch wmtv-0.6.6? :) Thanks! Doug Torrance (1): wmtv: Remove define of VERSION in favor of version defined by autoconf. wmtv/src/wmtv.c | 2 -- 1 file changed, 2 deletions(-) -- 2.5.0 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.

[PATCH 12/16] wmtv: Restore non-libdockapp wmgeneral (for now).

2016-01-31 Thread Doug Torrance
Currently incompatible with shared library. For example, it needs to get some attributes of iconwin, which is not public. --- wmtv/src/wmgeneral/wmgeneral.c | 419 + wmtv/src/wmgeneral/wmgeneral.h | 62 ++ wmtv/src/wmtv.c| 3 +- 3 fil

[PATCH 14/16] wmtv: Add manpage from Debian.

2016-01-31 Thread Doug Torrance
>From [1]. [1] http://sources.debian.net/src/wmtv/0.6.5-17/debian/wmtv.1/ --- wmtv/Makefile.am | 1 + wmtv/wmtv.1 | 244 +++ 2 files changed, 245 insertions(+) create mode 100644 wmtv/wmtv.1 diff --git a/wmtv/Makefile.am b/wmtv/Makefile

[PATCH 09/16] wmtv: Add new -c option to choose the video4linux device to use.

2016-01-31 Thread Doug Torrance
Patch by Nicolas Boullis . Introduced in Debian package version 0.6.5-16. --- wmtv/src/wmtv.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wmtv/src/wmtv.c b/wmtv/src/wmtv.c index 354a6dd..5daa36c 100644 --- a/wmtv/src/wmtv.c +++ b/wmtv/src/wmtv.c @@ -77,7 +77,7 @@ #d

[PATCH 08/16] wmtv: Fix frequency sent to external program.

2016-01-31 Thread Doug Torrance
Need to divide by 16 or 16000 depending on whether using kHz or MHz. Patch by Nicolas Boullis for Debian package version 0.6.5-14 or 15. (Not mentioned in debian/changelog.) --- wmtv/src/wmtv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmtv/src/wmtv.c b/wmtv/src/wmtv.c

[PATCH 16/16] wmtv: Bump to version 0.6.6.

2016-01-31 Thread Doug Torrance
--- wmtv/ChangeLog| 23 +++ wmtv/configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/wmtv/ChangeLog b/wmtv/ChangeLog index 9ba832c..4822011 100644 --- a/wmtv/ChangeLog +++ b/wmtv/ChangeLog @@ -1,3 +1,26 @@ +version 0.6.6 +- +Date

[PATCH 13/16] wmtv: Switch to autotools for build.

2016-01-31 Thread Doug Torrance
Also rename CREDITS and CHANGES to AUTHORS and ChangeLog, resp. --- wmtv/{CREDITS => AUTHORS} | 0 wmtv/{CHANGES => ChangeLog} | 0 wmtv/Makefile | 25 - wmtv/Makefile.am| 10 ++ wmtv/configure.ac | 12 5 files ch

[PATCH 10/16] wmtv: Update video4linux include.

2016-01-31 Thread Doug Torrance
Patch by Daniel Polehn [1]. [1] https://bugs.launchpad.net/ubuntu/+source/wmtv/+bug/756053 --- wmtv/src/wmtv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmtv/src/wmtv.c b/wmtv/src/wmtv.c index 5daa36c..f223c57 100644 --- a/wmtv/src/wmtv.c +++ b/wmtv/src/wmtv.c @@ -34,7

[PATCH 11/16] wmtv: Replace obsolete include of xf86dga.h with Xxf86dga.h.

2016-01-31 Thread Doug Torrance
Fixes the following warning: In file included from src/wmtv.c:47:0: /usr/include/X11/extensions/xf86dga.h:9:2: warning: #warning "xf86dga.h is obsolete and may be removed in the future." [-Wcpp] #warning "xf86dga.h is obsolete and may be removed in the future." ^ /usr/include

[PATCH 15/16] wmtv: Update and tidy up README.

2016-01-31 Thread Doug Torrance
--- wmtv/README | 87 ++--- 1 file changed, 54 insertions(+), 33 deletions(-) diff --git a/wmtv/README b/wmtv/README index 9474329..f6651c4 100644 --- a/wmtv/README +++ b/wmtv/README @@ -1,32 +1,36 @@ -===

[PATCH 03/16] wmtv: Fix security hole.

2016-01-31 Thread Doug Torrance
Patch by Nicolas Boullis . From [1]: From: Nicolas Boullis To: Debian Bug Tracking System Subject: wmtv: dangerous suid root Date: Thu, 08 Nov 2001 20:07:52 +0100 Hi ! I think there is a huge security hole with wmtv and, when wmtv is installed, anyone can easily get a root

[PATCH 00/16] wmtv

2016-01-31 Thread Doug Torrance
Attached are a bunch of wmtv patches, mostly from Debian. Carlos, could you tag the last commit wmtv-0.6.6? Thanks! Doug Torrance (16): wmtv: Config file handling. wmtv: Fix calculation of bytes per line. wmtv: Fix security hole. wmtv: Add some French channels. wmtv: Start without user

[PATCH 01/16] wmtv: Config file handling.

2016-01-31 Thread Doug Torrance
Patch by Yann Vernier . From [1]: wmtv failed to read my .wmtvrc (hand written) correctly, I tracked it down to incorrect memory management (sizeof() instead of strlen()). The code was so bad that I chose to rewrite it to a simpler version, patch below. Other bugs fixed include so

[PATCH 04/16] wmtv: Add some French channels.

2016-01-31 Thread Doug Torrance
Patch by Nicolas Boullis . From [1]: From: Nicolas Boullis Subject: wmtv: some french channels are not available Date: Fri, 16 Nov 2001 01:33:13 +0100 wmtv does not currently support a few channels which are used in France. These channels are called K01-K10, KB-KQ and H01-H19.

[PATCH 06/16] wmtv: Do not shorten user config file.

2016-01-31 Thread Doug Torrance
Patch by Nicolas Boullis . From [1]: From: Nicolas Boullis Subject: wmtv: shortens user's configuration file Date: Sun, 18 Nov 2001 02:38:00 +0100 Hello ! When wmtv writes it configuration back to the user's configuration file (after the user tried to fine-tune the channels)

[PATCH 07/16] wmtv: Remaining changes from debian package versions 0.6.5-8 through 13.

2016-01-31 Thread Doug Torrance
(I couldn't find the patches separately in, e.g., a bug report.) Patches by Nicolas Boullis . Corresponding entries from debian/changelog: 0.6.5-8 === * Drop privileges to access files, and then regain privileges. (Closes: #120825) * A new user's configuration file is automatically c

[PATCH 05/16] wmtv: Start without user config file.

2016-01-31 Thread Doug Torrance
Patch by Nicolas Boullis . From [1]: From: Nicolas Boullis Subject: wmtv: does not start without user's ~/.wmtvrc Date: Sun, 18 Nov 2001 00:17:26 +0100 Hi ! The current version of wmtv does not start if the user does not have a ~/.wmtvrc configuration file, while one could ex

[PATCH 02/16] wmtv: Fix calculation of bytes per line.

2016-01-31 Thread Doug Torrance
Patch by Yann Vernier . From [1]: From: Malcolm Parsons Subject: wmtv: incorrectly calculates bytes per line Date: Mon, 09 Apr 2001 21:15:52 +0100 wmtv does not put the tv display in its window on my second head. According to bttv, wmtv is telling bttv that the display is: Di