summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qline.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1
* Make explicit that we expect co-ordinates to be finiteEdward Welbourne2021-02-041-11/+7
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-271-7/+5
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-01-051-5/+6
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-09-301-15/+24
* Fix some qdoc warnings: function names in "see also"Volker Hilsheimer2020-09-221-4/+4
* QLine: swap IntersectType and IntersectionTypeEdward Welbourne2020-08-281-9/+2
* QLineF: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-251-1/+0
* QLine: purge deprecated APIEdward Welbourne2020-07-271-56/+1
* QLine: eliminate M_2PI in favor of qmath.h's radian<->degree convertersEdward Welbourne2020-07-271-8/+3
* Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-04-211-2/+9
* Doc: Fix QLineF::IntersectionType enum nameLeena Miettinen2020-04-031-1/+1
* Doc: Correct non-link related qdoc compilation errorsNico Vertriest2020-01-141-1/+1
* QLineF: add intersects() as a replacement for intersect()Christian Ehrlicher2019-04-251-1/+25
* QLineF: mark angle(const QLineF&) as deprecatedChristian Ehrlicher2019-03-051-0/+2
* Doc: fix formatting error in QLineFEirik Aavitsland2018-11-111-4/+3
* doc: Add missing return types to \fn commands, fix mis-specified onesMartin Smith2018-01-181-1/+1
* Add QLineF::center() returning the point in the center of the lineLorenz Haas2016-05-271-0/+23
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Fix QLineF Detailed DescriptionSamuel Gaist2015-02-051-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QDebugStateSaver: call maybeSpace() in destructor.David Faure2014-03-131-6/+8
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-8/+8
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-3/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+2
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-10/+10
* QPoint/QPointF: inline manhattanLength(); QLineF: inline isNull()Marc Mutz2012-02-201-6/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Doc: Clarified the range of return values from QLineF::angle().David Boddie2011-09-261-2/+3
* 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/+867