summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid warnings about an unreachable codeKonstantin Ritt2012-10-104-8/+5
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-1011-21/+33
* tst_QApplication: Make sure the native style is being usedGabriel de Dietrich2012-10-101-0/+2
* qdoc: Implements the -no-link-errors optionMartin Smith2012-10-108-50/+36
* Cocoa: Send keyboard modifiers with mouse events.Morten Johan Sorvig2012-10-101-1/+2
* Added missing keysym to handleExtendedKeyEvent in xcb plugin.Samuel Rødal2012-10-101-2/+2
* Windows: Filter out events sent during DestroyWindow().Friedemann Kleint2012-10-103-2/+7
* Fix scrolldown arrow not showing on popup for QMenuMiikka Heikkinen2012-10-101-2/+4
* Delete the QVariant ctors taking global Qt enum values.Stephen Kelly2012-10-105-32/+48
* QGtkStyle: use gtk_widget_get_parent() and gtk_widget_is_toplevel()J-P Nurmi2012-10-103-2/+10
* QGtkStyle: use gtk_widget_get/set_allocation()J-P Nurmi2012-10-103-17/+39
* qmake: fix .pc install target dir separators on windowsJ-P Nurmi2012-10-101-1/+1
* Scale icons returned by QIcon::fromTheme.David Sansome2012-10-102-2/+14
* Compile fix for when XCB_USE_GLX is not defined.Samuel Rødal2012-10-102-3/+7
* Optimise the deletion of a QSharedPointer with no custom deleterThiago Macieira2012-10-102-18/+40
* fix links in INSTALLJoerg Bornemann2012-10-101-6/+6
* QElapsedTimer: Instead of two ints, store only the clock typeThiago Macieira2012-10-101-46/+82
* Simplify QDate::addDays() impementationJon Severinsson2012-10-101-14/+3
* Change QDateTime::addSecs() and QDateTime::secsTo() to use qint64.Jon Severinsson2012-10-103-7/+7
* Fix wheel events in WindowsMiikka Heikkinen2012-10-102-11/+46
* Don't try to emit focusObjectChanged if window pointer is zeroMiikka Heikkinen2012-10-101-2/+4
* QDoc/Bootstrap library: fix link error on WindowsPierre Rossi2012-10-091-1/+1
* config.tests/glib: remove app_bundle config (mac compatibility)J-P Nurmi2012-10-091-1/+1
* QNX: Add and remove screens dynamically.James Turner2012-10-094-18/+94
* QtPrinterSupport: Fix compilation with QT_NO_PRINTERSergio Ahumada2012-10-093-0/+11
* Generate ';' separated libraries in prl files for CMake.Stephen Kelly2012-10-092-3/+9
* Update the Unicode Data and Algorithms up to Unicode 6.2Konstantin Ritt2012-10-0927-4480/+5042
* QGtkStyle: cleanup unused gdk_drawable_get_depth() (not avail in GTK3)J-P Nurmi2012-10-092-7/+0
* Add QEvent::StyleAnimationUpdate: style animation target should updateJ-P Nurmi2012-10-094-0/+7
* tst_qfiledialog: fixed typo causing semi-random completer() failureRohan McGovern2012-10-091-1/+1
* [QTBUG-13230] Make QVariantAnimation non-abstractMarc Mutz2012-10-092-4/+5
* QMap - remove unused maximumNode() functionsThorbjørn Lund Martsum2012-10-081-4/+0
* Removed the "tst_QVector::outOfMemory" test.Christian Strømme2012-10-082-149/+1
* configure: bump gtk version from 2.10 to 2.18 (sep 2009)J-P Nurmi2012-10-081-1/+1
* uic: Map QLCDNumber::numDigits to QLCDNumber::digitCount.Friedemann Kleint2012-10-081-1/+6
* Stabilize test qmenu::pushButtonPopulateOnAboutToShow().Friedemann Kleint2012-10-081-19/+32
* Introduce a Tegra2 mkspec to the device specsThomas Senyk2012-10-082-0/+73
* Simplify the imx6-device-mkspecThomas Senyk2012-10-081-23/+13
* Handle additional format ranges when itemizing.Pierre Rossi2012-10-084-27/+153
* Fix Windows: QStandardPath::findExecutable() to check suffixes.Friedemann Kleint2012-10-082-59/+141
* remove superfluous include from echoplugin exampleJoerg Bornemann2012-10-081-1/+0
* Add QT.module.docs variable to the module systemTor Arne Vestbø2012-10-082-0/+2
* doc: remove old un-used monolithic qdocconf fileTor Arne Vestbø2012-10-081-115/+0
* Tools: add QLibraryInfo to the bootstrapped library.Pierre Rossi2012-10-084-23/+37
* styles.pri: tabs to spacesJ-P Nurmi2012-10-081-69/+69
* Fix a bug in how paths are made canonical and relativeJan Arve Saether2012-10-081-1/+1
* Implementation of the BlackBerry Qt Proxy support.Andrey Leonov2012-10-083-0/+140
* doc: Brush up QPaintEngine documentation for Qt 5Eskil Abrahamsen Blomfeldt2012-10-081-13/+10
* doc: Update Q*PaintDevice docsEskil Abrahamsen Blomfeldt2012-10-082-7/+7
* Doc: Update QThread class ref to reflect changes since Qt 4.4Sze Howe Koh2012-10-082-64/+135