┌ ┐
54
└ ┘
[
home
|
about
|
favorites
|
git
]
index
:
dolphin
master
pixelated-scaling-option
Patched KDE Dolphin with Pixel Scaling
Conway
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tests
/
kitemlistselectionmanagertest.cpp
Age
Commit message (
Expand
)
Author
2015-09-01
Pedantic--
Montel Laurent
2015-02-26
Use QT_GUILESS_MAIN
Heiko Becker
2014-12-18
Ported tests away from KRandomSequence, QTest::kWaitForSignal and KTempDir.
Emmanuel Pescosta
2014-11-10
make use of initializer lists
Emmanuel Pescosta
2014-10-18
Port test to qt5
Montel Laurent
2014-04-26
Do not change the selection when re-sorting the view
Frank Reininghaus
2013-10-30
Store the selected items in a more efficient way
Frank Reininghaus
2013-01-14
Select right item as current item (first item after the deletion) after delet...
Emmanuel Pescosta
2012-02-23
Whitespace cleanups and documentation fixes
Peter Penz
2011-12-04
Fix crash #1 when filtering items
Peter Penz
2011-10-03
Add function KItemListSelectionManager::isSelected(int index)
Frank Reininghaus
2011-09-29
Keep current item and selection when resorting, part 1
Frank Reininghaus
2011-08-27
Remove unneded function KItemListSelectionManager::anchorItem()
Frank Reininghaus
2011-08-26
Simplify KItemListSelectionManager
Frank Reininghaus
2011-08-24
Fix issues with the anchor selection
Peter Penz
2011-08-14
Two small selection improvements in DolphinView
Frank Reininghaus
2011-08-13
Implement selection of items using mouse clicks.
Frank Reininghaus
2011-08-11
Test signal emission on selection changes
Frank Reininghaus
2011-08-11
Emit KitemListSelectionManager's selectionChanged signal correctly
Frank Reininghaus
2011-08-10
Implement beginAnchoredSelection() and endAnchoredSelection().
Frank Reininghaus
2011-08-10
Always use the 'Select' mode for anchored selections
Frank Reininghaus
2011-08-10
Initial support for anchored selections in the selection manager
Frank Reininghaus
2011-08-10
Update the anchor item when items are added or removed
Frank Reininghaus
2011-08-09
Test setting the current item and anchor item
Frank Reininghaus
2011-08-09
Improvements for selections, smooth scrolling, tooltips and info-panel
Peter Penz