summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename QGlyphs -> QGlyphRunEskil Abrahamsen Blomfeldt2011-05-1012-134/+135
* Add internal documentation for QUnifiedToolbarSurface.Fabien Freling2011-05-101-0/+33
* Change the repaint() call to an update().Fabien Freling2011-05-101-2/+2
* Change the repaint() to an update().Fabien Freling2011-05-101-4/+4
* Set the default graphics system to raster.Fabien Freling2011-05-101-1/+1
* Revert "Switch the default graphics system to raster on Mac."Fabien Freling2011-05-101-1/+1
* Fix a race condition when the main window is being destructed.Fabien Freling2011-05-102-1/+3
* Switch the default graphics system to raster on Mac.Fabien Freling2011-05-101-1/+1
* Remove const from QPlatformClipboard::mimeData().Laszlo Agocs2011-05-106-11/+9
* Retrieve the actual data in the Wayland clipboard only when requested.Laszlo Agocs2011-05-102-23/+69
* Fix QDefaultAnimationDriverAlan Alpert2011-05-102-4/+7
* Turned on private headers for some plugins.Jonni Rainisto2011-05-092-0/+4
* Added Wayland selection support.Laszlo Agocs2011-05-0913-3/+367
* Add qglobal.h exports for QtLocation & QtSensorsAlex2011-05-091-20/+46
* Install private headers into the correct locationMarius Storm-Olsen2011-05-071-1/+1
* Fix QRawFont::setPixelSize() on MacEskil Abrahamsen Blomfeldt2011-05-061-1/+1
* Fix QPainter::drawGlyphs() with non-affine transformationEskil Abrahamsen Blomfeldt2011-05-061-1/+8
* uic: Remove Q3Support.Friedemann Kleint2011-05-064-431/+15
* Dont do doneCurrent in swapBuffersJørgen Lind2011-05-051-1/+0
* compile openvg with private headersMarius Storm-Olsen2011-05-051-2/+2
* Only enable design metrics for scalable fontsJiang Jiang2011-05-051-1/+1
* Add a way to retrieve CTFontRef from QFontJiang Jiang2011-05-052-3/+6
* Add Q_UNIMPLEMENTED() macroKent Hansen2011-05-041-0/+4
* Fix build error on MacPrasanth Ullattil2011-05-041-1/+1
* Build fixPaul Olav Tvete2011-05-041-0/+1
* BC cleanup in uitools.Friedemann Kleint2011-05-041-1/+1
* Remove QFontEngineFT::loadGlyphMetricsJiang Jiang2011-05-042-101/+0
* Add required font metrics functions to QRawFontJiang Jiang2011-05-042-0/+56
* 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-0438-85/+145
|\|
| * Move private headers into versioned subdirectoryMarius Storm-Olsen2011-05-0230-76/+87
| * Add module.prf, and install MODULE_PRI for each moduleMarius Storm-Olsen2011-05-0210-5/+41
| * QNetworkConfigurationManager: Fix network polling.Martin Petersson2011-05-022-2/+14
| * QAbstractSocket: Fix waitForReadyRead infinite loop.Martin Petersson2011-05-021-2/+2
| * Fix compile warning on WindowsMartin Petersson2011-05-021-0/+1
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtbase-staging into qtqu...Gunnar Sletta2011-05-0430-144/+224
|\ \
| * | Compile on WindowsEskil Abrahamsen Blomfeldt2011-05-041-1/+1
| * | Remove warningsJørgen Lind2011-05-043-1/+3
| * | Fix Wayland plugin so it works with the wayland bind apiJørgen Lind2011-05-045-50/+26
| * | wayland: Track wayland changesKristian Høgsberg2011-05-045-21/+12
| * | Support GL ES 2 with uikit.con2011-05-046-43/+101
| * | Lighthouse: Fix virtual desktopwidgetJørgen Lind2011-05-042-9/+4
| * | Support gamma correction of text on GLEskil Abrahamsen Blomfeldt2011-05-036-12/+60
| * | 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
* | | Make it possible for animation driver to specify the advance time deltaGunnar Sletta2011-05-043-23/+61
|/ /
* | 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