[xfce4-settings 0/5] add a new option to hide mouse cursor
Andreas Müller
schnitzeltony at googlemail.com
Mon Nov 5 01:27:03 CET 2012
Sorry but I was not able to attach multiple files in bugzilla. So I send the
patches here for review. They can be pulled see below.
The following changes since commit 619944b4dfda51fcedd6e35c226ffc2f5ab6d547:
l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100% (2012-11-04 16:48:11 +0100)
are available in the git repository at:
git://gitorious.org/xfce/xfce4-settings.git master
Andreas Müller (5):
mouse settings dialog: add hide-cursor option
add cursor-theme "xfce-invisible"
XfcePointersHelper gets a pointer to XfceXSettingsHelper
XfceXSettingsHelper gets a property "cursor-hide"
pointers: detect a change of pointer used and set "cursor-hide" as found in xfconf
Makefile.am | 1 +
configure.ac.in | 2 +
cursors/Makefile.am | 94 +++++++
cursors/invisible | Bin 0 -> 4160 bytes
dialogs/mouse-settings/main.c | 56 ++++
dialogs/mouse-settings/mouse-dialog.glade | 28 ++-
xfsettingsd/main.c | 2 +-
xfsettingsd/pointers.c | 392 ++++++++++++++++++++---------
xfsettingsd/xsettings.c | 115 +++++++++-
9 files changed, 572 insertions(+), 118 deletions(-)
create mode 100644 cursors/Makefile.am
create mode 100644 cursors/invisible
Andreas Müller (5):
mouse settings dialog: add hide-cursor option
add cursor-theme "xfce-invisible"
XfcePointersHelper gets a pointer to XfceXSettingsHelper
XfceXSettingsHelper gets a property "cursor-hide"
pointers: detect a change of pointer used and set "cursor-hide" as
found in xfconf
Makefile.am | 1 +
configure.ac.in | 2 +
cursors/Makefile.am | 94 +++++++
cursors/invisible | Bin 0 -> 4160 bytes
dialogs/mouse-settings/main.c | 56 ++++
dialogs/mouse-settings/mouse-dialog.glade | 28 ++-
xfsettingsd/main.c | 2 +-
xfsettingsd/pointers.c | 392 ++++++++++++++++++++---------
xfsettingsd/xsettings.c | 115 +++++++++-
9 files changed, 572 insertions(+), 118 deletions(-)
create mode 100644 cursors/Makefile.am
create mode 100644 cursors/invisible
--
1.7.4.4
More information about the Xfce4-dev
mailing list