- 19 Feb, 2013 1 commit
-
-
David Faure authored
Thanks to A.J.Reddy for the investigation and initial patch, and thanks to Frank Reininghaus for the testing. FIXED-IN: 4.10.1 BUG: 252483
-
- 18 Feb, 2013 2 commits
-
-
Frank Reininghaus authored
Devices can be added and removed while the context menu is open. Sfter an action has clicked that needs to access a device, we therefore have to check if its position in the model has changed, and more importantly, if it is still there at all in order to prevent a crash. BUG: 315298 FIXED-IN: 4.10.1 REVIEW: 108989
-
Frank Reininghaus authored
Fixes the problem that filtered children of expanded deleted folders reappear if the filter is cleared. BUG: 315210 FIXED-IN: 4.10.1 REVIEW: 108976
-
- 17 Feb, 2013 3 commits
-
-
Aaron J. Seigo authored
typo found by Ömer Fadıl USTA
-
Frank Reininghaus authored
One one machine, I see that changing the global "single click" setting fails. I don't know why that is the case, but I think we should better just skip the test in that case and not hang forever.
-
Frank Reininghaus authored
There was some code in KStandardItemListView::itemSizeHintUpdateRequired already that was supposed to prevent an expensive re-layouting of all items when a preview is received. However, it didn't quite work as intended because also the "iconOverlays" role changed. The new approach is to only re-layout if text of a visible role changes, because this is the only way how the space needed by an item might change (see KStandardItemListWidgetInformant::itemSizeHint()). BUG: 315315 FIXED-IN: 4.10.1 REVIEW: 108984
-
- 16 Feb, 2013 1 commit
-
-
Dawit Alemayehu authored
BUG: 314736 FIXED-IN: 4.10.1 REVIEW: 108983
-
- 13 Feb, 2013 1 commit
-
-
Frank Reininghaus authored
The method to make sure that the first item is visible turned out to be less reliable than I thought. This could make the test hang forever. Moreover, this commit removes some trailing whitespace that had been added accidentally.
-
- 12 Feb, 2013 1 commit
-
-
Script Kiddy authored
-
- 11 Feb, 2013 2 commits
-
-
Burkhard Lück authored
backport to 4.10 (cherry picked from commit a0c35b76)
-
Aurélien Gâteau authored
The opacity of the unhovered pixmap must be gradually reduced while animating otherwise the alpha channel saturates. REVIEW: 108858 BUG: 299371 FIXED-IN: 4.10.1
-
- 10 Feb, 2013 3 commits
-
-
Burkhard Lück authored
backport to branch 4.10 (cherry picked from commit 3ed98005)
-
backport to branch 4.10 (cherry picked from commit 148f17db)
-
Burkhard Lück authored
backport to branch 4.10 (cherry picked from commit 38879704)
-
- 09 Feb, 2013 1 commit
-
-
Script Kiddy authored
-
- 08 Feb, 2013 1 commit
-
-
Script Kiddy authored
-
- 07 Feb, 2013 1 commit
-
-
Script Kiddy authored
-
- 06 Feb, 2013 1 commit
-
-
Script Kiddy authored
-
- 05 Feb, 2013 5 commits
-
-
Script Kiddy authored
-
Frank Reininghaus authored
-
Aniket Anvit authored
Fixes a regression introduced by commit 7a364cbf. Patch reviewed and pushed by Frank Reininghaus. BUG: 313342 FIXED-IN: 4.10.1
-
Ignat Semenov authored
-
Ignat Semenov authored
-
- 04 Feb, 2013 1 commit
-
-
Script Kiddy authored
-
- 01 Feb, 2013 1 commit
-
-
Script Kiddy authored
-
- 31 Jan, 2013 1 commit
-
-
Script Kiddy authored
-
- 30 Jan, 2013 2 commits
-
-
Frank Reininghaus authored
The regression happened in the master branch only, but I think it doesn't hurt to add the test to the stable branch. CCBUG: 314046
-
Script Kiddy authored
-
- 29 Jan, 2013 2 commits
-
-
Script Kiddy authored
-
Frank Reininghaus authored
-
- 27 Jan, 2013 3 commits
-
-
Xuetian Weng authored
@info indicates it's rich text and will be added <html> tag by kdelibs, so just escape the text that will be set to label for KDE/4.10 REVIEW: 108584 BUG: 313992
-
Frank Reininghaus authored
Before commit 90c7fd40, adding a KFileItem with an empty path caused a crash in KFileItemModel::expandedParentsCountCompare().
-
Script Kiddy authored
-
- 24 Jan, 2013 1 commit
-
-
Vishesh Handa authored
The Nepomuk ResourceWatcher emits 3 signals - propertyChanged, propertyAdded and propertyRemoved. We should only listen to either the propertyChanged signal or the propertyAdded + Removed signals. There is no point in listening to all 3 signals. That will just result in unnecessary updates. Additionally, we do not need to listen to the resourceCreated signal. That is only emitted when we are watching for a specific types, which we are not. REVIEW: 108543
-
- 22 Jan, 2013 1 commit
-
-
Frank Reininghaus authored
Showing this message in the KMessageWidget above the view, which means that the view contents are moved down, can be extremely annoying according to user feedback. Just showing the message in the status bar is probably enough. BUG: 313466 REVIEW: 108483 FIXED-IN: 4.10.0
-
- 21 Jan, 2013 1 commit
-
-
Script Kiddy authored
-
- 20 Jan, 2013 1 commit
-
-
Script Kiddy authored
-
- 18 Jan, 2013 1 commit
-
-
Script Kiddy authored
-
- 17 Jan, 2013 1 commit
-
-
Script Kiddy authored
-
- 16 Jan, 2013 1 commit
-
-
Andrea Scarpino authored
FEATURE: 313151 REVIEW: 108428
-