summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * QFileDialog::setDirectory() and directory() should be symmetricShawn Rutledge2014-01-061-1/+5
* | Add new direct2d platform pluginLouai Al-Khanji2014-01-1026-1/+3336
* | 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-093-79/+23
* | Add a new UTF-8 decoder, similar to the encoder we've just addedThiago Macieira2014-01-093-87/+195
* | Add a new UTF-8 encoder and use it from QStringThiago Macieira2014-01-093-46/+157
* | Added PropertiesChanged signal to dbus introspection dataMatt Broadstone2014-01-091-0/+6
* | Optimize QObject::senderSignalIndex to only iterate the d->senders once.Milian Wolff2014-01-092-25/+13
* | Add option NoCancelButtonOnLastPage to QWizardChristian Loose2014-01-092-2/+8
* | Use the default height (not 0) if only width is specifiedJan Arve Saether2014-01-091-8/+7
* | Use XInput2 scrolling events to enable smoother scrollingAllan Sandfeld Jensen2014-01-094-28/+164
* | QNX: Expand on Virtual Keyboard SupportMike Fenton2014-01-096-175/+169
* | Add QVarLengthArray::{indexOf,lastIndexOf,contains} functionshjk2014-01-092-0/+88
* | Send DynamicPropertyChange event only when value is changed.Tomasz Olszak2014-01-091-0/+2
* | Inplace versions of QImage rgbSwapped() and mirrored() for rvalue refsAllan Sandfeld Jensen2014-01-084-110/+308
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-085-2/+22
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-065-2/+22
| |\|
| | * XCB: Fix pixmap leakUli Schlachter2014-01-051-0/+2
| | * Fix Qt build when mtdev is detectedThiago Macieira2014-01-041-1/+1
| | * Remove disabling of warning 4660 on MSVCThiago Macieira2014-01-031-1/+0
| | * Avoid duplicate emulated mouse events with XInput2Allan Sandfeld Jensen2014-01-031-0/+16
| | * Do not use SO_SNDBUF on Vista or laterKurt Pattyn2014-01-031-0/+3
* | | Move no-pch extra compiler to common featuresAllan Sandfeld Jensen2014-01-081-12/+1
* | | Fixes: 32 bit and alpha bmp format image readingaavit2014-01-081-46/+61
* | | Mark QTzType as Q_PRIMITIVE_TYPE.Sérgio Martins2014-01-081-0/+2
* | | Windows/Windows CE: Do not dynamically load shell32/coredll.Friedemann Kleint2014-01-073-33/+5
* | | QNX: Add some more properties to a touch pointFabian Bumberger2014-01-071-2/+24
* | | Add takeTexture() to QOpenGLFramebufferObjectLaszlo Agocs2014-01-073-41/+97
* | | Prevent foolish use of setuid when using Qt.Richard J. Moore2014-01-073-0/+50
* | | WinRT: Clean up core event dispatcherAndrew Knight2014-01-073-139/+88
* | | WinRT: Properly return exit codeAndrew Knight2014-01-071-2/+6
* | | WinRT: Improve event dispatcherAndrew Knight2014-01-072-8/+35
|/ /
* | xcb: Remove useless flushesUli Schlachter2014-01-062-7/+2
* | Change entry point for WinRT apps to WinMainMaurice Kalinowski2014-01-062-16/+37
* | OSX: support fake fullscreen and etcLiang Qi2014-01-032-4/+40
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-0333-143/+343
|\|
| * Make texture glyph cache more robust against missing glyphsSimon Hausmann2014-01-031-1/+1
| * REG: Fix support for strings spanning multiple font enginesEskil Abrahamsen Blomfeldt2014-01-031-1/+1
| * Accessibility Linux: Fix atspi getActions to return action nameFrederik Gladhorn2014-01-031-0/+1
| * Cocoa: fix single punctuation input via CJK input methodLiang Qi2014-01-031-5/+0
| * Add missed header to qfileselector.cpp.Ivan Komissarov2014-01-031-0/+4
| * Android: let fullscreen use entire screenPaul Olav Tvete2014-01-031-0/+38
| * Android: Overwrite plugin cache when APK is updatedEskil Abrahamsen Blomfeldt2014-01-031-10/+116
| * Android: Don't show ActionBar at startup.BogDan Vatra2014-01-022-5/+3
| * Fix some typos in documentation.Jeff Tranter2014-01-027-10/+10