D14368: Let edidDecodeFraction return float

2018-07-27 Thread Frederik Gladhorn
This revision was automatically updated to reflect the committed changes. Closed by commit R110:15aa08f36561: Let edidDecodeFraction return float (authored by gladhorn). REPOSITORY R110 KScreen Library CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14368?vs=38593&id=38623 REVISION D

D14368: Let edidDecodeFraction return float

2018-07-27 Thread Frederik Gladhorn
gladhorn updated this revision to Diff 38593. gladhorn edited the summary of this revision. gladhorn added a comment. arc mangled two patches again :( REPOSITORY R110 KScreen Library CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14368?vs=38421&id=38593 BRANCH arcpatch-D14368

D14368: Let edidDecodeFraction return float

2018-07-26 Thread Roman Gilg
romangg requested changes to this revision. romangg added a comment. This revision now requires changes to proceed. You use the `result` var of type float in an addition 10 times. Now the calculation is done with less precision. The git message should state why it's no problem. REPOSITORY

D14368: Let edidDecodeFraction return float

2018-07-25 Thread Frederik Gladhorn
gladhorn created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. gladhorn requested review of this revision. REVISION SUMMARY All uses of the function are QQuaternion setters which take floats. REPOSITORY R110 KScreen Lib