summaryrefslogtreecommitdiff
path: root/x11/qt2-libs/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2008-09-16Remove remaining qt1 and qt2 packages, as announced on pkgsrc-userswiz1-22/+0
on Sep 7 2008. No complaints received.
2007-09-28fix compilation on NetBSD-4+ (seen in bulk build)drochner1-1/+2
2006-01-05Use SUBST framework, patch files directly.joerg1-4/+4
2005-10-04Use the FreeBSD rules for DragonFly as well, just like Qt 3.3 does.joerg1-1/+4
Streamline FreeBSD/DragonFly config handling with NetBSD, this should allow Xorg from pkgsrc to work properly. Discussed with jlam@, but not tested on FreeBSD. Silence from freebsd-pkg-people@.
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2003-11-25include stdlib.h to get a prototype for getenv(). Fixes recently noteddmcmahill1-2/+2
bulk build problems on alpha.
2003-06-09Add "Xft2" support. This provides antialiased fonts and fixes buildtron1-1/+2
problems under XFree86 4.3.0 (and with it hopefully PR pkg/21828). Bump package revision to reflect changes.
2003-02-07fix a bug created by last fix. We need to use gmake for the configuredmcmahill1-2/+2
step as well as the build instead of only the build. Should fix problems noted in Hubert's recent bulk builds.
2003-02-05regendmcmahill1-2/+2
2003-02-05on alpha, turn off optimization on the 33 files which tickle compiler bug(s).dmcmahill1-2/+2
This now builds on alpha with gcc-2.95.3.
2002-10-25Don't depend on egcs for solaris, the gcc-2.95.3 provided with solaris9bouyer1-2/+2
works fine too. libtoolize the library builds for solaris, and build shared libraries.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-3/+3
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.
2001-11-16Update qt2-libs to 2.3.1nb1. Changes from version 2.3.1 are makingjlam1-1/+2
QDir::mkdir and QDir::rmdir work when passed a directory name with trailing slashes by removing the trailing slashes prior to making the mkdir(2) and rmdir(2) system calls. KDE2 seems to rely heavily on this behaviour.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-3/+3
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-06-23Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Handlejlam1-3/+3
-L and rpath specifications in the config files by directly substituting their final values; this is needed since the configure script directly manipulates these values via sed and needs the substituted values, not just ${VAR}. Also honor CXXFLAGS passed in from the environment (possibly containing optimization flags) during the build.
2001-06-17update to 2.3.1drochner1-9/+9
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.
2001-04-17Re-enable common m5,patch-sum file in new distinfo scheme.skrll1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+14
+ move the patch digest/checksum values from files/patch-sum to distinfo