summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Bump Qt version to 5.0.1Sergio Ahumada2012-12-211-2/+2
* Doc: Removed the \relates instancesVenugopal Shivashankar2012-12-201-2/+0
* Mac: Ignore ScrollBarAlwaysOn policy for transient scrollbarsGabriel de Dietrich2012-12-191-1/+3
* Fix direct compilation of qtypeinfo.h and othersThiago Macieira2012-12-183-5/+6
* Entered hardcoded url for <SVG 1.2 Tiny>Nico Vertriest2012-12-141-1/+1
* doc: Remove documentation for removed TRUE and FALSE macrosSergio Ahumada2012-12-061-20/+0
* Remove the TRUE and FALSE macrosDavid Faure2012-12-061-11/+0
* Make qtbase compile with QT_NO_IMAGEFORMATPLUGINv5.0.0-rc1Tasuku Suzuki2012-12-052-4/+1
* Remove QUUID_STRING from qfeatures.{h,txt}Tasuku Suzuki2012-12-055-21/+0
* Renamed the keyboard-focus doc to make clear it's about WidgetsShawn Rutledge2012-12-011-1/+1
* Add a -libexecdir option to the configuresThiago Macieira2012-11-282-1/+4
* remove dependency of fusion style on windowsTasuku Suzuki2012-11-272-21/+29
* Add pointers to the rich text documentation from mentions of rich text.Samuel Rødal2012-11-231-1/+2
* Add WindowFullscreenButtonHint.Morten Johan Sørvig2012-11-232-1/+4
* Add a new location for QML 2.x importsThiago Macieira2012-11-192-1/+14
* Add -archdatadir and change some of the default install dirs in Qt 5.Thiago Macieira2012-11-112-5/+8
* Add the GCC 4.8 C++11 feature listThiago Macieira2012-11-101-0/+7
* fix QMAKE_{,X}SPEC when a qt.conf containing [Paths] is presentOswald Buddenhagen2012-11-081-3/+7
* fix sign mismatch warningsOswald Buddenhagen2012-11-071-2/+2
* rewrite default spec handlingOswald Buddenhagen2012-11-012-1/+11
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-294-36/+0
* Fix build on MinGW after 0f14ea3f3a05ef785b44fa610bf90ff3b5ba7bebKonstantin Ritt2012-10-291-3/+10
* Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-224-44/+9
* Add qlibraryinfo.h to global.pri's HEADERS listThiago Macieira2012-10-171-0/+1
* Logging: Mark deprecated API with QT_DEPRECATEDKai Koehne2012-10-162-2/+9
* qfeatures.txt: add LOCALSERVER (requires TEMPORARYFILE)J-P Nurmi2012-10-152-0/+11
* Fix warnings from syncqt.Friedemann Kleint2012-10-131-0/+4
* qfeatures.txt: cleanup obsolete cde & motif stylesJ-P Nurmi2012-10-131-14/+0
* Avoid warnings about an unreachable codeKonstantin Ritt2012-10-101-1/+2
* Tools: add QLibraryInfo to the bootstrapped library.Pierre Rossi2012-10-082-18/+26
* Use slogger2 for logging on Blackberry instead of writing to stderrFabian Bumberger2012-10-043-5/+69
* QFlags: use unsigned int when the enum's underlying is unsignedMarc Mutz2012-09-282-4/+25
* Remove CDE and Motif styles from qtbaseJens Bache-Wiig2012-09-271-8/+0
* qtypetraits.h: add is_signed/is_unsigned/not_/not_c predicatesMarc Mutz2012-09-271-1/+90
* QFlags: fail for 64-bit enumsMarc Mutz2012-09-271-0/+3
* [docs] QFlags: fix a whitespace errorMarc Mutz2012-09-261-1/+1
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Ignore the QT_NAMESPACE for moc runsLars Knoll2012-09-251-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2230-703/+703
* QFlags: don't provide a constructor from void**Marc Mutz2012-09-221-1/+2
* don't require a fake qconfig.h for the configure bootstrapOswald Buddenhagen2012-09-191-1/+1
* Split the qt_message_output function in twoThiago Macieira2012-09-191-31/+74
* Introducing NoDropShadowWindowHint window flagGabriel de Dietrich2012-09-182-4/+5
* Let qVersion() be extern "C" if this is not a namespace buildThiago Macieira2012-09-181-1/+13
* throw() is C++, so don't use it in C modeThiago Macieira2012-09-141-1/+3
* Fix build with QT_NO_EXCEPTIONSHarald Fernengel2012-09-121-0/+2
* Doc: Fix misc. doc errors and document undocumented functionsaavit2012-09-121-0/+12
* don't require (dummy) qconfig.h for qmake buildOswald Buddenhagen2012-09-112-2/+1
* compile without CamelCase headersOswald Buddenhagen2012-09-111-1/+1
* Move the non-C++ parts of qglobal.h outside of __cplusplusThiago Macieira2012-09-101-135/+134