[Xfce4-commits] [xfce/xfce4-settings] branch master updated (3518045 -> 3903d0a)

noreply at xfce.org noreply at xfce.org
Thu Jul 10 03:34:41 CEST 2014


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

bluesabre pushed a change to branch master
in repository xfce/xfce4-settings.

      from  3518045   I18n: Update translation sr (100%).
       new  3903d0a   Introduction of a new drag-and-drop display settings dialog. This new dialog works more reliably and is significantly easier to use with multiple monitors. It is based on the MATE Display Settings dialog, while maintaining the Xfce flair.

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:
 dialogs/display-settings/Makefile.am          |    9 +-
 dialogs/display-settings/display-dialog.glade |  113 +-
 dialogs/display-settings/display-name.c       |   36 +-
 dialogs/display-settings/edid-parse.c         |  444 +++---
 dialogs/display-settings/edid.h               |  206 +--
 dialogs/display-settings/foo-marshal.c        |  280 ++++
 dialogs/display-settings/foo-marshal.h        |   67 +
 dialogs/display-settings/main.c               | 1832 +++++++++++++++++++------
 dialogs/display-settings/scrollarea.c         | 1433 +++++++++++++++++++
 dialogs/display-settings/scrollarea.h         |  137 ++
 dialogs/display-settings/xfce-randr.c         |  168 +--
 dialogs/display-settings/xfce-randr.h         |   54 +-
 xfsettingsd/debug.c                           |    2 +-
 13 files changed, 3793 insertions(+), 988 deletions(-)
 create mode 100644 dialogs/display-settings/foo-marshal.c
 create mode 100644 dialogs/display-settings/foo-marshal.h
 create mode 100644 dialogs/display-settings/scrollarea.c
 create mode 100644 dialogs/display-settings/scrollarea.h

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


More information about the Xfce4-commits mailing list