summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge branch 'stable' into dev" into refs/staging/devJędrzej Nowacki2013-01-07179-522/+59590
|\
| * Merge branch 'stable' into devFrederik Gladhorn2013-01-07179-522/+59590
| |\
| | * Add bic data for tst_bicSergio Ahumada2013-01-069-7/+59027
| | * Update qlocale autotestMehdi Fekari2013-01-061-0/+50
| | * Tests: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-069-16/+0
| | * configure: Remove left over for -nokia-developer optionSergio Ahumada2013-01-041-7/+0
| | * Disable Q_COMPILER_RVALUE_REFS on QNXRafael Roquetto2013-01-041-0/+3
| | * Widgets: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-0438-91/+1
| | * remove unused member from QSystemLocalePrivateJoerg Bornemann2013-01-041-3/+0
| | * Remove redundant Q_OS_BLACKBERRY define check.Rafael Roquetto2013-01-041-2/+2
| | * Gui: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-0417-50/+0
| | * Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-0426-61/+0
| | * Update the sysconfdir default to non-absoluteThiago Macieira2013-01-041-2/+2
| | * Don't increase the reference count if dynamic_cast failedThiago Macieira2013-01-045-0/+176
| | * SSL certificates: blacklist mis-issued Turktrust certificatesPeter Hartmann2013-01-043-0/+58
| | * Do not send QAccessible::Focus when current index is changed.Jan Arve Saether2013-01-041-3/+5
| | * Make textEditTest pass on Windows 8Jan Arve Saether2013-01-041-4/+19
| | * Fix autotest of textEditTest to use currentFont() instead of font()Jan Arve Saether2013-01-041-3/+3
| | * DBus: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-045-48/+0
| | * 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-044-12/+72
| | * Cocoa: Fix zombie NSScreen crashGabriel de Dietrich2013-01-042-9/+14
| | * Windows: Add fallback for UpdateLayeredWindowIndirectJonathan Liu2013-01-041-4/+9
| | * Revert "Enable module build with QT_NO_ACCESSIBILITY"aavit2013-01-0415-58/+10
| | * BlackBerry: Reevaluation of timer list in event dispatcherBernd Weimer2013-01-041-10/+21
| | * QGtkStyle: exclude Xlib calls on MacJ-P Nurmi2013-01-031-1/+10
| | * Cleanup verifyHierarchy. Remove dead code and add indexOfChild testJan Arve Saether2013-01-031-5/+3
| | * Do not crash in the bridge because of inconsistent hierarchyJan Arve Saether2013-01-031-2/+4
| | * Clarify how two digit years are parsed by QDateTime::fromString().Mitch Curtis2013-01-032-1/+27
| | * Benchmarks: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-038-15/+0
| | * Network: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-034-11/+0
| | * QNX: Don't crash because the window hasn't been initialized yet.Sergio Martins2013-01-032-10/+19
| | * Don't read from deleted member variablePeter Kümmel2013-01-031-3/+9
| | * WINCE: Follow new library naming schemaAndreas Holzammer2013-01-031-2/+2
| | * Fix copy-pasto in QMetaObject::methodCount docs.Stephen Kelly2013-01-031-1/+1
| | * Fix possible crash in QTextDocumentEskil Abrahamsen Blomfeldt2013-01-032-1/+28
| | * Remove metatype registration of built-in types.Stephen Kelly2013-01-0325-31/+4
| | * Declare the QMetaType::WasDeclaredAsMetaType enum as privateThiago Macieira2013-01-031-0/+1
| | * Remove some dead code from qtriangulator.cppThiago Macieira2013-01-031-39/+0
| | * Fix warnings found by GCC 4.7 in the XCB platform pluginThiago Macieira2013-01-032-1/+2
* | | Introduce QRegularExpression::NoMatch match typeGiuseppe D'Angelo2013-01-073-22/+87
* | | Provide operators for QMargins.Friedemann Kleint2013-01-074-0/+314
* | | Add API dealing with QMargins to QRect.Friedemann Kleint2013-01-077-13/+128
* | | Improve QRegularExpression autotestsGiuseppe D'Angelo2013-01-071-0/+9
* | | Rename QRegularExpression-related feature defs to QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2013-01-0715-57/+76
* | | Get rid of pre-QPA leftoversKonstantin Ritt2013-01-073-240/+1
|/ /
* | Automatically register method types in QSignalSpy.Stephen Kelly2013-01-072-2/+51
* | Fix the \since version for QSharedPointer::create().Stephen Kelly2013-01-071-1/+1
* | Introduce QRegularExpressionValidatorGiuseppe D'Angelo2013-01-077-0/+356
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-041164-5898/+8636
|\|