summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * moc: Issue a warning instead of an error when macro argument mismatchOlivier Goffart2013-08-221-2/+2
| | * Windows: Handle Qt::ForeignWindow.Friedemann Kleint2013-08-212-1/+15
| | * Windows: Generate expose events for layered transient children.Friedemann Kleint2013-08-212-6/+29
| | * CMake: Allow specifying a TARGET in invocations of macros.Stephen Kelly2013-08-211-29/+51
| | * Populate INTERFACE_LINK_LIBRARIES property in the cmake files.Stephen Kelly2013-08-211-0/+5
| | * QWidget: Apply window opacity set before show.Friedemann Kleint2013-08-211-0/+2
| | * QXcbBackingStore: don't crash in flush() if no platformWindowShawn Rutledge2013-08-211-0/+4
| | * Don't use qt_mac_get_fixed_pitch() to resolve fixed pitch fonts on OSXTor Arne Vestbø2013-08-211-24/+0
| | * Android: Remove EGL_BAD_SURFACE warning on suspensionEskil Abrahamsen Blomfeldt2013-08-211-1/+0
| | * [QNX]Fix transparenciesAndreas Holzammer2013-08-212-31/+16
| | * 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
* | | QStyleSheetStyle: Fix (!a != b)Tobias Hunger2013-09-021-1/+1
* | | QDoc: Fix (!a == b) bugTobias Hunger2013-09-022-2/+2
* | | QDbus: Fix (!a == b) comparisonTobias Hunger2013-09-021-1/+1
* | | Revert Mac event loop changes.Morten Johan Sørvig2013-09-0217-401/+365
* | | Graphicsview: Simplify codeTobias Hunger2013-09-021-4/+1
* | | Fix last warning of qtbase with GCC.Thiago Macieira2013-08-311-1/+1
* | | Improve QBitArray's construction performance a littleThiago Macieira2013-08-311-5/+4
* | | Add a construction note on why QBitArray has a +1 everywhereThiago Macieira2013-08-311-0/+14
* | | Fix corner-case counting of bits in QBitArray::count(bool)Thiago Macieira2013-08-311-3/+3
* | | Remove workarounds to old GCC bugs we had encountered on IRIXThiago Macieira2013-08-312-30/+0
* | | QPainter: Fix (!a == b) bugTobias Hunger2013-08-311-2/+2
* | | add QProcess::nullDevice()Oswald Buddenhagen2013-08-302-0/+29
* | | QTreeView - fix next focus when there is no current indexThorbjørn Martsum2013-08-301-2/+2
* | | [2/2] Update bundled HarfBuzz-NG sources up to 0.9.20Konstantin Ritt2013-08-302-0/+5
* | | [1/2] Update bundled HarfBuzz-NG sources up to 0.9.20Konstantin Ritt2013-08-3018-440/+662
* | | Fix warning about class/struct mismatchTobias Hunger2013-08-301-2/+3
* | | Doc: Enable documentation for QScopedPointer's rvalue ref functionsTopi Reinio2013-08-301-3/+1
* | | qdoc: Enable support for rvalue references in function signaturesTopi Reinio2013-08-301-1/+5
* | | Cocoa: Fix QFontDialog, QColorDialog auto-testsGabriel de Dietrich2013-08-295-8/+31
* | | Make Qt process native and timer events on Cocoa applicationsGabriel de Dietrich2013-08-291-10/+0
* | | Make QGuiApplication::exec() run within NSApplicationMain()Gabriel de Dietrich2013-08-2912-347/+370
* | | QFileDialog: add MIME Type filtersDavid Faure2013-08-295-0/+99
* | | Port uic to QCommandLineParserDavid Faure2013-08-291-79/+60
* | | Port rcc to QCommandLineParser.David Faure2013-08-291-98/+90
* | | QDateTime - Extend fromMSecsSinceEpoch APIJohn Layt2013-08-292-10/+64
* | | QDateTime - Improve and expose Qt::OffsetFromUtcJohn Layt2013-08-285-151/+349
* | | Remove Maliit input context.Robin Burchell2013-08-2812-1438/+1
* | | Android: added ApplicationState capability.Yoann Lopes2013-08-288-0/+64
* | | QButtonGroup - add buttonToggled signalsThorbjørn Martsum2013-08-284-2/+39
* | | Add QCommandLineParser to the bootstrap libDavid Faure2013-08-281-0/+2
* | | Enable DWM transparency for OpenGL windows under WindowsGiuseppe D'Angelo2013-08-285-0/+86
* | | Don't compare const_iterator with iterator.Stephen Kelly2013-08-271-2/+2
|/ /
* | Add stripped version of HarfBuzz-NG 0.9.19 sources to 3rdpartyKonstantin Ritt2013-08-2784-0/+33805
* | Make it possible to build HarfBuzz-NG in QtKonstantin Ritt2013-08-2715-0/+148
* | Add operator[] to QVectorND classesSean Harmer2013-08-276-0/+102
* | Add QJsonValue::toInt().Mitch Curtis2013-08-272-0/+15
* | QMessageBox - move informative+details text to new layout functionThorbjørn Martsum2013-08-271-39/+47
* | Move the creation of QElapsedTimer out of the inner function in QMutexThiago Macieira2013-08-271-21/+5