| Commit message (Expand) | Author | Age | Files | Lines |
* | fix tests for QT_NO_PROCESS and when running tests as root | Harald Fernengel | 2009-07-21 | 14 | -26/+82 |
|
|
* | use /usr/bin/env perl as interpreter | Harald Fernengel | 2009-07-21 | 1 | -1/+1 |
|
|
* | Remove Stickman editor | Eskil Abrahamsen Blomfeldt | 2009-07-21 | 7 | -437/+0 |
|
|
* | Remove unused gesture related defines and structures | Bradley T. Hughes | 2009-07-21 | 2 | -101/+56 |
|
|
* | Compile with QT_NO_PROCESS or QT_NO_SETTINGS | Harald Fernengel | 2009-07-21 | 1 | -3/+3 |
|
|
* | Try to express ourselves better in the explanation for the curve types. | Jan-Arve Sæther | 2009-07-21 | 1 | -81/+84 |
|
|
* | Doc fixes to QEasingCurve. | Jan-Arve Sæther | 2009-07-21 | 47 | -19/+25 |
|
|
* | sunpro doesn't like templated friend classes, either | Oswald Buddenhagen | 2009-07-21 | 2 | -2/+2 |
|
|
* | Fix compiler warning about initialization order | hjk | 2009-07-21 | 1 | -2/+2 |
|
|
* | Compile fix with namespaced Qt | hjk | 2009-07-21 | 3 | -0/+12 |
|
|
* | Fixes memory leak of global data. | Denis Dzyubenko | 2009-07-21 | 1 | -1/+5 |
|
|
* | LayeredPane should not be reported as an IP address edit control to MSAA | Jan-Arve Sæther | 2009-07-21 | 2 | -0/+3 |
|
|
* | Doc: mark QImage/QPixmap alphaChannel and setAlphaChannel as obsolete. | Volker Hilsheimer | 2009-07-21 | 2 | -41/+38 |
|
|
* | Match the behavior of the Windows configure and allow the user to type | Benjamin C Meyer | 2009-07-21 | 1 | -1/+1 |
|
|
* | Workaround for transacted, locked and inaccesible files | Ritt Konstantin | 2009-07-20 | 2 | -2/+104 |
|
|
* | Doc: fix links between QGraphicsItem and QTouchEvent | Volker Hilsheimer | 2009-07-20 | 2 | -7/+7 |
|
|
* | Doc: fix formatting of lists. | Volker Hilsheimer | 2009-07-20 | 1 | -12/+17 |
|
|
* | Doc: not an overload | Volker Hilsheimer | 2009-07-20 | 1 | -2/+0 |
|
|
* | Use QVERIFY in benchmarks, insteads of returning silently in case of error | Olivier Goffart | 2009-07-20 | 1 | -4/+2 |
|
|
* | Add low level POSIX bench on Windows | Ritt Konstantin | 2009-07-20 | 1 | -6/+31 |
|
|
* | Adding test case for PNG compression icon loading | miniak | 2009-07-20 | 2 | -0/+33 |
|
|
* | Partial fix for Qt issue #244648 - QtIcoHandler does not support large & Vist... | miniak | 2009-07-20 | 1 | -0/+12 |
|
|
* | Return selectedFilter in QGtkStyle file dialogs | Lukáš Lalinský | 2009-07-20 | 2 | -5/+27 |
|
|
* | Doc: clarify relevance for QGraphicsItem and add a few \sa | Volker Hilsheimer | 2009-07-20 | 1 | -26/+84 |
|
|
* | Doc: small improvements | Volker Hilsheimer | 2009-07-20 | 2 | -6/+21 |
|
|
* | Doc: Make QAction::priority/Priority documentation clearer | Volker Hilsheimer | 2009-07-20 | 1 | -9/+9 |
|
|
* | Fixed includes in the gestures public headers. | Denis Dzyubenko | 2009-07-20 | 2 | -10/+9 |
|
|
* | Fixes build for Windows Mobile | Thomas Hartmann | 2009-07-20 | 1 | -1/+0 |
|
|
* | doc: Changed several \reimp to \internal | Martin Smith | 2009-07-20 | 8 | -22/+8 |
|
|
* | absolute lupdate path for the new test as well | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+1 |
|
|
* | Fix static leak to make valgrinding easier. | dt | 2009-07-20 | 1 | -63/+61 |
|
|
* | micro-optimize: (x.toLower() == y) => !x.compare(y, Qt:: CaseInsensitive) | Oswald Buddenhagen | 2009-07-20 | 1 | -10/+10 |
|
|
* | fix return value of error() & co | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+2 |
|
|
* | make message() & co. handling more qmake-like | Oswald Buddenhagen | 2009-07-20 | 1 | -14/+1 |
|
|
* | expand arguments to s// operator | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+1 |
|
|
* | support loops: implement for(), next() & break() | Oswald Buddenhagen | 2009-07-20 | 4 | -4/+149 |
|
|
* | implement if() test | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+81 |
|
|
* | implement {greater,less}Than(), equals(), clear() & unset() | Oswald Buddenhagen | 2009-07-20 | 1 | -5/+53 |
|
|
* | support custom functions: implement defineTest(), defineReplace(), defined(),... | Oswald Buddenhagen | 2009-07-20 | 4 | -110/+283 |
|
|
* | remove return values from the visitors which need none | Oswald Buddenhagen | 2009-07-20 | 3 | -38/+36 |
|
|
* | surround file inclusion with saving/restoring condition state | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+4 |
|
|
* | fix conditionals, in particular the nested else handling | Oswald Buddenhagen | 2009-07-20 | 1 | -31/+27 |
|
|
* | fix m_invertNext effect scoping | Oswald Buddenhagen | 2009-07-20 | 1 | -2/+4 |
|
|
* | put condition state variables into a structure | Oswald Buddenhagen | 2009-07-20 | 2 | -23/+32 |
|
|
* | return value cleanup | Oswald Buddenhagen | 2009-07-20 | 1 | -97/+61 |
|
|
* | ifdef cleanup | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+1 |
|
|
* | compile against the Windows 7 SDK RC | Bradley T. Hughes | 2009-07-20 | 1 | -15/+16 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Oswald Buddenhagen | 2009-07-20 | 4 | -32/+240 |
|\ |
|
| * | doc: Changed several \reimp to \internal | Martin Smith | 2009-07-20 | 2 | -19/+19 |
|
|
| * | On Vista the native file dialog search feature return wrong paths. | Prasanth Ullattil | 2009-07-20 | 1 | -4/+208 |
|
|