bbconf version 1.2 released (SHAZAAM)

2001-10-08 Thread Jason vanRijn Kasper

Go get it.  =:)  Now available at http://bbconf.sourceforge.net/ in
source, debian, RPM, SRPM, and tootie-frootie flavors.  From Mr.
Happy-Happy ChangeLog

- version 1.2::

 - enhancement -- menu editor--adding code to make menu-editing much
   more powerful.  You can now move menu items between submenus and
   totally re-arrange your menu now... [vanRijn]

 - bug fixing -- in menu editor... fixed segfault if user inserts an
   empty submenu [vanRijn]

 - enhancement -- in theme editor, doing setSelection() in file dialog
   on the current/last-selected filename so that we're taken
   immediately to the last root image we used. If we're not dealing
   with any existing files, then we just bring up file selection dialog
   in current working directory (standard). [vanRijn]

 - feature request--setting showHiddenFiles(true) for each file
   dialog we do so people can browse to
   ~/.blackbox/{backgrounds,themes,bin}, etc. [vanRijn]

 - bug fix (thanks, Daniel Klein (bildzeitung) ) for this report on
   sourceforge!!  =:).  This fixes the segfault that bbconf had with
   the keybindings plugin that happened when there was no
   ~/.bbkeysrc or it couldn't be opened, etc. [vanRijn]

 - cleaning up garbage from kdevelop's environment--annoying as heck
   [vanRijn]

 - removing all automake/autoconf/autoheader stuff--since we have to
   use admin/am_edit to generate MOC dependencies, etc., we clean up
   automake's garbage in there. This is an attempt to not cause
   breakage in slackware builds.  Also, soapbox./configure should
   do nothing but generate a platform-specific Makefile; make
   should simply try to build the application based on the Makefile.
   make shouldn't (in my quite-possibly-wrong opinion) even be allowed
   to know how to rebuild the Makefile or the configure script--that
   is to be done by the distributors and the end user should have no
   reason whatsoever to ever do that./soapbox [vanRijn]

 - changing all (const char*) casts to QString.latin1()'s (Thanks
   Andy Kopciuch for the pointers!) [vanRijn]

 - bug fix for compilation problem on Mandrake box--we needed to
   have Xlib.h above Xresource.h [xOr]

 - fix for menu plugin--if we're browsing for a styles directory,
   then only let them choose a directory [vanRijn]


-- 
%--%
Jason Kasper (vanRijn)
bash$ :(){ :|:};:
Numbers 6:24-26



Re: bbconf version 1.2 released (SHAZAAM)

2001-10-08 Thread tp40

can we please have an i386 rpm!? the debian package you put up is for
i386, so why not the rpm one? i'm sure i'm not the only one out there with
an older pc ...
Tahnks!

On 8 Oct 2001, Jason vanRijn Kasper wrote:

 Go get it.  =:)  Now available at http://bbconf.sourceforge.net/ in
 source, debian, RPM, SRPM, and tootie-frootie flavors.  From Mr.
 Happy-Happy ChangeLog
 
 - version 1.2::
 
  - enhancement -- menu editor--adding code to make menu-editing much
more powerful.  You can now move menu items between submenus and
totally re-arrange your menu now... [vanRijn]
 
  - bug fixing -- in menu editor... fixed segfault if user inserts an
empty submenu [vanRijn]
 
  - enhancement -- in theme editor, doing setSelection() in file dialog
on the current/last-selected filename so that we're taken
immediately to the last root image we used. If we're not dealing
with any existing files, then we just bring up file selection dialog
in current working directory (standard). [vanRijn]
 
  - feature request--setting showHiddenFiles(true) for each file
dialog we do so people can browse to
~/.blackbox/{backgrounds,themes,bin}, etc. [vanRijn]
 
  - bug fix (thanks, Daniel Klein (bildzeitung) ) for this report on
sourceforge!!  =:).  This fixes the segfault that bbconf had with
the keybindings plugin that happened when there was no
~/.bbkeysrc or it couldn't be opened, etc. [vanRijn]
 
  - cleaning up garbage from kdevelop's environment--annoying as heck
[vanRijn]
 
  - removing all automake/autoconf/autoheader stuff--since we have to
use admin/am_edit to generate MOC dependencies, etc., we clean up
automake's garbage in there. This is an attempt to not cause
breakage in slackware builds.  Also, soapbox./configure should
do nothing but generate a platform-specific Makefile; make
should simply try to build the application based on the Makefile.
make shouldn't (in my quite-possibly-wrong opinion) even be allowed
to know how to rebuild the Makefile or the configure script--that
is to be done by the distributors and the end user should have no
reason whatsoever to ever do that./soapbox [vanRijn]
 
  - changing all (const char*) casts to QString.latin1()'s (Thanks
Andy Kopciuch for the pointers!) [vanRijn]
 
  - bug fix for compilation problem on Mandrake box--we needed to
have Xlib.h above Xresource.h [xOr]
 
  - fix for menu plugin--if we're browsing for a styles directory,
then only let them choose a directory [vanRijn]
 
 
 -- 
 %--%
 Jason Kasper (vanRijn)
 bash$ :(){ :|:};:
 Numbers 6:24-26
 


Timofei Piatenko
[EMAIL PROTECTED]




Re: bbconf version 1.2 released (SHAZAAM)

2001-10-08 Thread Jared Kidd

**oops, i hate it when i hit reply and not check the reply address.**
Yeah, what does that do?  I typed it on my server in a telnet session and it 
spat out some numbers.  Then I did it again and not I can't access the 
machine any more.  No www, vnc, telnet will work.  But it still pings.  I'm 
an idiot for being too curious lol.  Me baka baka!



From: Mark Hill [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: bbconf version 1.2 released (SHAZAAM)
Date: Mon, 8 Oct 2001 22:29:17 +0100

On Mon, Oct 08, 2001 at 04:41:37PM -0500, Jason vanRijn Kasper wrote:
  bash$ :(){ :|:};:

Wow, that did something weird. But what the hell is it?
--
Mark Hill - http://www.fero.uklinux.net
I must create my own system, or be enslaved by another man's.
I will not reason and compare: my business is to create.
- William Blake.


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



Re: bbconf version 1.2 released (SHAZAAM)

2001-10-08 Thread mattias/spikboll

I'm running RH7.1 and get a segfault if i try to run bbconf from the rpm and when 
trying to complie from source configure complain about not finding qt = 2.2.2 even 
though I have version 2.3.0.

/Mattias

On 08 Oct 2001 16:41:37 -0500
Jason vanRijn Kasper [EMAIL PROTECTED] wrote:

 Go get it.  =:)  Now available at http://bbconf.sourceforge.net/ in
 source, debian, RPM, SRPM, and tootie-frootie flavors.  From Mr.
 Happy-Happy ChangeLog
 
 - version 1.2::
 

  _ 
 / \  *-*
 \ /  ASCII Ribbon Campaign   |Mattias Östergren|
  X No HTML in e-mail | http://www.spikboll.net |
 / \  *-*