summaryrefslogtreecommitdiffstats
path: root/krandr/libkrandr.cc
Commit message (Collapse)AuthorAgeFilesLines
* Removed explicit usage of the 'register' keyword.Michele Calgaro2021-02-031-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit aa98dbfe80580169f3df12489a77e8b904a1d9b9)
* Fix wrong options to xrandr in tderandrRoman Savochenko2015-12-231-1/+1
| | | | | | | This resolves Bug 1913 Signed-off-by: Roman Savochenko <rom_as@oscada.org> (cherry picked from commit 4a9b7a937163733a75bc7ef6ffea8feb6713149f)
* Fix saving display config when Gamma is not supported by xrandrFrancois Andriot2013-05-241-10/+20
| | | | | This resolves Bug 1506 (cherry picked from commit 90c0f26c7c977c52e78246db83906807e0a109f5)
* Properly fix getting file name with ICC configurationSlávek Banko2013-05-151-18/+4
| | | | (cherry picked from commit 46fd5cba30603e692585d81ad4f1824231fd86b6)
* Cleanup output clutterSlávek Banko2013-04-271-5/+5
| | | | (cherry picked from commit 987dc667f267a536e918194ab13d7375c3ad5537)
* Fix display configuration module crashTimothy Pearson2012-11-231-4/+8
| | | | | This pertains to Bug 1334 (cherry picked from commit 1d811a999daaad4b36130e54f908cb030b598d6b)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-021-3/+3
| | | | (cherry picked from commit a51cd9949c4e6c726a84a61de3cfadd30cefb5c7)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-021-3/+3
| | | | (cherry picked from commit 984c25aa6969e55896e9a13c8e7f7b8a58991a4e)
* Prevent recursive loop if XRandR returns a warning or error message during ↵tpearson2011-10-081-6/+8
| | | | | | application of settings outside of Settings Test mode git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1257816 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Part 2 of prior committpearson2011-10-061-4/+8
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1257649 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix potential crash in libkrandr if number of monitors increases after ↵tpearson2011-10-051-26/+31
| | | | | | initial scan and before settings are applied git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1257359 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix krandr setting multiple displays as primarytpearson2011-10-041-1/+44
| | | | | | | Fix krandr silently failing to apply settings when underlying hardware does not support the requests git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1257190 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add DPMS support to libkrandrtpearson2011-09-031-0/+70
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1251242 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix display gamma setting crash in kdelibstpearson2011-09-011-0/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1250815 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add gamma support to libkrandrtpearson2011-08-251-8/+127
| | | | | | | | Fix primary display detect Fix memory leak git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1249376 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Stabilize fallback of display configurationtpearson2011-08-241-0/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1249203 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enhance libkrandr furthertpearson2011-08-241-4/+41
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1249200 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Large improvements to libkrandrtpearson2011-08-231-31/+157
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1249188 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Increase libkrandr functionalitytpearson2011-08-231-0/+566
| | | | | | | Part 1/2 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1248961 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix ICC configuration when spaces are present in file nametpearson2011-07-051-2/+2
| | | | | | | This closes Bug #400 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1239904 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix project linkstpearson2011-04-101-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1227518 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial conversion for TQt for Qt4 3.4.0 TP2tpearson2011-01-131-3/+3
| | | | | | | | This will also compile with TQt for Qt3, and should not cause any problems with dependent modules such as kdebase. If it does then it needs to be fixed! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert automated changestpearson2011-01-071-9/+9
| | | | | | | | Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1tpearson2011-01-031-9/+9
| | | | | | | NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-311-22/+22
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* KRandRTray fixes; minor compilation repairstpearson2010-07-201-0/+9
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1152360 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added profile "stickiness" support to krandr librarytpearson2010-05-021-0/+18
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1121682 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Extension to krandr library to add preliminary ICC color profile supporttpearson2010-05-021-0/+261
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1121679 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed rather embarrassing function naming conflict with low level RANDR librarytpearson2010-04-281-14/+14
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1120049 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added new central krandr library to handle everything related to dynamic ↵tpearson2010-04-281-0/+126
screen configuration In the future this will probably handle ICC profiles as well This will allow easy integration of screen configuration into other KDE programs and control center modules git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1119941 283d02a7-25f6-0310-bc7c-ecb5cbfe19da