summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Making cached glyphs drawing check clearerJiang Jiang2011-07-254-13/+15
* Delay masking the last character in Password echo mode.Andrew den Exter2011-07-253-3/+128
* Use QUuid::toByteArray() instead of QUuid::toString().toAscii()liangqi2011-07-221-1/+1
* Add rudimentary config.test support when configuring modules.Michael Goddard2011-07-223-1/+355
* QAbstractConcatenable::convertFromAscii: make len the actual lengthOlivier Goffart2011-07-222-10/+7
* remove Qt3 leftoversRitt Konstantin2011-07-221-11/+2
* Optimize QMetaObject::property().Martin Jones2011-07-221-7/+18
* Add unit tests to QStringLiteral and QByteArrayLiteral with operator %Thiago Macieira2011-07-212-8/+60
* Silence expected warnings from QObject::connect()/disconnect()David Faure2011-07-211-0/+2
* Fix the timeout calculation again.Thiago Macieira2011-07-211-2/+2
* test: unmark tst_QNetworkAddressEntry::prefixAndNetmask as "insignificant"Sergio Ahumada2011-07-211-2/+0
* Prefix each output line with the library being processedMarius Storm-Olsen2011-07-211-30/+39
* Make syncqt output more compact by default, and add verbosity levelMarius Storm-Olsen2011-07-211-17/+49
* Close filehandle when doneMarius Storm-Olsen2011-07-211-0/+3
* Make sure we qtPrepareTool moc, uic and rcc tooMarius Storm-Olsen2011-07-211-0/+3
* Fix non-installed library detectionMarius Storm-Olsen2011-07-211-1/+1
* Make sure we only run syncqt for the non-buildpass casesMarius Storm-Olsen2011-07-211-1/+1
* Make qmake load default_pre.prf for each project, like default_post.prfMarius Storm-Olsen2011-07-211-5/+5
* Remove loading "default" as a fall-back for missing "default_pre"Marius Storm-Olsen2011-07-211-2/+1
* Add support for rawFonts loaded from data in FaceIdPierre Rossi2011-07-213-2/+28
* test: fix tst_QFile::rename() autotestSergio Ahumada2011-07-212-2/+2
* Make the N parameter to the QXXXLiterals be the actual string lengthThiago Macieira2011-07-212-16/+16
* Speed up tst_qcoreapplicationDavid Faure2011-07-211-18/+27
* tst_QNetworkAddressEntry::prefixAndNetmask use QHostAddress::AnyIPv4Martin Petersson2011-07-211-1/+1
* Fixed memory leak in the TIF handler.Kim Motoyoshi Kalland2011-07-211-5/+8
* unmark tst_moc as failingOlivier Goffart2011-07-211-2/+0
* minor improvements to QChar documentationRitt Konstantin2011-07-211-68/+42
* Fix more use of C style cast.Olivier Goffart2011-07-211-3/+3
* Fixed clipping errors for non-extended paint engines.Samuel Rødal2011-07-211-0/+9
* Doc: Removed documentation for deleted code.David Boddie2011-07-2132-2129/+0
* Doc: Speculative attempt to fix build breakage.David Boddie2011-07-211-1/+1
* Doc: Fixed file name of a header file to use lower case characters.David Boddie2011-07-211-1/+1
* Get rid of the evilness of Q_GLOBAL_STATIC_WITH_INITIALIZERThiago Macieira2011-07-215-57/+63
* Forward port qt modifications for sqlite3.cCharles Yin2011-07-211-2/+16
* Forward port the vxworks changesCharles Yin2011-07-211-3/+28
* Update sqlite to 3.7.7.1Charles Yin2011-07-213-20292/+39857
* Sort all readdirs, so the output is reliableMarius Storm-Olsen2011-07-201-3/+3
* Doc: Added missing license headers for documentation and examples.David Boddie2011-07-2035-5/+1205
* Add a way to check if we have a matching family in the database.Pierre Rossi2011-07-202-0/+12
* Fixed build of generic linuxinput plugin.Samuel Rødal2011-07-201-0/+2
* Cleanup qRound and qRound64: provide overloads for double and floatThiago Macieira2011-07-201-8/+7
* Do not use qRound with integersOlivier Goffart2011-07-201-1/+1
* Add docs for QSqlRelationalTableModel::JoinModeCharles Yin2011-07-201-0/+12
* Fixed behavior on NULL foreign keysDaNiMoTh2011-07-203-21/+308
* update change fileCharles Yin2011-07-201-0/+3
* Use truncate only for subpixel boundingBox x positionJiang Jiang2011-07-202-3/+3
* fix QFileInfo::isSymLink() for NTFS mount pointsJoerg Bornemann2011-07-191-2/+1
* Add a qHash for QUuidOlivier Goffart2011-07-193-0/+24
* Update the documentation of QUuid::operator QStringOlivier Goffart2011-07-191-0/+1
* Fix use of C style cast.Olivier Goffart2011-07-191-1/+1