| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved the support for input methods in Graphics View. | jasplin | 2009-07-03 | 3 | -2/+220 |
|
|
* | Refactored gesture api | Denis Dzyubenko | 2009-07-02 | 1 | -8/+21 |
|
|
* | Revert "Add support for creating the object alongside the Data structure in Q... | Thiago Macieira | 2009-07-02 | 1 | -100/+2 |
|
|
* | Experimental: allow QSharedPointer to be used with forward declarations that ... | Thiago Macieira | 2009-07-02 | 8 | -12/+223 |
|
|
* | Add support for creating the object alongside the Data structure in | Thiago Macieira | 2009-07-02 | 1 | -2/+100 |
|
|
* | Add qobject_cast for QSharedPointer. | Thiago Macieira | 2009-07-02 | 1 | -0/+123 |
|
|
* | Merge branch 'research/qdbus-improvements' | Thiago Macieira | 2009-07-02 | 11 | -16/+1315 |
|\ |
|
| * | Implement a support for getting return arguments out of invokeMethod | Thiago Macieira | 2009-07-02 | 1 | -1/+91 |
|
|
| * | Replace internalPropGet and internalPropSet with the QObject versions in QDBu... | Thiago Macieira | 2009-07-02 | 1 | -8/+8 |
|
|
| * | Autotest: add tests for checking variant properties | Thiago Macieira | 2009-07-02 | 4 | -2/+60 |
|
|
| * | Autotest: Add property-setting and getting tests to QDBusInterface | Thiago Macieira | 2009-07-02 | 1 | -2/+100 |
|
|
| * | Autotest: Add testing of QDBusAbstractInterface | Thiago Macieira | 2009-07-02 | 8 | -0/+937 |
|
|
| * | Autotest: add tests for method call errors | Thiago Macieira | 2009-07-02 | 1 | -2/+103 |
|
|
| * | Autotest: make sure we create the QDBusInterface after the object exists. | Thiago Macieira | 2009-07-02 | 1 | -9/+12 |
|
|
| * | Adapt the message-sending code to return error messages from the | Thiago Macieira | 2009-07-02 | 1 | -2/+14 |
|
|
* | | add support for attaching meta data to translatable messages | Oswald Buddenhagen | 2009-07-02 | 2 | -0/+40 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-07-02 | 6 | -2/+216 |
|\ \
| |/ |
|
| * | add license headers | Oswald Buddenhagen | 2009-07-02 | 5 | -0/+205 |
|
|
| * | Get more autotests passing/fixed up. | Bill King | 2009-07-02 | 2 | -2/+16 |
|
|
* | | add a few QObject binding tests | Kent Hansen | 2009-07-02 | 1 | -0/+23 |
|
|
* | | QAnimation: fix a jump in values when restarting an animation | Thierry Bastian | 2009-07-01 | 1 | -0/+5 |
|
|
* | | Animations: adding an autotest for jumping values when restarting | Thierry Bastian | 2009-07-01 | 1 | -0/+52 |
|
|
* | | Fixed inheritance of some attributes in SVG. | Suneel BS | 2009-07-01 | 1 | -0/+124 |
|
|
* | | tests: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT support | miniak | 2009-07-01 | 17 | -235/+122 |
|
|
* | | Added QGraphicsScene::sendEvent(). | J-P Nurmi | 2009-07-01 | 1 | -1/+28 |
|
|
* | | ItemViews: Fixed signal entered not being emitted when using the mouse | Thierry Bastian | 2009-07-01 | 1 | -0/+19 |
|
|
* | | Set the focus to a child widget when set on a QGroupBox | Benjamin Poulain | 2009-06-30 | 1 | -0/+11 |
|
|
* | | add 4.6 specific modifications to linguist tools tests | Oswald Buddenhagen | 2009-06-30 | 7 | -2/+123 |
|
|
* | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-30 | 200 | -0/+6573 |
|\ \
| |/ |
|
| * | integrate linguist tool autotests into the qt testsuite | Oswald Buddenhagen | 2009-06-30 | 200 | -0/+6573 |
|
|
* | | add basic tests for QVariant/QObject qtscript integration | Kent Hansen | 2009-06-30 | 1 | -0/+10 |
|
|
* | | Merge branch '4.5' | Marius Storm-Olsen | 2009-06-30 | 5 | -8/+43 |
|\ \
| |/ |
|
| * | Compile qmake autotest | Marius Storm-Olsen | 2009-06-30 | 1 | -1/+1 |
|
|
| * | QTemporaryFile: Report the user-provided openMode | João Abecasis | 2009-06-29 | 1 | -0/+33 |
|
|
| * | Fix autotest failure in QStyle:drawItemPixmap | Jens Bache-Wiig | 2009-06-29 | 2 | -1/+5 |
|
|
| * | bug fix | Derick Hawcroft | 2009-06-29 | 1 | -6/+4 |
|
|
* | | Fixes more DB autotests for testing against SQL Server | Bill King | 2009-06-30 | 3 | -20/+44 |
|
|
* | | QXmlQuery: add setFocus(const QString &). | Frans Englich | 2009-06-29 | 1 | -0/+52 |
|
|
* | | QMenuBar: adding autotest for the geometry calculation | Thierry Bastian | 2009-06-29 | 1 | -8/+34 |
|
|
* | | QMenuBar: adding autotest and simplify/fix geometry calculation | Thierry Bastian | 2009-06-29 | 1 | -0/+43 |
|
|
* | | QMenu: adding autotest for the geometry calculations | Thierry Bastian | 2009-06-29 | 1 | -0/+35 |
|
|
* | | Enable the new QWebHistory autotest, coming from src/3rdparty/webkit | Simon Hausmann | 2009-06-29 | 4 | -1/+61 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Jason McDonald | 2009-06-29 | 1 | -0/+76 |
|\ \ |
|
| * | | Fixed QPushButton sizeHint recalculation bug. | jasplin | 2009-06-29 | 1 | -0/+76 |
|
|
* | | | Fix license headers after multitouch+gestures merge. | Jason McDonald | 2009-06-29 | 1 | -5/+5 |
|/ / |
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Jason McDonald | 2009-06-29 | 10 | -0/+1163 |
|\ \ |
|
| * | | Added dummy backend for phonon for testing. | Kurt Korbatits | 2009-06-29 | 10 | -0/+1163 |
|
|
* | | | Fix old/missing license headers from multitouch+gestures merge. | Jason McDonald | 2009-06-29 | 3 | -6/+6 |
|/ / |
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-06-28 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Fix painting errors in QScrollArea on Mac (Carbon) | Morten Sørvig | 2009-06-26 | 1 | -0/+1 |
|
|