summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2003-08-23update to 3.8drochner17-76/+72
"The main changes are the addition of many operators to existing classes (thanks to Torsten Marek) and full support for Qt v3.2.0."
2003-08-23update to 1.2drochner3-10/+10
changes: Merged Scintilla v1.54
2003-08-21The ressource class for xlock is XLock, not Xlock.hubertf1-2/+2
Noted by krille via /msg on IRC.
2003-08-20Add kmessage.markd1-1/+2
2003-08-20Initial import of kmessage 0.1markd4-0/+56
KMessage is an xmessage clone: it displays a message (specified as a parameter, read from a file or piped to standard input) and group of buttons in a dialog and returns a value based on the selected button.
2003-08-20install LessTif.tmpl where imake and motif.buildlink2.mk expects.markd4-11/+18
bump PKGREVISION.
2003-08-19On all of these create symlinks from the libraries installed under PYSITELIBjmc12-18/+101
to QTDIR/lib as qmake builds libtool archives that reference themselves as coming from QTDIR/lib. XXX - This really should be fixed in qmake.conf or something and not in each package but for now it fixes 5 broken packages (these + devel/eric3)
2003-08-17Allow also Python 2.3 to be used.recht2-4/+4
2003-08-15Trivially USE_BUILDLINK2 to pick the right compiler.salo1-1/+2
Fixes build (at least) with gcc-3.x from pkgsrc.
2003-08-15Make sure RPATH for libpng gets to final binaryjmc1-1/+4
2003-08-14Patch ksysguardd so it works on post SA merged NetBSD (p_priority isn't injmc2-1/+59
struct proc anymore so pull it from kinfo_proc2 instead)
2003-08-13update KAME patch (use cfsetispeed/ospeed, from more recent kterm).itojun4-50/+6
bump PKGREVISION to 4.
2003-08-12Provide buildlink2.mk.seb1-0/+40
2003-08-11Require native threads since this isn't pth aware and uses SDL which is pthjmc1-1/+2
aware. This means SDL_Init tries to pth_init() which fails since pthread calls from paragui have already implicitly called pth_init(). XXX - pth probably needs to handle this better by not returning -1 on multiple init calls.
2003-08-09Update to 1.99.17.recht3-31/+29
changes include: * Threading support is compiled in by default now. It is necessary to call gtk.threads_init() in order to make use of threading though. There have been a number of fixes to the threading support too. * Fix up some problems with multiple definitions of global variables in gobject module, that was causing problems on Mac OS X. * Wrappers for many new APIs (John Finlay, Naofumi Yasufuku, Johan Dahlin and others). * Improvements to the code generator to give better error messages. * Some fixes to property APIs to work correctly on 64 bit systems, and to handle ATOM type properties. * Fix copyright headers on source files.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb3-6/+3
2003-08-09Don't invoke screen locking program with standard output or standard errortron3-8/+34
closed. Bump package revision to reflect this change.
2003-08-08Fix the render_root.cpp backport botch.skrll3-3/+26
date: 2003/08/02 21:28:49; author: mueller; state: Exp; lines: +2 -2 grr, automatic backporting patch made it automatically wrong :( CCMAIL: 61730-done@bugs.kde.org
2003-08-08Update to 0.5.2. Changes: move to GNU autoconf, and a few bugfixes.hubertf4-52/+13
No new features.
2003-08-08COMMENT tweak.grant1-2/+2
2003-08-08improve COMMENT.grant1-2/+2
2003-08-07Properly handle info files. Remove now unnecessary patch file.seb4-19/+5
2003-08-07whitespacegrant1-2/+2
2003-08-06fix BUILDLINK_PREFIX defaults to build w/o xpkgwedgedrochner2-4/+4
2003-08-05Undo last. That's not how REPLACE_PERL works. D'oh.skrll1-2/+2
2003-08-05Fix location of preparetips in REPLACE_PERLskrll1-2/+2
2003-08-05update for revision bumpsdrochner2-4/+4
2003-08-05bump revision after qt3/kde prefix changedrochner15-15/+30
2003-08-05bump revision after qt3/kde prefix changedrochner33-33/+66
2003-08-05Another LOCALBASE fixup.markd1-2/+2
2003-08-04some more X11BASE->LOCALBASE changesdrochner2-4/+4
2003-08-04We have to bump PKGREVISIONs due to the qt3 PREFIX change anyway, sodrochner1-2/+1
remove the USE_X11BASE thing from kde3* too.
2003-08-04Make QT3DIR depend on the install location of qt3-docs, not qt3 (as it's notjmc1-2/+2
a package so this otherwise defaults to X11PREFIX which is wrong).
2003-08-04Add py-qt3-sip.jmc1-1/+2
2003-08-03Regen.tron1-4/+4
2003-08-02Update checksum - previous was for a prerelease version of kdelibs.markd1-3/+3
2003-08-02build with GCC3.3.1mrg11-1/+152
2003-08-02remove a patch that is in the latest versionmrg2-18/+1
2003-08-02fix one error with building with gcc3.3 (not complete)mrg2-1/+18
2003-08-02use USE_GNU_TOOLS+= so we can co-exist with a user's setting.grant1-2/+2
2003-08-02USE_GNU_TOOLS=awkgrant1-1/+3
2003-08-01It's USE_BUILDLINK2, not USE_BUILDLINK.wiz1-2/+2
2003-08-01Don't USE_X11BASE; there is no reason to install there.drochner9-21/+22
Bump PKGREVISION on everything which installs into the QTDIR tree. (Applications which just use qt3 shouldn't be affected because each program using qt3 has an RPATH into both LOCALBASE and X11BASE.)
2003-08-01Make this work with and without xpkgwedge (or something like that).jschauma3-8/+19
This might fix the breakage observed in Hubert's latest bulk-build as well.
2003-07-30Remove kde3 (moved to meta-pkgs).markd8-177/+1
2003-07-30imake doesn't create libXrender.so.major nor libXrender.a on Solaris,grant2-5/+12
so exclude them from the PLIST. XXX perhaps we should automatically handle the libraries and links that imake builds on different platforms..
2003-07-30Update kde-i18n-* to 3.1.3.markd121-443/+872
2003-07-30Update kdelibdocs to 3.1.3.markd3-25/+32
2003-07-30Update kdebase to 3.1.3.markd22-281/+622
Changes: * kate: Make saving of remote files during shutdown work. * kcontrol/colors: Don't reset widget selection dropdown when selecting a different theme * kcontrol/filetypes: Fixed removing of mimetypes specified by a .kdelnk file * kcontrol/input: fix application of large & white cursors * kcontrol/services: don't show kxmlrpcd, kalarmd and kwrited if they're not installed * kdesud: support empty passwords * kdm: Fix i18n support for the GuiStyle and ColorScheme combos * kdm: don't reset local Xserver if termination is requsted * keditbookmarks: Various bufixes * kio_sftp: Support OpenSSH 3.6+ * kio_sftp: Support older sftp protocol revisions * kio_smb: Huge update for samba 3.0. * kicker: Improve icon scaling in service menus * kicker: "Terminal Sessions" special button supports sessions with dots in filename * kicker: "Terminal Sessions" special button with same sort order as the one in Konsole. * kicker: Fix mimetype resolution in the quickbrowser * kicker: Fixes for stuck tooltips * kicker: Do not create local directories for .desktop files used in service buttons if no needed * kicker: Fix apply button not working for quickstart menu entries settings * kicker: Fix hide button preference effects reversed * kicker:Various fixes for recent apps history * kicker/minipager: don't show redundant tooltips when the page already shows names * konsole: Added Ctrl+Shift+N as alternate default shortcut for "New Session". * konsole: Fixed fixed-width with proportional-font drawing routine. * konsole: Fixed problems with mouse and paste support and detached windows. * konsole: Let new color schemes take effect once kcmkonsole tells to do so. * konsole: Wheel mouse fixes for Mode_Mouse1000. * konqueror: Flicker fixes inside the iconview * konqueror: Fix for inter-process copy-past with the listview * konqueror: Make sure the tab close button is properly enabled when a 2nd tab is first open through context menu entries * konqueror: Made Ctrl+Enter for new tab in URL combo working again. * konqueror: Various sidebar fixes * konqueror: make sure that the location label truly disappears when disabled * konqueror: konqueror warning for repeated POSTs * konqueror: Konqueror crash when dragging image from about:konqueror * konqueror: Improve tracking of listviewitems so that we don't crash when they get deleted somewhat unexpectedly * konqueror: Don't crash when updating toolbars without a part load * konqueror: Properly handle 'stop' when still listing the directory in the info list view * konqueror: Efficiency fix: make sure only one konqueror instance saves the history when it changes * konqueror: Don't use deleted KFileItems. * Don't crash when doing a copy w/o a currentItem * konqueror: Stop activity when the user tries hard to enter a URL * konqueror: Properly calculate column indices for the meta info listview * konqueror: Hide the find part on a second click on its toolbar button * konqueror: Handle _top/_blank, and so on, case-insensitively * libkonq: make sure KFileTip does not hold on to stale file items * libkonq: precaution: make sure that no preview jobs hold on to icon view's items when it's cleared * libkonq: fixes to cut-and-paste * libkonq: network-friendlier paste button state polling * kwin: Fix deactivation of window when loosing focus * kwin: New windows are drawn above open menus * kwin: Some non-resizable windows can still be resized * kwin: Fixes for click raise * kwin: If a window is hover-unshaded, then it's not shaded for the outside world * kwin: Keramik decoration: Properly detect XShape on Solaris * nsplugins: Fix relative URLs.
2003-07-30Update kdelibs to 3.1.3.markd7-68/+190
Changes: * build system updates, gcc 3.4+ compilation fixes (Dirk Mueller) * ensure that each installed header file can be compiled on its own (has all necessary includes/forward declarations) * SECURITY: kio/khtml: Improve referer handling, always strip out username and password. * Roaming user support (Helge Deller) * kabc: add quotes around names from LDAP which contain non-alphanumeric characters * kabc: unterminated string handling fixes * kbugreport: only refer to http://bugs.kde.org if the bug-address is submit@bugs.kde.org * kcookiejar: don't deliver cookies when the url is "strange" * kcookiejar: unbreak cookies for https sites once again * kcookiejar: make kcookiejar --remove <domain> work * kdecore: never unload dante socks library, it crashes when doing so * kdecore: Adding KMacroExpander, class for shell-safe expansion of filenames in shellcode * kdeinit: Handle X errors instead of just crashing when they occur. * kdeprint: improvements to handling of cups network printers * kdeprint/smbview: use nmblookup -M -- to make it work with samba 3.0 * kdeui: dragging from the "konqueror wheel" button no longer duplicates the window * kdeui: rewritten mouse cursor-autohide code (hopefully much more stable now) * kdeui/kfontdialog: Try very hard to match the font name that was passed with one that actually exists * kdeui/kmainwindow: fix for saving statusbar state when autosave is enabled * kdewidgets: Add some new widgets * keramik: Major fixes to toolbar gradient alignment, as well as some miscellaneous fixes. * khtml: avoid endless-relayout-loop * khtml: several backports of fixes from 3.2 development branch * khtml: several fixes to bugs exposed by DOM2 testsuite * khtml jpeg loader: use memmove in places where memory regions overlap (valgrind we love you) * kio: crash/memory leak fixes * kio: added ability to add host:port to the no-proxy list * kio: speedup handling local files * kio: improvements to the layout of the HTTP Authentication password dialog * kio: allow rtsp:// protocol redirecting to mms:// * kio: KIOSK restriction fixes * kio: signal handling fixes (SIGPIPE etc) * kio_http: text/html mimetype in Accept: gets preference over other text/* types * kio_http: improvements in HTTP referer handling * kiconloader: memory leak fix * kjava: thread handling fixes * kjava: don't send text to the console window if its not visible (saves huge amount of memory on some pages) * kjava: catch exceptions thrown inside Applet.destroy * klocale: Support Macedonian plural forms