summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-22736-44430/+61566
|\
| * Fix "Unsupported extension used" errorGatis Paeglis2015-04-211-0/+3
| * remove redundant definition of ANGLE_ENABLE_D3D11Oswald Buddenhagen2015-04-211-1/+1
| * Enhance QWindow::devicePixelRatio() docsLaszlo Agocs2015-04-211-0/+4
| * Remove libs that are already set by the mkspec.Bjoern Breitmeyer2015-04-211-2/+1
| * Cocoa integration - invalid window stateTimur Pocheptsov2015-04-211-1/+2
| * Understand file:/ url's as localAleix Pol2015-04-211-1/+2
| * Fix inconsistent overrides. [-Winconsistent-missing-override]Sérgio Martins2015-04-201-1/+1
| * QDir: fix int overflowNikita Baryshnikov2015-04-201-1/+1
| * QFileDialog: save settings to FileDialog group instead of serializedShawn Rutledge2015-04-202-35/+120
| * Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-204-0/+6
| * qdoc: Remove #ifdef Q_QDOC for uses of QPrivateSignalMartin Smith2015-04-2017-240/+48
| * Rework WinRT timer handlingOliver Wolff2015-04-202-165/+208
| * QPrintDialog - Let OSX handle PDF printingJohn Layt2015-04-171-5/+8
| * Implement a more direct headersclean checkThiago Macieira2015-04-172-1/+8
| * Remove separate SSE4 unpremultiply functionAllan Sandfeld Jensen2015-04-166-39/+45
| * Fix regression in compose table parsingGatis Paeglis2015-04-161-0/+4
| * QFileSystemEngine: optimize from...(qgetenv())Marc Mutz2015-04-161-5/+5
| * Cocoa: Remove NSMenuItem setEnabled used in wrong way.Christoph Schleifenbaum2015-04-161-2/+1
| * Avoid signed-unsigned warning on OS XLaszlo Agocs2015-04-161-1/+1
| * Avoid warnings with clang 6Laszlo Agocs2015-04-161-3/+1
| * Add matching by GL_VENDOR to QOpenGLConfigLaszlo Agocs2015-04-163-15/+56
| * The default wrap mode is REPEATLaszlo Agocs2015-04-161-4/+6
| * Map X11 AudioPause buttonAllan Sandfeld Jensen2015-04-161-0/+1
| * windows: Add a version test to the Intel HD blacklistLaszlo Agocs2015-04-161-1/+5
| * Fix crash when qt compiled with dbus support and no dbus interface.Michal Klocek2015-04-161-2/+6
| * Fix compilation error (OS X 10.8, warnings as errors)Timur Pocheptsov2015-04-161-1/+1
| * OS X: Do not re-create tracking areas over and over againEike Ziller2015-04-162-18/+13
| * QScopedValueRollback: add two strategic qMove()sMarc Mutz2015-04-161-2/+2
| * QScopedValueRollback: use ctor-init-listMarc Mutz2015-04-161-4/+2
| * QSignalBlocker: mark all functions as noexceptMarc Mutz2015-04-162-15/+15
| * QList: make QListSpecialMethods dtors protectedMarc Mutz2015-04-163-1/+14
| * qdoc: Properly document "private" signalsMartin Smith2015-04-168-3/+49
| * Optimize non-native bilinear transformsAllan Sandfeld Jensen2015-04-161-12/+33
| * Fix screen detection on configureNotifyPaul Olav Tvete2015-04-161-1/+2
| * Fix compilation of xcb-qt without system xcb headersKai Koehne2015-04-161-2/+2
| * Pass on the auto repeat information for key eventsAndy Shaw2015-04-153-13/+12
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-1580-9007/+17921
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-1580-9007/+17921
| | |\
| | | * Upgrade PCRE to r1546Giuseppe D'Angelo2015-04-126-67/+126
| | | * Update bundled libpng to version 1.6.17Eirik Aavitsland2015-04-0930-8828/+17657
| | | * Add a null pointer check for parent before derefencing itAndy Shaw2015-04-091-1/+1
| | | * Add a cast to glTexImage2D to keep QNX happyLaszlo Agocs2015-04-081-1/+1
| | | * Windows: Fix -no-widgets buildAndy Shaw2015-04-072-5/+1
| | | * Fix QNX and Blackberry -qtnamespace buildSérgio Martins2015-04-019-6/+27
| | | * Windows: Do not crash if SSL context is gone after root cert lookupDaniel Molkentin2015-04-011-1/+1
| | | * Use allConfigurations instead of onlineConfigurations in isOnline()Albert Astals Cid2015-04-011-1/+3
| | | * QSslSocket: try to send all data on close()Alex Trotsenko2015-04-011-1/+1
| | | * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-3125-88/+88
| | | * Explicitly cast to a uint to fix a compile errorAndy Shaw2015-03-311-1/+1