summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Add missing Q_OBJECT macro to QCoreTextFontEngineTasuku Suzuki2012-03-061-0/+1
| | * Remove codecForTr().Robin Burchell2012-03-067-66/+11
| | * QNam: only init channels when needed.Martin Petersson2012-03-063-46/+138
| | * Support new-style plugins without a "Keys" json propertyAlex Wilson2012-03-061-1/+12
| | * Mark QMetaType constructor as explicit.Jędrzej Nowacki2012-03-061-1/+1
| | * Remove unused QThreadPoolPrivate::startFrontRunnable().Robin Burchell2012-03-062-26/+0
| | * QSqlTableModel::data(): use cached values when availableMark Brand2012-03-061-23/+3
| | * QSqlTableModel: derive primary values from database valuesMark Brand2012-03-062-10/+13
| | * QSqlTableModel: mirror database values in change cacheMark Brand2012-03-062-7/+11
| | * QSqlTableModel: remove unnecessary parameter from setSubmitted()Mark Brand2012-03-062-2/+2
| | * Worked around Metacity crashes in xcb plugin.Samuel Rødal2012-03-061-0/+2
| | * Remove AccessibilityPrepare event.Frederik Gladhorn2012-03-054-8/+0
| | * Don't leak from QPlatformPrinterSupportPlugin::get()Bradley T. Hughes2012-03-051-7/+19
| | * Add API to convert QSizeF<->PaperSize in QPlatformPrinterSupportBradley T. Hughes2012-03-052-0/+23
| | * Replace Q_WS_MAC with Q_OS_MAC in QtPrintSupportBradley T. Hughes2012-03-052-4/+4
| | * Remove #ifdef Q_WS_MAC code from QPrinterBradley T. Hughes2012-03-051-7/+0
| | * Enable name of threads in release mode.Leonard Lee2012-03-051-1/+1
| | * Update QTouchEvent docs with regards to raw positionsLaszlo Agocs2012-03-051-1/+6
| * | QtXml: make some constructors explicitMarc Mutz2012-03-071-1/+1
| * | Add QUrl formatting option "PreferLocalFile".David Faure2012-03-072-7/+25
| * | itemview/itemmodels: make some constructors explicitMarc Mutz2012-03-079-9/+9
| * | QTouchEvent::TouchPoint: make it a proper value classMarc Mutz2012-03-062-13/+21
| * | Merge an overloaded QKeySequence constructor.Stephen Kelly2012-03-062-12/+1
| * | Add template specialization of QMetaType for QObject derived pointers.Stephen Kelly2012-03-061-24/+51
| * | QStateMachine: make ctor explicitMarc Mutz2012-03-061-1/+1
| * | Split up base class QFileDevice for open-file operations (read/write)David Faure2012-03-068-695/+1013
| * | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-05389-5696/+60662
| |\|
| | * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-0467-378/+453
| | |\
| | * | Fix documentation of the new connect functions.Olivier Goffart2012-03-041-0/+9
| | * | QRegularExpression: import PCRE under 3rdparty/Giuseppe D'Angelo2012-03-0365-0/+54615
| | * | Cleaned up debug and warning output in xcb plugin.Samuel Rødal2012-03-0210-38/+40
| | * | QAbstractSlider - adding setRange as a slotThorbjørn Lund Martsum2012-03-021-2/+1
| | * | Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-03-024-5/+5
| | * | Use QHash<K,V> instead of QMap<K,V> when K is a pointer typeGiuseppe D'Angelo2012-03-0211-23/+23
| | * | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-02217-3581/+3581
| | * | Mark overload of QAccessible::updateAccessibility as deprecated.Frederik Gladhorn2012-03-022-3/+1
| | * | Name threads properlymae2012-03-022-0/+4
| | * | xcb: Check for SHAPE extension before using itUli Schlachter2012-03-023-4/+34
| | * | Remove the LIBS from platformsupportJørgen Lind2012-03-022-2/+0
| | * | Fix get_accFocus() to return CHILDID_SELF when it returns itself.Jan-Arve Saether2012-03-021-7/+41
| | * | Improve debugging in the windows accessibility bridge.Jan-Arve Saether2012-03-022-33/+59
| | * | Fix QWizard autotest for Windows 7 Classic themeMiikka Heikkinen2012-03-021-1/+6
| | * | Use correct types in QResource.Robin Burchell2012-03-021-4/+4
| | * | Improving clipboard integrationKevin Krammer2012-03-022-39/+150
| | * | Fixing z-ordering of windowsKevin Krammer2012-03-021-1/+1
| | * | Make the CONFIG and QT_CONFIG contents available downstream.Stephen Kelly2012-03-021-0/+3
| | * | Revert "Don't rely on mapFromGlobal in QGraphicsScenePrivate::itemsAtPosition."Jonathan Liu2012-03-021-3/+7
| | * | Export QPaintEnginePrivate from QtGuiBradley T. Hughes2012-03-021-1/+1
| | * | Remove Q_BYTE_ORDER and -*-endian arguments from configuresBradley T. Hughes2012-03-021-1/+75
| | * | Fix QApplication autotest crash when running on multiple screensMiikka Heikkinen2012-03-024-2/+15