Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The TDE integration library (libqtkde) will be searched for | gregory guy | 2019-06-02 | 1 | -5/+1 |
| | | | | | | | | | | | in the Qt plugins directory, instead of the TDE plugins directory, which cannot be known at Qt build time. This resolves issue #3. Signed-off-by: gregory guy <[email protected]> Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 1ef55acbce6782803def9c2cc7bbc6a15dd9d6c9) | ||||
* | bmp image: check for out of range image size.r14.0.6 | Slávek Banko | 2019-03-03 | 1 | -0/+2 |
| | | | | | | | | | | Make the decoder fail early to avoid spending time and memory on attempting to decode a corrupt image file. Based on Qt5 patch for CVE-2018-19873. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit a00e43bd1ce54de39f807ae5acbcaa52b15be844) | ||||
* | Check for QImage allocation failure in qasyncimageio. | Slávek Banko | 2019-03-03 | 1 | -3/+6 |
| | | | | | | | | | | Since image files easily can be (or corrupt files claim to be) huge, it is worth checking for out of memory situations. Based on Qt5 patch for CVE-2018-19870. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit a04cfea092d974109c6a883f26762be984805c8e) | ||||
* | Add the definition _WANT_SEMUN to ensure the definition of the semun structure. | Slávek Banko | 2019-02-16 | 1 | -0/+1 |
| | | | | | | | | | This resolves bug 2991. Thanks to Nikolaus Klepp for initial patch. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit ee61bf8d1a23872f247f6b1c2ba387fb7ae98e43) | ||||
* | Fix FTBFS with stricter C++11 | Slávek Banko | 2018-08-19 | 1 | -4/+4 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 5431226296e2607b37b4f666ee970bddb5fd5707) | ||||
* | Add brightness keys support | Roman Savochenko | 2017-07-30 | 4 | -0/+25 |
| | | | | | | | | The code partially taken from Qt4 This relates to bug 2775 Signed-off-by: Roman Savochenko <[email protected]> (cherry picked from commit 02405c8411cbdf42fa8f73ce93598eb6f5cec0fe) | ||||
* | Added safety harness for currentThreadObject() usage. | Michele Calgaro | 2015-08-26 | 2 | -7/+25 |
| | | | | | | | | | currentThreadObject() returns a null pointer if the current thread was not started using the QThread API. This relates to bug 1748. (cherry picked from commit dad70b4c5201ece044ecb663bb91b48ba8bd84a3) Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix security issue CVE-2015-1860 | Slávek Banko | 2015-05-23 | 1 | -0/+2 |
| | | | | | [taken from RedHat Qt3 patches] (cherry picked from commit 538d6a2440fbe645b970402fa7e86dfd3e36192b) | ||||
* | Fix security issue CVE-2015-0295 | Slávek Banko | 2015-03-09 | 1 | -0/+6 |
| | | | | | [taken from RedHat Qt3 patches] (cherry picked from commit b3037160f25730efca66966559779559a4946bf3) | ||||
* | Fix security issue CVE-2014-0190 | Slávek Banko | 2015-03-09 | 1 | -1/+6 |
| | | | | | [taken from RedHat Qt3 patches] (cherry picked from commit ad74a11abf9d62389a6bd74a6edf9cd73e36c8f7) | ||||
* | Fix typo in CEF structure definition | Timothy Pearson | 2014-11-22 | 1 | -1/+1 |
| | | | | This relates to Bug 1489 | ||||
* | Properly polish QPopupMenu widgets | Timothy Pearson | 2014-11-21 | 1 | -1/+1 |
| | | | | This relates to Bug 1489 | ||||
* | Fix undefined behaviour in TQClipboardWatcher::format | Timothy Pearson | 2014-10-04 | 2 | -9/+9 |
| | | | | This relates to Bug 1820 | ||||
* | Fix dpi detection when using xft2 | François Andriot | 2014-09-16 | 1 | -1/+18 |
| | |||||
* | Fix crash in TQTranslator | François Andriot | 2014-09-16 | 1 | -1/+1 |
| | |||||
* | Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice. | Michele Calgaro | 2014-08-18 | 1 | -1/+1 |
| | | | | | | If the passed object is the same, the warning message is not displayed any more. If the passed object is different, a message is still displayed. This resolves bug 1947. | ||||
* | Revert "Fixed warning message if QMetaObjectCleanUp::setMetaObject is ↵ | Michele Calgaro | 2014-08-18 | 1 | -1/+1 |
| | | | | | | | invoked twice." because of wrong reference to bug 1887. This reverts commit 41f30477dd877e37ed79b42253b79d6441dab7d9. | ||||
* | Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice. | Michele Calgaro | 2014-08-18 | 1 | -1/+1 |
| | | | | | | If the passed object is the same, the warning message is not displayed any more. If the passed object is different, a message is still displayed. This resolves bug 1887. | ||||
* | Refresh control element data structures before executing style object event ↵ | Timothy Pearson | 2014-08-07 | 1 | -6/+15 |
| | | | | | | | handlers This resolves Bug 1816 Fix FTBFS in style examples | ||||
* | Fixed "TQApplication::postEvent: Unexpected null receiver" warning message. ↵ | Michele Calgaro | 2014-07-30 | 1 | -3/+3 |
| | | | | This resolves bug 1901 and 1909. | ||||
* | Fix overwriting memory for an application icon | Slávek Banko | 2014-05-19 | 3 | -8/+9 |
| | | | | This resolves Bug 2033 | ||||
* | Fix DnD crash when source is not present | Timothy Pearson | 2014-04-23 | 1 | -1/+1 |
| | | | | This resolves Bug 1602 | ||||
* | 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 | 5 | -41/+111 |
| | |||||
* | Add end-of-file newlines. | Darrell Anderson | 2013-11-30 | 1 | -1/+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 | 2 | -2/+2 |
| | |||||
* | 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 |
| |