summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* do not use fileno calls in forked childold/5.2Joerg Bornemann2014-03-071-4/+4
* Cocoa Menus: Give platform menu ownership back to QWidgetsGabriel de Dietrich2014-02-263-9/+12
* Cocoa Menu: Set keyboard modifiers when item is activatedGabriel de Dietrich2014-02-261-0/+1
* CSS parser: fix the pseudo-classes array lengthGiuseppe D'Angelo2014-02-262-1/+33
* Fix drawCachedGlyphs on RGBA8888Allan Sandfeld Jensen2014-02-265-44/+87
* QtConcurrent: Extend workaround GCC bug 58800 in median calculationNikolai Kosjar2014-02-191-2/+4
* Make unicode ranges in font take precedence over codepageEskil Abrahamsen Blomfeldt2014-02-191-51/+53
* Remove automated generation of dwarf indexhjk2014-02-1624-46/+18
* moc: Fix parsing of operator<Olivier Goffart2014-02-142-0/+5
* Doc: Adding a new page to Qt Creator's external page file.Jerome Pasion2014-02-141-0/+8
* Remove incomplete paragraph from QSet::iterator documentationKai Koehne2014-02-141-3/+0
* Draw more inactive style elements in retina res.Morten Johan Sørvig2014-02-141-3/+8
* Make parsing of template arguments more robust.Olivier Goffart2014-02-144-28/+62
* Added #include "qnumeric.h" to qglobal.hGlen Mabey2014-02-141-0/+1
* fix crash when using GTK 2.14 function in old gtkAndrey Volkov2014-02-121-1/+3
* Delete the children before updating the Cocoa menubarAndy Shaw2014-02-121-0/+4
* fix warning when generating VS 2013 projectJoerg Bornemann2014-02-121-0/+5
* Disable disabling exceptions with ICCThiago Macieira2014-02-121-1/+2
* Correct the documentation of the return types of subjectInfo and issuerInfo.Richard J. Moore2014-02-121-8/+11
* Fix build with QT_NO_GRAPHICSEFFECTSérgio Martins2014-02-122-0/+10
* Make QToolButtonPrivate::popupTimerDone() more robustJ-P Nurmi2014-02-122-3/+14
* Cleanup TSLib pluginSamuel Gaist2014-02-111-12/+7
* Accessibility Linux: Report Active stateFrederik Gladhorn2014-02-112-7/+2
* network tests: do not rely on external serversPeter Hartmann2014-02-111-2/+0
* Doc: Fix issues with QOpenGLTexture enumerationsTopi Reinio2014-02-111-4/+15
* support c'tor as second parameter in foreach macroJoerg Bornemann2014-02-112-1/+8
* Document `moc -f<...>` behavior change in Qt-5.2.0David Faure2014-02-112-1/+8
* Doc: Adjust QDir::tempPath docu as recommended by Ossi.David Faure2014-02-111-1/+2
* Fix out-of-tree compilation of widget examplesKai Koehne2014-02-112-4/+1
* Minor optimization for QTextEngine::shapeText()Konstantin Ritt2014-02-111-43/+36
* Fix log_clusters calculation in HarfBuzz-NG code pathKonstantin Ritt2014-02-111-37/+16
* Fix drawing vertical gradients in RGBA8888 formatsAllan Sandfeld Jensen2014-02-102-7/+53
* Fix assert when converting RGBx8888 to ARGB32_PMAllan Sandfeld Jensen2014-02-101-1/+1
* Make QUrl::isLocalFile fast by storing a flagThiago Macieira2014-02-101-9/+33
* Remove useless ifFrederik Gladhorn2014-02-101-3/+2
* Accessibility: Fix reporting the same name/value twiceFrederik Gladhorn2014-02-103-4/+4
* Doc: fix typo in QDebugStateSaver docuDavid Faure2014-02-101-1/+1
* qdoc: fix memory leaks, unchecked open(), hardcoded path - in debugging codeDavid Faure2014-02-101-6/+5
* QStandardPaths: fix empty path in XDG_DATA_DIRS being treated as '/'.David Faure2014-02-102-4/+25
* QDir::tempPath: clarify trailing-slash situation.David Faure2014-02-101-2/+2
* QDir::tempPath: make fallback code more readable.David Faure2014-02-101-2/+2
* Don't deadlock when deleting slot objects in QMetaObject::activate()Thomas McGuire2014-02-082-1/+49
* QPA fix: allow setting the initially selected name filter (KDE)Dominik Haumann2014-02-081-1/+3
* QStandardPaths: remove trailing slash when reading from user-dirs.dirsDavid Faure2014-02-081-0/+2
* QStandardPaths: ensure that paths use '/' on all platforms, as the comment saidDavid Faure2014-02-081-0/+2
* Accessibility Win: handle disabled stateFrederik Gladhorn2014-02-071-0/+2
* Fix linuxfb argument 'mmsize' parsingPeter Kümmel2014-02-071-2/+2
* Compose: Fix assert for non-UTF8 locales in table generatorGabriel de Dietrich2014-02-071-1/+1
* Small doc fix.Niels Weber2014-02-071-1/+1
* Fix printing with a custom paper specified.Andy Shaw2014-02-061-2/+6