summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2001-03-05Add definition of CC to make environment and get build system to use itskrll8-27/+66
with libtool.
2001-03-05Pass the default c++ compiler in MAKE_ENV so that we don't confuse theskrll2-4/+5
new libtool. While I'm here: pass only one -rpath option to libtool link so that the install directory gets set correctly.
2001-03-05Fix build problem by using functionality in new libtool rather than askrll2-1/+15
hack for the old libtool.
2001-03-05Add xtoolwait.minoura1-1/+2
2001-03-05xtoolwait, free implementation of SunOS toolwait(1).minoura4-0/+25
2001-03-04Because the minor number of the PNG library was increased packages compiledtron6-12/+12
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-03-04Fix permissions in repository, part 2.tron1-0/+34
2001-03-04Fix permissions in repository, part 1.tron1-34/+0
2001-03-03Missed one.skrll2-4/+4
2001-03-03Fix build problem with qt1 and libtool.skrll2-7/+8
2001-03-02Add support for big5 fonts from intlfonts. Patch provided by Rui-Xiang Guowiz2-1/+15
in pkg/12252.
2001-03-02Generate the proper .lo files needed by the new libtool (libtool-ml).jlam1-27/+35
This should compile again.
2001-02-28Update to 0.7004 per pkg/11595 by Damon Brodie. Bugfix release.wiz2-5/+5
2001-02-28$() -> ${}wiz1-3/+3
2001-02-28We want RCS Ids in the patches.wiz3-0/+3
This is one of the things pkglint checks, so _please_ use it.
2001-02-27s/sawmill/sawfish/mason1-1/+1
2001-02-27Update to 2.46. No changelog available.mjl2-4/+4
2001-02-26Do not hardcode locale directory to "share/locale", use "${PKGLOCALEDIR}"tron5-41/+42
instead.
2001-02-26Use "PKGLOCALEDIR" instead of "LOCALEDIR".tron3-77/+76
2001-02-26When we alter installation pathes, alter them everywhere.hubertf2-1/+24
Now kcmkwm(sp?) finds the icons for the buttons etc., fixing PR 8841 by Juha-Matti Liukkonen <jml@cubical.fi>
2001-02-26Mechanical changes to use the pkgsrc autoconf and automake by specifyingjlam1-5/+9
complete paths to these programs.
2001-02-25Added and enabled new package kdelibdocswulf1-1/+2
2001-02-25Initial release of kdelibdocs - KDE library documentationwulf4-0/+537
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf23-68/+64
XXX need to teach pkglint to be more picky about this
2001-02-24Add foxsakamoto1-1/+2
2001-02-24Adjust for NetBSDsakamoto12-147/+115
2001-02-24Initial import of fox:sakamoto9-0/+336
Fast and extensive C++ GUI toolkit
2001-02-23Remove some mirror sites that don't, and update md5, as requested inwiz2-8/+4
pkg/12064. (Previous version of the same name on ftp.netbsd.org removed.)
2001-02-22Hardcode version number in dependence on "gdm" because "2.0b4" is nottron1-2/+2
correct dewey number.
2001-02-18rc.d script, from PR 12201hubertf1-0/+19
2001-02-18 * Add --notcp option, to only listen on unix domain socket, not TCP socket.hubertf5-8/+104
* Add rc.d startup script * Update pkg name to xfstt-1.1nb1 Code based on FreeBSD port, submitted by Martti Kuparinen <martti.kuparinen@iki.fi> in PR 12201
2001-02-17Get rid of redundant commentsagc1-8/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz258-261/+268
2001-02-16add py-Pmwlukem1-1/+2
2001-02-16Pmw - python meta widgetslukem2-0/+39
2001-02-16Pmw - python meta widgetslukem2-0/+4
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-130/+132
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-13Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups withtron4-77/+79
"${LOCALBASE}".
2001-02-08Correct version number: we are at 3.28 not 3.28nb1.tron1-2/+2
2001-02-08Fix packing list for 3.28.fredb1-5/+20
2001-02-08Missed this one. Still can't strip a script.fredb2-1/+15
2001-02-08Fix PLIST.fredb1-3/+16
2001-02-08Update to 3.28 -- new "hacks", bug fixes, configure updates for XFree86-4fredb8-97/+13
and *BSD (allows to simplify the package somewhat), and revamped Screensaver Options: xscreensaver now lets you configure your DPMS settings. More detail on the web page -- http://www.jwz.org/xscreensaver/changelog.html [The README in the package currently only goes to 3.27.]
2001-02-06minor rewordlukem1-1/+1
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz2-2/+8
2001-02-06Update to 2.2.4.skrll17-56/+74
While I'm here make things even easier to upgrade for next time. More tidy up to come later. Changelog: Qt 2.2.4 is a bugfix release. It keeps both forward and backward compatibility (source and binary) with Qt 2.2.3 **************************************************************************** * General * **************************************************************************** - Platform and Compiler fixes for AIX and BSDi. Building a Qt DLL with the Borland Builder is again supported. - Printing quality and postscript output on X11 has been improved. The page and text formatting now handles different Windows versions correctly. - Image loading of PNG and GIF files is much more robust against broken files. - On X11, popup menus do not grab the keyboard anymore, but rely on and enforce the application to have focus. This works around an X11 bug where deadkeys do not work while the keyboard is grabbed. - Many minor bugfixes and small improvements, see detailed lists below. **************************************************************************** * Library * **************************************************************************** - QScrollview Wheels scrolls even if there are no scrollbars - QSlider Calls virtual function setValue properly - QImage Improve loading of bmp files Improving reading of PNG images, and redirect warnings to qWarning 32bit images with 8bit Alpha are saved correctly as PNG on big endian machines Make loading of broken GIF images and animated GIF files more robust, some bugfixes - Drag'n'Drop Fix the lost character problem when dragging text Make dnd work after showFullscreen/showNormal Delete text that is dragged from a QLineEdit - QToolButton Removes the old tooltip before setting the new one - QToolBar Separators use the correct style - QPrintDialog OK button is no longer disabled initially - QThread Fix crash when destroying a QThread that had never been started QWaitCondition::wakeAll resets event state after waking up waiting threads - QPainter Scale fonts correctly when painter has a transformation matrix - QPrinter Handle disconnected network printers properly Use user-settings correctly Improve postscript output for non-75dpi displays and transparent images Improve page and text formatting on the different Windows versions Improve printing of colored contents for black&white printers - QSimpleRichText Handle external paint devices properly - QTable Swapping of columns and rows doesn't mismatch sizes Fix calculation of item size hints - QGroupBox Include margin in size hints - QCanvas Better animation handling Cosmetic corrections - QSocket Be able to send large data on Windows - QSocketDevice Workaround a Windows bug concerning the size of the send buffer - QFtp Put data more effectively Correct file permissions - QUrl Appends "/" to directories correctly - QCString Resizing a NULL string keeps length at zero Include null termination in size calculation - QColor Set named colors correctly - QApplication Avoid out-of-bounds read in commandline parsing - QFont/QFontDatabase Enumerate charsets that don't fit to the current locale Improve stability for broken X11 fonts Support Ukraine and Bulgarian font encodings on X11 - QTextCodec Improve recognition of Asian encodings - QXml Report namespace at endElement - QWorkspace Cascading limits window size to workspace size - QFileDialog Setup correctly for non-existing directories Previews the correct file in ExistingFiles mode **************************************************************************** * Extensions * **************************************************************************** - QXt Works better with Exceed X **************************************************************************** * Other * **************************************************************************** - Meta Object Compiler (moc) Further improvements in namespace support - MSVC Integration Setup Qt settings correctly **************************************************************************** * Third party * **************************************************************************** - PNG Fix a coredump in error message handling **************************************************************************** * Changes that might affect runtime behavior * **************************************************************************** - QRegion Fixed QRegion::contains(const QRect&) function in X11 version. Same behaviour as in Windows version now. **************************************************************************** * Qt/Embedded-specific changes * **************************************************************************** - Binary compatibility is NOT maintained with previous Qt/Embedded release, you will need to recompile any old executables to use with this release. - Source compatibility is NOT maintained with Qt/Embedded-specific functions. You may get minor compilation errors if you have used previous - QCopChannel now inherits QObject. If you have multiply-inherited a QObject subclass and QCopChannel, you should instead connect your QObject to the QCopChannel::received() signal. - The identifier "TTF" in fontdir is now "FT". This reflects the fact that the FreeType library supports Type1, Windows FNT, and other font formats in addition to TrueType. FreeType 2.0.1 is now used (src/3rdparty/freetype). - 16bpp support in QVFb. - QDirectPainter experimental direct-video access.
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-2/+2
2001-02-05XLOCK_LIGHT should also configure --without-gltt --without-ttf --without-opengllukem1-2/+3
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.