Commit Graph

  • 73c9765982
    Merge translation files from master branch. r14.1.2 r14.1.x Slávek Banko 2024-04-18 00:54:35 +0200
  • f5bf794e23
    Update translations binary files because they are not generated during build. master Slávek Banko 2024-04-18 00:49:05 +0200
  • f52f239f59
    Correctly release glib mainloop and gsource, to avoid memory leaks #147 fix/eventloop-clenaup Michele Calgaro 2024-04-04 15:20:55 +0900
  • 57465e08e9
    Prevent creation of text codecs when the application is shutting down. This resolves issue #142 Michele Calgaro 2024-03-29 19:51:58 +0900
  • 7563c4825f
    Prevent creation of text codecs when the application is shutting down. This resolves issue #142 #143 Michele Calgaro 2024-03-29 19:51:58 +0900
  • b44105403d
    TQTextEdit: remove one of two readOnly flags Alexander Golubev 2024-03-19 08:37:25 +0300
  • bca1fe4e8f
    TQTextEdit: add missing mightStartDrag initialization Alexander Golubev 2024-03-19 08:32:55 +0300
  • 9c5ea5617a TQTextEdit: remove one of two readOnly flags #139 Alexander Golubev 2024-03-19 08:37:25 +0300
  • 2b1c78cb53 TQTextEdit: add missing mightStartDrag initialization Alexander Golubev 2024-03-19 08:32:55 +0300
  • a097a55f62
    Improve TQFont-related cleanup Alexander Golubev 2024-03-19 05:56:36 +0300
  • f2504a8f49
    Improve TQFont-related cleanup Alexander Golubev 2024-03-19 05:56:36 +0300
  • 1b951e5229 Improve TQFont-related cleanup #136 Alexander Golubev 2024-03-19 05:56:36 +0300
  • 1fd5897bf1 Remove dubious screen intersection check #146 feat/delete-screen-intersect Alexander Golubev 2024-03-29 21:15:59 +0300
  • 99490486e4 Remove dubious screen intersection check fix/various Alexander Golubev 2024-03-29 21:15:59 +0300
  • 65f9e94fca TQRegExp: fix engine cache destruction ordering Alexander Golubev 2024-03-29 20:08:19 +0300
  • 10bd40911e TQTextCodec: avoid dangling pointer to current locale's codec Alexander Golubev 2024-03-29 18:14:14 +0300
  • fa52f57da1 Reset TQThreadInstance::currentThread() value when destroying main thread Alexander Golubev 2024-03-29 16:40:30 +0300
  • 34dbe21c8d TQTextEdit: remove one of two readOnly flags Alexander Golubev 2024-03-19 08:37:25 +0300
  • 4035e1b59e TQTextEdit: add missing mightStartDrag initialization Alexander Golubev 2024-03-19 08:32:55 +0300
  • 9a94c79bd4 [DONTMERGE] Add debug tracers for TQFont and TQFontMetrics creation Alexander Golubev 2024-03-19 06:03:44 +0300
  • ffbaaf0e1c Improve TQFont-related cleanup Alexander Golubev 2024-03-19 05:56:36 +0300
  • d42a73f06f Reset TQThreadInstance::currentThread() value when destroying main thread #145 fix/issue/142-r1 Alexander Golubev 2024-03-29 16:40:30 +0300
  • 3b9a744a7b TQRegExp: fix engine cache destruction ordering Alexander Golubev 2024-03-29 20:08:19 +0300
  • 12b8263757 TQTextCodec: avoid dangling pointer to current locale's codec #144 fix/tqtextcodec-locale-destr Alexander Golubev 2024-03-29 18:14:14 +0300
  • 676000853b Improve TQFont-related cleanup Alexander Golubev 2024-03-19 05:56:36 +0300
  • b000ed6ad6
    TQFileDialog: cleanup pixmaps before destroying TQApplication Alexander Golubev 2024-03-19 06:56:14 +0300
  • fb0d62eec8 TQFileDialog: cleanup pixmaps before destroying TQApplication #138 Alexander Golubev 2024-03-19 06:56:14 +0300
  • 32f9784928
    examples/canvas: fix some memory leaks Alexander Golubev 2024-03-19 11:30:50 +0300
  • ee63474739 examples/canvas: fix some memory leaks #141 Alexander Golubev 2024-03-19 11:30:50 +0300
  • 4bcca712ef Translated using Weblate (Portuguese) Hugo Carvalho 2024-03-20 13:09:43 +0000
  • e90af9984b Translated using Weblate (Portuguese (Brazil)) Hugo Carvalho 2024-03-20 12:51:46 +0000
  • 4ab92f6b79
    TQPrintDialog: cleanup data requested from libcups Alexander Golubev 2024-03-19 09:27:28 +0300
  • c2c385eef2 TQPrintDialog: cleanup data requested from libcups #140 Alexander Golubev 2024-03-19 09:27:28 +0300
  • 41c8fa0f9d
    inputmethods/xim: fix incorrect fontset ref counting Alexander Golubev 2024-03-19 06:32:17 +0300
  • e1bb179fde inputmethods/xim: fix incorrect fontset ref counting #137 Alexander Golubev 2024-03-19 06:32:17 +0300
  • 7e24b2b61e Translated using Weblate (Portuguese) Hugo Carvalho 2024-03-20 12:35:16 +0000
  • bb6797db1f
    TQPrinterPrivate: add virtual destructor. Alexander Golubev 2024-03-17 04:39:31 +0300
  • 5920542e9e TQPrinterPrivate: add virtual destructor. #135 Alexander Golubev 2024-03-17 04:39:31 +0300
  • ba56610030
    Zero unused data fields in XClientMessageEvent struct Alexander Golubev 2024-03-19 08:10:08 +0300
  • 42cf5f6f2c Workaround X11 configuration which return inconsistent settings #134 Alexander Golubev 2024-03-17 05:43:15 +0300
  • 8a13d9aef4 Zero unused data fields in XClientMessageEvent struct #133 Alexander Golubev 2024-03-19 08:10:08 +0300
  • 1938504ea0 Zero padding bytes in DndReceiverProp struct. Alexander Golubev 2024-03-17 15:01:34 +0300
  • 95b478863b
    Make sure to release thread local storage for unterminated threads. This resolves issue #131. #132 Michele Calgaro 2024-03-18 23:17:20 +0900
  • 323382b189
    Fix TQThreadStorage destruction in the main thread Alexander Golubev 2024-03-16 08:31:50 +0300
  • b1e6f38464 Fix TQThreadStorage destruction in the main thread Alexander Golubev 2024-03-16 08:31:50 +0300
  • 1d9ce4d25a Fix TQThreadStorage destruction in the main thread #127 Alexander Golubev 2024-03-16 08:31:50 +0300
  • 336e61b230
    Fix TQString::sprintf() not calling va_end() in case of bad cformat Alexander Golubev 2024-03-16 19:05:22 +0300
  • bcda401191 Fix TQString::sprintf() not calling va_end() in case of bad cformat #129 Alexander Golubev 2024-03-16 19:05:22 +0300
  • 4bed6be862
    Fix a small memory leak in xim plugin Alexander Golubev 2024-03-16 08:43:59 +0300
  • 1278ed0dad Fix a small memory leak in xim plugin #126 Alexander Golubev 2024-03-16 08:43:59 +0300
  • d730db2c0d
    gitignore: add a couple more tests Alexander Golubev 2024-03-16 10:24:49 +0300
  • 8e4edc5883 gitignore: add a couple more tests #128 Alexander Golubev 2024-03-16 10:24:49 +0300
  • 57f90016c3
    Add explicit declaration TQChar&TQCharRef default constructor/destructor Alexander Golubev 2024-02-18 01:24:48 +0300
  • 6250349b0b Make TQConnectionList shared #123 feat/dedup-tqobject Alexander Golubev 2024-03-16 08:14:54 +0300
  • 24eb408f6a qobject.cpp: fix compilation with -DTQT_NO_USERDATA Alexander Golubev 2024-03-15 20:57:13 +0300
  • 13ecc38dcd Add a lock to removing ourself from another's object's sender list Alexander Golubev 2024-03-13 23:01:57 +0300
  • ba2deea50a TQObject::activate_signal: uniformly apply if(sol) checks Alexander Golubev 2024-03-11 18:52:17 +0300
  • 3eb9061b63 Deduplicate code in TQObject::activate_signal() Alexander Golubev 2024-03-11 13:47:16 +0300
  • 87129eac9a Add explicit declaration TQChar&TQCharRef default constructor/destructor #109 Alexander Golubev 2024-02-18 01:24:48 +0300
  • f610c11869 TQT_THREAD_SUPPORT->!TQT_NO_THREAD: update documentation fix/no-thread Alexander Golubev 2024-03-12 01:44:49 +0300
  • 558bc78e5b TQT_THREAD_SUPPORT->!TQT_NO_THREAD: update mkspecs Alexander Golubev 2024-03-12 01:44:05 +0300
  • f7642b09c9 TQT_THREAD_SUPPORT->!TQT_NO_THREAD: migrate sources Alexander Golubev 2024-03-12 01:19:14 +0300
  • fa4475f36d Initial conversion for TQT_THREAD_SUPPORT->!TQT_NO_THREAD Alexander Golubev 2024-03-11 21:20:42 +0300
  • 3ee3f6480f Resort includes in ntqt.h Alexander Golubev 2024-03-12 00:14:46 +0300
  • 74f7b9309e Add a lock to removing ourself from another's object's sender list Alexander Golubev 2024-03-13 23:01:57 +0300
  • 14e882386b TQObject::activate_signal: uniformly apply if(sol) checks Alexander Golubev 2024-03-11 18:52:17 +0300
  • ebc3e67bf4 Workaround crashes caused by some slots deleting the sender Alexander Golubev 2024-03-13 19:50:28 +0300
  • 590a2e0434
    Resort includes in ntqt.h Alexander Golubev 2024-03-12 00:14:46 +0300
  • b930cec601 Resort includes in ntqt.h #125 Alexander Golubev 2024-03-12 00:14:46 +0300
  • d2d0908318 TQObject::activate_signal: uniformly apply if(sol) checks #124 Alexander Golubev 2024-03-11 18:52:17 +0300
  • 5a662b671d Deduplicate code in TQObject::activate_signal() Alexander Golubev 2024-03-11 13:47:16 +0300
  • 5d90b0352d
    ./configure: turn thread support on by default Alexander Golubev 2024-03-11 13:10:15 +0300
  • 75efd1af6b Deduplicate code in TQObject::activate_signal() feat/naive-dedup Alexander Golubev 2024-03-11 13:47:16 +0300
  • d8738f551b ./configure: turn thread support on by default #122 Alexander Golubev 2024-03-11 13:10:15 +0300
  • 5232ccdf64
    Avoid setting CONFIG=thread in qmake.conf Alexander Golubev 2024-03-10 16:42:41 +0300
  • d643d19c96
    Fix compilation with -no-thread Alexander Golubev 2024-03-10 16:39:03 +0300
  • cbdf333378 Avoid setting CONFIG=thread in qmake.conf #120 Alexander Golubev 2024-03-10 16:42:41 +0300
  • 4100c9e29f Fix compilation with -no-thread Alexander Golubev 2024-03-10 16:39:03 +0300
  • 9d1f80158e
    Fix up mkspecs/linux-g++-32/qplatformdefs.h Alexander Golubev 2024-03-10 01:39:17 +0300
  • bd8bd100a4 Fix up mkspecs/linux-g++-32/qplatformdefs.h #119 Alexander Golubev 2024-03-10 01:39:17 +0300
  • bce94208bb cmake: set WITH_GCC_VISIBILITY to ON by default #117 feat/cmakeConv-r1 Alexander Golubev 2024-03-10 01:12:34 +0300
  • 83a22cbef3 cmake: use generated qplatformdefs.h Alexander Golubev 2024-03-10 01:10:36 +0300
  • df2b04abca cmake: rename Q -> TQ for Q_BIG_ENDIAN, Q_LITTLE_ENDIAN and Q_BYTE_ORDER Alexander Golubev 2024-03-08 23:13:25 +0300
  • 84df939ab9 cmake: sort options a bit and add some configuration sanity checks Alexander Golubev 2024-03-08 23:09:20 +0300
  • f47d954825 cmake: simplify build of tools with new macros Alexander Golubev 2024-03-06 19:24:20 +0300
  • 32d748e8fb cmake: add the rest tools to build Alexander Golubev 2024-03-06 18:46:37 +0300
  • a0f0d4b609 cmake: enable image formats to be build as plugins Alexander Golubev 2024-03-05 20:14:10 +0300
  • 7801f68701 cmake: build sql drivers as plugins Alexander Golubev 2024-03-05 15:21:25 +0300
  • bdacb0d141 cmake: add options to build styles as plugins Alexander Golubev 2024-03-05 14:14:43 +0300
  • bf48334d3d cmake: fix designer's icon filename Alexander Golubev 2024-03-05 09:39:00 +0300
  • 62895ee9c0 cmake: remove config.h as it isn't needed and FTBFSs assistant Alexander Golubev 2024-03-04 19:13:57 +0300
  • e93b93ea32 [minor]cmake: fix a typo Alexander Golubev 2024-03-04 18:55:17 +0300
  • 19b0bae5b2 cmake: rework styles building Alexander Golubev 2024-02-29 14:10:14 +0300
  • cca829fd03 cmake: fix build WITH_SOUND=OFF Alexander Golubev 2024-02-29 04:12:52 +0300
  • bf8b880150 cmake: fix libfbclient discovery if fb_config is not present Alexander Golubev 2024-02-29 04:10:48 +0300
  • cec28c4497 cmake: use pkg-config for mng detection Alexander Golubev 2024-02-29 04:09:03 +0300
  • 529174f7a3 cmake: set QT_INSTALL_* varibles in a cascadig manner Alexander Golubev 2024-02-29 04:02:35 +0300
  • e9c26fe785 cmake: rework tqt_automoc to process only headers for selected sources Alexander Golubev 2024-02-29 03:57:16 +0300
  • f696b7c31f Conversion to the cmake building system. gregory guy 2021-03-15 15:32:40 +0100
  • ee2df97887
    Fix compilation with -disable-inputmethod and -no-inputmethod Alexander Golubev 2024-03-07 22:26:26 +0300