summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix typosSergio Ahumada2015-02-251-1/+1
* Improve setDefaultFormat docs regarding AA_ShareOpenGLContextsLaszlo Agocs2015-02-251-0/+6
* qiosmenu: Move "Done" button to the rightKai Uwe Broulik2015-02-251-4/+4
* Fix underline for centered textEskil Abrahamsen Blomfeldt2015-02-251-1/+1
* Allow QDistanceField to be directly constructed from a QPainterPath.Michael Brasser2015-02-252-0/+12
* Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-257-15/+21
* Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-2517-53/+53
* QSslSocket: Factor out error message about failure to set the elliptic curves.Friedemann Kleint2015-02-251-2/+7
* Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-2517-40/+40
* Correct typo in the Gujarati openType identififer.Michael Brüning2015-02-251-1/+1
* xcb: add qt.qpa.screen logging categoryShawn Rutledge2015-02-255-39/+66
* Ensure QGuiApplicationPrivate::screen_list is correctly populatedSandro Mani2015-02-255-24/+50
* Have XCB/Windows platform integration classes keep their own instance pointerSandro Mani2015-02-258-15/+26
* Fix QT_POSIX_IPC supportPasi Petäjäjärvi2015-02-254-5/+2
* Micro-optimize QApplication.Friedemann Kleint2015-02-251-16/+21
* Fix various qdoc-warnings.Friedemann Kleint2015-02-255-5/+5
* QtGui: Fix some qdoc-warnings.Friedemann Kleint2015-02-253-6/+6
* Remove documentation of QDBusIntrospection::Object::introspection.Friedemann Kleint2015-02-251-8/+0
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-2490-426/+607
|\
| * QtOpenGL: avoid crashing if creating a QGLContext sharing with the global QOp...Giuseppe D'Angelo2015-02-241-1/+1
| * Fix crash in QPainter::drawGlyphRun() when painter is not activeOlivier Blin2015-02-241-0/+5
| * Fix a division by zero when processing malformed BMP files.Richard J. Moore2015-02-241-0/+8
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-2420-45/+53
| * Doc: mod to correct OpenGL link errorNico Vertriest2015-02-241-1/+1
| * QWidgetWindow check valid widget geometryJørgen Lind2015-02-241-1/+1
| * Fix fusion style QPushButton icon on HiDPI modeMarko Kangas2015-02-241-4/+6
| * Merge "Merge remote-tracking branch 'origin/5.4.1' into 5.4" into refs/stagin...Thiago Macieira2015-02-244-1/+13
| |\
| | * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-184-1/+13
| | |\
| | | * fix non-git shadow buildsv5.4.1Oswald Buddenhagen2015-02-162-1/+2
| | | * Provide a native interface object from linuxfbLaszlo Agocs2015-02-112-0/+11
| * | | Timezones: Fix handling of offset-from-UTC QTimeZonesThiago Macieira2015-02-232-0/+11
| * | | QVector: fix use of invalid iterators in removeAll()Marc Mutz2015-02-221-1/+3
| * | | Fixing Qt5CoreConfigExtras.cmake.inBjoern Thiel2015-02-201-5/+5
| * | | qstorageinfo_unix.cpp: Fix build on SolarisDmitry Shachnev2015-02-201-3/+4
| * | | direct2d: Optimize dashed [poly]line drawingAndrew Knight2015-02-202-132/+119
| * | | Correct pixel type for depth textures on ESLaszlo Agocs2015-02-201-1/+3
| * | | Android: Fix local ref handling.Christian Strømme2015-02-174-6/+18
| * | | Android: fix timed QWaitCondition::wait() on Android >= 5.0.Yoann Lopes2015-02-171-5/+13
| * | | Make sure there's a scene before using itAlbert Astals Cid2015-02-171-2/+2
| * | | work around MSVC level 4 warningJoerg Bornemann2015-02-171-0/+1
| * | | Fix crash in QAccessibleTextWidget::attributes()Jan Arve Saether2015-02-171-8/+20
| * | | Make sure the QSplashScreen isn't closed instantly when calling finish()Andy Shaw2015-02-171-1/+4
| * | | Call [ofono|nm]Registered delayed in constructor otherwise signals will be lostAlbert Astals Cid2015-02-171-2/+2
| |/ /
| * | Ensure the filedialog shows the initial filenameAndy Shaw2015-02-161-1/+1
| * | xcb: Update mouse buttons from MotionNotify eventsAlexander Volkov2015-02-162-4/+11
| * | Update SQL plugin path within Qt's sourcesSamuel Gaist2015-02-162-26/+26
| * | Fix links in plural words.Florian Bruhin2015-02-163-6/+6
| * | Doc: clarify what QUrl::topLevelDomain actually doesThiago Macieira2015-02-161-0/+15
| * | QGuiApplication: revert b8d0fac5a9 (mouse event handling)Richard Moe Gustavsen2015-02-151-8/+6
| * | iOS: only flush non-user input events from layoutSubviewsRichard Moe Gustavsen2015-02-151-2/+3