- Jul 01, 2014
-
-
Script Kiddy authored
-
David Faure authored
-
David Faure authored
-
David Faure authored
Eike will need to look further into the crash he's getting...
-
David Faure authored
-
- Jun 30, 2014
-
-
Script Kiddy authored
-
- Jun 29, 2014
-
-
Script Kiddy authored
-
- Jun 27, 2014
-
-
David Faure authored
-
David Faure authored
-
- Jun 23, 2014
-
-
Script Kiddy authored
-
- Jun 21, 2014
-
-
David Faure authored
The POP3 ioslave doesn't have a job when it gets here. This is somewhat of a forwardport of kdelibs.git bbae87dc1be3ae063796a582774bd5642cacdd5d but the mechanism was redesigned here (now using a "delegate extension").
-
David Faure authored
-
David Faure authored
Patch by Jim Scadden, jims at silentasylum.co.uk Forwardported from kdelibs.git 0ded2a069f270507a6c8020688582a47babbcc83
-
Alex Merry authored
NAME_PREFIX now only changes the test name, not the target name.
-
Frank Reininghaus authored
The motivation for this change is that this reduces the memory usage of a QList<KFileItem> a.k.a. KFileItemList, which is used extensively in KCoreDirLister's API and in applications, by 32 bytes per item on a 64-bit system, and that it may also improve the performance in some situations because many memory allocations are saved. Some changes in KCoreDirListerCache were required because this class stores raw pointers to KFileItems and expects that these always remain valid. To guarantee that this is the case and that the KFileItems owned by KCoreDirListerCache do not move, a new class NonMovableFileItem is introduced, which inherits KFileItem, but is not a Q_MOVABLE_TYPE. A better solution would be to modify KCoreDirListerCache such that it does not need the KFileItem pointers any more. The current solution is meant as a temporary workaround for this problem, to make it possible to make the binary incompatible Q_MOVABLE_TYPE change for KFileItem before KF5 is frozen for such changes. REVIEW: 118775
-
- Jun 20, 2014
-
-
Dawit Alemayehu authored
This reverts commit 6f193faa.
-
Script Kiddy authored
-
- Jun 19, 2014
-
-
Dawit Alemayehu authored
BUG: 279604 FIXED-IN: 4.13.3
-
- Jun 18, 2014
-
-
David Faure authored
The races I was seeing were mostly a helgrind false positive (reported), plus the race on serviceNames (QTBUG-39285) that is now fixed in Qt (5.3).
-
- Jun 17, 2014
-
-
Script Kiddy authored
-
- Jun 16, 2014
-
-
Script Kiddy authored
-
- Jun 14, 2014
-
-
David Faure authored
-
David Faure authored
-
David Faure authored
-
David Faure authored
-
David Faure authored
We just treat each thread as a separate KIO client. Otherwise we get a race when scheduler.cpp does SlaveConfig::self()->setConfigData(...).
-
David Faure authored
-
David Faure authored
They obviously lead to data races between threads.
-
David Faure authored
-
- Jun 12, 2014
-
-
Script Kiddy authored
-
- Jun 08, 2014
-
-
Script Kiddy authored
-
- Jun 07, 2014
-
-
David Faure authored
-
David Faure authored
+ add Frank's suggested data structure from https://git.reviewboard.kde.org/r/118452/
-
- Jun 06, 2014
-
-
David Faure authored
-
- Jun 02, 2014
-
-
Marco Martin authored
This ports back the other two places the cache times were resetted in kde4, in cacheParseResponseHeader and resetSessionSettings REVIEW:118479 BUG:334767
-
Alex Merry authored
This puts KIO's KDED modules in a kf5/kded subdirectory of the plugin directory. REVIEW: 118472
-
Marco Martin authored
kio::file_copy calls fail because a wrong If-Modified-Since: is sent in the request header and the answer is almost always 304 not modified. It's a porting bug from time_t to QDateTime introduced in b4d30c9fab4c REVIEW:118473
-
Alex Merry authored
The proxy scout module would crash KDED when it was loaded because it passed an uninitialised object to connect(). CCMAIL: afiestas@kde.org
-
Martin Klapetek authored
REVIEW: 118128
-
Script Kiddy authored
-