Launchpad does not know where nepomuk-core hosts its code.

Bazaar branches

Name Status Last Modified Last Commit
lp:~neon/nepomuk-core/master 1 Development 2017-11-04 01:01:50 UTC
1601. SVN_SILENT made messages (.desktop fi...

Author: l10n daemon script
Revision Date: 2017-11-04 01:01:50 UTC

SVN_SILENT made messages (.desktop file) - always resolve ours

In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

lp:~kubuntu-members/nepomuk-core/4.11 1 Development 2013-12-10 18:07:48 UTC
1570. nepomukctl: Do not create a global st...

Author: Raphael Kubo da Costa
Revision Date: 2013-12-10 18:07:48 UTC

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

12 of 2 results