[Xfce4-commits] [xfce/xfce4-session] branch master updated (1c3e55e -> e6aafcf)

noreply at xfce.org noreply at xfce.org
Sun May 15 18:03:19 CEST 2016


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

eric pushed a change to branch master
in repository xfce/xfce4-session.

      from  1c3e55e   I18n: Update translation ca (100%).
       new  de08d36   Start porting xfsm to GTK3
       new  5c63bc0   xfsm-fadeout: Migrate away from GdkPixmap
       new  1933465   GSEAL xfsm-util
       new  bc41515   engines/simple use cairo for drawing
       new  22303a7   Port engines/mice to cairo
       new  2ce3439   Port engines/balou to cairo
       new  2d0b0a8   Start porting to Gtk3
       new  347eb6a   Port libxfsm to Gtk3
       new  13dbe53   Port some of engines simple to Gtk3
       new  0cafdae   Update settings dialog using Glade
       new  2811698   settings: Fix some deprecated warnings
       new  088f337   Ignore the override background color warning for now
       new  4dd2ff7   Port balou to Gtk3
       new  9c5c6cd   Port engines/mice to Gtk3
       new  b3a918b   Port the main part of xfsm to Gtk3
       new  9a5a0bd   Update deps for Gtk3
       new  b64ab62   Engines/simple: fix color loading/saving
       new  a3a388b   Add a switch user button to the logout dialog (Bug #10345)
       new  ebc6373   settings: fix the application autostart tab
       new  cb3edba   balou: fix drawing the preview in the settings dialog
       new  38a8819   settings: Port to GDBus
       new  63ac95e   session-logout: Port to GDBus
       new  cc3bc3c   trivial: add generated files to gitignore
       new  f610aae   Port consolekit to GDBus
       new  6c22291   Drop UPower
       new  707d7c9   shutdown-fallback: Remove dbus-glib includes
       new  18c294b   xfsm-shutdown: Remove dbus-glib includes
       new  4163b5a   systemd: Remove dbus-glib headers
       new  91860af   Port xfce4-session/ to GDBus
       new  e6aafcf   Merge gtk3 and gdbus changes to master

The 30 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:
 .gitignore                                         |   6 +
 configure.ac.in                                    |  17 +-
 engines/balou/balou-theme.c                        | 108 +++--
 engines/balou/balou-theme.h                        |   7 +-
 engines/balou/balou.c                              | 228 +++------
 engines/balou/balou.h                              |   6 +-
 engines/balou/config.c                             |  40 +-
 engines/balou/engine.c                             |   1 -
 engines/mice/mice.c                                | 122 ++---
 engines/simple/simple.c                            | 181 ++++---
 libxfsm/xfsm-util.c                                |  14 +-
 settings/Makefile.am                               |  32 +-
 settings/main.c                                    |  47 +-
 settings/session-editor.c                          | 291 +++++++-----
 settings/splash-settings.c                         |  12 +-
 settings/xfae-dialog.c                             |  46 +-
 settings/xfae-window.c                             |  35 +-
 ...on-settings.glade => xfce4-session-settings.ui} | 403 ++++++++--------
 xfce4-session-logout/Makefile.am                   |   6 +-
 xfce4-session-logout/main.c                        | 128 ++---
 xfce4-session/Makefile.am                          |  32 +-
 xfce4-session/main.c                               | 180 +++----
 xfce4-session/xfsm-chooser.c                       |  13 +-
 xfce4-session/xfsm-client.c                        | 356 +++++++-------
 xfce4-session/xfsm-client.h                        |   4 +-
 xfce4-session/xfsm-compat-gnome.c                  |  10 +-
 xfce4-session/xfsm-compat-kde.c                    |   4 +-
 xfce4-session/xfsm-consolekit.c                    | 290 ++++++------
 xfce4-session/xfsm-error.c                         |  36 +-
 xfce4-session/xfsm-error.h                         |   6 +-
 xfce4-session/xfsm-fadeout.c                       |  57 +--
 xfce4-session/xfsm-legacy.c                        |  32 +-
 xfce4-session/xfsm-logout-dialog.c                 | 159 +++++--
 xfce4-session/xfsm-manager.c                       | 522 +++++++++++----------
 xfce4-session/xfsm-manager.h                       |   2 +-
 xfce4-session/xfsm-shutdown-fallback.c             |   6 +-
 xfce4-session/xfsm-shutdown.c                      | 135 ++++--
 xfce4-session/xfsm-shutdown.h                      |   9 +
 xfce4-session/xfsm-splash-screen.c                 |  10 +-
 xfce4-session/xfsm-systemd.c                       |   2 -
 xfce4-session/xfsm-upower.c                        | 423 -----------------
 xfce4-session/xfsm-upower.h                        |  58 ---
 42 files changed, 1913 insertions(+), 2163 deletions(-)
 rename settings/{xfce4-session-settings.glade => xfce4-session-settings.ui} (93%)
 delete mode 100644 xfce4-session/xfsm-upower.c
 delete mode 100644 xfce4-session/xfsm-upower.h

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


More information about the Xfce4-commits mailing list