Commit graph

229 commits

Author SHA1 Message Date
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
Jesse van den Kieboom d637e5b3d0 Only show invalid git repository warning when opened with arguments
Show GUI insensitive when no repository is loaded
2009-02-15 13:34:36 +01:00
Jesse van den Kieboom 79d686825a Added simple bundle support
This can be used to produce a zip file which can be distributed and run without installing. Use ./configure --enable-bundle and after 'make bundle' to produce the bundle.
2009-02-15 13:30:39 +01:00
Jesse van den Kieboom 7cbcd31f8a Put GtkBuilder common code in gitg-utils
Original patch by SZEDER Gábor <szeder@ira.uka.de>
2009-02-14 22:37:04 +01:00
Jesse van den Kieboom 4545985702 Fixed warning for showing details of last commit (without parents) 2009-02-14 22:27:38 +01:00
Jesse van den Kieboom 95a8d8589d Fixed problem with staging files in an empty repository 2009-02-14 20:18:24 +01:00
Jesse van den Kieboom ad0222b591 Updated translations 2009-02-14 20:10:51 +01:00
Jesse van den Kieboom 0877b613ee Added proper error handling when user name or email cannot be found for sign off message 2009-02-14 20:03:01 +01:00
Jesse van den Kieboom 02da71937d Implemented Signed-off-by as check button in commit view 2009-02-14 19:37:24 +01:00
Jesse van den Kieboom caedf2c714 Added translations (patch by Guilhem Bonnefille) 2009-02-14 19:06:15 +01:00
Jesse van den Kieboom 27b93ae7c1 Implemented better about dialog 2009-02-14 18:41:55 +01:00
Jesse van den Kieboom d0a07a496c Updated ignores 2009-02-14 17:40:02 +01:00
Jesse van den Kieboom e858474099 Make 'make distcheck' work 2009-02-14 17:34:21 +01:00
Jesse van den Kieboom 37ec0cc0de Updated GPL license in all source files 2009-02-08 15:40:57 +01:00
Jesse van den Kieboom e40a85b77f Fixed issue with unstaging new file made it disappear 2009-02-08 14:45:38 +01:00
Jesse van den Kieboom 89d2a0da8c Make sure to rescan after removing regions 2009-02-08 14:38:33 +01:00
Jesse van den Kieboom bf6012d548 Implemented basic preferences
The lane collapse preference works, search filter not yet. Also, colors for the diff were implemented, but due to a limitation in gtksourceview this does not work (and is not yet committed).
2009-02-08 13:07:17 +01:00
Jesse van den Kieboom d4a1a2e987 Added search popup translations 2009-02-06 23:45:37 +01:00
Jesse van den Kieboom a5cbe7f3a8 Fixed search popup translation domain 2009-02-06 23:45:28 +01:00