summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add repaint optimization to TQProgressBarFrerich Raabe2015-12-152-3/+54
| | | | | | | | | This optimization makes TQProgressBar::setProgress() only repaint itself if stepping to the new progress would cause a graphical change. This means that for a width W and a total number of steps S, it will repaint itself 'W' times (every 'S/W' steps) instead of 'S' times (every step) as it is right now. (cherry picked from commit 9f882f9de741d76b8f45b0dc23d4fe65d6e09d78)
* Fix qmake shared library namingFrancois Andriot2015-12-154-6/+36
| | | | | | | | Add long long int support to TQTextStream Fix potential segmentation fault in QValueList Fix library naming in TQT Plugins This relates to Bug 2107 (cherry picked from commit b716176cec88f5fa604b637a947b44b9ff165d5a)
* Fix FTBFS because invalid data conversion in qmutexFrançois Andriot2015-12-151-2/+3
| | | | (cherry picked from commit a28cbf4837fbb1094ff790bf53cbec2dcab94a60)
* Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice.Michele Calgaro2015-12-151-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. (cherry picked from commit a401ecd325ce463c73c0111d6197590ace3d0263)
* Improvements to QValueList. This may relate to bug 1820Michele Calgaro2015-12-151-20/+22
| | | | (cherry picked from commit 71a6d7870f609df603d9520a8d292055ea5928c3)
* Fixed "TQApplication::postEvent: Unexpected null receiver" warning message. ↵Michele Calgaro2015-12-151-3/+3
| | | | | | This resolves bug 1901 and 1909. (cherry picked from commit cbeacf0de9aae47bdc51931c1944f4d1f50cfb27)
* Fix overwriting memory for an application iconSlávek Banko2015-12-153-8/+9
| | | | | This resolves Bug 2033 (cherry picked from commit 1afc62ef88274fea322f6c53857890fe17c9fdcf)
* Fix DnD crash when source is not presentTimothy Pearson2015-12-151-1/+1
| | | | | This resolves Bug 1602 (cherry picked from commit b7d35a6235010df4cdc89961641b57ccb972f7fa)
* Properly export ucm_instantiate in UCOM librariesTimothy Pearson2015-12-151-3/+3
| | | | | This relates to Bug 1780 (cherry picked from commit 586f37327632a9bb56daa95c3fe1d1b9353b5271)
* Add pluginsdir to pkgconfig fileSlávek Banko2015-12-151-0/+1
| | | | (cherry picked from commit 3a89e057b7c76a7a5aee753d111bc63f5b8808ac)
* Fix prior commitTimothy Pearson2015-12-151-0/+3
| | | | (cherry picked from commit 8fb62409a1abf73cce043556316f75f0a7d6d1dd)
* Fix crash on exit when application does not use session managementTimothy Pearson2015-12-151-2/+6
| | | | | This relates to Bug 1627 (cherry picked from commit 7c0bc39229bbba839dea93fe12b0d2cdbe21eec0)
* Fix 'format not a string literal' errorFrancois Andriot2015-12-155-10/+10
| | | | (cherry picked from commit 16f24a61f80fef5f29c81182a3bcf3906bdee7a7)
* Private headers moved out from public include directorySlávek Banko2015-12-151-1/+1
| | | | (cherry picked from commit 571716ebf8f6f16b92e676c4e5986cae3e577686)
* Allow TQApplication objects to be constructed without a session managerTimothy Pearson2015-12-152-14/+64
| | | | | This relates to Bug 760 (cherry picked from commit 49075fd69d70b7850febe2fbc11f81d2d4e62cf1)
* Do not return deleted icon view items after icon view deletionTimothy Pearson2015-12-151-3/+19
| | | | | This resolves Bug 1605 (cherry picked from commit d2ab408c068de5c4841e3a7d5fb4dce2e1a66ea9)
* Fix first icon view item displayTimothy Pearson2015-12-151-4/+0
| | | | (cherry picked from commit 783aa27bae5f14d828b898aa37dac19001cfebb1)
* Add full hidden item support to QIconViewTimothy Pearson2015-12-151-6/+68
| | | | | This will enable TDE to efficiently filter icon views via Konqueror (cherry picked from commit 660a32cfcf9bd9aee882ee3fb84045e8a49e4f97)
* Fix security issue CVE-2015-1860Slávek Banko2015-12-131-0/+2
| | | | | [taken from RedHat Qt3 patches] (cherry picked from commit 538d6a2440fbe645b970402fa7e86dfd3e36192b)
* Fix security issue CVE-2015-0295Slávek Banko2015-12-131-0/+6
| | | | | [taken from RedHat Qt3 patches] (cherry picked from commit b3037160f25730efca66966559779559a4946bf3)
* Fix security issue CVE-2014-0190Slávek Banko2015-12-131-1/+6
| | | | | [taken from RedHat Qt3 patches] (cherry picked from commit ad74a11abf9d62389a6bd74a6edf9cd73e36c8f7)
* Fix security issue CVE-2013-4549Slávek Banko2015-12-132-0/+70
| | | | | [taken from RedHat Qt3 patches] (cherry picked from commit 73584365f8600414fc5a114ec2f2d6750a7f77cc)
* Fix spelling mistakesv3.5.13.2Darrell Anderson2013-05-082-2/+2
| | | | (cherry picked from commit be8413249bb8a6d8dc2cfc693d9c1037284fd251)
* Fix ARGB mode stippled focus rectangle showing underlying window contentsTimothy Pearson2013-05-042-6/+21
| | | | | Fix TQColor not processing alpha channel in ARGB mode (cherry picked from commit 2a85fcbb5cafc25a750ce548123c8e7422793b3c)
* Fix corrupted titlebar icons in subwindows of ARGB applicationsTimothy Pearson2013-05-031-3/+37
| | | | (cherry picked from commit 8ab00086554fa825a8d878f313fea674be37e748)
* Fix a number of threading problems and crashesTimothy Pearson2013-04-254-46/+372
| | | | | | This partially resolves Bug 1467 (part of the original commit) (cherry picked from commit 83d39cad274f592a43a3262926d215493caea0bc)
* Make basic integer QDataStream reads resistant to corruption from underlying ↵Timothy Pearson2013-04-201-35/+45
| | | | | | IO device failure (cherry picked from commit 5ab7fce9b284448b91ae2ae78aeb46a7c688adcf)
* Use unixODBC instead of obsolete iODBCTimothy Pearson2013-04-202-5/+4
| | | | | | This closes Bug 792 Thanks to 'L0ner' for the patch! (cherry picked from commit e20b43430837963d47b87d290be7a0996182c8a9)
* Add 0084 compositing patch from RedHatTimothy Pearson2013-04-201-12/+20
| | | | (cherry picked from commit 7295893a208dd65d616cebca19befa4cf55aa08b)
* Fix Qt input method failureTimothy Pearson2013-04-202-7/+7
| | | | | This resolves Bug 1019 (cherry picked from commit c6db1b3eb2cb39d3d8ad11cc0817adfd06cb9a99)
* 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 (cherry picked from commit 7abfc2a181531c769d50bcb1c0bff1fc08c66de2)
* Properly set WM_CLASS atom even if Display pointer was passed to TQApplicationTimothy Pearson2013-04-132-2/+8
| | | | | This relates to Bug 1443 (cherry picked from commit e154d27e308f648aabffee9caef82d58d12ce804)
* Fix textbox trails introduced with GIT commit 82b71e49Slávek Banko2013-03-021-3/+3
| | | | | This resolves Bug 1408 (cherry picked from commit d10d2321a34ab6c157bdf2a2e900c0ee52f1bd79)
* Doublebuffer QIconView to reduce flickerTimothy Pearson2013-02-202-1/+47
| | | | | This closes Bug 1408 (cherry picked from commit 82b71e49603bf3a53240076c395864addd869267)
* Verify desktop widget screen number before applying size changesTimothy Pearson2013-01-131-7/+20
| | | | | This resolves Bug 1378 (cherry picked from commit b85cdabf4805af35799b141cb3dd6deb411b9b47)
* Ensure that a valid DPI is always setTimothy Pearson2012-12-121-5/+10
| | | | (cherry picked from commit f19aa203c934d0f85862fdf810a87fe7c5777d17)
* Fix build warningsv3.5.13.1Timothy Pearson2012-08-0438-128/+135
| | | | | Thanks to Bruce Sass for the patch! (cherry picked from commit ebcb1d80bf517aceb69778e1e9f67e5f4da8c484)
* Remove completely obsolete libjpeg directoryTimothy Pearson2012-08-0490-33892/+0
| | | | (cherry picked from commit 4e0674395047ad477209f57312f30cbf58375f8b)
* Fix xrandr resize event failing on some systemsTimothy Pearson2012-06-021-20/+21
| | | | (cherry picked from commit 6ff026570df6bf0d2988e5e94465fc8d19ef2133)
* Fix potential crash when Qt3 is used as part of another application due to ↵Timothy Pearson2012-06-021-1/+2
| | | | | | multiple calls to XLib threading init function (cherry picked from commit 1db4f237a710955a817c7aca65a716d85573304b)
* Fix TQPainter::drawWinFocusRectTimothy Pearson2012-06-023-5/+15
| | | | | This patch brings the behaviour on external paint devices in line with the documentation at http://trinitydesktop.org/docs/qt3/qpainter.html#drawWinFocusRect (cherry picked from commit b4eece7cc6ded028251408312d7b7f2aa69fe10a)
* Initialize X11 threading when Qt threading is enabledTimothy Pearson2012-06-021-0/+6
| | | | | This closes Bug 812 (cherry picked from commit 1f3965029290616c894f2d5e668ddfbd5795d6a0)
* Fix Qt3 builds with libpng15Timothy Pearson2012-06-021-3/+111
| | | | | This partially closes Bug 683 (cherry picked from commit e278b858739babff5cc19ca81a661e1256d162e7)
* Apply qtkdeintegration patches to Qt3v3.5.13Timothy Pearson2011-10-068-5/+410
| | | | This partially resolves Bug #528
* Fix Qt3/TQt4 gcc 4.6 dependent program FTBFSTimothy Pearson2011-09-281-0/+2
|
* Fix Qt3 libjpeg silent crash if compiled library version does not match the ↵Timothy Pearson2011-09-271-3/+3
| | | | | | shared library version present on the local system Thanks to "Fat-Zer" for the patch!
* Fix Qt3 compilation against new libpng versionsTimothy Pearson2011-09-121-0/+14
|
* Add new emitResizedSignal method to QDesktopWidgetTimothy Pearson2011-08-231-0/+2
|
* Increase size of internal shared double buffer to accommodate larger screens ↵Timothy Pearson2011-08-191-0/+16
| | | | more typical of modern (year 2011) systems
* Remove spurious junk that was causing kalyptus to fail from ↵Timothy Pearson2011-08-131-6/+6
| | | | QSplitter/TQSplitter header files