summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with namespaced buildsBradley T. Hughes2011-07-291-0/+5
* Switch to use floating point pixelSize in QRawFont completelyJiang Jiang2011-07-297-13/+13
* Simplify the mutexpool used in QObject.Olivier Goffart2011-07-291-19/+5
* QMutex is now just a pointerOlivier Goffart2011-07-2914-459/+682
* Fix off-by-one error in binary searchJiang Jiang2011-07-291-1/+1
* Flag meta objects generated by QtDBusAaron Kennedy2011-07-292-2/+13
* Add notify signals for QIntvalidator, QDoubleValidator, QRegExpValidatorCharles Yin2011-07-295-17/+204
* Make it possible to update a related table after an external updateAndy Shaw2011-07-292-2/+57
* Added meta type info for Q[Explicitly]SharedDataPointerDenis Dzyubenko2011-07-281-0/+3
* Get rid of compiler warnings with MSVCOlivier Goffart2011-07-283-21/+22
* Emit selectionChanged signals when input method alters selection.Andrew den Exter2011-07-282-5/+36
* Fix typo in padnavigator example docsJason McDonald2011-07-281-1/+1
* Fix obsolete contact emailJason McDonald2011-07-286-7/+7
* configure: fixed setting of CFG_MAC_ARCHS for mac qpa buildsRohan McGovern2011-07-281-3/+3
* Mark tst_qsslcertificate::verify with QEXPECT_FAILRohan McGovern2011-07-281-0/+3
* Revert "test: unmark tst_QWidget::getSetCheck() as "insignificant" for Linux"Michael Goddard2011-07-261-1/+1
* Try to make sure the config test script is installed.Michael Goddard2011-07-264-4/+23
* Tighten up the config test success checking.Michael Goddard2011-07-261-14/+17
* Use QFreeList for timer id allocationBradley T. Hughes2011-07-261-167/+43
* Add QFreeList as an internal classBradley T. Hughes2011-07-266-0/+544
* Make QTabWidget::tabBar() public.David Faure2011-07-261-1/+2
* Windows: fixed qtmain.lib not going to `lib' directoryRohan McGovern2011-07-261-1/+1
* Improve doc to avoid row vs col major confusion.Sarah Smith2011-07-261-0/+16
* Emit selectionChanged signals when input method alters the selection.Andrew den Exter2011-07-262-0/+30
* Update cursor position when selection is reversed.Andrew den Exter2011-07-262-7/+19
* test: unmark tst_QWidget::getSetCheck() as "insignificant" for LinuxSergio Ahumada2011-07-251-1/+1
* Add the missing function in bootstrapOlivier Goffart2011-07-251-1/+22
* testlib: fix include of `qttestversion.h' in testlib.proSergio Ahumada2011-07-251-1/+1
* Add initial support for bitmap version 4/5 headers.Ilya Konkov2011-07-255-9/+79
* Changed QLibrary::resolve() to return a function pointer.Kim Motoyoshi Kalland2011-07-2520-50/+63
* 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