summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Made cube example not use glActiveTexture.Samuel Rødal2012-10-021-2/+1
* Rename createLocalFile to createNativeFile & deprecate createLocalFileAndy Shaw2012-10-026-11/+85
* fix QWidget::setWindowFilePath on Mac OSJoerg Bornemann2012-10-025-3/+25
* QWindow::setWindowFilePath addedJoerg Bornemann2012-10-025-0/+32
* typo fixed in tst_QLocalSocket::verifyListenWithDescriptor_dataJoerg Bornemann2012-10-021-1/+1
* QWindowsPipeReader: use CancelIoEx on Windows >= VistaJoerg Bornemann2012-10-021-1/+16
* QWinOverlappedIoNotifier test for multiple I/O operations addedJoerg Bornemann2012-10-021-20/+102
* QWinOverlappedIoNotifier: multiple I/O operations on the same handleJoerg Bornemann2012-10-025-38/+68
* remove tests/auto/network/socket/qlocalsocket/exampleJoerg Bornemann2012-10-026-196/+0
* make tst_QLocalSocket::listenAndConnect fasterJoerg Bornemann2012-10-021-4/+2
* QNX: Also support input method hints from QtQuick elementsThomas McGuire2012-10-011-1/+1
* Document QPA implementation aspects.Friedemann Kleint2012-10-011-0/+31
* Fixed Qt GUI landing page.Samuel Rødal2012-10-011-11/+26
* QXcbWindow: Don't recreate window when reparenting.Yoann Lopes2012-10-012-43/+11
* Fix moc stumbling over gcc __attribute__ extensionsSimon Hausmann2012-10-013-1/+67
* QNX: change suffix for separate debug filesPeter Hartmann2012-10-012-8/+10
* Blackberry mkspecs: Refine compiler optionsPeter Hartmann2012-10-016-5/+63
* QPA/Windows example: Set proper window flags, titles, names.Friedemann Kleint2012-10-012-4/+19
* Fixed qglxconvenience.cpp compile for GLX 1.3.Samuel Rødal2012-10-011-1/+3
* QNX: Only set parent window if it is not NULLRafael Roquetto2012-10-011-1/+1
* Return QPersistentModelIndexes from QItemSelectionRange.Stephen Kelly2012-10-011-2/+2
* Emit layout change hint from QStandardItemModel.Stephen Kelly2012-09-301-3/+7
* Emit layout change hint from QStringListModel.Stephen Kelly2012-09-301-2/+2
* Process and forward the layout change hint through the QIdentityProxyModel.Stephen Kelly2012-09-302-16/+40
* Add hint API to QAIM::layout*Change signals.Stephen Kelly2012-09-292-7/+29
* QQnxWindow: use a proper castMarc Mutz2012-09-291-4/+1
* Make documentation of QVariant::isNull more explicit.Jędrzej Nowacki2012-09-292-3/+12
* qdoc: Augment imagedirs listMartin Smith2012-09-295-8/+54
* Prevent an overflow warning in assertions.Christian Kandeler2012-09-293-7/+7
* QNX: fix bug on window hierarchy listRafael Roquetto2012-09-281-8/+6
* QFlags: use unsigned int when the enum's underlying is unsignedMarc Mutz2012-09-284-6/+46
* qfuturesynchronizer.cpp: fix whitespace errorsMarc Mutz2012-09-281-14/+14
* QException/QFuture*: add \inmodule QtCoreMarc Mutz2012-09-284-0/+5
* Include qexception.h instead of qtconcurrentexception.hMarc Mutz2012-09-282-2/+2
* Move QFutureSynchronizer back to QtCoreMarc Mutz2012-09-289-9/+6
* Move QFutureWatcher back to QtCoreMarc Mutz2012-09-2812-14/+11
* 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