summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qline.h
Commit message (Expand)AuthorAgeFilesLines
* Make explicit that we expect co-ordinates to be finiteEdward Welbourne2021-02-041-0/+2
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-01-051-6/+5
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-2/+2
* Add noexcept to QLine comparisonsAllan Sandfeld Jensen2020-10-301-3/+3
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-09-301-8/+5
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-9/+9
* Fix include style violation in qline.hFriedemann Kleint2020-09-021-1/+1
* QLine: swap IntersectType and IntersectionTypeEdward Welbourne2020-08-281-3/+4
* QLineF: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-251-3/+8
* QLineF::intersects(): Make the output parameter optionalSze Howe Koh2020-08-231-1/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-73/+73
* QLine: purge deprecated APIEdward Welbourne2020-07-271-8/+1
* Improve deprecation message for QLine::angle(QLine)Eirik Aavitsland2020-06-261-1/+1
* QLineF: add intersects() as a replacement for intersect()Christian Ehrlicher2019-04-251-2/+4
* QLineF: mark angle(const QLineF&) as deprecatedChristian Ehrlicher2019-03-051-0/+3
* Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-9/+9
* Add QLineF::center() returning the point in the center of the lineLorenz Haas2016-05-271-0/+14
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QtCore: Use Q_REQUIRED_RESULT in many more placesDavid Faure2014-04-111-7/+7
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Bump some Qt 5 to-do's to Qt 6.Jason McDonald2012-04-101-1/+1
* QtCore: add constexpr to geometric classesMarc Mutz2012-02-221-72/+70
* QPoint/QPointF: inline manhattanLength(); QLineF: inline isNull()Marc Mutz2012-02-201-0/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+424