summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated use of QMAKE_MAC_SDK in corewlan.proTor Arne Vestbø2013-02-181-3/+1
* Update feature paths on assignment to QMAKE_PLATFORMTor Arne Vestbø2013-02-182-1/+4
* Ensure that arch.test for host runs with option(host_build)Tor Arne Vestbø2013-02-184-4/+15
* Added QDebug support for QWindowSystemInterface::TouchPointShawn Rutledge2013-02-182-0/+11
* QScreen::refreshRate would return 0 on Mac OS XGunnar Sletta2013-02-181-1/+3
* Cocoa QPA: Make QCocoaMenu::menuItemAt() more robustGabriel de Dietrich2013-02-181-1/+4
* Added QOffscreenSurface class.Yoann Lopes2013-02-1822-48/+996
* KMS QPA Plugin: use preferred mode when selecting modeanknight2013-02-181-4/+8
* KMS QPA Plugin: use GBM cursor writeranknight2013-02-182-56/+19
* KMS QPA Plugin: .pro file improvementsanknight2013-02-181-2/+3
* Introduce macros for simplifying platform checks on Mac OS and iOSTor Arne Vestbø2013-02-182-2/+12
* Start using Availability.h over AvailabilityMacros.h on Mac OSTor Arne Vestbø2013-02-181-13/+16
* Don't override OS X deployment target unconditionally in qsystemdetection.hTor Arne Vestbø2013-02-181-4/+5
* Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-1825-157/+12
* Introduce a native file dialog for GTK+ 2.xJ-P Nurmi2013-02-183-1/+282
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-17383-2767/+28309
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-14383-2767/+28309
| |\
| | * If the libdir is absolute, make the config file non-relocatable.Stephen Kelly2013-02-131-0/+4
| | * Don't calculate the install prefix again in the extra cmake files.Stephen Kelly2013-02-134-16/+10
| | * QLocale: add autotests for Japanese and Czech localesEl Mehdi Fekari2013-02-121-0/+7
| | * Don't ignore QSurfaceFormat::Options in the XCB pluginFredrik Höglund2013-02-121-5/+15
| | * QNX: Fix QInputMethod::keyboardRectangleChanged() signalOleg Shparber2013-02-122-0/+7
| | * QNX: Fix qFatal() statements.Sergio Martins2013-02-121-5/+5
| | * Fix developer-build of qsslsocket_onDemandCertificates_member.Friedemann Kleint2013-02-121-4/+5
| | * Fixed QSurfaceFormat documentation about DebugContext requiring GL3+.Samuel Rødal2013-02-121-1/+0
| | * Fixed QPixmapCache associating path with wrong QPixmap.Samuel Rødal2013-02-122-0/+17
| | * Mac: Remove broken platformPluginPath code.Morten Johan Sørvig2013-02-121-9/+0
| | * QSqlQuery tests: fix create table failuresMark Brand2013-02-121-7/+16
| | * qpsql: fix spelling in commentMark Brand2013-02-121-2/+1
| | * QSqlQuery tests: fix bool test for postgresqlMark Brand2013-02-121-4/+6
| | * QSqlQuery tests: fix mysql problemsMark Brand2013-02-121-5/+14
| | * Cocoa: Export QImage <-> CGImage conversion funcs.Morten Johan Sørvig2013-02-125-23/+61
| | * move QSqlResultPrivate to private headerMark Brand2013-02-113-68/+140
| | * use install path as fallback when locating toolsOswald Buddenhagen2013-02-111-1/+1
| | * create tool pri file for syncqtOswald Buddenhagen2013-02-111-0/+23
| | * Fix regex for determining if a path is relative.Stephen Kelly2013-02-111-4/+4
| | * Fix QWindow::setFramePosition() to keep the size.Friedemann Kleint2013-02-112-2/+6
| | * Rename function to fix symbol clash in static buildKai Koehne2013-02-113-7/+7
| | * Remove Nokia from ssl linking exception.Frederik Gladhorn2013-02-116-8/+65
| | * exclude bootstrapped tools from lupdate message collectionOswald Buddenhagen2013-02-111-0/+2
| | * Fix devicePixelRatio getter for embedded QWindows.Morten Johan Sørvig2013-02-111-3/+1
| | * Fix module name format in displayed codeSze Howe Koh2013-02-114-8/+8
| | * When expanding up the tree, there is no need to expand above root.Stephen Kelly2013-02-101-1/+1
| | * Don't duplicate the 'top-level' include dir in all modules.Stephen Kelly2013-02-093-4/+16
| | * QSqlResult::savePrepare() simplify logicMark Brand2013-02-091-6/+5
| | * Include the CMake Extras file and the Macros file only once.Stephen Kelly2013-02-091-4/+4
| | * QSqlResult: consolidate SQL parsing for bindingIsrael Lins2013-02-091-26/+3
| | * QSqlResult: note in doc about misnamed methodMark Brand2013-02-091-0/+2
| | * fix QSqlTableModel:revert() for OnFieldChangeMark Brand2013-02-092-2/+82
| | * QNX: Add support for QInputMethod::keyboardRectangle()Oleg Shparber2013-02-085-5/+32