[Xfce4-commits] [xfce/xfdesktop] branch master updated (968c857 -> d94b562)
noreply at xfce.org
noreply at xfce.org
Sun Apr 16 07:06:34 CEST 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a change to branch master
in repository xfce/xfdesktop.
from 968c857 I18n: Update translation lt (100%).
new 7b76bb7 Initial porting to Gtk 3
new 2efee90 Fix the build
new a4dd9ec Drop an auto-generated file
new 7daaa1b Settings: Expand contents of the wallpaper tab.
new af75acd Bump thunarx version to 3
new 626def6 Remove unused code
new caaaddf backdrop: Migrate to cairo for drawing
new 8a3d8a4 settings: remove some deprecation warnings
new 040cade g_error_free -> g_clear_error
new 83805af gdk_cursor_new -> gdk_cursor_new_for_display
new 54565d9 gtk_drag_begin -> gtk_drag_begin_with_coordinates
new 99904f0 gdk_cursor_unref + gtk_icon_info_free -> g_object_unref
new 69caacf file-utils: Convert STOCK icons
new 5258774 volume icon: Replace STOCK icons in dialogs
new 01b5cd6 Remove STOCK icons from xfce_message_dialog calls
new 171025e Migrate to garcon-gtk for the menu
new 1746c0e Fix the rubber band selection on right click
new c58e002 Fix the rubber band when moving icons
new 8eb53bc Trivial: Fix some compiler warnings
new ee82a04 Settings: Work around GdkScreen deprecations
new db9feb4 gdk_screen_make_display_name is deprecated
new 8be8afd Fix another rubber band DnD issue
new e5143a8 iconview: gdk_cairo_create is deprecated
new bfad2b7 iconview: Remove one more gdk_cairo_create
new 46405e5 Fix gtk_image_menu warnings
new 4f13190 Migrate from stock icons to named icons for desktop menu
new 80913e9 Port xfdesktop-thumbnailer to GDBus
new 78d841b Port the rest to GDBus
new 80ecf04 gtk_menu_popup -> xfce_gtk_menu_popup_until_mapped
new 292a330 windowlist: gtk_widget_modify_fg is deprecated
new 496ac65 windowlist: replace gdk_screen_get_number
new 62ec4c1 xfdesktop-application.c: remove screen count deprecations
new 43777f2 Replace gdk_screen_get_monitor_plug_name
new d94b562 Merge remote-tracking branch 'xfce-user/gtk3-rebased'
The 34 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 | 12 +
common/Makefile.am | 15 +-
common/tumbler-service-dbus.xml | 55 +++
common/xfdesktop-common.c | 118 ++++--
common/xfdesktop-common.h | 13 +-
common/xfdesktop-thumbnailer.c | 170 +++++----
configure.ac.in | 65 ++--
po/POTFILES.in | 2 -
settings/main.c | 120 +++---
settings/xfce-backdrop-settings.desktop.in | 15 -
settings/xfdesktop-settings-ui.glade | 1 +
src/Makefile.am | 69 ++--
src/gtkcairoblur.c | 27 --
src/menu.c | 135 +++----
src/menu.h | 1 -
src/windowlist.c | 73 ++--
src/xfce-backdrop.c | 180 ++++-----
src/xfce-backdrop.h | 8 +-
src/xfce-desktop-menu.c | 333 -----------------
src/xfce-desktop-menu.h | 41 ---
src/xfce-desktop.c | 188 +++++-----
src/xfce-desktop.h | 6 +-
src/xfce-workspace.c | 38 +-
src/xfdesktop-app-menu-item.c | 432 ----------------------
src/xfdesktop-app-menu-item.h | 47 ---
src/xfdesktop-application.c | 148 ++------
src/xfdesktop-file-icon-manager.c | 289 ++++++---------
src/xfdesktop-file-utils.c | 561 +++++++++++++++++------------
src/xfdesktop-file-utils.h | 5 +-
src/xfdesktop-icon-view.c | 286 ++++++++-------
src/xfdesktop-special-file-icon.c | 10 +-
src/xfdesktop-volume-icon.c | 39 +-
src/xfdesktop-window-icon.c | 3 +-
33 files changed, 1336 insertions(+), 2169 deletions(-)
create mode 100644 common/tumbler-service-dbus.xml
delete mode 100644 settings/xfce-backdrop-settings.desktop.in
delete mode 100644 src/xfce-desktop-menu.c
delete mode 100644 src/xfce-desktop-menu.h
delete mode 100644 src/xfdesktop-app-menu-item.c
delete mode 100644 src/xfdesktop-app-menu-item.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list