summaryrefslogtreecommitdiffstats
path: root/src/dialogs
Commit message (Collapse)AuthorAgeFilesLines
* Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*Michele Calgaro2024-10-2212-18/+18
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename private q* headers into equivalent tq*Michele Calgaro2024-09-131-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename remaining ntq[s-z]* related files to equivalent tq*Michele Calgaro2024-09-123-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)Michele Calgaro2024-09-048-18/+18
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename remaining ntq[i-l]* related files to equivalent tq*Michele Calgaro2024-08-315-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename remaining ntq[d-h]* related files to equivalent tq*Michele Calgaro2024-08-318-10/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename remaining ntq[a-c]* related files to equivalent tq* (except ↵Michele Calgaro2024-08-295-10/+10
| | | | | | ntqapplication.h and ntqconfig.h) Signed-off-by: Michele Calgaro <[email protected]>
* Rename global classes nt* related files to equivalent tq*Michele Calgaro2024-08-291-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename layout nt* related files to equivalent tq*Michele Calgaro2024-08-169-13/+13
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename more widget nt* related files to equivalent tq*Michele Calgaro2024-08-1211-29/+29
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename basic widget nt* related files to equivalent tq*Michele Calgaro2024-07-2923-40/+40
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename text class nt* related files to equivalent tq*Michele Calgaro2024-07-2410-10/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename graphics class nt* related files to equivalent tq* (part 2)Michele Calgaro2024-07-213-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename graphics class nt* related files to equivalent tq* (part 1)Michele Calgaro2024-07-189-21/+21
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename IO and network class nt* related files to equivalent tq*Michele Calgaro2024-07-105-20/+20
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename utility class nt* related files to equivalent tq*Michele Calgaro2024-07-073-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename drag-n-drop nt* related files to equivalent tq*Michele Calgaro2024-07-072-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename main window nt* related files to equivalent tq*. The fileMichele Calgaro2024-07-063-6/+6
| | | | | | "ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <[email protected]>
* Rename threading nt* related files to equivalent tq*Michele Calgaro2024-06-301-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename date and time nt* related files to equivalent tq*Michele Calgaro2024-06-292-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove documentation for QWS classes and Qt/EmbeddedMichele Calgaro2024-06-251-4/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename style nt* related files to equivalent tq*Michele Calgaro2024-06-127-7/+7
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename icon nt* related files to equivalent tq*Michele Calgaro2024-06-121-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename text nt* related files to equivalent tq*Michele Calgaro2024-06-082-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename str nt* related files to equivalent tq*Michele Calgaro2024-06-064-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename image nt* related files to equivalent tq*Michele Calgaro2024-06-062-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename ptr nt* related files to equivalent tq*Michele Calgaro2024-06-062-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename template library nt* related files to equivalent tq*Michele Calgaro2024-06-051-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename ntqwidget* related files to equivalent tqwidget*Michele Calgaro2024-06-026-6/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename ntqobject*.h and qobject*.cpp to tqobject*Michele Calgaro2024-05-274-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* TQFileDialog: cleanup pixmaps before destroying TQApplicationAlexander Golubev2024-03-221-0/+8
| | | | | | Otherwise it results in small memmory leakage on exit of Xlib data. Signed-off-by: Alexander Golubev <[email protected]>
* TQPrintDialog: cleanup data requested from libcupsAlexander Golubev2024-03-211-0/+5
| | | | Signed-off-by: Alexander Golubev <[email protected]>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-128-61/+61
| | | | | | | | | | | | 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-2711-208/+208
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-1312-14/+14
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-071-9/+9
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove Qt4 related stuffMichele Calgaro2023-07-091-6/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop Qt2's TQSemiModal and TQSortedList classesMichele Calgaro2023-07-074-69/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed QT_NON_COMMERCIAL check and related code.Michele Calgaro2022-02-071-8/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace dead trolltech website with trinity ones.Chris2019-07-111-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* Rename tqt-kde integration to tqt-tde.Slávek Banko2019-06-044-34/+34
| | | | Signed-off-by: Slávek Banko <[email protected]>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-1723-128/+128
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-284-4/+4
| | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | 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 <[email protected]>
* Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT. This is part of theMichele Calgaro2018-09-161-5/+5
| | | | | | | qt->tqt conversion and is required to align to corresponding patch for common/admin module. Signed-off-by: Michele Calgaro <[email protected]>
* Automated update from Qt3Timothy Pearson2015-03-051-1/+1
|
* Automated update from Qt3Timothy Pearson2013-05-072-2/+2
|
* Automated update from Qt3Timothy Pearson2012-10-206-29/+29
|
* Automated update from Qt3Timothy Pearson2012-07-283-11/+13
|
* Automated update from Qt3Timothy Pearson2012-06-171-1/+1
|