summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy pre-QPA gui/egl implementationDonald Carr2012-03-088-1855/+0
* QAccessibleEvent needs a virtual destructor.Frederik Gladhorn2012-03-081-0/+3
* Defer window activation if the window hasn't beenn mapped yet.Lars Knoll2012-03-082-1/+8
* Fix a bug in the assignment operators for QJsonObject and ArrayLars Knoll2012-03-082-2/+2
* Crash fix in QMetaType::typeName.Jędrzej Nowacki2012-03-081-2/+3
* Fix crash in QVariant::canConvert.Jędrzej Nowacki2012-03-081-0/+2
* Remove usage of QtXml from rcc, add testGiuseppe D'Angelo2012-03-081-122/+182
* Enablers for shared graphics cache in raster paint engineJiang Jiang2012-03-0816-56/+116
* Remove dead code.Pierre Rossi2012-03-084-32/+0
* testlib: Make QTestResult::verify() more robust.Jason McDonald2012-03-081-1/+3
* Add accessible role Desktop.Frederik Gladhorn2012-03-082-0/+3
* Call updateAccessibility with the right index.Frederik Gladhorn2012-03-0812-22/+22
* Fixes potential memory leak in qtextcodec.cppNick Ratelle2012-03-081-17/+9
* testlib: Improve verbose and XPASS outputJason McDonald2012-03-086-48/+73
* testlib: Document a known limitation of QFINDTESTDATA.Jason McDonald2012-03-081-0/+6
* Call wait() after calling quit() so that it can gracefully finishAndy Shaw2012-03-082-0/+3
* Windows - handle both auto detect proxy settings togetherShane Kearns2012-03-081-7/+31
* Fix a number of bugs with windows system proxiesShane Kearns2012-03-081-6/+75
* Windows - fall back on static proxy config if autoproxy failsShane Kearns2012-03-081-23/+17
* Windows - handle proxy autoconfiguration resulting in no proxyShane Kearns2012-03-081-0/+2
* Windows - fix proxy types for manually specified proxiesShane Kearns2012-03-081-8/+15
* Allow compilation of 3rdparty/pcre on QNXSean Harmer2012-03-081-0/+4
* Fix typo: remember not remembetFrederik Gladhorn2012-03-081-1/+1
* Move qdoc into qtbase and bootstrap itLars Knoll2012-03-08135-1/+65915
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-0731-84/+157
* Fix dockwidgets behavior when window resized or central widgets is set.Debao Zhang2012-03-073-3/+3
* QRegularExpression: add optimizations autotestGiuseppe D'Angelo2012-03-071-5/+9
* QWidget: fix wrong mouse behaviorDebao Zhang2012-03-071-1/+0
* Fix sending simulated keyboard events to popup widgetsMiikka Heikkinen2012-03-071-5/+7
* Windows: Fix override cursor logicMiikka Heikkinen2012-03-071-4/+2
* Cocoa: Implement Drag-and-Drop.Friedemann Kleint2012-03-0714-39/+2094
* Fix deadlock in QPropertyAnimationOlivier Goffart2012-03-071-0/+1
* Add fonts to QPlatformTheme.Friedemann Kleint2012-03-0722-151/+348
* Add nicer error message in qMetaTypeId function.Jędrzej Nowacki2012-03-071-0/+1
* Fix support for scripts that require OpenTypeEskil Abrahamsen Blomfeldt2012-03-072-2/+2
* QSqlTableModel::selectRow(): complete documentationMark Brand2012-03-071-0/+2
* Improve type detection for query resultsAndy Shaw2012-03-071-4/+29
* Compile with -qtnamespaceSarah Smith2012-03-071-1/+4
* QRegularExpression: fix optimizePattern, document the issueGiuseppe D'Angelo2012-03-071-7/+24
* Query udev build parameters from pkg-configDonald Carr2012-03-074-2/+8
* Fix double click handling.Laszlo Agocs2012-03-071-23/+19
* Fix the bit test for ABS_MT_SLOT to detect protocol BShawn Rutledge2012-03-071-1/+1
* QRegularExpression: fix documentation due to qdoc changesGiuseppe D'Angelo2012-03-071-16/+16
* Fixed warnings from arm builds with -WundefRohan McGovern2012-03-071-3/+3
* Fix off by one in updateAccessibility.Frederik Gladhorn2012-03-074-12/+9
* Fix parsing of unicode escape sequencesLars Knoll2012-03-071-2/+2
* Fixed warning from gcc with -Wundef for some values of WCHAR_MAXRohan McGovern2012-03-071-1/+3
* Support legacy QDataStream serialization of QDate.Aaron McCarthy2012-03-071-4/+14
* Use #define before including SHA-2 3rdparty codeBradley T. Hughes2012-03-071-17/+15
* QSqlTableModel: use selectRow() for field and row edit strategiesMark Brand2012-03-071-12/+24