head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.14 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.12 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.10 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.8 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.6 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.4 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.2 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.2.0.50 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.48 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.46 pkgsrc-2008Q1:1.2.0.44 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.42 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.40 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.38 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.36 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.34 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.32 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.30 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.28 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.26 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.24 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.22 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.20 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.18 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.16 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.14 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.12 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.10 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.6 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.1; locks; strict; comment @# @; 1.3 date 2008.09.16.16.07.33; author wiz; state dead; branches; next 1.2; 1.2 date 2001.06.17.19.10.39; author drochner; state Exp; branches; next 1.1; 1.1 date 2001.03.28.09.27.51; author skrll; state Exp; branches; next ; desc @@ 1.3 log @Remove remaining qt1 and qt2 packages, as announced on pkgsrc-users on Sep 7 2008. No complaints received. @ text @$NetBSD: patch-aj,v 1.2 2001/06/17 19:10:39 drochner Exp $ --- tools/designer/uic/Makefile-kde.in.orig Wed Jun 13 10:57:07 2001 +++ tools/designer/uic/Makefile-kde.in Fri Jun 15 20:43:34 2001 @@@@ -6,15 +6,15 @@@@ CXXFLAGS= $(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS) -DUIC -DHAVE_KDE CC = $(SYSCONF_CC) $(QT_C_MT) CFLAGS = $(SYSCONF_CFLAGS) -DUIC -DHAVE_KDE -INCPATH = -I../shared -I../util -I../../../src/3rdparty/zlib -I$(KDEDIR)/include -LFLAGS = $(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT) -LIBS = $(SUBLIBS) -L$(QTDIR)/lib -lqutil -L../lib -L$(KDEDIR)/lib -lkdecore -lkdeui -lDCOP $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP) +INCPATH = -I../shared -I../util -I$(KDEDIR)/include +LFLAGS = $(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT) $(SYSCONF_RPATH_X11) $(SYSCONF_RPATH_OPENGL) +LIBS = $(SUBLIBS) ../util/libqutil.la -L$(KDEDIR)/lib -lkdecore -lkdeui -lDCOP $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP) MOC = $(SYSCONF_MOC) UIC = $(SYSCONF_UIC) ####### Target -DESTDIR = $(QTDIR)/bin/ +DESTDIR = VER_MAJ = 1 VER_MIN = 0 VER_PATCH = 0 @ 1.2 log @update to 2.3.1 Qt 2.3.1 is a bugfix release. It keeps both forward and backward compatibility (source and binary) with Qt 2.3.0 **************************************************************************** * General * **************************************************************************** - correctly reinitialize internal data structures on QApplication destruction to allow the sequential creation of multiple QApplication objects. - Some bugfixes for the new support for Xft (antialiased fonts on X11) correct clipping when drawing with Xft correctly handle family names starting with a number handle case when no Xft font could be loaded correctly report bounding rectangles of strings - Printing on Windows work around a bug in some HP printer drivers correctly map between Qt and Windows page sizes - Improved build on HP/UX, AIX and SCO **************************************************************************** * Library * **************************************************************************** - QAction use unique object names for generated objects - QCanvasView even less flicker - QClipboard on Windows keep clipboard contents even after application exit - QDns: fixed a crash. - QFont correctly report fixed pitch on Windows make inFont work correctly on X11 - QFontDataBase on X11: report correct sizes when monitor resolution != 75 dpi some fixes for asian character sets - QImageIO fixed saving of paletted PNGs - QLineEdit fixed keyboard selection after undo/redo - QListBox fix numRows() and numCols() for empty listboxes - QMovie some performance optimizations - QPainter on X11 fixed clipping problems occuring in some cases in paint events fix drawText when using scaled painters - QPopupMenu on Windows: child widgets now receive mouse events fix placement of menus - QPrintDialog on X11 more tolerant parsing of /etc/printcap - QPrinter on X11 search some more places for embeddable fonts produce smaller postscript when printing grayscale images - QRichText fixed a problem in the HTML parser handle translated painters correctly fixed endless loop occurring rarely when printing long tables - QString fixed toULong for base != 10 - QThread some smaller fixes in QWaitCondition and sleep functions don't lock application mutex for console applications - QToolBar fixed moving of toolbars between main windows Insert toolbuttons with associated popup menus as a submenu in the extension popup - QUrl / QFileDialog delete files with special characters improved processed processing of filenames on different platforms allow digits in protocol names - QUrlOperator some memory leaks are fixed (one of them caused a segmentation fault if FTP was used and the FTP server timed out) - QWidget preserve Widget flags when toggling to and from FullScreen mode. fixed some focus issues with the menubar's Alt-mode (clearFocus() did not always behave as desired). X11 only: fixed mouse move event compression when using QWidget::scroll(). - QWizard correct update of finished and next button - QWorkSpace fixed minimize/maximize behaviour, hide maximize controls when the workspace gets hidden some focus handling fixes - Windows event processing Use mouse position at event generation time rather than processing time. **************************************************************************** * Extensions * **************************************************************************** - OpenGL workaround for some Windows OpenGL drivers - Browser plugins fixed OpenGL handling in plugins **************************************************************************** * Other * **************************************************************************** - Turn off Windows 2000 fading effects on color depths of less than 32 bit - Designer: clear namespace when deleting widgets - fix some memory leaks in the network module - Better support for VNC **************************************************************************** * Changes that might affect runtime behavior * **************************************************************************** - QWheelEvent make accept the default state for QWheelEvent as documented - QPrinter on Windows unknown page sizes now return QPrinter::Custom instead of the wrong QPrinter::A4 **************************************************************************** * Qt/Embedded-specific changes * **************************************************************************** - USB Keyboard support improved. - Printing support improved. - Development support for non-Linux platforms (eg. with QVfb on FreeBSD). - QWSServer/QWSWindow now have a more useable (and documented) API. - Pixmap brush polygon fills are now supported. - Fixed freezing of modal widgets inside manager events. - Bug fixes in masked blit, scrolling, clipped alpha-blended images, focus handling, and QCopChannel::isRegistered(). - iPAQ buttons F1..F4 are now F9..F12 (F4 pops up Comboboxes!) - Support for more mice. - Fixes to compile with GCC 3.0snapshots. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Add KDE support into the QT2 designer. Note to Hubert: I wouldn't bother recompiling just yet unless you really want to start creating KDE apps in the up and coming kdevelop 1.4 @ text @d3 2 a4 2 --- tools/designer/uic/Makefile-kde.in.orig Mon Mar 5 18:12:53 2001 +++ tools/designer/uic/Makefile-kde.in d11 1 a11 1 -LIBS = $(SUBLIBS) -lqutil -L../lib -L$(KDEDIR)/lib -lkdecore -lkdeui -lDCOP $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP) d21 1 a21 1 +DESTDIR = @