| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync with QtCreator source, add's help startup options. | kh1 | 2009-08-03 | 6 | -40/+158 |
|
|
* | Merge branch '4.5' | Thiago Macieira | 2009-08-03 | 1 | -2/+4 |
|\ |
|
| * | Fix missing title quoting. | kh | 2009-07-27 | 1 | -2/+4 |
|
|
* | | Compilare necessus est | Volker Hilsheimer | 2009-08-01 | 1 | -1/+1 |
|
|
* | | Assistant: Performance fixes for help generator's pattern matching. | ck | 2009-07-31 | 1 | -7/+36 |
|
|
* | | Fix internal documentation after QUrl change. | kh | 2009-07-31 | 5 | -5/+5 |
|
|
* | | Fix compilation with xlC 7: operands to ?: must match. | Thiago Macieira | 2009-07-31 | 1 | -2/+2 |
|
|
* | | fix infinite loop when meeting improper trId() | Oswald Buddenhagen | 2009-07-30 | 1 | -1/+3 |
|
|
* | | Fix compilation with xlC 7: operands to ?: must match. | Thiago Macieira | 2009-07-30 | 1 | -1/+1 |
|
|
* | | Merge branch 'master' of git://git-nokia.trolltech.com.au/qtsoftware/qt/qt | Aaron Kennedy | 2009-07-30 | 5 | -7/+18 |
|\ \ |
|
| * | | Remove "no-stl" from the build key and add compatibility for old plugins. | Thiago Macieira | 2009-07-29 | 1 | -2/+0 |
|
|
| * | | qdoc: Added -obsoletelinks flag to opt in for reporting obsolete links. | Martin Smith | 2009-07-29 | 4 | -5/+18 |
|
|
* | | | Merge QML specific qdoc changes | Aaron Kennedy | 2009-07-29 | 19 | -312/+1413 |
|/ / |
|
* | | qdoc: Added superscript obsolete to obsolete links. | Martin Smith | 2009-07-28 | 2 | -2/+12 |
|
|
* | | Assistant/helpconverter: Remove hard-coded version check in ADP file. | ck | 2009-07-28 | 2 | -9/+17 |
|
|
* | | Assistant: Removed redundancy in index reader classes. | ck | 2009-07-27 | 8 | -210/+296 |
|
|
* | | qdoc: Fixed all references to obsolete QHttp classes. | Martin Smith | 2009-07-24 | 1 | -3/+11 |
|
|
* | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-07-24 | 2 | -5/+26 |
|\ \
| |/ |
|
| * | Enabled setting of DESIGNABLE=false-properties using FormWindowCursor API | Friedemann Kleint | 2009-07-23 | 1 | -4/+24 |
|
|
| * | Recognize .jui file format in lupdate | Eskil Abrahamsen Blomfeldt | 2009-07-23 | 1 | -0/+3 |
|
|
* | | configure shows Windows CE specific build steps when its done | Joerg Bornemann | 2009-07-23 | 1 | -2/+10 |
|
|
* | | repair showSummary after commit 08b3511a0c | Joerg Bornemann | 2009-07-23 | 1 | -1/+3 |
|
|
* | | qdoc: Removed obsolete classes from annotated lists. | Martin Smith | 2009-07-23 | 1 | -0/+3 |
|
|
* | | 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 |
|\ \ \
| |/ /
|/| /
| |/ |
|