head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.54 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.52 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.50 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.48 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.46 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.44 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.42 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.40 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.38 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.36 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.34 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.32 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.30 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.28 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.26 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.24 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.22 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.20 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.18 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.2 netbsd-1-4-PATCH002:1.1 comdex-fall-1999:1.1; locks; strict; comment @# @; 1.2 date 2000.03.28.21.41.43; author dmcmahill; state dead; branches; next 1.1; 1.1 date 99.10.01.15.12.23; author drochner; state Exp; branches; next ; desc @@ 1.2 log @update to 2.0.2. Thanks to Matthias Scheler for doing most of the work. Qt-1.44 is still available as the x11/qt1 package as Qt-2 is not 100% backwards compatible with Qt-1.44. A complete list of changes to Qt since 1.44 can be found online at http://www.trolltech.com/changes/index.html New major features * Support for international software development: + QTranslator and the QObject::tr() function + QTextCodec (and subclasses) + QString is now a 16-bit Unicode string with good support for legacy 8-bit interoperation. (The old 8-bit string class from Qt 1.x has been renamed to QCString.) + QChar - a Unicode character * Rich Text + QTextView - formatted text and images + QTextBrowser - navigate formatted text and images + QStyleSheet - define your own XML formatting tags + QSimpleRichText - display rich text anywhere * Convenient and powerful new collection classes: + QMap - QDict with arbitrary keys + QValueList - QList of types other than pointers + QStringList - QValueList with helper functions * Dialogs + QColorDialog - user picks a color + QFontDialog - user picks a font + QWizard - framework for leading users through steps * Layout + QGrid, QHBox, QVBox - grid and boxes of widgets automatically assembled + QHGroupBox, QVGroupBox - easy framed groups of widgets + QSizePolicy - a widget's abilities to change size in different ways * Custom layouts + New, much simpler and more powerful API for creating custom layouts * PNG Support + PNG support is now included in the core library * Support for generalized configurable GUI styles: + QStyle and subclasses * Session management + QSessionManager - saving state when the system shuts down * Extended coordinate system + QPoint, QPointArray, QSize and QRect now have 32-bit coordinates * Cleaner namespace + Global functions, enums and macros now either start with a 'q' or have been moved into the new namespace class "Qt" @ text @$NetBSD: enablegif.patch,v 1.1 1999/10/01 15:12:23 drochner Exp $ --- src/kernel/qt_gif.h.orig Fri Feb 26 17:58:47 1999 +++ src/kernel/qt_gif.h Sun Sep 26 00:09:22 1999 @@@@ -14,6 +14,6 @@@@ ** *****************************************************************************/ -#define QT_BUILTIN_GIF_READER 0 +#define QT_BUILTIN_GIF_READER 1 bool qt_builtin_gif_reader(); @ 1.1 log @allow to enable GIF support (which is disabled per default due to licensing problems) with a make variable (USE_GIF) @ text @d1 1 a1 1 $NetBSD$ @