summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'refactor' of scm.dev.nokia.troll.no:qt/qtbase-staging into refa...Jørgen Lind2011-06-106-2/+21
|\
| * Added frameMargins() API and support in XCB plugin.Samuel Rødal2011-06-104-0/+19
| * Compile Windows.Friedemann Kleint2011-06-102-2/+2
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-1024-121/+364
|\ \ | |/ |/|
| * Fontengine buildfix for xcb platform plugin.Tapani Mikola2011-06-104-11/+7
| * 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-081-0/+2
| * 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
| * Add function QGlyphRun::setRawData()Eskil Abrahamsen Blomfeldt2011-06-076-53/+111
| * Moved common module profiles to be feature profiles.axis2011-06-051-1/+1
| * Correct antialias disabling logic for Core TextJiang Jiang2011-06-041-3/+2
| * Fix Windows buildJiang Jiang2011-06-031-2/+2
| * Refactor glyph pretransform checkJiang Jiang2011-06-036-56/+62
* | Actually add QEventDispatcherMac.Morten Sorvig2011-06-102-0/+1368
* | QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-1016-362/+433
* | Add QEventDispatcherMac.Morten Sorvig2011-06-093-1/+18
* | Remove QPlatformEventLoopIntegration.Morten Sorvig2011-06-099-424/+17
* | Cursor support in xcb plug-in.Laszlo Agocs2011-06-084-4/+40
* | Avoid out of bounds writeLars Knoll2011-06-081-2/+4
* | 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
* | Implement QDropEvent::source() againLars Knoll2011-06-072-7/+5
* | Protect against deleted windowsLars Knoll2011-06-071-0/+24
* | Initialize variableLars Knoll2011-06-071-0/+1
* | Implement XDnD in the xcb pluginLars Knoll2011-06-072-54/+55
* | Add a startDrag to QPlatformDragLars Knoll2011-06-072-1/+4
* | Buildfix for Mac OSRichard Moe Gustavsen2011-06-071-1/+1
* | Made tst_QWidget::updateWhileMinimized() pass.Samuel Rødal2011-06-067-1/+104
* | Make building of platform plugins indifferent if its out of sourceJørgen Lind2011-06-061-1/+1
* | Add support for mouse and keyboard grab.Laszlo Agocs2011-06-034-0/+37
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-014-11/+86
|\|
| * Make TextEdit word selection more natural.Andrew den Exter2011-06-011-1/+1
| * Ensure the TextEdit cursor delegate is repositioned on mouse events.Andrew den Exter2011-06-011-1/+3
| * Don't crash on an invalid replacementStart from an input method.Andrew den Exter2011-06-011-1/+3
| * Fix build in C++0x modeBernhard Rosenkraenzer2011-05-313-8/+8
| * Support placing cursor in ligature with mouse or touchJiang Jiang2011-05-303-7/+82
| * Fix ligature offset in multi-line textJiang Jiang2011-05-271-2/+2
| * Fix compile for systems with old fontconfigJiang Jiang2011-05-271-0/+5
| * Fix infinite recursion when changing geometry on MacGabriel de Dietrich2011-05-261-7/+5
| * Fix QGLWidget::renderPixmap for raster engine on MacJiang Jiang2011-05-251-2/+9
| * Workaround a bug in Core Text to select Light fontsJiang Jiang2011-05-251-1/+6
| * Fix QFontEngineX11FT compilationJiang Jiang2011-05-251-0/+2
| * Compile. Morten Sorvig2011-05-251-13/+0
* | add a platform interface for DnDLars Knoll2011-06-017-142/+132
* | Clean up DnD codeLars Knoll2011-06-014-480/+403