summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc:added doc to undocumented functionsNico Vertriest2015-07-2227-36/+375
* Replace old C-style castAndré Klitzing2015-07-221-2/+2
* xcb: Ignore disabling of outputs in the middle of the mode switchAlexander Volkov2015-07-221-5/+13
* When a screen comes back online, the windows need to be told about itRalf Jung2015-07-221-0/+8
* QTimeZone: Convert fractional timezones properly.Cesar Garcia Naranjo2015-07-211-6/+13
* Doc: update the Q_OS_MAC documentation to be less misleadingThiago Macieira2015-07-211-1/+1
* Protect against a null widget pointer.Volker Krause2015-07-211-1/+1
* qglobal: Clarify that Q_OS_WINRT also implies Q_OS_WINSebastian Schuberth2015-07-211-1/+1
* Windows: Fix handling of cursor flash time.Friedemann Kleint2015-07-211-1/+1
* Windows: register alias for application fontJian Liang2015-07-202-5/+11
* Remove attempt at detecting compile-time HLEThiago Macieira2015-07-202-5/+1
* Fix Q_BASIC_ATOMIC_INITIALIZER for std::atomicThiago Macieira2015-07-201-3/+3
* QtCore: Fix const correctness in old style castsThiago Macieira2015-07-2012-37/+38
* QtTest: fix build error with -no-guiTasuku Suzuki2015-07-201-2/+9
* Fix build with clang 3.7Bernhard Rosenkränzer2015-07-201-4/+4
* Also disable constexpr support in ICC with MSVC before MSVC2015Thiago Macieira2015-07-181-0/+3
* Don't complain about missing CPU features under ValgrindThiago Macieira2015-07-181-1/+10
* Fix GCC 4.9 warning about repeated attributesThiago Macieira2015-07-181-1/+1
* Map Shift+Tab to Shift+Backtab in evdevkeyboardLaszlo Agocs2015-07-171-8/+14
* QDir::removeRecursively(): Retry file deletion with write permission set.Friedemann Kleint2015-07-171-4/+12
* forkfd: update the API to add a reading and closing functionThiago Macieira2015-07-173-35/+87
* Don't complain about non-matching Qt versions in qwidget.cppThiago Macieira2015-07-171-1/+8
* Set Q_CC_INTEL to the ICC version when in MSVC compat modeThiago Macieira2015-07-161-1/+1
* Improve ICC compatibility with older MSVC versions (up to 2010)Thiago Macieira2015-07-161-0/+10
* Disable thread-safe statics for MSVC 2015: they're brokenThiago Macieira2015-07-161-1/+2
* Fix broken gpu blacklist matching in the windows pluginLaszlo Agocs2015-07-161-1/+1
* Add warning for malformed logging ruleTasuku Suzuki2015-07-161-13/+16
* Define friend functions of QSslEllipticCurve outside of classKai Koehne2015-07-161-4/+8
* Fix crash in QOpenGLTextureSean Harmer2015-07-151-0/+2
* ssl: improve SecureTransport error loggingJeremy Lainé2015-07-151-42/+45
* QWindowsVistaStyle: Don't use new style background on Controls ComboBoxGabriel de Dietrich2015-07-151-0/+2
* Fix alignment of 64-bit atomics on iOSThiago Macieira2015-07-151-1/+4
* Fix the printing of the ms-since-boot in %{time boot}Thiago Macieira2015-07-151-2/+3
* Fix change-of-sign warning with ICCThiago Macieira2015-07-151-1/+2
* Fix compilation with GCC 4.9.2 and up in debug modeThiago Macieira2015-07-151-2/+2
* Set the state of QTemporaryFileEngine properly prior to reopeningThiago Macieira2015-07-153-14/+28
* Fix build on FreeBSD: kinfo_getproc is in libutilThiago Macieira2015-07-151-0/+1
* fix running libQtCore.so failureTasuku Suzuki2015-07-151-1/+1
* Make sure to report correct NetworkAccessibilityLorn Potter2015-07-152-8/+19
* QDial: remove documentation for non-existent functions.Mitch Curtis2015-07-141-3/+2
* Mangle QNSApplication and methods into a namespaceMelanie Cappelaere2015-07-141-10/+10
* Windows: Fix crash when using wmain() and passing a fake argv.Friedemann Kleint2015-07-131-1/+1
* ssl: fix SecureTransport handling of remote host disconnectJeremy Lainé2015-07-131-1/+6
* QComboBox: Fix compilation with QT_NO_COMPLETERChristoph Schleifenbaum2015-07-131-0/+2
* doc: Correction in access(): signals are now publicAlejandro Exojo2015-07-121-2/+3
* Add support for PNG to QWindowsMimeImage::convertFromMime().Friedemann Kleint2015-07-101-2/+11
* Windows XP style: Pass widget to XPThemeData.Friedemann Kleint2015-07-102-4/+4
* Rcc: Do not output empty lines when listing .qrc contentshjk2015-07-081-1/+2
* docs: QGraphicsWidget: Remove outdated statementSérgio Martins2015-07-081-3/+0
* xcb: set SM_CLIENT_ID propertyStefan Becker2015-07-085-37/+57