summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix QPointer qdoc errorsLars Knoll2012-08-152-16/+1
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-1532-144/+312
* Fix undo and redo in QLineEdit when in password modeJani Honkonen2012-08-153-2/+90
* Make selectAll() do nothing if the mode is NoSelection.Stephen Kelly2012-08-152-1/+7
* set QT_PLUGIN_PATH for toolsOswald Buddenhagen2012-08-152-3/+17
* make .private_includes in module pri files "self-contained"Oswald Buddenhagen2012-08-152-9/+3
* Speed up construction of basic QVariantsHarald Fernengel2012-08-152-38/+100
* revamp preparation of command line for qmake calls in makefilesOswald Buddenhagen2012-08-144-55/+22
* make command line parser use qt containersOswald Buddenhagen2012-08-142-54/+44
* take parsing of qmake mode out of parseCommandLine()Oswald Buddenhagen2012-08-141-26/+24
* remove rather pointless parameter from parseCommandLine()Oswald Buddenhagen2012-08-142-4/+5
* rcc: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-1/+1
* QtTestLib: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-7/+10
* QtGui: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-144-5/+5
* QtDBus: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-1/+1
* QtCore: use new qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-146-8/+8
* Fix warning about change of signThiago Macieira2012-08-141-1/+1
* Add some more of my 5.0.0 changesKent Hansen2012-08-141-1/+37
* Merge L_FLAGS and l_FLAGS in configureThiago Macieira2012-08-141-6/+4
* introduce compileTest functionOswald Buddenhagen2012-08-142-79/+92
* Deprecate Qt::WFlags.Stephen Kelly2012-08-142-0/+4
* (QNX) Make it possible to set physical screen sizeAndreas Holzammer2012-08-141-8/+51
* build: Fix the FreeBSD build due build system change.Holger Hans Peter Freyther2012-08-141-1/+1
* Group functions in QAccessibleTextInterfaceJan-Arve Saether2012-08-142-17/+31
* tst_QToolBar: fix "might be used uninit'ed" warningsMarc Mutz2012-08-141-6/+6
* Fix sockets for Windows CEAndreas Holzammer2012-08-141-2/+2
* Remove relic QT_VERSION from qmake testRafael Roquetto2012-08-141-1/+1
* Tidy up QEvent::Type enums.Mitch Curtis2012-08-141-13/+13
* Implemented QAccessibleTextWidgetJan-Arve Saether2012-08-143-378/+533
* Document QFile::open() argument "handleFlags"Jeremy Katz2012-08-141-0/+2
* Add Linux Accessibility BridgeFrederik Gladhorn2012-08-1426-8/+4917
* qsql_oci: use OCI_COMMIT_ON_SUCCESS for SELECT without transactionMark Brand2012-08-131-7/+2
* Fix declaration of qt_gettime for Q_DECL_NOTHROWThiago Macieira2012-08-133-1/+5
* fix some QElapsedTimer doc grammar issuesJeremy Katz2012-08-131-3/+3
* Use Qt::WindowFlags, not Qt::WFlags.Stephen Kelly2012-08-132-2/+2
* Sync .pr[oi] with the Makefiles so qmake builds againMarius Storm-Olsen2012-08-132-4/+9
* Make QElapsedTimer always store nanoseconds in t2Thiago Macieira2012-08-131-18/+15
* Fix a ### Qt5 issue: remove limits.h from qreadwritelock.hThiago Macieira2012-08-131-1/+0
* Speed up tst_QGraphicsView::mapToScene testThiago Macieira2012-08-131-1/+1
* Use POSITION_INDEPENDENT_CODE for these tests.Stephen Kelly2012-08-132-0/+4
* Add hints for where to find packages for projects expected to fail.Stephen Kelly2012-08-132-4/+12
* Add the minimum CMake version to projects built standalone.Stephen Kelly2012-08-132-0/+4
* tst_qgraphicsview: increase test timeout furtherRohan McGovern2012-08-131-1/+1
* QImage{Reader,Writer}: remove unused local typedef (GCC 4.8 warning)Marc Mutz2012-08-112-2/+0
* QModelIndex: remove user-defined copy operationsMarc Mutz2012-08-111-3/+1
* support -rpath for modules which are not installed to QT_INSTALL_PREFIXOswald Buddenhagen2012-08-114-7/+14
* fix -rpath-link handling for non-installed prefix buildsOswald Buddenhagen2012-08-113-7/+55
* Fix order of namespace/include guards.Frederik Gladhorn2012-08-111-3/+2
* qtAddModule(): put search paths directly into LIBS{,_PRIVATE}Oswald Buddenhagen2012-08-111-7/+12
* assemble the complete tool commands already in qt_tool.prfOswald Buddenhagen2012-08-112-27/+25