summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-157-8/+21
* qmetaobjectbuilder: Add support for revisioned methods and propertiesKent Hansen2012-02-152-4/+132
* Fix compilation with MinGWJonathan Liu2012-02-153-1/+10
* Fixed typo.Rohan McGovern2012-02-151-1/+1
* 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-151-1/+13
* QSqlTableModel: deduplicate and optimize counting of insertsMark Brand2012-02-152-14/+18
* QSql*Model: make indexInQuery() virtualMark Brand2012-02-152-18/+10
* Allow the QLocalServer to listen to a native descriptorAndrew Stanley-Jones2012-02-156-0/+91
* 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-151-5/+1
* 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
* fix whitespace in qnamespace.qdocRick Stockton2012-02-151-24/+24
* Fix online status checking in generic bearer plugin.Xizhi Zhu2012-02-141-1/+1
* Move QtConcurrent configuration to a single fileJoão Abecasis2012-02-1424-43/+111
* CompileBradley T. Hughes2012-02-142-2/+0
* QSqlTableModel::primaryValues(): make constMark Brand2012-02-142-2/+2
* Add QCocoaColor- and FontDialogHelperChristoph Schleifenbaum2012-02-147-8/+1140
* Added static keyword to blend_transformed_tiled_argb/rgb565().Kim Motoyoshi Kalland2012-02-141-2/+2
* Removed unused qStorePixel[] array.Kim Motoyoshi Kalland2012-02-141-12/+0
* Use newly-added QFileInfo::isNativePathJoão Abecasis2012-02-142-7/+8
* Add QFileInfo::isNativePathJoão Abecasis2012-02-142-0/+24
* Cleanup HEADERS+=... in src/corelib/arch/arch.priBradley T. Hughes2012-02-131-23/+18
* Add src/corelib/arch/qatomic_unix.h and qatomic_unix.cppBradley T. Hughes2012-02-134-0/+209
* Remove qatomic_arch.hBradley T. Hughes2012-02-1312-83/+47
* Remove Windows specific code from qoldbasicatomic.hBradley T. Hughes2012-02-131-23/+1
* Remove the generic atomic implementationBradley T. Hughes2012-02-136-546/+2
* Add missing crtdbg.h includeJonathan Liu2012-02-131-0/+3
* Reshuffle code between qglobal, qloggingKai Koehne2012-02-134-477/+473
* Fix qmake compilationOlivier Goffart2012-02-131-1/+1
* Remove HP PA-RISC atomic implementation.Bradley T. Hughes2012-02-139-490/+1
* Remove the SH atomic implementation...Bradley T. Hughes2012-02-135-409/+0
* Remove out-of-line atomic implementation for PowerPCBradley T. Hughes2012-02-136-1622/+1
* Remove out-of-line atomic implementation for AlphaBradley T. Hughes2012-02-133-367/+2
* Fixed compile with -qtnamespaceRohan McGovern2012-02-132-0/+6
* testlib: Count passes, fails and skips consistently.Jason McDonald2012-02-133-16/+19
* CodeCoverage: Handle QTest based subtests.Caroline Chao2012-02-123-4/+31
* Compile without OpenGL.Samuel Rødal2012-02-125-1/+9
* Use toDisplayString when debugging urls (no passwords in logs)David Faure2012-02-121-1/+1
* Remove failing for ARM Architectures.Andreas Holzammer2012-02-111-2/+0
* Add QUrl::toDisplayString(), which is toString() without password.David Faure2012-02-112-6/+22
* Fixed zlib build for WEC7.Andreas Holzammer2012-02-113-10/+17