summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the constructor and destruction function macros to the C++ partThiago Macieira2012-09-101-22/+22
* Removing duplicate includesSergio Ahumada2012-09-091-2/+0
* Add support for the Intel Composer XE 2013.Thiago Macieira2012-09-081-0/+6
* Make the default Qt API be Qt 5.0'sThiago Macieira2012-09-081-2/+1
* Use setenv in qputenv if possible, since it won't leakThiago Macieira2012-09-071-0/+3
* Logging: Fix mingw32-gcc compiler warning about unused variableKai Koehne2012-09-071-4/+3
* QtGlobal: mark qVersion() and qSharedBuild() as nothrowMarc Mutz2012-09-072-4/+4
* Move enums that was part of the Qt namespace to qnamespace.hJan-Arve Saether2012-09-072-4/+9
* Need #include <string.h> to use memcpyShawn Rutledge2012-09-031-0/+1
* Fix docs of qAbs to have the correct function signature.Jan-Arve Saether2012-09-031-1/+1
* Remove the package macros from qglobal.hThiago Macieira2012-09-031-4/+0
* Logging: Remove mutex for OutputDebugStringKai Koehne2012-08-301-3/+0
* Fix warning when compliling with -Wconversion.Frederik Gladhorn2012-08-281-2/+2
* qcompilerdetection.h: set Q_DECL_OVERRIDE/Q_DECL_FINAL for 2005 <= MSVC <= 2010Marc Mutz2012-08-271-3/+18
* QtGlobal: document Q_DECL_FINAL and Q_DECL_OVERRIDEMarc Mutz2012-08-261-0/+56
* QtGlobal: remove Q_DECL_FINAL_CLASSMarc Mutz2012-08-261-6/+0
* qcompilerdetection.h: add MSVC 2012 featuresMarc Mutz2012-08-261-0/+7