summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove Library dependency on SettingsTasuku Suzuki2012-07-0914-31/+29
* remove QEXPECT_FAILS from tst_qwidgetJoerg Bornemann2012-07-091-14/+0
* QWindowsWindow: fix FullScreen state transitionJoerg Bornemann2012-07-091-2/+11
* QWindowsWindow: fix state transition FullScreen -> MinimizedJoerg Bornemann2012-07-091-1/+1
* QWindowsWindow: fix restoring from minimized to fullscreenJoerg Bornemann2012-07-092-2/+8
* fix fullscreen state in QWidgetWindow::handleWindowStateChangedEventJoerg Bornemann2012-07-091-2/+0
* make QT_BUILD_PARTS setting in qmodule.pri additiveOswald Buddenhagen2012-07-092-2/+2
* Use QDoc instead of Qdoc to be consistent with the rest of the documentationLaszlo Papp2012-07-082-2/+2
* QMimeType: document preferredSuffix()/suffixes() betterDavid Faure2012-07-082-2/+4
* Fix QMimeType::operator== to only compare mimetype names.David Faure2012-07-083-59/+3
* fixed unittest builds for winceBjoern Breitmeyer2012-07-065-19/+5
* Q_DECLARE_SHARED: fix docs; require and use member-swapMarc Mutz2012-07-061-5/+5
* QPalette: add member-swapMarc Mutz2012-07-062-32/+50
* QtNetwork: add member-swap to shared classesMarc Mutz2012-07-0628-0/+202
* QtGui: replace some copies with swapsMarc Mutz2012-07-063-5/+4
* Doc: Replace all occurences of \BR with \br.Casper van Donderen2012-07-062-108/+108
* make tst_qwidget significant again on Windows and LinuxJoerg Bornemann2012-07-062-2/+144
* Fix some typos in the qdoc manualLaszlo Papp2012-07-061-10/+10
* Update framestrut initially after window creationMiikka Heikkinen2012-07-061-0/+7
* QArrayData: Fix gcc warning about parentheses in 'a + b & c'.Friedemann Kleint2012-07-061-1/+1
* Fix division by zero in triangulating stroker.Kim Motoyoshi Kalland2012-07-063-20/+124
* Remove duplicate triangulating stroker implementation.Kim Motoyoshi Kalland2012-07-069-753/+7
* fixed ce makefileenvironmentBjoern Breitmeyer2012-07-061-3/+1
* ifdef out the "clears variables previously set" warningOswald Buddenhagen2012-07-061-0/+2
* qt_parts.prf: fixed handling of demosRohan McGovern2012-07-061-2/+2
* QPlatformScreen::grabWindow() support on MacTasuku Suzuki2012-07-063-1/+64