summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Construct a valid QTime when creating timestamps for iBase SQL driver.Mitch Curtis2013-08-211-1/+1
* Specify maximum array size for QByteArray.Leonard Lee2013-08-211-0/+2
* Tidy up QJsonObject documentation.Mitch Curtis2013-08-201-19/+19
* Doc: qtgui configuration file with commentsNico Vertriest2013-08-201-0/+292
* Use correct mask constant in the Windows event dispatcher.Friedemann Kleint2013-08-201-1/+14
* Revert "Disable precision timers when running MSVC2012 code on pre-Windows 8."Friedemann Kleint2013-08-201-8/+0
* Windows: Add hit test handling for non-client areas.Friedemann Kleint2013-08-194-2/+51
* Fix potential division by zeroFrederik Gladhorn2013-08-191-8/+13
* xcb: Fix TouchPointPressed being sent multiple times.Jocelyn Turcotte2013-08-191-3/+5
* Rename template parameter: "I" -> "II"Sze Howe Koh2013-08-181-9/+9
* Fix mouse test event in window warning message.Martin Jones2013-08-181-1/+5
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-08-171-1/+2
|\
| * Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-08-161-1/+2
| |\
| | * ANGLE: Fix MSVC compiler warningKai Koehne2013-08-161-1/+2
* | | Add documentation about reconnect attempts.Jonas Gastal2013-08-171-0/+4
|/ /
* | Merge "Merge branch 'release' into stable" into refs/staging/stableSergio Ahumada2013-08-161-2/+1
|\ \
| * | Merge branch 'release' into stableSergio Ahumada2013-08-151-2/+1
| |\|
| | * Fix escaped compose key parsingGatis Paeglis2013-08-141-1/+2
| | * Avoid a potential crash in unignoredChildrenJan Arve Saether2013-08-091-2/+1
* | | Don't use deprecated qInstallMsgHandler in testlibKai Koehne2013-08-161-35/+7
* | | add configure -extprefix optionOswald Buddenhagen2013-08-151-1/+1
* | | TR_EXCLUDE tools including bootstrap libOswald Buddenhagen2013-08-151-0/+4
* | | don't include qconfig.cpp into moc and uicOswald Buddenhagen2013-08-153-4/+2
|/ /
* | Cut away 2/3 of the startup time on LinuxLars Knoll2013-08-154-87/+138
* | update the viewport after changing the backgroundIrfan Omair2013-08-151-1/+1
* | QHeaderView::paintSection(): fix visible index handlingJ-P Nurmi2013-08-152-3/+23
* | Cocoa: bugfix mouse wheel + modifier keys not workingRichard Moe Gustavsen2013-08-151-2/+2
* | Ensure that bootstrapped users of QCryptographicHash only use SHA-1Thiago Macieira2013-08-152-1/+9
* | Don't compile MD4, MD5, SHA-2 and SHA-3 into qmakeThiago Macieira2013-08-151-1/+1
* | Cocoa: Set window title after setting window flags if window has borderDaiwei Li2013-08-151-0/+3
* | Fix QKeyEvent::isAutoRepeat on MacGatis Paeglis2013-08-141-1/+1
* | Fix crash in QProcess::waitForStarted() on Unix.Christian Strømme2013-08-131-3/+3
* | Cocoa: Allow to hide menu items in menubarGabriel de Dietrich2013-08-133-8/+15
* | RCC: Mention -list command line option in -help outputhjk2013-08-131-0/+1
* | Fix ShortcutOverrid for Qt QuickFrederik Gladhorn2013-08-131-1/+8
* | Fix QDialog position shift bug after resize.Balazs Domjan2013-08-131-0/+3
* | Reset the QItemSelectionModel when its model is reset.Stephen Kelly2013-08-131-0/+2
* | don't put QLibraryInfo and QSettings into bootstrap libOswald Buddenhagen2013-08-121-7/+1
* | un-confuse lupdate: use #if 0 consistentlyOswald Buddenhagen2013-08-121-1/+3
* | un-confuse lupdate: remove excess brace in dead codeOswald Buddenhagen2013-08-121-1/+0
* | un-confuse lupdate: make #ifdef'd braces symmetricalOswald Buddenhagen2013-08-121-3/+2
* | Make QCoreWlan plugin compile on 10.9Gabriel de Dietrich2013-08-122-155/+989
* | Do not use QWindowsFileDialogHelper for Windows Server 2003Jonathan Liu2013-08-111-1/+1
* | Remove OS X unsupported warning.Jake Petroules2013-08-101-4/+0
* | Forward the correct compilers to the actual cmake tests.Stephen Kelly2013-08-091-0/+8
* | Doc: a minimal qdocconf file with commentsNico Vertriest2013-08-091-0/+78
* | Merge "Merge branch 'release' into stable" into refs/staging/stableSergio Ahumada2013-08-0910-45/+82
|\ \
| * | Merge branch 'release' into stableSergio Ahumada2013-08-0910-45/+82
| |\|
| | * Don't release the printer after using it to change a propertyAndy Shaw2013-08-081-4/+1
| | * Android: Get SSL root certificates from TrustManagerPaul Olav Tvete2013-08-075-29/+253