summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Collapse)AuthorAgeFilesLines
* qt -> tqt conversion:Michele Calgaro2018-09-2710-21/+21
| | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* ListView: Deselect items that are hidden by the filterSlávek Banko2017-07-021-5/+21
| | | | | | during selectAll and invertSelection Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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 <slavek.banko@axis.cz>
* Fixed (again) search algorithm for iconview widget. This resolves (again) ↵Michele Calgaro2015-09-071-24/+22
| | | | | | bug 420. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed search algorithm for iconview widget. This resolves bug 420.Michele Calgaro2015-07-132-217/+237
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Automated update from Qt3Timothy Pearson2015-03-051-1/+1
|
* Moved iconview widget to src/widget folders.Michele Calgaro2015-02-064-1/+7158
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Automated update from Qt3Timothy Pearson2014-11-211-0/+2
|
* Automated update from Qt3Timothy Pearson2014-11-211-2/+2
|
* Improve TQProgressBar repaint optimizationSlávek Banko2014-09-162-8/+5
|
* Fix zoom in TQTextEditWaldo Bastian2014-09-161-2/+12
| | | | | | TQTextEdit::zoomIn / TQTextEdit::zoomOut does not work if the original font had its size specified in pixels instead of points. pointSize() returns 0 in such case.
* Add repaint optimization to TQProgressBarFrerich Raabe2014-09-162-3/+54
| | | | | | | | This optimization makes TQProgressBar::setProgress() only repaint itself if stepping to the new progress would cause a graphical change. This means that for a width W and a total number of steps S, it will repaint itself 'W' times (every 'S/W' steps) instead of 'S' times (every step) as it is right now.
* Fix FTBFS on Linux specific memlock codeFrançois Andriot2014-09-071-0/+2
|
* Automated update from Qt3Timothy Pearson2013-12-222-5/+11
|
* Automated update from Qt3Timothy Pearson2013-06-101-2/+4
|
* Automated update from Qt3Timothy Pearson2013-05-075-10/+10
|
* Automated update from Qt3Timothy Pearson2013-03-212-8/+40
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3Darrell Anderson2012-12-194-0/+11
|\
| * Automated update from Qt3Timothy Pearson2012-12-014-0/+11
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3Darrell Anderson2012-11-102-30/+94
|\ \ | |/
| * Automated update from Qt3Timothy Pearson2012-11-062-30/+94
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3Darrell Anderson2012-11-024-0/+40
|\ \ | |/
| * Automated update from Qt3Timothy Pearson2012-11-014-0/+40
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3Darrell Anderson2012-10-311-0/+14
|\ \ | |/
| * Automated update from Qt3Timothy Pearson2012-10-311-0/+14
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3Darrell Anderson2012-10-2143-320/+320
|\ \ | |/
| * Automated update from Qt3Timothy Pearson2012-10-2043-320/+320
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3Darrell Anderson2012-10-1911-98/+176
|\ \ | |/
| * Automated update from Qt3Timothy Pearson2012-10-1611-98/+176
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3Darrell Anderson2012-08-086-12/+32
|\ \ | |/
| * Automated update from Qt3Timothy Pearson2012-08-073-3/+6
| |
| * Automated update from Qt3Timothy Pearson2012-08-053-9/+26
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3Darrell Anderson2012-08-0317-40/+42
|\ \ | |/
| * Automated update from Qt3Timothy Pearson2012-07-2817-40/+42
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3Darrell Anderson2012-06-183-15/+15
|\ \ | |/
| * Automated update from Qt3Timothy Pearson2012-06-173-15/+15
| |
* | Fix typos.Darrell Anderson2012-04-051-1/+1
|/
* Automated update from qt3Timothy Pearson2012-03-0626-137/+137
|
* Automated conversion from qt3Timothy Pearson2012-02-2822-74/+74
|
* Automated update from qt3Timothy Pearson2012-02-2722-75/+75
|
* Automated update from Qt3Timothy Pearson2012-02-1377-180/+180
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-26122-797/+797
|
* Sync againTimothy Pearson2011-12-051-1/+1
|
* Sync with latest scriptTimothy Pearson2011-12-05121-157/+157
|
* Fix native TQt3 accidental conversion to tquitTimothy Pearson2011-11-145-13/+13
|
* Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731Timothy Pearson2011-11-08122-0/+87382