summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * Fix memory leak in qSetMessagePatternKai Koehne2015-02-021-2/+6
| | | | * Fix Qt over VNC with broken VisualInfoAllan Sandfeld Jensen2015-02-021-0/+12
| | | | * WinRT: Fix access to style hint instead of theme hintMaurice Kalinowski2015-02-021-1/+1
| | | | * Correct the version of ICC that has the constexpr bug fixedThiago Macieira2015-01-291-1/+4
| | | | * WINCE: Fix special case for toplevelAndreas Holzammer2015-01-291-0/+8
| | | | * Revert "Windows: Fix call of ToUnicode"Friedemann Kleint2015-01-291-8/+7
| | | * | logging: Check if uClibc has backtrace supportFatih Aşıcı2015-02-091-4/+11
| | | * | Fixed crash when adding items with spansJan Arve Saether2015-02-091-1/+1
| | | * | Listen to XI2 deviceChanged events to reset last positionAllan Sandfeld Jensen2015-02-092-10/+68
| | | * | Fix the look of inactive checkboxes in itemviews on OS X 10.10Andy Shaw2015-02-091-1/+4
| | | * | Document that setGraphicsEffect is not suitable for GL widgetsLaszlo Agocs2015-02-091-0/+3
| | | * | Qt 5 to-do in qpainterengineex_p.hSamuel Gaist2015-02-072-52/+2
| | | * | Replace blog.qt.digia.com with blog.qt.ioSergio Ahumada2015-02-061-2/+2
| | * | | Merge dev into 5.5Oswald Buddenhagen2015-02-23260-1993/+4787
| | |\ \ \
| | * | | | Remove __cdecl from Windows desktop atomicsThiago Macieira2015-02-201-1/+1
| | * | | | Windows: Refactor FreeType font database.Friedemann Kleint2015-02-201-100/+132
| | * | | | Add explanatory text to translated strings in font database.Friedemann Kleint2015-02-201-0/+2
| | * | | | Guarantee there is always a valid HFONT to get metrics forKonstantin Ritt2015-02-201-6/+7
| | * | | | [QFreetypeFace::addBitmapToPath] Get rid of unused paramKonstantin Ritt2015-02-202-3/+3
| | * | | | Fix MSVC 2013/64bit warnings about conversion from 'size_t' to 'int'.Friedemann Kleint2015-02-182-5/+5
| | * | | | PostgreSQL: Fix special floating point handling for 'float' types.Friedemann Kleint2015-02-181-15/+27
| | * | | | Use QPlatformWindow::mapToGlobal()/mapFromGlobal() for Qt::ForeignWindow.Friedemann Kleint2015-02-181-6/+10
| | * | | | Merge remote-tracking branch 'origin/dev' into 5.5Frederik Gladhorn2015-02-1769-376/+362
| | |\ \ \ \
| | * | | | | Fix QDebug cumulating operator<< with many Q_ENUMOlivier Goffart2015-02-174-24/+33
| | * | | | | Output the JSON binary data with printable charactersThiago Macieira2015-02-171-1/+7
| | * | | | | Use Clang 3.6's __builtin_assume in Q_ASSUMEThiago Macieira2015-02-171-1/+5
| | * | | | | Fix Intel compiler warning about change of signThiago Macieira2015-02-171-4/+4
| | * | | | | Fix compilation with ICC: failure to parse placement of Q_DECL_OVERRIDEThiago Macieira2015-02-173-3/+3
* | | | | | | qdoc: Fix generation of Doxygen tag filesTopi Reinio2015-02-251-8/+19
|/ / / / / /
* | | | | | Support all underline types in accessibilityBoris Dušek2015-02-251-1/+36
* | | | | | QCommandLineOption: fix wrong version number in \since tagDavid Faure2015-02-241-2/+2
* | | | | | Fix android menubar's menu not opening at the first press.Michal Klocek2015-02-231-0/+4
* | | | | | QCommandLineParser: add support for hiding options from --help.David Faure2015-02-233-0/+35
* | | | | | xcb: Expose the systemtray functions through platformheadersJørgen Lind2015-02-237-52/+181
* | | | | | GLX integration: code tidiesGiuseppe D'Angelo2015-02-231-4/+6
| |_|/ / / |/| | | |
* | | | | QCoreTextFontEngine: Cache face_id.Robin Burchell2015-02-222-7/+6
* | | | | QDateTime: cache the result of date.timeSpec() in QDebug op<<Marc Mutz2015-02-211-2/+3
* | | | | QDateTime: drop quotes in QDebug outputMarc Mutz2015-02-211-1/+2
* | | | | Restore binary compatibility in versioned OpenGL function classesDavid Morgan2015-02-212-71/+295
* | | | | Linux/XCB: added a missing arg to QXcbConnection::QXcbConnection callStéphane Chatty2015-02-201-1/+1
* | | | | Haiku: Extend QStorageInfo implementationTobias Koenig2015-02-201-2/+25
* | | | | Haiku: Use 'unknown' as QSysInfo::productType()Tobias Koenig2015-02-201-3/+0
* | | | | Remove BlackBerry PlayBook support.Rafael Roquetto2015-02-2012-406/+15
* | | | | Don't deploy networkmanager/connman/generic bearer on AndroidAlex Blasche2015-02-201-1/+1
* | | | | Fix warning-as-error about member not used with Clang 3.6Thiago Macieira2015-02-201-1/+1
* | | | | Do not attempt to unregister an unregistered dbus serviceAllan Sandfeld Jensen2015-02-202-2/+6
* | | | | Fix typo: properly write endianness.Lisandro Damián Nicanor Pérez Meyer2015-02-201-1/+1
* | | | | xcb: remove stray QDBusMenuConnection in QXcbNativeInterfaceShawn Rutledge2015-02-202-3/+1
* | | | | D-Bus system tray: properly check whether StatusNotifierHost availableShawn Rutledge2015-02-204-13/+10
* | | | | qdoc: Support documentation of JavaScriptMartin Smith2015-02-2022-941/+1022