Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 10/19/2000 11:04:58
Module Name:	pkgsrc
Committed By:	skrll
Date:		Thu Oct 19 08:04:58 UTC 2000

Modified Files:
	pkgsrc/x11/qtarch: Makefile
	pkgsrc/x11/qtarch/files: md5 patch-sum
	pkgsrc/x11/qtarch/patches: patch-aa patch-ab

Log Message:
Use the new qt-2.2.1 libraries.

Update to version 2.1. Changes are

XML File Formats

	XML is used for all files formats. The previous file format is still
	loaded. However, only XML is saved. The previous format may be dropped
	in a latter release.

Code Generation

	The following code generation changes were made:
		* Special character values, like new lines and tabs, are
		  escaped in the generated code.

Widgets

	The following widgets were added:
		* QHGroupBox
		* QIconView
		* QVGroupBox

	As usual the properties for all the widgets were updated. Properties
	which were marked as obsolete were removed. In a future release,
	qtarch will support compiling with the QT_NO_COMPAT flag.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/x11/qtarch/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/x11/qtarch/files/md5 \
    pkgsrc/x11/qtarch/files/patch-sum
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/x11/qtarch/patches/patch-aa \
    pkgsrc/x11/qtarch/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.