summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cocoa: Allow pasting text from Qt apps to MailMorten Johan Sørvig2016-05-181-4/+4
* xcb: Fix dropping URL on Firefox window.Urs Fleisch2016-05-181-9/+10
* xcb: Fix drop of text/uri-list and text/html.Urs Fleisch2016-05-181-11/+31
* QMenuBar: nested parenting fixFelix Bourbonnais2016-05-182-25/+33
* Moc: fix crash when a file ends with \\\rOlivier Goffart2016-05-181-2/+4
* egl: Reshuffle headers to help less fortunate systems with X11Laszlo Agocs2016-05-1711-14/+21
* Compile fix: remove _POSIX_C_SOURCE usageRalf Nolden2016-05-171-3/+0
* QT_CONFIG simplification re debug_and_release and build_allOswald Buddenhagen2016-05-171-1/+1
* winrt: Fix potential crash when reading closed socketsMaurice Kalinowski2016-05-172-12/+20
* Use QPlatformTheme for the context to translate the color dialog buttonsAndy Shaw2016-05-161-1/+1
* Fix QVariant conversion to an enum type.Olivier Goffart2016-05-161-1/+21
* QWidget::mapTo/FromGlobal(): Rewrite using a QTransform.Friedemann Kleint2016-05-141-46/+53
* Remove dead code from QColorDialogThiago Macieira2016-05-141-29/+6
* Move q{Set,}GlobalQHashSeed() to the correct header fileMarc Mutz2016-05-132-3/+3
* Fixed crash in QAuthenticator::operator==Jesus Fernandez2016-05-131-0/+2
* QLineEdit: Fix icons being too small on a High DPI screen without scaling.Friedemann Kleint2016-05-123-22/+52
* Fix build with GCC <= 4.2 (FreeBSD 9.x)Thiago Macieira2016-05-121-1/+5
* Bearer: replace the use of QMutexPool in the Windows pluginThiago Macieira2016-05-121-35/+24
* src.pro: include the build of bootstrap-dbus in developer buildsThiago Macieira2016-05-121-1/+2
* dbustray: Use separate D-Bus connections for each tray iconDmitry Shachnev2016-05-123-4/+5
* Windows: Suppress error dialogs when querying logical drives.Friedemann Kleint2016-05-122-0/+4
* xcb: Properly interpret data.l[0] field of XdndStatus messageAlexander Volkov2016-05-121-1/+1
* Document how to save an application using QUndoStackMitch Curtis2016-05-111-0/+2
* Remove wrong doc note for QPlatformBackingStore::flush()Gabriel de Dietrich2016-05-111-1/+2
* eglfs: Support dynamic mouse cursor show/hide with DRM HW cursorLaszlo Agocs2016-05-112-8/+81
* Avoid asserting when painting certain degenerate bezier pathsEirik Aavitsland2016-05-111-1/+1
* QFileSystemModel: create nodes with correct QFileInfosAlexander Volkov2016-05-101-6/+15
* QCocoaWindow - do not call resignKeyWindowTimur Pocheptsov2016-05-101-4/+2
* Acknowledge QWidgetWindow::widget() may be nullGabriel de Dietrich2016-05-103-14/+16
* QWidgetWindow: Guard reference to own widgetGabriel de Dietrich2016-05-102-3/+6
* winrt: Fix potential startup crashMaurice Kalinowski2016-05-101-3/+4
* xcb: Properly unset mousePressWindow()Błażej Szczygieł2016-05-091-2/+7
* QXcbDrag: forward mouse release event to initiator windowAlberto Mardegan2016-05-092-0/+16
* linuxfb: Support transparencyLaszlo Agocs2016-05-093-4/+19
* Add FreeType libraries for Windows -system-freetype buildsJames McDonnell2016-05-091-0/+1
* Fix threading issue in creating static opengl contextMäättä Antti2016-05-091-2/+4
* Windows Accessibility: Use QWindowsAccessibility::windowHelper().Friedemann Kleint2016-05-091-11/+4
* QStorageInfo: allow getting the info of pseudo filesystems tooThiago Macieira2016-05-091-2/+0
* QStorageInfo: get the label properly if the mounted device is a symlinkThiago Macieira2016-05-091-1/+4
* QStorageInfo: update the detection of pseudo filesystemsThiago Macieira2016-05-091-1/+4
* QStorageInfo: fix matching of mountpoints to sibling directoriesThiago Macieira2016-05-091-24/+34
* Fix moc warning detected by ICCThiago Macieira2016-05-091-4/+4
* Fix QBasicAtomicPointer::{load,store} to actually be relaxedThiago Macieira2016-05-091-2/+2
* Disconnect signals from each QObject only once in QDBusConnectionPrivateThiago Macieira2016-05-092-12/+21
* QTableView: Fix selection for reordered or hidden rows/columnsVyacheslav Grigoryev2016-05-091-13/+10
* QTest: Fix printing of values of Q_ENUMsThiago Macieira2016-05-081-1/+1
* Add constants for the CoreText font weights.Jake Petroules2016-05-081-9/+52
* Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-0812-19/+22
* make sure QNAM reacts to configuration changesLorn Potter2016-05-073-22/+86
* QAccessibleMenuItem: Implement QAccessibleInterface::window().Friedemann Kleint2016-05-062-0/+16