summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move QFuture from QtConcurrent to QtCoreMarc Mutz2012-09-2821-33/+24
* QFuture: remove unused includeMarc Mutz2012-09-283-3/+2
* Move QtConcurrent::ResultStore as QtPrivate::ResultStore to QtCoreMarc Mutz2012-09-2812-64/+62
* Move QtConcurrent::Exception as QException back to QtCoreMarc Mutz2012-09-2818-158/+216
* tst_QDateTimeEdit: cleanup whitespace & follow Qt coding styleJ-P Nurmi2012-09-281-76/+31
* Fix accessing the rpath dir from included modulesRomain Pokrzywka2012-09-281-1/+1
* Fix rpath dir in forwarding module .pri fileRomain Pokrzywka2012-09-281-1/+1
* config.tests/fontconfig: remove app_bundle config (mac compatibility)J-P Nurmi2012-09-281-1/+1
* QNX: fix assert condition on the destructorRafael Roquetto2012-09-281-1/+1
* fix indentationMark Brand2012-09-281-3/+3
* QProcess/Win fix forwarding of output channelsJoerg Bornemann2012-09-281-16/+20
* Mac: Fix label margins in QGroupBoxGabriel de Dietrich2012-09-281-17/+21
* Some improvements to the system Mac paletteGabriel de Dietrich2012-09-281-8/+5
* Make sure the path is quoted in case it has spaces in itAndy Shaw2012-09-281-3/+5
* Blackberry: Support input method hintsThomas McGuire2012-09-284-8/+25
* QNX: use assert on QQnxWindow destructorRafael Roquetto2012-09-281-5/+4
* Update the NaN tests to deal with non-conformance betterThiago Macieira2012-09-281-15/+16
* QDoc: remove the experimental basedir variablePierre Rossi2012-09-2810-147/+1
* TestLib: Fix MinGW compile warningKai Koehne2012-09-281-1/+1
* Doc: Small updates to QMenu's addAction() methods.Geir Vattekar2012-09-271-0/+12
* Remove the <module>version.h files from .gitignore.Stephen Kelly2012-09-271-13/+0
* Run application main run loop in color/font dialog testTeemu Katajisto2012-09-272-24/+46
* Accessibility: rather than assert, just warn.Frederik Gladhorn2012-09-271-5/+7
* Fix drag and drop with native widgetsjian liang2012-09-272-5/+30
* QPostEventList: change pointer comparison to integer comparisonMarc Mutz2012-09-271-1/+1
* Mac: Fix small glitch in editable combo boxesGabriel de Dietrich2012-09-271-1/+1
* Test: Enable tst_QWMatrix::operator_star_qwmatrixCaroline Chao2012-09-271-7/+2
* Test: Split tst_QVarLengthArray::oldTestsCaroline Chao2012-09-271-46/+48
* tst_QLabel: remove QSKIP, wrap Q_OS_MACJ-P Nurmi2012-09-271-3/+5
* tst_QMenu: remove QSKIP's -> wrap Q_OS_WINCEJ-P Nurmi2012-09-271-6/+10
* tst_QMainWindow: remove QSKIP, wrap Q_OS_MACJ-P Nurmi2012-09-271-4/+4
* Take a QPersistentIndex out of the container instead of casting it.Stephen Kelly2012-09-271-7/+17
* Use a QVector to store QPersistentModelIndexes.Stephen Kelly2012-09-272-5/+5
* Avoid looping over the indexes multiple times to create a persistent list.Stephen Kelly2012-09-271-9/+14
* Use the sibling method to make iteration over a range potentially faster.Stephen Kelly2012-09-271-4/+7
* Create an invalid QPersistentModelIndex if it will be converted anyway.Stephen Kelly2012-09-271-2/+2
* Fix resetting of the QCompletionModel.Stephen Kelly2012-09-272-20/+4
* Store an unsigned temporary for the internalId.Stephen Kelly2012-09-271-1/+1
* Sand box support, fix for the file dialogs.Pasi Matilainen2012-09-271-42/+45
* Added QGLPixelBuffer implementation using framebuffer objects.Samuel Rødal2012-09-279-106/+124
* tst_QAbstractButton::keyNavigation(): QSKIP -> XFAILJ-P Nurmi2012-09-271-3/+7
* Better drawn 1-pixel thick splitter on MacGabriel de Dietrich2012-09-271-9/+19
* Fixed selected menu item (& Co.) text colorGabriel de Dietrich2012-09-271-1/+1
* Fixed text rendering in selected tab buttonGabriel de Dietrich2012-09-271-3/+10
* use QLatin1String::size() in qt_setWindowTitle_helperHelperJoerg Bornemann2012-09-271-4/+2
* remove no-op test from tst_qfileJoerg Bornemann2012-09-271-23/+0
* fix conflicting Visual Studio project names for Qt examplesJoerg Bornemann2012-09-2715-0/+30
* Remove unused qMetaType helpers.Jędrzej Nowacki2012-09-271-54/+0
* Workaround MSVC2008 build failure after switching to std::lower_boundGiuseppe D'Angelo2012-09-271-0/+4
* Fix OpenGL context creation in Windows platform pluginMiikka Heikkinen2012-09-271-1/+1