Commit graph

35 commits

Author SHA1 Message Date
Mark Davies
aab9adfbea Fix a "showstopper". 2008-10-11 20:22:06 +00:00
Mark Davies
7dc1a07d04 kde4.1.2 2008-10-05 10:13:25 +00:00
Mark Davies
c603a07e3d fix PLIST. 2008-09-13 12:13:25 +00:00
Mark Davies
368dd9c226 kde4.1.1 2008-09-03 21:51:48 +00:00
Mark Davies
829baf3e29 Stop konsole hanging. 2008-08-17 21:19:31 +00:00
Mark Davies
93383f14e0 kde4.1 2008-07-29 21:40:23 +00:00
Mark Davies
770dfd87f4 Some of KDELibsDependencies.cmake was split into
KDELibsDependenciesInternal.cmake so rewrite paths in that file as well.
2008-07-29 13:14:24 +00:00
Mark Davies
2cd7e8f5c5 Wrong version of the tarball. Noted by David Brownlee. 2008-07-28 00:45:50 +00:00
Mark Davies
a4c6fc26fd kde 4.1rc1 2008-07-26 22:32:27 +00:00
David Brownlee
330428241f add conflicts with kdelibs-[0-9]* 2008-06-25 09:18:48 +00:00
Mark Davies
236fa7652c kde 4.0.5 2008-06-07 21:18:40 +00:00
Mark Davies
57b64b48ce Further openssl fallout. 2008-05-17 03:53:36 +00:00
Mark Davies
2115a4fcae the correct kopenssl.cpp patch. 2008-05-17 03:33:24 +00:00
Mark Davies
1229a44983 Deal with the openssl snapshot in -current. 2008-05-17 02:50:55 +00:00
Mark Davies
93577601f1 kde 4.0.4
kdeui
Optimizations:
* Make KAnimatedButton (used for e.g. Konqueror cogwheel) cache and
  reuse pixmaps for every frame, to avoid Qt keeping hundreds of
  duplicates of each in the global pixmap cache, reducing X pixmap usage
  considerably.
khtml
Improvements:
* Rework our form widgets' baselines to align on the text content, rather
  than on the widget boundaries.
* Improve CSS3 UI cursor support.
* Support DOM3 wholeText and replaceWholeText().
Optimizations:
* Optimized implementation of textarea's setText for common case where
  new content begins with a substring of the old content.
Bugfixes:
* Rework the tracking of stylesheets' loaded state, preventing it from
  losing synchronization in some cases involving @import.
* Properly close DOM-created nodes. Fixes CNN.com election tracker, and
  3 Acid3 tests.
* Make searching within textareas work again.
* Fix accesskey activation, and autoscroll suspension.
* Make vertical alignment of inline-tables and inline-blocks comply with
  requirements of CSS 2.1 - 10.8.1.
* Fix absolutely positioned static elements being misplaced and drawn on
  top of the border when they are the only child of a block.
* Fix solving of percentage height for positioned elements, in light of
  the nota bene in CSS 2.1-10.5. Satisfyingly, the same code path can
  also be used to solve percentage intrinsic height (10.6.2)
* Fix some errors in the implicit height code, that wasn't converting to
  content height.
* Make sure we always use the padding edge when calculating the width of
  a positioned object's containing block.
* Fix createDocument() to work as specified in DOM Level 2: Use the
  user-supplied doctype and set its Node.ownerDocument attribute to the
  document being created.
* Let a redirect from within a javascript: frame source win out over the
  text.
* Properly update currentTarget for events in capture phase.
* Fix handling of events with custom names.
* Fix update of :empty pseudo-class when text content changes.
* Properly fall back to alternate content when doing delayed part
  creation due to needing to lookup the mimetype.
* Fix handling of data: URLs in object/embed nests.
* Fix return value of replaceChild in the ES bindings.
* Fix up the full-blown Attr codes to properly take care of their kids.
* Rework sizing of textarea so that it works in all styles.
* Fix a bug in cost accounting in the tile caches.
* Don't crash when dispatching some mouse events on documents created
  via createDocument().
kjs
Bugfixes:
* Activate JS compat mode in upcoming PCRE 7.7, when present.
* Provide a bit of file and line number with RegExp parse errors.
2008-05-09 22:23:07 +00:00
Mark Davies
c2426116f7 http://www.kde.org/info/security/advisory-20080426-1.txt 2008-04-27 04:06:11 +00:00
Mark Davies
605c1f9129 Add CONFLICTS against the kde3 kdelibs package. Since all the kde4
packages depend on this one and all the kde3 ones depend on kdelibs3
this should be enough to stop attempts to install both on the same machine.
2008-04-09 20:58:14 +00:00
Mark Davies
53530f6dbe Commit the right distinfo. 2008-04-04 19:44:24 +00:00
Mark Davies
051e39e378 kde 4.0.3 2008-04-03 10:22:20 +00:00
Mark Davies
8c2a398b0f kde 4.0.3 2008-04-03 10:18:59 +00:00
Mark Davies
837ba72df6 kde 4.0.2
kate
Fixed collapsing of blocks in diff files

kdeui
Make shortcut texts appear correctly translated.
Fix position of gray help text in lineedits for Oxygen style.

khtml
Fix a regression in <object><embed> handling.
Fix a crash on ignoring requests on FaceBook.
Fix a crash on some file open/save dialogs.
Properly handle getter properties on window and document object.
Fix repainting problems.
Fixes wrong scrollbar position on reload, and properly restore previous
offset.
Fix crash on querying of language in some incomplete or malformed
documents.
Restore NodeIterator state when a NodeFilter throws an exception (Acid3).
Accept more HTML4 non-compliant documents (Acid3).
2008-03-06 11:45:48 +00:00
Mark Davies
58acf6a13f kde4.0.1 2008-02-06 11:49:00 +00:00
Tobias Nygren
d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00
Mark Davies
88f1bebe91 Consolidate TODO in one place. 2008-01-15 22:40:20 +00:00
Mark Davies
c56e640d52 Full dependency on qt4-tools for libQtUiTools.so 2008-01-15 10:58:20 +00:00
Mark Davies
fd9d7e9abd updated distinfo for 4.0.0 2008-01-11 20:44:31 +00:00
Mark Davies
47bf8dbc66 kde4.0.0 2008-01-11 20:41:25 +00:00
Mark Davies
9777ce8209 Fix Flac test for recent flac versions. 2008-01-01 10:45:23 +00:00
Mark Davies
9efe5b6a50 Allow for gamin as well as fam. 2007-12-24 08:18:09 +00:00
Mark Davies
ec976650e7 More shared directories. 2007-12-24 01:22:53 +00:00
Mark Davies
9a25035f72 Update kde shared directories 2007-12-23 21:04:06 +00:00
Mark Davies
ab66160ea3 Add pkgsrc branding. 2007-12-23 19:13:56 +00:00
Mark Davies
4b082aecb7 zone.tab 2007-12-22 21:24:48 +00:00
Mark Davies
546098b0a9 Add ssl and [ia]spell path fixes from kde3. 2007-12-16 19:55:05 +00:00
Mark Davies
40146c7bb3 Initial import - support libraries for KDE4 2007-12-12 03:17:10 +00:00