summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Removed remaining int operations from RefCountJoão Abecasis2012-01-241-9/+0
* Don't use RefCount int operatorsJoão Abecasis2012-01-239-51/+53
* Remove obsolete functionJoão Abecasis2012-01-192-12/+0
* Move Q_CHECK_PTR to inline codeJoão Abecasis2012-01-182-1/+1
* Don't use qMalloc/qFree in non-inline codeJoão Abecasis2012-01-171-2/+4
* Don't use RefCount int operationsJoão Abecasis2012-01-171-2/+2
* Don't check reference count in QLinkedList<T>::freeJoão Abecasis2012-01-171-7/+7
* Rename QArrayData::AllocateOption to AllocationOptionJoão Abecasis2012-01-163-12/+13
* Enable QArrayData to reference external array dataJoão Abecasis2012-01-163-4/+32
* Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-01-16549-10236/+11438
|\
| * Merge the makeEncoder/Decoder overloads.Lars Knoll2012-01-162-28/+2
| * Remove unused variableLars Knoll2012-01-161-2/+1
| * Fix ###'es in qrect.hLars Knoll2012-01-161-37/+14
| * Fix ### comments in QSetLars Knoll2012-01-161-14/+2
| * qglobal: Remove symbian specific featuresOlivier Goffart2012-01-162-496/+15
| * Improve the documentation of QStringLiteralOlivier Goffart2012-01-161-3/+27
| * Document Q_DECL_CONSTEXPROlivier Goffart2012-01-141-0/+11
| * Fix qsystemerror for WinCEJanne Anttila2012-01-141-25/+33
| * remove symbian support vestiges from text codecsMark Brand2012-01-145-739/+6
| * Fixed QFile::link behaviour for WinCE devices.Janne Anttila2012-01-131-0/+1
| * Build fix for WINCE to qlocale_tools.cppJanne Anttila2012-01-131-0/+4
| * Windows: Fix qt_ntfs_permission_lookupMiikka Heikkinen2012-01-131-11/+46
| * Build fix for WINCE to qfsfileengine_win.cppJanne Anttila2012-01-131-1/+1
| * Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-133-1/+12
| * QEventDispatcherWin32's internal Window should be a Message-Only WindowDebao Zhang2012-01-131-1/+6
| * Remove the Q_NO_DATA_RELOCATION hackOlivier Goffart2012-01-134-54/+1
| * Fix compilation of public headers with -Werror=shadowDavid Faure2012-01-122-3/+3
| * Remove QAccessibleEventFrederik Gladhorn2012-01-121-3/+0
| * Make QFtp private.Jonas M. Gastal2012-01-122-7/+3
| * Add Q_COMPILER_* defines for C++11 features supported by clangBradley T. Hughes2012-01-121-1/+40
| * Make QFileSystemWatcherEngines children of QFileSystemWatcherBradley T. Hughes2012-01-129-36/+33
| * Do not call moveToThread(this) in QWindowsFileSystemWatcherEngineThreadBradley T. Hughes2012-01-121-1/+0
| * QFileSystemWatcher/Windows: Output paths if FindNext fails.Friedemann Kleint2012-01-121-3/+15
| * Abstract QUnifiedTimer.Michael Brasser2012-01-122-130/+414
| * Remove unnecessary QMutexes in QFileSystemWatcher implementationsBradley T. Hughes2012-01-127-90/+69
| * Avoid races when destroying QFileSystemWatcherBradley T. Hughes2012-01-122-0/+2
| * Docs: Forward-ported typo and link fixes from Qt 4.8Janne Anttila2012-01-111-1/+1
| * QStyleHelper: Base DPI-calculation on QScreen.Friedemann Kleint2012-01-111-2/+1
| * Remove unused QT_NO_TEXTSTREAM.David Faure2012-01-115-29/+1
| * Add QModelIndex as a built-in metatype.Stephen Kelly2012-01-114-1/+23
| * Fix Q_ASSERT_X to handle QT_FORCE_ASSERTSHarald Fernengel2012-01-111-3/+3
| * Remove redundant parameter from qVariantToHelper.Jędrzej Nowacki2012-01-111-26/+27
| * Remove thread from QFileSystemWatcherEngine implementations.Robin Burchell2012-01-1010-184/+71
| * Add defines for explicit virtual overrides.Stephen Kelly2012-01-101-0/+17
| * Make the supportedDragActions a virtual accessor.Stephen Kelly2012-01-102-8/+18
| * Document timer accuracy behavior on UNIX.Bradley T. Hughes2012-01-101-1/+9
| * Remove win*Message() exported functionsBradley T. Hughes2012-01-101-20/+0
| * Use Qt::TimerType on Windows when starting timersBradley T. Hughes2012-01-102-10/+19
| * Make the roleNames a virtual accessor.Stephen Kelly2012-01-102-4/+16
| * Reimplement QVariant to QDebug streaming.Jędrzej Nowacki2012-01-103-100/+57