summaryrefslogtreecommitdiffstats
path: root/src/styles
Commit message (Collapse)AuthorAgeFilesLines
* Rename private q* headers into equivalent tq*Michele Calgaro7 days3-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename remaining ntq[s-z]* related files to equivalent tq*Michele Calgaro8 days1-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)Michele Calgaro2024-09-045-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename remaining ntq[d-h]* related files to equivalent tq*Michele Calgaro2024-08-319-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename remaining ntq[a-c]* related files to equivalent tq* (except ↵Michele Calgaro2024-08-291-1/+1
| | | | | | ntqapplication.h and ntqconfig.h) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename global classes nt* related files to equivalent tq*Michele Calgaro2024-08-294-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename style nt* related files to equivalent tq*Michele Calgaro2024-08-2920-53/+53
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename layout nt* related files to equivalent tq*Michele Calgaro2024-08-162-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename more widget nt* related files to equivalent tq*Michele Calgaro2024-08-127-19/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename basic widget nt* related files to equivalent tq*Michele Calgaro2024-07-297-36/+36
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename text class nt* related files to equivalent tq*Michele Calgaro2024-07-242-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename graphics class nt* related files to equivalent tq* (part 2)Michele Calgaro2024-07-219-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename graphics class nt* related files to equivalent tq* (part 1)Michele Calgaro2024-07-189-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename utility class nt* related files to equivalent tq*Michele Calgaro2024-07-072-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename main window nt* related files to equivalent tq*. The fileMichele Calgaro2024-07-066-14/+14
| | | | | | "ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename threading nt* related files to equivalent tq*Michele Calgaro2024-06-301-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename style nt* related files to equivalent tq*Michele Calgaro2024-06-127-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename text nt* related files to equivalent tq*Michele Calgaro2024-06-081-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename str nt* related files to equivalent tq*Michele Calgaro2024-06-062-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename image nt* related files to equivalent tq*Michele Calgaro2024-06-062-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename ntqwidget* related files to equivalent tqwidget*Michele Calgaro2024-06-025-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename ntqobject*.h and qobject*.cpp to tqobject*Michele Calgaro2024-05-273-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improve TQFont-related cleanupAlexander Golubev2024-03-291-0/+5
| | | | | | | | | Improve TQFont cleanup making sure that all instances of TQFont are destroyed before TQApplication (or specifically before disconnect from X11). This gets reed of several valgrind complains about leaks deep inside fontconfig. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-121-3/+3
| | | | | | | | | | | | 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 <michele.calgaro@yahoo.it>
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-1313-14/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-071-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* SGI style: enable complex widget renderingMavridis Philippe2022-04-241-1/+1
| | | | | | | | Was commented out for no obvious reason This resolves issue #64. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-1724-255/+255
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Automated update from Qt3Timothy Pearson2015-03-051-1/+1
|
* Automated update from Qt3Timothy Pearson2014-10-031-0/+6
|
* Fix crash on populating style data to tabbar without parentSlávek Banko2014-05-201-35/+37
| | | | This resolves Bug 1966
* Automated update from Qt3Timothy Pearson2013-12-221-109/+205
|
* Automated update from Qt3Timothy Pearson2013-12-171-28/+49
|
* Automated update from Qt3Timothy Pearson2013-05-141-3/+10
|
* Automated update from Qt3Timothy Pearson2013-05-071-1/+1
|
* Automated update from Qt3Timothy Pearson2012-12-011-0/+12
|
* Automated update from Qt3Timothy Pearson2012-11-1416-156/+157
|
* Automated update from Qt3Timothy Pearson2012-11-141-362/+370
|
* Automated update from Qt3Timothy Pearson2012-11-061-1/+2
|
* Automated update from Qt3Timothy Pearson2012-11-041-0/+65
|
* Automated update from Qt3Timothy Pearson2012-11-031-0/+9
|
* Automated update from Qt3Timothy Pearson2012-10-311-0/+4
|
* Automated update from Qt3Timothy Pearson2012-10-317-33/+235
|
* Automated update from Qt3Timothy Pearson2012-10-307-85/+215
|
* Automated update from Qt3Timothy Pearson2012-10-171-0/+34
|
* Automated update from Qt3Timothy Pearson2012-10-162-24/+8
|
* Automated update from Qt3Timothy Pearson2012-09-011-0/+2
|
* Automated update from Qt3Timothy Pearson2012-08-111-9/+11
|
* Automated update from Qt3Timothy Pearson2012-08-091-0/+12
|
* Automated update from Qt3Timothy Pearson2012-08-086-280/+36
|