Commit Graph

51 Commits (169c39ae6bbaebe196124073af401a06ed381e65)
 

Author SHA1 Message Date
Darrell Anderson 169c39ae6b Fix spelling mistakes
(cherry picked from commit be8413249b)
12 years ago
Timothy Pearson d2240de110 Fix ARGB mode stippled focus rectangle showing underlying window contents
Fix TQColor not processing alpha channel in ARGB mode
(cherry picked from commit 2a85fcbb5c)
12 years ago
Timothy Pearson 90f4a5524c Fix corrupted titlebar icons in subwindows of ARGB applications
(cherry picked from commit 8ab0008655)
12 years ago
Timothy Pearson b8e4f241c0 Fix a number of threading problems and crashes
This partially resolves Bug 1467
(part of the original commit)
(cherry picked from commit 83d39cad27)
12 years ago
Timothy Pearson 60621ef099 Make basic integer QDataStream reads resistant to corruption from underlying IO device failure
(cherry picked from commit 5ab7fce9b2)
12 years ago
Timothy Pearson 3f779ee8e6 Use unixODBC instead of obsolete iODBC
This closes Bug 792
Thanks to 'L0ner' for the patch!
(cherry picked from commit e20b434308)
12 years ago
Timothy Pearson 909c3cb760 Add 0084 compositing patch from RedHat
(cherry picked from commit 7295893a20)
12 years ago
Timothy Pearson c62cd502f3 Update zh-tw translations
(cherry picked from commit 3c3de9a5eb)
12 years ago
Timothy Pearson e374dacaac Fix qmake library search path on 64 bit systems
This resolves Bug 1016
(cherry picked from commit 4412d295cf)
12 years ago
Timothy Pearson c421de290d Fix Qt input method failure
This resolves Bug 1019
(cherry picked from commit c6db1b3eb2)
12 years ago
Timothy Pearson e7d0f7dba5 Fix fatal X11 errors when both external display and command arguments are provided to QApplication
This resolves Bug 1456
(cherry picked from commit 7abfc2a181)
12 years ago
Timothy Pearson 045b2d9ad8 Properly set WM_CLASS atom even if Display pointer was passed to TQApplication
This relates to Bug 1443
(cherry picked from commit e154d27e30)
12 years ago
Slávek Banko a78eb9c8b7 Fix textbox trails introduced with GIT commit 82b71e49
This resolves Bug 1408
(cherry picked from commit d10d2321a3)
12 years ago
Timothy Pearson 897cd5c506 Doublebuffer QIconView to reduce flicker
This closes Bug 1408
(cherry picked from commit 82b71e4960)
12 years ago
Timothy Pearson b8ca17c69c Verify desktop widget screen number before applying size changes
This resolves Bug 1378
(cherry picked from commit b85cdabf48)
12 years ago
Timothy Pearson cbe0a27bbf Ensure that a valid DPI is always set
(cherry picked from commit f19aa203c9)
12 years ago
Timothy Pearson 5ae82a06c3 Fix build warnings
Thanks to Bruce Sass for the patch!
(cherry picked from commit ebcb1d80bf)
13 years ago
Timothy Pearson e9fed234b7 Use system libpng and libmng by default
(cherry picked from commit b129c37241)
13 years ago
Timothy Pearson 485dab68a6 Remove completely obsolete libjpeg directory
(cherry picked from commit 4e06743950)
13 years ago
Timothy Pearson 34681cac0d Fix xrandr resize event failing on some systems
(cherry picked from commit 6ff026570d)
13 years ago
Timothy Pearson 55af72cf2c Remove invalid license options from Qt3
Thanks to Laurent Dard for the patch!
(cherry picked from commit e056fc84d4)
13 years ago
Timothy Pearson 3a38b25b55 Remove broken symlinks resulting from hash 4e067439
Thanks to Darrell Anderson for noticing the problem!
(cherry picked from commit 2def3de01d)
13 years ago
Timothy Pearson 8969326a16 Fix potential crash when Qt3 is used as part of another application due to multiple calls to XLib threading init function
(cherry picked from commit 1db4f237a7)
13 years ago
Timothy Pearson d0c6decc22 Fix TQPainter::drawWinFocusRect
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 b4eece7cc6)
13 years ago
Timothy Pearson 8f2ce2b619 Initialize X11 threading when Qt threading is enabled
This closes Bug 812
(cherry picked from commit 1f39650292)
13 years ago
Timothy Pearson 95715b32b0 Fix popen leak
Related to Bug 637
(cherry picked from commit 540da17300)
13 years ago
Timothy Pearson 8e2a765a80 Fix Qt3 builds with libpng15
This partially closes Bug 683
(cherry picked from commit e278b85873)
13 years ago
Timothy Pearson d71a83ef0d Apply qtkdeintegration patches to Qt3
This partially resolves Bug #528
14 years ago
Timothy Pearson b1444fa097 Fix Qt3/TQt4 gcc 4.6 dependent program FTBFS 14 years ago
Timothy Pearson 1fa601d4f7 Fix Qt3 compilation when Xinerama is not available
Thanks to "Fat-Zer" for the patch!
14 years ago
Timothy Pearson 37bcaebd22 Fix Qt3 libjpeg silent crash if compiled library version does not match the shared library version present on the local system
Thanks to "Fat-Zer" for the patch!
14 years ago
Timothy Pearson ba5376f368 Remove duplicate headers in Qt3 14 years ago
Timothy Pearson 60b65dadcd Remove link to config.h in Qt3 include directory
This repairs TDE compilation
14 years ago
Timothy Pearson 16ef7b6d79 Fix Qt3 compilation against new libpng versions 14 years ago
Timothy Pearson 552ac26792 Fix Qt3 builds on Slackware via removal of the png.h symlink 14 years ago
Timothy Pearson 16e57845e9 Add new emitResizedSignal method to QDesktopWidget 14 years ago
Timothy Pearson f5969e4456 Increase size of internal shared double buffer to accommodate larger screens more typical of modern (year 2011) systems 14 years ago
Timothy Pearson aff903681b Remove spurious junk that was causing kalyptus to fail from QSplitter/TQSplitter header files 14 years ago
Timothy Pearson a5f141fc0d Revert delayed init commit as it won't work the way I intended 14 years ago
Timothy Pearson b24c4d5955 Add new delayed initialization constructor to QApplication 14 years ago
Timothy Pearson 76192ffc96 Fix another Qt3/TQt4 FTBFS related to the QSplitter commit 14 years ago
Timothy Pearson 1692373bba Fix another FTBFS 14 years ago
Timothy Pearson dd6b7af24d Fix FTBFS from prior commit 14 years ago
Timothy Pearson f97ed1fa6c Expose some QSplitter private classes for added functionality in Trinity
This is not a security risk
14 years ago
Timothy Pearson d82327fe4f [ENHANCEMENT] Add skeleton of setVisible()/isVisible() support to QIconView 14 years ago
Timothy Pearson ba6061655c [ENHANCEMENT] Add new PE_HeaderSectionMenu primitive element
This is needed to make the PopupMenuTitle UI element work properly
14 years ago
Timothy Pearson fa9e84ac00 Revert 01_export_stat64_symbols.diff due to FTBFS 14 years ago
Timothy Pearson 7d54f5e91a Apply gcc4.6 patches from Ubuntu 14 years ago
Timothy Pearson c029a34f3e Fix Qt3 build under Slackware64 13
Thanks to "/dev/ammo42" for the patch!
14 years ago
Timothy Pearson 619e464155 Add missing symlinks in include/private 14 years ago