Commit graph

1347 commits

Author SHA1 Message Date
Jesse van den Kieboom
405bc8bca1 Implemented basic drag and drop between staged/unstaged
The selection in the treeviews is still only single, so that needs to be fixed
2009-04-23 09:39:29 +02:00
Jesse van den Kieboom
d279991e56 Make sure to set the style back to normal 2009-04-22 19:42:10 +02:00
Daniel Nylander
fdefce1146 Added sv translation 2009-04-22 09:49:20 +02:00
Jesse van den Kieboom
e1ce91ee0e Updated translations 2009-04-22 00:47:38 +02:00
Jesse van den Kieboom
73a161c0cf Added preferences for showing of virtual commits and lane collapsing 2009-04-22 00:39:12 +02:00
Jesse van den Kieboom
fd5f631825 Implemented basic virtual commit objects in history view
This still needs some work in the configure dialog
2009-04-22 00:39:12 +02:00
Ignacio Casal Quinteiro
ff5b3e9fac Updated Galician Translation 2009-04-21 12:28:58 +02:00
Jesse van den Kieboom
0861dfc063 Fixed duplicate renderer name 2009-04-20 15:11:22 +02:00
Jesse van den Kieboom
3e67a61ffc Fixed stock icon for Open menu item and capitalization and mnemonics of Recently Opened menu item
Fixes bug – remove cruft from configure
2009-04-20 15:09:06 +02:00
Jesse van den Kieboom
ea808751e4 Removed debug printing 2009-04-20 15:08:11 +02:00
Paolo Borelli
44614133e6 Remove unneeded lines 2009-04-20 15:07:09 +02:00
Jesse van den Kieboom
4fb7f42e17 Hide statusbar resize grip when window is shown maximized
Fixes bug #579592 – hide resize handle when fullscreen
2009-04-20 13:35:29 +02:00
Jesse van den Kieboom
08fa38e8d5 Implemented resolving tag ref objects to actual commits
This makes them show in the history view again. Before, 'real' tag objects did not show up because the refs are checked against commits.
2009-04-20 13:26:34 +02:00
Jesse van den Kieboom
1d486bf5d3 Updated maintainer e-mail address 2009-04-20 12:54:05 +02:00
Guilhem Bonnefille
110f9ab479 Fix bug tracker URL 2009-04-19 23:15:44 +02:00
Jesse van den Kieboom
b53a198a3d Updated translations 2009-04-19 23:09:48 +02:00
Jesse van den Kieboom
4341b68bb5 Use gint instead of int 2009-04-19 23:06:06 +02:00
Jesse van den Kieboom
71c30c3355 Only set visibility for files that are actually valid
Fixes bug #578754
2009-04-19 23:05:41 +02:00
Jesse van den Kieboom
448235ddcc Released version 0.0.2 2009-04-05 18:13:00 +02:00
Jesse van den Kieboom
cf38234be6 Changed behavior when reverting a file since there are still possible staged hunks (fixes bug #577298) 2009-04-05 18:01:14 +02:00
Jesse van den Kieboom
c5e8342da5 Fixed timestamp to date string conversion to be valid UTF-8 and
consistent (fixes bug #576685 and consequently debian bug #518705)
2009-04-05 17:52:09 +02:00
Jesse van den Kieboom
f698110cf9 Added 'cancelled' argument to runner end-loading signal
This allows signal handlers to detect a cancellation and act accordingly (this fixes bug #576683 and consequently debian bug #520922)
2009-04-05 17:29:20 +02:00
Jesse van den Kieboom
332d4e844f Added extra check for NULL on current ref 2009-04-05 17:03:13 +02:00
Jesse van den Kieboom
4aa2f33bc9 Added MAINTAINERS 2009-04-05 16:57:30 +02:00
Jonny Lamb
a64c2a8757 Terminate gtk_text_buffer_create_tag's arguments with NULL to prevent GLib warnings.
Signed-off-by: Jonny Lamb <jonny@debian.org>
2009-04-05 16:55:40 +02:00
Jesse van den Kieboom
0bba5fad1c Updated Dutch translations 2009-03-01 14:16:46 +01:00
Ignacio Casal Quinteiro
45706b9118 Added Galician Translation. 2009-03-01 14:14:40 +01:00
Jesse van den Kieboom
99b20ffc80 Updated changelog generation 2009-03-01 09:59:23 +01:00
Jesse van den Kieboom
e5ceed2402 Wrote NEWS and README 2009-03-01 08:56:44 +01:00
Jesse van den Kieboom
6a33dbc01b Hide 'searching filters history' since it is not implemented yet 2009-03-01 08:17:06 +01:00
Jesse van den Kieboom
2560524374 Put back empty changelog, seems to be needed 2009-03-01 08:16:29 +01:00
Jesse van den Kieboom
fe8d45bb3f Added authors, updated man page and generate changelog on make dist 2009-02-28 14:51:08 +01:00
Jesse van den Kieboom
d969e39f29 Fix compiler warning on not returning a value 2009-02-28 12:51:46 +01:00
Jesse van den Kieboom
940897a2f5 Use HASH_BINARY_SIZE (20) and HASH_SHA_SIZE (40) instead of hardcoded numbers 2009-02-28 12:51:30 +01:00
Jesse van den Kieboom
c4eb6d6ad9 Implemented viewing diff defails by affected files
Affected files show up in a tree view next to the diff. Selecting files form this treeview
will show the diff for only those files.
2009-02-28 12:45:02 +01:00
Jesse van den Kieboom
cddc7781e1 Replaced deprecated way of running git commands on a repository
Instead of running runner directly, run it through the repository which handles 
the correct git command and working directory etc
2009-02-26 09:13:06 +01:00
Jesse van den Kieboom
1ab85dbba4 Removed unused functions and variables 2009-02-25 20:34:59 +01:00
Ray Strode
e35ccd3aef megacommit to fix warnings 2009-02-25 20:34:59 +01:00
Jesse van den Kieboom
ac4516d9eb Use slice allocator instead of g_new/g_free 2009-02-25 20:34:59 +01:00
Jesse van den Kieboom
e951770bf2 Fixed small memory leak
Make sure to free result from g_get_current_dir
2009-02-25 20:34:59 +01:00
Jesse van den Kieboom
f82a727916 Removed unused wrap_set/get_double
Actually gconf_client_get_double does not even exist (it is get_float) but since it was never used 
it was stripped and compilation did not fail.
2009-02-25 19:20:46 +01:00
Jesse van den Kieboom
2cbed77be7 Handle conversion to utf8 correctly (might slow down a bit, need to test) 2009-02-24 21:15:18 +01:00
Jesse van den Kieboom
7780c66481 Clear list staged/unstaged list stores when setting a repository on GitgCommitView 2009-02-24 20:30:34 +01:00
Jesse van den Kieboom
4803e2b9b9 Store current repository ref 2009-02-21 14:55:24 +01:00
Jesse van den Kieboom
f0710a67fd Added experimental file monitoring to keep commit view up to date automatically 2009-02-21 13:22:11 +01:00
Jesse van den Kieboom
c7451a1815 Fixed last issue with file being removed from the commit list when unstaging changes in a new file 2009-02-21 12:48:21 +01:00
Jesse van den Kieboom
80524bd4cc Fixed some issues with staged/unstaged/new/modified file commit status
The file status was not properly updated when refreshing the commit view
2009-02-21 12:38:47 +01:00
Jesse van den Kieboom
f4805e921d Changed gtk+ requirement to 2.12 and made url/email hooks optionally
It seemed a bit silly to have to require 2.14 just for the about dialog, so for now I bumped it back to 2.12 and disabled the url/email code for gtk+ < 2.14
2009-02-21 11:50:09 +01:00
Jesse van den Kieboom
800cc6b645 Bumped dependency on gtk+ to 2.14 2009-02-21 11:43:36 +01:00
Michael Ellerman
b11b9d54c1 Set the PRIMARY selection to the SHA1 2009-02-16 16:45:47 +11:00