2015-08-08 Jesse van den Kieboom commit 2db83b8300381694328b92ef82e202524a889941 Release version 3.17.1 NEWS | 22 ++++++++++++++++++++++ README | 8 ++++---- configure.ac | 2 +- 3 files changed, 27 insertions(+), 5 deletions(-) 2015-08-08 Jesse van den Kieboom commit 0a5c8e39f0508fe0af825b5827e3d209b2f76871 Add workaround for intltool issues with subdir builds po/POTFILES.skip | 2 ++ 1 file changed, 2 insertions(+) 2015-08-08 Jesse van den Kieboom commit 5db685bb62a84f47e65acb59ee3b9af8ee4e7ed7 Fix version in README README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 2015-08-08 Jesse van den Kieboom commit ec91e397c7a63199095588e260ed056709029b24 Add setting for default selection in history view https://bugzilla.gnome.org/show_bug.cgi?id=648228 data/org.gnome.gitg.gschema.xml.in.in | 13 +++ gitg/history/gitg-history-refs-list.vala | 23 ++++- gitg/history/gitg-history.vala | 7 ++ gitg/preferences/gitg-preferences-history.vala | 63 ++++++++++++ gitg/resources/ui/gitg-preferences-history.ui | 128 ++++++++++++++++--------- 5 files changed, 185 insertions(+), 49 deletions(-) 2015-08-07 Ignacio Casal Quinteiro commit 97a8f23f89dfc053b0dfdb25c023df235da3d9d0 Bump libgit2-glib to version 0.23.4 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 2015-08-07 Jesse van den Kieboom commit 094bbaa75c4d51e26af32bd7126db289602db8d0 Create link to setup user profile from introduction The link is only made available if the user has not yet setup any global user information, i.e. no name or e-mail configured. gitg/gitg-dash-view.vala | 32 ++++++++++++++++++++++++++++++++ gitg/resources/ui/gitg-dash-view.ui | 26 ++++++++++++++++++++++++-- 2 files changed, 56 insertions(+), 2 deletions(-) 2015-08-07 Jesse van den Kieboom commit cebe1188e7012f38b14f84cb8b56275fa6e2eeee Factor showing global author details dialog gitg/gitg-author-details-dialog.vala | 21 ++++++++++++++++++++- gitg/gitg-window.vala | 14 +------------- 2 files changed, 21 insertions(+), 14 deletions(-) 2015-08-07 Jesse van den Kieboom commit afda626f23217c58662b917582f3d8b1f4de19f9 Allow searchable inavailability gitg/gitg-dash-view.vala | 23 ++++++++++++++--------- gitg/gitg-window.vala | 25 ++++++++++++++++++------- gitg/history/gitg-history.vala | 7 ++++++- libgitg-ext/gitg-ext-searchable.vala | 1 + libgitg-ext/gitg-ext-selectable.vala | 2 +- 5 files changed, 40 insertions(+), 18 deletions(-) 2015-08-07 Jesse van den Kieboom commit 043431303dd01f0778e4e015cdcb9a03d9b1aea6 Use expand/collapse all text instead of icon libgitg/gitg-diff-view.vala | 2 ++ libgitg/resources/ui/diff-view/diff-view.css | 14 +++++++++----- libgitg/resources/ui/diff-view/diff-view.html | 6 ++++-- libgitg/resources/ui/diff-view/diff-view.js | 18 ++++++------------ 4 files changed, 21 insertions(+), 19 deletions(-) 2015-08-07 Jesse van den Kieboom commit 017ecc1da881a411c05330839293e6760d61cc16 Do not collapse all files in commit diff view gitg/commit/gitg-commit.vala | 2 ++ 1 file changed, 2 insertions(+) 2015-08-07 Jesse van den Kieboom commit 62eb3fc7e6140a7accca07f439db157f5b09ac90 Add setting to collapse all files in diff by default libgitg/gitg-diff-view.vala | 2 ++ libgitg/resources/ui/diff-view/diff-view.js | 31 +++++++++++++++++++++-------- 2 files changed, 25 insertions(+), 8 deletions(-) 2015-08-07 Jesse van den Kieboom commit 53085f518f22259c074048422bacbd229bb44916 Add short introduction in dash when no repositories have been added https://bugzilla.gnome.org/show_bug.cgi?id=727357 gitg/gitg-dash-view.vala | 27 ++++++++++++++++++ gitg/resources/ui/gitg-dash-view.ui | 55 ++++++++++++++++++++++++++++++++++++- 2 files changed, 81 insertions(+), 1 deletion(-) 2015-08-07 Jesse van den Kieboom commit 52f39454eedff84d4aee9f473b82c78f0f8b2876 Add selectable enabled property gitg/gitg-dash-view.vala | 10 ++++++++++ gitg/gitg-window.vala | 8 ++++++++ gitg/history/gitg-history.vala | 5 +++++ libgitg-ext/gitg-ext-selectable.vala | 1 + 4 files changed, 24 insertions(+) 2015-08-06 Jesse van den Kieboom commit ed790cde07679bb02ebe6b0ea4df7428046a1675 Improve expand/collapse behavior of diff-view libgitg/resources/ui/diff-view/diff-view.css | 55 ++++++++++---- libgitg/resources/ui/diff-view/diff-view.html | 5 +- libgitg/resources/ui/diff-view/diff-view.js | 100 +++++++++++++++++++++++++- 3 files changed, 142 insertions(+), 18 deletions(-) 2015-08-06 Jesse van den Kieboom commit 9f8122b74be4067159ec345e16830e0c99c720dc Avoid updating walker if already disposed or repository is null https://bugzilla.gnome.org/show_bug.cgi?id=748974 gitg/history/gitg-history.vala | 76 ++++++++++++++++++++++++++++++------------ 1 file changed, 55 insertions(+), 21 deletions(-) 2015-08-06 Jesse van den Kieboom commit 64b17f3e7f0d13866b6e2a03318004b1f2c99210 Set repository to null when closing window This forces some finalization and cleanup to happen gitg/gitg-window.vala | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 2015-08-06 Piotr Drąg commit 61980f2fd1f7123f09ec076f36fc158ba9ad4d5a Updated POTFILES.in and POTFILES.skip po/POTFILES.in | 1 + po/POTFILES.skip | 1 + 2 files changed, 2 insertions(+) 2015-08-05 Jesse van den Kieboom commit 36146039c4bbe759403d7deed373c4f6b765569d Add command line arguments to select all branches, remotes and tags https://bugzilla.gnome.org/show_bug.cgi?id=737749 gitg/history/gitg-history-command-line.vala | 50 ++++++++++++++++++--------- gitg/history/gitg-history-refs-list.vala | 52 +++++++++++++++++++++-------- 2 files changed, 74 insertions(+), 28 deletions(-) 2015-08-05 Jesse van den Kieboom commit 851ec89d26f785ca1a1937496557c16a7a97e48e Fix copyright year libgitg-ext/gitg-ext-command-lines.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 2015-08-05 Jesse van den Kieboom commit 02b6bb0681dd58424daeadd6a4b8e2fdbc7b3ed3 Protect against head_name being null gitg/gitg-window.vala | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 2015-08-05 Jesse van den Kieboom commit da97b253672ae4e1380263215d03663a28dd8f23 Add utility to strip home dir gitg/Makefile.am | 1 + gitg/gitg-dash-view.vala | 24 +-------------------- gitg/gitg-utils.vala | 55 ++++++++++++++++++++++++++++++++++++++++++++++++ gitg/gitg-window.vala | 9 +------- 4 files changed, 58 insertions(+), 31 deletions(-) 2015-08-05 Jesse van den Kieboom commit b93ec1d622fba9368f2063a1d76e22bdaadb3dfe Offer to create new repository when adding non git directory https://bugzilla.gnome.org/show_bug.cgi?id=741110 gitg/gitg-dash-view.vala | 118 +++++++++++++++++++++++++++++------ gitg/gitg-window.vala | 5 ++ libgitg-ext/gitg-ext-user-query.vala | 1 + 3 files changed, 106 insertions(+), 18 deletions(-) 2015-08-05 Jesse van den Kieboom commit 070f5cea4ed61c04e72000fa68e8ea092a9d1fb9 Wrap init_repository libgitg/gitg-repository.vala | 5 +++++ 1 file changed, 5 insertions(+) 2015-08-05 Jesse van den Kieboom commit a46ba915c08f74e83e1e965d4c16e447d7b3b106 Rename open repository to add repository gitg/gitg-dash-view.vala | 2 +- gitg/resources/ui/gitg-dash-view.ui | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 2015-08-05 Jesse van den Kieboom commit 5a560b846d4ac9f4efabe82d84f97ff9c6d4b049 Implement deleting untracked files https://bugzilla.gnome.org/show_bug.cgi?id=743168 gitg/commit/gitg-commit.vala | 125 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) 2015-08-05 Jesse van den Kieboom commit 13cbe9a6c4d699c7495ed8959b59ef34b2b6ad8a Set default on user query actions gitg/gitg-window.vala | 21 ++++++++++++++++++--- libgitg-ext/gitg-ext-user-query.vala | 1 + 2 files changed, 19 insertions(+), 3 deletions(-) 2015-08-05 Jesse van den Kieboom commit 7136f0e0867165f25f7cd4309b8b9e7b230e666d Fix racy conditions in commit walking libgitg/gitg-commit-model.vala | 85 ++++++++++++++++++++++-------------------- plugins/diff/gitg-diff.vala | 8 ++++ 2 files changed, 53 insertions(+), 40 deletions(-) 2015-08-05 Jesse van den Kieboom commit c2fd37bba4aa291094f9fb01067b72df1f87c7d2 Scroll to row after selecting it gitg/history/gitg-history-refs-list.vala | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) 2015-08-05 Jesse van den Kieboom commit 39f8ad059f304de452bf30e62fae88eab64c94dc Remove trailing whitespace gitg/gitg-ui-elements.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 2015-08-05 Jesse van den Kieboom commit b35e9452bb9886fc63fa4c484db7ade617697082 Add command line arguments to select initial ref in history -a, --all to select all commits -s, --select-reference REFERENCE to select REFERENCE https://bugzilla.gnome.org/show_bug.cgi?id=740033 gitg/Makefile.am | 1 + gitg/history/gitg-history-command-line.vala | 93 +++++++++++++++++++++++++++++ gitg/history/gitg-history-refs-list.vala | 36 ++++++++++- gitg/history/gitg-history.vala | 5 ++ libgitg/gitg-repository.vala | 5 ++ 5 files changed, 138 insertions(+), 2 deletions(-) 2015-08-05 Jesse van den Kieboom commit dba244de0f46078ff01b2c481d69cb9e679ccacd Improve support for extension command line arguments gitg/gitg-application.vala | 65 ++++++++++++++++------------- gitg/gitg-ui-elements.vala | 5 +++ gitg/gitg-window.vala | 73 +++++++++++++++++++++++---------- libgitg-ext/Makefile.am | 1 + libgitg-ext/gitg-ext-application.vala | 3 +- libgitg-ext/gitg-ext-command-line.vala | 2 + libgitg-ext/gitg-ext-command-lines.vala | 62 ++++++++++++++++++++++++++++ 7 files changed, 161 insertions(+), 50 deletions(-) 2015-08-05 Ignacio Casal Quinteiro commit c086d964660b25620caf0871c618e93c742e6fa2 Be safe against the submodule url being null gitg/commit/gitg-commit-submodule-info.vala | 5 +++-- libgitg/gitg-repository-list-box.vala | 10 ++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) 2015-08-05 Ignacio Casal Quinteiro commit 079b8a8aea78c127088b366187574481cabdfd9f clone-dialog: set clone as has-default so the dialog sets the suggested-action It seems that the dialog will add or remove the suggested-action class depending on whether the widget has the has-default property enabled. gitg/resources/ui/gitg-clone-dialog.ui | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 2015-08-04 Jesse van den Kieboom commit 2d4d793120819a7a3693e43ff88df84e7fcf5b04 Fix writing config in encoding test tests/libgitg/test-encoding.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 2015-08-04 Jesse van den Kieboom commit a996119a7c43d35fe9081e03aa903e29f9b81c92 Add translation contexts for Commit string https://bugzilla.gnome.org/show_bug.cgi?id=746633 gitg/commit/gitg-commit.vala | 2 +- gitg/preferences/gitg-preferences-commit.vala | 2 +- gitg/resources/ui/gitg-commit-dialog.ui | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 2015-08-04 Jesse van den Kieboom commit 6945321a94ffdc0f5651415050a6f602900a24dc Remove trailing whitespace libgitg/gitg-credentials-manager.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 2015-08-04 Jesse van den Kieboom commit 4bd03bdccd3ea002a9022cf652897a0674cfd68c Set LC_COLLATE to the "C" locale for use with git2 https://bugzilla.gnome.org/show_bug.cgi?id=749293 gitg/gitg.vala | 4 ++++ 1 file changed, 4 insertions(+) 2015-08-04 Jesse van den Kieboom commit 178d3dc0147752965384dd6ead0a04d0651440c9 Open link to bugzilla on error in user browser https://bugzilla.gnome.org/show_bug.cgi?id=749294 libgitg/resources/ui/diff-view/diff-view-html-builder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 2015-08-04 Jesse van den Kieboom commit c8ce18e5e5bdb10ccb6593e8efb9b5bc50d67875 Stage/unstage all selected items when pressing Enter in list gitg/commit/gitg-commit.vala | 44 +++++++++++++++++++++----- libgitg/gitg-repository-list-box.vala | 1 + libgitg/gitg-sidebar.vala | 59 +++++++++++++++++++++++++++++++++++ 3 files changed, 96 insertions(+), 8 deletions(-) 2015-08-04 Jesse van den Kieboom commit daab32a55b428e1c3cb42091072e2b8f6c38c873 Increase fixed width of subject column gitg/resources/ui/gitg-history-paned.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 2015-08-04 Jesse van den Kieboom commit 8786f4f068526ac8c62b5c164c15c95b58ace1eb Rework the dash view implementation - Make the dash view more self contained - Move the open and clone menu options in an action bar - Add cloning authentication/credentials gitg/gitg-dash-view.vala | 229 +++++++++++++++++++-- gitg/gitg-remote-manager.vala | 9 +- gitg/gitg-window.vala | 66 +----- gitg/resources/gitg-resources.xml | 1 + gitg/resources/ui/gitg-dash-view.ui | 63 ++++++ gitg/resources/ui/gitg-menus.ui | 10 - gitg/resources/ui/gitg-window.ui | 19 +- libgitg-ext/gitg-ext-application.vala | 2 + libgitg/gitg-credentials-manager.vala | 100 +++++---- libgitg/gitg-remote.vala | 9 - libgitg/gitg-repository-list-box.vala | 147 ++++--------- .../resources/ui/gitg-repository-list-box-row.ui | 1 + po/POTFILES.in | 2 + po/POTFILES.skip | 1 + 14 files changed, 394 insertions(+), 265 deletions(-) 2015-08-03 Jesse van den Kieboom commit ee8c80e6d7738996831f45cebefed06c1e8f09ab Add destructive-action class to dash delete button gitg/gitg-dash-view.vala | 1 + 1 file changed, 1 insertion(+) 2015-08-02 Dušan Kazik commit 857ee9e168c9e1c27a4156f9c5f25eb43d7e9ae4 Updated Slovak translation po/sk.po | 224 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 120 insertions(+), 104 deletions(-) 2015-08-02 Ting-Wei Lan commit 4c185420e8347f9d454fddeb41a0003c986b9d4f build: Do not use LDFLAGS to add libraries Libraries should be added to LIBADD or LDADD, not LDFLAGS. https://bugzilla.gnome.org/show_bug.cgi?id=753140 gitg/Makefile.am | 8 ++++---- libgitg-ext/Makefile.am | 6 +++--- libgitg/Makefile.am | 4 +++- plugins/diff/Makefile.am | 5 +++-- plugins/files/Makefile.am | 5 +++-- tests/Makefile.am | 11 ++++------- tests/libgitg/Makefile.am | 6 ++---- 7 files changed, 22 insertions(+), 23 deletions(-) 2015-08-01 Jesse van den Kieboom commit b182dafae55bfd408686bc9269fa0f5daa4107e4 Move activity switch buttons on the right gitg/gitg-window.vala | 2 +- gitg/resources/ui/gitg-window.ui | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) 2015-08-01 Jesse van den Kieboom commit f7275d2603bf766e2e464f407dd9e31583c2b636 Only animate panes when gtk_enable_animations is set gitg/gitg-animated-paned.vala | 53 ++++++++++++++++++++++++++++-------- gitg/history/gitg-history-paned.vala | 19 ++++++++----- 2 files changed, 54 insertions(+), 18 deletions(-) 2015-08-01 Jesse van den Kieboom commit b1fe13bba4dc812c0cd152da637bd11aac97b63b Use name from callback to lookup submodule libgitg/gitg-stage-status-enumerator.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 2015-08-01 Jesse van den Kieboom commit 20aa1e59dbeb966f028abea662fa008106c358bc Avoid holding on to temporary submodule instance libgitg/gitg-stage-status-enumerator.vala | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 2015-08-01 Pedro Albuquerque commit 058d91ebd61ddea05ffd976831d86494d86efd27 Updated Portuguese translation po/pt.po | 229 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 122 insertions(+), 107 deletions(-) 2015-07-31 Jesse van den Kieboom commit 18fb8fdcbc21f25d73a990473e603d44dd1d8cd7 Ensure to update row fraction for cloning in main thread libgitg/gitg-repository-list-box.vala | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 2015-07-31 Jesse van den Kieboom commit 7c78782f52d2b0853184f4b5686d0dddb7365f30 Fix inverted check for loading in repository row libgitg/gitg-repository-list-box.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 2015-07-31 Jesse van den Kieboom commit c65df170031940711665663a8b567c737d00762e Fix clone url validity check gitg/gitg-clone-dialog.vala | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 2015-07-31 Jesse van den Kieboom commit a3cfb3d0da988dbba91c93d47a1ef052aca4af25 Require exact minor version of libgit2-glib configure.ac | 2 ++ 1 file changed, 2 insertions(+) 2015-07-31 Jesse van den Kieboom commit bb22c056722473c2b17138b842bac2641da843f4 Make use of gravatar optional and a preference setting https://bugzilla.gnome.org/show_bug.cgi?id=744159 data/org.gnome.gitg.gschema.xml.in.in | 7 ++ gitg/commit/gitg-commit-dialog.vala | 62 ++++++++++++----- gitg/commit/gitg-commit.vala | 27 ++++--- gitg/preferences/gitg-preferences-interface.vala | 8 +++ gitg/resources/ui/gitg-preferences-interface.ui | 89 +++++++++++++----------- libgitg/gitg-diff-view.vala | 17 +++++ libgitg/resources/ui/diff-view/diff-view.js | 59 ++++++++-------- plugins/diff/gitg-diff.vala | 8 +++ 8 files changed, 184 insertions(+), 93 deletions(-) 2015-07-31 Jesse van den Kieboom commit a2480f2074c1af407fa4d50dd613bb438f523e8b Do not proxy unused callbacks as signals on remote libgitg/gitg-remote.vala | 6 ------ 1 file changed, 6 deletions(-) 2015-07-31 Jesse van den Kieboom commit d55e87f465457ea45c70d77c23ff75b9d6d8e614 Expose transfer progress property on Gitg.Remote gitg/history/gitg-history-refs-list.vala | 4 +- libgitg/gitg-remote.vala | 86 ++++++++++++++++++++++++++++++-- 2 files changed, 82 insertions(+), 8 deletions(-) 2015-07-31 Jesse van den Kieboom commit 0401649176afe2241118ae1927b7d0887025e1a0 Temporarily comment out transfer progress binding gitg/history/gitg-history-refs-list.vala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 2015-07-31 Jesse van den Kieboom commit 0be0cc162b89598ca2fdad6751b36c4286f4e5bd Binary delta callback must be non-null libgitg/gitg-diff-view-request-diff.vala | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 2015-07-31 Jesse van den Kieboom commit 5ce45398aeffbf613d86b947efa902530a3ea5f9 Add remote signals and allow user callbacks gitg/gitg-remote-manager.vala | 14 ++-- libgitg/gitg-remote.vala | 173 +++++++++++++++++++++++++++++++++++------- 2 files changed, 152 insertions(+), 35 deletions(-) 2015-07-31 Jesse van den Kieboom commit 75d1148df914a4e4e52b302d2252bb83bdd1f92d Use config snapshot when reading config values gitg/gitg-author-details-dialog.vala | 18 ++++++++++++------ gitg/gitg-remote-manager.vala | 2 +- gitg/history/gitg-history.vala | 2 +- libgitg/gitg-credentials-manager.vala | 2 +- libgitg/gitg-repository.vala | 2 +- libgitg/gitg-stage-status-enumerator.vala | 2 +- libgitg/gitg-stage.vala | 2 +- tests/libgitg/test-encoding.vala | 2 +- 8 files changed, 19 insertions(+), 13 deletions(-) 2015-07-31 Jesse van den Kieboom commit 67b3180a222dab3da8497ca59e01e767a08fc371 Small updates for new API gitg/gitg-commit-action-create-branch.vala | 12 +----------- gitg/gitg-ref-action-fetch.vala | 14 +------------- gitg/gitg-ref-action-rename.vala | 12 +----------- 3 files changed, 3 insertions(+), 35 deletions(-) 2015-07-31 Jesse van den Kieboom commit 228c7f71a9b0db16a5372c26503fc716384757b0 Remove unneeded [Notify] attribute gitg/commit/gitg-commit-dialog.vala | 11 ----------- gitg/commit/gitg-commit.vala | 1 - gitg/gitg-dash-view.vala | 1 - gitg/gitg-ui-elements.vala | 1 - gitg/history/gitg-history-paned.vala | 2 -- gitg/history/gitg-history-refs-list.vala | 1 - gitg/history/gitg-history.vala | 2 -- libgitg-ext/gitg-ext-selectable.vala | 1 - libgitg/gitg-commit-model.vala | 1 - libgitg/gitg-diff-view.vala | 1 - libgitg/gitg-repository-list-box.vala | 2 -- 11 files changed, 24 deletions(-) 2015-07-30 Jesse van den Kieboom commit 9545eeec65774ba4df06d5bb70b8e3aa26110f46 Override storing callbacks in GitgRemote libgitg/gitg-remote.vala | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) 2015-07-30 Jesse van den Kieboom commit 4faa86f163f23c0b7bacc2a60cb34e6ec2b1cbc2 Override storing ref specs on custom GitgRemote gitg/gitg-remote-manager.vala | 25 +++++-------------------- libgitg/gitg-remote.vala | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 20 deletions(-) 2015-07-30 Jesse van den Kieboom commit eff2b28f1f3b2204ada8390f8fd402a1b3baadb2 Set remote fetch callbacks before setting fetch options in clone options libgitg/gitg-repository-list-box.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 2015-07-30 Jesse van den Kieboom commit b6d757f05a26da9cdfa6d1360f6abc035ad84931 No need to store repository with StageStatusSubmodule libgitg/gitg-stage-status-enumerator.vala | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 2015-07-29 Ignacio Casal Quinteiro commit cbce110e68c16a59212fda7c5ca0ac35bcaa7fa4 diff-view-request-diff: pass null for the binary callback libgitg/gitg-diff-view-request-diff.vala | 3 +++ 1 file changed, 3 insertions(+) 2015-07-28 Ignacio Casal Quinteiro commit c9e2cba18f929f8055d89063c369d1686d366304 repository: fix api break libgitg/gitg-repository.vala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 2015-07-28 Ignacio Casal Quinteiro commit 96906c3b15a05b39fd50be70082920a5aaf2b47c list-box: use the new intermediate fetch options libgitg/gitg-repository-list-box.vala | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 2015-07-28 Ignacio Casal Quinteiro commit f5f45306794047404654681e3ade14cdc782df87 Fix status enumerator api breaks libgitg/gitg-stage-status-enumerator.vala | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 2015-07-28 Ignacio Casal Quinteiro commit 606c63c0b9a31f7968271b7f1f080356746abec3 --save-temps has no effect when -C or --ccode is set configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 2015-07-28 Ignacio Casal Quinteiro commit d5b8413d12f3b91745cdebee552478c6a0d743ae Bump libgit2-glib to 0.23.0 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 2015-07-04 Pedro Albuquerque commit 90d2a2dcce4f45f5f9a56dbbadba12421d88a559 Updated Portuguese translation po/pt.po | 47 +++-------------------------------------------- 1 file changed, 3 insertions(+), 44 deletions(-) 2015-06-29 Pedro Albuquerque commit ec1042dc900d2b401e37d32e75d01f0fec53eac8 Updated Portuguese translation po/pt.po | 940 ++++++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 779 insertions(+), 161 deletions(-) 2015-06-06 Muhammet Kara commit 2f9c6a4d411f540dc79ffb48c92f10e83d4cb6a2 Updated Turkish translation po/tr.po | 982 +++++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 765 insertions(+), 217 deletions(-) 2015-05-09 Mitchell Hentges commit bb630e0bab9ec889562134143e2949b3b84e3f95 Back button is now always hidden on dash https://bugzilla.gnome.org/show_bug.cgi?id=749147 gitg/gitg-window.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 2015-05-04 Jesse van den Kieboom commit 779bf56ad3e1ffdb091c0fafc4929dade0cf0f5a Improve author info layout libgitg/resources/ui/diff-view/diff-view.css | 4 +-- libgitg/resources/ui/diff-view/diff-view.html | 4 +-- libgitg/resources/ui/diff-view/diff-view.js | 49 ++++++++++++++++++++------- 3 files changed, 41 insertions(+), 16 deletions(-) 2015-05-04 Jesse van den Kieboom commit fb8c9f526b929825cdeb5f17e27515c4bcda35ee Fix getting icon at correct size libgitg/gitg-diff-view-request-icon.vala | 72 ++++++++++++++++---------------- 1 file changed, 36 insertions(+), 36 deletions(-) 2015-05-03 Mitchell Hentges commit 4537edb3528154fea5b0cd3097484bb34d4a91ec Terminates autogen if can't download submodule autogen.sh | 5 +++++ 1 file changed, 5 insertions(+)