From owner-freebsd-libh Tue Oct 10 8:47:56 2000 Delivered-To: freebsd-libh@freebsd.org Received: from manta.mayn.de (manta.mayn.de [194.145.150.45]) by hub.freebsd.org (Postfix) with ESMTP id E7E2B37B66C for ; Tue, 10 Oct 2000 08:47:54 -0700 (PDT) Received: by manta.mayn.de (Postfix, from userid 1001) id 10FAC9B002; Tue, 10 Oct 2000 17:50:34 +0200 (CEST) Date: Tue, 10 Oct 2000 17:50:34 +0200 To: libh@freebsd.org Subject: Re: cvs commit: src/usr.bin/make make.1 var.c Message-ID: <20001010175034.B14163@manta.mayn.de> References: <200010090453.VAA63069@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010090453.VAA63069@freefall.freebsd.org>; from will@FreeBSD.org on Sun, Oct 08, 2000 at 09:53:36PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@manta.mayn.de (Alexander Langer) Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Will Andrews (will@FreeBSD.org): > usr.bin/make make.1 var.c > Log: > Add :L and :U variable modifiers. These convert the variable's value to > all-lower or all-upper case characters, respectively. These were added > to further reduce differences between NetBSD/OpenBSD and FreeBSD make(1) > to propagate OpenPackages. Speaking of OpenPackages - what are we going to do with libh? Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue Oct 10 17:59:40 2000 Delivered-To: freebsd-libh@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id B7EE537B502 for ; Tue, 10 Oct 2000 17:59:37 -0700 (PDT) Received: by puck.firepipe.net (Postfix, from userid 1000) id 9545818FC; Tue, 10 Oct 2000 19:59:45 -0500 (EST) Date: Tue, 10 Oct 2000 19:59:45 -0500 From: Will Andrews To: Alexander Langer Cc: libh@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/make make.1 var.c Message-ID: <20001010195945.E1067@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Alexander Langer , libh@FreeBSD.ORG References: <200010090453.VAA63069@freefall.freebsd.org> <20001010175034.B14163@manta.mayn.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001010175034.B14163@manta.mayn.de>; from alex@manta.mayn.de on Tue, Oct 10, 2000 at 05:50:34PM +0200 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Oct 10, 2000 at 05:50:34PM +0200, Alexander Langer wrote: > > usr.bin/make make.1 var.c > > Log: > > Add :L and :U variable modifiers. These convert the variable's value to > > all-lower or all-upper case characters, respectively. These were added > > to further reduce differences between NetBSD/OpenBSD and FreeBSD make(1) > > to propagate OpenPackages. > > Speaking of OpenPackages - what are we going to do with libh? I don't know what libh offers to this end. -- Will Andrews - Physics Computer Network wench The Universal Answer to All Problems - "It has something to do with physics." -- Comic on door of Room 240, Physics Building, Purdue University To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue Oct 10 20:20:15 2000 Delivered-To: freebsd-libh@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 8CAF537B66C for ; Tue, 10 Oct 2000 20:20:13 -0700 (PDT) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.0/8.9.3) with ESMTP id e9B3JgX09757; Tue, 10 Oct 2000 20:19:42 -0700 (PDT) (envelope-from jkh@winston.osd.bsdi.com) To: Will Andrews Cc: Alexander Langer , libh@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/make make.1 var.c In-Reply-To: Message from Will Andrews of "Tue, 10 Oct 2000 19:59:45 CDT." <20001010195945.E1067@puck.firepipe.net> Date: Tue, 10 Oct 2000 20:19:42 -0700 Message-ID: <9753.971234382@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Tue, Oct 10, 2000 at 05:50:34PM +0200, Alexander Langer wrote: > > > usr.bin/make make.1 var.c > > > Log: > > > Add :L and :U variable modifiers. These convert the variable's value t o > > > all-lower or all-upper case characters, respectively. These were added > > > to further reduce differences between NetBSD/OpenBSD and FreeBSD make(1 ) > > > to propagate OpenPackages. > > > > Speaking of OpenPackages - what are we going to do with libh? I don't think that OpenPackages addresses anything in particular at the moment except an attempt to merge the existing ports mechanisms in *BSD. This can be considered rather separate from any efforts to create new ports/packages mechanisms. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed Oct 11 12:42:51 2000 Delivered-To: freebsd-libh@freebsd.org Received: from gloria.cord.edu (gloria.cord.edu [138.129.254.6]) by hub.freebsd.org (Postfix) with ESMTP id 0002C37B853 for ; Wed, 11 Oct 2000 12:34:18 -0700 (PDT) Received: from localhost (twschulz@localhost) by gloria.cord.edu (8.9.0/8.9.1) with ESMTP id OAA16053; Wed, 11 Oct 2000 14:32:32 -0500 (CDT) Date: Wed, 11 Oct 2000 14:32:32 -0500 (CDT) From: Trenton Schulz To: Jordan Hubbard Cc: Will Andrews , Alexander Langer , libh@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/make make.1 var.c In-Reply-To: <9753.971234382@winston.osd.bsdi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 10 Oct 2000, Jordan Hubbard wrote: > > On Tue, Oct 10, 2000 at 05:50:34PM +0200, Alexander Langer wrote: > > > > usr.bin/make make.1 var.c > > > > Log: > > > > Add :L and :U variable modifiers. These convert the variable's value t > o > > > > all-lower or all-upper case characters, respectively. These were added > > > > to further reduce differences between NetBSD/OpenBSD and FreeBSD make(1 > ) > > > > to propagate OpenPackages. > > > > > > Speaking of OpenPackages - what are we going to do with libh? > > I don't think that OpenPackages addresses anything in particular at > the moment except an attempt to merge the existing ports mechanisms in > *BSD. This can be considered rather separate from any efforts to > create new ports/packages mechanisms. I would agree. I assume if this does work that things could be done to make this system work on all the other BSDs. So eventually it would become part of OpenPackages... at least in theory. -- Trenton Schulz twschulz@cord.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri Oct 13 6: 0:25 2000 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id D3B7837B66C for ; Fri, 13 Oct 2000 06:00:23 -0700 (PDT) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id IAA54071 for libh@FreeBSD.org; Fri, 13 Oct 2000 08:00:23 -0500 (CDT) (envelope-from alex) Message-Id: <200010131300.IAA54071@usw4.freebsd.org> From: Alexander Langer Date: Fri, 13 Oct 2000 08:00:23 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui Hui.cd.cc HuiQt.cc HuiQt.hh Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/10/13 08:00:23 CDT Modified files: lib/hui Hui.cd.cc HuiQt.cc HuiQt.hh Log: * Implement the missing ContainerWidget functions. - arrange - enable/disabled/enabled - show/hide/hidden * Add some newlines for stylistic reasons. Revision Changes Path 1.9 +3 -3 libh/lib/hui/Hui.cd.cc 1.10 +146 -28 libh/lib/hui/HuiQt.cc 1.9 +7 -2 libh/lib/hui/HuiQt.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri Oct 13 10: 9:35 2000 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id F28EB37B503 for ; Fri, 13 Oct 2000 10:09:32 -0700 (PDT) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id MAA54272 for libh@FreeBSD.org; Fri, 13 Oct 2000 12:09:32 -0500 (CDT) (envelope-from alex) Message-Id: <200010131709.MAA54272@usw4.freebsd.org> From: Alexander Langer Date: Fri, 13 Oct 2000 12:09:32 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiQt.cc Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/10/13 12:09:32 CDT Modified files: lib/hui HuiQt.cc Log: Comment in a parameter-name and comment out a debug cerr; Revision Changes Path 1.11 +3 -3 libh/lib/hui/HuiQt.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri Oct 13 10:29:43 2000 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 56D5C37B502 for ; Fri, 13 Oct 2000 10:29:42 -0700 (PDT) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id MAA54315 for libh@FreeBSD.org; Fri, 13 Oct 2000 12:29:42 -0500 (CDT) (envelope-from alex) Message-Id: <200010131729.MAA54315@usw4.freebsd.org> From: Alexander Langer Date: Fri, 13 Oct 2000 12:29:42 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiQt.cc HuiQt.hh Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/10/13 12:29:42 CDT Modified files: lib/hui HuiQt.cc HuiQt.hh Log: Save the real (== QSize) size of the widgets, not the translated size. Revision Changes Path 1.12 +59 -5 libh/lib/hui/HuiQt.cc 1.10 +12 -8 libh/lib/hui/HuiQt.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri Oct 13 10:31: 3 2000 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id C6F7C37B66E for ; Fri, 13 Oct 2000 10:31:01 -0700 (PDT) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id MAA54345 for libh@FreeBSD.org; Fri, 13 Oct 2000 12:31:01 -0500 (CDT) (envelope-from alex) Message-Id: <200010131731.MAA54345@usw4.freebsd.org> From: Alexander Langer Date: Fri, 13 Oct 2000 12:31:01 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui Hui.cd.cc Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/10/13 12:31:01 CDT Modified files: lib/hui Hui.cd.cc Log: Make arrange() a GroupWidget property. Revision Changes Path 1.10 +10 -9 libh/lib/hui/Hui.cd.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri Oct 13 11:54:36 2000 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 74CF937B503 for ; Fri, 13 Oct 2000 11:54:35 -0700 (PDT) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id NAA54425 for libh@FreeBSD.org; Fri, 13 Oct 2000 13:54:34 -0500 (CDT) (envelope-from alex) Message-Id: <200010131854.NAA54425@usw4.freebsd.org> From: Alexander Langer Date: Fri, 13 Oct 2000 13:54:34 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui Hui.cd.cc Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/10/13 13:54:34 CDT Modified files: lib/hui Hui.cd.cc Log: Forgot the new alignment parameter in the last commit. Revision Changes Path 1.11 +16 -5 libh/lib/hui/Hui.cd.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri Oct 13 11:56:30 2000 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 5866637B671 for ; Fri, 13 Oct 2000 11:56:29 -0700 (PDT) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id NAA54461 for libh@FreeBSD.org; Fri, 13 Oct 2000 13:56:29 -0500 (CDT) (envelope-from alex) Message-Id: <200010131856.NAA54461@usw4.freebsd.org> From: Alexander Langer Date: Fri, 13 Oct 2000 13:56:29 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui Hui.hh HuiQt.cc HuiQt.hh ProgressIndicatorHui.hh Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/10/13 13:56:29 CDT Modified files: lib/hui Hui.hh HuiQt.cc HuiQt.hh ProgressIndicatorHui.hh Log: Add arrangement stuff to GroupWidgets. Revision Changes Path 1.8 +4 -2 libh/lib/hui/Hui.hh 1.13 +121 -14 libh/lib/hui/HuiQt.cc 1.11 +6 -2 libh/lib/hui/HuiQt.hh 1.3 +2 -2 libh/lib/hui/ProgressIndicatorHui.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri Oct 13 12: 0: 9 2000 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id B4E8E37B66D for ; Fri, 13 Oct 2000 12:00:07 -0700 (PDT) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id OAA54494 for libh@FreeBSD.org; Fri, 13 Oct 2000 14:00:08 -0500 (CDT) (envelope-from alex) Message-Id: <200010131900.OAA54494@usw4.freebsd.org> From: Alexander Langer Date: Fri, 13 Oct 2000 14:00:08 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/examples simple_button.tcl Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/10/13 14:00:08 CDT Modified files: doc/examples simple_button.tcl Log: Commit the sample changed to reflect the new Container/Arrangement API. Please note this ultra-special-easy-to-use API developed for Neil Blakey-Milner, who used to like his make_dialog TCL stuff which is completely improved here in C++. Revision Changes Path 1.4 +12 -8 libh/doc/examples/simple_button.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri Oct 13 12:10: 6 2000 Delivered-To: freebsd-libh@freebsd.org Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by hub.freebsd.org (Postfix) with ESMTP id D29B737B670 for ; Fri, 13 Oct 2000 12:10:00 -0700 (PDT) Received: from fmrl03.sul.t-online.de by mailout01.sul.t-online.com with smtp id 13kADP-0001qu-01; Fri, 13 Oct 2000 21:09:59 +0200 Received: from neutron.cichlids.com (520050424122-0001@[62.225.194.75]) by fmrl03.sul.t-online.com with esmtp id 13kADO-079Xt2C; Fri, 13 Oct 2000 21:09:58 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 3DDD0AB9C for ; Fri, 13 Oct 2000 21:11:39 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id A0CF714B29; Fri, 13 Oct 2000 21:09:51 +0200 (CEST) Date: Fri, 13 Oct 2000 21:09:51 +0200 To: libh@freebsd.org Subject: bug-finding-help requested Message-ID: <20001013210951.A42997@cichlids.cichlids.com> References: <200010131856.NAA54461@usw4.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010131856.NAA54461@usw4.freebsd.org>; from alex@usw4.freebsd.org on Fri, Oct 13, 2000 at 01:56:29PM -0500 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) X-Sender: 520050424122-0001@t-dialin.net Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Alexander Langer (alex@usw4.freebsd.org): > Add arrangement stuff to GroupWidgets. I have a VERY odd bug here. I REALLY don't know where it comes from and why it happens. Someone please try it out and tell me. Just run the simple-button example and look at the source: The buttons are added in order 1,2,3,4. Usually, thy should be ordered like this: [ button 1 ] [ button 2 ] [ button 3 ] [ button 4 ] But instead, the two lines are revererted: [ button 2 ] [ button 3 ] [ button 4 ] [ button 1 ] This is because of the list that contains the subwidgets for each group-widget. It adds new items with push_back(), which correctly works for the lower part. However, if I change that to push_front(), I get: [ button 1 ] [ button 4 ] [ button 3 ] [ button 2 ] so, it's completely revereted, as expected. What I wonder is: class Subwidgets is used by both, ContainerWidget AND GroupWidget. The SAME class! So why does it order the widgets in the correct order for ContainerWidgets (the thing that contains the three buttons in horizontal order) and in the reverted order for GroupWidgets? I can't find the bug here. Help is appreciated. Thanks in advance Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message