summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some qdoc warnings.Friedemann Kleint2015-09-077-18/+22
* Fix macro in qthread_winAndrew Knight2015-09-071-1/+1
* Doc: Move selected \keywords to be \targets insteadTopi Reinio2015-09-078-23/+23
* qdoc: Fix issue with findNodeForTarget()Topi Reinio2015-09-071-7/+4
* qdoc: Introduce codeprefix & codesuffix, re-introduce codeindentTopi Reinio2015-09-078-12/+33
* qdoc: Correctly resolve non-function links that end in parenthesesTopi Reinio2015-09-071-22/+10
* winrt: Fix top level window geometry.Samuel Nevala2015-09-071-2/+3
* winrt: Add support for native pickers for Windows Phone.Samuel Nevala2015-09-073-43/+273
* Fix QSysInfo::windowsVersion() for good.Jake Petroules2015-09-061-83/+56
* Fix crash on exit caused by QStringLiteralsThiago Macieira2015-09-051-3/+6
* Add a window title for the QPrintDialog Properties dialogAndy Shaw2015-09-031-0/+1
* Testlib/Windows: Output crash information on stdout instead of stderr.Friedemann Kleint2015-09-031-9/+10
* WinRT: Fixed possible integer overflow in timer registration codeOliver Wolff2015-09-021-1/+2
* QUuid: Also use CoCreateGuid on WinRt/Winphone and WinCEOliver Wolff2015-09-021-3/+3
* Move min left/right bearing calculations to QFontEngine baseclassTor Arne Vestbø2015-09-028-76/+86
* Cocoa: Clean up context creation.Morten Johan Sørvig2015-09-021-5/+11
* QAbstractSocket: Always set errorString right after socketErrorKai Koehne2015-09-021-1/+1
* Windows: Improve debug output of mime conversion handling.Friedemann Kleint2015-09-014-34/+101
* winrt: Enable window visibility for the root window.Samuel Nevala2015-08-314-35/+174
* Declare StandardButton & ButtonRole types for cross-thread use.Samuel Nevala2015-08-312-0/+7
* winrt: Work around broken screen rotation on Windows Phone 8.1.Samuel Nevala2015-08-311-0/+1
* Document handleWindowSystemEvent()Morten Johan Sørvig2015-08-271-0/+13
* Implement threaded synchronous WS eventsMorten Johan Sørvig2015-08-272-8/+26
* Make flushWindowSystemEvents return ev. acceptedMorten Johan Sørvig2015-08-273-4/+19
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-2786-723/+1338
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-2686-723/+1338
| |\
| | * Cocoa: Fix backing store performance regression.Morten Johan Sørvig2015-08-253-15/+22
| | * Bump PCRE to r1594Giuseppe D'Angelo2015-08-2519-398/+643
| | * Fix potential crash in QWindowsWindow::setDropSiteEnabled().Friedemann Kleint2015-08-251-1/+1
| | * Windows/Input context: Update enabling of IME in in update(), too.Friedemann Kleint2015-08-252-3/+15
| | * iOS: calculate bounds in desktop view using transformed window bounds for bot...Richard Moe Gustavsen2015-08-251-1/+2
| | * QRasterPaintEngine: Don't detach QImageSérgio Martins2015-08-251-3/+3
| | * Doc: Mention Windows limitations in QFileInfo permission methodsKai Koehne2015-08-251-1/+15
| | * QWindowsMimeImage: Revert image format handling back to Qt 4.Friedemann Kleint2015-08-251-7/+2
| | * QNAM: Fix reply deadlocks on server closing connectionMarkus Goetz2015-08-202-1/+10
| | * Fix regression in reading certain compressed bmp imagesAndy Shaw2015-08-201-3/+3
| | * Fix unnecessary enter leave eventsJorgen Lind2015-08-201-2/+2
| | * Avoid overflow in QTime::addSecs with too big a number of secondsThiago Macieira2015-08-191-0/+1
| | * xcb: send QTabletEvent before QMouseEventShawn Rutledge2015-08-192-12/+13
| | * Doc: remove type() reference from QApplication and QGuiApplicationJulien Brianceau2015-08-182-4/+2
| | * QRegularExpression: fix matching over QStringRefsGiuseppe D'Angelo2015-08-181-24/+21
| | * Handle action events in QLineEditIconButton.Friedemann Kleint2015-08-182-4/+36
| | * egl: Do not do any further ops when context creation failsLaszlo Agocs2015-08-181-1/+2
| | * Fix potential SIGFPEs in QRasterizer::rasterizeLine()Joni Poikelin2015-08-181-14/+14
| | * Fix shortcuts with keypad keysAlexander Volkov2015-08-182-9/+7
| | * Do not add GLSL line statements for old driversLaszlo Agocs2015-08-171-5/+12
| | * Open menu on the third click on QMenuBar on X11Alexander Volkov2015-08-171-1/+1
| | * fix assertion in QProcess/WinJoerg Bornemann2015-08-171-2/+4
| | * QMimeDatabase: adapt to changes in shared-mime-info 1.3David Faure2015-08-161-3/+6
| | * QProcess: Ensure that the stdin buffer is cleared on start()Thiago Macieira2015-08-152-2/+3