summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Core: Silence gcc warnings about unitinialized members in qarraydata.cppKai Koehne2012-09-261-0/+9
* qmake: Fix gcc warning about anonymous type linkageKai Koehne2012-09-261-1/+1
* Fix restore/minimize/close buttons for maximized MDI subwidowsMiikka Heikkinen2012-09-262-0/+201
* Test: tst_QFile::writeLargeDataBlock() unstable failure as XFAILCaroline Chao2012-09-261-2/+10
* CMake: Fix the generated location of static libraries.Stephen Kelly2012-09-262-0/+34
* CMake: Specify the prl files when building with mingw.Stephen Kelly2012-09-261-0/+3
* Remove Windows CE time conversion compatibility functionsSimon Hausmann2012-09-262-702/+0
* If accept fails, stop accepting new connections and emit error signal.Jonas M. Gastal2012-09-2610-6/+159
* Misc. updates to the lancelot autotest frameworkaavit2012-09-269-158/+900
* Fix qstringlist autotest build for WinCE.Janne Anttila2012-09-261-0/+13
* [docs] QApplication: fix keyboardInputDirection() docsMarc Mutz2012-09-261-9/+1
* [docs] QInputDialog: document deprecated member getInteger()Marc Mutz2012-09-261-0/+32
* test:Remove QSKIP from tst_QPainterSergey Hambardzumyan2012-09-261-2/+0
* 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-265-8/+156
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-2621-25/+24
* QCharAttributes: add wordStart/wordEnd flagsKonstantin Ritt2012-09-266-45/+143
* test: Mark tst_QMdiSubWindow failures as XFAILSergio Ahumada2012-09-251-5/+37
* fix incorrect uses of qmake in documentationJoerg Bornemann2012-09-252-6/+6
* Test: Remove QSKIP from tst_QWidget::raiseCaroline Chao2012-09-251-3/+0
* Test: tst_QFile::writeLargeDataBlock() unstable failure as XFAILCaroline Chao2012-09-251-1/+1
* Test: Remove QSKIP from tst_QLineEdit::taskQTBUG_7395_readOnlyShortcutCaroline Chao2012-09-252-5/+1
* qmake: support for Visual Studio 2012 project files addedJoerg Bornemann2012-09-254-1/+34
* QFileInfoGatherer: general cleanupsMarc Mutz2012-09-252-12/+14
* Fix default-constructed QFileSystemEntryJoão Abecasis2012-09-252-3/+44
* Ignore the QT_NAMESPACE for moc runsLars Knoll2012-09-251-1/+1
* Test case for moc handling definesLars Knoll2012-09-253-0/+161
* 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-243-7/+66
* 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
* Add a manual test for QMacCocoaViewContainerAndy Shaw2012-09-244-0/+286
* Test: Enabled tst_QFile::invalidFileCaroline Chao2012-09-241-2/+1
* Fixed instances of "to to" in qtbase.Samuel Rødal2012-09-249-9/+9
* Add some tests for compatible and incompatible custom deletersThiago Macieira2012-09-241-0/+20
* Move the fetch and store pixel functions to qdrawhelper.cppThiago Macieira2012-09-242-113/+111
* Introduce an option to disable stripping during installationThiago Macieira2012-09-242-1/+24
* 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