summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix QWindowsClipboard crash when mimeData is NULL.Miikka Heikkinen2012-02-171-2/+5
* QDebug: Add support for %{pid}, %{appname} and %{threadid}David Faure2012-02-171-1/+22
* testlib: Skip test function if init() fails.Jason McDonald2012-02-171-1/+1
* Add support for querying an elided sub-string from QTextEngine.Andrew den Exter2012-02-162-20/+24
* Use english name to match font in windows platformjian liang2012-02-164-12/+238
* QDial: Fix crash when singleStep-property is 0.Friedemann Kleint2012-02-161-1/+3
* testlib: Remove obsolete version of QSKIP macro.Jason McDonald2012-02-161-11/+0
* Remove code related to test location.Jason McDonald2012-02-163-27/+0
* Use static-less QMetaType API in QVariant.Jędrzej Nowacki2012-02-161-4/+5
* Implement new static less API for QMetaType.Jędrzej Nowacki2012-02-163-10/+348
* Redirect libjpeg messages via qWarningDonald Carr2012-02-161-0/+9
* Qt Network: Added the \inmodule command in the class documentation.Michalina Ziemba2012-02-168-6/+15
* Drop QFile::fileEngineJoão Abecasis2012-02-165-51/+48
* qmetaobjectbuilder: Store only unique strings in the string tableKent Hansen2012-02-161-37/+53
* Don't hardcode the number 14 in meta-object generatorsKent Hansen2012-02-163-3/+7
* qmetaobjectbuilder: Add asserts to confirm validityKent Hansen2012-02-161-5/+12
* Include headers before QT_BEGIN_NAMESPACE.Xizhi Zhu2012-02-162-2/+3
* Add missing private headers to .pri.Xizhi Zhu2012-02-161-1/+6
* Fix ref counted window close handling.Stephen Kelly2012-02-168-23/+65
* Add QMetaType::FirstCoreType enum value.Jędrzej Nowacki2012-02-161-0/+1
* Add a ThemeChange event.Friedemann Kleint2012-02-168-0/+52
* Move the removal of the Quit event to QWindow.Stephen Kelly2012-02-152-3/+3
* Make the cmake tests work with a namespace build.Stephen Kelly2012-02-151-0/+3
* QHeaderView::moveSection performance boostThorbjørn Lund Martsum2012-02-152-245/+80