summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QFileDialog: fix overwritten filterJoerg Bornemann2015-02-131-1/+1
* Fix regression in opacity handling of pdf path strokePeter Niekamp2015-02-111-3/+8
* Respect the orientation setting from the page setup dialogAndy Shaw2015-02-111-0/+3
* Document and further test that QJsonObject::keys() is sorted.Mitch Curtis2015-02-111-0/+2
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-1012-28/+82
|\
| * Force Harfbuzz-NG to use the Qt atomics when built inside QtThiago Macieira2015-02-102-2/+21
| * Remove #define inline from Harfbuzz-NGThiago Macieira2015-02-101-10/+0
| * Fix compilation with Apple Clang 425Thiago Macieira2015-02-091-2/+10
| * REG: Fix misplaced outline drawn text with native renderingEskil Abrahamsen Blomfeldt2015-02-052-4/+5
| * WinRT: Gracefully exit an applicationMaurice Kalinowski2015-02-021-0/+18
| * Fix memory leak in qSetMessagePatternKai Koehne2015-02-021-2/+6
| * Fix Qt over VNC with broken VisualInfoAllan Sandfeld Jensen2015-02-021-0/+12
| * WinRT: Fix access to style hint instead of theme hintMaurice Kalinowski2015-02-021-1/+1
| * Correct the version of ICC that has the constexpr bug fixedThiago Macieira2015-01-291-1/+4
| * WINCE: Fix special case for toplevelAndreas Holzammer2015-01-291-0/+8
| * Revert "Windows: Fix call of ToUnicode"Friedemann Kleint2015-01-291-8/+7
* | logging: Check if uClibc has backtrace supportFatih Aşıcı2015-02-091-4/+11
* | Fixed crash when adding items with spansJan Arve Saether2015-02-091-1/+1
* | Listen to XI2 deviceChanged events to reset last positionAllan Sandfeld Jensen2015-02-092-10/+68
* | Fix the look of inactive checkboxes in itemviews on OS X 10.10Andy Shaw2015-02-091-1/+4
* | Document that setGraphicsEffect is not suitable for GL widgetsLaszlo Agocs2015-02-091-0/+3
* | Qt 5 to-do in qpainterengineex_p.hSamuel Gaist2015-02-072-52/+2
* | Replace blog.qt.digia.com with blog.qt.ioSergio Ahumada2015-02-061-2/+2
* | Fix Meta+... shortcuts on XCBKåre Särs2015-02-061-1/+5
* | Don't crash with invalid QModelIndex or when QTreeWidgetItem is NULL in mimeD...Maks Naumov2015-02-062-13/+22
* | Improve handling of screens in QWidgets.Friedemann Kleint2015-02-064-22/+35
* | QIcon: Fix that HiDPI image was not found with QRC aliasEike Ziller2015-02-061-6/+6
* | Improve QTextDocument::setPlainText/Html doc related to undo stackSamuel Gaist2015-02-051-2/+3
* | Fix QLineF Detailed DescriptionSamuel Gaist2015-02-051-1/+1
* | xcb: delay showing tray icon window until it is embeddedShawn Rutledge2015-02-051-0/+6
* | SSL NPN negotiation: Do not abort on unmatched protocolsPeter Hartmann2015-02-052-12/+15
* | Do not close popup widgets when showing a widget embedded into QGraphicsView.Friedemann Kleint2015-02-051-4/+9
* | QProcess/Win: fix sporadic crashJoerg Bornemann2015-02-052-1/+2
* | Do not specifically mention features supported since XPKai Koehne2015-02-042-5/+1
* | Windows : fix call to LookupAccountNameWAntonio Lotti2015-02-041-4/+11
* | QPair: work around std::move not being constexpr in C++11Marc Mutz2015-02-041-1/+3
* | Streamline code in QDesktopWidget.Friedemann Kleint2015-02-042-22/+15
* | QWindowsXPStylePrivate::buffer(): Improve warnings.Friedemann Kleint2015-02-041-2/+2
* | Handle failure of Windows XP theme painting functions for PE_FrameWindow.Friedemann Kleint2015-02-042-20/+31
* | Set dpr of QImage in QOpenGLWidget grabFramebufferDyami Caliri2015-02-031-0/+1
* | Correct inplace conversion methods from RGBA8888 formatsAllan Sandfeld Jensen2015-02-031-3/+3
* | Cocoa: Don't crash on no target window.Morten Johan Sørvig2015-02-031-0/+8
* | Fix argv parameter to main() on WindowsJoni Poikelin2015-02-031-1/+2
* | CMake: Fix QObject::connect failing on ARMAlbert Astals Cid2015-02-031-2/+0
* | QHeaderView: check that length is correct and fix restoring Qt4 state.Arnaud Bienner2015-02-031-23/+54
* | Suppress Ctrl/Ctrl+Shift keypresses in line/text edits.Friedemann Kleint2015-02-032-1/+10
* | Windows: Pass geometry in device-independent pixel when determining screen.Friedemann Kleint2015-02-031-1/+1
* | QWindowContainer: Restrict check for negative position to child windows.Friedemann Kleint2015-02-031-1/+1
* | Windows: Rewrite font database to use delayed population.Friedemann Kleint2015-02-032-35/+51
* | CoreWLan: properly wait for scan thread to finishDyami Caliri2015-02-031-1/+0