Commit graph

329 commits

Author SHA1 Message Date
Jesse van den Kieboom
2b849f96d3 Use i18n.commitencoding for encoding commit messages 2009-08-29 13:01:01 +02:00
Jesse van den Kieboom
6c4dd2cfd6 Force UTF-8 encoding for 'log' and 'show' 2009-08-29 12:37:43 +02:00
Jesse van den Kieboom
9270470147 Fixed warnings and notification for unfound git repository 2009-08-29 12:19:54 +02:00
Jesse van den Kieboom
65ff024847 Fixed wrong order in merging two local branches 2009-08-29 12:08:28 +02:00
Jesse van den Kieboom
c43a9684a5 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.
2009-08-29 11:41:18 +02:00
Vitaliy Ischenko
f7c47ef35e fix segfault in load_refs
check for return value of gitg_repository_command_with_outputv
not to be NULL
2009-08-18 17:07:02 +02:00
Vitaliy Ischenko
6b9221651b fix stash drop
reflog file was not deleted after dropping last stash commit
this caused segfault in load_refs from gitg-repository.c
2009-08-18 17:05:57 +02:00
Paolo Borelli
fabca85e26 Implement renaming of a local branch 2009-08-18 11:52:19 +02:00
Paolo Borelli
efb5bf046b Show all files in "Tree" list
Fix parsing logic so that lines sent in the following "updates" are not
discarded
2009-08-14 20:23:39 +02:00
Chihau Chau
c23dcecabe Updated Spanish translation 2009-08-05 05:10:41 +02:00
Paolo Borelli
a0f147d913 Take advantage of gtk_source_language_manager_guess_language 2009-08-02 18:10:42 +02:00
Paolo Borelli
333aa04c04 Fix category in desktop file 2009-08-02 11:53:11 +02:00
Paolo Borelli
ef3cb0ea88 Add a --version command line option 2009-08-02 11:48:49 +02:00
Jesse van den Kieboom
810e9bb660 Post release increase of version to 0.0.5 2009-07-28 11:28:11 +02:00
Guilhem Bonnefille
0e267d0dd8 Fix infinite loop on stash action
This occurs whith many stash, and trying to remove the third one.
2009-07-28 11:22:39 +02:00
Jesse van den Kieboom
006eda48b3 Version 0.0.4 2009-07-05 22:34:04 +02:00
Jesse van den Kieboom
b5ebe28209 Updated translations 2009-07-05 21:30:57 +02:00
Jesse van den Kieboom
cc46faa110 Install monitor on .git/HEAD and reload if it changes
This allows automatic following of the current checked out branch
2009-07-05 20:54:38 +02:00
Jesse van den Kieboom
d6bdead0b2 Make sure to clear working ref before emitting LOAD signal
Since the window title is updated on repository 'load' it was reflecting the
old working ref when a checkout was changed
2009-07-05 20:40:05 +02:00
Jesse van den Kieboom
e17dbf00e7 Fixed misuse of tmpname as tmp index name when it was already freed 2009-07-05 20:32:12 +02:00
Jesse van den Kieboom
7a3cbb2fa9 Allow unsetting of environment by passing NULL to set_environment 2009-07-05 20:31:50 +02:00
Jesse van den Kieboom
8a8a2ecf1b Do not destroy tag dialog when tagging fails 2009-07-05 19:39:34 +02:00
Jesse van den Kieboom
e3f7c8c3bf Improved error message when creation of signed tag object fails 2009-07-05 19:39:22 +02:00
Jesse van den Kieboom
002155f05b Fixed switch/case to not fall through when removing stash 2009-07-05 19:15:26 +02:00
Jesse van den Kieboom
10062d12d6 Implemented tag create, remove and checkout 2009-07-05 19:12:31 +02:00
Jesse van den Kieboom
0e60d3ef50 Finally fixed emitting update for last buffer contents 2009-07-05 19:12:12 +02:00
Jesse van den Kieboom
e873587a10 Fixed creating correct reflog when making a stash item 2009-07-05 17:36:50 +02:00
Jesse van den Kieboom
72bc8371af Implemented stash actions (remove, apply) 2009-07-05 16:53:43 +02:00
Jesse van den Kieboom
c9815fb2aa Implemented 'amend' commit 2009-07-05 14:21:45 +02:00
Jesse van den Kieboom
108dd7c545 Fixed setting up environment 2009-07-05 14:21:32 +02:00
Jesse van den Kieboom
d678ec6aa4 Make sure to emit buffered content when in sync mode
If the output did not end with a newline, the contents still in the buffer
was not update emitted.
2009-07-05 14:21:16 +02:00
Jesse van den Kieboom
16819b1a33 Correctly store/restore paned positions 2009-07-05 14:20:08 +02:00
Jesse van den Kieboom
fcff4dfb93 Implemented vertical layout for commit view
This layout is conform to gitx where the stage/unstage areas are
respectively on the left and right of the commit message
2009-07-05 12:49:27 +02:00
Jesse van den Kieboom
9ca7a51589 Implemented push, merge, rebase, stash by dnd 2009-07-05 02:12:08 +02:00
Jesse van den Kieboom
2631c22a5f Fix fix for autoscroll 2009-07-04 20:30:53 +02:00
Jesse van den Kieboom
2dcdddf28d Fixed filter for recently opened repositories 2009-07-04 20:27:54 +02:00
Jesse van den Kieboom
ff72080fce Use fields instead of functions to keep compatible with gtk+ 2.12 2009-07-04 20:18:30 +02:00
Jesse van den Kieboom
9b7387ae2e Use gnome e-mail address in about dialog 2009-07-04 20:15:26 +02:00
Jesse van den Kieboom
1693ec3d43 Fixed reaping childs and registering exit code 2009-07-04 20:07:57 +02:00
Jesse van den Kieboom
85f5166cb1 Implemented async removal of remote branch 2009-07-04 19:43:40 +02:00
Jesse van den Kieboom
0ac787cc82 Correctly reap child process and kill it when cancelling the runner 2009-07-04 19:24:01 +02:00
Jesse van den Kieboom
d6dc2ce53d Better messages in branch action dialogs 2009-07-04 19:23:45 +02:00
Jesse van den Kieboom
a6bce1dafb Set title of dialogs to 'gitg' instead of '' 2009-07-04 19:23:29 +02:00
Jesse van den Kieboom
c29765ae17 Destroy dialog correctly 2009-07-04 19:23:17 +02:00
Jesse van den Kieboom
1f1c4358e8 Added async progress for branch actions 2009-07-04 19:01:53 +02:00
Jesse van den Kieboom
2f7c20d35a Implemented spinner to show fetch progress
This should look a bit better than having the pulsating progress bar
2009-07-04 18:54:38 +02:00
Jesse van den Kieboom
086304c412 Bumped gtk version to 2.14 2009-06-30 14:52:54 +02:00
Jesse van den Kieboom
6456690516 Use gulong correctly instead of guint 2009-06-29 20:32:15 +02:00
Jesse van den Kieboom
bf75d62fa9 Fixed signed off check button indicator 2009-06-29 00:36:33 +02:00
Jesse van den Kieboom
a8832f93d5 Implemented pushing local branches to remotes
This is currently blocking (bad)
2009-06-29 00:36:29 +02:00