summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Implement startup notification spec again.David Faure2013-04-238-1/+85
| * qxcb: output clear error message when running on an 8-bit displayDavid Faure2013-04-231-1/+3
| * Fix memory access violationKonstantin Ritt2013-04-231-2/+1
| * Remove QLocalePrivate::m_localeIDhjk2013-04-235-36/+121
| * Do not talk about `make confclean` in the top-level directoryJan Kundrát2013-04-231-1/+2
| * QDataStream: Be a bit more verbose about operator>>(char *&)hjk2013-04-231-5/+11
| * Use a QVector<QDateTime> instead of an array in QFileInfoPrivatehjk2013-04-233-1/+13
| * Cocoa: Fix disabled minimize button on main windowsGabriel de Dietrich2013-04-231-1/+1
| * Don't crash on a null window pointer.Morten Johan Sørvig2013-04-231-0/+3
| * Cocoa: Add setAlertState(), isAlertState(), beep() functionsGabriel de Dietrich2013-04-235-1/+31
| * Fixed QGLWidget not being able to be made current with a context.Samuel Rødal2013-04-232-5/+10
| * Fixed QLayout::addChildLayout(QLayout *l) when l had a parentJan Arve Saether2013-04-236-5/+40
| * Move Mac translations to .cpp file for lupdate to pick them up.Friedemann Kleint2013-04-235-39/+170
| * Set the sysroot if cross compiling the cmake tests.Stephen Kelly2013-04-231-0/+4
| * Use the CMake list separator for content in a CMake list.Stephen Kelly2013-04-231-1/+1
| * Fix header check: you must #include qconfig.h before QT_NO_OPENGLThiago Macieira2013-04-232-0/+4
| * Accessibility: Ignore negative child indices in main windowFrederik Gladhorn2013-04-231-1/+1
| * Fix typo in docsStephen Kelly2013-04-231-1/+1
| * Fix build with QT_NO_CLIPBOARDStephen Kelly2013-04-231-0/+4
| * File dialog manual test: Remove dot from default suffix.Friedemann Kleint2013-04-231-1/+1
| * Fix QAbstractItemModel::moveColumn()J-P Nurmi2013-04-232-1/+5
| * Fix crash when deleting a QMenu on exitGabriel de Dietrich2013-04-231-1/+1
| * Accessibility: Menu item should keep track of owner being validFrederik Gladhorn2013-04-232-2/+3
| * QWindow: expose active as propertyLiang Qi2013-04-233-0/+14
| * Make requestActivate() as a slot in QWindowLiang Qi2013-04-231-2/+2
| * Fix def files for Mingw (32 bit)Kai Koehne2013-04-232-0/+4
| * Add missing intrin.h include for __cpuidKai Koehne2013-04-232-0/+32
| * Added grabbing option for qevdevkeyboard and mouse.Libor Tomsik2013-04-232-0/+8
| * Enforce focus policy in item delegate's editorGabriel de Dietrich2013-04-231-1/+4
| * Fix QKeySequence::toString() returning gibberish for Qt::KeypadModifierMitch Curtis2013-04-233-4/+18
| * Don't show a separate inspector for child windows.Morten Johan Sørvig2013-04-231-0/+2
| * Use qAccessibleRoleString to stringify roles.Morten Johan Sørvig2013-04-231-18/+1
| * Return GroupRole for unknown accessibility roles.Morten Johan Sørvig2013-04-231-2/+5
| * Don't set WA_AcceptTouchEvents on Mac OS X.Morten Johan Sørvig2013-04-231-2/+2
| * Configure: Provide -no-gui option for Windows host builds.Stanislav Ionascu2013-04-221-0/+12
| * Document that the mutex passed to QWaitCondition::wait must be lockedThiago Macieira2013-04-221-2/+2
| * Accessibility Windows: always check for negative child idsFrederik Gladhorn2013-04-222-26/+21
| * Add IMPORTED targets for the GL libraries used by Qt.Stephen Kelly2013-04-229-5/+326
| * Accessibility Mac: Implement accessibilityFocusedUIElementFrederik Gladhorn2013-04-221-0/+18
| * Fix QTableView::doItemsLayout()J-P Nurmi2013-04-222-3/+42
| * Read correct font hinting config on Gnome/UnityEskil Abrahamsen Blomfeldt2013-04-225-8/+68
| * test: Disable tst_uic when -no-widgets is usedSergio Ahumada2013-04-221-0/+1
| * Revert "Don't warn on 0x0 sized windows."Morten Johan Sørvig2013-04-221-1/+1
| * iOS: don't delete m_touchDevice, QPA takes ownershipRichard Moe Gustavsen2013-04-222-6/+0
| * ANGLE: Fix compilation with MinGWKai Koehne2013-04-221-1/+1
* | List the URL schemes supported by QNetworkAccessManagerKevin Ottens2013-04-2811-0/+103
* | Add a screen color picker button to QColorDialogDavid Gil2013-04-283-1/+130
* | Add since 5.2 to the new QColor featuresAlbert Astals Cid2013-04-261-1/+3
* | Make QColor understand #AARRGGBBAlbert Astals Cid2013-04-265-33/+109
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-26202-911/+1951
|\ \