summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-187-22/+211
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-147-22/+211
| |\
| | * Fix QtBearer connman backend report correctly on lte networkLorn Potter2014-10-131-1/+1
| | * QMacStyle: Fix QPushButton with menu appearance on 10.10Gabriel de Dietrich2014-10-132-16/+42
| | * QAbstractItemView: fix CTRL+A select all behaviorMaximilian Hrabowski2014-10-132-3/+161
| | * QMacStyle: save context state before changing to avoid crashDyami Caliri2014-10-131-1/+1
| | * Initialize QFileSystemMetaData::size_ data memberGiuseppe D'Angelo2014-10-131-1/+2
| | * XCB: silence warnings about possibly undefined shiftsGiuseppe D'Angelo2014-10-061-0/+4
* | | QMacStyle: Fix QSlider appearance on YosemiteGabriel de Dietrich2014-10-182-10/+142
* | | QMacStyle: Add optional block parameter to drawNSViewInRect()Gabriel de Dietrich2014-10-182-3/+8
* | | Fix use-after-delete bug in tst_QWidget::taskQTBUG_27643_enterEvents()Marc Mutz2014-10-181-0/+1
* | | Make font hinting and antialiasing size dependent when using FontConfigAlexander Volkov2014-10-171-0/+3
* | | Fix QAbstractListModel's detailed description.Mitch Curtis2014-10-171-2/+2
* | | Android: Improve cache logic in findClass()Christian Strømme2014-10-171-30/+35
* | | Move Qt Core examples under a common subdirectoryTopi Reinio2014-10-1789-131/+138
* | | 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-172-0/+19
* | | 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-143-4/+4
|/ /
* | 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
* | Use :- instead of - for empty environment variablesThiago Macieira2014-10-101-3/+3
* | Remove duplicate of clang + libc++ mkspecJürgen Hunold2014-10-102-112/+0
* | 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