summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add QFileInfo::isNativePathJoão Abecasis2012-02-142-0/+24
* Cleanup HEADERS+=... in src/corelib/arch/arch.priBradley T. Hughes2012-02-131-23/+18
* Add src/corelib/arch/qatomic_unix.h and qatomic_unix.cppBradley T. Hughes2012-02-134-0/+209
* Remove qatomic_arch.hBradley T. Hughes2012-02-1312-83/+47
* Remove Windows specific code from qoldbasicatomic.hBradley T. Hughes2012-02-131-23/+1
* Remove the generic atomic implementationBradley T. Hughes2012-02-136-546/+2
* Reshuffle code between qglobal, qloggingKai Koehne2012-02-134-477/+473
* Fix qmake compilationOlivier Goffart2012-02-131-1/+1
* Remove HP PA-RISC atomic implementation.Bradley T. Hughes2012-02-139-490/+1
* Remove the SH atomic implementation...Bradley T. Hughes2012-02-135-409/+0
* Remove out-of-line atomic implementation for PowerPCBradley T. Hughes2012-02-136-1622/+1
* Remove out-of-line atomic implementation for AlphaBradley T. Hughes2012-02-133-367/+2
* Use toDisplayString when debugging urls (no passwords in logs)David Faure2012-02-121-1/+1
* Remove failing for ARM Architectures.Andreas Holzammer2012-02-111-2/+0
* Add QUrl::toDisplayString(), which is toString() without password.David Faure2012-02-112-6/+22
* Fixed zlib build for WEC7.Andreas Holzammer2012-02-111-0/+10
* Raise loopLevel for deleteLater in event filtersJohn Stanley2012-02-111-1/+5
* Fixed alignment check in QJsonDocument::fromRawDataDenis Dzyubenko2012-02-101-2/+2
* Add -fPIE to the Qt5Core_COMPILE_FLAGS with reduce-relocations.Stephen Kelly2012-02-101-0/+4
* Display QThread name for debugging.Leonard Lee2012-02-101-0/+18
* Make it possible to put QObject tracked with QWeakPointer inside QSharedPointerOlivier Goffart2012-02-102-17/+19
* Fix qlogging autotest for clangKai Koehne2012-02-101-0/+5
* Force -fPIE on ELF if Qt is built with reduced relocationsOlivier Goffart2012-02-101-0/+6
* 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