| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar... | Aaron Kennedy | 2009-07-23 | 50 | -465/+1269 |
|\ |
|
| * | fix linker error for the cetest tool | Joerg Bornemann | 2009-07-22 | 1 | -1/+2 |
|
|
| * | Merge commit 'origin/4.5' | Olivier Goffart | 2009-07-22 | 1 | -2/+5 |
| |\ |
|
| | * | Designer: Fixed bug in setting QUrl property values from resources. | Friedemann Kleint | 2009-07-22 | 1 | -2/+5 |
|
|
| * | | qdoc: Reported links to obsolete things that appear in non-obsolete things. | Martin Smith | 2009-07-22 | 1 | -2/+7 |
|
|
| * | | qdoc: Added page for obsolete classes. | Martin Smith | 2009-07-22 | 2 | -21/+59 |
|
|
| * | | qdoc: Changed to build qdoc3 in release mode. | Martin Smith | 2009-07-22 | 1 | -2/+3 |
|
|
| * | | configure -dont-process must build the host tools on Windows CE | Joerg Bornemann | 2009-07-21 | 2 | -2/+2 |
|
|
| * | | sunpro doesn't like templated friend classes, either | Oswald Buddenhagen | 2009-07-21 | 2 | -2/+2 |
|
|
| * | | 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 |
|
|
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Oswald Buddenhagen | 2009-07-20 | 1 | -9/+13 |
| |\ \ |
|
| | * | | 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 | 12 | -40/+78 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | Fix assert in message handling. | Frans Englich | 2009-07-20 | 1 | -3/+9 |
|
|
| | * | don't rely on system codec when handling PO files | Oswald Buddenhagen | 2009-07-17 | 4 | -7/+16 |
|
|
| | * | reorganize numerus form count normalization | Oswald Buddenhagen | 2009-07-17 | 9 | -30/+51 |
|
|
| | * | Designer fails to compile if Qt is compiled without size grip support | Antonio Aloisio | 2009-07-15 | 1 | -2/+4 |
|
|
| * | | doc: Increased memitemleft width from 160px to 180px. | Martin Smith | 2009-07-20 | 2 | -2/+3 |
|
|
| * | | checksdk now uses the bootstrap lib | Joerg Bornemann | 2009-07-20 | 4 | -62/+32 |
|
|
| * | | Compile fix for windows and wince | Denis Dzyubenko | 2009-07-20 | 2 | -0/+4 |
|
|
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | David Boddie | 2009-07-17 | 4 | -2/+11 |
| |\ \ |
|
| | * | | Add priority property to QAction | Jens Bache-Wiig | 2009-07-17 | 1 | -1/+7 |
|
|
| | * | | Update to also use a uifile.icns file for Designer. | Norwegian Rock Cat | 2009-07-17 | 3 | -1/+4 |
|
|
| * | | | Doc: Added XML Schema license information to the documentation. | David Boddie | 2009-07-17 | 1 | -2/+3 |
| |/ / |
|
| * | | Doc: Updated the version numbers in the documentation metadata. | David Boddie | 2009-07-17 | 7 | -13/+13 |
|
|
| * | | Allow picking up tool button style from the system | Jens Bache-Wiig | 2009-07-16 | 1 | -0/+5 |
|
|
| * | | Update the license headers in XML Schema to the new format | Thiago Macieira | 2009-07-16 | 2 | -2/+2 |
|
|
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Peter Hartmann | 2009-07-15 | 3 | -0/+92 |
| |\ \ |
|
| | * | | Added a version information to our executables. | Denis Dzyubenko | 2009-07-15 | 3 | -0/+92 |
|
|
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Peter Hartmann | 2009-07-15 | 44 | -412/+992 |
| |\ \ \
| | |/ / |
|
| * | | | Merge branch 'master' of git://gitorious.org/qt/qt | Tobias Koenig | 2009-07-05 | 1172 | -2891/+3766 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' of git://gitorious.org/qt/qt | Tobias Koenig | 2009-06-16 | 24 | -300/+411 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' of git://gitorious.org/qt/qt | Tobias Koenig | 2009-06-10 | 8 | -102/+217 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge commit 'qt-mainline/master' | Tobias Koenig | 2009-06-04 | 134 | -3132/+1456 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Adapt license headers to LGPL | Tobias Koenig | 2009-05-16 | 2 | -2/+62 |
|
|