- 27 Mar, 2013 1 commit
-
-
David Faure authored
This requires an up-to-date kdelibs >= 4.10. CCBUG: 290666
-
- 26 Mar, 2013 1 commit
-
-
Frank Reininghaus authored
This commit prevents that all non-ASCII letters which are not umlauts are grouped in a single group "Others", and that the joint group of an ASCII letter and the associated umlaut in some locales is called "Others" if there is only the umlaut in the group. BUG: 315569 REVIEW: 109457 FIXED-IN: 4.10.2
-
- 25 Mar, 2013 3 commits
-
-
Ignat Semenov authored
-
Ignat Semenov authored
-
Ignat Semenov authored
- int m_filterType -> ProxyModel::FilterType m_filterType - ProxyModel::filterModeFromInt(int) -> static_cast<ProxyModel::FilterType>(int) - int -> QVariant<ProxyModel::FilterType> in the config UI - selectUnselectAll() -> two separate methods; eliminate sender() call This also fixes filterChanged() and configAccepted() wrt this config key. Use the actual filter mode value instead of the combobox index which is error-prone in case the order of the items in the combobox changes. BUG:317323 FIXED_IN:4.10.2
-
- 21 Mar, 2013 1 commit
-
-
Aurélien Gâteau authored
The default SourceOver composition mode of QPainter cannot be used to interpolate between two images, we must use intermediate buffers to perform the interpolation and blend the result on the widget. More details are available in the review request. REVIEW: 109614 FIXED-IN: 4.10.2
-
- 17 Mar, 2013 2 commits
-
-
Emmanuel Pescosta authored
BUG: 295300 FIXED-IN: 4.10.2 REVIEW: 109488
-
Script Kiddy authored
-
- 16 Mar, 2013 1 commit
-
-
Xuetian Weng authored
REVIEW: 109129 BUG: 315693 CCBUG: 262464
-
- 15 Mar, 2013 2 commits
-
-
Albert Astals Cid authored
KIconLoader::global()->loadIcon is going to give us a square image so if the image is not square the circle doesn't look like a circle anymore and looks ultra ugly
-
Script Kiddy authored
-
- 14 Mar, 2013 2 commits
-
-
Frank Reininghaus authored
The protection against unwanted execution of "rm -rf" when changing the directory while entering the command did not work if there was never any automatic "cd" command sent to the terminal before. This patch ensures that Terminal Panel's member m_clearTerminal is false after the initialization of the panel, such that the protection is effective after that. BUG: 316300 FIXED-IN: 4.10.2 REVIEW: 109431
-
Script Kiddy authored
-
- 11 Mar, 2013 1 commit
-
-
Frank Reininghaus authored
The height of the header widget must be subtracted from the view's height in Details View to determine the "pageStep" for the scroll bar. BUG: 315619 FIXED-IN: 4.10.2 REVIEW: 109210
-
- 10 Mar, 2013 1 commit
-
-
Frank Reininghaus authored
This is analogous to commit e053ecdc, which fixes the same problem for the case that the parent folder is deleted. BUG: 316335 FIXED-IN: 4.10.2 REVIEW: 109343
-
- 07 Mar, 2013 5 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
I have a hunch is because of askUserToRestoreAutosavedAbandonedSessions
-
Albert Astals Cid authored
-
- 24 Feb, 2013 1 commit
-
-
Script Kiddy authored
-
- 22 Feb, 2013 1 commit
-
-
Script Kiddy authored
-
- 19 Feb, 2013 2 commits
-
-
Hannah von Reth authored
(cherry picked from commit 8e6d6a0f)
-
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
-