Commit Graph

34 Commits (9f882f9de741d76b8f45b0dc23d4fe65d6e09d78)

Author SHA1 Message Date
Frerich Raabe 9f882f9de7 Add repaint optimization to TQProgressBar
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.
11 years ago
François Andriot e175139565 Fix FTBFS on Linux specific memlock code 11 years ago
Timothy Pearson d1b6b7be7d Repair performance regression accidentally introduced with new style API 12 years ago
Timothy Pearson f2102e1f82 Fix incorrect thread termination handling when thread count is greater than two
This resolves Bug 1521
Make double free or delete of QString objects more obvious
12 years ago
Timothy Pearson d09860faff Add unpaged memory mode to TQString and TQLineEdit
Fix designer build warnings
12 years ago
Darrell Anderson 35202ed0d8 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 7aa5ac7f0e Fix a number of build warnings that could lead to unstable operation
This breaks the ABI
13 years ago
Darrell Anderson 6bcbe0a787 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson d1c6722372 Add ability to set progressbar orientation 13 years ago
Darrell Anderson f7873ac336 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 180abfff4d Add accessor methods to list view items and popup menus for styling 13 years ago
Darrell Anderson 0a232e5b3c Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 289363b959 Add public set methods to QMenuItem 13 years ago
Darrell Anderson f175db0cdb Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson f209ff4b48 Move hover widget code into the Qt core instead of the styles
This more closely matches other widget toolkits such as GTK
13 years ago
Darrell Anderson a236ea2ad3 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson 58451e41d9 Extend TQStyle API further and bump Qt version number 13 years ago
Timothy Pearson 0008bc5bcd Update style API to function without an active widget object 13 years ago
Darrell Anderson 92b8aca467 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 13 years ago
Timothy Pearson ebcb1d80bf Fix build warnings
Thanks to Bruce Sass for the patch!
13 years ago
Darrell Anderson 2c39fddda7 Fix typos. 13 years ago
Timothy Pearson 9a75b154bf Undo prior accidental commit 14 years ago
Timothy Pearson a830bf10b7 Rename additional global TQt functions 14 years ago
Serghei Amelian 70ee85a0b2 [qt3/qsplitter.h] fixed bug #854 14 years ago
Timothy Pearson 8c6fc1f8e3 Fix accidental conversion of dockwin (part 2 of 2) 14 years ago
Timothy Pearson ba18a0dd03 Fix accidental conversion of dockwin 14 years ago
Timothy Pearson f999929543 Rename kwin to twin (Part 2 of 2) 14 years ago
Timothy Pearson 04fcdc0803 Rename kwin to twin (part 1 of 2) 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 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 bd0f3345a9 Add Qt3 development HEAD version 14 years ago