Commit graph

1777 commits

Author SHA1 Message Date
Jesse van den Kieboom e56f52db4d Add PACKAGING to EXTRA_DIST 2014-01-09 23:33:02 +01:00
Jesse van den Kieboom 0f6ea6bc69 Remove MAINTAINERS from EXTRA_DIST 2014-01-09 23:33:02 +01:00
Jesse van den Kieboom 1ea17027e3 Fix back-portable header bar positions
This reverts dbb2e0feb0 and adds a
temporary fix for gtk+ >= 3.11. This commit can be reverted once we
bump our gtk+ requirement to 3.12.
2014-01-09 23:29:56 +01:00
Jesse van den Kieboom 9cbc47296f Force install of introspection files in $prefix 2014-01-09 21:29:09 +01:00
Jesse van den Kieboom 4c6cd7586a Added some useful descriptions for packagers 2014-01-09 21:12:56 +01:00
Jesse van den Kieboom fa8ebab10d Fix GitgExt.Message overrides 2014-01-09 20:54:01 +01:00
Jesse van den Kieboom 21fb208f8c Add hack to fix parallel install
libtool needs to relink at install (on some platforms) which requires
dependency libraries to be already installed. automake does not
generate the appropriate dependency so we do it here automatically. As
an additional bonus, we have to trick automake using a variable
indirection for the rule because it would otherwise omit the default
install rule.
2014-01-09 20:00:40 +01:00
Jesse van den Kieboom b8111c6656 Install libraries as part of the install-exec rule 2014-01-09 20:00:24 +01:00
Ignacio Casal Quinteiro 6d85aa513d Bump webkit requirement to 2.2 2014-01-09 17:16:03 +01:00
Jesse van den Kieboom f43bbde74d Bump webkit2 requirement to 2.0 in configure 2014-01-08 16:04:21 +01:00
Jesse van den Kieboom f6e0b34b68 Bump gtksourceview requirement to 3.10 in configure 2014-01-08 16:02:04 +01:00
Jesse van den Kieboom d949de5714 Bump gtk+ requirement to 3.10 in configure 2014-01-08 16:01:25 +01:00
Jesse van den Kieboom 99b040566a Bump glib requirement to 2.38 in configure 2014-01-08 16:01:00 +01:00
Jesse van den Kieboom bf021dcadd Do not assume external gsettings schemas exist
The problem with GSettings is that it errors when a schema is not found
causing the application to abort. We now check for schema existence of
external schemas that we optionally want to use.

https://bugzilla.gnome.org/show_bug.cgi?id=721748
2014-01-08 14:48:40 +01:00
Yosef Or Boczko dbb2e0feb0 Fix headerbar item positions
https://bugzilla.gnome.org/show_bug.cgi?id=721731
2014-01-08 15:40:42 +02:00
Piotr Drąg 7ccf90f126 Updated Polish translation 2014-01-07 23:40:48 +01:00
Yosef Or Boczko 5ec3b7467e Updated Hebrew translation 2014-01-07 16:37:48 +02:00
Yosef Or Boczko bcef796a0c Updated Hebrew translation 2014-01-07 16:34:42 +02:00
Daniel Mustieles b17ff8e928 Updated Spanish translation 2014-01-07 13:27:53 +01:00
Jesse van den Kieboom d4d999f990 Improve runtime error for non-thread-safe detection
https://bugzilla.gnome.org/show_bug.cgi?id=721664
2014-01-07 00:57:22 +01:00
Jesse van den Kieboom 270350f2c0 Added configure time check for git2 threadsafe
https://bugzilla.gnome.org/show_bug.cgi?id=721663
2014-01-07 00:28:21 +01:00
Dominique Leuenberger ce5a972b2d man pages: fix make install missing the man pages 2014-01-06 22:40:04 +01:00
Dominique Leuenberger 1ccd2a9c83 Fix desktop file: use corret MimeType in place of Mime-Type 2014-01-06 22:09:39 +01:00
Jesse van den Kieboom 8f1ebd7563 Depend on Makefile.in to regenerate .gitignore
This allows .gitignore generation to depend on included Makefile.am
from subdirs in non-recursive make.
2014-01-06 18:01:02 +01:00
Jesse van den Kieboom cfbfc98d18 Fix option shorthand description view -> activity 2014-01-06 17:51:22 +01:00
Jesse van den Kieboom fbbe5c0617 Use normal pixbuf renderer for sidebar icons 2014-01-06 17:47:11 +01:00
Jesse van den Kieboom b67f6fbd04 Use normal pixbuf renderer for navigation icons 2014-01-06 17:37:37 +01:00
Jesse van den Kieboom a2d62663fe Remove accels from ui file 2014-01-06 15:51:18 +01:00
Jesse van den Kieboom b77d33a512 Unify description of gitg 2014-01-06 14:16:24 +01:00
Milo Casagrande 76ba460b5b [l10n] Updated Italian translation. 2014-01-06 09:07:13 +01:00
Jesse van den Kieboom f8daeca593 Update screenshots 2014-01-06 00:35:07 +01:00
Jesse van den Kieboom 6a4ddea50f Update screenshot dimensions 2014-01-05 22:57:26 +01:00
Jesse van den Kieboom 91ef0a4a02 Add Ignacio to maintainers 2014-01-05 22:08:38 +01:00
Jesse van den Kieboom f02b787505 Remove MAINTAINERS file
This information is now maintained in gitg.doap
2014-01-05 22:07:59 +01:00
Jesse van den Kieboom ed5bbdc836 Link appdata screenshot to wiki 2014-01-05 21:24:23 +01:00
Jesse van den Kieboom 29f26670c8 Add handler for mailto: schemes 2014-01-05 21:08:31 +01:00
Jesse van den Kieboom d3dc9dc507 Add mailto: uri scheme to user e-mail 2014-01-05 21:08:09 +01:00
Jesse van den Kieboom 628f7795bd Release 0.3.1 2014-01-05 20:12:32 +01:00
Jesse van den Kieboom 92d891bd4e Fix unstage_patch by reversing applying patch 2014-01-05 20:10:46 +01:00
Jesse van den Kieboom abafcb9cd6 List internal vapi dependencies as sources
This should solve the dependency issue breaking parallel build.
Instead of specifying dependencies on in-project libraries using --pkg,
we now directly specify the corresponding .vapi in sources, which makes
it properly depend.
2014-01-05 19:47:53 +01:00
Jesse van den Kieboom 2822a88e91 Use Primary instead of Ctrl 2014-01-05 18:26:20 +01:00
Jesse van den Kieboom 5af5ae618d Install Ctrl+R accelerator after F5 2014-01-05 18:25:29 +01:00
Jesse van den Kieboom 7e4f41f006 Add app menu accelerators when not in shell 2014-01-05 18:23:56 +01:00
Jesse van den Kieboom d745b7b992 Separate libgitg and libgitg-ext targets 2014-01-05 17:05:40 +01:00
Jesse van den Kieboom 55c01ec405 Nicer message when installing icons 2014-01-05 16:59:43 +01:00
Jesse van den Kieboom 98a43e47f4 Use $(MKDIR_P) 2014-01-05 16:59:43 +01:00
Jesse van den Kieboom 1a7665f5d0 Use $(GTK_UPDATE_ICON_CACHE) 2014-01-05 16:59:43 +01:00
Jesse van den Kieboom de6759891b Check for gtk-update-icon-cache (not -3.0) 2014-01-05 16:59:42 +01:00
Jesse van den Kieboom ec77c2362c Only update themes for which we have icons 2014-01-05 16:59:42 +01:00
Yosef Or Boczko 6c06780e33 Add an artists to the about dialog 2014-01-05 16:03:09 +02:00