summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* introduce /get property variantsOswald Buddenhagen2012-06-192-9/+57
* clean up path normalization in configure.exe and QLibraryInfoOswald Buddenhagen2012-06-191-0/+2
* Make qurlinfo private, now that QFtp is private.David Faure2012-06-142-12/+2
* disable codecs for asian language when QT_NO_BIG_CODECS definedTasuku Suzuki2012-06-142-4/+6
* Remove unused static functions from qlogging.cpp, qstring.cpp.Friedemann Kleint2012-06-121-9/+0
* Export qMemSet and qMemCopy properlyThiago Macieira2012-06-122-2/+5
* Logging: Remove outdated QMessageHandlerKai Koehne2012-06-102-24/+0
* Fix endian detection for winceAndreas Holzammer2012-06-041-1/+1
* Unconditionally enable Q_OF_ELF for any ELF platformPino Toscano2012-06-011-3/+1
* QtPrintSupport: Add CUPS printsupport pluginJohn Layt2012-05-311-1/+0
* remove QT_NO_SOUND and QT_NO_RASTERCALLBACKSTasuku Suzuki2012-05-312-20/+0
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-291-3/+2
* Add Mac OS 10.8 QSysInfo enumsMorten Sorvig2012-05-252-1/+4
* Remove STL from qfeatures.txtTasuku Suzuki2012-05-221-7/+0
* Fix QtNetwork compilation for -qconfig largeTasuku Suzuki2012-05-192-2/+2
* Clean up some QT_HAVE_xxx macros in qcompilerdetection.hThiago Macieira2012-05-181-9/+0
* turn off exceptions by default where they aren't requiredLars Knoll2012-05-171-5/+4
* Split Q_COMPILER_DEFAULT_DELETE_MEMBERSBradley T. Hughes2012-05-151-6/+23
* clang: Use __has_feature() to detect C++11 featuresBradley T. Hughes2012-05-141-21/+74
* Use WChar method for reporting for WindowsAndreas Holzammer2012-05-111-3/+15
* Logging: Show pattern warning also on Windows GUI appsKai Koehne2012-05-111-5/+20
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-1/+1
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-3/+3
|\
| * Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-091-3/+3
* | Remove garbage.Stephen Kelly2012-05-091-1/+1
* | Revert "QtPrintSupport: Remove remaining LPR specific code"Rohan McGovern2012-05-087-2/+18
* | QtPrintSupport: Remove remaining LPR specific codeJohn Layt2012-05-077-18/+2
|/
* Make sure we export the non-inline qMalloc & friends functionsThiago Macieira2012-05-051-0/+10
* Document dependency of bearer management on network interfaceShane Kearns2012-05-051-1/+1
* Properly guard rand_r use with _POSIX_THREAD_SAFE_FUNCTIONS for Android.Robin Burchell2012-05-041-1/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-033-87/+226
|\
| * Allow qDebug output to be configured by qSetMessagePattern()Kai Koehne2012-04-243-13/+86
| * Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-203-60/+126
* | Avoid macro re-definition warning for QT_NO_EXCEPTIONSStephen Kelly2012-05-021-1/+3
* | Avoid undefined macro warning for __GXX_EXPERIMENTAL_CXX0X__.Stephen Kelly2012-05-021-1/+1
* | Disable force_align_arg_pointer function attribute with MinGW-w64Jonathan Liu2012-04-301-1/+1
* | Fix Qt::MouseButton Documentation for Qt::ExtraButton24,stockton2012-04-302-6/+6
* | Mark that the Sun compiler includes the return type in the manglingThiago Macieira2012-04-271-0/+1
* | get rid of Q_*_EXPORT_INLINE macrosKonstantin Ritt2012-04-261-52/+0
* | get rid of QT_NO_IMAGE_TEXT switcherKonstantin Ritt2012-04-255-15/+0
* | Move Q_FUNC_INFO to qcompilerdetection.hThiago Macieira2012-04-232-13/+11
* | Move the QT_STRINGIFY macro to the top of qglobal.hThiago Macieira2012-04-231-10/+4
* | Ensure that qXXXdetection.h can be included directlyThiago Macieira2012-04-213-0/+12
* | Make the fallback Q_ASSUME and Q_UNREACHABLE be qt_noopThiago Macieira2012-04-211-2/+2
* | Move Q_DECL_{IMPORT,EXPORT,HIDDEN} to qcompilerdetection.hThiago Macieira2012-04-212-29/+29
* | Move some compiler macro definitions into the compiler sectionsThiago Macieira2012-04-211-26/+12
* | Move the compiler-related macros to qcompilerdetection.hThiago Macieira2012-04-212-109/+110
* | Mark qt_assert and qFatal as non-returning functions (excpt. MSVC)Thiago Macieira2012-04-193-0/+14
* | Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-193-160/+137
* | Change coreservices -> iosIan Dean2012-04-191-4/+4
|/