summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [docs] QApplication: fix keyboardInputDirection() docsMarc Mutz2012-09-261-9/+1
* [docs] QInputDialog: document deprecated member getInteger()Marc Mutz2012-09-261-0/+32
* xcb: better error handling if no randr or screen resources query failsShawn Rutledge2012-09-261-47/+53
* [docs] QFlags: fix a whitespace errorMarc Mutz2012-09-261-1/+1
* QFileSystemModel: fix permission manglingMarc Mutz2012-09-262-8/+4
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-2615-18/+17
* QCharAttributes: add wordStart/wordEnd flagsKonstantin Ritt2012-09-265-44/+80
* fix incorrect uses of qmake in documentationJoerg Bornemann2012-09-252-6/+6
* QFileInfoGatherer: general cleanupsMarc Mutz2012-09-252-12/+14
* Fix default-constructed QFileSystemEntryJoão Abecasis2012-09-251-3/+3
* Ignore the QT_NAMESPACE for moc runsLars Knoll2012-09-251-1/+1
* Moc: Correctly expand macros with argumentsLars Knoll2012-09-252-19/+163
* Moc: Make # and ## valid tokens in cpp parsing modeLars Knoll2012-09-252-4/+6
* Correctly parse function macrosLars Knoll2012-09-253-8/+75
* Correctly expand macros without arguments in mocLars Knoll2012-09-252-15/+51
* qdbusmetatype_p.h: add missing QT_NO_DBUS guardsJ-P Nurmi2012-09-241-0/+3
* QSqlTableMode::selectRow(): lack of WHERE clause is an errorMark Brand2012-09-241-1/+9
* QSqlTableModel::selectRow(): reduce scope of QSqlQueryMark Brand2012-09-241-6/+8
* QSqlTableModel::selectRow(): fix failure on uncached rowsMark Brand2012-09-242-7/+21
* Fixed crash in moc on big endian platforms.Konstantin Tokarev2012-09-241-1/+1
* Fixed QJsonDocument::fromBinaryData on big endian platforms.Konstantin Tokarev2012-09-242-4/+4
* Fixed ifdef condition in QJson resulting in big endian breakage.Konstantin Tokarev2012-09-241-1/+1
* Fixed instances of "to to" in qtbase.Samuel Rødal2012-09-247-7/+7
* Move the fetch and store pixel functions to qdrawhelper.cppThiago Macieira2012-09-242-113/+111
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2012-09-244-46/+28
* fix build failure for MinGW using "system" freetypeMark Brand2012-09-241-0/+6
* Try to auto-detect the font rendering for WinCEAndreas Holzammer2012-09-242-4/+34
* QModelIndex: add constexprMarc Mutz2012-09-241-10/+10
* QModelIndex: store quintptr instead of void*Marc Mutz2012-09-241-16/+12
* Fix hover handling in QTreeViewMiikka Heikkinen2012-09-242-14/+12
* Implement viewOptions() logic in QListViewPrivate.Stephen Kelly2012-09-242-6/+14
* Specify the --build-config when invoking ctest.Stephen Kelly2012-09-241-0/+2
* Pass the unmodified directory/project name to build-project.Stephen Kelly2012-09-241-2/+2
* Don't append _build to the directory name of tests expected to fail.Stephen Kelly2012-09-241-1/+1
* wrap QLibrary related code with QT_NO_LIBRARYJing Bai2012-09-241-0/+2
* OpenGL: Remove API for stubbed Geometry shader support in gui/openglSean Harmer2012-09-242-145/+2
* Fix potential breakage in QString.Jędrzej Nowacki2012-09-241-3/+3
* Update "About Qt" dialog from Nokia to DigiaSergio Ahumada2012-09-241-2/+2
* xcb: dynamic QScreens; primary first; corrected logical DPIShawn Rutledge2012-09-246-94/+151
* Use QStringList::join(QChar) overload where applicable [tools]Marc Mutz2012-09-2310-12/+12
* Use QStringList::join(QChar) overload where applicable [QtCore]Marc Mutz2012-09-233-5/+5
* QTestLib: clean up qCompare specialisation/overload mixMarc Mutz2012-09-234-31/+17
* Redirect keyboard/mouse grab to the widget parent window.Friedemann Kleint2012-09-221-19/+22
* QStringList: adapt documentation to cover new join(QChar) overloadMarc Mutz2012-09-222-2/+4
* QFileInfoGatherer: remove useless locksMarc Mutz2012-09-222-4/+2
* QModelIndex: clean up integer size confusion in the APIMarc Mutz2012-09-223-44/+17
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-223021-64540/+64540
* QFlags: don't provide a constructor from void**Marc Mutz2012-09-221-1/+2
* QDBusMetaTypeId: replace a volatile bool with an atomic intMarc Mutz2012-09-221-3/+3
* QDBusMetaTypeId: don't cache the result of qMetaTypeId<>() in static intsMarc Mutz2012-09-2212-59/+79