summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add an overload to Moc to allow reading from a QIODevice.Stephen Kelly2012-03-142-2/+9
* Fix warning about unused parameter.Stephen Kelly2012-03-141-0/+1
* QDirIterator, QDataStream: remove virtual dtorMarc Mutz2012-03-142-2/+2
* Remove QTEST_NO_SPECIALIZATIONSOlivier Goffart2012-03-144-33/+0
* QtNetwork: make some constructors explicitMarc Mutz2012-03-1410-13/+13
* QRegularExpression: QMetaType and QVariant supportGiuseppe D'Angelo2012-03-145-11/+73
* QtGui: make some constructors explicitMarc Mutz2012-03-1428-42/+42
* Port file-flushing code to QFileDevice.David Faure2012-03-131-1/+1
* Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...João Abecasis2012-03-12300-3767/+69116
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-12300-3767/+69116
| |\
| | * Windows: Implement QWindowsIntegration::queryKeyboardModifiers()Friedemann Kleint2012-03-124-0/+22
| | * Implement QSystemTrayIcon for Windows.Friedemann Kleint2012-03-123-100/+158
| | * QRegularExpression: add error strings for translationGiuseppe D'Angelo2012-03-121-0/+115
| | * Add documenation about QAccessibleStateChange event.Frederik Gladhorn2012-03-121-0/+23
| | * Use QAccessibleEvent in test.Frederik Gladhorn2012-03-121-24/+26
| | * Remove stale references to QtopiaDonald Carr2012-03-124-93/+0
| | * Delete QPlatformDragPrivate object in QPlatformDrag's destructorjian liang2012-03-122-0/+3
| | * QSqlTableModel::indexInQuery: fix inserted row accountingMark Brand2012-03-121-1/+1
| | * Harfbuzz GPOS hinting- do not consider a subtable to be invalid if it is just...John Tapsell2012-03-121-0/+3
| | * Line up underlines if fallback fonts are used (QTBUG-21832)Stefan Hundhammer2012-03-126-44/+200
| | * Remove MSVC 6 workaround from QtConcurrent.Jason McDonald2012-03-122-42/+36
| | * Remove gcc 3.x-specific code from QtConcurrent and its tests.Jason McDonald2012-03-121-7/+0
| | * Add a movable type declaration to QGlyphRun.Andrew den Exter2012-03-121-0/+2
| | * qdoc: Fix closing 'table class="generic"' tagSergio Ahumada2012-03-121-2/+2
| | * Convert xlib plugin to new formatDebao Zhang2012-03-123-2/+9
| | * Remove Mac multiple-arch support.Morten Johan Sorvig2012-03-121-52/+6
| | * Cocoa: Fix accessiiblityPerformActionMorten Johan Sorvig2012-03-121-2/+1
| | * Rename blackberry QPA plugin to QNXSean Harmer2012-03-1233-934/+934
| | * Remove QAccessible2::TableModelChange.Frederik Gladhorn2012-03-123-104/+0
| | * Update accessibility StateChange by custom event.Frederik Gladhorn2012-03-125-14/+32
| | * Remove unnecessary function.Casper van Donderen2012-03-121-25/+0
| | * Migrate QWindowSystemInterface to use QElapsedTimerLaszlo Agocs2012-03-123-6/+5
| | * Restore some source compatibilityLars Knoll2012-03-123-1/+10
| | * Support Growl >=1.3 in QSystemTrayIconVincent A2012-03-121-2/+6
| | * Force properties to be applied in the order in which they are specified.Robin Burchell2012-03-121-2/+15
| | * testlib: Improve formatting of QCOMPARE failure messages.Jason McDonald2012-03-123-9/+9
| | * Add Q_IS_ENUM(), and provide as flag in QMetaType::typeFlags()Glenn Watson2012-03-114-2/+492
| | * Crash fix in QMetaType::typeFlags.Jędrzej Nowacki2012-03-111-1/+1
| | * XCB: Implement native events for for windows.Friedemann Kleint2012-03-103-6/+18
| | * Remove unneeded check.Sergio Martins2012-03-101-1/+1
| | * qdoc3: qdoc user manual updateMartin Smith2012-03-109-817/+1048
| | * byteorder: Fix compilation for MIPS and GCC < 4.6.Holger Hans Peter Freyther2012-03-101-0/+6
| | * Remove commented 'comment'ABBAPOH2012-03-101-3/+0
| | * Fix commas according to qt coding styleABBAPOH2012-03-101-6/+6
| | * Revert "QNam: only init channels when needed."Kent Hansen2012-03-093-138/+46
| | * Updated codecs.pri to reflect new QNX mkspec nameRafael Roquetto2012-03-091-1/+1
| | * byteorder: Improve the implementation comments for auto-detectHolger Hans Peter Freyther2012-03-092-8/+14
| | * Fixes wrong iconv_open call under QNXRafael Roquetto2012-03-091-1/+1
| | * Fix some duplication between QGuiApplication and QApplication,David Faure2012-03-097-74/+52
| | * Fixes mismatching delete operatorRafael Roquetto2012-03-091-1/+1