summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfont.cpp
Commit message (Expand)AuthorAgeFilesLines
* QFont: Don't invalidate engine unless request has been changedKonstantin Ritt2012-10-191-7/+26
* QFont: Don't detach unless value has really changedKonstantin Ritt2012-10-161-6/+46
* Use constFind()/constEnd() for const_iterator-sKonstantin Ritt2012-10-131-3/+3
* QFont: Fix build with QFONTCACHE_DEBUGKonstantin Ritt2012-10-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* doc: Fix several text-related qdoc warningsEskil Abrahamsen Blomfeldt2012-08-251-3/+3
* doc: Remove documentation for removed functionEskil Abrahamsen Blomfeldt2012-08-231-12/+0
* Correct method name referred to in QFont's detailed description.Mitch Curtis2012-07-271-1/+1
* QtGui: add member-swap to shared classesMarc Mutz2012-07-031-0/+16
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+2
* Remove all references to XLFD fontsLars Knoll2012-06-271-16/+2
* Remove QFont::handleGirish Ramakrishnan2012-05-311-7/+0
* QtGui: remove \link usagesGiuseppe D'Angelo2012-05-291-13/+12
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-26/+26
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-5/+5
|\
| * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-5/+5
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
|/
* Fix font substitutions.Friedemann Kleint2012-04-191-52/+22
* Remove dead code.Pierre Rossi2012-03-081-14/+0
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-38/+38
* Allow using multi fontengine in QTextLayout with QRawFont.Pierre Rossi2012-03-011-10/+17
* Avoid loading and keeping unused fallback font enginesEskil Abrahamsen Blomfeldt2012-02-171-0/+14
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove Symbian specific code from QtGui.Xizhi Zhu2012-01-241-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* QStyleHelper: Base DPI-calculation on QScreen.Friedemann Kleint2012-01-111-18/+14
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* engineData should be cached solely based on QFontDefJiang Jiang2011-12-011-4/+4
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-16/+15
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-198/+0
* Improved logical and physical DPI APIs.Samuel Rødal2011-10-061-6/+2
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-8/+7
* Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-061-2/+3
|\
| * compile on Mac OS XGunnar Sletta2011-06-281-1/+2
| * Only compare styleNames if they are not emptyJiang Jiang2011-06-271-1/+1
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-271-0/+1
|\|
| * Add styleName to QFontDef comparisonJiang Jiang2011-06-271-0/+1
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-101-0/+50
|\|
| * Allow selecting fonts with irregular style namesJiang Jiang2011-06-091-0/+50
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\|
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | remove some QApplication dependenciesLars Knoll2011-05-051-23/+0
* | Remove more QApp dependenciesLars Knoll2011-05-041-11/+11
* | even less QT3_SUPPORTLars Knoll2011-05-031-49/+0
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+3188