summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-29107-446/+369
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-28107-446/+369
| |\
| | * Cocoa: Correct mime handler prioritization.Morten Johan Sørvig2013-01-281-3/+8
| | * Don't use the union trick to do unlawful castsThiago Macieira2013-01-281-18/+6
| | * Doc: Add a note for QDesktopServices about deprecated functionsTopi Reinio2013-01-271-1/+4
| | * Doc: Widgets/Tools examples: fix group and missing imagesTopi Reinio2013-01-274-2/+2
| | * consolidate generation of metafile install targetsMark Brand2013-01-254-36/+27
| | * cocoa: Fix Mouse Event tracking of button statusRick Stockton2013-01-252-111/+21
| | * Fix XCB plugin compilation without accessibilityOleg Shparber2013-01-251-1/+1
| | * Doc: Fix module name formatSze Howe Koh2013-01-2582-208/+206
| | * Minor QWindow documentation improvement for the accessor/mutatorsLaszlo Papp2013-01-251-6/+6
| | * Make QWindowsFontEngineData thread-local.Friedemann Kleint2013-01-252-8/+35
| | * Fixed checking HOME variable return value using isEmpty()Pasi Petäjäjärvi2013-01-252-1/+9
| | * qmake: Don't let an empty $$VERSION cause a garbled version in .rc filesDebao Zhang2013-01-251-1/+1
| | * configure.exe: Fix line feed characterDebao Zhang2013-01-251-8/+8
| | * QPdfEnginePrivate: Fix invalid format for rectangles on some localesDmitry Shachnev2013-01-241-6/+10
| | * Revert "qmake vcxproj generator: map TARGET_EXT to $(TargetExt)"Joerg Bornemann2013-01-243-12/+2
| | * Stabilize tst_qabstractsliderFrederik Gladhorn2013-01-241-3/+3
| | * Use new path manipulation functions from qmake.Stephen Kelly2013-01-241-21/+20
* | | Reduce invocations QString::left() in XCB key event processing.Friedemann Kleint2013-01-291-4/+5
* | | Add the Qt::ItemNeverHasChildren flag and use it in QTreeView.Stephen Kelly2013-01-298-4/+77
* | | Offscreen testing platform pluginSamuel Rødal2013-01-2915-3/+1384
* | | Do not execute tst_qfilesystemmodel in parallel.Friedemann Kleint2013-01-291-2/+2
* | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-29645-2503/+1
* | | Mention the new MEMBER attribute in the changelogOlivier Goffart2013-01-281-1/+3
* | | Set some attributes on pthread condattrsThiago Macieira2013-01-283-14/+52
* | | QVarLengthArray: add squeeze functionPeter Kümmel2013-01-283-3/+46
* | | Fix MinGW-Warnings in tst_qwinoverlappedionotifier.Friedemann Kleint2013-01-281-5/+8
* | | Fix warning about redefinition of _WIN32_WINNT.Friedemann Kleint2013-01-281-1/+0
* | | tst_qfilesystemmodel: Avoid commonly used folders.Friedemann Kleint2013-01-281-23/+32
* | | Windows: Fix modal dialogs for declarative.Friedemann Kleint2013-01-282-4/+38
* | | Fix warning about redefinition of M_PI in tst_qwmatrix.Friedemann Kleint2013-01-281-1/+1
* | | Fix warning about unhandled enumeration values in tst_sqldriver.Friedemann Kleint2013-01-281-0/+2
|/ /
* | Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-2813-109/+109
* | Don't emit activated on clicking disabled itemview item.Mitch Curtis2013-01-262-1/+26
* | syncqt: Don't check for QT_{BEGIN,END}_HEADER macrosSergio Ahumada2013-01-262-21/+0
* | Fix warning about type-punned pointersThiago Macieira2013-01-261-18/+24
* | Add toJson() formatting argument to QJsonDocument interfaceJean-Paul Delimat2013-01-263-43/+145
* | Add static dotProduct methods to the QPoint(F) classesLaszlo Papp2013-01-265-0/+95
* | Establish an opacity property for the QWindowLaszlo Papp2013-01-262-3/+19
* | Fix a typo and make the QQuaternion constructor documentation even more explicitLaszlo Papp2013-01-251-2/+3
* | Introducing QWidget::createWindowContainer()Gunnar Sletta2013-01-2511-3/+712
* | Improve QAccessibleApplicationFrederik Gladhorn2013-01-255-3/+40
* | showIsFullscreen: only respect this hint for windows and dialogsRichard Moe Gustavsen2013-01-252-6/+9
* | QOpenGLTextureCache : make it possible to skip qgl_byteSwapImageElvis Lee2013-01-252-3/+7
* | Doc: write up the docs for Q_GLOBAL_STATICThiago Macieira2013-01-243-13/+523
* | Add an umbrella cmake config file for Qt 5.Stephen Kelly2013-01-246-3/+109
* | Use path-based text when painter has negative scale on raster/coretextTor Arne Vestbø2013-01-241-1/+7
* | Don't assume m11/m22 represents the scale of a QTransformTor Arne Vestbø2013-01-242-2/+14
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2427-40/+266
|\ \