Up to [cvs.netbsd.org] / pkgsrc / x11 / qt3-libs
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.57 / (download) - annotate - [select for diffs], Fri Mar 25 15:28:26 2011 UTC (14 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
HEAD
Changes since 1.56: +2 -2
lines
Diff to previous 1.56 (colored)
Fix sbit handling in png patch. From Marko Schütz Schmuck on pkgsrc-users, fixing core dumps in kmymoney and kphotoalbum. Bump PKGREVISION.
Revision 1.56 / (download) - annotate - [select for diffs], Fri Mar 18 15:36:01 2011 UTC (14 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.55: +2 -2
lines
Diff to previous 1.55 (colored)
Fix compress/uncompress handling correctly.
Revision 1.55 / (download) - annotate - [select for diffs], Sun Mar 6 16:11:03 2011 UTC (14 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.54: +2 -2
lines
Diff to previous 1.54 (colored)
Improve png-1.5 patch. Bump PKGREVISION.
Revision 1.54 / (download) - annotate - [select for diffs], Sun Jan 16 12:36:59 2011 UTC (16 months, 1 week ago) by tnn
Branch: MAIN
Changes since 1.53: +2 -2
lines
Diff to previous 1.53 (colored)
Attempt to fix png-1.5 fallout. Only build tested.
Revision 1.53 / (download) - annotate - [select for diffs], Mon Aug 9 13:21:07 2010 UTC (21 months, 2 weeks ago) by tsutsui
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.52: +3 -2
lines
Diff to previous 1.52 (colored)
Fix build failure on NetBSD/arm. patch-ad: src/tools/qglobal.h mentionss about Q_NO_PACKED_REFERENCE: --- /* ARM gcc pads structs to 32 bits, even when they contain a single char, or short. We tell gcc to pack QChars to 16 bits, to avoid QString bloat. However, gcc 3.4 doesn't allow us to create references to members of a packed struct. (Pointers are OK, because then you supposedly know what you are doing.) */ # if (defined(__arm__) || defined(__ARMEL__)) && !defined(QT_MOC_CPP) # define Q_PACKED __attribute__ ((packed)) # if __GNUC__ == 3 && __GNUC_MINOR__ >= 4 # define Q_NO_PACKED_REFERENCE --- but it seems we also have to define it on gcc4. patch-ch: Furthermore, it looks gcc4 also rejects implicit pointer casts, so add an explicit cast where the above Q_NO_PACKED_REFERENCE is referred.
Revision 1.52 / (download) - annotate - [select for diffs], Sun Jun 13 22:45:50 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.51: +2 -1
lines
Diff to previous 1.51 (colored)
Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Revision 1.51 / (download) - annotate - [select for diffs], Sat Jul 11 09:11:13 2009 UTC (2 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.50: +8 -8
lines
Diff to previous 1.50 (colored)
Fixed some pkglint warnings for qt3-docs.
Revision 1.50 / (download) - annotate - [select for diffs], Wed May 20 01:00:40 2009 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.49: +2 -2
lines
Diff to previous 1.49 (colored)
Apply patch reported by Gary Duzan in PR 37347 to fix finance/kmymoney2 after ld.elf_so fix from December 2007. Bump PKGREVISION.
Revision 1.49 / (download) - annotate - [select for diffs], Tue Apr 7 10:59:48 2009 UTC (3 years, 1 month ago) by hasso
Branch: MAIN
Changes since 1.48: +2 -2
lines
Diff to previous 1.48 (colored)
Make it compile on DragonFly master.
Revision 1.48 / (download) - annotate - [select for diffs], Sun Dec 16 13:42:10 2007 UTC (4 years, 5 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.47: +2 -2
lines
Diff to previous 1.47 (colored)
Fix broken (or non-portable at best) shell code.
Revision 1.47 / (download) - annotate - [select for diffs], Wed Oct 24 15:50:18 2007 UTC (4 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.46: +2 -2
lines
Diff to previous 1.46 (colored)
Change qmake to not add the target directory as rpath. This would leak rpath references to the build directory and libtool should take care of this already. Non-libtool builds might be broken by this, but they shouldn't use -Wl,-R either, but -Wl,-rpath. Bump revision of qt3-libs (rpath changes) and qt3-tools (qmake changes).
Revision 1.44.4.2 / (download) - annotate - [select for diffs], Sat Sep 15 17:27:06 2007 UTC (4 years, 8 months ago) by ghen
Branch: pkgsrc-2007Q2
Changes since 1.44.4.1: +2 -2
lines
Diff to previous 1.44.4.1 (colored) to branchpoint 1.44 (colored) next main 1.45 (colored)
Pullup ticket 2189 - requested by tron security fix for qt3-libs - pkgsrc/x11/qt3-libs/Makefile 1.67 via patch - pkgsrc/x11/qt3-libs/distinfo 1.46 - pkgsrc/x11/qt3-libs/patches/patch-aq 1.2 Module Name: pkgsrc Committed By: tron Date: Sat Sep 15 12:04:02 UTC 2007 Modified Files: pkgsrc/x11/qt3-libs: Makefile distinfo pkgsrc/x11/qt3-libs/patches: patch-aq Log Message: Fix security vulnerability reported in CVE-2007-4137. Bump package revision.
Revision 1.46 / (download) - annotate - [select for diffs], Sat Sep 15 12:04:01 2007 UTC (4 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.45: +2 -2
lines
Diff to previous 1.45 (colored)
Fix security vulnerability reported in CVE-2007-4137. Bump package revision.
Revision 1.44.4.1 / (download) - annotate - [select for diffs], Thu Aug 2 07:29:26 2007 UTC (4 years, 9 months ago) by ghen
Branch: pkgsrc-2007Q2
Changes since 1.44: +8 -1
lines
Diff to previous 1.44 (colored)
Pullup ticket 2155 - requested by tron security fix for qt3-libs - pkgsrc/x11/qt3-libs/Makefile 1.64 - pkgsrc/x11/qt3-libs/distinfo 1.45 - pkgsrc/x11/qt3-libs/patches/patch-ca 1.1 - pkgsrc/x11/qt3-libs/patches/patch-cb 1.1 - pkgsrc/x11/qt3-libs/patches/patch-cc 1.1 - pkgsrc/x11/qt3-libs/patches/patch-cd 1.1 - pkgsrc/x11/qt3-libs/patches/patch-ce 1.1 - pkgsrc/x11/qt3-libs/patches/patch-cf 1.1 - pkgsrc/x11/qt3-libs/patches/patch-cg 1.1 Module Name: pkgsrc Committed By: tron Date: Wed Aug 1 20:51:26 UTC 2007 Modified Files: pkgsrc/x11/qt3-libs: Makefile distinfo Added Files: pkgsrc/x11/qt3-libs/patches: patch-ca patch-cb patch-cc patch-cd patch-ce patch-cf patch-cg Log Message: Add patches provided by Trolltech to fix CVE-2007-3388. Bump package revision.
Revision 1.45 / (download) - annotate - [select for diffs], Wed Aug 1 20:51:23 2007 UTC (4 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.44: +8 -1
lines
Diff to previous 1.44 (colored)
Add patches provided by Trolltech to fix CVE-2007-3388. Bump package revision.
Revision 1.44 / (download) - annotate - [select for diffs], Fri Apr 6 12:44:38 2007 UTC (5 years, 1 month ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Branch point for: pkgsrc-2007Q2
Changes since 1.43: +3 -1
lines
Diff to previous 1.43 (colored)
Fix for CVE-2007-0242. Bump PKGREVISION.
Revision 1.43 / (download) - annotate - [select for diffs], Sun Mar 18 20:59:35 2007 UTC (5 years, 2 months ago) by markd
Branch: MAIN
Changes since 1.42: +3 -1
lines
Diff to previous 1.42 (colored)
Add patches from Dirk Mueller of KDE to fix font selection issues with Asian fonts. Bump PKGREVISION.
Revision 1.42 / (download) - annotate - [select for diffs], Sun Mar 18 20:51:59 2007 UTC (5 years, 2 months ago) by markd
Branch: MAIN
Changes since 1.41: +4 -4
lines
Diff to previous 1.41 (colored)
Update to qt 3.3.8 This maintenance release incorporates bugfixes and optimizations.
Revision 1.38.2.1 / (download) - annotate - [select for diffs], Sun Nov 5 01:09:17 2006 UTC (5 years, 6 months ago) by salo
Branch: pkgsrc-2006Q3
Changes since 1.38: +4 -4
lines
Diff to previous 1.38 (colored) next main 1.39 (colored)
Pullup ticket 1880 - requested by drochner security update for qt3 Revisions pulled up: - pkgsrc/x11/qt3/Makefile.common 1.21 - pkgsrc/x11/qt3-docs/Makefile 1.23 - pkgsrc/x11/qt3-libs/Makefile 1.56, 1.57 - pkgsrc/x11/qt3-libs/distinfo 1.39, 1.40, 1.41 - pkgsrc/x11/qt3-mysql/Makefile 1.21 - pkgsrc/x11/qt3-tools/Makefile 1.50 Module Name: pkgsrc Committed By: drochner Date: Thu Oct 19 12:58:12 UTC 2006 Modified Files: pkgsrc/x11/qt3-libs: Makefile distinfo Added Files: pkgsrc/x11/qt3-libs/patches: patch-ja Log Message: Add a patch for CVE-2006-4811 (integer overflow in image handling). The patch was proposed in http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=210742, but this is appearently not what Redhat does -- they have an update for kdelibs, but don't tell details. The patch helps for me, so put it in, at least until we know more. --- Module Name: pkgsrc Committed By: adam Date: Mon Oct 23 14:54:11 UTC 2006 Modified Files: pkgsrc/x11/qt3: Makefile.common pkgsrc/x11/qt3-docs: Makefile pkgsrc/x11/qt3-libs: Makefile distinfo pkgsrc/x11/qt3-libs/patches: patch-ja pkgsrc/x11/qt3-mysql: Makefile pkgsrc/x11/qt3-tools: Makefile Log Message: Changes 3.3.7: * Fixed security flaw in the way Qt handles pixmap images --- Module Name: pkgsrc Committed By: drochner Date: Mon Oct 23 15:18:15 UTC 2006 Modified Files: pkgsrc/x11/qt3-libs: distinfo Removed Files: pkgsrc/x11/qt3-libs/patches: patch-ja Log Message: patch-ja did contain a fix against the pixmap image security flaw; it is superseded by a somewhat different version in official qt-3.3.7 now
Revision 1.41 / (download) - annotate - [select for diffs], Mon Oct 23 15:18:15 2006 UTC (5 years, 7 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.40: +1 -2
lines
Diff to previous 1.40 (colored)
patch-ja did contain a fix against the pixmap image security flaw; it is superseded by a somewhat different version in official qt-3.3.7 now
Revision 1.40 / (download) - annotate - [select for diffs], Mon Oct 23 14:54:11 2006 UTC (5 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.39: +5 -5
lines
Diff to previous 1.39 (colored)
Changes 3.3.7: * Fixed security flaw in the way Qt handles pixmap images
Revision 1.39 / (download) - annotate - [select for diffs], Thu Oct 19 12:58:12 2006 UTC (5 years, 7 months ago) by drochner
Branch: MAIN
Changes since 1.38: +2 -1
lines
Diff to previous 1.38 (colored)
Add a patch for CVE-2006-4811 (integer overflow in image handling). The patch was proposed in http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=210742, but this is appearently not what Redhat does -- they have an update for kdelibs, but don't tell details. The patch helps for me, so put it in, at least until we know more.
Revision 1.38 / (download) - annotate - [select for diffs], Thu Jul 27 11:54:09 2006 UTC (5 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base
Branch point for: pkgsrc-2006Q3
Changes since 1.37: +2 -1
lines
Diff to previous 1.37 (colored)
Forgotten patchsum. Reminder by Mark.
Revision 1.37 / (download) - annotate - [select for diffs], Fri Mar 31 14:38:02 2006 UTC (6 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.36: +5 -5
lines
Diff to previous 1.36 (colored)
update to 3.3.6 changes: -bugfixes -gcc-4.1 support -translation updates
Revision 1.36 / (download) - annotate - [select for diffs], Mon Mar 13 21:53:47 2006 UTC (6 years, 2 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Fix path generation so that security/qca{,-tls} don't have to patch Makefile
or override do-install. Bump qt3-tools PKGREVISION.
Revision 1.35 / (download) - annotate - [select for diffs], Sun Mar 12 06:49:21 2006 UTC (6 years, 2 months ago) by minskim
Branch: MAIN
Changes since 1.34: +4 -1
lines
Diff to previous 1.34 (colored)
Force to use the libtool mode of qmake, instead of patching the non-libtool mode to use libool. In this way, qmake will generates valid install commands. This closes PR pkg/29572. Bump qt3-tools PKGREVISION.
Revision 1.34 / (download) - annotate - [select for diffs], Thu Mar 2 23:41:55 2006 UTC (6 years, 2 months ago) by minskim
Branch: MAIN
Changes since 1.33: +2 -1
lines
Diff to previous 1.33 (colored)
Prevent qmake from generating .la files. In pkgsrc, they are taken care of by libtool. This fixes PRs pkg/30656 and pkg/32244.
Revision 1.33 / (download) - annotate - [select for diffs], Tue Nov 1 15:20:50 2005 UTC (6 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.32: +2 -3
lines
Diff to previous 1.32 (colored)
Adjust Qt 3.3 PostgreSQL patches to work with all versions. Drop the requirement of 7.3, it compiles fine with all versions in pkgsrc (and should work with them). Bump the revision to annotate the possibly changed dependency.
Revision 1.32 / (download) - annotate - [select for diffs], Tue Sep 27 07:46:20 2005 UTC (6 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.31: +5 -5
lines
Diff to previous 1.31 (colored)
Changes 3.3.5: * Over 200 bug-fixes were incorporated * Platform support was added for Mac OS X 10.4 (Tiger), VS2005, and GCC 4.
Revision 1.31 / (download) - annotate - [select for diffs], Wed Apr 13 21:58:05 2005 UTC (7 years, 1 month ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
qt3 build system makes a difference between MacOS X and Darwin: it will build with X11 support on Darwin and MacOS X native interface on MacOS X. But the Free qt3 only includes X11 support, and so the build fails on MacOS X. Change the build defines to use the same options on MacOS X and Darwin.
Revision 1.30 / (download) - annotate - [select for diffs], Wed Feb 23 17:36:19 2005 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.29: +2 -1
lines
Diff to previous 1.29 (colored)
Add RMD160 checksums to the SHA1 ones.
Revision 1.29 / (download) - annotate - [select for diffs], Thu Feb 10 13:21:20 2005 UTC (7 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.28: +5 -5
lines
Diff to previous 1.28 (colored)
Changes 3.3.4: Installation --------------- Added support for DragonFly BSD. Fixed compilation for 64-bit Linux. Compilation fixes for OpenBSD configured with -thread. Windows Installer ----------------- Add option to set environment variables. Fixed problem propagating PATH environment variable. Make sure the PostgreSQL and MySQL libraries are shown correctly. Compilers --------- Work around a bug in HP-UX aCC. Support IRIX with 7.4.x compiler. Fixed moc compilation when Bison is installed. Fixed compilation with Intel compiler on Windows. Qt Designer ----------- Fixed bug that could corrupt the .pro file. Fixed bug that would remove source files from project when using a statically linked designer. Fixed handling of custom widget plugins which subclass QWidgetStack. Raise and give focus to source files when clicking on them in the project overview. Fixed bug where empty variable declarations in .ui file would generate improper C++ code. Fixed crash when deleting action while changing its name. Fixed crash when using third party plugins that create tabwidgets without any pages. Fixed bug renaming slots in edit custom widgets dialog where old slot name would not get removed. Make sure uic-generated code compiles when QT_NO_CAST_ASCII is defined. Fixed bug showing wrong status indicators in connection table after sorting the list. Prevent templates based on unsupported widgets (like QScrollView) from being created. Qt Linguist ----------- Fixed bug where spaces at the beginning or at the end of the source text would not be displayed. Qt Assistant ------------ Fixed bug in printing that sometimes caused the last page to be skipped. Fixed invalid font size error on startup. qmake ------- Work around bug in Visual Studio 2003 Custom Build Steps. Handle path names with spaces properly. Handle file names containing '&' characters correctly. Create dependencies on .ui.h files. Fixed crash on Solaris when error() string contains single quote. Make it possible to specify a RES file for the vcproj file. Fixed bug in make install on Linux Various improvements for XCode. Fixed bug in shadow builds. for more information see 'changes-3.3.4'
Revision 1.28 / (download) - annotate - [select for diffs], Thu Oct 28 10:28:49 2004 UTC (7 years, 6 months ago) by gavan
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Pay attention to LDFLAGS when building qmake. This allows qmake to link correctly against pkgsrc gcc.
Revision 1.27 / (download) - annotate - [select for diffs], Wed Oct 13 15:15:52 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.26: +3 -3
lines
Diff to previous 1.26 (colored)
Another Interix-only fix: add -ldb, and since Qt incorrectly #includes system C headers without extern "C", add extern "C" protection.
Revision 1.26 / (download) - annotate - [select for diffs], Wed Oct 13 12:06:36 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Fix library linkage for Interix.
Revision 1.25 / (download) - annotate - [select for diffs], Wed Oct 13 02:08:43 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.24: +7 -1
lines
Diff to previous 1.24 (colored)
Add Interix 3.5 support. (Will be contributed back to Trolltech as well.)
Revision 1.24 / (download) - annotate - [select for diffs], Tue Aug 24 12:38:18 2004 UTC (7 years, 9 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.23: +2 -1
lines
Diff to previous 1.23 (colored)
Use modern resolver api on recent NetBSD systems that have it. From Love in PR 26638. Fixes problems in threaded programs. eg psi and kde3.3's cups support.
Revision 1.23 / (download) - annotate - [select for diffs], Thu Aug 12 11:52:39 2004 UTC (7 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.22: +4 -6
lines
Diff to previous 1.22 (colored)
Changes 3.3.3: * Bug-fix release
Revision 1.22 / (download) - annotate - [select for diffs], Tue Jul 6 16:59:04 2004 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Fix include paths for postgresql header files (for qt3-psql).
Revision 1.21 / (download) - annotate - [select for diffs], Mon May 10 06:47:09 2004 UTC (8 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.20: +3 -1
lines
Diff to previous 1.20 (colored)
Force building X11 version (not Carbon) under MacOSX
Revision 1.20 / (download) - annotate - [select for diffs], Fri Apr 30 11:29:00 2004 UTC (8 years ago) by adam
Branch: MAIN
Changes since 1.19: +2 -1
lines
Diff to previous 1.19 (colored)
Optimize qmake for speed-up
Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 29 12:53:05 2004 UTC (8 years ago) by markd
Branch: MAIN
Changes since 1.18: +3 -4
lines
Diff to previous 1.18 (colored)
Update to qt3 3.3.2.
Qt 3.3.2 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.3.1 and Qt 3.3.0.
X11 specific fixes:
Fixed crash bug when using X Input Method Chinput.
- Drag and Drop
Ignores accelerator events when dragging.
- QClipboard
Fixed bug where data()->format() would return the wrong value.
Fixed potential crashes with regards to iterators.
- QFont
Avoids badly scaled fonts, and prefers exact matches.
Made sure symbol fonts get loaded correctly.
Made it possible to load Latin fonts that do not contain the
Euro symbol.
Fixed glyph width bug observed with some Khmer fonts.
Fixed crash with misconfigured Xft.
Fixed problem with font selection for Xft2 when having Latin
text with non-Latin locale.
Respects custom dpi settings for Xft.
Does not use Xft if we have FreeType1 but no XRender.
Fixed memory leak in the font engine when drawing transformed
fonts.
- QGL
Fixed crash when rendering text in GL widgets.
- QLocale
Tru64: Fixed crash when INFINITY is compared to another double.
Tru64: Uses DBL_INFINITY for Compaq C++ compiler.
- QMimeSource
Does not re-enter the event loop in provides().
- QPainter
Fixed rendering of anti-aliased text on non-XRender enabled
displays.
- QPrinter
Fixed setFromTo().
Fixed printing of Arabic text with XLFD fonts.
- QTextEdit
Fixed bug with extremely long lines.
- QThread
Fixed bug that made program require superuser privileges on
some Linux machines.
- QWidget
Fixed showFullScreen() and showMaximized() for window managers
that do not support extended window manager hints (EWMH).
Revision 1.18 / (download) - annotate - [select for diffs], Fri Apr 16 14:30:45 2004 UTC (8 years, 1 month ago) by recht
Branch: MAIN
Changes since 1.17: +6 -6
lines
Diff to previous 1.17 (colored)
update to 3.3.1 changes (among many others): - New QLocale Class - The ActiveQt framework, first available in Qt 3.1, has been enhanced in lots of ways in Qt 3.3. - Semi-Transparent Windows Other Improvements - The network module now supports IPv6 in addition to IPv4. - New 64-bit platforms are supported: Itanium on Linux (Intel compiler) and Windows (MSVC and Intel). - QCursor now provides the BusyCursor shape, which combines an hourglass with an arrow. - Qt's DOM classes are now reentrant when Qt is built with multithread support enabled. See http://www.trolltech.com/products/qt/whatsnew.html for more details.
Revision 1.17 / (download) - annotate - [select for diffs], Fri Dec 19 15:43:31 2003 UTC (8 years, 5 months ago) by skrll
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.16: +7 -9
lines
Diff to previous 1.16 (colored)
Update QT3 to 3.2.3. Far too many new features and bug fixes to list here. Includes a fix for Hangul (Korean character) handling from Bang Jun-Young <junyoung at netbsd dot org>. Thanks. "Better late than never"
Revision 1.16 / (download) - annotate - [select for diffs], Thu Oct 23 07:48:21 2003 UTC (8 years, 7 months ago) by junyoung
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
G/c unnecessary patch.
Revision 1.15 / (download) - annotate - [select for diffs], Sun Sep 28 05:27:06 2003 UTC (8 years, 7 months ago) by grant
Branch: MAIN
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
only pass gcc specific flags if we are using gcc.
Revision 1.14 / (download) - annotate - [select for diffs], Tue Jul 22 17:17:19 2003 UTC (8 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.13: +3 -1
lines
Diff to previous 1.13 (colored)
Build, install and use a shared libqassistantclient. This is primarily needed by PyQt.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Mar 18 08:36:25 2003 UTC (9 years, 2 months ago) by skrll
Branch: MAIN
Changes since 1.12: +6 -5
lines
Diff to previous 1.12 (colored)
Update qt3 to 3.1.2. This update fixes a large number of bugs.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 11 13:02:08 2003 UTC (9 years, 2 months ago) by markd
Branch: MAIN
Changes since 1.11: +5 -5
lines
Diff to previous 1.11 (colored)
Update qt to 3.1.1. Qt 3.1 introduces many significant new features and many improvements over the 3.0.x series. Also lots of bugfixes. The Qt version 3.1 series is binary compatible with the 3.0.x series: applications compiled for 3.0 will continue to run with 3.1.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Feb 4 18:09:16 2003 UTC (9 years, 3 months ago) by skrll
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
Update qt to 3.0.7 - the final maintenance release of qt 3.0. Lots of bugfixes including one for the ListView expansion problem. Fix kwin in kdebase after a QT global was renamed.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 28 10:46:06 2002 UTC (9 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.9: +3 -1
lines
Diff to previous 1.9 (colored)
give the postgesql database adapter a chance to compile (not in this pkg) (centralized patches suck)
Revision 1.9 / (download) - annotate - [select for diffs], Mon Oct 28 08:46:44 2002 UTC (9 years, 6 months ago) by skrll
Branch: MAIN
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Update to Qt 3.0.6, change PKGLIBTOOL to LIBTOOL in one place and do a bit of
PLIST sorting.
Qt 3.0.6 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.5
Binary compatibility warning: Qt 3.0.6 is backward and forward binary compatible
with Qt 3.0.5, and is planned to be binary compatible with Qt 3.1. Unfortunately
Qt 3.0.5 is not 100% backward binary compatible with Qt 3.0.3 (a class got a few
bytes smaller), meaning executables compiled with 3.0.5 may not run properly
when linked dynamically to 3.0.3. at runtime. Note that this is not a problem on
MS-Windows. Due to its wide distributed in various GNU/Linux distributions, we
have decided to stick with 3.0.5's ABI. If you ship dynamically linked
executables, we suggest putting a QT_REQUIRE_VERSION macro at the beginning of
your main function:
...
#include <qmessagebox.h>
...
int main( int argc, char**argv )
{
QT_REQUIRE_VERSION( argc, argv, "3.0.5" )
...
}
The macro will show a message box with a warning message and then abort the
application gracefully with exit(1).
For a full buglist see the Trolltech web site.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Aug 27 09:13:49 2002 UTC (9 years, 9 months ago) by skrll
Branch: MAIN
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
Update to 3.0.5.
Qt 3.0.5 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.4.
To avoid problems with loading plugins which link against different Qt
libraries, the semantics of plugin loading has been changed.
While I'm here add the PTHREAD_OPTS+=require thing to the buildlink files.
TODO: check qt3-{tools,docs} wrt buildlink2.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 25 18:40:46 2002 UTC (9 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.6: +1 -1
lines
Diff to previous 1.6 (colored)
Merge changes in packages from the buildlink2 branch that have buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
Revision 1.4.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 19:06:46 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.4: +3 -2
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Merge from pkgsrc-current to buildlink2 branch.
Revision 1.6 / (download) - annotate - [select for diffs], Thu May 30 12:33:26 2002 UTC (9 years, 11 months ago) by skrll
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
buildlink2-base
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Fix the detection of freetype 2 and opengl. Thanks to Chris Gilbert for this. While I'm here fix the qt3-libs dependency in qt3-tools and the fact that the qt library was being built (needlessly) in qt3-tools.
Revision 1.5 / (download) - annotate - [select for diffs], Wed May 29 19:09:55 2002 UTC (9 years, 11 months ago) by skrll
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Various changes to help with KDE3.
o Enable thread support using pth-syscall and nathanw_sa. The
later has problems which are being worked on.
o Restructure the build of certain plugins so that qt3-libs
comes with jpeg and mng support.
o Introduce a BUILDLINK_DEPENDS_METHOD.qt3-tools variable that
when set to build means we don't get a full dependency on
qt3-tools.
Revision 1.4 / (download) - annotate - [select for diffs], Sat May 4 13:30:10 2002 UTC (10 years ago) by drochner
Branch: MAIN
Branch point for: buildlink2
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
update to 3.0.4 "Qt 3.0.4 is a bugfix release. It maintains both forward and backward compatibility (source and binary) with Qt 3.0.3."
Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 25 22:16:40 2002 UTC (10 years, 2 months ago) by skrll
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
Update to 3.0.3. More bugfixes.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 19 17:54:36 2002 UTC (10 years, 2 months ago) by drochner
Branch: MAIN
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
update to 3.0.2 "Qt 3.0.2 is a bugfix release. It maintains both forward and backward compatibility (source and binary) with Qt 3.0.1."
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Jan 7 08:07:57 2002 UTC (10 years, 4 months ago) by skrll
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of qt3-libs-3.0.1. The multiplatform GUI toolkit we all know and love.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 7 08:07:57 2002 UTC (10 years, 4 months ago) by skrll
Branch: MAIN
Initial revision