Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop Borland compiler specific code | Michele Calgaro | 2024-10-28 | 95 | -2384/+34 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Move time related functions from tqtinterface/tqapplication.{h,cpp} | Michele Calgaro | 2024-10-22 | 2 | -0/+27 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* | Michele Calgaro | 2024-10-22 | 153 | -214/+212 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename uic to tquic | Michele Calgaro | 2024-10-11 | 4 | -9/+9 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove use of glib thread code. Use pthread instead | Michele Calgaro | 2024-10-08 | 1 | -31/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename moc to tqmoc | Michele Calgaro | 2024-10-06 | 15 | -346/+343 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove documentation for Motif extension classes. Those classes are not ↵ | Michele Calgaro | 2024-10-03 | 1 | -3/+1 |
| | | | | | | included in tqt3 source code Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Make sure to release thread resources back to the OS once the thread completes. | Michele Calgaro | 2024-10-02 | 1 | -0/+1 |
| | | | | | | | | Threads created with pthread are created in detach mode. Threads created using glib thread functions are instead created as joinable. The fix makes glib-created threads detached, so that the thread resources are released when the thread completes. This resolves TDE/amarok#30 and will benefit any place where a TQThread is used. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix fallover case for TQEvent::MetaCall | Michele Calgaro | 2024-10-01 | 1 | -2/+8 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix possible SEGV if the sender object list was null and thread support enabled | Michele Calgaro | 2024-09-24 | 1 | -13/+19 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename private q* headers into equivalent tq* | Michele Calgaro | 2024-09-13 | 123 | -181/+181 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename remaining ntq[s-z]* related files to equivalent tq* | Michele Calgaro | 2024-09-12 | 115 | -169/+169 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h) | Michele Calgaro | 2024-09-04 | 76 | -116/+116 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename remaining ntq[i-l]* related files to equivalent tq* | Michele Calgaro | 2024-08-31 | 50 | -78/+78 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename remaining ntq[d-h]* related files to equivalent tq* | Michele Calgaro | 2024-08-31 | 70 | -119/+119 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename remaining ntq[a-c]* related files to equivalent tq* (except ↵ | Michele Calgaro | 2024-08-29 | 98 | -163/+163 |
| | | | | | | ntqapplication.h and ntqconfig.h) Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove obsolete ntqabstractlayout.h header | Michele Calgaro | 2024-08-29 | 6 | -62/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename global classes nt* related files to equivalent tq* | Michele Calgaro | 2024-08-29 | 119 | -205/+158 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename style nt* related files to equivalent tq* | Michele Calgaro | 2024-08-29 | 26 | -67/+67 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Improve handling of the global post event list in order to minimize possible ↵ | Michele Calgaro | 2024-08-23 | 3 | -77/+92 |
| | | | | | | | | | | | | | | crashes on exit. Key points: 1. a TQPostEventList can now have an associated mutex, which is used in case of the global post event list (GPEL) 2. the lifetime of the GPEL is no longer associated to the lifetime of the TQApplication object, but rather extended to the lifetime of the main thread. The GPEL is a static local initialized on first access and destroyed when the global static object destructor is invoked 3. access to the GPEL after the TQApplication object has been destroyed has been minimized by protecting calls in ~TQObject() and ~TQWidget(). 4. special care was taken not to affect performances or unnecessarily create tons of unused TQMutexes This replaces PR #182. Technically it is still possibly unsafe due to the order of destruction of the globat static objects not being guaranteed across multiple compilation units, but the aforementioned changes should minimize (possible to zero) the chances of a SEGV happening. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename layout nt* related files to equivalent tq* | Michele Calgaro | 2024-08-16 | 58 | -107/+107 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added check for tqApp pointer in TQWidget destructor | ormorph | 2024-08-16 | 1 | -2/+2 |
| | | | | | | Necessary for the application to shut down properly Signed-off-by: ormorph <[email protected]> | ||||
* | Rename more widget nt* related files to equivalent tq* | Michele Calgaro | 2024-08-12 | 86 | -197/+197 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename basic widget nt* related files to equivalent tq* | Michele Calgaro | 2024-07-29 | 83 | -196/+196 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename environment class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-28 | 33 | -105/+128 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename text class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-24 | 48 | -106/+83 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename graphics class nt* related files to equivalent tq* (part 2) | Michele Calgaro | 2024-07-21 | 121 | -224/+224 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix OpenType language definition tags and array access. This resolves issue #171 | Michele Calgaro | 2024-07-21 | 1 | -9/+32 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename graphics class nt* related files to equivalent tq* (part 1) | Michele Calgaro | 2024-07-18 | 142 | -326/+326 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename IO and network class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-10 | 152 | -410/+410 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename utility class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-07 | 141 | -207/+205 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename drag-n-drop nt* related files to equivalent tq* | Michele Calgaro | 2024-07-07 | 26 | -49/+49 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename main window nt* related files to equivalent tq*. The file | Michele Calgaro | 2024-07-06 | 83 | -247/+200 |
| | | | | | | "ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename codec nt* related files to equivalent tq*. | Michele Calgaro | 2024-07-01 | 37 | -112/+109 |
| | | | | | | The qrtlcodec files have been renamed into tqhebrewcodec files, for consistency with file naming used for other codecs. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename threading nt* related files to equivalent tq* | Michele Calgaro | 2024-06-30 | 43 | -87/+87 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename date and time nt* related files to equivalent tq* | Michele Calgaro | 2024-06-29 | 84 | -110/+110 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove documentation for QWS classes and Qt/Embedded | Michele Calgaro | 2024-06-25 | 71 | -2423/+75 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename style nt* related files to equivalent tq* | Michele Calgaro | 2024-06-12 | 69 | -93/+93 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename icon nt* related files to equivalent tq* | Michele Calgaro | 2024-06-12 | 26 | -34/+34 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename text nt* related files to equivalent tq* | Michele Calgaro | 2024-06-08 | 81 | -135/+135 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename str nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 145 | -185/+185 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename image nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 44 | -55/+55 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename ptr nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 90 | -111/+111 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename template library nt* related files to equivalent tq* | Michele Calgaro | 2024-06-05 | 65 | -82/+82 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename ntqwidget* related files to equivalent tqwidget* | Michele Calgaro | 2024-06-02 | 92 | -132/+132 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename nt* canvas related files to equivalent tq* | Michele Calgaro | 2024-05-31 | 8 | -23/+23 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename nt* dom and xml related files to equivalent tq* | Michele Calgaro | 2024-05-30 | 7 | -39/+39 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename nt* sql related files to equivalent tq* | Michele Calgaro | 2024-05-28 | 65 | -263/+263 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename ntqobject*.h and qobject*.cpp to tqobject* | Michele Calgaro | 2024-05-27 | 91 | -109/+111 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Move tqt.h from tqtinterface | Michele Calgaro | 2024-05-27 | 1 | -0/+32 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> |