[Xfce4-commits] [xfce/xfce4-settings] branch master updated (40410bc -> 8d9f040)

noreply at xfce.org noreply at xfce.org
Fri Mar 22 00:38:40 CET 2019


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       p   u   s   h   e   d       a       c   h   a   n   g   e       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-settings.

      from  40410bc   color: Indentation fixes
       new  8d9f040   display: Add profile support to the daemon

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                                        |   1 +
 common/Makefile.am                                 |  35 +++++++
 .../display-settings => common}/display-name.c     |   2 +-
 common/display-profiles.c                          | 105 +++++++++++++++++++++
 common/display-profiles.h                          |  25 +++++
 {dialogs/display-settings => common}/edid-parse.c  |   0
 {dialogs/display-settings => common}/edid.h        |   0
 {dialogs/display-settings => common}/xfce-randr.c  |   0
 {dialogs/display-settings => common}/xfce-randr.h  |   0
 configure.ac.in                                    |   1 +
 dialogs/display-settings/Makefile.am               |   9 +-
 dialogs/display-settings/main.c                    |   2 +-
 xfsettingsd/Makefile.am                            |   3 +-
 xfsettingsd/displays.c                             |  40 ++++++++
 14 files changed, 213 insertions(+), 10 deletions(-)
 create mode 100644 common/Makefile.am
 rename {dialogs/display-settings => common}/display-name.c (99%)
 create mode 100644 common/display-profiles.c
 create mode 100644 common/display-profiles.h
 rename {dialogs/display-settings => common}/edid-parse.c (100%)
 rename {dialogs/display-settings => common}/edid.h (100%)
 rename {dialogs/display-settings => common}/xfce-randr.c (100%)
 rename {dialogs/display-settings => common}/xfce-randr.h (100%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list