summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Get rid of qt_qpa_set_cursor from QGuiApplication for now.Samuel Rødal2011-05-063-5/+2
* Get rid of stale QWidget-stuff from QGuiApplication.Samuel Rødal2011-05-063-226/+10
* compile fixesLars Knoll2011-05-054-1/+3
* remove qwidget dependencies from keymapperLars Knoll2011-05-056-6/+7
* move gesture event into qgesture.*Lars Knoll2011-05-056-415/+412
* compile fixesLars Knoll2011-05-051-1/+3
* remove some more qapp dependenciesLars Knoll2011-05-059-32/+20
* special directory for stuff we want to move from widgets to guiLars Knoll2011-05-0521-12/+34
* move some more files into proper placesLars Knoll2011-05-0514-6/+2
* remove some dependencies to QTextEditLars Knoll2011-05-054-17/+15
* remove some QApplication dependenciesLars Knoll2011-05-053-27/+3
* QPixmapFilter will live in QtWidgetsLars Knoll2011-05-055-4/+5
* Get rid of more QWidget / QApplication dependencies.Samuel Rødal2011-05-0414-66/+64
* remove QWidget dependencies.Lars Knoll2011-05-043-4/+0
* separate QPrinter and QPrintDialogLars Knoll2011-05-048-42/+32
* More QApplication prefixes changed.Samuel Rødal2011-05-046-10/+10
* qdrawutil is for QtWidgetsLars Knoll2011-05-046-6/+4
* Use base-class prefix instead of QApplication:: where possible.Samuel Rødal2011-05-043-17/+17
* Move some cursor handling to QGuiApplication from QApplication.Samuel Rødal2011-05-049-311/+317
* that signal has moved to QGuiApplicationLars Knoll2011-05-041-1/+0
* remove some unused codeLars Knoll2011-05-043-57/+0
* QStylePainter belongs in QtWidgetsLars Knoll2011-05-044-3/+3
* Move KeyPlatform and currentPlatform() to QGuiApplicationPrivate.Samuel Rødal2011-05-046-182/+185
* Closing of popups in QWidgetWindow.Samuel Rødal2011-05-042-1/+5
* Remove unused variable.Samuel Rødal2011-05-043-6/+0
* move platform specific files out of the wayLars Knoll2011-05-04143-0/+0
* Implemented enter / leave events for QWidget.Samuel Rødal2011-05-043-10/+32
* More fixes...Samuel Rødal2011-05-041-0/+6
* Improved handling of child windows.Samuel Rødal2011-05-045-37/+37
* forgot this fileLars Knoll2011-05-041-0/+94
* moving some more files around.Lars Knoll2011-05-0415-15/+15
* split kernel/ up according to the future library splitLars Knoll2011-05-04110-106/+28
* remove constructorLars Knoll2011-05-041-3/+0
* Merge remote branch 'origin/master' into refactorLars Knoll2011-05-0453-460/+988
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtbase-stagingGunnar Sletta2011-05-041-0/+8
| |\
| | * Include pixel size of font in exported HTML from QTextDocumentEskil Abrahamsen Blomfeldt2011-05-041-0/+8
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtbase-stagingGunnar Sletta2011-05-041-1/+5
| |\|
| | * Move private headers into versioned subdirectoryMarius Storm-Olsen2011-05-021-1/+1
| | * Add module.prf, and install MODULE_PRI for each moduleMarius Storm-Olsen2011-05-021-0/+4
| * | Compile on WindowsEskil Abrahamsen Blomfeldt2011-05-041-1/+1
| * | Remove warningsJørgen Lind2011-05-042-1/+2
| * | Lighthouse: Fix virtual desktopwidgetJørgen Lind2011-05-042-9/+4
| * | Support gamma correction of text on GLEskil Abrahamsen Blomfeldt2011-05-032-9/+14
| * | Make pixel size a qreal in QRawFontEskil Abrahamsen Blomfeldt2011-05-022-5/+5
| * | Support more items for QTextCharFormat::VerticalAlignment enum for custom tex...Dmitry Zelenkovsky2011-05-022-3/+13
| * | Use maximum ascent/descent/leading from fallback fonts in shapingJiang Jiang2011-04-296-8/+20
| * | Another ugly hack to make bidi cursor work with Core TextJiang Jiang2011-04-291-3/+24
| * | Make sure layoutData exist before checking for string directionJiang Jiang2011-04-291-0/+2
| * | Take leading space width into account for painting and selectionJiang Jiang2011-04-292-1/+4
| * | Remove extra comma at the end of enum listJiang Jiang2011-04-291-1/+1