Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename private q* headers into equivalent tq* | Michele Calgaro | 2024-09-13 | 219 | -276/+276 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename remaining ntq[s-z]* related files to equivalent tq* | Michele Calgaro | 2024-09-12 | 482 | -2491/+2489 |
| | | | | 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 | 461 | -2585/+2581 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename remaining ntq[i-l]* related files to equivalent tq* | Michele Calgaro | 2024-08-31 | 231 | -909/+909 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename remaining ntq[d-h]* related files to equivalent tq* | Michele Calgaro | 2024-08-31 | 251 | -1432/+1432 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename remaining ntq[a-c]* related files to equivalent tq* (except ↵ | Michele Calgaro | 2024-08-29 | 353 | -1759/+1759 |
| | | | | | | ntqapplication.h and ntqconfig.h) Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove obsolete ntqabstractlayout.h header | Michele Calgaro | 2024-08-29 | 17 | -76/+7 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename global classes nt* related files to equivalent tq* | Michele Calgaro | 2024-08-29 | 299 | -621/+573 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename style nt* related files to equivalent tq* | Michele Calgaro | 2024-08-29 | 151 | -732/+732 |
| | | | | 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 | 411 | -3089/+3090 |
| | | | | 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 | 720 | -10871/+10874 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename basic widget nt* related files to equivalent tq* | Michele Calgaro | 2024-07-29 | 719 | -7100/+7101 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename environment class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-28 | 229 | -1243/+1266 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename text class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-24 | 411 | -2382/+2360 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename graphics class nt* related files to equivalent tq* (part 2) | Michele Calgaro | 2024-07-21 | 736 | -7090/+7090 |
| | | | | 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 | 813 | -7982/+7983 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix errors in qt.dcf introduced in commit 8a071b48. This relates to | Michele Calgaro | 2024-07-18 | 1 | -20/+0 |
| | | | | | | issue #171. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename IO and network class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-10 | 855 | -9208/+9209 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename utility class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-07 | 585 | -4542/+4541 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename drag-n-drop nt* related files to equivalent tq* | Michele Calgaro | 2024-07-07 | 187 | -1565/+1565 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename main window nt* related files to equivalent tq*. The file | Michele Calgaro | 2024-07-06 | 625 | -6339/+6294 |
| | | | | | | "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 | 126 | -558/+554 |
| | | | | | | 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 | 118 | -638/+638 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename date and time nt* related files to equivalent tq* | Michele Calgaro | 2024-06-29 | 288 | -1994/+1995 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove documentation for QWS classes and Qt/Embedded | Michele Calgaro | 2024-06-25 | 384 | -22531/+290 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix wrong documentation changes introduced in recent commits | Michele Calgaro | 2024-06-18 | 1 | -46/+47 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove documentation about activeqt, because the latter is part of the ↵ | Michele Calgaro | 2024-06-14 | 117 | -12050/+63 |
| | | | | | | commercial edition of Qt3 Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename style nt* related files to equivalent tq* | Michele Calgaro | 2024-06-12 | 223 | -1848/+1848 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename icon nt* related files to equivalent tq* | Michele Calgaro | 2024-06-12 | 182 | -2089/+2090 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename text nt* related files to equivalent tq* | Michele Calgaro | 2024-06-08 | 457 | -3602/+3603 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename str nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 844 | -4366/+4366 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename image nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 218 | -1295/+1295 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename ptr nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 330 | -2370/+2370 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename template library nt* related files to equivalent tq* | Michele Calgaro | 2024-06-05 | 366 | -2842/+2842 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename ntqwidget* related files to equivalent tqwidget* | Michele Calgaro | 2024-06-02 | 743 | -21625/+21640 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename nt* canvas related files to equivalent tq* | Michele Calgaro | 2024-05-31 | 128 | -2826/+2826 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename nt* dom and xml related files to equivalent tq* | Michele Calgaro | 2024-05-30 | 213 | -5293/+5293 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename nt* sql related files to equivalent tq* | Michele Calgaro | 2024-05-28 | 377 | -5517/+5517 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename ntqobject*.h and qobject*.cpp to tqobject* | Michele Calgaro | 2024-05-27 | 639 | -7732/+7734 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Move tqt.h from tqtinterface | Michele Calgaro | 2024-05-27 | 2 | -0/+33 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix a missing `if` clause guard | OBATA Akio | 2024-05-23 | 1 | -1/+2 |
| | | | | | | It was mismatched with indents and sibling `if` clause cases. Signed-off-by: OBATA Akio <[email protected]> | ||||
* | Fix to compare thread_id with `pthread_equal()` | OBATA Akio | 2024-05-23 | 1 | -1/+1 |
| | | | | | | `pthread_t` is an opaque type, should not be compared with `==`. Signed-off-by: OBATA Akio <[email protected]> | ||||
* | Remove commercial site content and documentation | Nik Reist | 2024-05-15 | 6 | -380/+4 |
| | | | | | | trolltech domain is no longer valid. Signed-off-by: Nik Reist <[email protected]> | ||||
* | Translated using Weblate (Russian) | Andrei Stepanov | 2024-05-01 | 1 | -1/+1 |
| | | | | | | | Currently translated at 100.0% (488 of 488 strings) Translation: dependencies/tqt3 Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/ | ||||
* | Correctly release glib mainloop and gsource, to avoid memory leaks | Michele Calgaro | 2024-04-30 | 3 | -4/+19 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Update translations binary files | Slávek Banko | 2024-04-18 | 7 | -0/+4 |
| | | | | | | because they are not generated during build. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Prevent creation of text codecs when the application is shutting down. This ↵ | Michele Calgaro | 2024-04-04 | 1 | -34/+74 |
| | | | | | | resolves issue #142 Signed-off-by: Michele Calgaro <[email protected]> |