Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix 'format not a string literal' error | Francois Andriot | 2013-08-15 | 5 | -10/+10 |
| | |||||
* | Private headers moved out from public include directory | Slávek Banko | 2013-08-14 | 2 | -3/+3 |
| | |||||
* | 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 | ||||
* | Do not return deleted icon view items after icon view deletion | Timothy Pearson | 2013-08-03 | 1 | -3/+19 |
| | | | | This resolves Bug 1605 | ||||
* | Fix glib multithreading abort with versions less than 2.24 | Francois Andriot | 2013-07-23 | 1 | -1/+5 |
| | | | | This resolves Bug 1581 | ||||
* | Update official version number | Timothy Pearson | 2013-07-01 | 1 | -1/+1 |
| | | | | This resolves Bug 1558 | ||||
* | Fix incorrect thread termination handling when thread count is greater than two | Timothy Pearson | 2013-06-10 | 3 | -6/+23 |
| | | | | | 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 | 19 | -200/+912 |
| | | | | | Add proper thread termination handler This partially resolves Bug 1508 | ||||
* | Fix spelling mistakes | Darrell Anderson | 2013-05-07 | 2 | -2/+2 |
| | |||||
* | 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 | 7 | -305/+757 |
| | | | | 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 unpaged memory mode to TQString and TQLineEdit | Timothy Pearson | 2013-03-21 | 4 | -14/+127 |
| | | | | Fix designer build warnings | ||||
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2013-03-03 | 1 | -1/+1 |
|\ | |||||
| * | Add more information to help debugging | Darrell Anderson | 2013-03-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2013-03-02 | 5 | -16/+84 |
|\ \ | |/ | |||||
| * | Fix textbox trails introduced with GIT commit 82b71e49 | Slávek Banko | 2013-03-01 | 1 | -3/+3 |
| | | | | | | | | This resolves Bug 1408 | ||||
| * | Restore expected qApp->exit() behaviour when called from a non-GUI thread | Timothy Pearson | 2013-02-24 | 1 | -1/+8 |
| | | |||||
| * | Doublebuffer QIconView to reduce flicker | Timothy Pearson | 2013-02-18 | 2 | -1/+47 |
| | | | | | | | | This closes Bug 1408 | ||||
| * | Fix unintended rename of LOCKFILE | Slávek Banko | 2013-02-17 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Rename a few build variables for overall consistency | Timothy Pearson | 2013-01-29 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2013-01-14 | 1 | -7/+20 |
|\ \ | |/ | |||||
| * | Verify desktop widget screen number before applying size changes | Timothy Pearson | 2013-01-12 | 1 | -7/+20 |
| | | | | | | | | This resolves Bug 1378 | ||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-12-19 | 49 | -3078/+5525 |
|\ \ | |/ | |||||
| * | 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 | 6 | -50/+91 |
| | | | | | | | | | | 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 | 22 | -2947/+5251 |
| | | |||||
| * | Fix a number of build warnings that could lead to unstable operation | Timothy Pearson | 2012-12-01 | 23 | -27/+101 |
| | | | | | | | | This breaks the ABI | ||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-11-29 | 5 | -55/+89 |
|\ \ | |/ | |||||
| * | 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 | ||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-11-27 | 7 | -4/+1393 |
|\ \ | |/ | |||||
| * | Add glib main loop support patches | Timothy Pearson | 2012-11-26 | 7 | -4/+1393 |
| | | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-11-19 | 2 | -2/+17 |
|\ \ | |/ | |||||
| * | Add flush command to external painter command set | Timothy Pearson | 2012-11-18 | 2 | -2/+17 |
| | | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-11-15 | 20 | -600/+631 |
|\ \ | |/ | |||||
| * | Increase style method call speed | Timothy Pearson | 2012-11-14 | 20 | -237/+255 |
| | | | | | | | | This breaks the style ABI | ||||
| * | Speed up application loading | Timothy Pearson | 2012-11-14 | 3 | -363/+376 |
| | |