summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Repurpose the former Q_OS_MAC synonym "Q_OS_MACX" to mean "OS X".Jake Petroules2013-05-093-13/+29
* Stabilize QGraphicsWidget test.Friedemann Kleint2013-05-091-15/+12
* Fix crashes when creating large documentsLars Knoll2013-05-096-16/+64
* Fix a case of connect()ing to signals declared in a base classOlivier Goffart2013-05-092-3/+32
* Revert "OSX: obey the Qt::WindowTransparentForInput flag"Gabriel de Dietrich2013-05-081-2/+0
* Cache Xcode and SDK settings in .qmake.cache if it existsTor Arne Vestbø2013-05-088-41/+60
* Doc: Remove applicationicon and orientation examples from QtWidgetsTopi Reinio2013-05-0823-736/+0
* Remove references to inexisting enums in Q_ENUMSOlivier Goffart2013-05-083-3/+2
* Fix typos and style in QInputDialog's docsDavid Gil2013-05-081-11/+11
* Avoid a QStringRef -> QString conversion by using the new qt_hash overloadGiuseppe D'Angelo2013-05-081-1/+1
* Make the configure summary even prettierThiago Macieira2013-05-081-124/+115
* QUrl: Fix compiler warning about uninitialized varKai Koehne2013-05-081-1/+1
* qdoc: Documentation for QMetaObject::Connection now appearsMartin Smith2013-05-081-1/+17
* qdoc: Briefs from other modules now show upMartin Smith2013-05-085-2/+37
* Doc: Fix paths for a number of examplesv5.1.0-beta1Topi Reinio2013-05-085-5/+5
* Doc: Highlight a number of examplesTopi Reinio2013-05-081-0/+19
* qdoc: Standardize paths used in example and demo manifest filesTopi Reinio2013-05-081-6/+0
* Revert QDateTime serialisation to pre-Qt 5 behaviour.Mitch Curtis2013-05-086-8/+35
* Cocoa: Add support for ForeignWindow window typeGabriel de Dietrich2013-05-082-2/+10
* Menu item shortcuts reaching Qt's event loop are disabledGabriel de Dietrich2013-05-081-0/+10
* Suppress warning about unsupported frame strut events.Friedemann Kleint2013-05-081-2/+1
* Fix tabFocusFirst when that item is removed from QGraphicsSceneMiikka Heikkinen2013-05-082-0/+27
* QLocalePrivate: remove unused dataPointerForIndex functionThiago Macieira2013-05-082-14/+0
* Fix new compiler warning in qdocThiago Macieira2013-05-080-0/+0
* Specify gnu_printf for message formatting with MinGWJonathan Liu2013-05-082-0/+28
* QLocale: add autotest for French_Morocco localeEl Mehdi Fekari2013-05-081-0/+1
* moc: use fprintf instead of qWarningOlivier Goffart2013-05-082-2/+7
* iOS: don't send ended touch events to QPARichard Moe Gustavsen2013-05-072-75/+35
* QWidgetWindow: don't accept touch events while in popup modeRichard Moe Gustavsen2013-05-071-0/+4
* doc: QWidget::setEnabled cannot enable children of a disabled widgetJan Kundrát2013-05-071-1/+2
* Add workaround for case-changing renaming of files on Linux/FAT32.Friedemann Kleint2013-05-071-7/+36
* Make access to xkbcommon_workaround.h more genericGatis Paeglis2013-05-076-2/+38
* Use X11 core protocol when xkb not availableGatis Paeglis2013-05-074-20/+236
* Added possibleKeys(QKeyEvent *) to QXcbIntegrationGatis Paeglis2013-05-074-0/+90
* Utilize libxkbcommon API for the keyboard backend on X11Gatis Paeglis2013-05-076-445/+484
* Add xcb-xkb to 3rd party libsGatis Paeglis2013-05-079-1/+37143
* Add libxkbcommon to 3rd party libsGatis Paeglis2013-05-0752-19/+32720
* Re-enable automatic evdev support in EGLFS for Qt on embedded Android.Samuel Rødal2013-05-071-2/+2
* Prevent crash due to giving QWidget::update() a large region.Samuel Rødal2013-05-071-4/+9
* Android: Change default Ministro download locationEskil Abrahamsen Blomfeldt2013-05-072-2/+2
* Fix compilation for Android ARMv5Eskil Abrahamsen Blomfeldt2013-05-071-0/+4
* Only expect EGL libraries in the cmake files if Qt is configured to use it.Stephen Kelly2013-05-073-6/+9
* Create a proper variable name in the cmake macro.Stephen Kelly2013-05-071-1/+1
* Add qt_hash(QStringRef) overloadGiuseppe D'Angelo2013-05-073-4/+44
* Fixed applying invalid data from QLineEdit to modelIvan Komissarov2013-05-073-20/+199
* Make the configure script to accept "-no-harfbuzz" switchGatis Paeglis2013-05-071-1/+1
* qdoc: Fix warning about unused variable 'high'.Friedemann Kleint2013-05-071-2/+0
* Add QSKIP to hoverenter-test in tst_qgraphicsproxywidget.Friedemann Kleint2013-05-071-0/+1
* Fix XPASS in tst_qgraphicswidget (Windows).Friedemann Kleint2013-05-071-1/+1
* Enable non-client-area mouse events by default for widgets.Friedemann Kleint2013-05-072-14/+3