summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Introduced QWindow::isExposed().Gunnar Sletta2012-02-185-0/+52
* Adding hasHeightForWidth as a virtual Widget funcionThorbjørn Lund Martsum2012-02-187-22/+20
* Added error reporting to QJsonParserAndrew Christian2012-02-184-23/+87
* QEasingCurve: return QVector for cubic spline representationMarc Mutz2012-02-182-5/+18
* Trivial doc fixRichard Moore2012-02-181-1/+1
* Document Q_PROCESSOR_* macrosBradley T. Hughes2012-02-182-0/+218
* Fix qclipboard autotest on Windows.Friedemann Kleint2012-02-181-4/+7
* Fix error handling in QHostInfo windows backendShane Kearns2012-02-171-10/+18
* Windows: Fix QWindow-test.Friedemann Kleint2012-02-172-11/+39
* qnamespace.qdoc: Add doco for new values of Qt::MouseButtonRick Stockton2012-02-171-3/+49
* Only define QT_NAMESPACE if it is used.Stephen Kelly2012-02-171-2/+4
* Ensure that Qt public headers compile with strict flagsDavid Faure2012-02-172-6/+6
* QProcess documentation typo fix and improvement.Rafael Roquetto2012-02-171-4/+4
* Mention QT_NO_STL in the QString documentationSimon A. Eugster2012-02-171-3/+3
* No need to stat with QFile::exists before QFile::open, for reading.David Faure2012-02-174-6/+6
* Remove unnecessary locking from QNetworkProxy constructorShane Kearns2012-02-171-17/+6
* Fix warnings about missing file.Friedemann Kleint2012-02-171-1/+1
* Fix handling of urls containing username/password in QNetworkAccessManagerShane Kearns2012-02-171-0/+10
* Fix incorrect use of QObject::disconnect in synchronous http requestShane Kearns2012-02-171-2/+4
* Update documentation to show NTLMv2 is supportedShane Kearns2012-02-171-4/+2
* QSize/QSizeF: add const versions of scale()/transpose()Marc Mutz2012-02-172-18/+85
* Fix another typo in the evdev keyboard plugin.Friedemann Kleint2012-02-171-1/+1
* Widgets: Remove obsolete QGuiPlatformPlugin.Friedemann Kleint2012-02-175-248/+0
* Qt 5 plugin system: Fix handling of namespaced plugin classes.Friedemann Kleint2012-02-171-0/+4
* Fixed API in QWindow: visible() -> isVisible().Samuel Rødal2012-02-174-6/+14
* QStandardPaths implementation configured using JSONJeremy Katz2012-02-172-0/+186
* Windows: Fix compilation with -qtnamespaceKai Koehne2012-02-172-0/+8
* Remove unused config.tests from config.tests/mac/*Bradley T. Hughes2012-02-171-10/+0
* Add palette() and further hints to QtGui/QPlatformTheme.Friedemann Kleint2012-02-1730-238/+846
* Plugin loader: Output offending plugin name in warning.Friedemann Kleint2012-02-171-1/+2
* Convert jpeg plugin to new formatLars Knoll2012-02-174-13/+71
* Convert ico plugin to new format.Lars Knoll2012-02-174-18/+72
* Convert GIF plugin to the new formatLars Knoll2012-02-174-13/+72
* Enables QProcess back on QNX.Rafael Roquetto2012-02-174-18/+160
* Static plugins don't break QFactoryLoader::keys()Lincoln Ramsay2012-02-171-1/+1
* Fix naming of plugins for QPA plugins and use new plugin system.Friedemann Kleint2012-02-1714-10/+37
* Remove usages of QT_ARCH and QT_ARCH_* from qtbaseBradley T. Hughes2012-02-1710-25/+26
* Some small doc fixes, typos and removal of one incorrect paragraphAndy Shaw2012-02-174-11/+6
* Don't render glyph with FT with fetchMetricsOnlyJiang Jiang2012-02-171-1/+1
* Ensure that QSqlDatabase::database() is still thread-safeAndy Shaw2012-02-171-4/+1
* Ensure the header's context menu is in sync with the visible sectionsAndy Shaw2012-02-171-1/+12
* Use ctest to run all tests and print output.Stephen Kelly2012-02-171-4/+2
* Only define QT_NAMESPACE if it is used.Stephen Kelly2012-02-171-2/+4
* [QTBUG-22847] Compile with C++11 compilerMarc Mutz2012-02-172-4/+4
* xcb: avoid use of statically-sized QListMarc Mutz2012-02-171-18/+15
* Make sure to print short text for QSslCertifictaeExtension.Casper van Donderen2012-02-171-1/+2
* QMimeData: export URLs as text tooDavid Faure2012-02-171-1/+27
* Remove historical +1 from font height calculationEskil Abrahamsen Blomfeldt2012-02-178-20/+15
* Avoid loading and keeping unused fallback font enginesEskil Abrahamsen Blomfeldt2012-02-1714-8/+235
* Base active window handling on WM_SET/KILLFOCUS.Friedemann Kleint2012-02-173-6/+15