Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enabled operator->() for class QValueListIterator. | Michele Calgaro | 2014-03-17 | 1 | -6/+2 |
| | |||||
* | Properly export ucm_instantiate in UCOM libraries | Timothy Pearson | 2013-12-28 | 1 | -3/+3 |
| | | | | This relates to Bug 1780 | ||||
* | Add slow QStyleControlElementData copy constructor for use with python | Timothy Pearson | 2013-12-22 | 2 | -0/+68 |
| | |||||
* | Repair performance regression accidentally introduced with new style API | Timothy Pearson | 2013-12-22 | 9 | -155/+342 |
| | |||||
* | Disable unnecessary thread locking in TQString constructors/destructor | Timothy Pearson | 2013-12-17 | 1 | -64/+69 |
| | | | | This improves performance at no real cost, as the TQString class is not thread safe elsewhere | ||||
* | Reduce TQString allocation/deallocation load in ↵ | Timothy Pearson | 2013-12-17 | 2 | -81/+69 |
| | | | | | | populateControlElementDataFromWidget Remove unneeded mutex locks around certain TQString operations | ||||
* | Add end-of-file newlines. | Darrell Anderson | 2013-11-30 | 3 | -3/+1 |
| | |||||
* | Add pluginsdir to pkgconfig file | Slávek Banko | 2013-11-25 | 1 | -0/+1 |
| | |||||
* | Wake up the correct event loop when an event is posted to TQApplication | Timothy Pearson | 2013-11-25 | 2 | -15/+20 |
| | | | | This relates to Bug 1703 | ||||
* | Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT" | Slávek Banko | 2013-11-08 | 3 | -3/+3 |
| | |||||
* | Update minor TQt3 tool names to match current TQt3 sources in GIT | Timothy Pearson | 2013-11-07 | 3 | -3/+3 |
| | |||||
* | 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 | 6 | -8/+53 |
| | |||||
* | 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 | ||||
* | 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 |
| | |