summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into api_changesJoão Abecasis2012-03-08144-686/+5738
|\
| * QCursor: Associate cursor with screen.Friedemann Kleint2012-03-0731-84/+157
| * Fix dockwidgets behavior when window resized or central widgets is set.Debao Zhang2012-03-073-3/+3
| * QRegularExpression: add optimizations autotestGiuseppe D'Angelo2012-03-071-5/+9
| * QWidget: fix wrong mouse behaviorDebao Zhang2012-03-071-1/+0
| * Fix sending simulated keyboard events to popup widgetsMiikka Heikkinen2012-03-071-5/+7
| * Windows: Fix override cursor logicMiikka Heikkinen2012-03-071-4/+2
| * Cocoa: Implement Drag-and-Drop.Friedemann Kleint2012-03-0714-39/+2094
| * Fix deadlock in QPropertyAnimationOlivier Goffart2012-03-071-0/+1
| * Add fonts to QPlatformTheme.Friedemann Kleint2012-03-0722-151/+348
| * Add nicer error message in qMetaTypeId function.Jędrzej Nowacki2012-03-071-0/+1
| * Fix support for scripts that require OpenTypeEskil Abrahamsen Blomfeldt2012-03-072-2/+2
| * QSqlTableModel::selectRow(): complete documentationMark Brand2012-03-071-0/+2
| * Improve type detection for query resultsAndy Shaw2012-03-071-4/+29
| * Compile with -qtnamespaceSarah Smith2012-03-071-1/+4
| * QRegularExpression: fix optimizePattern, document the issueGiuseppe D'Angelo2012-03-071-7/+24
| * Query udev build parameters from pkg-configDonald Carr2012-03-074-2/+8
| * Fix double click handling.Laszlo Agocs2012-03-071-23/+19
| * Fix the bit test for ABS_MT_SLOT to detect protocol BShawn Rutledge2012-03-071-1/+1
| * QRegularExpression: fix documentation due to qdoc changesGiuseppe D'Angelo2012-03-071-16/+16
| * Fixed warnings from arm builds with -WundefRohan McGovern2012-03-071-3/+3
| * Fix off by one in updateAccessibility.Frederik Gladhorn2012-03-074-12/+9
| * Fix parsing of unicode escape sequencesLars Knoll2012-03-071-2/+2
| * Fixed warning from gcc with -Wundef for some values of WCHAR_MAXRohan McGovern2012-03-071-1/+3
| * Support legacy QDataStream serialization of QDate.Aaron McCarthy2012-03-071-4/+14
| * Use #define before including SHA-2 3rdparty codeBradley T. Hughes2012-03-071-17/+15
| * QSqlTableModel: use selectRow() for field and row edit strategiesMark Brand2012-03-071-12/+24
| * QSqlTableModel: long live selectRow()!Mark Brand2012-03-073-0/+58
| * QSqlTableModel: handle changes between submit and selectMark Brand2012-03-072-28/+71
| * QRegularExpression: const correctness fixesGiuseppe D'Angelo2012-03-061-9/+9
| * QRegularExpression: add captureCount()Giuseppe D'Angelo2012-03-062-0/+15
| * QRegularExpression: do not use JIT in debug buildsGiuseppe D'Angelo2012-03-061-1/+41
| * QRegularExpression: improve operator==, add dedicated autotestGiuseppe D'Angelo2012-03-061-1/+2
| * QRegularExpression: QDebug support for pattern optionsGiuseppe D'Angelo2012-03-062-0/+38
| * QRegularExpression: add QRegularExpression* set of classesGiuseppe D'Angelo2012-03-063-0/+2275
| * fix relative default examples pathOswald Buddenhagen2012-03-061-1/+1
| * Fix tst_QNetworkReply::httpWithNoCredentialUsage autotestShane Kearns2012-03-063-7/+10
| * Windows - fix QWindowsSystemProxy global static raceShane Kearns2012-03-061-1/+1
| * QProcess/Win: pointless Sleep call removedJoerg Bornemann2012-03-061-2/+0
| * Don't use QMutexPool in QEventDispatcherOlivier Goffart2012-03-061-3/+2
| * Don't use QMutexPool from the animation frameworkOlivier Goffart2012-03-062-14/+13
| * Cleanup QThread::initialize and QThread::cleanupOlivier Goffart2012-03-065-41/+0
| * Make cache of opentype tables in Harfbuzz face lazyEskil Abrahamsen Blomfeldt2012-03-067-9/+51
| * Improve safeness of QMetaType::registerType.Jędrzej Nowacki2012-03-061-2/+5
| * Cocoa: Implement widget palettes.Morten Johan Sorvig2012-03-067-6/+136
| * QSslCertificate - make lazy initialisation thread safeShane Kearns2012-03-061-0/+9
| * QMimeDatabase: Fix crash on empty filenameDavid Faure2012-03-061-0/+2
| * qpa: Document a requirement of the backing store implementationHolger Hans Peter Freyther2012-03-061-0/+3
| * QWindow: fix crash on MacTasuku Suzuki2012-03-061-1/+1
| * Add missing Q_OBJECT macro to QCoreTextFontEngineTasuku Suzuki2012-03-061-0/+1