[Xfce4-commits] [xfce/thunar] branch xfce-4.12 updated (0130754 -> a3d271a)

noreply at xfce.org noreply at xfce.org
Mon Apr 20 22:07:33 CEST 2015


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

hjudt pushed a change to branch xfce-4.12
in repository xfce/thunar.

      from  0130754   I18n: Update translation it (100%).
      adds  cdfdb72   Fallback to non-cached version of source file (bug #9142)
      adds  03ed0b6   Fix startup id handling for launch requests over D-Bus (bug #9646)
      adds  f780cd4   thunar/thunar-dbus-service-infos.xml corrections
      adds  ef818ad   Fix compiler warning about shadowing 'basename' (bug #11633)
      adds  5cca631   I18n: Update translation uk (100%).
      adds  ef39865   I18n: Update translation zh_CN (100%).
      adds  88f6930   I18n: Update translation lt (91%).
      adds  8ccf4b6   I18n: Update translation hr (99%).
      adds  aa32c46   I18n: Update translation lt (94%).
      adds  41c1623   I18n: Update translation lt (95%).
      adds  5fa038d   I18n: Update translation lt (95%).
      adds  a89c83f   Remove duplicate break statement in thunar-standard-view
      adds  9931530   Rework usage of binary file size properties (bug #11450)
      adds  32613f8   I18n: Update translation el (97%).
      adds  25cc8dc   I18n: Update translation lt (97%).
      adds  5dfdd1e   I18n: Update translation lt (98%).
      adds  6c9546c   I18n: Update translation lt (98%).
      adds  f10ff98   I18n: Update translation lt (98%).
      adds  b9f7c7b   Clean up more files with make clean
      adds  0f5aa4d   Fix Gdk-CRITICAL error
      adds  5734f12   Fix typo in thunar-clipboard-manager
      adds  b11cc71   Fix typo busy_pulse in thunar-shortcuts-model.c
      adds  02baccc   Update model with changed binary file size setting immediately
      adds  fa19b36   I18n: Update translation hr (99%).
      adds  079712f   Restore file selection when changing sort order (bug #9886)
      adds  07bb057   Remember and restore file selection on view changes
      adds  e01e135   Improve mouse wheel zoom behaviour
      adds  afc7e1d   I18n: Update translation lt (99%).
      adds  35c6dec   I18n: Update translation lt (100%).
      adds  c6e6731   I18n: Update translation hr (99%).
      adds  4d19f45   Restore selection on row changes too (bug #9886)
      adds  2c828c9   Redraw the details view on row changes
      adds  46afcbe   Rename tsv_restore_selection to tsv_select_after_row_deleted
      adds  e411986   I18n: Update translation fr (100%).
      adds  0bd5caa   I18n: Update translation pl (100%).
      adds  805ec46   I18n: Update translation lt (100%).
      adds  e03ec71   I18n: Update translation en_AU (100%).
      adds  b6ace36   Implement functions for copying the history of a view
      adds  ad8dd9c   Keep the history across view changes (bug #10171)
      adds  aa5f8fc   Make new tabs inherit the history of the origin view (bug #5538)
      adds  39baae0   Make new windows inherit the history of the origin view (bug #5538)
      adds  704f612   Fix typos and grammar mistakes in a few comments
      adds  1873ca9   Update rows on changes of case-sensitive and folders-first settings
      adds  d19eccf   Fix updating custom actions (bug #11749)
      adds  c4304a6   Update the location bar after reload (bug #10518)
      adds  67ea771   I18n: Update translation de (100%).
      adds  93da675   I18n: Update translation sv (99%).
      adds  2235b4c   Fix comments
      adds  871e250   Let row changes accumulate a bit before restoring selection
      adds  3a53de7   Fix comments (again)
      adds  46b5d85   Revert "Refresh file info after getting it from cache (bug #11008)"
      adds  a022861   Fix updating file info for moved files (bug #11008)
      adds  a945839   Add function to reload parent file of a file
      adds  3c1f0a5   Rework thunar_file_monitor to properly register moved files
      adds  2e61dbe   Refactor code for moving thumbnail cache file on renames/moves
      adds  3874e4e   Reload files changed by jobs in an idle loop (bug #11008)
      adds  2283dcd   Check in thunar-marshal with new _thunar_marshal_BOOLEAN__BOOLEAN
      adds  b839b29   Extend reload functions to allow a full reload
      adds  b2012f5   Implement reloading file information on manual reload
      adds  15b0789   Merge branch 'fix-bug-11008'
      adds  bb9fe8a   Improve drag & drop and selecting in the details view (bug #11605)
      adds  9509d3f   Updates for release
      adds  a3d271a   Post release tag bump

No new revisions were added by this update.

Summary of changes:
 .gitignore                           |    1 -
 AUTHORS                              |    1 +
 NEWS                                 |   41 ++
 configure.ac.in                      |    2 +-
 po/de.po                             |   10 +-
 po/el.po                             |  271 ++++++------
 po/en_AU.po                          |  207 +++++----
 po/fr.po                             |   16 +-
 po/hr.po                             |  568 ++++++++++++------------
 po/lt.po                             |  795 +++++++++++++++++-----------------
 po/pl.po                             |  117 +++--
 po/sv.po                             |  531 ++++++++++++-----------
 po/uk.po                             |  103 +++--
 po/zh_CN.po                          |  107 +++--
 thunar/Makefile.am                   |    2 +-
 thunar/thunar-application.c          |    2 +-
 thunar/thunar-clipboard-manager.c    |    2 +-
 thunar/thunar-component.c            |   21 +
 thunar/thunar-component.h            |   14 +-
 thunar/thunar-dbus-service-infos.xml |   24 +-
 thunar/thunar-dbus-service.c         |    2 +-
 thunar/thunar-details-view.c         |  110 ++++-
 thunar/thunar-dnd.c                  |    2 +-
 thunar/thunar-file.c                 |  186 ++++++--
 thunar/thunar-file.h                 |    3 +
 thunar/thunar-folder.c               |   58 ++-
 thunar/thunar-folder.h               |    3 +-
 thunar/thunar-gio-extensions.c       |    8 +-
 thunar/thunar-gio-extensions.h       |    3 +-
 thunar/thunar-gtk-extensions.c       |    2 +-
 thunar/thunar-history.c              |   42 +-
 thunar/thunar-history.h              |    3 +
 thunar/thunar-job.c                  |   14 +
 thunar/thunar-launcher.c             |    2 +-
 thunar/thunar-list-model.c           |   26 +-
 thunar/thunar-list-model.h           |    4 +
 thunar/thunar-marshal.c              |  481 ++++++++++++++++++++
 thunar/thunar-marshal.h              |  103 +++++
 thunar/thunar-marshal.list           |    1 +
 thunar/thunar-properties-dialog.c    |   33 +-
 thunar/thunar-shortcuts-model.c      |   46 +-
 thunar/thunar-size-label.c           |   50 ++-
 thunar/thunar-standard-view.c        |  109 ++++-
 thunar/thunar-standard-view.h        |    7 +
 thunar/thunar-transfer-job.c         |  116 ++++-
 thunar/thunar-view.c                 |    9 +-
 thunar/thunar-view.h                 |    6 +-
 thunar/thunar-window.c               |   93 +++-
 thunarx/Makefile.am                  |    2 -
 49 files changed, 2798 insertions(+), 1561 deletions(-)
 create mode 100644 thunar/thunar-marshal.c
 create mode 100644 thunar/thunar-marshal.h

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


More information about the Xfce4-commits mailing list