summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqeventloop_x11_glib.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'guiThread' and related functions to 'coreThread'.Michele Calgaro2025-07-271-12/+12
| | | | | | | A TTY TQApplication is GUI-less, so the usage of the term 'GUI' is misleading. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix handling of socket notifier events in gmainloop functions.Michele Calgaro2025-06-161-8/+13
| | | | | | This resolves issue #231. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Explicitly add 'ExcludeTimers' to 'ProcessEvent' enumMichele Calgaro2025-06-111-5/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Do not check for expired TQt timers in 'gsourcePrepare' and 'gsourceCheck'Michele Calgaro2025-06-111-10/+14
| | | | | | | since timers are only activated by the main GUI thread in 'gsourceDispatch'. This solves issue TDE/tdebase#635. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*Michele Calgaro2024-10-221-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename private q* headers into equivalent tq*Michele Calgaro2024-09-131-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename environment class nt* related files to equivalent tq*Michele Calgaro2024-07-281-0/+684
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>