summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add more specific HTTP error codes to QNetworkReply::NetworkErrorMandeep Sandhu2014-01-304-4/+53
* Regenerate the Unicode tablesKonstantin Ritt2014-01-292-1464/+1465
* Introduce QChar::JoiningType enum and QChar::joiningType() methodKonstantin Ritt2014-01-296-56/+159
* REG: Fix font matching in FontConfigEskil Abrahamsen Blomfeldt2014-01-291-0/+4
* Ensure QImage::pixel() on RGB32 images returns valid QRgb valuesAllan Sandfeld Jensen2014-01-292-17/+13
* Round evenly in INV_PREMULAllan Sandfeld Jensen2014-01-292-1/+24
* QColorDialog: Streamline painting code of QColorLuminancePicker.Friedemann Kleint2014-01-291-7/+5
* Fix usage of QObjectPrivate::connect when q_func() is private.Olivier Goffart2014-01-292-3/+3
* resolve include paths against source dirOswald Buddenhagen2014-01-291-1/+4
* shell-quote include paths when not using a response fileOswald Buddenhagen2014-01-291-1/+3
* use the response file also for the default incdirsOswald Buddenhagen2014-01-291-2/+2
* use write_file() to create the response file with the includesOswald Buddenhagen2014-01-291-36/+11
* Windows: Simplify cursor code.Friedemann Kleint2014-01-291-44/+8
* Document Qt::NoFormatConversionAllan Sandfeld Jensen2014-01-291-2/+3
* [QNX] Implement the requestActivate functionFabian Bumberger2014-01-292-3/+52
* Tests for semi transparent blend on opaque formatsAllan Sandfeld Jensen2014-01-291-0/+110
* Fix performance regression in mirroring QBitmapAllan Sandfeld Jensen2014-01-291-1/+2
* QNX: Cleanup some issues in QPABernd Weimer2014-01-294-5/+9
* Fix tst_QLocale::windowsDefaultLocale().Friedemann Kleint2014-01-281-16/+35
* Fixed Drag and Drop driven by touch-synthesized mouse events.Friedemann Kleint2014-01-281-5/+102
* QNX: Create the egl context according to the version in QSurfaceFormatFabian Bumberger2014-01-282-4/+4
* [QNX] Introduce proper screen error handlingFabian Bumberger2014-01-2811-261/+332
* Fix application font removal when using FontConfigFabian Bumberger2014-01-285-113/+163
* QPrintDialog manual test: Break endless loop for invalid DPI.Friedemann Kleint2014-01-281-6/+11
* Add translator's comments to accessible names of dock widget buttons.Friedemann Kleint2014-01-281-0/+2
* QWindowsCursor: Add API for determining the cursor state.Friedemann Kleint2014-01-282-0/+23
* Windows: Refactor QWindowsOleDropSource.Friedemann Kleint2014-01-281-45/+69
* qprintengine_win.cpp: Fix assert when printing with custom page sizes.Friedemann Kleint2014-01-281-1/+1
* tst_qcolumnview: Set layout direction on widgets instead of application.Friedemann Kleint2014-01-281-9/+8
* Explicitly use libstdc++ for non-C++11 static buildsTor Arne Vestbø2014-01-282-9/+9
* Ensure C++11 support matches between Qt and user projects for static buildsTor Arne Vestbø2014-01-281-2/+11
* If DblClick, do not deliver 'duplicated' MouseButtonPressRick Stockton2014-01-278-7/+81
* Use a fake directory model instead of QDirModel in item view tests.Friedemann Kleint2014-01-275-82/+201
* tst_qmdisubwindow: WindowCloseButtonHint is a standard window flag, tooBastiaan Veelo2014-01-271-1/+1
* Fix nested template declarations for non-C++11 buildsTor Arne Vestbø2014-01-271-4/+4
* moc: Make error message 'too many input files' more verbose.Friedemann Kleint2014-01-271-1/+1
* Improve direct2d backing store implementationLouai Al-Khanji2014-01-2711-206/+340
* Fix QArrayData checkKai Koehne2014-01-261-6/+3
* Enable adding/removing application fonts on iOSTor Arne Vestbø2014-01-252-18/+51
* Teach CoreText font db to handle application font files with multiple fontsTor Arne Vestbø2014-01-251-67/+59
* Use shared list of application fonts in CoreText font databaseTor Arne Vestbø2014-01-252-22/+24
* iOS: Disable tests for all other modules than qtbaseTor Arne Vestbø2014-01-251-0/+5
* Fix OS X/iOS SDK macros to be usable in combined expressionsTor Arne Vestbø2014-01-251-4/+4
* Don't rely on makedepend on OS XTor Arne Vestbø2014-01-251-6/+12
* Fix MSVC 64bit warnings about int64 truncation in tests.Friedemann Kleint2014-01-243-5/+5
* Fix MSVC-warnings about double to float truncation.Friedemann Kleint2014-01-243-31/+31
* Fix MSVC-warnings about stray */* in sources.Friedemann Kleint2014-01-242-2/+2
* Disable terminal keyboard on eglfs and linuxfbLaszlo Agocs2014-01-2410-50/+80
* eglfs: Fix physical screen size regression for some hooksLaszlo Agocs2014-01-243-4/+6
* eglfs: Upload only damaged areas into the texturesLaszlo Agocs2014-01-241-1/+0