summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-05-054-2/+36
|\
| * Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-044-2/+36
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-042-1/+28
| | |\
| | | * QNAM HTTP: Fix bug with explicitly zero-length compressed responses.Andreas Kling2011-05-042-1/+28
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-05-032-0/+33
| | |\ \ | | | |/ | | |/|
| | | * Add enablers for Symbian App BoosterSimon Frost2011-05-032-0/+33
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-032-2/+3
| | |\ \
| | | * | Don't rely on uninitialized dataJoão Abecasis2011-05-031-0/+1
| | | * | Don't realloc user-provided bufferJoão Abecasis2011-05-031-2/+2
| | |/ /
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-05-0521-158/+204
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-fire-teamQt Continuous Integration System2011-05-046-12/+60
| |\ \ \ \
| | * | | | Compile on WindowsEskil Abrahamsen Blomfeldt2011-05-041-1/+1
| | * | | | Support gamma correction of text on GLEskil Abrahamsen Blomfeldt2011-05-036-12/+60
| * | | | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-fire-teamQt Continuous Integration System2011-05-03712-14739/+61375
| |\ \ \ \ \ | | |/ / / /
| | * | | | Remove QFontEngineFT::loadGlyphMetricsJiang Jiang2011-05-032-101/+0
| | * | | | Make autotest more resilient against network timeoutaavit2011-05-033-6/+9
| | * | | | Do not filter adhoc clientsaavit2011-05-031-2/+2
| | * | | | Lancelot: Add configurable client filtering to baseline serveraavit2011-05-032-10/+32
| | * | | | Improve error reporting on failure to connect to baseline serveraavit2011-05-032-1/+2
| | * | | | Fixed bug in X11 backend when creating translucent windows.Samuel Rødal2011-05-031-2/+7
| | * | | | Only cleanup share widget if it has been created.Armin Berres2011-05-021-3/+9
| | * | | | Add required font metrics functions to QRawFontJiang Jiang2011-05-022-0/+56
| | * | | | Fixed bug in QPdfEngine::addImage causing mono images to be made 32 bitMatthew Cattell2011-05-021-1/+4
| | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-teamaavit2011-05-025-22/+25
| | |\ \ \ \
| | | * | | | Make pixel size a qreal in QRawFontEskil Abrahamsen Blomfeldt2011-05-023-21/+21
| * | | | | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-fire-teamQt Continuous Integration System2011-04-296-2/+27
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Make sure removed QTextBlock is invalidJiang Jiang2011-04-294-1/+23
| | * | | | | Make sure QFont's resolve mask is copied on compilers with C++0x supportEskil Abrahamsen Blomfeldt2011-04-291-1/+1
| | * | | | | Fix glyph position issue with fallback fontsJiang Jiang2011-04-291-0/+3
* | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-05-0514-103/+250
|\ \ \ \ \ \ \
| * | | | | | | don't crash in QProcessEnvironment::systemEnvironment()Oswald Buddenhagen2011-05-042-12/+12
| * | | | | | | qmake: Introduce new template typeChristian Kandeler2011-05-034-4/+26
| * | | | | | | no environment on WinCEOswald Buddenhagen2011-05-021-0/+4
| * | | | | | | fix Widestring vs. Ansi mixupOswald Buddenhagen2011-05-021-1/+1
| * | | | | | | fix potential crash in QProcessEnvironment::systemEnvironment() on windowsOswald Buddenhagen2011-05-021-10/+11
| * | | | | | | Fix compilation with QT_NO_*Tasuku Suzuki2011-05-023-0/+9
| * | | | | | | fix build on symbianOswald Buddenhagen2011-05-021-62/+60
| * | | | | | | skip widget when its focusPolicy is Qt::ClickFocus in TabOrderEditorTasuku Suzuki2011-05-021-1/+1
| * | | | | | | fix build on macOswald Buddenhagen2011-05-021-0/+12
| * | | | | | | Merge remote-tracking branch 'origin/4.8' into HEADThiago Macieira2011-04-29143-1244/+4582
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | make QProcessEnvironment on Unix cache converted valuesOswald Buddenhagen2011-04-292-4/+35
| * | | | | | | make QProcessEnvironment::systemEnvironment() encoding-safeOswald Buddenhagen2011-04-293-15/+39
| * | | | | | | make QProcessEnvironment on Unix cache converted variable namesOswald Buddenhagen2011-04-293-11/+50
| * | | | | | | move key/value converters to the private classOswald Buddenhagen2011-04-292-24/+15
| * | | | | | | make QProcessEnvironment on Windows preserve variable name caseOswald Buddenhagen2011-04-294-13/+28
| * | | | | | | split QProcessEnvironmentPrivate::Unit into Key and ValueOswald Buddenhagen2011-04-292-11/+14
| * | | | | | | remove unused functionsOswald Buddenhagen2011-04-291-12/+0
| * | | | | | | minor optimization: use QList::reserve()Oswald Buddenhagen2011-04-291-0/+2
| * | | | | | | use the Hash typedefOswald Buddenhagen2011-04-293-13/+13
| * | | | | | | Changelog: Qt Designer 4.8Friedemann Kleint2011-04-281-2/+10