Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 06/30/2000 03:43:02
Module Name:	pkgsrc
Committed By:	skrll
Date:		Fri Jun 30 10:43:01 UTC 2000

Modified Files:
	pkgsrc/x11/qt21: Makefile
	pkgsrc/x11/qt21/files: md5 patch-sum
	pkgsrc/x11/qt21/patches: patch-aa patch-ac
	pkgsrc/x11/qt21/pkg: PLIST

Log Message:
Update to qt-2.1.1, use LIBTOOL and sort PLIST.

Changes are...

Qt 2.1.1 is a bugfix release. It keeps both forward and backward
compatibility (source and binary) with Qt 2.1.

****************************************************************************
*			    General					   *
****************************************************************************

- Many documentation improvements

- Various compilation problems relating to particular versions of xlC,
MipsPRO, Solaris, Japanese Windows, old X11 libraries, and gcc 2.7.2
fixed

- 64bit HP build targets added

- Qt OpenGL Extension updated; see details in qt/extensions/opengl/CHANGES

- As usual, many minor bugfixes, too small to be mentioned here.

****************************************************************************
*			    Specific					   *
****************************************************************************

QToolbar:	fix of layout-saving when moving out of dock

QAccel:		Support for non-alphanumeric keys

QPrinter:	Better tolerance for PS interpreter peculiarities

QPainter:	drawText() with rasterOp on Windows

QIconView:	Drawing fixes

QDate:		Ensure invalid status when created with invalid values

Motif Dnd:	Fix possible crash

QWorkSpace:	Proper minmize/maximize activation

QListBox:	Optimization: better performance for lists with thousands of
		elements. Selection problem fixed.

QFont:		Fontset matching fix for X11

QMultiLineEdit:	Wordwrap/selection workaround

QTabBar:	Refresh layout after style change. Optimization.

QTimer:		Zero-timers on Windows speedup

QFileDialog:	Correct caption on Windows

QComboBox:	Accept only left button. Do proper font propagation.

QMenuBar:	Accept only left button

QDialog:	Modal dialogs after QApplication::exec() returns

QWidget:	Optimization: fewer server roundtrips

QCheckBox:	Fixed mask drawing

QSpinBox:	Accept '-' key, for negative values

Dnd:		Allow disabling on X11

QFontDatabase:	Use QApplication's charset as default,
		and fixed garbage on Win2000


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/qt21/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/x11/qt21/files/md5
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/qt21/files/patch-sum
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/x11/qt21/patches/patch-aa \
    pkgsrc/x11/qt21/patches/patch-ac
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/x11/qt21/pkg/PLIST

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