summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QMacStyle: Fix focus frame rendering in YosemiteJari Tenhunen2014-08-201-5/+14
* Mac Style: Fix QLineEdit frame in 10.10Jari Tenhunen2014-08-191-10/+8
* refactor disconnectFromFtp to remove cached entries when necessaryMatt Broadstone2014-08-182-12/+15
* Remove use of 'register' from Qt.Kevin Funk2014-08-1128-213/+213
* Fix Flickable mouse grab issue.Robert Griebl2014-08-061-0/+1
* Add handling of value-type lists to QDeclarativeExpression::evaluate()Robert Griebl2014-08-051-1/+13
* Fix at lot of QT_NO_ define guards for very tiny Qt builds.Robert Griebl2014-08-0517-0/+96
* Fix compilation warnings due to superfluous commas at the end of enums.Robert Griebl2014-08-052-4/+4
* Don't convert signed to unsigned when we need all 32bitAllan Sandfeld Jensen2014-07-301-2/+2
* qwidget_win.cpp: Initialize WINDOWPLACEMENT correctly.Friedemann Kleint2014-07-281-0/+1
* Fix compilation of QWinInputContext with Q_IME_DEBUG defined.Friedemann Kleint2014-07-281-13/+13
* Move the C++11 support macros to a central place.Raphael Kubo da Costa2014-07-231-39/+112
* QSslCertificate: blacklist NIC certificates from IndiaPeter Hartmann2014-07-101-0/+4
* Mac: Fix mixing unified and non-unified toolbarsDavid Garcia2014-06-181-1/+1
* network internals: do not try to cache a deleted entryPeter Hartmann2014-06-182-0/+12
* fix compilation errors with OS X 10.7 SDK or later for the Carbon flavorAshish Kulkarni2014-06-161-0/+56
* Use correct values for MAC_OS_X_VERSION_10_* defines.Jake Petroules2014-06-131-12/+47
* Properly escape bytearray data outside the ascii range when using a codecLars Knoll2014-06-121-2/+5
* Windows: Added Comma to list of possible numpad keysOliver Wolff2014-06-121-0/+1
* Cleanlooks style: Fix floating point exceptionAlexandre Rostovtsev2014-06-071-1/+1
* Update for OS X Yosemite.Jake Petroules2014-06-062-1/+8
* Fix trailing whitespace.Jake Petroules2014-06-061-1/+1
* QClipboard Windows debugging: fix compilation with VS2005.Samuel Gaist2014-06-021-3/+3
* Doc: be more explicit about need to set expected SSL cert in errorsArnaud Bienner2014-06-022-2/+4
* Fix QSysInfo::macVersion for OS X minor versions greater than 9.Jake Petroules2014-05-311-2/+3
* Fix raster graphics on X11 RGB30Allan Sandfeld Jensen2014-05-261-1/+1
* fix WINVER #ifdef for QS_TOUCH and QS_POINTERJoerg Bornemann2014-05-201-2/+2
* Tslib plugin: also apply missing release coordinate code to non-raw modeRolf Eike Beer2014-05-151-7/+6
* Tslib QWS: also apply missing release coordinate code to non-raw modeRolf Eike Beer2014-05-151-2/+2
* Memory and file descriptor leak in QFontCacheSimon Yuan2014-05-146-84/+55
* Restore dirty line logic in RenderInline::destroyAshish Kulkarni2014-05-091-1/+2
* Windows: Add missing colors to tooltip palette.Friedemann Kleint2014-05-091-0/+4
* Fix visual index lookup in QTreeViewPrivate::adjustViewOptionsForIndex().Friedemann Kleint2014-05-071-9/+2
* Fix MacOS build with SDK 10.7, XCode 4.3 and aboveWolfgang Bremer2014-05-071-2/+4
* Don't crash on broken GIF imagesLars Knoll2014-05-061-0/+7
* QMdiArea: Ignore events of other instances in the event filter.Friedemann Kleint2014-05-061-0/+3
* Don't use QAbstractButton::pixmap() as this will always return 0.Andy Shaw2014-05-061-2/+2
* Use WINVER instead of _MSC_VER for version check in qeventdispatcher_win.cpp.Joerg Bornemann2014-05-061-2/+2
* Fix - psql driver must format qdatetime using isoCristian Tarsoaga2014-05-051-2/+2
* fix include of private headerMark Brand2014-05-031-1/+1
* Refactor OS X bundle detection for QFileInfoSamuel Gaist2014-05-022-14/+66
* Vista Style: More menu item pixel fixes for QtQuick ControlsGabriel de Dietrich2014-04-221-2/+2
* Fix building of JSC with libc++.Raphael Kubo da Costa2014-04-221-6/+0
* QNX: Fix QDir::entryInfoList()Bernd Weimer2014-04-223-11/+12
* Fix compilation using MinGW 64 due to missing __cpuidAllen Winter2014-04-181-7/+7
* QDbus: Fix (!a == b) comparisonDavid Faure2014-04-181-1/+1
* Fix compilation of QtWebKit with MSVC 2013Ashish Kulkarni2014-04-171-2/+2
* Fix compilation of QtWebKit with MSVC 2012/2013Ashish Kulkarni2014-04-171-0/+16
* OS X: Make Qt application react on applicationShouldHandleReopenSamuel Gaist2014-04-171-0/+13
* Fix crash when deleting top level windows embedded into QGraphicsProxyWidget.Friedemann Kleint2014-04-151-0/+4