summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix build on symbianOswald Buddenhagen2011-05-101-62/+60
* fix build on macOswald Buddenhagen2011-05-101-0/+12
* make QProcessEnvironment on Unix cache converted valuesOswald Buddenhagen2011-05-102-4/+35
* make QProcessEnvironment::systemEnvironment() encoding-safeOswald Buddenhagen2011-05-103-15/+39
* make QProcessEnvironment on Unix cache converted variable namesOswald Buddenhagen2011-05-103-11/+50
* move key/value converters to the private classOswald Buddenhagen2011-05-102-24/+15
* make QProcessEnvironment on Windows preserve variable name caseOswald Buddenhagen2011-05-103-7/+21
* split QProcessEnvironmentPrivate::Unit into Key and ValueOswald Buddenhagen2011-05-102-11/+14
* remove unused functionsOswald Buddenhagen2011-05-101-12/+0
* minor optimization: use QList::reserve()Oswald Buddenhagen2011-05-101-0/+2
* use the Hash typedefOswald Buddenhagen2011-05-103-13/+13
* Reduce open and stat system calls for QSettingsmae2011-05-105-35/+24
* Fixed off-by-one in radial gradient color table index computation.Samuel Rødal2011-05-101-4/+2
* Revert "Added QStringRef::toLatin1 and QStringRef::toUtf8"Thorbjørn Lindeijer2011-05-102-43/+0
* Fixes warnings about unused variablesOlivier Goffart2011-05-109-18/+6
* Fixes warnings about unused variablesOlivier Goffart2011-05-1011-65/+1
* Fixes warnings about unused variablesOlivier Goffart2011-05-101-0/+1
* Fixes warningsOlivier Goffart2011-05-103-4/+3
* Fixes warnings about unused variablesOlivier Goffart2011-05-105-17/+2
* Added QStringRef::toLatin1 and QStringRef::toUtf8Thorbjørn Lindeijer2011-05-102-0/+43
* Make translucent windows working properly with OpenVG.Laszlo Agocs2011-05-101-0/+5
* Add accessible events as defined by IAccessible2.Frederik Gladhorn2011-05-101-0/+36
* Return name and allow actions for invisible accessible items.Frederik Gladhorn2011-05-101-11/+2
* Update documentation of QDateTime::toStringJens Georg2011-05-101-1/+5
* Fix QDateTime::toString for Qt::ISODateJens Georg2011-05-101-0/+15
* Specify swap behavior preserved bit in openvg engine.Laszlo Agocs2011-05-101-4/+5
* Fixed QTBUG-11935 : "With MySQL version > 50000 the QMYSQLDriver::Emmanuel BOURGERIE2011-05-101-4/+4
* Fixed QTBUG-11935Emmanuel BOURGERIE2011-05-101-2/+6
* Removed warning from QPixmap::handle().Samuel Rødal2011-05-101-6/+2
* Removing the "resetInternalData" slot in QAbstractProxyModelGabriel de Dietrich2011-05-102-26/+1
* Fix warnings on unused parameters and variablesThiago Macieira2011-05-102-2/+1
* Fix insert and scroll to bottom casemae2011-05-101-0/+5
* Make text rendering working outside the gui thread on Symbian.Laszlo Agocs2011-05-103-11/+48
* Typos in internal api docs.Frederik Gladhorn2011-05-101-2/+2
* Revert "Fixed a crash in QListView"Thierry Bastian2011-05-101-1/+1
* Fixed a crash on Windows XP with mingw in threaded-codeThierry Bastian2011-05-101-1/+1
* Symbian's QElapsedTimer::restart() fixed to return ms rather than usmread2011-05-101-1/+1
* Create a cleanup stack for each new thread on Symbian.Laszlo Agocs2011-05-101-0/+4
* Do not modify window size for fullscreen windows in setGeometry_sysMiikka Heikkinen2011-05-101-1/+10
* Totally kill MR 916Gabriel de Dietrich2011-05-1011-779/+385
* Another attempt at fixing the MSVC2005 build.Samuel Rødal2011-05-101-1/+6
* Compile fix in qdrawhelper_sse2.cpp for MSVC 2005.Samuel Rødal2011-05-101-0/+5
* Reverting merge request 916Gabriel de Dietrich2011-05-107-58/+70
* Reverting merge request 916Gabriel de Dietrich2011-05-102-1/+3
* Compile fix in qdrawhelper_sse2.cpp.Samuel Rødal2011-05-101-1/+1
* Build fix on QMenuBarThierry Bastian2011-05-102-3/+1
* Do not call setSizePolicy from ctor, it might call a virtual functionJan-Arve Sæther2011-05-101-2/+2
* Fix copyright and a few codestyle mistakesThierry Bastian2011-05-103-114/+113
* Renamed QAbstractMenuBarImpl to QAbstractMenuBarInterfaceAurélien Gâteau2011-05-105-14/+14
* Make ctor and dtor of QAbstractMenuBarImpl inlineAurélien Gâteau2011-05-103-47/+3