2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Nov 10, 2024 — Nov 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small refactor of QVariantAnimation::updateCurrentValue More... over 16 years ago
Merge branch 'kinetic-animations' of [email protected]:qt/kinetic into kinetic-animations More... over 16 years ago
Merged local changes. More... over 16 years ago
Stabilize tst_QWidget::render_systemClip2 and remove wrong ifdef More... over 16 years ago
Merge branch 'master' of [email protected]:qt/qt into windows-7-multitouch More... over 16 years ago
Don't store activeTouchPoints in QApplicationPrivate More... over 16 years ago
Add qDrawBorderPixmap() function, Qt::TileRules enum, QMargins struct and QTileRules struct. More... over 16 years ago
QTransform::map(const QRegion&) cut-off for single rect regions. More... over 16 years ago
Speed-up QPainter::clipRegion(). More... over 16 years ago
Documented the flow layout example. More... over 16 years ago
Merge branch 'master' of [email protected]:qt/qt-s60-public More... over 16 years ago
Fixed temporary file rename problem in Symbian OS. More... over 16 years ago
Corrected bugs in the flow layout example More... over 16 years ago
Fix QNetworkDiskCache to expire the oldest files first. More... over 16 years ago
Corrected typo More... over 16 years ago
Corrected description of the QLayout::takeAt() function More... over 16 years ago
Merge branch 'kinetic-animations' into kinetic-statemachine More... over 16 years ago
kill QStateMachine::animationsFinished(), introduce QState::polished() More... over 16 years ago
Fix QFormLayout which allowed fields to be smaller that their minimum size More... over 16 years ago
Using QVariant for 'to' and 'from' values in QmlVariantAnimationPrivate More... over 16 years ago
Merge branch '4.5' of [email protected]:qt/qt More... over 16 years ago
Wrong clip in QWidget::render(QPainter *, ...) when using Qt::(Replace|No)Clip. More... over 16 years ago
remove multiplication by 1 in easing curves More... over 16 years ago
Compile against new QState::ChildMode API. More... over 16 years ago
Fixed QFile::copy/rename fail after initial failed attempt More... over 16 years ago
Kill gameOver signal as it was only used when you clicked the stop action More... over 16 years ago
SCXML defines an atomic state as a <state> with no children or <final>. However, in SCXML it makes no sense for a <parallel> tag to be atomic, hence have no children, whereas in a dynamic state machine you might set an atomic state as parallel because this should govern the behavior if the state gets children later. We decided that the most intuitive definition is that a state is atomic if it has no children, regardless of whether it has the parallel child mode. With the old definition, transitions from empty parallel states will never be taken, as illustrated by the test. More... over 16 years ago
Use a widget attribute to keep track of whether or not TouchBegin has been accepted More... over 16 years ago
Some code cleanups after review. More... over 16 years ago
Merge branch 'kinetic-declarativeui' of [email protected]:qt/kinetic into kinetic-declarativeui More... over 16 years ago