Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | use right method to record new messages | Oswald Buddenhagen | 2009-11-11 | 1 | -1/+1 | |
| * | | do not consider plural source in comparisons | Oswald Buddenhagen | 2009-11-11 | 1 | -4/+0 | |
| * | | remove unused TranslatorMessage::operator<() | Oswald Buddenhagen | 2009-11-11 | 2 | -12/+0 | |
| * | | cut code dupe ... | Oswald Buddenhagen | 2009-11-11 | 1 | -12/+5 | |
| * | | don't construct a new message for look-up purposes only | Oswald Buddenhagen | 2009-11-11 | 3 | -13/+5 | |
| * | | Doc: Fixed whitespace. | David Boddie | 2009-11-11 | 1 | -6/+5 | |
| * | | Doc: Attempt to fix broken Xcode markup. | David Boddie | 2009-11-11 | 1 | -2/+2 | |
* | | | Assistant: Fix license header. | ck | 2009-11-13 | 1 | -1/+1 | |
* | | | fix cetest compilation following bootstrap changes | Oswald Buddenhagen | 2009-11-12 | 1 | -0/+1 | |
* | | | Fixed border around classes table at the bottom-right | Thorbjørn Lindeijer | 2009-11-10 | 1 | -4/+4 | |
* | | | Merge remote branch 'mainline/4.6' into 4.6 | Oswald Buddenhagen | 2009-11-10 | 11 | -26/+75 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'tools-team/4.6' (early part) into 4.6 | Oswald Buddenhagen | 2009-11-10 | 19 | -275/+323 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| * | | | Merge branch '4.6-platform' into 4.6 | Denis Dzyubenko | 2009-11-09 | 1 | -0/+11 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Bradley T. Hughes | 2009-11-09 | 17 | -164/+300 | |
| | |\ \ \ | ||||||
| | * | | | | Added a -no-native-gestures option for configure.exe | Denis Dzyubenko | 2009-11-06 | 1 | -0/+11 | |
| | | |_|/ | | |/| | | ||||||
| * | | | | Merge branch '4.6-api-review' into 4.6 | Marius Storm-Olsen | 2009-11-09 | 9 | -19/+30 | |
| |\ \ \ \ | ||||||
| | * | | | | API review: *Count() are not plural | Marius Storm-Olsen | 2009-11-09 | 5 | -12/+23 | |
| | * | | | | API review: Rename functions numColors(), setNumColors() and numBytes() | Marius Storm-Olsen | 2009-11-06 | 2 | -5/+5 | |
| | * | | | | API review: QRegExp::numCaptures() -> QRegExp::captureCount() | Marius Storm-Olsen | 2009-11-06 | 2 | -2/+2 | |
| | |/ / / | ||||||
| * | | | | Merge commit 'b65fd82299' from qt-core-team 4.6 into 4.6 | Marius Storm-Olsen | 2009-11-09 | 1 | -4/+1 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | Add src/tools/tools.pro, and use when building host tools for xcompiling | Marius Storm-Olsen | 2009-11-04 | 1 | -4/+1 | |
| * | | | | Merge commit 'ceteam/4.6' into 4.6 | Joerg Bornemann | 2009-11-09 | 1 | -3/+33 | |
| |\ \ \ \ | ||||||
| | * | | | | cetest crashes and no helpful debugging provided | Keith Isdale | 2009-11-06 | 1 | -3/+33 | |
| | | |/ / | | |/| | | ||||||
* | | | | | uic/Designer: Use correct margin defaults for custom page-based containers. | Friedemann Kleint | 2009-11-10 | 4 | -51/+62 | |
* | | | | | build lrelease bootstrapped | Oswald Buddenhagen | 2009-11-10 | 7 | -12/+147 | |
* | | | | | don't use qApp->arguments() | Oswald Buddenhagen | 2009-11-10 | 1 | -16/+15 | |
| |_|_|/ |/| | | | ||||||
* | | | | Designer: Use toolbar in Signal/Slot editor | Friedemann Kleint | 2009-11-10 | 1 | -9/+10 | |
* | | | | Assistant: Add missing initialization of member variable. | ck | 2009-11-09 | 1 | -0/+1 | |
* | | | | Fix Assistant losing font settings across invocations. | kh1 | 2009-11-09 | 2 | -62/+67 | |
* | | | | Fix some warnings. | kh1 | 2009-11-09 | 1 | -3/+2 | |
* | | | | Assistant: Fix bugs related to setting the current filter remotely. | ck | 2009-11-09 | 3 | -10/+14 | |
* | | | | record id-based messages even if they have an empty source | Oswald Buddenhagen | 2009-11-06 | 3 | -20/+16 | |
* | | | | handle messages with ids (more) correctly | Oswald Buddenhagen | 2009-11-06 | 4 | -52/+138 | |
* | | | | kill TranslatorMessage::operator==() and qHash(TranslatorMessage) | Oswald Buddenhagen | 2009-11-06 | 5 | -29/+27 | |
* | | | | eliminate TranslatorMessagePtr from the Translator api | Oswald Buddenhagen | 2009-11-06 | 6 | -48/+51 | |
* | | | | improve ordered message insertion | Oswald Buddenhagen | 2009-11-06 | 1 | -1/+1 | |
* | | | | eliminate Translator::contains() | Oswald Buddenhagen | 2009-11-06 | 3 | -11/+11 | |
* | | | | eliminate Translator::replace() | Oswald Buddenhagen | 2009-11-06 | 3 | -17/+3 | |
* | | | | use right method to record new messages | Oswald Buddenhagen | 2009-11-06 | 1 | -1/+1 | |
* | | | | do not consider plural source in comparisons | Oswald Buddenhagen | 2009-11-06 | 1 | -4/+0 | |
* | | | | remove unused TranslatorMessage::operator<() | Oswald Buddenhagen | 2009-11-06 | 2 | -12/+0 | |
* | | | | cut code dupe ... | Oswald Buddenhagen | 2009-11-06 | 1 | -12/+5 | |
* | | | | don't construct a new message for look-up purposes only | Oswald Buddenhagen | 2009-11-06 | 3 | -13/+5 | |
|/ / / | ||||||
* | | | Merge remote branch 'mainline/4.6' into 4.6 | Oswald Buddenhagen | 2009-11-06 | 3 | -1/+10 | |
|\ \ \ | ||||||
| * \ \ | Merge branch '4.6-s60' into 4.6 | axis | 2009-11-06 | 2 | -0/+5 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60 | axis | 2009-11-05 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | * \ \ | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60 | axis | 2009-11-04 | 15 | -43/+106 | |
| | |\ \ \ | ||||||
| | * | | | | Added UIDs to projects lacking them | Miikka Heikkinen | 2009-11-04 | 2 | -0/+5 | |
| * | | | | | Make declarative support in configure.exe auto. | Martin Jones | 2009-11-05 | 1 | -1/+5 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Assistant: Fixes related to search configuration. | ck | 2009-11-06 | 2 | -3/+2 | |