is libpackagekit-qt available for KDE5 Qt5?

2014-03-05 Thread Leslie Zhai
Hi KDE developers, I tried to use libpackagekit-qt2 for Qt5 project, but it segfault, gdb bt info shown as below: Program received signal SIGSEGV, Segmentation fault. QList (this=0x603318) at /usr/include/qt4/QtCore/qlist.h:121 121 inline QList() : d(&QListData::shared_null) { d->ref.ref(); } (gd

Re: Review Request 115878: File: Add a thin wrapper around different xattr implementations.

2014-03-05 Thread Raphael Kubo da Costa
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115878/ --- (Updated March 6, 2014, 1:26 a.m.) Review request for Baloo, David Edmund

Re: Review Request 115877: cmake: Use more portable checks for xattr support.

2014-03-05 Thread Raphael Kubo da Costa
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115877/ --- (Updated March 5, 2014, 11:15 p.m.) Status -- This change has been m

Re: Review Request 115877: cmake: Use more portable checks for xattr support.

2014-03-05 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115877/#review52215 --- This review has been submitted with commit d4b9eadc544404ee48

Re: [BUG299433] Problem while downloading image

2014-03-05 Thread Daniel Kreuter
Hi, I don't use a proxy. And for the profile images the code works but not for other images. Cheers Daniel Von meinem iPhone gesendet > Am 05.03.2014 um 22:53 schrieb Thiago Macieira : > >> Em qua 05 mar 2014, às 22:22:53, Daniel Kreuter escreveu: >> Hi, >> >> I'm using Choqok's MediaManag

Re: [BUG299433] Problem while downloading image

2014-03-05 Thread Thiago Macieira
Em qua 05 mar 2014, às 22:22:53, Daniel Kreuter escreveu: > Hi, > > I'm using Choqok's MediaManager to download images from twitter, but > without success. > > For downloading the image the MediaManager uses the following piece of code: > > KIO::Job *job = KIO::storedGet( srcUrl, KIO::NoReload,

[BUG299433] Problem while downloading image

2014-03-05 Thread Daniel Kreuter
Hi, I'm using Choqok's MediaManager to download images from twitter, but without success. For downloading the image the MediaManager uses the following piece of code: KIO::Job *job = KIO::storedGet( srcUrl, KIO::NoReload, KIO::HideProgressInfo); srcUrl contains the correct image url (as KUrl).

Re: Review Request 115877: cmake: Use more portable checks for xattr support.

2014-03-05 Thread Raphael Kubo da Costa
> On March 5, 2014, 11:53 a.m., David Edmundson wrote: > > ConfigureChecks.cmake, line 1 > > > > > > Why rename this from FindXattr.cmake? > > > > it's basically doing the same thing, but searching in more

Re: Review Request 115877: cmake: Use more portable checks for xattr support.

2014-03-05 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115877/#review52046 --- ConfigureChecks.cmake