summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed dead keys on MS WindowsJuan Luis Boya García2013-01-161-3/+9
* CoreText: Add support for providing scaled glyphs to the glyph-cacheTor Arne Vestbø2013-01-152-2/+11
* Add Q_COREAPP_STARTUP_FUNCTION macro.David Faure2013-01-153-0/+80
* QStyleAnimation: remove obsolete workaround for threaded renderingJ-P Nurmi2013-01-151-5/+1
* Bump Qt version to 5.1.0Frederik Gladhorn2013-01-1514-52/+54
* Add support for Linux eventfd(7) in the UNIX event loopThiago Macieira2013-01-152-4/+36
* Doc: Update the info on the QSharedPointer internalsThiago Macieira2013-01-151-31/+24
* QUrl: methods for converting QStringList <-> QList<QUrl>David Faure2013-01-142-0/+34
* Add class QDebugStateSaver for writing QDebug operators correctlyDavid Faure2013-01-146-166/+324
* Move QTemporaryFileEngine to private headerDavid Faure2013-01-143-50/+107
* Add syncToDisk() to QAbstractFileEngine.David Faure2013-01-146-4/+58
* Add renameOverwrite() to QAbstractFileEngine.David Faure2013-01-147-0/+49
* Use backslashes for UNC paths.Gatis Paeglis2013-01-141-1/+3
* Added QMessageAuthenticationCodeRuslan Nigmatullin2013-01-144-0/+423
* Fix QVistaHelper::disconnectBackButton().Friedemann Kleint2013-01-142-1/+7
* Make QDBusPendingReply behave like QDBusReply when dealing with errorsThiago Macieira2013-01-142-9/+23
* QString::contains overload that returns the match resultsGiuseppe D'Angelo2013-01-142-0/+29
* Introduce default ctors for QRegularExpressionMatch(Iterator)Giuseppe D'Angelo2013-01-142-0/+42
* Avoid a QVector allocation in QRegularExpressionMatchPrivateGiuseppe D'Angelo2013-01-141-8/+10
* QNetworkAccessManager: return default configuration if without sessionPeter Hartmann2013-01-111-6/+7
* Implement QAccessibleActionInterface in QAccessibleTableCellJosé Millán Soto2013-01-112-1/+94
* Ensure raster pixmap cache key is the same as that of pixmap.toImage()Michael Brasser2013-01-113-0/+8
* QPA, Cocoa: Add platform popup menusGabriel de Dietrich2013-01-113-1/+52
* Fix regression in perspective-transformed textEskil Abrahamsen Blomfeldt2013-01-111-1/+1
* Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-1014-65/+73
* Fix title bar height of Aero wizard on Windows 8.Friedemann Kleint2013-01-092-4/+17
* Fix frame of Aero-Style wizards.Friedemann Kleint2013-01-097-69/+164
* Merge branch 'stable' into devSergio Ahumada2013-01-0962-138/+196
|\
| * Rename qt_mips_asm_dsp.h to a "_p.h" headerThiago Macieira2013-01-095-3/+25
| * Define Q_COMPILER_AUTO_FUNCTION for MVSCThiago Macieira2013-01-081-0/+1
| * Fix compile when QT_EVAL is definedAndy Shaw2013-01-081-3/+3
| * Fix QNX QPA plugin clipboard implRafael Roquetto2013-01-081-2/+7
| * Replace macro qdoc with Q_QDOCDebao Zhang2013-01-0847-100/+100
| * Fix DnD when using QSimpleDrag.Sergio Martins2013-01-072-3/+15
| * QWindowsVistaStyle: fix frame renderingJ-P Nurmi2013-01-071-22/+26
| * Add QStyleHelper:isInstanceOf()J-P Nurmi2013-01-072-3/+16
| * Fix warning about cast from ASCII.Friedemann Kleint2013-01-071-1/+1
| * Fix warnings about unused functionsThiago Macieira2013-01-071-1/+2
* | Merge "Merge branch 'stable' into dev" into refs/staging/devJędrzej Nowacki2013-01-0743-172/+197
|\ \
| * | Merge branch 'stable' into devFrederik Gladhorn2013-01-0743-172/+197
| |\|
| | * Disable Q_COMPILER_RVALUE_REFS on QNXRafael Roquetto2013-01-041-0/+3
| | * remove unused member from QSystemLocalePrivateJoerg Bornemann2013-01-041-3/+0
| | * Remove redundant Q_OS_BLACKBERRY define check.Rafael Roquetto2013-01-041-2/+2
| | * Don't increase the reference count if dynamic_cast failedThiago Macieira2013-01-041-0/+2
| | * SSL certificates: blacklist mis-issued Turktrust certificatesPeter Hartmann2013-01-041-0/+3
| | * Do not send QAccessible::Focus when current index is changed.Jan Arve Saether2013-01-041-3/+5
| | * Fixed wrong emits of x/y/width/height changed signals in QWindowSamuel Rødal2013-01-041-9/+9
| | * Fix QGuiApplication::keyboardModifiers() and QGuiApplication::mouseButtons()Jon Severinsson2013-01-043-12/+46
| | * Cocoa: Fix zombie NSScreen crashGabriel de Dietrich2013-01-042-9/+14
| | * Windows: Add fallback for UpdateLayeredWindowIndirectJonathan Liu2013-01-041-4/+9