summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Mark widget framestrut as dirty when window flags change.Friedemann Kleint2013-04-051-0/+3
| | * Enable C++11 on OSX when using ClangTor Arne Vestbø2013-04-054-2/+15
| | * Test that the CMake files create appropriate version variables.Stephen Kelly2013-04-053-2/+57
| | * QGtkStyle: remove obsolete themeName != "Qt" checksDmitry Shachnev2013-04-051-12/+0
| | * Don't redundantly define cmake package *_VERSION variablesStephen Kelly2013-04-051-3/+1
| | * Look for cmake package dependents only in the parent directory.Stephen Kelly2013-04-051-1/+1
| | * Stabilize tst_qcompleter.Friedemann Kleint2013-04-051-41/+54
| | * Windows: Do not use native dialogs for non-modal dialogs.Friedemann Kleint2013-04-051-4/+2
| | * Fix sql tests in respect to Oracle databasesAndy Shaw2013-04-059-377/+394
| | * Fix pathing problem with our dx.batRay Donnelly2013-04-051-1/+1
| | * The default behavior should be double buffered, not singlebufferedGunnar Sletta2013-04-051-3/+2
| | * QSaveFile: allow saving to a writable file in a non-writable directoryDavid Faure2013-04-054-26/+166
| | * Fix incorrect classification of glTexImage3D.Sean Harmer2013-04-0522-80/+122
| | * Special case to work around upstream bug in gl.specSean Harmer2013-04-052-1/+7
| | * Bring glgen into line with OpenGL functions and extensions codeSean Harmer2013-04-055-149/+40
| | * iOS: Fix build on case sensitive file systemsTor Arne Vestbø2013-04-041-1/+1
| | * QTDSDriver: fix index out of rangeMark Brand2013-04-041-1/+1
| | * QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-0415-106/+154
| | * QSqlDriverPrivate clean-upMark Brand2013-04-041-15/+10
| | * iOS: Handle UIDeviceOrientation vs UIInterfaceOrientationTor Arne Vestbø2013-04-043-3/+3
| | * Fix warning: qt_setDockMenu not foundFrederik Gladhorn2013-04-041-0/+1
| | * Android: Don't show '&' character in menusPaul Olav Tvete2013-04-041-6/+23
| | * Doc: Fix network/torrent example to work on Qt 5Topi Reinio2013-04-044-36/+31
| | * Include PRECOMPILED_DIR in dirs fixed by fixExclusiveOutputDirs()Tor Arne Vestbø2013-04-031-1/+1
| | * QPA/Mac: Fix resources leakingKonstantin Ritt2013-04-033-7/+13
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-04-0313-20/+88
| | |\
| | | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-04-0313-20/+88
| | | |\
| | | | * Boxes: Check for opengl version in .pro fileKai Koehne2013-04-031-0/+6
| | | | * Changelog: add entry for QTBUG-29759Olivier Goffart2013-04-031-0/+6
| | | | * Fix gcc OOM error when compiling in release modeKai Koehne2013-04-021-5/+10
| | | | * write qmake/configure/buildsystem 5.0.2 changelogOswald Buddenhagen2013-03-291-4/+35
| | | | * qdoc: Use 'org.qt-project.' prefix in namespaceSergio Ahumada2013-03-271-1/+1
| | | | * Changelog 5.0.2: Add Windows-specific changes.Friedemann Kleint2013-03-261-0/+6
| | | | * Revert "qclass_lib_map.h: Fix include of the QDeclarativeView widget."Friedemann Kleint2013-03-261-1/+1
| | | | * qt.conf: default LibraryExecutables to bin/ on windowsOswald Buddenhagen2013-03-261-0/+4
| | | | * Windows: Fix reported screen metrics.Friedemann Kleint2013-03-262-4/+12
| | | | * make the libexec default on windows bin/ after allOswald Buddenhagen2013-03-262-3/+3
| | | | * Doc: Fix typo in the property system documentationTopi Reinio2013-03-251-1/+1
| | | | * Doc: Changed title of Qt Print Support's C++ Classes page.Jerome Pasion2013-03-221-2/+1
| | | | * ensure that each module has a .qmake.cache when properly qmake'dOswald Buddenhagen2013-03-221-0/+3
| | * | | Load sdk.prf first, if enabled, so that other features can use QMAKE_CXXTor Arne Vestbø2013-04-031-0/+4
| | * | | Doc: Replaced canConvert() with canConvert(Int)Venu2013-04-031-1/+1
| | * | | If the menu item is merged then we should not release itAndy Shaw2013-04-031-2/+2
| | |/ /
* | | | Only set QMAKE_DEFAULT_LIB/INCDIRS for target buildsTor Arne Vestbø2013-04-102-5/+5
* | | | Don't use custom namespace for QT_HOST_ARCH/CPUFEATURESTor Arne Vestbø2013-04-102-8/+14
|/ / /
* | | Don't duplicate SIMD QMAKE_CFLAGS for ClangTor Arne Vestbø2013-04-101-10/+0
* | | When doing a PageDown or PageUp it should show the next set of cellsAndy Shaw2013-04-092-4/+32
* | | Add missing wait for window shown.Stephen Kelly2013-04-091-0/+2
* | | QIcon: Added a move constructor.Keith Gardner2013-04-081-0/+4
* | | QImage: Added a move constructor.Keith Gardner2013-04-081-0/+5