summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QStringView/QLatin1String: add trimmed()Marc Mutz2017-05-165-0/+66
* QLatin1String: add constructor from pointer pairMarc Mutz2017-05-162-0/+20
* QStringView: add constructor from pointer pairMarc Mutz2017-05-162-0/+24
* Move Q_REQUIRED_RESULT to first in line in qstringalgorithms.hMarc Mutz2017-05-161-8/+8
* xcb: rename QXcbConnection::{setButton,buttons,m_buttons}Gatis Paeglis2017-05-163-18/+18
* Simplify code by factoring out brush transformation for gradientsEirik Aavitsland2017-05-151-51/+33
* QMacStyle: Move disclosure triangle into cocoaCell() logicGabriel de Dietrich2017-05-152-11/+11
* QMacStyle: Use NSStepperCell for QSpinBox buttonsGabriel de Dietrich2017-05-152-65/+71
* QMacStyle: Remove a couple void *, dead codeGabriel de Dietrich2017-05-152-20/+13
* QMacStyle: Move NSScrollers into cocoaControl() logicGabriel de Dietrich2017-05-152-15/+11
* QMacStyle: Refactor NSGraphicsContext setup logicGabriel de Dietrich2017-05-152-24/+30
* QMacStyle: Remove brushed metal related codeGabriel de Dietrich2017-05-151-70/+17
* QMacStyle: Replace QAquaWidgetSize with WidgetSizePolicyGabriel de Dietrich2017-05-153-219/+207
* QMacStyle: Replace HIRect, HIPoint with CGRect, CGPointGabriel de Dietrich2017-05-152-116/+101
* QMacStyle: Remove HITheme for CE_MenuItem, etc.Gabriel de Dietrich2017-05-151-122/+69
* macOS: Guard on platform window instead of window delegate in QNSWindowHelperTor Arne Vestbø2017-05-121-2/+2
* Make relation of currentChildBeingDeleted and isDeletingChildren more obviousBernhard Übelacker2017-05-121-1/+1
* QMacStyle: Remove HIShapeGetBounds hackGabriel de Dietrich2017-05-122-21/+11
* QMacStyle: Get rid of GetTheme* metric functionsGabriel de Dietrich2017-05-121-68/+143
* Cocoa QPA: De-Carbonize system palettesGabriel de Dietrich2017-05-121-68/+33
* Add debug operator for QOpenGLTextureFriedemann Kleint2017-05-112-0/+46
* QOpenGLTexturePrivate::destroy(): Make error messages more verboseFriedemann Kleint2017-05-111-2/+11
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devFrederik Gladhorn2017-05-116-42/+56
|\
| * Merge remote-tracking branch 'origin/5.9' into devFrederik Gladhorn2017-05-106-42/+56
| |\
| | * Fix missing handling of columns when merging selection rangesFilippo Cucchetto2017-05-091-1/+2
| | * macOS: Add a few more platform window checks in QNSViewTor Arne Vestbø2017-05-081-27/+33
| | * Windows QPA: Call InvalidateRect() for GL windows when Aero is offFriedemann Kleint2017-05-081-8/+13
| | * Warn if files are not found because of features.filesystemiteratorStephan Binner2017-05-081-0/+2
| | * Use QNetworkReply::ProtocolFailure in HTTP/2 failuresThiago Macieira2017-05-081-4/+4
| | * Remove some more register keywordsMarc Mutz2017-05-061-2/+2
* | | Make QWindow::setVisible() work for widgetsMorten Johan Sørvig2017-05-115-69/+104
|/ /
* | Make qNextPowerOfTwo constexpr when building as C++14Tor Arne Vestbø2017-05-091-14/+8
* | macOS: Reduce usage of m_nsWindow to manipulate the view's NSWindowTor Arne Vestbø2017-05-094-114/+141
* | Add QDebug operator for QFileInfoShawn Rutledge2017-05-092-0/+16
* | macOS: Reduce usage of m_nsWindow in favor of isContentView()Tor Arne Vestbø2017-05-083-42/+44
* | macOS: Add root level NSAutoreleasePool for objects autoreleased in main()Tor Arne Vestbø2017-05-083-0/+60
* | QMimeType: add Q_GADGETAlberto Mardegan2017-05-082-19/+89
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-07159-613/+4754
|\|
| * Fix description starting with a fullstopFrederik Schwarzer2017-05-051-1/+1
| * Prevent 2 unnecessary QString allocations for QString::number(0u)Erik Verbruggen2017-05-051-3/+6
| * QHash/QMultiHash: fix operator==Giuseppe D'Angelo2017-05-051-10/+18
| * QtCore: include mocsThiago Macieira2017-05-0544-1/+105
| * QInternal::unregisterCallback: don't crash on unregistering during exitThiago Macieira2017-05-051-2/+4
| * AreArgumentsCompatible: Replace a derived struct with template aliasThiago Macieira2017-05-051-1/+1
| * QClipboard: make dataChanged() signal work on AndroidOleg Yadrov2017-05-044-7/+39
| * Doc: Do not abbreviate directory in documentationKai Koehne2017-05-041-5/+5
| * Doc: Add information about styling QTableView::indicatorVenugopal Shivashankar2017-05-043-0/+12
| * QMenu: Ensure popup() gets the right screen geometryGabriel de Dietrich2017-05-041-9/+11
| * alloca: detect whether alloca.h existsOswald Buddenhagen2017-05-031-0/+7
| * QCFSocketNotifier: fix registering a source in the run loopAlex Trotsenko2017-05-031-2/+11