Jonas Ådahl
0873e3812b
backends: Rename MetaMonitorMode to MetaCrtcMode
...
The MetaMonitorMode referred to the mode of a CRTC, and with the future
introduction of a MetaMonitor, theh old name would be confusing.
Instead call it what it is.
https://bugzilla.gnome.org/show_bug.cgi?id=777732
2017-01-25 16:28:53 +08:00
Jonas Ådahl
1650c35e38
monitor-manager: Rename MetaCRTC(Info) to MetaCrtc(Info)
...
Change to follow the naming convention used everywhere else. This means
changing CRTC to Crtc even though it is an abbreviation.
https://bugzilla.gnome.org/show_bug.cgi?id=777732
2017-01-25 16:28:53 +08:00
Jonas Ådahl
156c478ccb
tests/monitor: Add HiDPI test
...
This doesn't test the actual calculation, since that is done in the
backend, it only tests the configuration.
https://bugzilla.gnome.org/show_bug.cgi?id=777732
2017-01-25 16:28:53 +08:00
Jonas Ådahl
10e6eae0dd
tests/monitor: Add tiled monitor test
...
https://bugzilla.gnome.org/show_bug.cgi?id=777732
2017-01-25 16:28:53 +08:00
Jonas Ådahl
8a8ab6c673
tests/monitor: Test preferred mode
...
https://bugzilla.gnome.org/show_bug.cgi?id=777732
2017-01-25 16:28:53 +08:00
Jonas Ådahl
9e28303588
tests/monitor: Test one out of two outputs being off
...
https://bugzilla.gnome.org/show_bug.cgi?id=777732
2017-01-25 16:28:53 +08:00
Jonas Ådahl
6776329cf5
tests/monitor: Test two crtcs, one output
...
https://bugzilla.gnome.org/show_bug.cgi?id=777732
2017-01-25 16:28:53 +08:00
Jonas Ådahl
d920eaba4a
tests: Also make test case verification declarative
...
Set up the expected result in a declarative way in the same place as
the test case setup is declared. This way we have a completely
declarative way to create test cases.
https://bugzilla.gnome.org/show_bug.cgi?id=777732
2017-01-25 16:28:53 +08:00
Jonas Ådahl
376a76a082
tests: Make monitor test case setup more declarative
...
In order to more easily create more test cases, make the test case
setup more declarative.
https://bugzilla.gnome.org/show_bug.cgi?id=777732
2017-01-25 16:28:53 +08:00
Jonas Ådahl
c6d940d3b2
tests: Make monitor unit tests create initial config
...
This way we have both the test setup and testing in the same file.
https://bugzilla.gnome.org/show_bug.cgi?id=777732
2017-01-25 16:28:53 +08:00
Jonas Ådahl
12150c1ca7
tests: Add basic monitor configuration tests
...
The added test checks that two monitors are lied out on a row next to
each other.
https://bugzilla.gnome.org/show_bug.cgi?id=777732
2017-01-25 16:28:53 +08:00