[Xfce4-commits] [xfce/xfdesktop] branch xfce-4.10 updated (e62aa02 -> 09b74b7)

noreply at xfce.org noreply at xfce.org
Sun Nov 9 15:36:42 CET 2014


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

eric pushed a change to branch xfce-4.10
in repository xfce/xfdesktop.

      from  e62aa02   I18n: Update translation ast (98%).
       new  d3b6978   Decide on move/copy action before items have been dropped
       new  27b81be   Fix HTTP URL performance issue / wrong action proposed
       new  956d8b5   Unselect the desktop icon after activating it. (Bug #8640)
       new  3451401   Fix for trash always showing empty on system startup (Bug 9006)
       new  b145689   Use the Path key of desktop files if a path is not set (Bug #8741)
       new  9e03c14   Always move files from the trash (Bug 3983)
       new  3c47db2   Fix template sub-menu loading code for 4.10 (Bug 10138)
       new  06904ce   Speed up template sub-menu loading code (Bug 7834)
       new  e89e860   Don't set ESETROOT.
       new  9b69789   Check for thumbnails in the new location
       new  84dc956   Fix missing thumbnail on xfdesktop when thumbler fails to create it. Need check if exist thumbnail file before emit THUMBNAIL_READY. Seems that thumber not returns the full path. So xfdesktop assumes two directories. Checked to see if the file exists in the first folder but not the second!.
       new  91209ef   Update intltool
       new  21e6915   Lower update delay of icon size spinbutton (Bug 9882)
       new  c1469e8   Workaround g_thread_create being deprecated
       new  257e5b7   workaround g_thread_init is deprecated in glib 2.32
       new  6ed4ff8   Fix possible uninitialized variables
       new  83b18f3   Filter out changed events for special icons (Bug 10755)
       new  74d96df   Remember the window size of the settings dialog.
       new  09b74b7   Fix for extra blank lines in backdrop list (Bug #10763)

The 19 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:
 common/xfdesktop-common.c         |   43 ++-
 common/xfdesktop-common.h         |    2 +
 common/xfdesktop-thumbnailer.c    |   30 +-
 configure.ac.in                   |    2 +-
 settings/main.c                   |   69 ++++-
 src/main.c                        |    2 +
 src/xfce-desktop.c                |    5 -
 src/xfdesktop-file-icon-manager.c |  558 ++++++++++++++++++-------------------
 src/xfdesktop-file-utils.c        |   25 ++
 src/xfdesktop-icon-view-manager.c |   19 ++
 src/xfdesktop-icon-view-manager.h |   12 +
 src/xfdesktop-icon-view.c         |  105 ++++---
 src/xfdesktop-icon.c              |   12 +-
 src/xfdesktop-icon.h              |    5 +-
 src/xfdesktop-regular-file-icon.c |   23 +-
 src/xfdesktop-special-file-icon.c |   29 +-
 src/xfdesktop-volume-icon.c       |   20 +-
 17 files changed, 574 insertions(+), 387 deletions(-)

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


More information about the Xfce4-commits mailing list