- 14 May, 2016 1 commit
-
-
David Faure authored
Another comment in the same file says // Do not assert on invalid collections, since a collection may be deleted // in the meantime and deleted collections are invalid. Therefore it looks like this is expected.
-
- 18 Mar, 2016 1 commit
-
-
Laurent Montel authored
-
- 18 Jan, 2016 1 commit
-
-
Daniel Vrátil authored
-
- 08 Nov, 2015 1 commit
-
-
Sergio Martins authored
-
- 16 Aug, 2015 1 commit
-
-
Sergio Martins authored
By replacing it with QStringLiteral, or QLatin1String when passed to proper overloads.
-
- 27 Jul, 2015 2 commits
-
-
Daniel Vrátil authored
-
Volker Krause authored
-
- 11 Jul, 2015 1 commit
-
-
Laurent Montel authored
-
- 10 May, 2015 2 commits
-
-
Daniel Vrátil authored
-
Daniel Vrátil authored
In Qt5 the default painter has text color set to black during animations, which means that expanding the collection tree in KMail temporarily renders the items in black until the expanding animation is over. To fix this we always fallback to foreground color from global palette.
-
- 15 Apr, 2015 1 commit
-
-
Laurent Montel authored
-
- 01 Apr, 2014 3 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
This reverts commit 5be2bdacaa807e01ed3da8a70e8f699c776c0ec8.
-
Laurent Montel authored
-
- 31 Mar, 2014 1 commit
-
-
Laurent Montel authored
-
- 27 Mar, 2014 1 commit
-
-
Daniel Vrátil authored
-
- 05 Mar, 2014 1 commit
-
-
Guy Maurel authored
REVIEWS: 116169 116170 116171 116172 116173 116174 116175 116176 116177 116178 116179 116180 116181 116182 116183 116184 116185 116186 116187 116188 116189 116190 116191 116192 116193 116194 116195 116196 116197 116198 116199 116200 116201 116202 116203 116204 116205 116206 116207 116208 116209 116210 116211 116212 116213 116214 116215 116216 116217 116218 116219 116220 116221 116222 116223 116224 116225 116226 116227 116228 116229 116230 116231 116232 116233 116234 116235 116236 116237 116238 116239 116240 116241 116242 116243
-
- 11 Jun, 2013 1 commit
-
-
David Faure authored
(e.g. column 0, when the counts are in separate columns) REVIEW: 110946
-
- 28 May, 2013 1 commit
-
-
Sergio Martins authored
Reproducible somtimes after restarting akonadi.
-
- 01 May, 2013 2 commits
-
-
David Faure authored
The comment after the assert can stay...
-
David Faure authored
This broke folder animations during loading.
-
- 30 Mar, 2013 2 commits
-
-
David Faure authored
index.model()->index(index.row(), 0, index.parent()) is really a convoluted and slow version of index.sibling(index.row(), 0), which can optimize if index.column() is already 0.
-
David Faure authored
If it fails, then it wasn't a collection.
-
- 25 Oct, 2012 1 commit
-
-
Stephen Kelly authored
Where they are needed, make them compatible with the new CMAKE_AUTOMOC feature.
-
- 25 Sep, 2012 1 commit
-
-
Laurent Montel authored
-
- 28 Aug, 2012 1 commit
-
-
Laurent Montel authored
-
- 04 Aug, 2012 1 commit
-
-
Guy Maurel authored
-
- 08 Feb, 2012 1 commit
-
-
Laurent Montel authored
include subfolder size Now collapse folder show total size CCBUG: 233414
-
- 24 Jan, 2012 2 commits
-
-
Laurent Montel authored
without need FIXED-IN: 4.8.1 BUG: 291010
-
Laurent Montel authored
-
- 01 Dec, 2011 1 commit
-
-
Allen Winter authored
just ignore invalid collections. this is because collections could be deleted in the meantime and deleted collections are invalid collections. BUG: 271393 FIXED-IN: 4.7.4 MERGE: 4.7
-
- 28 Nov, 2011 1 commit
-
-
Laurent Montel authored
-
- 25 Nov, 2011 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 14 Oct, 2011 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 20 Aug, 2011 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 01 May, 2011 1 commit
-
-
Volker Krause authored
This is where most of the KMail/Kontact CPU time during a mail check is lost, caching accumulated stats per node would be a real solution, but this change already saves 30-50%.
-
- 30 Apr, 2011 1 commit
-
-
Till Adam authored
Makes things look nicer with larger folder icon sizes.
-