| Commit message (Expand) | Author | Age | Files | Lines |
* | #215745 Doc Change, virtual function (operator) called from constructor | Peter Yard | 2009-07-24 | 1 | -1/+22 |
|
|
* | #159306 QAbstractItemModel::reset Doc change | Peter Yard | 2009-07-24 | 1 | -1/+2 |
|
|
* | #250741 Doc for Making task editable | Peter Yard | 2009-07-24 | 2 | -3/+38 |
|
|
* | 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 |
|
|
| * | doc: Print warning where \reimp is used where \internal should be used. | Martin Smith | 2009-07-20 | 1 | -9/+13 |
|
|
* | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-07-20 | 44 | -629/+636 |
|\ \
| |/
|/| |
|
| * | Fix QTextCodec case-insensitive comparison while in a Turkish locale. | Thiago Macieira | 2009-07-20 | 1 | -4/+8 |
|
|
| * | Fix assert in message handling. | Frans Englich | 2009-07-20 | 3 | -4/+28 |
|
|
| * | Fix the hand scrolling in QGraphicsView that will stop unexpectedly. | Alexis Menard | 2009-07-20 | 1 | -1/+1 |
|
|
| * | Fix crash when native socket notifiers would send a notification after being ... | Norwegian Rock Cat | 2009-07-20 | 1 | -4/+8 |
|
|
| * | fix crash due to null pointer referencing | Alex | 2009-07-20 | 1 | -1/+1 |
|
|
| * | don't rely on system codec when handling PO files | Oswald Buddenhagen | 2009-07-17 | 5 | -8/+17 |
|
|
| * | QDirIterator: Doc fixes and whitespace cleanup | João Abecasis | 2009-07-17 | 1 | -19/+12 |
|
|
| * | Refactoring QDirIteratorPrivate::pushSubDirectory | João Abecasis | 2009-07-17 | 1 | -26/+15 |
|
|
| * | QDirIterator: reducing "randomness" | João Abecasis | 2009-07-17 | 1 | -10/+3 |
|
|