Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update minor TQt3 tool names to match current TQt3 sources in GIT | Timothy Pearson | 2013-11-07 | 2 | -2/+2 |
| | |||||
* | Clean up prior commit | Timothy Pearson | 2013-11-04 | 2 | -6/+8 |
| | |||||
* | Add threading debug spew when QT_DEBUG is set | Timothy Pearson | 2013-11-03 | 5 | -8/+52 |
| | |||||
* | Fix memory leak on widget destruction after certain style method accesses | Timothy Pearson | 2013-10-17 | 1 | -0/+1 |
| | | | | This resolves Bug 1674 | ||||
* | Fix prior commit | Timothy Pearson | 2013-08-15 | 1 | -0/+3 |
| | |||||
* | Fix crash on exit when application does not use session management | Timothy Pearson | 2013-08-15 | 1 | -2/+6 |
| | | | | This relates to Bug 1627 | ||||
* | Private headers moved out from public include directory | Slávek Banko | 2013-08-14 | 1 | -1/+1 |
| | |||||
* | Fix a minor valgrind warning | Timothy Pearson | 2013-08-08 | 2 | -19/+27 |
| | |||||
* | Allow TQApplication objects to be constructed without a session manager | Timothy Pearson | 2013-08-06 | 2 | -14/+64 |
| | | | | This relates to Bug 760 | ||||
* | Fix glib multithreading abort with versions less than 2.24 | Francois Andriot | 2013-07-23 | 1 | -1/+5 |
| | | | | This resolves Bug 1581 | ||||
* | Fix incorrect thread termination handling when thread count is greater than two | Timothy Pearson | 2013-06-10 | 1 | -1/+1 |
| | | | | | This resolves Bug 1521 Make double free or delete of QString objects more obvious | ||||
* | Fix crash on thread termination | Timothy Pearson | 2013-05-17 | 1 | -1/+1 |
| | |||||
* | Fix downstream build failures due to missing TQApplication conditions | Timothy Pearson | 2013-05-16 | 1 | -1/+3 |
| | |||||
* | Fix a number of threading data races | Timothy Pearson | 2013-05-14 | 12 | -110/+602 |
| | | | | | Add proper thread termination handler This partially resolves Bug 1508 | ||||
* | Fix spelling mistakes | Darrell Anderson | 2013-05-07 | 1 | -1/+1 |
| | |||||
* | Fix ARGB mode stippled focus rectangle showing underlying window contents | Timothy Pearson | 2013-05-03 | 2 | -6/+21 |
| | | | | Fix TQColor not processing alpha channel in ARGB mode | ||||
* | Add ability to control cross thread signal slot handling method | Timothy Pearson | 2013-05-02 | 2 | -6/+31 |
| | |||||
* | Fix corrupted titlebar icons in subwindows of ARGB applications | Timothy Pearson | 2013-05-02 | 1 | -3/+37 |
| | |||||
* | Use glib thread initialization functions when glib main loop is in use | Timothy Pearson | 2013-05-01 | 3 | -48/+74 |
| | | | | This resolves Bug 1484 | ||||
* | Fix a number of threading problems and crashes | Timothy Pearson | 2013-04-22 | 5 | -277/+422 |
| | | | | This partially resolves Bug 1467 | ||||
* | Fix fatal X11 errors when both external display and command arguments are ↵ | Timothy Pearson | 2013-04-16 | 1 | -11/+19 |
| | | | | | | provided to QApplication This resolves Bug 1456 | ||||
* | Properly set WM_CLASS atom even if Display pointer was passed to TQApplication | Timothy Pearson | 2013-04-11 | 2 | -2/+8 |
| | | | | This relates to Bug 1443 | ||||
* | Add more information to help debugging | Darrell Anderson | 2013-03-03 | 1 | -1/+1 |
| | |||||
* | Restore expected qApp->exit() behaviour when called from a non-GUI thread | Timothy Pearson | 2013-02-24 | 1 | -1/+8 |
| | |||||
* | Fix CLI application failure when glib event loop is used | Timothy Pearson | 2013-02-13 | 1 | -4/+4 |
| | |||||
* | Fix GTK threading deadlock | Timothy Pearson | 2013-02-12 | 2 | -10/+25 |
| | |||||
* | Verify desktop widget screen number before applying size changes | Timothy Pearson | 2013-01-12 | 1 | -7/+20 |
| | | | | This resolves Bug 1378 | ||||
* | Ensure that a valid DPI is always set | Timothy Pearson | 2012-12-11 | 1 | -5/+10 |
| | |||||
* | Fix X11 fd polling initialization in glib main loop | Timothy Pearson | 2012-12-09 | 2 | -56/+70 |
| | | | | This resolves Bug 1358 | ||||
* | Fix glib event loop threading | Timothy Pearson | 2012-12-07 | 2 | -69/+70 |
| | |||||
* | Add level method to recursive mutex | Timothy Pearson | 2012-12-07 | 3 | -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 Pearson | 2012-12-06 | 1 | -19/+18 |
| | | | | standard event loop | ||||
* | Add threading tutorial and fix a couple rare crashes | Timothy Pearson | 2012-12-06 | 3 | -4/+13 |
| | |||||
* | Add real threading support, including per-thread event loops, to QThread | Timothy Pearson | 2012-12-06 | 14 | -437/+883 |
| | |||||
* | Fix a number of build warnings that could lead to unstable operation | Timothy Pearson | 2012-12-01 | 12 | -19/+54 |
| | | | | This breaks the ABI | ||||
* | Add ability to enable/disable glib event pass through | Timothy Pearson | 2012-11-29 | 5 | -55/+89 |
| | | | | This resolves problems experienced with TDE GTK theme engines when Qt3 glib event loop integration is enabled | ||||
* | Add glib main loop support patches | Timothy Pearson | 2012-11-26 | 6 | -4/+1385 |
| | |||||
* | Add flush command to external painter command set | Timothy Pearson | 2012-11-18 | 2 | -2/+17 |
| | |||||
* | Increase style method call speed | Timothy Pearson | 2012-11-14 | 4 | -81/+98 |
| | | | | This breaks the style ABI | ||||
* | Speed up application loading | Timothy Pearson | 2012-11-14 | 2 | -1/+6 |
| | |||||
* | Add ability to set progressbar orientation | Timothy Pearson | 2012-11-06 | 1 | -0/+6 |
| | |||||
* | Add additional information to style info structs | Timothy Pearson | 2012-11-04 | 1 | -0/+9 |
| | |||||
* | Extend style information structures slightly | Timothy Pearson | 2012-11-03 | 1 | -0/+10 |
| | |||||
* | Add parent toolbar information to style info structs | Timothy Pearson | 2012-10-31 | 1 | -0/+6 |
| | |||||
* | Add new style hints for enhanced third party style compatibility | Timothy Pearson | 2012-10-31 | 1 | -0/+8 |
| | |||||
* | Add new style primatives for enhanced third party style compatibility | Timothy Pearson | 2012-10-30 | 3 | -0/+39 |
| | |||||
* | Fix tdebindings FTBFS | Timothy Pearson | 2012-10-20 | 1 | -0/+3 |
| | |||||
* | Add tab corner widget information to style data structures | Timothy Pearson | 2012-10-17 | 1 | -7/+18 |
| | | | | This breaks the style ABI | ||||
* | Move hover widget code into the Qt core instead of the styles | Timothy Pearson | 2012-10-16 | 2 | -17/+55 |
| | | | | This more closely matches other widget toolkits such as GTK | ||||
* | Add WAR_SetDefault and friends | Timothy Pearson | 2012-10-16 | 3 | -6/+44 |
| |