summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Allow customization of qDebug output at runtimeKai Koehne2012-02-093-21/+337
* Initializes seqDumpPos on qiodevice.cppNick Ratelle2012-02-091-1/+2
* Add event type for TouchCancel.Laszlo Agocs2012-02-092-0/+3
* Various documentation fixes ported from 4.8Teemu Katajisto2012-02-097-7/+30
* Avoid advancing animations outside the animation "tick"Gunnar Sletta2012-02-093-2/+9
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-092-0/+30
* Build with QT_NO_CAST_FROM_BYTEARRAYStephen Kelly2012-02-081-1/+1
* realpath(X,0) IS supported on QNX.Nick Ratelle2012-02-081-1/+1
* Treat pointers to QObject derived types in QVariant specially.Stephen Kelly2012-02-081-10/+62
* Mac: Fix compilation with -qtnamespaceKai Koehne2012-02-081-0/+4
* fix msvc 2008 warning about downcasting to boolOswald Buddenhagen2012-02-081-1/+1
* Fix compilation with -Werror -WshadowDavid Faure2012-02-082-6/+6
* Use Q_PROCESSOR_* when chosing an atomic implementationBradley T. Hughes2012-02-084-84/+12
* Add qprocessordetection.hBradley T. Hughes2012-02-083-0/+196
* Fix QProcess compile for Windows CE.Andreas Holzammer2012-02-082-4/+6
* Initialize dynamic meta object extradata.Andrew den Exter2012-02-081-0/+1
* Fix position of a comment.Jędrzej Nowacki2012-02-081-3/+2
* Code cleanup and micro optimizations in QMetaType.Jędrzej Nowacki2012-02-082-61/+67
* Don't include qguifunctions_wince.h in QtCore.Andreas Holzammer2012-02-081-1/+0
* Add 'AllButtons' into Qt::MouseButton enum, for use by QMLRick Stockton2012-02-081-0/+1
* Fix compilation with MinGW-w64Jonathan Liu2012-02-082-1/+5
* Add the mkspecs dir to the include dirs.Stephen Kelly2012-02-081-0/+2
* Don't allow cd'ing to above root.Jonas Gastal2012-02-071-6/+15
* Use Q_OS_WINCE instead of Q_WS_WINCEAndreas Holzammer2012-02-072-2/+2
* Use the QNX implementation of mkdtemp for win and wince.Andreas Holzammer2012-02-071-23/+14
* fix memory leak of QLibraryPrivatejian liang2012-02-071-5/+14
* Detect incompatibilities in repeated type registrationJoão Abecasis2012-02-071-17/+49
* Remove QMetaType::unregisterType().Jędrzej Nowacki2012-02-072-31/+0
* Align QVariant::UserType and QMetaType::UserJędrzej Nowacki2012-02-074-22/+12
* Make syncqt ignore qsystemdetection.h and qcompilerdetection.hBradley T. Hughes2012-02-072-28/+0
* Compile MSVC2008Jan-Arve Saether2012-02-061-1/+1
* Inline information about FS case sensitivityJoão Abecasis2012-02-063-11/+8
* Add missing header in kernel.priJędrzej Nowacki2012-02-061-0/+1
* Silence syncqt warnings for atomic implementation headersBradley T. Hughes2012-02-0615-0/+70
* Change #include "qlogging.h" to <QtCore/qlogging.h> in qglobal.hBradley T. Hughes2012-02-061-1/+1
* Move compiler detection from qglobal.h to a separate headerBradley T. Hughes2012-02-063-492/+553
* Move operating system detection from qglobal.h to a separate headerBradley T. Hughes2012-02-063-168/+225
* SIC: QLocale: Make QSystemLocale a private classJohn Layt2012-02-053-69/+69
* SIC: QLocale: Remove base argument from conversion to number apiJohn Layt2012-02-053-49/+25
* QString: Make convert to number methods only use C localeJohn Layt2012-02-051-50/+53
* Move QtConcurrent into its own moduleLars Knoll2012-02-0542-9864/+15
* Do not crash trying to load or save QModelIndex.Jędrzej Nowacki2012-02-051-0/+2
* Reimplement QMetaType::destroy.Jędrzej Nowacki2012-02-051-167/+56
* Fixes QIconvCodec::convertToUnicode()Nick Ratelle2012-02-052-1/+6
* QDateTime: Remove Julian CalendarJohn Layt2012-02-051-129/+36
* QDateTime: Store Julian Day as qint64John Layt2012-02-052-69/+112
* MinGW: Fix warnings.Friedemann Kleint2012-02-042-4/+4
* Bring qmetaobjectbuilder in sync with mocKent Hansen2012-02-032-1/+4
* Fix compilation on MinGW.Friedemann Kleint2012-02-031-1/+3
* Fix a typo TypeDefiniton -> TypeDefinition.Jędrzej Nowacki2012-02-032-32/+32