lp:~kubuntu-members/nepomuk-core/4.11

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

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Kubuntu Members
Project:
nepomuk-core
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://anongit.kde.org/nepomuk-core,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 alnitak and finished taking 10 seconds — see the log
Import started on izar 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

1570. By Raphael Kubo da Costa <email address hidden>

nepomukctl: Do not create a global static QTextStream.

Creating global static objects is a big no-no, and is properly documented in
KDE's policies. One never knows the order in which they are created and
destroyed, which was causing crashes at least on FreeBSD when libcxxrt is
used, as Qt's Q_GLOBAL_STATIC cleanup code would destroy QTextCodec
instances still referenced by that global QTextStream.

Since the QTextStream was only used as glorified fprintf(), resort to just
printing to std::cerr directly.

REVIEW: 114390

1569. By Raphael Kubo da Costa <email address hidden>

Do not give up if lowering a service's priority fails.

The calls that lower the priority of a service should not prevent a service
from starting: the calls are implemented only for the Linux kernel, but the
services themselves should work on other operating systems as well, albeit
using more resources.

REVIEW: 114391

1568. By Vishesh Handa <email address hidden>

FileIndexer: Use parameterized queries for inserting the plain text

With Soprano 2.9.4 the virtuoso backend has support for paramterized
queries which consume way less memory when inserting large blobs of
text.

With this the high virtuoso memory usage should decrease to a large
extent.

1567. By Vishesh Handa <email address hidden>

Identifier: Give PersonContacts with a nco:contactUID special treatement

We check if another contact with the same identifier exists during the
identification phase. This way even if the nickname has changed, as long
as the contactUID is the same, a new contact is not created.

REVIEW: 113188

1566. By l10n daemon script <email address hidden>

SVN_SILENT made messages (.desktop file)

1565. By l10n daemon script <email address hidden>

SVN_SILENT made messages (.desktop file)

1564. By David Edmundson <email address hidden>

Don't delete a QObject from inside a slot.

If there are any pending calls to that object to be processed deleting
the object can cause them to crash. (such as in KTp's service)

Using deleteLater() is safer.

BUG: 325376
REVIEW: 113128

1563. By Christoph Feck <email address hidden>

Fix trailing garbage in extracted PDF title

BUG: 325008
FIXED-IN: 4.11.3
REVIEW: 113138

1562. By Nicolas Pavillon <email address hidden>

Enable compilation of nepomuk-core on mac

BUG: 325058
REVIEW: 112852

1561. By Bladud

In the odf extractor, check for hasError separately to EndDocument.
This fixes the case where the file ends prematurely, which would
previously loop forever.

BUG: 324885
FIXED-IN:4.11.2

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.