summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QWindowsVistaStyle: Fix CE_MenuBarItem with QStyleSheetStyle.Friedemann Kleint2016-04-231-1/+1
* QMessagePattern: Fix indentation and use QVector for a large structThiago Macieira2016-04-231-3/+6
* QMimeDatabase: fix mimeTypeForUrl for mailto URLsDavid Faure2016-04-231-1/+1
* winrt: emit application activationMaurice Kalinowski2016-04-231-0/+2
* Windows/QProcess::startDetached(): Fall back to ShellExecuteEx() for UAC prompt.Friedemann Kleint2016-04-231-0/+40
* QAbstractSocket:waitForReadyRead(): fix handling UDPAlex Trotsenko2016-04-231-1/+1
* xcb: Properly process enter/leave eventsBłażej Szczygieł2016-04-223-15/+64
* dbus: make QDBusArgumentPrivate destructor virtualPeter Wu2016-04-221-1/+1
* _q_networkSessionStateChanged - fix weird logicTimur Pocheptsov2016-04-222-2/+2
* QFileSystemModel: fix updating QFileInfo for a node after a file renameAlexander Volkov2016-04-221-3/+5
* qlockfile_unix - code cleanupTimur Pocheptsov2016-04-221-5/+7
* Fusion style: Observe text alignment of QGroupBox.Friedemann Kleint2016-04-221-1/+17
* Windows QPA/GL: Avoid crash in GL driver.Friedemann Kleint2016-04-221-3/+2
* QWidget::grab(): Use device pixel ratio.Friedemann Kleint2016-04-221-1/+3
* Cocoa integration - add a protection against dangling pointersTimur Pocheptsov2016-04-222-2/+10
* QHeaderView: fixing selection of reordered rows and columnsVyacheslav Grigoryev2016-04-211-48/+74
* QString: Avoid searching for a needle which is longer than the hayStephen Kelly2016-04-211-0/+3
* Doc: Fix links to QProcess::start(const QString &, OpenMode)Joerg Bornemann2016-04-201-3/+5
* QMacPinchGestureRecognizer - fix totalScaleFactorTimur Pocheptsov2016-04-201-1/+2
* QWindowsTheme::standardPixmap(): Do not create pixmaps with DPR.Friedemann Kleint2016-04-201-8/+2
* QMessageBox: Try to pass window handle to QIcon::pixmap().Friedemann Kleint2016-04-201-2/+11
* Fix compilation MSVC warning in 3rdparty/rfc6234Kai Koehne2016-04-202-33/+119
* Doc: Fix typo in QAtomicPointer::loadAcquire documentationKai Koehne2016-04-201-1/+1
* QWindowsXPStyle: Enlarge QLineEdit/QComboBox when High DPI scaling is active.Friedemann Kleint2016-04-191-3/+5
* QTabBar: Fix crash when the tab being dragged is deleted programmatically.Friedemann Kleint2016-04-191-0/+3
* Improve performance of socket notifications on WinCEAlex Trotsenko2016-04-192-2/+27
* Fix build on Linux/x32 systems (x86-64 ILP32)Thiago Macieira2016-04-191-2/+2
* QNetworkReplyImplPrivate - potential nullptr dereferenceTimur Pocheptsov2016-04-191-6/+2
* QWindowsXP/VistaStyle: Move the Vista treeview handling to QWindowsXPStylePri...Friedemann Kleint2016-04-184-76/+72
* Fix detection of the proxy base style when QT_STYLE_OVERRIDE is setAlexander Volkov2016-04-181-3/+3
* Xcb: Fix compilation with -no-c++11Kai Koehne2016-04-171-1/+1
* Windows QPA: Fix top level flags for Qt::SplashScreen.Friedemann Kleint2016-04-161-0/+2
* Fix gesture processing on OS X 10.11Timur Pocheptsov2016-04-151-1/+25
* Android: Update Ministro's urlBogDan Vatra2016-04-151-1/+1
* Fix wrong style of QMessageBox on Android.BogDan Vatra2016-04-151-28/+4
* QWindowsLocalCodec::convertFromUnicode(): preclude stack overflow.Edward Welbourne2016-04-151-3/+5
* winrt: use visible bounds the get the visual areaJochen Seemann2016-04-153-139/+74
* Avoid conversion warnings in qrgba64.hAllan Sandfeld Jensen2016-04-141-19/+19
* QWinEventNotifier: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-04-141-2/+2
* Fix QSysInfo::windowsVersion() on WinCETobias Koenig2016-04-141-0/+5
* Fix encoding of IDN hostnames with QUrl::hostThiago Macieira2016-04-131-1/+1
* Fix parsing of empty port sections in URLsThiago Macieira2016-04-131-1/+1
* Work around Clang false-positive warning on returning default parametersThiago Macieira2016-04-131-0/+4
* OS X: Fix available geometry at startup when menu bar is hiddenTor Arne Vestbø2016-04-131-0/+9
* Fix build when Qt is used in an automatic reference-counted environmentTor Arne Vestbø2016-04-132-6/+2
* WinRT: Removed superfluous callback that handles completed bindsOliver Wolff2016-04-132-8/+0
* winrt: Register for socket reads for correct socket engineOliver Wolff2016-04-131-29/+32
* winrt: Remove superfluous socketDescriptor assignmentOliver Wolff2016-04-131-1/+0
* winrt: only emit readRead signal if the notifyOnRead flag is setOliver Wolff2016-04-131-2/+4
* winrt: Cancel pending read operations before tcp sockets are closedOliver Wolff2016-04-132-48/+78