summaryrefslogtreecommitdiff
path: root/x11/kdelibs3
AgeCommit message (Collapse)AuthorFilesLines
2004-03-09Update to KDE 3.2.1markd4-18/+23
Changes: Improve suggestions given when in the rename dialog shown when copying/moving files Progress dialog: large files (>4GB) fixes; make "keep open" work again Progress dialog (all in one): don't block logging out from KDE KIO: Preserve file premissions when copying from remote protocols that support listing KIO: Give again the choice to overwrite when moving/renaming files KIO: Make 'overwrite' ask only once for a given dir (when moving a directory with subdirs) KSystemTray: if the mainwindow is minimized or not on the current desktop, clicking will show it instead of hiding KLocale: fixing support for YY aka %y KDatePicker: fixing layout of close button KatePart: fixed broken "replace from cursor" KatePart: fixed some redraw problems (no artefacts while scrolling) Don't let knotify start aRts if aRts is disabled in its kcontrol module. kdeprint: Added check for print file names given by the rename dialog KHTML: fix crash in parsing weired pages KHTML: fixing support for clear:both KHTML: better support for DOM Test Suite KHTML: fix Heirmenus KHTML: fix animated GIFs not looping KHTML: don't recurse when printing KHTML: use content, not viewport coordinates for server side image maps KHTML: fixing overflow content KHTML: fix repainting logic to optimize for reduced X server load and minimum CPU KHTML: Reduce window. to forms, images and applets, like document. KHTML: restore KDE 3.1 behavior of <font size=-1> KHTML: update frame sizes before returning value for innerWidth/innerHeight, in case the window was just resized KHTML: return attribute names in lowercase in compatibility mode (DOM L2/L3) KHTML: fixing insertRow for tables without tbody KHTML: implementing TreeWalkerImp KHTML: fixing javascript events with frames KHTML: fixing attributes for repeated body elements KHTML: implement support for pageX/pageY. fix layerX/layerY KHTML: Activate merged alternate code path for inline boxes construction/painting KHTML: implementing incremental XML parsing KHTML: fix detection of the selector KHTML: implementing CSSStyleDeclarationImpl KHTML: skip pseudo styles when updating anonymous blocks'style KHTML: fixing pure punctuation/single letter text childs KHTML: fixing user-defined stylesheets KHTML: fixing mixed block/inline content KHTML: fixing relayouting of childs with floats KHTML: respect padding and borders on cnn.com KHTML: treat xhtml transitional that way KHTML: enhanced border drawing code for dotted and dashed lines KHTML: fixing handling of <nobr>
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-2/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-02-29Fix another instance of finding the path for ispell/aspell.markd3-10/+29
Bump PKGREVISION.
2004-02-25Remove "USE_LANGUAGES= c c++". Now set in Makefile.kde.markd1-2/+1
2004-02-05Regen for patch-aamarkd1-1/+2
2004-02-04Update to KDE-3.2.0.markd38-3348/+933
Changes: Libraries * Hidden methods in DCOP interfaces - DCOPIDLng Alexander Kellett * Documentation parsing (kdoc based) and inclusion in generated .dcopidl files (note: kdebindings dcopidlng only) Alexander Kellett * Kalyptus based rewrite of DCOPIDL - DCOPIDLng Alexander Kellett * Thumbnail generator for DVI files. Stefan Kebekus * Thumbnail generator for Xcursor files. Fredrik Hoeglund * KMainWindow can now maintain the statusbar and corresponding action (duplicate (99% of the time broken) code removed from countless applications in KDE). Benjamin Meyer * KMainWindow, KToolbar, and several other core classes now will only stores settings if those settings are not the default values (helping to reduce the huge size of config files). Benjamin Meyer * Add support for International Domain Names (IDN). Thiago Macieira, Waldo Bastian * KDE Password Registry and Wallet. George Staikos * SSL session ID reuse. George Staikos * KCookiejar: Support HttpOnly cookies. Waldo Bastian * KLocale: support for different calendar systems Hans Petter Bieker * KCalendarSystem: support for Hebrew calendar system Hans Petter Bieker * Support data urls. See rfc 2397. Leo Savernik * New tab widget classes KTabBar and KTabWidget in kdeui Stephan Binner * New KFile permissions panel Tim Jansen * Support for mimetype inheritance and aliases David Faure * KDialogBase: Replace setButtonOkText() & co. with setButtonOk() that takes a KGuiItem instead (deprecating the old methods) Martijn Klingens * Move KPrefs from libkdepim to kdelibs. Cornelius Schumacher * Support for "extra fields" in KIO slaves and in Konqueror / KFileDialog David Faure <faure@kde.org> * Add KSplashScreen, a splash screen class based on QSplashScreen (with support for KDE's Xinerama options) Chris Howells * KPasteTextAction: enhanced action for pasting text by offering a list with the clipboard history. Andras Mantia KHTML * Non-modal find dialog David Faure KDEfx * Added KCPUInfo class which makes it possible for applications to do runtime checks for architecture specific CPU features, such MMX, 3DNow! and AltiVec. Fredrik Hoeglund * Added MMX and SSE2 optimizations to the blending functions in KImageEffect, that among other things are used to blend the translucent menus when the menu effect is set to software blend, and to tint icons when they're selected in icon views. Fredrik Hoeglund Kate Part * File type specific settings Christoph Cullmann * vi style cmd line Christoph Cullmann * Support variable lines in files Anders Lund * Color Schemes Christoph Cullmann * Indentation based code folding Christoph Cullmann * Implement more DCOP interfaces and clean up the ktexteditor dcop interfaces Christoph Cullmann KImgIO * Add PCX image plugin, supports reading and writing 1, 4, 8 and 24bpp images Nadeem Hasan * Add TGA image plugin, supports reading and writing true color TGA images (compressed and uncompressed) Dominik Seichter Interfaces * Interfaces for KBytesEdit widget part Friedrich W. H. Kossebau KSpell * Adding ability to spell check HTML, TeX and nroff documents. Zack Rusin * Completely reworking the spell checking dialog. Adding language selection combo. Zack Rusin
2004-02-02These packages need a C++ compiler.jlam1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1jmmv1-1/+2
2004-01-15Update to KDE-3.1.5markd13-455/+550
Changes: * networking: Fix crash related to SOCKS * kate: C syntax highlighting * konqueror: Improved handling of long filenames in icon view. * khtml: Minor rendering fixes * khtml: Improved loading of large images * java: Crash fix * webdav: Fixed renaming of files via secure connection
2004-01-12Remove unnecessary blank lines.cjep1-2/+1
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2004-01-03Register installed catalog files (in SGML format) into the system wide SGMLjmmv1-2/+6
catalog. These come from the docbook-xml customization layer. Bump PKGREVISION to 3.
2003-12-30Whitespace fixcjep1-2/+1
2003-12-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz2-4/+4
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-1/+2
2003-09-21Would have to include <sys/param.h> to get a definition of NetBSD andmarkd2-1/+15
KDE is never going to build on NetBSD<1.0 so don't bother testing a version, just assume we have setproctitle in libc. Should fix a gcc3 build problem mentioned by Juan RP.
2003-09-17Update to KDE3.1.4.markd3-29/+5
Changes: * Allows compilation against Qt 3.2.x * improvements to utf8-filename handling in KIO * fix nonlating-filenames in http form upload (#61721) * ignoring X11 errors during startup to avoid startup notification to stop early * Preformance improvement to KGuiItem::plainText() * kdesu: implement session management for kdesu-started applications. * khtml: fix form widget sizing when code is compiled with gcc 3.4+. * kio: fix bug that caused gzip-encoded webpages to fail rendering when compiled with Qt 3.2. * keramik widgets: fix merging mistake that caused drawing errors in comboboxes. * keramik widgets: Fix pixmap cachine keying, correcting odd artifacts with some colorscheme changes. * dcop: honor $DCOPAUTHORITY which allows to specify an alternative location than $HOME for .DCOPserver_xxx * kcookiejar: fix cookie handling cornercase * kdeinit: support read-only home directories * artsd: fix restart * khtml: code fixes to avoid miscompilation of SunProCC under Solaris * kate: fix offering of default encoding when saving a file. * netwm: fix massive memory leak (showing up e.g. in kicker). * kate: fix compilation under aCC. * khtml: several crash fixes. Qt 3.2.x compatibility fixes. rendering improvements. * khtml: merging bug that caused the famous scrollbar problem fixed. * klistview: massive performance improvement in alternative color background handling * khtml/java: improved handling of slightly malformed urls. * kio: only cache successful passwords, otherwise its impossible to re-enter a password when it failed authorisation the first time.
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-2/+3
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-2/+2
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
2003-09-11Garbage-collect USE_OPENSSL_VERSION now that openssl/buildlink2.mk supportsjlam2-4/+2
just setting BUILDLINK_DEPENDS.openssl. USE_OPENSSL_VERSION wasn't actually needed here anyway since the minimum version allowed by openssl/buildlink2.mk exceeded the version requested here.
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-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 bumpsdrochner1-2/+2
2003-08-05bump revision after qt3/kde prefix changedrochner1-1/+2
2003-08-04some more X11BASE->LOCALBASE changesdrochner1-2/+2
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-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
2003-07-13PKGREVISION bump for libiconv update.wiz2-3/+4
2003-07-13Removed patches/patch-cf and use REPLACE_PERL instead to fix incorrect pathwulf3-14/+5
to perl in kdeui/preparetips
2003-07-13Fixed broken path to perl utility in preparetips script.wulf2-1/+12
2003-06-02Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3abs1-2/+2
is accepted. Suggested by Grant.
2003-06-01use "3.x" instead of "3.0" in description, kde3 package is at 3.1.2 alreadyjdolecek1-1/+1
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-2/+2
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2003-05-22Update KDE to 3.1.2.markd16-226/+213
Changes: kdelibs: * https authentication through proxy fixed. * KZip failed for some .zip archives. * Fixed a bug in socket code that made KDEPrint crash. * kspell: Support for Hebrew spell checking using hspell (requires hspell 0.5). kdebase: * kwin: Alt+Tab works while drag'n'drop (unless the application also grabs keyboard). * kio_smtp: Doesn't eat 100% CPU when connection breaks and fixed a confusing error message when AUTH failed ("Unknown Command" vs. "Authorization failed") * kscreensaver: Fixed issue where kdesktop_lock would stay running indefinitely in the background if it could not grab the keyboard/mouse, preventing the screen from being locked manually. * kscreensaver: Screensavers are now stopped when asking for the password [#56803] * kio_smb: Several bugfixes for the smbro-ioslave. * kdesktop: fixed minicli layout problem with Qt 3.1.2 * kdm: fixed incorrect user window width with Qt 3.1.2 * Konqueror: Create DCOP interface for mainwindow when object begins to exist. * Konqueror: Fixed tab open delays when it can't reach website. * Konsole: Don't flicker when selecting entire lines. * Konsole: Crash, selection and sort fixes in schema and session editors. * Konsole: Fixed mouse-wheel in mouse mode. * Konsole: Allow programs to resize windows if enabled. * Konsole: Keep output steady when triple-click selecting. * Konsole: Added "Print" menu command. * kicker: Fixed kasbar only drawing last icon from a group.
2003-05-13Add $LOCALBASE/lib to the path konqueror searches for libcrypto.markd3-12/+14
Makes https work on systems that don't have libcrypto in /usr/lib, eg Solaris.
2003-05-04Fix BUILDLINK_DEPENDS for audiofile, noted by Marc Recht in PR 21445.wiz1-3/+2
Remove obsolete BUILDLINK_DEPENDS for qt3-libs; its buildlink2.mk defaults to a newer version.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-8/+6
dependency bumps.
2003-04-10Add the patches from KDE Security Advisory 20030409-1:markd4-4/+19
PS/PDF file handling vulnerability http://www.kde.org/info/security/advisory-20030409-1.txt Bump PKGREVISION.
2003-04-01Update KDE to 3.1.1.markd4-136/+23
Changes: arts * Several memory corruption fixes. kdelibs * kdialog: Fix screen numbering problem for centerOnScreen() static method * kprogress: Fix math problem in displaying correct percentage for large numbers * kio_http: Fix data processing for webdav(s) listing of directories and files * kate: Many small bugfixes, including: + Fixed code completion drop-down box position + Fixed "wrap cursor disabled" bugs + Fixed vertical scrollbar middle mouse behaviour + Fixed remove whitespace feature + Now clears the redo history when it is irrelevant + Fixed crash after starting up with a non-existant directory in the file selector history * kparts: Fix extension of transparently downloaded files, this fixes ark (used to display temp file instead of archive content) * klauncher: Fixed support for "Path=" entry in .desktop files. This entry can be used to specify a working directory. * kio: Don't let ChModJob's -X emulation interfere with mandatory file locking. * kdeui: Fix for alternate background coloring in Konqueror list views. * kdeui: Fix to prevent an event loop in conjunction with Qt 3.1.2. * kio/bookmarks: Properly handle multiple shown bookmarks with the same URL; fixes crash on exit in Konqueror when bookmarkbar is on and some bookmarks points to the same place * kstyles: Handle focus indicators on label-less checkboxes better * kdeprint: Don't freeze when there is no route to the selected CUPS server * SSL: add support for OpenSSL 0.9.7 * SSL: ADH ciphers are now explicitly disabled in all cases * SSL: new CA root certificate added * Several Xinerama related fixes * QXEmbed fixes for various situations that don't handle XEMBED well * Java on IRIX with SGI 1.2 VM is fixed * khtml: Several major bugfixes, partially incorporated fixes from Safari as well. kdeaddons kdeadmin * Linux Kernel Configurator: Add details about the lightbulb icon's meaning * Linux Kernel Configurator: Support for more incorrect kernel configuration files kdeartwork kdebase * kcmshell: Restored backwards compatibility wrt KDE 3.0 module names * klipper: Escape "&" everywhere. * konsole: + Removed "get prompt back"-hacks, don't assume emacs key shell bindings. + Fixed usage of background images with spaces in the filename. + Profile support fixes (disabled menubar etc.) + Bookmarks invoked from "Terminal Sessions" kicker menu now set correct title. + Fixed a problem with the "Linux" font that prevented it from being used with fontconfig. * kdesktop: Made desktop menus pop up in unused Kicker space work. * kicker: Fixed empty taskbar sometimes showing scroll buttons. * konqueror: + Various startup performance improvements + Fix crash when sidebar tree expands hidden directory + Fix crash when config button hidden from config button's menu + Extensive fixes to Netscape plugins, fixing crashes and plugin support + Changes to default preview settings, making the defaults safer on various platforms * Java configuration module: Make it possible to properly configure Java in all cases * Previews: Fixed a privacy issue where previews of HTML files could access files or hosts on the network. kdeedu * KStars: + Fixed bug #51708: No longer exits if starting position is below horizon (only affected some systems) + Fixed bug #52205: Country of Lhasa is China, not Tibet. + Fixed too-narrow coordinates field in statusbar. + Fixed bug in "length of day" calculator module; it now properly accounts for latitude and longitude kdegames * Atlantik: Many small bugfixes, including: + Better handling of incoming messages + Fixed token animation * kbackgammon: Common crash fix. kdegraphics * KIconEdit: Fix the ellipse/circle tool not to leave any "holes" in the drawings * Kooka: Some UI crashes fixed * KViewShell: Default paper size is fixed * KGhostView: Fixed wheel-mouse scrolling kdemultimedia * KsCD: + Stopped KsCD from pausing after tracks in random mode + Correctly associate extra CDDB information with tracks + Support non-Latin encodings properly in CDDB entries and elsewhere + Proper systemtray behaviour + Updated key accel code to avoid depricated calls * Movie previews have been removed due to severe unresolved stability problems kdenetwork * Desktop Sharing server (krfb): + fix problems on X11 servers with 8 bit depth + fix problems on X11 servers with big-endian framebuffer + allow X11 servers without XShm (thin clients). Warning: requires a lot of bandwidth + remove read timeouts. This should solve problems with some clients that got disconnected after a minute of inactivity (but increases the time to detect dead clients) + fix problem with clients that support both RichCursor and SoftCursor encodings (like krdc from HEAD) * Desktop Sharing client (krdc): + fix: when an error occurred in fullscreen krdc did not restore the original resolution + fix: krdc stopped to repaint the framebuffer after a disconnect while the error dialog was displayed + the quality setting in medium quality mode has been increased because the original setting looked too bad with Keramik kdepim * KOrganizer bug fixes: + Use correct default duration for events crossing a day boundary (#53477). + Correctly save category colors (#54913). + Don't show todos more than once in what's next view. + Include todos in print output of month view (#53291). + Don't restrict maximum size of search dialog (#54912). + Make cancel button of template selection dialog work (#54852). + Don't break sorting when changing todos by context menu (#53680). + Update views on changes of todos directly in the todo list (#43162). + Save state of statusbar (#55380). * knotes: Escape "&" in note titles kdesdk * Cervisia: + Fixed line break in protocol view + Fixed timestamp for files that are not in cvs (#55053) + Fixed handling of Cervisia's options like 'Update Recursively' when run as embedded part in konqueror (#55665) kdetoys * kworldclock: Fixed that all clocks show the same time. * kweather: Made it work again with non-english locales. (#52147) * kweather: Prevent KWeather from looping and freezing Kicker when not connected to the internet.(#49191) kdeutils * klaptopdaemon: Fix serious stalling problems on GNU/Linux with ACPI * kcalc: Now a KMainWindow instead of a KDialog to fix various UI inconsistencies * kdf: Support escapes in fstab quanta * Bugfixes: + Allow resizing of the main window even with large user toolbars [#53230] + Insert valid DTD definitions [#53274] + Honor the View Default settings from Settings->Configure Editor [#53569] + Be less braindead regarding the Show DTD Toolbar setting [#53739] + Be able to select also directories in tag dialogs [#54819] + Do not complain about text files being binary ones on a system with broken mimetypes [#54924] + Bring up the "File Changed" dialog only, when the file content has changed[#55678] + Select Tag Area behaviour fixed for optional tags + Insert non-translated string in CSS code parts + Insert "border-top", "border-right", etc. correctly in CSS + Don't quote the script line more than once in the action configuration dialog + Memory leak fixed: editor parts were not deleted when a file was closed + Fix insertion of "img" tags in HTML documents + Upload/rescan project/add to new project tree view behaviour fixed + Fix renaming of file in the Project Tree, when a file with the new name was already present in the project + Rename only what has to be renamed in the project and enable project saving after a rename + Use the correct encoding for newly created files + Saving of Author and E-Mail project options was broken in some cases + Fix the numbering of new documents + Fix the execution of actions + Fix crash when deleting an action + Insert valid single tags from the toolbar * Enhancements: + Show the tag attributes (Alt-Down) menu lower than the current line + "Insert in cursor position" for script actions replaces the selection if there was some text selected + New DCOP interface (WindowManagerIf) added to enable the modification of the opened documents from a script + DTD for Quanta tags (DTD definition) added + XHTML 1.0 Strict DTD added
2003-03-28Remove superfluous whitespace.wiz1-2/+2
2003-03-11Update KDE to 3.1.markd31-2102/+2817
Many bugfixes and functionality enhancements including: General New default widget style: Keramik New default icon theme: Crystal Created and enhanced framework to effectively disable certain features of the GUI, like for example shell access, disallowing to select custom wall papers. "Kiosk mode" Usability improvements: Kicker: Context menu, applet menus, wording and panel feature consistency improved Kicker: Redesigned control module. KCalc: Usability Improvements. KSnapshot: Usability Improvements. KsCD: User Interface Improvements in configuration and information dialogs kdelibs Extended the DCOP commandline client to enable nonGUI applications (such as shell scripts) to use DCOP send DCOP messages to multiple users and/or sessions concurrently Added to notification dialog to allow applications to configure their notifications with a common GUI. Added "Open File", "Open Destination" and "Keep window open" to download progress dialog. KDatePicker has now week number display and selection. Added KLocale support for setting/retrieving the first day of a week Support for "Multimedia keys" on your keyboard. Added on-demand icon loading support to improve startup performance of applications. KHTML: Improvements to printing support. Page Info and Frame info dialog. Auto-Scroll support of webpages using Shift combined with arrow keys. Many, many Bugfixes and improvements. Small codebase merges with Safari. The main merge is planned for a future release however, as it requires more testing. KIO: Modified thumbnail ioslave that can extract a thumbnail from the file directly if it contains one, rather than generating one itself. Added fish:// protocol slave, which can access remote filesystems via SSH and SCP Cleanups and Corrections in smtp:// protocol slave. Activated rtsp:// protocol slave. Added support for Public Key Authentication and interopability with newer versions of OpenSSH to sftp:// protocol slave. KSSL: SSL certificate policies can now be configured based on the host name
2003-02-08compile two problem files without optimization to work around a compilerdmcmahill3-1/+109
bug that was noted with gcc-2.95.3 on alpha. Fixes recently noted bulk build problems.
2003-02-04Update qt to 3.0.7 - the final maintenance release of qt 3.0.skrll2-4/+4
Lots of bugfixes including one for the ListView expansion problem. Fix kwin in kdebase after a QT global was renamed.
2003-01-20The result of my recent KDE fiddlingsskrll13-378/+52
- Build all packages with a --disable-static libtool. This is how the packages should be built and means that we don't get a load of useless static libraries. - Use x11/kde3/files/foo_main.cpp instead of creating N copies with patches. - Some other PLIST fixes - Fix PR 19848. kspell doesn't find dictionaries.
2003-01-17Make sure KDED_WORKAROUND has a value set for Non-NetBSD systems.markd1-1/+3
2003-01-17Some (Non-NetBSD) versions of patch don't deal well with patches at themarkd2-6/+4
end of files that don't end with a newline. Trim the context of this patch to avoid the problem.
2003-01-02Update KDE to the 3.0.5a distribution. Packages are numbered 3.0.5.1 orskrll17-926/+935
1.0.5.1 accordingly. Fixes and changes are: Multiple vulnerabilities. kdelibs KHTML : Fixed several crashes and misrenderings. rlogin.protocol: fixed command execution in specially crafted urls. kdebase KAddressbook: Don't squeeze columns on startup/properly restore column width settings. kdenetwork lisa, reslisa: Fixed several security vulnerabilities. kdesdk Cervisia: Show long lines in diff view always completely.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-4/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.