RE: ubuntu PPA packages?

2012-03-07 Thread Doug Torrance
eady did all the work, and I just had to do some googling to figure out how to build a source package and upload it to Launchpad. I've installed the packages on my laptop with no issues so far, but I hold no guarantees that your computer won't explode. Doug Torrance

RE: Debian maintainer for wmtime

2012-10-30 Thread Doug Torrance
rs, > kix > -- > ||// //\\// Rodolfo "kix" Garcia > ||\\// //\\ http://www.kix.es/ I can maintain it. I'll also upload it to git. Doug Torrance

[PATCH] wmtime bugfixes

2012-10-30 Thread Doug Torrance
I've applied the two patches to wmtime from the Debian bug tracking system. Doug 0001-wmtime-Fixed-Debian-bug-639626.-Applied-a-patch-by-A.patch Description: Binary data 0001-wmtime-Fixed-Debian-bug-661843.-Applied-a-patch-by-M.patch Description: Binar

RE: Debian maintainer for wmtime

2012-10-30 Thread Doug Torrance
> Thanks Doug, > > there are more dockapps packages ready for adoption: > > •wmacpi: ACPI battery monitor for WindowMaker (información del > paquete), orphaned since 36 days. > •wmbatppc: Battery monitor for Apple G3/G4 ibooks/powerbooks > (información del paquete), orphaned since 36 days. > •

Themes vs. styles

2012-11-15 Thread Doug Torrance
Is there any official distinction between themes and styles? It seems as though themes generally contain a background and styles don't. Is that all there is to it? Thanks, Doug

RE: (fwd) [Bug 1079925] [NEW] No icon for Unity Greeter

2012-11-18 Thread Doug Torrance
Hi, should we add this in upstream? Cheers, kix I'm the one who submitted the bug.  As far as I know, Unity Greeter is Ubuntu-only, so I didn't submit it upstream. Doug -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

RE: (fwd) [Bug 1079925] [NEW] No icon for Unity Greeter

2012-11-28 Thread Doug Torrance
FYI, this patch has now been added to the next release of Ubuntu. Doug Date: Sun, 18 Nov 2012 23:38:56 +0100 From: k...@kix.es To: wmaker-dev@lists.windowmaker.org Subject: (fwd) [Bug 1079925] [NEW] No icon for Unity Greeter Hi, should we add this in up

RE: WindowMaker 0.95.5 Released

2013-09-25 Thread Doug Torrance
Hi everyone, Ubuntu (raring and saucy) packages are now available for Window Maker 0.95.5: sudo add-apt-repository ppa:profzoom/wmaker sudo apt-get update sudo apt-get install wmaker Have a good one, Doug -Original Message- From: Rodolfo García Peñas [mailto:k...@kix.es] Sent: Sunday,

[PATCH] wmtime - update localization

2013-10-13 Thread Doug Torrance
When non-Latin alphabet characters are encountered in weekday and month names, the English defaults are used. This closes Debian bug #726125. Also, numbers are now printed when encountered in weekday and month names (e.g., Swahili). --- wmtime/wmtime/wmtime.c | 12 ++-- 1 file changed,

[PATCH] wmtime - increase version number to 1.1

2013-10-13 Thread Doug Torrance
mail bugreports, comments, suggestions, - requests and flames to: - docka...@windowmaker.mezaway.org - - The official WMTime support website address: +Maintainer: Doug Torrance(dtorra...@monmouthcollege.edu) + +Note..: The

[PATCH 0/2] Theme updates for windowmaker.org

2013-10-13 Thread Doug Torrance
These patches provide documentation for themes and links to some sites to download themes. Doug Torrance (2): Added theme pack documentation Updated themes webpage FAQ.php | 6 +-- example-lsm.txt | 7 +++ theme-HOWTO-dirs.php | 36 +++ theme-HOWTO

[PATCH 1/2] Added theme pack documentation

2013-10-13 Thread Doug Torrance
There were some broken links in the FAQ to documentation on creating theme packs, originally hosted on largo.windowmaker.org. These pages were located on archive.org and reformatted to fit the website's current style. --- FAQ.php | 6 +-- example-lsm.txt | 7 +++ theme-HOWTO

[PATCH 2/2] Updated themes webpage

2013-10-13 Thread Doug Torrance
Links to the recently added themes documentation have been included, as well as links to a number of third-party websites providing themes for download. --- themes.php | 25 +++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/themes.php b/themes.php index bcc99

[PATCH] Add "Other maximization options" to window menu.

2013-10-14 Thread Doug Torrance
There are a number of window maximization options which are currently only available to the user via keyboard shortcut: * maximize vertically/horizontally * maximize left/right/top/bottom half * maximize left top/right top/left bottom/right bottom corner * maximus In this patch

[PATCH 0/2] Re: Add "Other maximization options" to window menu.

2013-10-15 Thread Doug Torrance
Here are two patches implementing Christophe's suggestions. Doug Torrance (2): "Other maximization options" -> "Other maximization" Changed #defines into enums in winmenu.c src/winmenu.c | 77 --- 1 file c

[PATCH 2/2] Changed #defines into enums in winmenu.c

2013-10-15 Thread Doug Torrance
There were three sets of #defines in winmenu.c for tracking the entries in the window menu itself, the new "other maximization" menu, and the options menu. At the suggestion of Christophe Curis, these have been changed to enums. To facilitate this change, MC_SHORTCUT in the function updateMakeS

[PATCH 1/2] "Other maximization options" -> "Other maximization"

2013-10-15 Thread Doug Torrance
Renaming the submenu of the window menu that brings up other maximization options, e.g., maximize vertically, maximize top half, maximus, etc., so as to not stand out as much. Patch at the suggestion of Christophe Curis. --- src/winmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[PATCH v2] Updated default icons

2013-10-19 Thread Doug Torrance
All the non-Window Maker-specific icons have been removed from the default configuration in WMWindowAttributes. In addition, the icon for drawers has been added to WMWindowAttributes. Also, it has been changed from a .png file to a .tiff and .xpm to bring it in line with the other provided icons.

[PATCH] Updated default icons

2013-10-21 Thread Doug Torrance
All the non-Window Maker-specific icons have been removed from the default configuration in WMWindowAttributes. In addition, the icon for drawers has been added to WMWindowAttributes. Also, it has been changed from a .png file to a .tiff and .xpm to bring it in line with the other provided icons.

[PATCH] Remove default Microsoft fonts.

2013-11-01 Thread Doug Torrance
In keeping with the spirit of free software, this patch removes several Microsoft fonts (Trebuchet, Arial, and Verdana) from being the default fonts for Window Maker and WINGs. This patch has the added advantage of allowing users some control over the appearance of WINGs widgets. Formerly, there

[PATCH] Remove newlines in legal panel.

2013-11-01 Thread Doug Torrance
The label containing the legal information in the legal panel was set to wrap. However, there were redundant newlines in the text itself. In wider fonts, this had the effect of the legal text not completely fitting in the legal panel. This patch removes the unnecessary newlines. --- src/dialog.c

[PATCH] Basic WINGs theming

2013-11-03 Thread Doug Torrance
WINGs widgets use a palette of six colors. (Essentially, just four. There are two colors used only for unselected tabs in tabviews.) This patch allows a user to declare these six colors in ~/GNUstep/Defaults/WMGLOBAL, e.g., { Background = color1; Foreground = color2; Shadow = color3; Hig

[PATCH] Added missing files to distribution tarball.

2014-04-26 Thread Doug Torrance
A number of files have been added to the Window Maker source tree but are not included in the tarball produced by "make dist" because they have not been added to EXTRA_DIST in the appropriate Makefile.am. They are: - Dutch translation files (commit afc90) - email-clients.txt (commit 385db) - WPref

[PATCH 2/2] Added pkg-config file for WUtil.

2014-04-27 Thread Doug Torrance
Currently, there is no WUtil.pc file so that WINGs developers can use pkg-config to compile programs using the WINGs utility library. This patch fixes this, and such a file is created by make, just like WINGs.pc and wrlib.pc. In addition, the WUtil.pc file has been added to .gitignore and include

[PATCH 1/2] Debian: Added wrlib.pc to libwraster3-dev package.

2014-04-27 Thread Doug Torrance
In order for users to use pkg-config to compile programs using libwraster, wrlib.pc should be installed in /usr/lib/pkgconfig, which had not been happening. This patch fixes this issue. --- debian/libwraster3-dev.install | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/libwraster3-dev.i

[PATCH] Add keyboard shortcut to run application.

2014-05-10 Thread Doug Torrance
A common feature in several desktop environments is the ability to bring up a "run application" dialog via a keyboard shortcut (frequently Mod1+F2). This feature has been available to Window Maker users only through the root menu. This patch adds the ability for a user to set up a keyboard shortc

[PATCH] Restore wprogressindicator.c declarations to WINGs/WINGs.h

2014-05-10 Thread Doug Torrance
In commit b4cb488, wprogressindicator.c was removed. It was restored in commit d435ea7, but the corresponding declarations in WINGs/WINGs.h were not. This patch fixes this oversight. --- WINGs/WINGs/WINGs.h | 16 1 file changed, 16 insertions(+) diff --git a/WINGs/WINGs/WINGs.h

[PATCH] WPrefs: WINGs font configuration

2014-05-10 Thread Doug Torrance
This patch allows users to edit the two fonts (SystemFont and BoldSystemFont) used in WINGs widgets using WPrefs. Note that changes will not take effect for WINGs applications which are currently running. --- WPrefs.app/FontSimple.c | 32 ++-- 1 file changed, 30 insert

[PATCH] WINGs: Option for decimal or hexadecimal RGB colors

2014-05-11 Thread Doug Torrance
The RGB panel of the WINGs color panel lists the red, green, and blue values as base 10 numbers. However, hexadecimal numbers are very common when dealing with RGB colors. This patch adds two radio buttons at the bottom of the RGB panel to allow users to choose their preferred number system. ---

[PATCH] WPrefs: Set workspace background

2014-05-12 Thread Doug Torrance
This patch enables users to set the workspace background (WorkspaceBack) in the Appearance Preferences section of WPrefs. It appears as a new item in the popup menu in the Texture tab, in the list of textures below, and a preview appears in the background of the preview panel on the left. --- WPr

Re: [PATCH] util/wmiv: an image viewer using wrlib

2014-05-12 Thread Doug Torrance
ail account. Google mail auto wraps long lines and there is no way to change this setting. Safe way would be to use attachments. Are they allowed on git mailing list? I wonder if Google still does this? My ~/.gitconfig looks like this: [sendemail] from = Doug Torrance smtpserver = smtp.gmail.

[PATCH] WINGs: RGB panel decimal/hexadecimal modifications

2014-05-12 Thread Doug Torrance
Based on Cristophe's suggestions regarding the new decimal/hexadecimal RGB color feature introduced in commit 83d8ad6, this patch changes rgbState from an int to an enum, converts some if statements to switches, and changes from atoi to strtol for the base 10 string conversion. In addition, the "h

[PATCH] add util/wmiv to .gitignore

2014-05-15 Thread Doug Torrance
--- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2dc2860..bda811c 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,7 @@ util/wdwrite util/wmagnify util/wmaker.inst util/wmgenmenu +util/wmiv util/wmmenugen util/wmsetbg util/wmsetup -- 1.9.

[PATCH] WPrefs: fix segfault when image not found

2014-05-15 Thread Doug Torrance
Previously, when an image could not be loaded by WPrefs when rendering textures for the Appearances panel, a segfault would occur. This could happen, e.g., if a user moved or deleted an image file without editing their ~/GNUstep/Defaults/ WindowMaker file. This patch first checks if a texture con

[PATCH] WPrefs: remove unfinished background tab from appearances panel code

2014-05-16 Thread Doug Torrance
WPrefs.app/Appearances.c contained code for an unfinished feature in the appearances panel of WPrefs, a tab for setting the background. Since this feature has now been implemented as part of the texture tab (see commit c2aca1a), there is no reason to keep this code. --- WPrefs.app/Appearance.c |

[PATCH] WPrefs: new enum in Appearances.c for tab identifiers to increase readability

2014-05-16 Thread Doug Torrance
--- WPrefs.app/Appearance.c | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/WPrefs.app/Appearance.c b/WPrefs.app/Appearance.c index 90690ac..36d09ba 100644 --- a/WPrefs.app/Appearance.c +++ b/WPrefs.app/Appearance.c @@ -126,6 +126,12 @@ typedef stru

[PATCH] doc: Update getstyle and setstyle manpages.

2014-05-16 Thread Doug Torrance
The manpages for getstyle and setstyle have not been updated and were missing some options. This patch brings them up to date. In addition, the *TitleExtendSpace options were appearing twice in getstyle.c. One of the unnecessary sets was removed. --- doc/getstyle.1x | 29 +---

[PATCH] WPrefs: Add ability to edit FrameBorderColor/FrameSelectedBorderColor.

2014-05-17 Thread Doug Torrance
As part of the process, some #defines were turned into enums. Also, the *_COL 1 << *_COL is used when needed. This brings the code for colors in line with the code for textures, and allows us to use them as array indices to improve readability, e.g., colorOptions[MTITLE_COL] instead of colorOptio

[PATCH] Fix for commit 8e454ae (WPrefs: fix segfault when image not found)

2014-05-18 Thread Doug Torrance
Somehow I missed that my original patch did exactly the opposite of what it should have. Carlos, could you patch this over the original? Thanks! --- WPrefs.app/Appearance.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WPrefs.app/Appearance.c b/WPrefs.app/Appearance.c

Re: [PATCH 7/7] WPrefs: reorder code from commit e6b3a5809b to make it look more logical

2014-05-18 Thread Doug Torrance
On 05/17/2014 09:43 AM, Christophe wrote: From: Christophe CURIS It makes code simpler and less prone to errors. --- WPrefs.app/Appearance.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/WPrefs.app/Appearance.c b/WPrefs.app/Appearance.c index 21dad63..ce54e

[PATCH] WPrefs: updates to FrameBorderColor/FrameSelectedBorderColor options

2014-05-18 Thread Doug Torrance
In response to Amadeusz's comments regarding my patch "WPrefs: Add ability to edit FrameBorderColor/FrameSelectedBorderColor", this new patch attempts to reduce the confusion between focused and selected windows. In particular, only the frame border color for non-selected windows appears in the pr

[PATCH] WINGs: Click on colored portion of color well also opens color panel.

2014-05-19 Thread Doug Torrance
The color well contains two views: view, consisting of the outer "button", and colorView, consisting of the color itself. Previously, only clicking on view would bring up the corresponding color panel, resulting in nonintuitive behavior. --- WINGs/wcolorwell.c | 2 ++ 1 file changed, 2 insertions

[PATCH] Removed references to obsolete DisplayFont

2014-05-19 Thread Doug Torrance
According to NEWS, the DisplayFont option was removed in version 0.62.0 and replaced by the WINGs system font. However, it was still referenced in a large number of style files, as well as the utils getstyle, setstyle, convertfonts, and the manpages for getstyle and setstyle. This patch removes a

[PATCH] WPrefs: set IconTitleColor, IconTitleBack, ClipTitleColor, and CClipTitleColor

2014-06-02 Thread Doug Torrance
This patch adds the ability to set the colors for IconTitleColor, IconTitleBack, ClipTitleColor, and CClipTitleColor, the only four colors set by setstyle which previously were not configurable using WPrefs. The icon in the preview window appears as a miniwindow if IconTitleColor or IconTitleBack

[PATCH] Add checkpatch.pl to distribution tarball.

2014-06-03 Thread Doug Torrance
This patch includes checkpatch.pl in the EXTRA_DIST variable in Makefile.am so that it is included when a tarball is built using "make dist". --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3309718..b92e0dd 100644 --- a/Makefile.a

[PATCH 0/3] Bump to current version of wmifinfo in dockapps repo.

2014-07-28 Thread Doug Torrance
The dockapps repo currently has version 0.6 of wmifinfo. The current version is 0.9. The following three patches increase the version in the repo, one for each version. The tarballs for were downloaded from http://zevv.nl/play/code/wmifinfo/. Doug Torrance (3): wmifinfo: bump to version 0.7

[PATCH 2/3] wmifinfo: bump to version 0.8.

2014-07-28 Thread Doug Torrance
--- wmifinfo/Changelog | 5 + wmifinfo/Makefile | 4 ++-- wmifinfo/README | 4 ++-- wmifinfo/wmifinfo.c | 6 -- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/wmifinfo/Changelog b/wmifinfo/Changelog index 4688faf..439b774 100644 --- a/wmifinfo/Changelog +++ b/wmifin

[PATCH 1/3] wmifinfo: bump to version 0.7.

2014-07-28 Thread Doug Torrance
--- wmifinfo/Changelog | 8 +++- wmifinfo/Makefile | 7 +-- wmifinfo/README | 3 ++- wmifinfo/nwn.c | 2 ++ wmifinfo/wmifinfo.c | 50 +++--- wmifinfo/xutils.c | 5 +++-- 6 files changed, 58 insertions(+), 17 deletions(-) diff

[PATCH 3/3] wmifinfo: bump to version 0.9.

2014-07-28 Thread Doug Torrance
--- wmifinfo/Changelog | 6 ++ wmifinfo/Makefile | 2 +- wmifinfo/wmifinfo.c | 3 +-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/wmifinfo/Changelog b/wmifinfo/Changelog index 439b774..8ee71b1 100644 --- a/wmifinfo/Changelog +++ b/wmifinfo/Changelog @@ -49,3 +49,9 @@

[PATCH] wmmixer-alsa: Add to repository.

2014-08-06 Thread Doug Torrance
Previously, wmmixer-alsa existed as an object in the repository named wmmixer-alsa-0.6. However, it was not a directory and contained no files. This patch removes this object and adds the source to wmmixer-alsa. It was obtained by extracting wmmixer-alsa-0.6.tar.gz from the source rpm found at ht

[PATCH] wmifinfo: Restore FSF address update.

2014-08-06 Thread Doug Torrance
This patch restores the updated FSF address from commit 792a5d which was removed when version 0.7 was introduced in commit f93842. --- wmifinfo/README | 2 +- wmifinfo/xutils.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wmifinfo/README b/wmifinfo/README index 8def0d

[PATCH 1/3] dock.php: Remove unused onmouseout and onmouseover attributes.

2014-08-10 Thread Doug Torrance
The onmouseout and onmouseover attributes to the tags in dock.php called javascript functions MM_swapImage() and MM_swapImgRestore(), which appear nowhere else on the website. Therefore, they have been removed. --- dock.php | 19 +++ 1 file changed, 7 insertions(+), 12 deletions(

[PATCH 0/3] Website update, including dockapps section

2014-08-10 Thread Doug Torrance
directory. Comments are welcome! Doug [1] http://lists.windowmaker.org/dev/msg06925.html Doug Torrance (3): dock.php: Remove unused onmouseout and onmouseover attributes. dock.php, header.php: Update include files to use absolute paths. Add dockapps section. dock.php

[PATCH 2/3] dock.php, header.php: Update include files to use absolute paths.

2014-08-10 Thread Doug Torrance
The links and images used in the dock.php header.php include files use relative paths. This poses a problem if someone were to include them from a file in a subdirectory. In particular, the links and images used by the include files would be assumed to be in the same subdirectory. This patch fix

[PATCH] dockapps.db: Update wmacpiload, wmbatteries, and wmnotify.

2014-08-12 Thread Doug Torrance
Update the links to the latest git snapshots of these dockapps in the dockapps webpage. Also reverse sort versions of all dockapps for consistency. --- dockapps/dockapps.db | 48 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/docka

[PATCH] Add script to generate dockapps website database.

2014-08-12 Thread Doug Torrance
This script is run in the root directory of the dockapps repo to generate the file used by the Window Maker website to store all of the information in the dockapps section. Note that this file will then be submitted to the whome repo. --- dockapps.db.in | 364 +

[PATCH 00/28] Updates to wmacpi.

2014-08-19 Thread Doug Torrance
er if you'd rather not deal with it. :) Thanks! Doug Doug Torrance (28): wmacpi: Bump to wmacpi-ng version 0.50. wmacpi: Bump to wmacpi-ng version 0.90. wmacpi: Bump to wmacpi-ng version 0.92. wmacpi: Bump to wmacpi-ng version 0.99. wmacpi: Bump to version 1.99. wmacpi: Bump

[PATCH 02/28] wmacpi: Bump to wmacpi-ng version 0.90.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2003 July 16 0.90 Make the time display show '--:--' instead of '00:00' when the time remaining is 0 - I think this is reasonable, since it'll only get into this state when the present rate value is 0. This

[PATCH 04/28] wmacpi: Bump to wmacpi-ng version 0.99.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2003 September 26 0.99 Fix the last of the old wmacpi code oddities (specifically, the APMInfo struct, which was a completely inappropriate name given we no longer deal with APM, and because of the various

[PATCH 03/28] wmacpi: Bump to wmacpi-ng version 0.92.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2003 September 23 0.92 Fix a few more bugs, and include an option to allow the user to specify how often to sample the ACPI data - some BIOSes disable all interrupts while reading from the battery, which ap

[PATCH 06/28] wmacpi: Bump to version 1.99r1.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. --- wmacpi/README| 4 ++-- wmacpi/acpi.c| 6 +++--- wmacpi/libacpi.h | 4 ++-- wmacpi/wmacpi.c | 23 +++ 4 files changed, 22 insertions(+), 15 deletions(-) diff --git a/wmacpi/README b/wmacpi/READM

[PATCH 05/28] wmacpi: Bump to version 1.99.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2003 November 23 1.99 Finally claimed the wmacpi name as my own . . . Renamed wmacpi-ng and acpi-ng, renamed the header files, fixed up the makefile. For the Debian package, also made compilation

[PATCH 07/28] wmacpi: Bump to version 1.99r2.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2004 January 12 1.99r2 Some cleanups and bugfixes found by the wonderful Debian users. It's finally in testing! --- wmacpi/ChangeLog | 5 + wmacpi/wmacpi.c | 31 ++- 2 files chan

[PATCH 08/28] wmacpi: Bump to version 1.99r3.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2004 January 12 1.99r3 . . . and a fix for a fix that didn't fix it . . . --- wmacpi/ChangeLog | 3 +++ wmacpi/wmacpi.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wmacpi/ChangeLog b/wmacpi/Chan

[PATCH 11/28] wmacpi: Bump to version 1.99r6.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2004 July 19 1.99r6 Fix for Debian bug #250792 - the parser for the acpi files was too stupid to deal with error conditions. I've now added some basic checking to make it handle the error that caused the bu

[PATCH 10/28] wmacpi: Bump to version 1.99r5.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2004 April 23 1.99r5 Collected fixes for the collected fixes below . . . * Manpage fixes, to reflect the reality of the current code. * Code cleanups, to make a few things more sensible. Most notably,

[PATCH 09/28] wmacpi: Bump to version 1.99r4.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2004 April 15 1.99r4 Collected fixes for various small issues. * Fixed a problem with placement of the window when using the click to place mode - turned out to be a sizehints problem. * Some fixe

[PATCH 12/28] wmacpi: Bump to version 1.99r7.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2004 August 18 1.99r7 Implemented the libdockapp port - this seems to close Debian bug #227819, but it hasn't received sufficient testing. Implemented a capacity mode for calculating time remaining (as

[PATCH 15/28] wmacpi: Bump to version 2.1rc1.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2005 Jan 5 2.1rc1 Typo fix in the manpage. Ported to libdockapp-0.5.0 - all this needed was changing the type of the dockapp width and height to unsigned short. --- wmacpi/ChangeLog | 6 ++ wmacpi/INS

[PATCH 13/28] wmacpi: Bump to version 2.0rc1.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2004 September 28 2.0rc1 Added support for switching to capacity mode automatically, on detecting dodgy reports from the battery. Added support for capacity mode on charging, with automatic enablin

[PATCH 16/28] wmacpi: Bump to version 2.1.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2005 February 2 2.1 Finalised libdockapp-0.5.0 port - no changes from 2.1rc1. --- wmacpi/ChangeLog | 3 +++ wmacpi/acpi.c| 2 +- wmacpi/wmacpi.c | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/

[PATCH 14/28] wmacpi: Bump to version 2.0.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2004 October 24 2.0 Upped version number to 2.0. Small typo fixes. wmacpi 2.0 goes gold . . . --- wmacpi/ChangeLog | 7 +++ wmacpi/libacpi.c | 3 +-- wmacpi/libacpi.h | 1 + wmacpi/wmacpi.1 | 5 +---

[PATCH 17/28] wmacpi: Bump to version 2.2a1.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2007 January 10 2.2a1 Added a patch from Patrice Dumas to support newer versions of libdockapp. Updated email address in AUTHORS and manpages. --- wmacpi/AUTHORS | 2 +- wmacpi/ChangeLog | 6 ++ wma

[PATCH 18/28] wmacpi: Bump to version 2.2rc1.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2007 July 14 2.2rc1 Major changes to command line handling and to the way we use libdockapp, courtesy of Patrice Dumas. This should hopefully fix several long-standing bugs with non-wmaker window managers (

[PATCH 23/28] wmacpi: Rename acpi to wmacpi-cli.

2014-08-19 Thread Doug Torrance
To avoid conflict with acpiclient (http://sourceforge.net/projects/acpiclient/), which also provides an executable binary named acpi, the acpi binary included with wmacpi is being renamed to wmacpi-cli. Based on the patch from Debian: http://sources.debian.net/src/wmacpi/2.2~rc5%2Bds-1/debian/patc

[PATCH 21/28] wmacpi: Bump to version 2.2rc5.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2009 August 10 2.2rc5 Small Makefile fix to allow compiling on newer GCCs, supplied Michael Shigorin of ALT Linux. --- wmacpi/.hg_archival.txt | 2 +- wmacpi/.hgtags | 2 ++ wmacpi/ChangeLog| 4 ++

[PATCH 22/28] wmacpi: Install manpages to PREFIX/share/man/man1.

2014-08-19 Thread Doug Torrance
By default, the manpages are installed in PREFIX/man/man1, which does not conform to the Filesystem Hierarchy Standard. This patch installs them correctly to PREFIX/share/man/man1. Based on the patch from Debian: http://sources.debian.net/src/wmacpi/2.2~rc5%2Bds-1/debian/patches/install_manpages_

[PATCH 26/28] wmacpi: Restore FSF address and GPLv2.

2014-08-19 Thread Doug Torrance
The Free Software Foundation's address was updated in the wmacpi copyright notice in commit 792a5d2 and the GNU General Public License version 2.0 text was updated in commit 31c2845, but these were overwritten when later versions of wmacpi were added to the repository. --- wmacpi/COPYING | 341 ++

[PATCH 24/28] wmacpi: Respect CFLAGS and LDFLAGS.

2014-08-19 Thread Doug Torrance
Allow additional flags to be appended to CFLAGS and/or LDFLAGS. Based on the patch from Debian: http://sources.debian.net/src/wmacpi/2.2~rc5%2Bds-1/debian/patches/fix_compiler_flags.patch/ --- wmacpi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmacpi/Makefile

[PATCH 27/28] wmacpi: Update bug report email address.

2014-08-19 Thread Doug Torrance
--- wmacpi/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmacpi/README b/wmacpi/README index c3e13e8..fe1524a 100644 --- a/wmacpi/README +++ b/wmacpi/README @@ -49,6 +49,6 @@ specify a number. Be aware that it will try to take all those samples in the space of one se

[PATCH 20/28] wmacpi: Bump to version 2.2rc4.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2008 November 14 2.2rc4 Change the way that we sleep/wait for activity, to use select rather than a fixed-length sleep, supplied by Julien Blache of Debian: Hi, The attached patch for wmac

[PATCH 19/28] wmacpi: Bump to version 2.2rc3.

2014-08-19 Thread Doug Torrance
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2008 March 18 2.2rc3 Some fixes for the sysfs interface support, supplied by jbla...@debian.org: > Okay, I finally found time to make a new release including this > patch - 2.2rc2. It's up on my we

[PATCH 25/28] wmacpi: Remove VCS files.

2014-08-19 Thread Doug Torrance
--- wmacpi/.arch-ids/AUTHORS.id| 1 - wmacpi/.arch-ids/COPYING.id| 1 - wmacpi/.arch-ids/ChangeLog.id | 1 - wmacpi/.arch-ids/INSTALL.id| 1 - wmacpi/.arch-ids/Makefile.id | 1 - wmacpi/.arch-ids/README.id | 1 - wmacpi/.arch-ids/TODO.id |

[PATCH 28/28] wmacpi: Bump to version 2.2.

2014-08-19 Thread Doug Torrance
Five years is long enough to have a release candidate, I think. :) --- wmacpi/ChangeLog| 18 ++ wmacpi/wmacpi-cli.c | 2 +- wmacpi/wmacpi.c | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/wmacpi/ChangeLog b/wmacpi/ChangeLog index bb8f0cf..e6be39e

[PATCH 1/3] update-dockapps.pl: Correctly sort alpha, beta, and release candidate versions.

2014-08-22 Thread Doug Torrance
--- update-dockapps.pl | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/update-dockapps.pl b/update-dockapps.pl index 53dde71..65caa1b 100755 --- a/update-dockapps.pl +++ b/update-dockapps.pl @@ -46,6 +46,7 @@ use warnings; use strict; use Git::Repository; use

[PATCH 3/3] dockapps.db.in: Update wmacpi webpage, add wmacpi-ng.

2014-08-22 Thread Doug Torrance
--- dockapps.db.in | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dockapps.db.in b/dockapps.db.in index 84ba1f6..700e83e 100644 --- a/dockapps.db.in +++ b/dockapps.db.in @@ -34,10 +34,17 @@ category = System Monitoring [wmacpi] image = wmacpi.gif description = "This

[PATCH 2/3] update-dockapps.pl: Handle earlier versions of dockapps with alternate names.

2014-08-22 Thread Doug Torrance
Some dockapps earlier versions of dockapps, e.g. the recently added wmacpi-ng, may have different names than the directories they appear in. This patch adds the ability to handle this situation by keeping track of the directory for getting git information and skipping these dockapps when creating

[PATCH 1/2] dockapps/dockapps.db: Update for wmacpi and wmacpi-ng.

2014-08-22 Thread Doug Torrance
--- dockapps/dockapps.db | 32 ++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 8a50ec3..18e11ed 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -40,14 +40,42 @@ dockapps = 299 categor

[PATCH 2/2] dockapps/index.php: Remove redundant sort; let the perl script take care of it.

2014-08-22 Thread Doug Torrance
--- dockapps/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/dockapps/index.php b/dockapps/index.php index c97fbf2..5d9cadd 100644 --- a/dockapps/index.php +++ b/dockapps/index.php @@ -62,7 +62,6 @@ if ($name) { array_push($versions,

[PATCH 3/5] wmtime: Update FSF address.

2014-08-27 Thread Doug Torrance
--- wmtime/wmgeneral/list.c | 4 ++-- wmtime/wmgeneral/list.h | 4 ++-- wmtime/wmtime/wmtime.1 | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/wmtime/wmgeneral/list.c b/wmtime/wmgeneral/list.c index f804b2c..a091c86 100644 --- a/wmtime/wmgeneral/list.c +++ b/wmtime/wmgener

[PATCH 1/5] wmtime: Remove unused variables.

2014-08-27 Thread Doug Torrance
This patch removes the unused variables nexttime and old_time_struct to avoid a warning when -Wunused-but-set-variable is passed. --- wmtime/wmtime/wmtime.c | 4 1 file changed, 4 deletions(-) diff --git a/wmtime/wmtime/wmtime.c b/wmtime/wmtime/wmtime.c index d5cc8b2..7425d83 100644 --- a/wm

[PATCH 5/5] wmtime: Update README contact information; remove trailing whitespaces.

2014-08-27 Thread Doug Torrance
) Antoine Nulle(w...@xs4all.nl) -Maintainer: Doug Torrance(dtorra...@monmouthcollege.edu) - +Maintainer: Window Maker Developers Team (wmaker-dev@lists.windowmaker.org) + Note..: The official WMTime support website address: - - http

[PATCH 2/5] wmtime: Use rm -f in make clean.

2014-08-27 Thread Doug Torrance
This patch uses the -f option for rm in make clean so that no error occurs when make clean is run while no object or binary files exist. (It also adds a newline at the end of the Makefile thanks to emacs.) --- wmtime/wmtime/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) dif

[PATCH 4/5] wmtime: Update GPLv2 from http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.

2014-08-27 Thread Doug Torrance
--- wmtime/COPYING | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/wmtime/COPYING b/wmtime/COPYING index a43ea21..d159169 100644 --- a/wmtime/COPYING +++ b/wmtime/COPYING @@ -1,12 +1,12 @@ - GNU GENERAL PUBLIC LICEN

[PATCH] dockapps/dockapps.db: Add new version of wmtime.

2014-08-27 Thread Doug Torrance
--- dockapps/dockapps.db | 1 + 1 file changed, 1 insertion(+) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 18e11ed..88cca9c 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -397,6 +397,7 @@ dockapps = 320 category = System Monitoring [wmtime] +version-1.1+201

[PATCH] wmaker: Remove dead links from BUGFORM.

2014-09-12 Thread Doug Torrance
--- BUGFORM | 5 - 1 file changed, 5 deletions(-) diff --git a/BUGFORM b/BUGFORM index 515c920..f44dc23 100644 --- a/BUGFORM +++ b/BUGFORM @@ -6,11 +6,6 @@ If you find a bug please fill this form and send it to wmaker-dev@lists.windowmaker.org Please, USE THIS FORM!!! - You

[PATCH 00/10] Patches for wmppp.app

2014-09-14 Thread Doug Torrance
I am in the process of adopting the wmppp.app package in Debian. The following patches consist of the non-Debian-specific patches already present in the package, plus several more patches of my own. Doug Torrance (10): wmppp.app: Remove getmodemspeed binary from source. wmppp.app: Remove

[PATCH 02/10] wmppp.app: Remove trailing whitespace.

2014-09-14 Thread Doug Torrance
--- wmppp.app/BUGS | 14 - wmppp.app/CHANGES | 46 +++--- wmppp.app/HINTS| 18 ++-- wmppp.app/INSTALL | 18 ++-- wmppp.app/README

[PATCH 01/10] wmppp.app: Remove getmodemspeed binary from source.

2014-09-14 Thread Doug Torrance
--- wmppp.app/wmppp/example-scripts/getmodemspeed | Bin 4544 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100755 wmppp.app/wmppp/example-scripts/getmodemspeed diff --git a/wmppp.app/wmppp/example-scripts/getmodemspeed b/wmppp.app/wmppp/example-scripts/getmodemspeed de

[PATCH 03/10] wmppp.app: Add manpage (obtained from Debian package).

2014-09-14 Thread Doug Torrance
--- wmppp.app/wmppp/Makefile | 1 + wmppp.app/wmppp/wmppp.1 | 103 +++ 2 files changed, 104 insertions(+) create mode 100644 wmppp.app/wmppp/wmppp.1 diff --git a/wmppp.app/wmppp/Makefile b/wmppp.app/wmppp/Makefile index a424097..0800bac 100644 --- a

  1   2   3   4   5   6   7   8   9   10   >