summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Autodetect the xcb backendJørgen Lind2011-06-108-6/+220
* Use XCB_GRAVITY_STATIC in XCB plugin for frame independent geometry.Samuel Rødal2011-06-102-1/+3
* Merge branch 'refactor' of scm.dev.nokia.troll.no:qt/qtbase-staging into refa...Jørgen Lind2011-06-1011-19/+165
|\
| * Added frameMargins() API and support in XCB plugin.Samuel Rødal2011-06-109-17/+163
| * Compile Windows.Friedemann Kleint2011-06-102-2/+2
* | Compile fix, and remove warningsJørgen Lind2011-06-104-4/+6
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-10179-732/+1529
|\ \ | |/ |/|
| * Fontengine buildfix for xcb platform plugin.Tapani Mikola2011-06-105-11/+9
| * tst_qnetworkreply: Fix divide by zero crash on MacOS XShane2011-06-101-1/+1
| * Allow selecting fonts with irregular style namesJiang Jiang2011-06-0912-96/+217
| * Duplicate some harfbuzz symbols inside Qt.Gunnar Sletta2011-06-094-3/+115
| * Use homePath instead of homeDirPathEckhart Koppen2011-06-091-1/+1
| * Add tilde (both ~ and ~<user>) expansion to QFileDialog on UNIX.Pierre Rossi2011-06-082-4/+112
| * Fix modules to load(qt_module) firstMarius Storm-Olsen2011-06-088-0/+16
| * Complain if we don't load(qt_module) firstMarius Storm-Olsen2011-06-082-4/+19
| * Fix typo from 1835afe6Marius Storm-Olsen2011-06-081-1/+1
| * Reorder member varibles in QGlyphRunPrivate to eliminate warningJiang Jiang2011-06-081-4/+4
| * Fix warning in qtextengine compilationJiang Jiang2011-06-081-1/+1
| * Fix compile when configure with no fontconfig supportJiang Jiang2011-06-081-3/+3
| * Fix usage of QT_SOURCE_TREEMarius Storm-Olsen2011-06-07107-159/+159
| * Fix regression that caused waitForXXX(-1) to fail.Thiago Macieira2011-06-073-5/+48
| * Add function QGlyphRun::setRawData()Eskil Abrahamsen Blomfeldt2011-06-077-53/+190
| * Added private header dependencies to MeeGo graphics system pluginEckhart Koppen2011-06-061-1/+1
| * Use Raster pixmaps for the EglFS pluginGunnar Sletta2011-06-061-2/+2
| * Added module CONFIG to uitools.axis2011-06-061-1/+2
| * Make qmake slightly more verbose with its syncqt output.axis2011-06-061-3/+5
| * Disable trying to compile network tests which require QtScriptMarius Storm-Olsen2011-06-062-3/+2
| * Moved common module profiles to be feature profiles.axis2011-06-0521-289/+292
| * Correct antialias disabling logic for Core TextJiang Jiang2011-06-041-3/+2
| * Correct QStaticText tests after recent changesJiang Jiang2011-06-041-2/+2
| * Implemented module-local caching of module profiles.axis2011-06-033-22/+58
| * Install some headers that were previously missing from install.axis2011-06-032-1/+15
| * Don't base QTDIR detection on .qmake.cache.axis2011-06-031-7/+0
| * Make sure that we error out if we cannot write forwarding profile.axis2011-06-031-1/+1
| * Changes needed for Qt to accept module .qmake.cache files.axis2011-06-031-3/+8
| * Add basic static text drawing capability to lanceJiang Jiang2011-06-033-0/+143
| * Fix Windows buildJiang Jiang2011-06-031-2/+2
| * Refactor glyph pretransform checkJiang Jiang2011-06-039-56/+65
| * Fixed an argument parsing bug in syncqt.axis2011-06-021-6/+6
| * Allow SHM buffers to be displayed in Wayland plugin when using DRMAndy Nichols2011-06-011-0/+1
| * tst_qnetworkreply: add a test for http abort.Martin Petersson2011-06-011-6/+52
* | Fix QtPlatformSupport when compiling with glx and xcbJørgen Lind2011-06-102-3/+3
* | Fix versionheader name for QtPlatformSupportJørgen Lind2011-06-101-1/+1
* | idc: Do not link against QtGui.Friedemann Kleint2011-06-102-1/+3
* | Remove the platforms/install_rules directoryJørgen Lind2011-06-105-56/+0
* | Update dependency list in xcb READMEJørgen Lind2011-06-101-1/+1
* | QtPlatformSupport: A helper library for platform pluginsJørgen Lind2011-06-1064-256/+179
* | Actually add QEventDispatcherMac.Morten Sorvig2011-06-102-0/+1368
* | QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-1077-1038/+1426
* | Use XLookupString for translating key events.Laszlo Agocs2011-06-093-35/+82