summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined behavior in QLoggingRegistry::defaultCategoryFilter()Marc Mutz2014-10-171-3/+5
* XCB: Always set X window attributes in QXcbWindow::setWindowFlags().Friedemann Kleint2014-10-171-20/+31
* Export QFSFileEngine symbolsKai Koehne2014-10-171-1/+1
* QSettings: Prevent assert when passing empty keys.Friedemann Kleint2014-10-171-0/+8
* xcb: Fix a type of variables for xkb modifiers masksAlexander Volkov2014-10-161-2/+2
* Accessibility Linux: Make a full copy of a key eventAlexander Volkov2014-10-161-1/+3
* Reduce code duplication in QFontconfigDatabaseAlexander Volkov2014-10-162-146/+97
* xcb: Don't return 0 as a possible key for a shortcutAlexander Volkov2014-10-161-1/+1
* Avoid breaking BC with new virtuals in QOpenGLPaintDeviceLaszlo Agocs2014-10-166-55/+117
* QWindowsGuiEventDispatcher: Register timers in constructor.Friedemann Kleint2014-10-153-6/+5
* QTestLib: Remove valgrind version check.Friedemann Kleint2014-10-151-21/+3
* qdoc: Fixed recursion of \sincelist command handlingTopi Reinio2014-10-151-4/+4
* Consolidate how contentDescription is calculated.Jan Arve Saether2014-10-151-10/+18
* Avoid sleeping 100ms in QProcessPrivate::drainOutputPipes()Oswald Buddenhagen2014-10-151-1/+1
* Prevent 'recursive' update events when calling QToolButton::setMenu()Tor Arne Vestbø2014-10-151-0/+3
* Cocoa: Send obscure events on OcclusionStateHiddenMorten Johan Sørvig2014-10-141-4/+2
* Fix QOpenGLWidget on Cocoa when used as viewportLaszlo Agocs2014-10-146-5/+103
* Make QStringRef::right() consistent with QString::right()Eskil Abrahamsen Blomfeldt2014-10-142-2/+2
* qplatformmenu: remove unused and deprecated functionRichard Moe Gustavsen2014-10-131-5/+0
* osx: let qcombobox specify target rect when showing popupRichard Moe Gustavsen2014-10-131-1/+1
* Update QOffscreenSurface docs regarding threadsLaszlo Agocs2014-10-131-0/+8
* QTableGenerator: replace a call to a member function with direct element accessMarc Mutz2014-10-131-1/+1
* Doc: Update description of QKeyEvent classTopi Reinio2014-10-131-6/+5
* QMacStyle: Use NSRect instead of CGRect in drawNSViewInRect()v5.4.0-beta1Gabriel de Dietrich2014-10-131-3/+3
* prevent if_nametoindex being called with empty stringTom Hirst2014-10-121-11/+22
* QSettings: undo unintentional change of config dir on non-XDG platforms.David Faure2014-10-121-1/+10
* qiosclipboard: take ownership over mime dataRichard Moe Gustavsen2014-10-102-1/+14
* Account for the country/language settings when checking for duplicatesAndy Shaw2014-10-101-4/+11
* OS X: rename special menu items instead of duplicatingTimur Pocheptsov2014-10-102-6/+14
* Android: Make memory handling in QClipboard consistent with iOSEskil Abrahamsen Blomfeldt2014-10-101-1/+2
* DPI-scale PM_SubMenuOverlap after allOswald Buddenhagen2014-10-101-1/+2
* Fix patching of installation dateKai Koehne2014-10-101-2/+3
* QMenu: ensure that a menu item's icon can be removed dynamicallyShawn Rutledge2014-10-101-0/+2
* Fix memory leak in QClipboard::setMimeData()Eskil Abrahamsen Blomfeldt2014-10-101-3/+8
* Android: Return empty mime data instead of 0 from empty clipboardEskil Abrahamsen Blomfeldt2014-10-101-4/+4
* Android: Support QSysInfo::productVersion()Eskil Abrahamsen Blomfeldt2014-10-101-1/+3
* Gcc 4.5.* build fix.Tomasz Olszak2014-10-101-2/+5
* Print warning when unable to query physical screen sizeGatis Paeglis2014-10-101-0/+5
* Add a warning when using QOpenGLWidget as a native childLaszlo Agocs2014-10-101-0/+6
* Add information about unsupported SSL protocol when creating context.Mikołaj Siedlarek2014-10-101-4/+13
* Prevent parsing of SSL certificates from 0-size buffers.Mikołaj Siedlarek2014-10-101-1/+1
* Android: Fix memory leak in QClipboard::setMimeData()Eskil Abrahamsen Blomfeldt2014-10-101-0/+1
* Android: Support QClipboard::clear()Eskil Abrahamsen Blomfeldt2014-10-101-4/+2
* Android: Thread fix/optimizationPaul Olav Tvete2014-10-101-3/+3
* Android: null pointer checkPaul Olav Tvete2014-10-101-0/+3
* Android: Don't call requestLayout() when changing the geometry.Christian Strømme2014-10-091-2/+0
* Removing a few unneeded "? true : false"Alessandro Portale2014-10-0912-24/+24
* Don't stream QStringLiterals into QDebugMarc Mutz2014-10-094-10/+10
* QFactoryLoader: de-duplicate two QStringLiteralsMarc Mutz2014-10-091-4/+8
* Don't use QStringLiteral in startsWith/endsWidthMarc Mutz2014-10-096-13/+13