lp:~kubuntu-members/kdelibs/4.11

Created by Philip Muškovac and last modified
Get this branch:
bzr branch lp:~kubuntu-members/kdelibs/4.11

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Kubuntu Members
Project:
kdelibs
Status:
Merged

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://anongit.kde.org/kdelibs,branch=KDE%2F4.11.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on izar and finished taking 20 seconds — see the log
Import started on alnitak and finished taking 2 minutes — see the log
Import started on alnitak and finished taking 2 minutes — see the log
Import started on izar and finished taking 2 minutes — see the log

Recent revisions

92361. By Albert Astals Cid

KDE SC 4.11.5

92360. By Andrea Iacovitti <email address hidden>

Return empty string if empty url fragment (not a single '#' char) as per
http://dev.w3.org/html5/spec-LC/urls.html#interfaces-for-url-manipulation.
Other browsers also behave this way.

92359. By Andrea Iacovitti <email address hidden>

Also check for a non zero length text here.
The QChar* pointer could be not null but pointing to the single char '\0'
due to how DOMStringImpl is implemented.

BUG: 188910
FIXED-IN: 4.11.5

92358. By Andrea Iacovitti <email address hidden>

@font-face rule: fix overriding of src property declarations.

BUG: 328982
FIXED-IN: 4.11.5

92357. By Albert Astals Cid

Add cifs to the KMountPoint::probablySlow filesystems

As discussed in http://lists.kde.org/?t=138530914600001&r=1&w=2

REVIEW: 114123

92356. By Albert Astals Cid

Make KLimitedIODevice::bytesAvailable return the numbers of bytesAvaliable to read

At the moment KLimitedIODevice::bytesAvailable is returning at least the size of the file, so QIODevice::atEnd never returns true because it thinks there are more bytes to read. This makes that if you feed an "invalid" svg like "<?xml version="1.0"?>" to the QImageReader it infinite loops believing there will be more stuff to read but then read() always returns 0 but then bytesAvailable says there are more and it stays there forever.

BUGS: 328182
FIXED-IN: 4.11.5
REVIEW: 114226

92355. By Christophe Giboudeaux <email address hidden>

Fix URL

92354. By Rolf Eike Beer <email address hidden>

fix typo in API docs: bellow -> below

92353. By Nyblom

KDE SC 4.11.4

92352. By Friedrich W. H. Kossebau <email address hidden>

fix crash in KZip on overwriting existing entries (+ unit test)

REVIEW: 114048

thanks Albert for review

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.