summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
* | | | QThreadPool: fix data races in activeThreadCount()David Faure2013-08-211-5/+3
* | | | QUrl: Use decoded mode by default for individual getters/setters.David Faure2013-08-212-14/+14
* | | | QUrl: fix host(FullyDecoded), it shouldn't trigger EncodeUnicode.David Faure2013-08-211-2/+5
* | | | QThreadPool: fix typosDavid Faure2013-08-211-10/+10
* | | | Mark qFuzzy* and qIsNull as Q_REQUIRED_RESULTGiuseppe D'Angelo2013-08-211-0/+6
* | | | QComboBox - only react on a mouse-release if we had a mousepressThorbjørn Lund Martsum2013-08-212-2/+21
* | | | QHash: fix compilation with gcc-4.2.1 (Mac OS X)David Faure2013-08-211-7/+2
* | | | QDateTime - Use the copy constructor in addDays/Months/YearsJohn Layt2013-08-211-3/+12
* | | | Android: Add default values for min and target SDKsEskil Abrahamsen Blomfeldt2013-08-211-0/+1
* | | | XCB: Suppress warnings about unhandled client messages.Friedemann Kleint2013-08-211-3/+5
|/ / /
* | | Doc: Renamed list of example page to "Item Views Example".Jerome Pasion2013-08-211-1/+1
* | | Fetch StandardKey shortcuts from QPlatformThemeDavid Edmundson2013-08-206-267/+281
* | | Extend QStyle API with a SH_Splitter_OpaqueResize styleHintRohan Garg2013-08-205-6/+23
* | | Add missing PLUGIN_CLASS_NAMEStephen Kelly2013-08-201-0/+1
* | | Get rid of HB dependency in FT font engineKonstantin Ritt2013-08-205-61/+42
* | | XI2 touch support: must call deviceForId to create the deviceShawn Rutledge2013-08-161-2/+4
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-1697-1256/+2627
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-1497-1256/+2627
| |\| |
| | * | 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
| | | | * Enable qsrand() on builds without thread-safe posixEskil Abrahamsen Blomfeldt2013-08-061-1/+1
| | | | * Doc: Corrected the example path in the tutorialVenu2013-08-021-16/+16
| | | | * Fix handling of non-latin1 shortcutsGatis Paeglis2013-07-312-22/+51
| | | | * Windows: Clear window under mouse in destruction of platform window.Friedemann Kleint2013-07-304-1/+11
| | | | * QHttpMultiPart: fix data corruption in readData methodPeter Hartmann2013-07-291-1/+2