summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Add a manual test for cursors in multi-screen/High DPI setups.Friedemann Kleint2015-11-253-1/+328
* | tst_QProcess: Remove macro QPROCESS_VERIFY().Friedemann Kleint2015-11-251-15/+7
* | tst_QItemModel: Register QAbstractItemModel::LayoutChangeHint.Friedemann Kleint2015-11-251-0/+8
* | QSignalSpy: Improve warning about unregistered parameter types.Friedemann Kleint2015-11-251-2/+5
* | Fix QTextLine::cursorToX()J-P Nurmi2015-11-251-3/+1
* | Ignore stuff created during testingEdward Welbourne2015-11-251-0/+5
* | Proof-reading fixes to QCoreApplication documentation.Edward Welbourne2015-11-251-20/+21
* | Doc: added sample to QFileOpenEvent class detailsSamuel Gaist2015-11-243-0/+147
* | Reduce the number of paint events for QOpenGLWidgetLaszlo Agocs2015-11-243-3/+16
* | tst_QNetworkReply: Fix repetitive invocation of cleanup().Friedemann Kleint2015-11-241-8/+6
* | tst_QImageReader: Fix file handling.Friedemann Kleint2015-11-241-8/+23
* | Doc: add links to new topics in Qt Creator Manual 3.6Leena Miettinen2015-11-241-0/+8
* | Revert "Fix deadlock when setting environment variables."Oliver Wolff2015-11-241-15/+0
* | tst_QImageWriter: Use QTemporaryDir.Friedemann Kleint2015-11-241-5/+3
* | xcb: Don't assume creating a window will result in ConfigureNotify eventTor Arne Vestbø2015-11-242-13/+3
* | Simplify a search for terminator.Edward Welbourne2015-11-241-7/+4
* | winrt: Fix text renderingMaurice Kalinowski2015-11-241-1/+2
* | Fix undefined behavior in qRgba().Tilo Nitzsche2015-11-241-2/+2
* | Fix deadlock when setting environment variables.Samuel Nevala2015-11-231-0/+15
* | Optimize QTextEngine::findItem() usage casesKonstantin Ritt2015-11-233-9/+10
* | QTextLine::cursorToX: Optimize by re-using the cached valuesKonstantin Ritt2015-11-231-10/+8
* | QTextLine::cursorToX: Always return the nearest valid cursor positionKonstantin Ritt2015-11-231-9/+9
* | Get rid of QT_USE_BUNDLED_LIBPNGKonstantin Ritt2015-11-232-6/+0
* | Doc: Online style: Decrease font size of enum tables' Value columnTopi Reinio2015-11-231-0/+3
* | Fix QT_CPU_FEATURESAllan Sandfeld Jensen2015-11-231-1/+1
* | QPI/Cocoa: QNSView - guard removeFromSuperview by autorelease poolTim Blechmann2015-11-232-0/+7
* | Windows: Fix the size of drag cursors in multi-screen setups.Friedemann Kleint2015-11-234-105/+111
* | Windows: Scale cursors from resource pixmaps according to screen.Friedemann Kleint2015-11-232-15/+34
* | Windows: Scale pixmap/bitmap cursors when High DPI scaling is active.Friedemann Kleint2015-11-232-7/+23
* | Windows: Create one QPlatformCursor per screen.Friedemann Kleint2015-11-234-17/+11
* | xcb: Fix windows opened from keyboard are not active on Marco or Xfwm4Błażej Szczygieł2015-11-231-1/+5
* | Send a paint after resize correctly from QOpenGLWidgetLaszlo Agocs2015-11-231-2/+1
* | Fix no-opengl build for texture backed widgetsLaszlo Agocs2015-11-231-0/+10
* | Mirclient: Avoid hardcoding the platform api choiceEirik Aavitsland2015-11-231-5/+0
* | QTextLine::cursorToX: Fix typo in the documentationKonstantin Ritt2015-11-221-1/+1
* | Use system libpng in bundled FT, if availableKonstantin Ritt2015-11-221-0/+4
* | tst_compiler: check more cases for RVALUE_REFSMarc Mutz2015-11-221-11/+75
* | OSX: fix build.Erik Verbruggen2015-11-211-1/+2
* | tst_compiler: check more cases for RANGE_FORMarc Mutz2015-11-201-0/+93
* | Windows: Implement QPlatformTheme::WheelScrollLines.Friedemann Kleint2015-11-201-0/+2
* | Windows: Fix calculation of frame offset for layered windows.Friedemann Kleint2015-11-201-1/+2
* | Windows: Refactor cursor handling.Friedemann Kleint2015-11-205-177/+112
* | Comment to point out problem with CRLF handling.Edward Welbourne2015-11-201-0/+1
* | Simplify a loop's set-up and control.Edward Welbourne2015-11-201-2/+2
* | Rework scan for keyword in preprocessor directive.Edward Welbourne2015-11-201-15/+11
* | Skip spaces (after #) earlier to catch blank line or end-of-buffer.Edward Welbourne2015-11-201-8/+12
* | Avoid having division caught up in parsing of comments.Edward Welbourne2015-11-204-17/+22
* | Readability clean-up (purely cosmetic).Edward Welbourne2015-11-201-93/+97
* | Rip out the #qmake_warning "preprocessor directive".Edward Welbourne2015-11-201-17/+1
* | Doc: added doc about removal option qmljsdebugger by QCoreApplicationNico Vertriest2015-11-191-2/+3