┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kitemlistview.cpp
AgeCommit message (Expand)Author
2026-01-22clang-tidy: misc-use-internal-linkageMéven Car
2026-01-22clang-tidy: use default for trivial constructorMéven Car
2026-01-10Use Q_ASSERT instead of Q_CHECK_PTR for plain checks of pointer valueFriedrich W. H. Kossebau
2025-10-23Item view: don't do a zoom animationMarco Martin
2025-09-23GIT_SILENT: Don't duplicate headers between .h/.cppLaurent Montel
2025-09-07Double scroll distanceFelix Ernst
2025-08-26KItemListView: Check if animation is already started before starting new oneAkseli Lahtinen
2025-07-24KItemListView: Don't allow starting role editing when animation is runningAkseli Lahtinen
2025-06-20New selection effectsAkseli Lahtinen
2025-06-12DolphinView: Conform to global scroll speedAleksandr Borodetckii
2025-02-24Add smaller statusbar and set it as defaultAkseli Lahtinen
2024-12-29Mirror details view mode for right-to-left languagesFelix Ernst
2024-12-09Fix inline renaming multiple files when renaming changes sorting orderIlia Kats
2024-12-05Adapt to Orca 47Felix Ernst
2024-11-25Switch to C++20Méven Car
2024-10-28Overhaul main view accessibilityFelix Ernst
2024-03-30Fix layout in Compact View mode for RTLEugene Popov
2024-03-27Better support for RTLEugene Popov
2024-03-23KItemListView: Improve scrollToItem()Eugene Popov
2023-11-18Make main view react to context menu eventsFelix Ernst
2023-10-24Merge branch 'master' into kf6Nicolas Fella
2023-10-17KItemListView: add view position in scrollToItem()Amol Godbole
2023-10-05Merge branch 'master' into kf6Nate Graham
2023-10-05Fix accessibility ancestor treeFelix Ernst
2023-09-10Merge remote-tracking branch 'origin/master' into kf6Méven Car
2023-09-10Replace qAsConst with std::as_constMéven Car
2023-09-05KItemListView: Fix inconsistencies in requiredWidth calculationAmol Godbole
2023-09-02Add focusOut and focusIn event support for KFileItemListView and update selec...Méven Car
2023-08-20KItemListView: Use own palette rather than go hunt for the sceneKai Uwe Broulik
2023-07-05Add explicit moc includes to sources for moc-covered headersFriedrich W. H. Kossebau
2023-02-18DolphinView: Allow to have tootips on columns headersMéven Car
2023-02-05Add clang-format and format code as in FrameworksSerg Podtynnyi
2022-06-07KItemListView fix valgrind issue "Conditional jump or move depends on uniniti...Marius P
2022-05-26Change wording "Leading Column Padding" to "Side Padding"Jin Liu
2022-05-08KItemList: fix warningsMéven Car
2022-05-01Fix icon resize animationEugene Popov
2022-04-08Add symmetric padding on right side of details viewFelix Ernst
2022-02-25[CompactView] Remove animation on file renameEugene Popov
2022-02-13Fix zooming animationEugene Popov
2022-01-16Full row highlight implementationTom Lin
2021-12-28kitemlistview: Port KItemListView::itemAt to std::optionalFushan Wen
2021-12-28Add name-only tooltip and make logicalHeightHints a pair of qreal and boolLeo Treloar
2021-12-06Fix various typosluz paz
2021-12-01Port deprecated QFontMetrics::horizontalAdvanceAlexander Lohnau
2021-05-29Revert "Improve padding in the Places View"Eugene Popov
2021-04-19When renaming files, move to next file using tab key or up/downMéven Car
2021-04-09Remove dead variableMéven Car
2021-02-10Remove item move animation on view resizeFelix Ernst
2020-11-28[kitemlistview]: Animate rubberband fading outCarson Black
2020-11-08Iterate over a const copy list of containersIsmael Asensio