summaryrefslogtreecommitdiffstats
path: root/src/widgets/qiconview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-141-2/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1ba13366a7a377d50b9e8df9044ce11d8209f98c)
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-34/+34
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* IconView: Deselect items that are hidden by the filterSlávek Banko2017-07-021-7/+15
| | | | | | | during selectAll and invertSelection This resolves bug 2750 Signed-off-by: Slávek Banko <[email protected]>
* Fixed (again) search algorithm for iconview widget. This resolves (again) ↵Michele Calgaro2015-09-071-24/+22
| | | | | | bug 420. Signed-off-by: Michele Calgaro <[email protected]>
* Fixed search algorithm for iconview widget. This resolves bug 420.Michele Calgaro2015-07-131-211/+236
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Moved iconview widget to src/widget folders.Michele Calgaro2015-02-061-0/+6640
Signed-off-by: Michele Calgaro <[email protected]>