lp:~sforshee/+junk/powerd-display-request

Created by Seth Forshee and last modified
Get this branch:
bzr branch lp:~sforshee/+junk/powerd-display-request
Only Seth Forshee can upload to this branch. If you are Seth Forshee please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Seth Forshee
Status:
Development

Recent revisions

45. By Seth Forshee

powerd-cli: Fix incorrect number of loop iterations in runDisplayTests()

TEST_NUM_SYS_REQUESTS was used instead of TEST_NUM_DISP_REQUESTS
in a couple of places.

44. By Seth Forshee

powerd-cli: Fix incorrect element size for array returned by listDisplayRequests()

This is using sizeof(PublicSysRequest) instead of
sizeof(PublicDispRequest).

43. By Seth Forshee

powerd-cli: Fix uninitialized varibles in display tests

42. By Seth Forshee

powerd-cli: Fix processing of values returned by listDisplayRequests

The arguments are in a different order than in powerd, and the
wrong index is used for the flags. Fix these, and also add a
missing space in the output.

41. By Seth Forshee

powerd-cli: Fix off-by-one error in display command arguemtn parsing

argv[argc] is one past the end of the array.

40. By Seth Forshee

Merge mfisch's changes for powerd-cli display request support

39. By Seth Forshee

Add DisplayPowerStateChange signal

This signal is not emitted yet but eventually will be for
display state changes. This commit only defines the format of
the signal.

38. By Seth Forshee

Add listDisplayRequests dbus interface

37. By Seth Forshee

Add requestDisplayState and clearDisplayState dbus interfaces

36. By Seth Forshee

Add basic infrastructure to support display state requests

Define the constants, structs, and internal interfaces required
to support display state request. Also implement internal
support for adding and removing requests. Requests currently
have no impact on the state of the display.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers