┌ ┐
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
/
kitemlistcontrollertest.cpp
Age
Commit message (
Expand
)
Author
2025-11-12
Revert "Avoid implicitly selecting items"
Nate Graham
2025-04-29
Clazy fix
Méven Car
2025-02-22
kitemlistkeyboardsearchmanager: smarter search start position
Yifan Zhu
2025-02-20
kitemlistcontrollertest: fix warnings
Méven Car
2024-12-29
Have special keyboard controls in selection mode
Felix Ernst
2024-10-31
refactor: replace QString() with QStringLiteral() for better performance
Zhangzhi Hu
2024-07-31
Kitemlistcontroller: only accept doubleclick for left mouse button
Méven Car
2024-05-18
Avoid implicitly selecting items
Felix Ernst
2024-03-27
Better support for RTL
Eugene Popov
2024-01-30
Add test cases for right-to-left keyboard navigation
Felix Ernst
2023-10-05
Merge branch 'master' into kf6
Nate Graham
2023-10-05
Fix accessibility ancestor tree
Felix Ernst
2023-09-10
Replace qAsConst with std::as_const
Méven Car
2023-04-25
Revert "Adapt autotest to new expected "Space" key behaviour"
Felix Ernst
2023-02-05
Add clang-format and format code as in Frameworks
Serg Podtynnyi
2023-01-11
Adapt autotest to new expected "Space" key behaviour
Felix Ernst
2021-03-13
Enable test mode in all test
Elvis Angelaccio
2021-02-09
Build with QT_NO_KEYWORDS
Nicolas Fella
2020-10-23
Compile without foreach
Alexander Lohnau
2020-08-25
Output of licensedigger + manual cleanup afterwards.
Elvis Angelaccio
2019-10-26
When the selection is deselected, restart the keyboard search from the beginning
Méven Car
2019-01-11
Consti'fy
Laurent Montel
2018-10-07
Fix implicit-fallthrough gcc warning
Elvis Angelaccio
2018-02-03
Fix -Wunused-result warnings
Elvis Angelaccio
2018-02-03
Port QSignalSpy to new signal syntax
Elvis Angelaccio
2017-11-21
Modernize: Use nullptr everywhere
Kevin Funk
2017-11-20
Modernize: Use override where possible
Kevin Funk
2017-01-03
Add missing Q_OBJECT macros
Ilya Bizyaev
2015-09-01
Pedantic--
Montel Laurent
2015-02-26
Port away from KDELibs4Support (we only use KDELibs4Support when baloo isn't ...
Emmanuel Pescosta
2015-02-01
Port away from KGlobalSettings::singleClick() and use the mouse kcm module in...
Emmanuel Pescosta
2014-12-18
Ported tests away from KRandomSequence, QTest::kWaitForSignal and KTempDir.
Emmanuel Pescosta
2014-10-18
Port test to qt5
Montel Laurent
2013-10-30
Store the selected items in a more efficient way
Frank Reininghaus
2013-10-07
Include "Space" in the keyboard search string
Frank Reininghaus
2013-02-17
Another fix for KItemListControllerTest::testMouseClickActivation()
Frank Reininghaus
2013-02-13
Improve the recently added test testMouseClickActivation
Frank Reininghaus
2013-02-05
Add unit test for bug 313342
Frank Reininghaus
2012-06-08
Krazy fixes
Peter Penz
2012-04-21
Prepare view-engine for non-KFileItem usecase
Peter Penz
2012-04-11
KFileItemModel: interface cleanups
Peter Penz
2012-04-11
KItemViews: Internal directory restructuration
Peter Penz
2012-02-13
Test which items are activated when pressing Enter or Return
Frank Reininghaus
2012-02-13
Fix regression in KItemListControllerTest
Frank Reininghaus
2012-02-04
Simplify KItemListControllerTest::testKeyboardNavigation_data()
Frank Reininghaus
2012-02-01
First version of a unit test for KItemListController
Frank Reininghaus