summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtMiscUtils: mark hex functions noexcept and fromHex constexprMarc Mutz2015-02-121-10/+7
* eglfs: Add the three missing drag cursorsLaszlo Agocs2015-02-122-3/+3
* Prevent crashing on ES2 SDK - ES3 device scenarios with AndroidLaszlo Agocs2015-02-123-8/+17
* Document that some types need not to be registered with Q_DECLARE_METATYPEOlivier Goffart2015-02-121-0/+13
* QMetaType: Automatic registration of Q_GADGET and Q_ENUM typesOlivier Goffart2015-02-121-2/+53
* QAbstractSocket: remove unneeded cleanup calls and private memberAlex Trotsenko2015-02-112-14/+2
* Use a union for different openssl typesAndré Klitzing2015-02-112-15/+10
* CMake: Introduce qt5_add_binary_resourcesA. Klitzing2015-02-112-26/+80
* Update copyright headersJani Heikkinen2015-02-113768-28123/+26388
* Windows: Reintroduce copy of argv.Friedemann Kleint2015-02-102-7/+17
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLaszlo Agocs2015-02-10126-926/+1750
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-10126-926/+1750
| |\
| | * 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
| | * Cocoa: Keep menu invisible when adding it to a menubarDaiwei Li2015-02-031-1/+3
| | * Windows: Fix screen changed emission for programmatic moves.Friedemann Kleint2015-02-021-1/+2
| | * Fix QGraphicsWidget window frame section logicDyami Caliri2015-02-021-2/+2
| | * Fix leaks in OS X bundle detectionDyami Caliri2015-02-021-3/+3
| | * Partially revert "QFixed: fix undefined behavior"Marc Mutz2015-02-021-1/+1
| | * uic: don't use QStringLiteral in comparisonsMarc Mutz2015-02-021-273/+273
| | * uic: update sources from current generate_uiMarc Mutz2015-02-022-63/+66
| | * Add some punctuation to QTextCursor's detailed description.Mitch Curtis2015-02-021-5/+5
| | * Fix build of egl integrationStephan Binner2015-02-028-23/+29
| | * Only use Xft font settings as defaults, and let fontconfig overrideAllan Sandfeld Jensen2015-02-021-38/+38
| | * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-2945-207/+714
| | |\