summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-1050-283/+422
|\
| * Fix bug on X11 with WA_TranslucentBackground and native child windows.Gatis Paeglis2014-01-102-4/+9
| * Make qtbase compile with QT_NO_XMLSTREAMWRITERTasuku Suzuki2014-01-101-0/+5
| * Don't check if a file exists before opening itThiago Macieira2014-01-101-4/+2
| * Fix QtWidget function-unused warnings found by Clang 3.4Thiago Macieira2014-01-101-9/+0
| * Remove unused member m_eglApiThiago Macieira2014-01-102-3/+2
| * Fix unused function warnings in qtriangulator.cppThiago Macieira2014-01-101-7/+2
| * Fix function-not-used warnings detected by Clang 3.4Thiago Macieira2014-01-101-6/+6
| * Fix file descriptor leak in the perf event counterThiago Macieira2014-01-101-9/+11
| * Autotest: Fix QDateTime failure if the test got run West of GreenwichThiago Macieira2014-01-091-2/+42
| * zlib: rename z_errmsg symbol to avoid name clash when linking staticallyTim Blechmann2014-01-091-0/+1
| * QPdfWriter - Fix setting of marginsJohn Layt2014-01-091-0/+2
| * QPdfPaintEngine - Remove postscript flagJohn Layt2014-01-092-5/+2
| * Mitigate performance regression in isExpandedEntityValueTooLarge().Mitch Curtis2014-01-091-28/+57
| * GTK FileDialog: don't convert QUrl to QString prematurelyShawn Rutledge2014-01-091-4/+3
| * don't make msvc see digraphsOswald Buddenhagen2014-01-091-1/+1
| * Windows: Silence warning in QWindowsFileDialogHelper::selectFile().Friedemann Kleint2014-01-091-2/+2
| * Ensure that the Qt5Core library does not contain "QTMETADATA ".Friedemann Kleint2014-01-091-1/+2
| * Fix evdevtouch build with -qtnamespaceSérgio Martins2014-01-091-3/+4
| * fix detection for multiple VS installationsJoerg Bornemann2014-01-081-2/+4
| * Android: Refactor the InputType mapping code.Christian Strømme2014-01-071-35/+41
| * Make QRubberBand transparent on Mac OS XMorten Johan Sørvig2014-01-071-1/+1
| * do not look for mkspecs/ directories in project treesOswald Buddenhagen2014-01-071-21/+0
| * make the pkg-config error message more preciseOswald Buddenhagen2014-01-071-1/+1
| * Stabilize one function in tst_qpauseanimation.cppFrederik Gladhorn2014-01-071-3/+3
| * QKeySequence: return Qt::Key_unknown with invalid modifiers on OS XLiang Qi2014-01-072-7/+1
| * test: fix tst_QPushButton::sizeHint() with Mac style on Mac OS XLiang Qi2014-01-071-6/+1
| * Revert "Skip tst_QMenu::QTBUG_10735_crashWithDialog() on Mac OS X"Liang Qi2014-01-071-4/+0
| * Cocoa: fix gnu emacs style shortcut for action in menuLiang Qi2014-01-071-4/+3
| * iOS: Use in-place string renaming to rename main() instead of ldTor Arne Vestbø2014-01-063-8/+66
| * Support discovery of key evdev devices.Robin Burchell2014-01-061-1/+6
| * QPagedPaintDevice - Fix size of ISO B9 pageJohn Layt2014-01-062-4/+4
| * QPageSetupWidget - Fix input of Custom paper sizeJohn Layt2014-01-062-37/+47
| * QprintDialog - Fix loss of page settings.John Layt2014-01-061-1/+1
| * Don't define MAC_OS_X_VERSION_MIN_REQUIRED on iOSTor Arne Vestbø2014-01-061-7/+10
| * QTestLib: use QT_MESSAGE_PATTERN when showing debug outputDavid Faure2014-01-061-1/+6
| * Add support for OpenType (.otf) fontsJames Turner2014-01-061-1/+2
| * Resurrect QGLWidget::renderPixmap()Laszlo Agocs2014-01-064-48/+65
| * Fix include guard typo.Sérgio Martins2014-01-061-2/+2
| * QFileDialog::setDirectory() and directory() should be symmetricShawn Rutledge2014-01-061-1/+5
* | Add new direct2d platform pluginLouai Al-Khanji2014-01-1029-1/+3426
* | Shuffle things around in preparation for Direct2D platform pluginLouai Al-Khanji2014-01-1012-369/+724
* | Support running Qt apps on the integrated GPUMorten Johan Sørvig2014-01-101-0/+1
* | Avoid unnecessary double conversion over ARGB32 and ARGB32PMAllan Sandfeld Jensen2014-01-103-59/+52
* | Clean up qimage.cpp by moving all the conversions methods outAllan Sandfeld Jensen2014-01-104-2114/+2167
* | Add QTypeInfo<T>::isIntegral traitThiago Macieira2014-01-091-13/+30
* | Use the new UTF-8 codec in QUrl and QUrlQueryThiago Macieira2014-01-091-120/+66
* | Use the new UTF-8 codec in QJsonDocumentThiago Macieira2014-01-094-81/+25
* | Add a new UTF-8 decoder, similar to the encoder we've just addedThiago Macieira2014-01-095-135/+225
* | Add a new UTF-8 encoder and use it from QStringThiago Macieira2014-01-093-46/+157