summaryrefslogtreecommitdiffstats
path: root/src/kernel
Commit message (Collapse)AuthorAgeFilesLines
* Fixed "TQApplication::postEvent: Unexpected null receiver" warning message. ↵Michele Calgaro2014-07-301-3/+3
| | | | This resolves bug 1901 and 1909.
* Fix overwriting memory for an application iconSlávek Banko2014-05-193-8/+9
| | | | This resolves Bug 2033
* Fix DnD crash when source is not presentTimothy Pearson2014-04-231-1/+1
| | | | This resolves Bug 1602
* Add slow QStyleControlElementData copy constructor for use with pythonTimothy Pearson2013-12-222-0/+68
|
* Repair performance regression accidentally introduced with new style APITimothy Pearson2013-12-225-41/+111
|
* Add end-of-file newlines.Darrell Anderson2013-11-301-1/+1
|
* Wake up the correct event loop when an event is posted to TQApplicationTimothy Pearson2013-11-252-15/+20
| | | | This relates to Bug 1703
* Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"Slávek Banko2013-11-082-2/+2
|
* Update minor TQt3 tool names to match current TQt3 sources in GITTimothy Pearson2013-11-072-2/+2
|
* Clean up prior commitTimothy Pearson2013-11-042-6/+8
|
* Add threading debug spew when QT_DEBUG is setTimothy Pearson2013-11-035-8/+52
|
* Fix memory leak on widget destruction after certain style method accessesTimothy Pearson2013-10-171-0/+1
| | | | This resolves Bug 1674
* Fix prior commitTimothy Pearson2013-08-151-0/+3
|
* Fix crash on exit when application does not use session managementTimothy Pearson2013-08-151-2/+6
| | | | This relates to Bug 1627
* Private headers moved out from public include directorySlávek Banko2013-08-141-1/+1
|
* Fix a minor valgrind warningTimothy Pearson2013-08-082-19/+27
|
* Allow TQApplication objects to be constructed without a session managerTimothy Pearson2013-08-062-14/+64
| | | | This relates to Bug 760
* Fix glib multithreading abort with versions less than 2.24Francois Andriot2013-07-231-1/+5
| | | | This resolves Bug 1581
* Fix incorrect thread termination handling when thread count is greater than twoTimothy Pearson2013-06-101-1/+1
| | | | | This resolves Bug 1521 Make double free or delete of QString objects more obvious
* Fix crash on thread terminationTimothy Pearson2013-05-171-1/+1
|
* Fix downstream build failures due to missing TQApplication conditionsTimothy Pearson2013-05-161-1/+3
|
* Fix a number of threading data racesTimothy Pearson2013-05-1412-110/+602
| | | | | Add proper thread termination handler This partially resolves Bug 1508
* Fix spelling mistakesDarrell Anderson2013-05-071-1/+1
|
* Fix ARGB mode stippled focus rectangle showing underlying window contentsTimothy Pearson2013-05-032-6/+21
| | | | Fix TQColor not processing alpha channel in ARGB mode
* Add ability to control cross thread signal slot handling methodTimothy Pearson2013-05-022-6/+31
|
* Fix corrupted titlebar icons in subwindows of ARGB applicationsTimothy Pearson2013-05-021-3/+37
|
* Use glib thread initialization functions when glib main loop is in useTimothy Pearson2013-05-013-48/+74
| | | | This resolves Bug 1484
* Fix a number of threading problems and crashesTimothy Pearson2013-04-225-277/+422
| | | | This partially resolves Bug 1467
* Fix fatal X11 errors when both external display and command arguments are ↵Timothy Pearson2013-04-161-11/+19
| | | | | | provided to QApplication This resolves Bug 1456
* Properly set WM_CLASS atom even if Display pointer was passed to TQApplicationTimothy Pearson2013-04-112-2/+8
| | | | This relates to Bug 1443
* Add more information to help debuggingDarrell Anderson2013-03-031-1/+1
|
* Restore expected qApp->exit() behaviour when called from a non-GUI threadTimothy Pearson2013-02-241-1/+8
|
* Fix CLI application failure when glib event loop is usedTimothy Pearson2013-02-131-4/+4
|
* Fix GTK threading deadlockTimothy Pearson2013-02-122-10/+25
|
* Verify desktop widget screen number before applying size changesTimothy Pearson2013-01-121-7/+20
| | | | This resolves Bug 1378
* Ensure that a valid DPI is always setTimothy Pearson2012-12-111-5/+10
|
* Fix X11 fd polling initialization in glib main loopTimothy Pearson2012-12-092-56/+70
| | | | This resolves Bug 1358
* Fix glib event loop threadingTimothy Pearson2012-12-072-69/+70
|
* Add level method to recursive mutexTimothy Pearson2012-12-073-50/+59
| | | | | Enhance thread safety when making event calls Minor cleanup of whitespace in glib event loop
* Maintain binary compatibility when switching between glib event loop and ↵Timothy Pearson2012-12-061-19/+18
| | | | standard event loop
* Add threading tutorial and fix a couple rare crashesTimothy Pearson2012-12-063-4/+13
|
* Add real threading support, including per-thread event loops, to QThreadTimothy Pearson2012-12-0614-437/+883
|
* Fix a number of build warnings that could lead to unstable operationTimothy Pearson2012-12-0112-19/+54
| | | | This breaks the ABI
* Add ability to enable/disable glib event pass throughTimothy Pearson2012-11-295-55/+89
| | | | This resolves problems experienced with TDE GTK theme engines when Qt3 glib event loop integration is enabled
* Add glib main loop support patchesTimothy Pearson2012-11-266-4/+1385
|
* Add flush command to external painter command setTimothy Pearson2012-11-182-2/+17
|
* Increase style method call speedTimothy Pearson2012-11-144-81/+98
| | | | This breaks the style ABI
* Speed up application loadingTimothy Pearson2012-11-142-1/+6
|
* Add ability to set progressbar orientationTimothy Pearson2012-11-061-0/+6
|
* Add additional information to style info structsTimothy Pearson2012-11-041-0/+9
|