┌ ┐
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
/
kitemviews
/
kitemlistviewaccessible.cpp
Age
Commit message (
Expand
)
Author
2024-10-28
Overhaul main view accessibility
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-02-05
Add clang-format and format code as in Frameworks
Serg Podtynnyi
2021-12-28
kitemlistview: Port KItemListView::itemAt to std::optional
Fushan Wen
2020-10-23
Compile without foreach
Alexander Lohnau
2020-08-25
Output of licensedigger + manual cleanup afterwards.
Elvis Angelaccio
2019-11-09
Remove unnecessary semicolons after Q_UNUSED
Elvis Angelaccio
2019-02-18
Fix crash during shutdown
David Hallas
2018-07-18
Fixes memory leak in KItemListViewAccessible
David Hallas
2018-03-04
Remove unused #include
Roman Inflianskas
2018-03-03
Remove unused #include
Roman Inflianskas
2017-11-21
Modernize: Use nullptr everywhere
Kevin Funk
2016-04-09
Fix crash caused by a out-of-bounds access in KItemListViewAccessible::cell
Emmanuel Pescosta
2016-03-16
[CLAZY] Fixed all level 1 and level 2 warnings with small exceptions
Artur Puzio
2015-02-06
Fix includes
Montel Laurent
2015-02-06
Fix includes
Montel Laurent
2014-10-27
Port to QDebug*. KVBox--
Montel Laurent
2014-08-10
Port accessibility to Qt 5
Frederik Gladhorn
2013-10-30
Store the selected items in a more efficient way
Frank Reininghaus
2013-04-23
Do not dereference null pointer in KItemListViewAccessible
Frank Reininghaus
2012-10-30
Fix some indentation issues
Frank Reininghaus
2012-09-26
Adding license header in kitemlistviewaccessible
Amandeep Singh
2012-09-25
Fix coding style and unnecessary complexity in KItemListViewAccessible
Frank Reininghaus
2012-09-25
Removing layouter from public, adding TableModelChanged update
Amandeep Singh
2012-09-23
Removing unneccessary case for Sibling in navigate
Amandeep Singh
2012-09-22
Make cell indices work.
Frederik Gladhorn
2012-09-22
Accessibility: Fix cellAt
Frederik Gladhorn
2012-09-22
Returning correct rowCount.
Amandeep Singh
2012-09-22
Making code confirm to policy
Amandeep Singh
2012-09-22
Removing in-class functions and unnecessary destructor
Amandeep Singh
2012-09-22
Modify code according to dolphin policy
Amandeep Singh
2012-08-14
Correcting code according to KDE Policy
Amandeep Singh
2012-08-14
Reverting KListSelectionManager, removing unneccessary a11y factories
Amandeep Singh
2012-08-14
Remove unneccessary dependency and polish the Accessibility Interfaces
Amandeep Singh
2012-08-14
Minor fixes to accessible interfaces
Amandeep Singh
2012-08-14
Focus-tracking for widgets in Dolphin View now works.
Amandeep Singh
2012-08-14
Improving Accessibility implementation
Amandeep Singh
2012-08-14
Accessibility: Implement rect for cells and view.
Frederik Gladhorn
2012-08-14
Renaming the a11y classes and adding implementation
Amandeep Singh
2012-08-14
Do not claim HasInvokeExtension.
Frederik Gladhorn
2012-08-14
Remove some dubious code for now (crash less)
Frederik Gladhorn
2012-08-14
Add some fixmes, comment out broken rect()
Frederik Gladhorn
2012-08-14
Remove reimplementation of functions.
Frederik Gladhorn
2012-08-14
Remove unused function.
Frederik Gladhorn
2012-08-14
Use KDebug in favor of qdebug.
Frederik Gladhorn
2012-08-14
Fix parent navigation for KItemListContainerAccessible.
Frederik Gladhorn
2012-08-14
Adding the Accessibility classes
Amandeep Singh