summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove QMatrix4x4& return values in response to API review feedbackRhys Weatherley2009-11-043-80/+65
* Incorporate API review feedback for math3d classes.Rhys Weatherley2009-11-0411-285/+197
* Fixed QPainterPath::addRoundedRect() for paths with Qt::WindingFill.Kim Motoyoshi Kalland2009-11-031-10/+10
* Merge branch 'statemachine-api-changes' into 4.6Eskil Abrahamsen Blomfeldt2009-11-0319-151/+171
|\
| * Rename QState::polished() signal to "propertiesAssigned"Eskil Abrahamsen Blomfeldt2009-11-039-40/+47
| * Change name of QMouseEventTransition::path() to hitTestPath().Eskil Abrahamsen Blomfeldt2009-11-034-14/+14
| * Change name of modifiersMask property to "modifierMask"Eskil Abrahamsen Blomfeldt2009-11-038-49/+49
| * Remove return type of QState::addTransition(QAbstractTransition*)Eskil Abrahamsen Blomfeldt2009-11-033-23/+36
| * Change name of DoNotRestoreProperties enum to DontRestorePropertiesEskil Abrahamsen Blomfeldt2009-11-033-9/+9
| * Change name of QStateMachine::animationsEnabled property to "animated"Eskil Abrahamsen Blomfeldt2009-11-034-16/+16
* | Fixed fillRect on QImage::Format_ARGB32 images.Kim Motoyoshi Kalland2009-11-031-1/+9
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-035-40/+16
|\ \
| * | Fixed some compiler warnings.Samuel Rødal2009-11-033-35/+7
| * | Made QPainter::drawText() respect Qt::TextDontClip flag.Samuel Rødal2009-11-031-1/+1
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-0326-157/+687
| |\ \
| * | | Fixed crash in QPixmap::fromImage with an Indexed8 without a colortable.Gunnar Sletta2009-11-031-4/+8
* | | | Check for QPixmap::isNull() in QPainter::drawPixmap()Gunnar Sletta2009-11-031-1/+1
* | | | Compile...Gunnar Sletta2009-11-031-2/+2
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-03366-32090/+11669
|\ \ \ \
| * | | | fix font height calculation on QWSJoerg Bornemann2009-11-031-1/+1
| * | | | WebKit compile fix for Windows CEJoerg Bornemann2009-11-031-0/+11
| * | | | document the -no-ltcg default for Windows CE in changes-4.6.0Joerg Bornemann2009-11-031-0/+3
| * | | | disable link time code generation by default on Windows CEJoerg Bornemann2009-11-031-1/+0
| * | | | qdoc: Disabled reporting the NOTIFY signal until I know what it broke.Martin Smith2009-11-031-1/+0
| * | | | Fixed compilation on windows.Dmytro Poplavskiy2009-11-031-3/+3
| * | | | Fixed qrand global static related problem.Dmytro Poplavskiy2009-11-031-19/+40
| * | | | Merge commit 'e4bec39a139363d1ee4cf3fb15a3fe4499215e77' into 4.6Thiago Macieira2009-11-0243-325/+1672
| |\ \ \ \
| | * \ \ \ Merge remote branch 'origin/4.6' into core-4.6Thiago Macieira2009-10-2921-131/+991
| | |\ \ \ \
| | * | | | | Autotest: this test is failing, enable debugging to find out why.Thiago Macieira2009-10-291-1/+4
| | * | | | | Remove the posix_memalign and Win32 _aligned_mallocThiago Macieira2009-10-291-38/+0
| | * | | | | Merge branch '4.6' into core-4.6Thiago Macieira2009-10-2931-467/+861
| | |\ \ \ \ \
| | * | | | | | Fix compilation on Mac: there's no malloc.h thereThiago Macieira2009-10-291-5/+4
| | * | | | | | Update confusing qWarning message.Thiago Macieira2009-10-291-2/+2
| | * | | | | | Fix compilation in QContiguousCache.Thiago Macieira2009-10-291-3/+3
| | * | | | | | QLocalServer: block indefinitely when timeout value is -1Peter Hartmann2009-10-282-17/+7
| | * | | | | | Initialise the reserved bits to 0.Thiago Macieira2009-10-287-4/+11
| | * | | | | | Fix Qt containers to properly support types with strict alignments.Thiago Macieira2009-10-2810-39/+259
| | * | | | | | Add the aligned versions of qMalloc/qRealloc/qFreeThiago Macieira2009-10-282-0/+103
| | * | | | | | Add some STL compatibility for QContiguousCache and private inheritanceThiago Macieira2009-10-281-60/+65
| | * | | | | | Doc: add documentation for QDBusServiceWatcher class.Thiago Macieira2009-10-281-0/+163
| | * | | | | | Autotest: add unit test for QDBusServiceWatcherThiago Macieira2009-10-282-0/+281
| | * | | | | | Add QDBusServiceWatcher class.Thiago Macieira2009-10-283-69/+393
| | * | | | | | Add a warning to user's connecting to serviceOwnerChanged directlyThiago Macieira2009-10-281-1/+7
| | * | | | | | Stop using the NameOwnerChanged signal without arg0 in QtDBus itselfThiago Macieira2009-10-283-4/+37
| | * | | | | | Move the bulk of the signal connecting/disconnecting code to QDBusConnectionP...Thiago Macieira2009-10-283-60/+82
| | * | | | | | Fix the use of the owner when connecting the service "watcher".Thiago Macieira2009-10-282-3/+10
| | * | | | | | Use the new argument-based rule-matching in QDBusAbstractInterface.Thiago Macieira2009-10-281-6/+22
| | * | | | | | Autotest: add a test that tries to follow a service changing owners.Thiago Macieira2009-10-281-0/+56
| | * | | | | | Autotest: fix improper use of the serviceOwnerChanged signalThiago Macieira2009-10-281-23/+11
| | * | | | | | Add new public API to QDBusConnection for connecting with stringThiago Macieira2009-10-282-22/+78