2009-08-29 Jesse van den Kieboom commit 5dbaa5a7be8214d2af6269f08cc53a600414a46b Updated dutch translations po/gitg.pot | 249 +++++++++++++++++++++++++++++++++------------------------ po/nl.po | 260 ++++++++++++++++++++++++++++++++++------------------------- 2 files changed, 296 insertions(+), 213 deletions(-) 2009-08-29 Jesse van den Kieboom commit 2b849f96d3e7abccc5ede89b422f8261a178a4fb Use i18n.commitencoding for encoding commit messages gitg/gitg-commit.c | 56 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 53 insertions(+), 3 deletions(-) 2009-08-29 Jesse van den Kieboom commit 6c4dd2cfd645f5f2263beb95cc89c1417f02c5ee Force UTF-8 encoding for 'log' and 'show' gitg/gitg-commit-view.c | 2 +- gitg/gitg-repository.c | 10 ++++++---- gitg/gitg-revision-tree-view.c | 4 ++-- gitg/gitg-revision-view.c | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) 2009-08-29 Jesse van den Kieboom commit 927047014715316eed56ce7031476de351f1a4a3 Fixed warnings and notification for unfound git repository gitg/gitg-revision-view.c | 7 +++++-- gitg/gitg-window.c | 13 ++++++++++++- 2 files changed, 17 insertions(+), 3 deletions(-) 2009-08-29 Jesse van den Kieboom commit 65ff0248474884c42aab130ad68f5982bd1e048e Fixed wrong order in merging two local branches gitg/gitg-window.c | 15 ++------------- 1 files changed, 2 insertions(+), 13 deletions(-) 2009-08-29 Jesse van den Kieboom commit c43a9684a5cfb49a5aa707047ba4dd895050e50d Use tracked remote and clearify branch in push context menu The push context menu now uses the tracked remote of the branch to show in the context menu. It also clearifies to which remote branch it is actually about to push, and whether it is an existing branch or a new one. This fixes bug #592098. gitg/gitg-branch-actions.c | 21 +++--- gitg/gitg-branch-actions.h | 2 +- gitg/gitg-window.c | 163 +++++++++++++++++++++++++++++++++++++------- 3 files changed, 147 insertions(+), 39 deletions(-) 2009-07-24 Vitaliy Ischenko commit f7c47ef35e009b274f2cb50701c777406307772f fix segfault in load_refs check for return value of gitg_repository_command_with_outputv not to be NULL gitg/gitg-repository.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) 2009-07-24 Vitaliy Ischenko commit 6b9221651b95d84186f7c83557154108d4f33eb8 fix stash drop reflog file was not deleted after dropping last stash commit this caused segfault in load_refs from gitg-repository.c gitg/gitg-branch-actions.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) 2009-08-17 Paolo Borelli commit fabca85e26b5ba6a237223f93fb8c01d47728627 Implement renaming of a local branch gitg/gitg-branch-actions.c | 116 ++++++++++++++++++++++++++++++++++++++++++++ gitg/gitg-branch-actions.h | 1 + gitg/gitg-menus.xml | 7 +++ gitg/gitg-window.c | 12 +++++ 4 files changed, 136 insertions(+), 0 deletions(-) 2009-08-14 Paolo Borelli commit efb5bf046b84fcf319a102fb7f93b664ceb10e3d Show all files in "Tree" list Fix parsing logic so that lines sent in the following "updates" are not discarded gitg/gitg-revision-tree-view.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) 2009-08-05 Chihau Chau commit c23dcecabe649884e1129b966bee5bb343b8d947 Updated Spanish translation po/es.po | 211 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 106 insertions(+), 105 deletions(-) 2009-08-02 Paolo Borelli commit a0f147d9131b1a76ff834ea38601200b6f16267a Take advantage of gtk_source_language_manager_guess_language gitg/gitg-commit-view.c | 18 ++++++++++++------ gitg/gitg-revision-tree-view.c | 16 ++++++++++------ gitg/gitg-utils.c | 38 +++----------------------------------- gitg/gitg-utils.h | 2 +- 4 files changed, 26 insertions(+), 48 deletions(-) 2009-08-02 Paolo Borelli commit 333aa04c041283b1b1f66e7efedc6b0c88db7f12 Fix category in desktop file data/gitg.desktop.in.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 2009-08-02 Paolo Borelli commit ef3cb0ea888a78f142d6cdc6a2e7eca1a221cf39 Add a --version command line option gitg/gitg.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) 2009-07-05 Jesse van den Kieboom commit 810e9bb660f11498f4b5ed334d64eb19139906f1 Post release increase of version to 0.0.5 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 2009-07-27 Guilhem Bonnefille commit 0e267d0dd8fbb486411ad7c0257c8cb2cd26bea2 Fix infinite loop on stash action This occurs whith many stash, and trying to remove the third one. gitg/gitg-branch-actions.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)