summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-0714-693/+633
* Fix compilation error of qcursor_qpa.cpp with QT_NO_CURSOR.Sergio Martins2012-09-071-0/+2
* linuxfb: use linux/kd.h instead of the glibc dummyArvid Picciani2012-09-071-1/+1
* Fixed behaviour of mouse clicks for menu bars on WindowsOliver Wolff2012-09-074-14/+0
* Fix crash when QTextLayout::setAdditionalFormats is called with ranges with n...Olivier Goffart2012-09-071-2/+4
* Revert "Implement automatic mouse grabbing on mouse button press."Friedemann Kleint2012-09-073-30/+1
* Move enums that was part of the Qt namespace to qnamespace.hJan-Arve Saether2012-09-073-12/+9
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-0716-53/+53
* Fix g++ compiler warnings.Friedemann Kleint2012-09-074-4/+8
* Fix QDateEdit displaying day as a number for short and long day formatsMitch Curtis2012-09-053-25/+47
* Fix 3 digit day being displayed by QDateEdit.Mitch Curtis2012-09-052-9/+32
* Doc: Missing documentation added and doc errors fixed.aavit2012-09-057-13/+132
* Don't use string comparison to figure out how to use the clipboardJorgen Lind2012-09-051-3/+4
* Move assignment of mousePressed variable in QWidgetTextControlJorgen Lind2012-09-051-1/+2
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-0524-71/+71
* Optimize QTextLayout/QTextEngine usage outside of QTextDocument.Milian Wolff2012-09-052-15/+26
* Fix Windows platform plugin narrowing conversion compile errorsJonathan Liu2012-09-052-2/+2
* Remove custom sort implementation in QTriangulator in favour of std::sort.Robin Burchell2012-09-041-126/+3
* Correct the QFileDialog's delete warning message.Mitch Curtis2012-09-041-3/+3
* Clarify QDateTime::secsTo and QDateTime::msecsTo documentation.Mitch Curtis2012-09-041-2/+2
* fix QT_{BEGIN,END}_INCLUDE_NAMESPACE mixupOswald Buddenhagen2012-09-041-0/+2
* QWizard/Win: Fix vista helper cache state invalidationJonathan Liu2012-09-041-1/+2
* graphicsview: use std::sort instead of qSortRobin Burchell2012-09-045-15/+15
* Doc: fix yet more errors reported by qdocaavit2012-09-045-17/+90
* Generate includes for Qt containers used as auto-metatypes.Stephen Kelly2012-09-031-0/+42
* Cleaner support for window flags in QCocoaWindowGabriel de Dietrich2012-09-032-37/+75
* Use QStringList::join(QChar) overload where applicable [QtSql]Marc Mutz2012-09-032-2/+2
* Clarify QDateTime documentation re timeSpec conversion.Mitch Curtis2012-09-032-2/+52
* Need #include <string.h> to use memcpyShawn Rutledge2012-09-031-0/+1
* Fix docs of qAbs to have the correct function signature.Jan-Arve Saether2012-09-031-1/+1
* fix a mismatch of using QT_NO_NETWORKPROXYJing Bai2012-09-031-0/+3
* QStandardPaths should still work without desktop serviceJing Bai2012-09-031-4/+0
* QDBusPendingCallPrivate: save 8 bytes on 64-bit archsMarc Mutz2012-09-031-2/+1
* QDBusPendingCall: remove unneeded volatile qualificationMarc Mutz2012-09-031-1/+1
* QDBusPendingCall: add a missing QWaitCondition::wakeAll() callMarc Mutz2012-09-031-0/+1
* QStringList::join: add an overload taking a single QCharMarc Mutz2012-09-032-5/+17
* Remove the package macros from qglobal.hThiago Macieira2012-09-031-4/+0
* Change SChar to metatype id 40.Stephen Kelly2012-09-032-5/+4
* fix docsFrederik Gladhorn2012-09-034-12/+14
* doc: fix example linkFrederik Gladhorn2012-09-031-1/+1
* Fix doc errors in QScreen.Jason Barron2012-09-031-15/+13
* QWizard/Win: Fix incorrect cached state after all wizards destroyedJonathan Liu2012-09-032-1/+5
* Fix MinGW-w64 GCC 4.6.3 compilationJonathan Liu2012-09-031-2/+2
* Private slots should be named starting with _q_Sergio Ahumada2012-09-039-18/+19
* qpa: incorrect rendering when stretching and clippingJulien2012-09-031-5/+17
* Fix moc generating invalid code for slots with reference types as argument.Volker Krause2012-09-021-2/+2
* Introduce hook for text cursor changes in QTextEdit and QPlainTextEdithjk2012-09-024-1/+24
* checkForCodecs is not used when QT_LOCALE_IS_UTF8 is definedJiang Jiang2012-09-021-1/+1
* Find qdoc indexes in relative paths.Frederik Gladhorn2012-09-011-1/+1
* Use QString() instead of "".Frederik Gladhorn2012-09-017-58/+58