summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QWizard/Win: Support RTL layout in Aero styleAhmed Saidi2013-04-082-3/+25
* Mac: a dialog should have a titlebar by defaultShawn Rutledge2013-04-081-2/+5
* Fix MSVC warning about truncation from 64bit to 32bit int.Friedemann Kleint2013-04-061-1/+1
* QGtkStyle: Try to get the theme name from GtkSettingsDmitry Shachnev2013-04-051-32/+6
* Android: Implement debugging without relying on shell run-ashjk2013-04-051-15/+107
* Update java part for Ministro 9.xBogDan Vatra2013-04-057-36/+63
* Android: use Fusion style by defaultPaul Olav Tvete2013-04-051-2/+3
* Android: set logicalDpi based on DisplayMetrics.scaledDensityPaul Olav Tvete2013-04-058-9/+38
* Don't call virtual methods after the source model is destroyed.Stephen Kelly2013-04-052-1/+3
* EglFS: allow the hook to override logicalDpi()Paul Olav Tvete2013-04-054-0/+18
* Windows: Ignore mouse events generated by Windows.Friedemann Kleint2013-04-051-1/+5
* Mark widget framestrut as dirty when window flags change.Friedemann Kleint2013-04-051-0/+3
* Test that the CMake files create appropriate version variables.Stephen Kelly2013-04-051-1/+28
* QGtkStyle: remove obsolete themeName != "Qt" checksDmitry Shachnev2013-04-051-12/+0
* Windows: Do not use native dialogs for non-modal dialogs.Friedemann Kleint2013-04-051-4/+2
* 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-053-17/+90
* Fix incorrect classification of glTexImage3D.Sean Harmer2013-04-0522-80/+122
* 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
* 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-038-14/+30
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-04-038-14/+30
| |\
| | * Fix gcc OOM error when compiling in release modeKai Koehne2013-04-021-5/+10
| | * qdoc: Use 'org.qt-project.' prefix in namespaceSergio Ahumada2013-03-271-1/+1
| | * 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
| | * 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
* | | 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
|/ /
* | Also version.xml needs to be installedBogDan Vatra2013-04-031-0/+1
* | ApplicationState: Add new event class: ApplicationStateChangeEventRichard Moe Gustavsen2013-04-035-5/+43
* | qdoc: Use Q_QDOC in quuid.h to help qdocMartin Smith2013-04-031-5/+5
* | Make sure QThreadData and QAdoptedThread object is destroyed at app exitjian liang2013-04-031-0/+7
* | Doc: Fix the documentation for QWindow::focusObjectChanged()Topi Reinio2013-04-031-3/+3
* | Correct location of mtdev define.Robin Burchell2013-04-031-1/+1
* | make bootstrapping of qdoc optionalOswald Buddenhagen2013-04-032-2/+4
* | add qcryptographichash to bootstrap libOswald Buddenhagen2013-04-032-4/+5
* | QTextCharFormat::setFont(): Preserve the font hinting preferenceKonstantin Ritt2013-04-021-0/+1
* | Apply Qt-specific changes to the bundled FreeTypeKonstantin Ritt2013-04-028-7/+29
* | Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-0214-62/+130
* | Use Bionic's __pthread_cond_timedwait_relativeThiago Macieira2013-04-021-0/+15
* | Add a function to do the relative waits, simplifying the code a littleThiago Macieira2013-04-021-3/+8