summaryrefslogtreecommitdiffstats
path: root/src/widgets/qiconview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename icon nt* related files to equivalent tq*Michele Calgaro2024-06-121-6671/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename text nt* related files to equivalent tq*Michele Calgaro2024-06-081-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename str nt* related files to equivalent tq*Michele Calgaro2024-06-061-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename image nt* related files to equivalent tq*Michele Calgaro2024-06-061-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename ptr nt* related files to equivalent tq*Michele Calgaro2024-06-061-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-121-4/+4
| | | | | | | | | | | | This is the first part of the replacement process. Usage of Q_WS_* has been replaced with the equivalent TQ_WS_*. Definition of Q_WS_* has been mirrored into TQ_WS_* defines, to allow TDE code to continue building till replacement is carried over to all other modules. Once that is completed, the original Q_WS_* defines will be removed. Signed-off-by: Michele Calgaro <[email protected]>
* Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOTMichele Calgaro2023-12-271-15/+15
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-131-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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]>