summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix linking against installations in /usr/libOswald Buddenhagen2012-07-101-2/+2
* make sure that building tests implies building other partsOswald Buddenhagen2012-07-101-2/+9
* Fix showNormal() and friends for platforms with fullscreen hintThomas McGuire2012-07-102-4/+4
* qtbase: Add missing example installs and files.Friedemann Kleint2012-07-107-3/+34
* make gui compile with QT_NO_SHORTCUTJeremy Katz2012-07-101-0/+5
* Use DirectWrite font engine for non-ttf fonts as wellEskil Abrahamsen Blomfeldt2012-07-101-3/+1
* Get font's underline position in DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-102-0/+11
* test: subtract qurlinternal.pro when private_tests are not enabledSergio Ahumada2012-07-101-1/+2
* Make the documentation consistent with the header and QVector* classesLaszlo Papp2012-07-101-4/+4
* configure{.exe}: enable 'tools' as a default build partRohan McGovern2012-07-102-2/+2
* statemachine: Don't assign properties for transitions with no targetsKent Hansen2012-07-102-6/+59
* statemachine: Tiny refactoring to avoid double lookupKent Hansen2012-07-103-3/+4
* statemachine: Add some missing QT_NO_PROPERTIES guardsKent Hansen2012-07-102-4/+10
* statemachine: Small refactoring of animation selection codeKent Hansen2012-07-102-14/+21
* statemachine: Purge restorable properties when they are restoredKent Hansen2012-07-102-0/+48
* Set compound state's initial state to 0 if it is removed/deletedKent Hansen2012-07-102-0/+15
* statemachine: Let QPropertyAssignment do the property writeKent Hansen2012-07-102-4/+4
* statemachine: Don't crash if property assignment target is deletedKent Hansen2012-07-104-13/+88
* Use Q_DECL_CONSTEXPR for the QFlag's inline constructorLaszlo Papp2012-07-101-2/+2
* QtGui: declare some classes as sharedMarc Mutz2012-07-1010-1/+37
* Use factor and divisor wording to be consistent with the documentation and restLaszlo Papp2012-07-101-27/+27
* Extend the sync profile with generating forward header for qnumeric.hLaszlo Papp2012-07-101-0/+1
* statemachine: goToState() should require that the machine is runningKent Hansen2012-07-101-10/+7
* Speed up QCoreApplication construction a bitHarald Fernengel2012-07-102-3/+3
* Color transparency support in html import/exportAlexey Chernov2012-07-104-5/+155
* Support fallback fonts in DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-104-88/+162
* QtDBus: declare some classes as sharedMarc Mutz2012-07-102-0/+4
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-1013-12/+4
* QtCore: mark some classes as sharedMarc Mutz2012-07-107-5/+12
* fix compilation with conforming compilers (e.g. GCC >= 4.7)Marc Mutz2012-07-103-6/+7
* Make the x() and y() method documentation consistent with the restLaszlo Papp2012-07-101-2/+2
* Add note and references to the operator*=() methods for consistencyLaszlo Papp2012-07-101-0/+12
* Optimize QFontMetrics:: boundingRect() and left/rightBearing()Konstantin Ritt2012-07-101-6/+6
* Fix the UCS-2 surrogates handling in Q*FontEndine*::stringToCmap()Konstantin Ritt2012-07-103-0/+4
* Optimize Q*FontEngine*::stringToCMap()Konstantin Ritt2012-07-103-6/+14
* Move ShaperFlags enum from QTextEngine to QFontEngineKonstantin Ritt2012-07-1020-96/+88
* Adding iMX6-device-filesThomas Senyk2012-07-103-0/+180
* Change deprecated use of CONFIG+=qdbus to QT+=dbusSergio Ahumada2012-07-0910-14/+10
* Fix installation of syncqt.Casper van Donderen2012-07-091-2/+2
* Fix glyph positions with DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-091-1/+1
* Fix bounding box of DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-091-4/+9
* Update the moc no-keywords test for the signals replacement.Stephen Kelly2012-07-091-1/+1
* QNX: QtGlobal: compile as a C header againMarc Mutz2012-07-091-1/+3
* deal with %PATH% containing parenthesesOswald Buddenhagen2012-07-091-1/+2
* Update .gitignore to ignore mkspecs/default-hostThomas McGuire2012-07-091-0/+1
* Fix cursor truncate to include line positionJiang Jiang2012-07-091-2/+2
* QItemDelegate - add a more comprehensive testThorbjørn Lund Martsum2012-07-091-0/+124
* fix "paintEngine: Should no longer be called" warnings on WindowsJoerg Bornemann2012-07-091-1/+1
* removed unecessary ce override of QT_INSTALL_PREFIXBjoern Breitmeyer2012-07-091-3/+0
* qpa: Fix crash when native interface is nullGirish Ramakrishnan2012-07-091-8/+9