summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix EGL_BAD_MATCH when requesting a 16-bit surface with eglfs.Michael Brasser2013-02-191-1/+1
* Introduce a native font dialog for GTK+ 2.xJ-P Nurmi2013-02-193-1/+160
* Fix compilation with Clang on MacOS.Erik Verbruggen2013-02-191-10/+4
* Let QPlatformTheme decide which engine QIcon::fromTheme usesKevin Ottens2013-02-193-1/+24
* Mention offscreen platform plugin in QTestLib documentation.Samuel Rødal2013-02-191-0/+6
* Fixed EGLFS reporting impossibly high physical dimensions.Samuel Rødal2013-02-191-13/+62
* Doc: Fix some typosTakumi ASAKI2013-02-192-3/+3
* moc: Error out when detecting unterminated macro usageTor Arne Vestbø2013-02-191-0/+2
* QLocale: Added QStringRef overloads to toInt(), toUInt(), etc...Keith Gardner2013-02-183-0/+290
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-02-1843-188/+329
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1843-188/+329
| |\
| | * Remove QGraphicsProxyWidget crash in QWidget::hasFocus().Andreas Aardal Hanssen2013-02-181-0/+8
| | * Fix crash in somewhat faulty QGraphicsProxyWidget unit test.Andreas Aardal Hanssen2013-02-181-0/+2
| | * Fix call to QMetaObject::metaCall from updatePropertyDavid E. Narváez2013-02-161-2/+5
| | * SSL docs: Be more explicit about the threats of ignoring SSL errorsPeter Hartmann2013-02-162-5/+14
| | * Doc: Fixed typo "pragraphs" -> "paragraphs"Marcel Krems2013-02-151-2/+2
| | * Fix the GL_CONTEXT_FLAG_DEBUG_BIT checkFredrik Höglund2013-02-152-2/+10
| | * Track last visited directory for native file dialogs as well.Friedemann Kleint2013-02-153-0/+9
| | * Doc: Support for meta-content in manifest XML filesTopi Reinio2013-02-153-5/+65
| | * QSqlResult: fix parsing of bound SQL statementsIsrael Lins2013-02-151-21/+54
| | * Fix DB2 driver X64 Linux BuildKarim Pinter2013-02-151-1/+1
| | * Don't generate documentation for classes which are not availableAndy Shaw2013-02-151-0/+9
| | * qpsql: reuse QSqlResultPrivate::positionalToNamedBindingMark Brand2013-02-151-24/+3
| | * QSqlResultPrivate: parameterize fieldSerial function for parsingMark Brand2013-02-152-3/+8
| | * QSqlResultPrivate: parameterize input query for parsingMark Brand2013-02-152-15/+15
| | * move qFieldSerial() to static QSqlResultPrivate::fieldSerial()Mark Brand2013-02-152-6/+5
| | * Fixed error in QGLFramebufferObject and QOpenGLFramebufferObject docs.Samuel Rødal2013-02-152-4/+4
| | * Fix globalPos() in scrollwheel events on OSX.Josh Faust2013-02-141-5/+4
| | * Fixed crashes when using QImage in combination with QCoreApplication.Samuel Rødal2013-02-142-2/+5
| | * Fixed mouse double click events not bubbling up to parent widgets.Samuel Rødal2013-02-141-1/+1
| | * Fixed QOpenGLFramebufferObject docs to mention QOpenGLPaintDevice.Samuel Rødal2013-02-141-19/+15
| | * Fix the GL_CONTEXT_PROFILE_MASK checkFredrik Höglund2013-02-132-19/+8
| | * fix & simplify quotingOswald Buddenhagen2013-02-131-6/+6
| | * Fix the GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT checkFredrik Höglund2013-02-132-2/+2
| | * Check for GLX_ARB_create_context_profile before specifying a profileFredrik Höglund2013-02-131-1/+2
| | * Move TR_EXCLUDE to qdoc.pro.Friedemann Kleint2013-02-132-2/+2
| | * Mac: Fix transient scroll bar appearance.Christoph Schleifenbaum2013-02-131-7/+7
| | * fix platform conditional for using our gnuwin toolsOswald Buddenhagen2013-02-131-1/+1
| | * fix angle build under msysOswald Buddenhagen2013-02-131-6/+6
| | * remove useless unset()sOswald Buddenhagen2013-02-131-1/+0
| | * remove abuse of eval()Oswald Buddenhagen2013-02-131-2/+2
| | * produce shorter/nicer source pathsOswald Buddenhagen2013-02-131-2/+2
| | * qdoc: inherited members do not show up for QML componentsMartin Smith2013-02-1310-28/+59
| | * QSystemTrayIcon: fix the activation signalJ-P Nurmi2013-02-131-1/+1
| | * Fixed QT_NO_ACCESSIBILITY build.Bjoern Breitmeyer2013-02-134-10/+8
* | | Remove deprecated use of QMAKE_MAC_SDK in corewlan.proTor Arne Vestbø2013-02-181-3/+1
* | | 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-1820-15/+911