Revision d0ea4ff...
Go back to digest for 10th February 2013Features in KDE Base
Dan Vratil committed changes in [libkscreen] /:
Introduce new comfortable methods and an API break
- add KScreen::Output::isHorizontal() method that returns TRUE when
output is not rotated or is upside down
- rename KScreen::Output::currentMode property and respective methods
to currentModeId (because they actually return the ID, not the
KScreen::Mode)
- add KScreen::Output::currentMode() method that returns current
KScreen::Mode*
- rename KScreen::Output::preferredMode() to preferredModeId()
- add KScreen::Output::preferredMode() method that actually
returns KScreen::Mode*
- fix versioning and soname
File Changes
Modified 8 files
- CMakeLists.txt
- src/output.cpp
- src/output.h
- tests/testscreenconfig.cpp
- tests/testxrandr.cpp
- backends/xrandr/xrandrconfig.cpp
- backends/xrandr/xrandroutput.cpp
- backends/xrandr/xrandroutput.h
8 files changed in total