You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qt3/src
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
..
.obj Add Qt3 development HEAD version 14 years ago
.tmp Add Qt3 development HEAD version 14 years ago
3rdparty Add end-of-file newlines. 12 years ago
attic Undo prior accidental commit 14 years ago
canvas Undo prior accidental commit 14 years ago
codecs Fix a number of build warnings that could lead to unstable operation 13 years ago
compat Add Qt3 development HEAD version 14 years ago
dialogs Fix build warnings 13 years ago
embedded Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT" 12 years ago
iconview Do not return deleted icon view items after icon view deletion 12 years ago
inputmethod Add Qt3 development HEAD version 14 years ago
kernel Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice. 11 years ago
moc Fix 'format not a string literal' error 12 years ago
network Fix a number of build warnings that could lead to unstable operation 13 years ago
opengl Undo prior accidental commit 14 years ago
sql Add ability to set reconnect flag on MySQL connections 11 years ago
styles Fix crash on populating style data to tabbar without parent 11 years ago
table Fix build warnings 13 years ago
tmp Add Qt3 development HEAD version 14 years ago
tools Fix qmake shared library naming 11 years ago
widgets Add repaint optimization to TQProgressBar 11 years ago
workspace Fix build warnings 13 years ago
xml Fix build warnings 13 years ago
libqt.map Add Qt3 development HEAD version 14 years ago
qt.pro Add pluginsdir to pkgconfig file 12 years ago
qt_install.pri Add Qt3 development HEAD version 14 years ago
qt_professional.pri Add Qt3 development HEAD version 14 years ago
qtmain.pro Add Qt3 development HEAD version 14 years ago