summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Remove qCopy usages from QListGiuseppe D'Angelo2013-09-091-3/+4
* | | | Metatype: Remove the need for runtime-registration of 3rd party containers.Stephen Kelly2013-09-094-113/+113
* | | | Windows logging: Fix check for console applications.Friedemann Kleint2013-09-092-15/+32
* | | | QDateTime - Split QDateTimeParser into a separate fileJohn Layt2013-09-098-1925/+2047
* | | | QMetaMethod and QDBusMetaObject: Give public access to signal methodsCaroline Chao2013-09-096-20/+19
* | | | Remove qSort usage from QSettingsGiuseppe D'Angelo2013-09-091-1/+2
* | | | Remove qSort usages from QStringListGiuseppe D'Angelo2013-09-091-6/+6
* | | | Fix build on MinGWKonstantin Ritt2013-09-091-1/+3
* | | | Windows: Add command line parameter enabling OS-synthesized mouse events from...Friedemann Kleint2013-09-093-7/+15
* | | | Windows: Use QSharedPointer for the dialog helpers.Friedemann Kleint2013-09-092-30/+39
* | | | Constify QDirSortItemComparator::operator() (used for sorting)Giuseppe D'Angelo2013-09-091-2/+2
* | | | QFontEngineFT: Drop modularization leftoversKonstantin Ritt2013-09-091-4/+0
* | | | Fix cross-compiling V4 for Android on WindowsEskil Abrahamsen Blomfeldt2013-09-091-0/+2
* | | | Fix QPainter usage in non-GUI thread warning appearing in debugKonstantin Ritt2013-09-091-3/+3
* | | | Doc: Link to external docs in QOpenGLFunctions_* classesTopi Reinio2013-09-0924-23/+134
* | | | qdoc: Ignore QT_MUTEX_LOCK_NOEXCEPT macrosTopi Reinio2013-09-091-0/+1
* | | | Remove qCopy from the Windows platform pluginGiuseppe D'Angelo2013-09-092-4/+7
* | | | Android: Fix unused variable/argument warningsEskil Abrahamsen Blomfeldt2013-09-095-14/+12
* | | | Fix unsigned/signed comparison warning in qnativesocketengine_unixEskil Abrahamsen Blomfeldt2013-09-091-1/+1
* | | | Fix unused static function randTLS() warningEskil Abrahamsen Blomfeldt2013-09-091-1/+1
* | | | Android: Fix QString(char*) warnings in qlogging.cppEskil Abrahamsen Blomfeldt2013-09-091-2/+3
* | | | Fix QtOpenGL module build with -WerrorKonstantin Ritt2013-09-091-4/+4
* | | | Replace XCB native interface resource map by a lookup function.Friedemann Kleint2013-09-081-43/+23
* | | | Add first/last accessors to QMapMathias Hasselmann2013-09-083-27/+106
* | | | Add FreeType2 "no/qt/system" configure option with descriptionKonstantin Ritt2013-09-081-0/+13
* | | | Rename CFG_LIBFREETYPE to CFG_FREETYPE for consistencyKonstantin Ritt2013-09-081-8/+8
* | | | Add FontConfig "yes/no" configure option descriptionsKonstantin Ritt2013-09-081-0/+3
* | | | Add HarfBuzz-NG supportKonstantin Ritt2013-09-082-1/+178
* | | | Add HarfBuzz-to-Qt bridging codeKonstantin Ritt2013-09-084-0/+861
* | | | QTextEngine::shapeText(): Better error handling for corner casesKonstantin Ritt2013-09-081-4/+4
* | | | QTextEngine::shapeTextWithHarfbuzz() code simplificationKonstantin Ritt2013-09-082-66/+69
* | | | Be pedantic with Window's icon indexes.Sérgio Martins2013-09-081-4/+4
* | | | Change template parameter name of qt_check_for_QOBJECT_macroOlivier Goffart2013-09-071-1/+1
|/ / /
* | | Fix constant false comparison of out-of-range enumsThiago Macieira2013-09-071-3/+3
* | | Reimplement qBinaryFind in terms of std::lower_boundGiuseppe D'Angelo2013-09-071-2/+3
* | | QDateTime - Change debug output to ISO FormatJohn Layt2013-09-063-4/+25
* | | Move the preprocessor iterator for Qt smart pointers with the others.Stephen Kelly2013-09-061-8/+10
* | | Make the automatic 1arg and 2arg metatype macros work with namespaced Qt.Stephen Kelly2013-09-062-4/+38
* | | Fix the automatic declaration of smart pointer types.Stephen Kelly2013-09-062-6/+60
* | | Windows: Added support for large icons to QFileIconProvider.Friedemann Kleint2013-09-063-6/+81
* | | Remove qFind usages from the XCB pluginGiuseppe D'Angelo2013-09-062-10/+13
* | | Remove qSort usages from the Cocoa helpersGiuseppe D'Angelo2013-09-061-1/+3
* | | Remove unused check_gradient functionThiago Macieira2013-09-061-6/+0
* | | Fix new change-of-sign warning detected by ICC 14.Thiago Macieira2013-09-061-1/+1
* | | Add C++11 features supported by the Intel Compiler 14.0Thiago Macieira2013-09-061-0/+9
* | | Remove qSort usages from QtDBusGiuseppe D'Angelo2013-09-061-1/+1
* | | QDateTime - Documentation clean-upsJohn Layt2013-09-061-27/+33
* | | QDateTime - Clean up Qt::DateFormat formatting and parsingJohn Layt2013-09-063-315/+341
* | | QDateTime - Remove incorrect year range checkJohn Layt2013-09-061-6/+0
* | | QDateTime - Switch to using the QLocale date formatterJohn Layt2013-09-052-254/+16