summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing comma in enumThiago Macieira2012-08-153-3/+3
* Silence a false-positive warning about uninitialised variable with ICCThiago Macieira2012-08-153-3/+3
* Made eglfs work with backing store based applications again.Samuel Rødal2012-08-153-4/+10
* Documentation for QWidgetItem::controlTypes.Frederik Gladhorn2012-08-151-0/+6
* Update docs.Frederik Gladhorn2012-08-151-1/+6
* Remove docs for removed enum values.Frederik Gladhorn2012-08-151-5/+0
* Move docs for QSessionManager to the right file.Frederik Gladhorn2012-08-152-293/+256
* Remove outdated docs.Frederik Gladhorn2012-08-151-35/+0
* Remove deprecated docs for QActionGroup.Frederik Gladhorn2012-08-151-32/+0
* Add parameter docs for QAbstractEventDispatcher::filterNativeEvent.Frederik Gladhorn2012-08-151-2/+4
* Disable CPUID checking with GCC 4.2 or olderThiago Macieira2012-08-151-0/+22
* Only emit headerDataChanged for valid proxy intervals.Stephen Kelly2012-08-151-7/+35
* Emit the highlighted signal if the model changes.Stephen Kelly2012-08-151-1/+5
* Fix QMessageLogger and associated qdoc errorsJeremy Katz2012-08-151-5/+100
* Add a module page for QtConcurrentLars Knoll2012-08-153-4/+42
* Mark QCollator as internal.Lars Knoll2012-08-151-0/+2
* 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-152-2/+24
* Make selectAll() do nothing if the mode is NoSelection.Stephen Kelly2012-08-151-1/+1
* Speed up construction of basic QVariantsHarald Fernengel2012-08-152-38/+100
* 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
* Deprecate Qt::WFlags.Stephen Kelly2012-08-142-0/+4
* (QNX) Make it possible to set physical screen sizeAndreas Holzammer2012-08-141-8/+51
* Group functions in QAccessibleTextInterfaceJan-Arve Saether2012-08-142-17/+31
* Fix sockets for Windows CEAndreas Holzammer2012-08-141-2/+2
* Tidy up QEvent::Type enums.Mitch Curtis2012-08-141-13/+13
* Implemented QAccessibleTextWidgetJan-Arve Saether2012-08-142-343/+456
* Document QFile::open() argument "handleFlags"Jeremy Katz2012-08-141-0/+2
* Add Linux Accessibility BridgeFrederik Gladhorn2012-08-1422-1/+4414
* 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
* 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
* 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
* Fix order of namespace/include guards.Frederik Gladhorn2012-08-111-3/+2
* Make rowIntersectsSelection take account of the parent argument.Stephen Kelly2012-08-101-4/+7
* QtWidgets: use new qEnvironmentVariableIs{Empty,Set}()Marc Mutz2012-08-102-5/+5
* Take scroll position into account when painting drag pixmap.Stephen Kelly2012-08-101-1/+1
* Revert "Added default argument for color profile to QImage constructors."Alexandros Dermenakis2012-08-102-20/+12
* make currentText the USER property for QComboBoxMark Brand2012-08-101-2/+2
* Require CMake 2.8.9 for the qt5_use_modules function.Stephen Kelly2012-08-101-14/+1