[Xfce4-commits] <thunar-vcs-plugin:thunarx-2> === Released 0.1.1 ===

Peter de Ridder noreply at xfce.org
Sun Nov 29 19:04:25 CET 2009


Updating branch refs/heads/thunarx-2
         to aaaf95912f9d69ab2eb58a1991eb69a08c9f3b5d (commit)
       from e0fc3205d378548e06f08112b24b7d80de2a17d0 (commit)

commit aaaf95912f9d69ab2eb58a1991eb69a08c9f3b5d
Author: Peter de Ridder <peter at xfce.org>
Date:   Fri Oct 23 21:15:01 2009 +0200

    === Released 0.1.1 ===

 ChangeLog       |   37 +++++++++++++++++++++++++++++++++++++
 NEWS            |    6 ++++++
 README          |   21 ++++++++++++++-------
 configure.ac.in |    4 ++--
 4 files changed, 59 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a569386..dbb90b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2009-10-23	Peter de Ridder <peter at xfce.org>
+
+	* === Released 0.1.1 ===
+	* tvp-git-helper/tgh-clone.c: Added -- to the argument list.
+	* po/*: Updated po files.
+	* tvp-git-helper/tgh-add.c tvp-git-helper/tgh-common.[ch]
+	  tvp-git-helper/tgh-notify-dialog.[ch]: Added notify dialog to make add
+	  more verbose.
+	* tvp-git-helper/tgh-common.c
+	  tvp-git-helper/tgh-file-selection-dialog.c: Improved status output
+	  parsing.
+	* tvp-git-helper/tgh-reset{,-dialog}.[ch]: Replaced the reset dialog by
+	  message boxes.
+
+2009-10-14	Peter de Ridder <peter at xfce.org>
+
+	* tvp-git-helper/tgh-{add,reset}.c: Made chdir work correct.
+	* tvp-git-helper/tgh-file-selection-dialog.[ch]: Don't use input files
+	  for git call since this gives the wrong results.
+	* po/POTFILES.in: added git helper files.
+	* po/thunar-vcs-plugin.pot po/*.po: updated po files.
+	* thunar-vcs-lpugin/tvp-git-action.c tvp-git-helper/Makefile.am
+	  tvp-git-helper/main.c tvp-git-helper/tgh-common.[ch]
+	  tvp-git-helper/tgh-log{-dialog,}.[ch]: Added log action.
+
+2009-10-11	Peter de Ridder <peter at xfce.org>
+
+	* thunar-vcs-plugin/tvp-provider.c
+	  thunar-vcs-plugin/tvp-git-action.[ch]: Added extra flags to
+	  tvp_git_action_new.
+	* thunar-vcs-plugin/yvp-{svn,git}-action.c: Only show menu items if they
+	  are implemented.
+	* tvp-git-helper/main.c tvp-git-helper/tgh-clone.[ch]
+	  tvp-git-helper/tgh-transfer-dialog.[ch]: Added clone action.
+	* tvp-git-helper/tgh-{add,branch,reset,status}.[ch]: Cleaned the code a
+	  bit.
+
 2009-09-29	Peter de Ridder <peter at xfce.org>
 
 	* tvp-{svn,git}-helper/main.c: Added xfce_textdomain to correctly init
diff --git a/NEWS b/NEWS
index dc6561d..11f0055 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.1.1
+=====
+- Unimplemented options are hidden in menu.
+- Problems with text domain for translations fixed.
+- More git support added.
+
 0.1.0
 =====
 - The plugin is renamed to thunar-vcs-plugin.
diff --git a/README b/README
index 26eed33..7ec4cd4 100644
--- a/README
+++ b/README
@@ -5,32 +5,39 @@ The Thunar VCS Plugin adds Subversion actions to the context menu of thunar.
 This gives a VCS integration to Thunar.
 
 The current features are:
-- Most of the svn action: add, checkout, cleanup, commit, copy, delete,
-  export, import, lock, log, move, properties, resolved, revert, status,
-  unlock, update.
+- Most of the svn action: add, blame, checkout, cleanup, commit, copy, delete,
+  export, import, lock, log, move, properties, relocate, resolved, revert,
+  status, switch, unlock, update.
 - Subversion info in file properties dialog.
+- Limmited git support: add, branch, clone, log, reset, status.
 
 
 Usage
 =====
 
 In the thunar file/folder view right click on a file ore folder and the
-context menu pops up showing the SVN submenu. Choose the appropriate action.
+context menu pops up showing the SVN and GIT submenu. Choose the appropriate
+action.
 
 
 Required packages
 =================
 
-The Thunar SVN Plugin depends on the following packages:
+The Thunar VCS Plugin depends on the following packages:
 - Thunar
 - Thunar-VFS 0.4.0 or higher
 - Thunarx 0.4.0 or higher
-- libsvn 1.5 or higher
-- libapr 0.9.7 or higher
 - gtk 2.6.0 or higher
 - glib 2.6.0 or higher
 - gobject 2.6.0 or higher
 
+For svn support it requires the following packages:
+- libsvn 1.5 or higher
+- libapr 0.9.7 or higher
+
+For git support it requires the following packages:
+- git
+
 
 Installation
 ============
diff --git a/configure.ac.in b/configure.ac.in
index 58236fd..fd1b70f 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,9 +12,9 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([tvp_version_major], [0])
 m4_define([tvp_version_minor], [1])
-m4_define([tvp_version_micro], [0])
+m4_define([tvp_version_micro], [1])
 m4_define([tvp_version_build], [@REVISION@])
-m4_define([tvp_version_tag], [git]) # Leave empty for releases
+m4_define([tvp_version_tag], []) # Leave empty for releases
 m4_define([tvp_version], [tvp_version_major().tvp_version_minor().tvp_version_micro()ifelse(tvp_version_tag(), [], [], [tvp_version_tag()-tvp_version_build()])])
 
 dnl *******************************************



More information about the Xfce4-commits mailing list