summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Corrected the size of mipmaps in framebuffer objects.Kim Motoyoshi Kalland2012-02-152-4/+4
* Remove a couple of QtGui/QtGui header entriesAndy Shaw2012-02-152-2/+2
* Added support for resetting QOpenGLFramebufferObject attachments.Samuel Rødal2012-02-153-27/+82
* Stabilize QFileSystemWatcher test.Friedemann Kleint2012-02-152-35/+69
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-1511-15/+29
* tst_QVariant passes on Mac OS XBradley T. Hughes2012-02-151-2/+0
* Test template-based connect() with qmetaobjectbuilderKent Hansen2012-02-151-9/+17
* qmetaobjectbuilder: Add support for revisioned methods and propertiesKent Hansen2012-02-153-4/+157
* Fix compilation with MinGWJonathan Liu2012-02-153-1/+10
* Fixed typo.Rohan McGovern2012-02-151-1/+1
* Eliminate duplicate data row names in widgets autotests.Jason McDonald2012-02-1518-149/+152
* QSqlTableModel::indexInQuery(): fix for inserted rowsMark Brand2012-02-151-0/+3
* QSqlRelationalTableModelPrivate: simplify field name translationMark Brand2012-02-151-9/+6
* QSqlTableModel::submitAll(): avoid resubmiting successful changesMark Brand2012-02-152-2/+20
* QSqlTableModel: do not store primaryValues in change cacheMark Brand2012-02-152-13/+7
* QSqlTableModel::primaryValues(): take care of row mappingMark Brand2012-02-151-18/+13
* QSqlTableModel::commitAll(): replace row removal hackMark Brand2012-02-152-4/+20
* QSqlTableModel: deduplicate and optimize counting of insertsMark Brand2012-02-152-14/+18
* QSql*Model: make indexInQuery() virtualMark Brand2012-02-153-18/+16
* Allow the QLocalServer to listen to a native descriptorAndrew Stanley-Jones2012-02-157-4/+191
* Remove fileLineEndingTest from networkselftest.Miikka Heikkinen2012-02-151-26/+0
* Produce unimplemented warning for QOpenGLBuffer::map only onceAlex Wilson2012-02-151-2/+10
* Optimize memory consumption for simple GPOS tablesEskil Abrahamsen Blomfeldt2012-02-152-57/+170
* Abort FTP download, not the whole applicationShane Kearns2012-02-152-5/+25
* Fixes QTemporaryDir compilation error under QNX.Rafael Roquetto2012-02-151-1/+1
* Remove needless line "#define d d_ptr"Kent Hansen2012-02-151-2/+0
* Store only unique strings in the QtDBus meta-object string tableKent Hansen2012-02-151-37/+51
* Move desktopSettingsAware to QGuiApplication.Friedemann Kleint2012-02-156-32/+31
* Windows: Fixed helper process finding in network testsMiikka Heikkinen2012-02-154-11/+44
* fix whitespace in qnamespace.qdocRick Stockton2012-02-151-24/+24
* Fix online status checking in generic bearer plugin.Xizhi Zhu2012-02-143-1/+98
* Move QtConcurrent configuration to a single fileJoão Abecasis2012-02-1424-43/+111
* CompileBradley T. Hughes2012-02-142-2/+0
* update comment on testMark Brand2012-02-141-1/+1
* QSqlTableModel::primaryValues(): make constMark Brand2012-02-142-2/+2
* Eliminate duplicate data row names in gui autotests.Jason McDonald2012-02-146-18/+17
* Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-1419-193/+193
* Eliminate duplicate data row names in utf8 autotest.Jason McDonald2012-02-141-3/+3
* Fix duplicate data row name in tst_QTextCodec::utf8Codec test.Jason McDonald2012-02-141-2/+2
* Use meaningful data row names in tst_QTextCodec::fromUnicode test.Jason McDonald2012-02-141-64/+61
* Add QCocoaColor- and FontDialogHelperChristoph Schleifenbaum2012-02-147-8/+1140
* Don't hard-code paths to /usr/X11R6 in linux-mkspecsTor Arne Vestbø2012-02-147-28/+28
* Reduce PLATFORM_MAC usage in the configure scriptMorten Johan Sorvig2012-02-141-57/+28
* Added static keyword to blend_transformed_tiled_argb/rgb565().Kim Motoyoshi Kalland2012-02-141-2/+2
* Add a testcase of a list of UUIDs in string form.Robin Burchell2012-02-141-6/+30
* Removed unused qStorePixel[] array.Kim Motoyoshi Kalland2012-02-141-12/+0
* Fix host endian detection when compiling with sysrootSimon Hausmann2012-02-142-2/+3
* Make "nmake check" pass for network tests in Windows.Miikka Heikkinen2012-02-142-0/+4
* Use newly-added QFileInfo::isNativePathJoão Abecasis2012-02-142-7/+8
* Add QFileInfo::isNativePathJoão Abecasis2012-02-143-11/+36