summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-1052-515/+625
|\
| * Fontengine buildfix for xcb platform plugin.Tapani Mikola2011-06-105-11/+9
| * Allow selecting fonts with irregular style namesJiang Jiang2011-06-0911-96/+204
| * 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-081-4/+73
| * Fix modules to load(qt_module) firstMarius Storm-Olsen2011-06-088-0/+16
| * 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 regression that caused waitForXXX(-1) to fail.Thiago Macieira2011-06-071-1/+1
| * Add function QGlyphRun::setRawData()Eskil Abrahamsen Blomfeldt2011-06-076-53/+111
| * 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
| * Moved common module profiles to be feature profiles.axis2011-06-0518-289/+18
| * Correct antialias disabling logic for Core TextJiang Jiang2011-06-041-3/+2
| * Install some headers that were previously missing from install.axis2011-06-032-1/+15
| * Fix Windows buildJiang Jiang2011-06-031-2/+2
| * Refactor glyph pretransform checkJiang Jiang2011-06-039-56/+65
| * Allow SHM buffers to be displayed in Wayland plugin when using DRMAndy Nichols2011-06-011-0/+1
* | 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-101-0/+2
* | 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-1046-86/+221
* | Actually add QEventDispatcherMac.Morten Sorvig2011-06-102-0/+1368
* | QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-1074-986/+1341
* | Use XLookupString for translating key events.Laszlo Agocs2011-06-093-35/+82
* | Add QEventDispatcherMac.Morten Sorvig2011-06-099-184/+19
* | Remove QPlatformEventLoopIntegration.Morten Sorvig2011-06-0910-425/+17
* | Bail out from cursor creation when malloc fails.Laszlo Agocs2011-06-091-0/+6
* | Get modifier mapping using standard X, no need for libxkbcommon here.Laszlo Agocs2011-06-092-33/+52
* | Create custom cursors via XRender.Laszlo Agocs2011-06-096-15/+120
* | Cursor support in xcb plug-in.Laszlo Agocs2011-06-0819-178/+1002
* | Avoid out of bounds writeLars Knoll2011-06-081-2/+4
* | Undefine DrawText in qlineedit.cppOlli Werwolff2011-06-081-0/+3
* | Most checks for windows in widgets have to be ws specificOlli Werwolff2011-06-084-8/+8
* | use correct includes in qaccessible_win.cpp/qwizard_win_p.hOlli Werwolff2011-06-082-5/+5
* | Do not compile _win files when -qpa is usedOlli Werwolff2011-06-084-5/+5
* | QTextDocumentLayout has to be exported as it is used in widgetsOlli Werwolff2011-06-081-1/+1
* | Fixed compilation with QT_NO_PRINTEROlli Werwolff2011-06-081-0/+2
* | cosmetic changesLars Knoll2011-06-082-5/+5
* | Fix behaviour after WM_TAKE_FOCUSLars Knoll2011-06-081-1/+0
* | Use Q_WIDGETS_EXPORT for widgets libraryOlli Werwolff2011-06-08227-450/+465
* | revert accidental commitLars Knoll2011-06-071-1/+1
* | remove unused codeLars Knoll2011-06-071-118/+0
* | cleanups codeLars Knoll2011-06-079-166/+147
* | Implement QDropEvent::source() againLars Knoll2011-06-075-10/+8