summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QtCore: add some more Q_DECL_NOTHROWMarc Mutz2015-01-215-13/+11
* QSslEllipticCurve: enable NRVO in *Name() methodsMarc Mutz2015-01-211-8/+4
* QSslEllipticCurve: don't call QSslSocketPrivate::ensureInitialized() in const...Marc Mutz2015-01-211-4/+0
* QSslEllipticCurve: add missing noexceptMarc Mutz2015-01-212-4/+4
* QSslEllipticCurve: remove unneeded includes from headerMarc Mutz2015-01-211-2/+0
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-21200-1282/+2403
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-21200-1282/+2403
| |\
| | * windowflags test: Fix showing which flags are setSérgio Martins2015-01-191-1/+4
| | * Bump versionOswald Buddenhagen2015-01-191-2/+2
| | * FusionStyle: Don't try to draw null pixmapsUlf Hermann2015-01-191-0/+3
| | * QIncrementalSleepTimer: Use QElapsedTimer instead of QTimeDaniel Teske2015-01-191-3/+3
| | * Doc: Fix typosSze Howe Koh2015-01-1910-12/+12
| | * Doc: Remove references to QOpenGLContext::destroy()Sze Howe Koh2015-01-191-6/+8
| | * Fix a crash in QPlainTextEdit::documentChangedPierre Rossi2015-01-192-2/+34
| | * Respect the hotspot passed in for the cursorAndy Shaw2015-01-191-3/+5
| | * Account for pixmap's device pixel ratio when calculating the label sizeAndy Shaw2015-01-191-5/+7
| | * Only call ShowWindow() once when going from FullScreen to MaximizedAndy Shaw2015-01-191-11/+9
| | * QFreeList: fix undefined behaviorMarc Mutz2015-01-191-1/+1
| | * QTextFormat: fix undefined behaviorMarc Mutz2015-01-191-1/+1
| | * QByteArrayMatcher: fix undefined shiftMarc Mutz2015-01-191-1/+1
| | * QBenchmarkResult: fix uninitialized valueMarc Mutz2015-01-191-0/+1
| | * Fix QPrinter::setPaperSize regression when using QPrinter::DevicePixelDavid Faure2015-01-192-2/+15
| | * Autotest: Selftests fail in UTC timezoneRainer Keller2015-01-196-7/+6
| | * Fix compilation with Apple Clang 425Thiago Macieira2015-01-171-2/+10
| | * Move enabling of C++11 Unicode Strings with ICC from 12.1 to 14.0Thiago Macieira2015-01-171-1/+1
| | * Diaglib/Event filter: Output application state on focus events.Friedemann Kleint2015-01-161-4/+70
| | * Fix stylesheet crash.Morten Johan Sørvig2015-01-161-2/+2
| | * Add missing AppDataLocation caseMorten Johan Sørvig2015-01-161-0/+1
| | * Update printer metrics after resolution change.Marcel Krems2015-01-161-0/+2
| | * Correction on bound values in case of repeated QSqlQuery::execBatchEric Lemanissier2015-01-162-0/+31
| | * fix MSVC target architecture detection for amd64_x86Joerg Bornemann2015-01-161-15/+42
| | * iOS: add AppIcon asset name to Xcode projectRichard Moe Gustavsen2015-01-161-0/+15
| | * Doc: verb "to layout" changed to "to lay out"Nico Vertriest2015-01-161-4/+4
| | * Doc: added entry for link to main page Qt CreatorNico Vertriest2015-01-162-99/+4
| | * Doc: define target voor function qsnprintf()Nico Vertriest2015-01-161-0/+1
| | * Doc: link issues in corelibNico Vertriest2015-01-162-5/+16
| | * Turn off font hinting when we do high DPI scalingPaul Olav Tvete2015-01-165-2/+21
| | * Fix constantly growing window bug with devicePixelRatioPaul Olav Tvete2015-01-161-6/+10
| | * Android: Fix QLayout testsEskil Abrahamsen Blomfeldt2015-01-163-0/+14
| | * Android: Fix QDirModel testsEskil Abrahamsen Blomfeldt2015-01-163-3/+48
| | * Android: Fix QSideBar testEskil Abrahamsen Blomfeldt2015-01-161-0/+6
| | * Android: Skip QProcess_and_GuiEventLoop testEskil Abrahamsen Blomfeldt2015-01-161-0/+4
| | * Fix QRawFont test when used with bundled FreeTypeEskil Abrahamsen Blomfeldt2015-01-161-19/+23
| | * Android: Fix QImageReader testEskil Abrahamsen Blomfeldt2015-01-162-0/+10
| | * Windows: Use DND effect chosen in DragEnter/Move for Drop.Friedemann Kleint2015-01-161-1/+1
| | * Autotest: Find all autotests due to changed naming conventionsRainer Keller2015-01-161-27/+14
| | * Benchmarks: Build gui benchmarks only when gui module availableRainer Keller2015-01-161-1/+1
| | * Fix namespacing of QNSViewMouseMoveHelperFrederik Gladhorn2015-01-162-5/+5
| | * Fix inlining order of functions in qpathclipper_p.h.Friedemann Kleint2015-01-161-16/+16
| | * Fix compilation with older MSVC: use qIsNan instead of isnanThiago Macieira2015-01-151-2/+2