Commit Graph

3222 Commits

Author SHA1 Message Date
Alberto Fanjul
ceff68c667 Update info for last release 2019-05-23 08:53:59 +02:00
Gaurav Agrawal
0340864a1b Log error on gravatar image retrieve
gravatar is retrieved using http get operation, log error if it fails
2019-05-23 08:02:08 +02:00
Gaurav Agrawal
79a10fbf87 Detect links in commit messages
Parse subject and body for a commit message and convert urls into links.

It is possible to read custom links config from ./git/config ini file:

example to parse issues and merge request for gitlab:

```
[gitg.custom-link "issues"]
   regexp=!([0-9]+)
   replacement=https://gitlab.gnome.org/GNOME/gitg/merge_requests/\1
   color = orange
[gitg.custom-link "merge.request"]
   regexp=#([0-9]+)
   replacement=https://gitlab.gnome.org/GNOME/gitg/merge_requests/\1
   color = green
```
2019-05-23 07:56:16 +02:00
Gaurav Agrawal
cfb68e1628 packaging: Libdazzle added in dependencies 2019-05-23 07:48:22 +02:00
Gaurav Agrawal
cd5832bf53 Update link for issue tracker
Issue tracker was moved from bugzilla to gitlab
2019-05-23 07:37:12 +02:00
Gaurav Agrawal
02453de81c packaging: update gtkspell3 dependency 2019-05-23 07:34:49 +02:00
Alberto Fanjul
5680692252 Fix build instructions
Remove old reference to INSTALL document
2019-05-19 22:46:45 +02:00
Alberto Fanjul
90e9ea9666 Polish push action
- Avoid to connect to repo, that is managed by push operation
- Add access to ssh socket for flatpak
- Reload repo after push to reflect changes
2019-05-19 22:32:40 +02:00
Kukuh Syafaat
33ff186841 Update Indonesian translation 2019-05-08 09:52:52 +00:00
Alberto Fanjul
1be2990fea Fix time sort mode
Fix topological/time sort mode
Save miss commits on same second until its parents are painted
2019-05-05 12:11:50 +02:00
jonykalavera
f689d8b32d Do not use arrays as properties 2019-05-02 04:19:49 +02:00
Asier Sarasua Garmendia
1953defe63 Update Basque translation 2019-05-01 07:42:02 +00:00
Daniel Mustieles
687589a395 Updated Spanish translation 2019-04-24 09:51:33 +02:00
Ignazio Sgalmuzzo
d172282bfa Add push support 2019-04-24 04:49:41 +02:00
Alberto Fanjul
1f516e9b4a Set log domain for gitg 2019-04-23 20:35:38 +02:00
Alberto Fanjul
3ab568fd44 Remove path to gtksourceview for BOM files 2019-04-21 13:24:14 +02:00
Alberto Fanjul
c5114edca0 Avoid to grab focus on search bar with selected text 2019-04-21 00:55:13 +02:00
Antonio Ospite
8b138229b0 meson: update libgit2-glib-1.0 dependency
Recent gitg code requires APIs from libgit2 >= 0.27.8, specifically:
  - uses new body property
  - updates submodules

Bump the dependency version.
2019-04-20 10:05:48 +00:00
Alberto Fanjul
54e422839f Patch gtksourceview for files with BOM 2019-04-20 11:34:07 +02:00
Alberto Fanjul
d8a198ab2f Add typeahead find feature
Search on commit list will start as soon as you type
2019-04-19 12:38:20 +02:00
Ask Hjorth Larsen
83d3802b33 Updated Danish translation 2019-04-08 20:57:07 +02:00
Ask Hjorth Larsen
c172db8795 Updated Danish translation 2019-04-07 03:43:40 +02:00
Gaurav Agrawal
d8ba28be76 Fix deprecation set_background 2019-04-05 14:24:09 +02:00
Bilal Elmoussaoui
463778f848 Appdata: set the component type to desktop-application 2019-04-05 13:13:36 +02:00
Bilal Elmoussaoui
7894fbf599 Appdata: remove provides binary
The provides binary is fetched from the desktop file using appstream-compose.
No need to have a duplicated tag here.
2019-04-05 13:13:08 +02:00
Bilal Elmoussaoui
ea00ea3a77 appdata: remove AppMenu kudo
The AppMenu has been removed from 3.32 and it was also removed from the list of supported kudos.
See https://gitlab.gnome.org/GNOME/gnome-software/blob/master/doc/kudos.md
2019-04-05 13:12:27 +02:00
Adwait Rawat
cf61f15ad8 Fix deprecation menu.popup() 2019-04-04 22:47:31 +02:00
Alberto Fanjul
86b708ff55 Revert "libgitg-ext/meson.build: Use python module instead of deprecated python3 module"
This breaks compilation in flatpak
2019-04-04 22:46:55 +02:00
Pierre Lejeune
b411949ba3 libgitg-ext/meson.build: Use python module instead of deprecated python3 module 2019-04-04 22:01:06 +02:00
Adwait Rawat
09768f630c Include releases info in metadata 2019-04-04 21:49:22 +02:00
Matej Urbančič
7cf2475e9c Updated Slovenian translation 2019-03-22 21:48:10 +01:00
Matej Urbančič
603cbf0ae2 Updated Slovenian translation 2019-03-22 21:45:35 +01:00
Bruce Cowan
40fa9e5066 Update British English translation 2019-03-16 10:48:52 +00:00
Alberto Fanjul
7741ed3d4a flatpak: Fix libdazzle build 2019-03-13 23:13:52 +01:00
Marek Cernocky
c6f31fe95a Updated Czech translation 2019-03-10 18:14:56 +01:00
Guillaume Bernard
efd81be8d2 Update French translation 2019-03-10 14:57:16 +00:00
Nathan Follens
b76bceba02 Update Dutch translation 2019-03-10 13:03:18 +00:00
Adwait Rawat
96f3fada79 Load font with CSS
Avoid use deprecated method to update font

Co-authored-by: Adwait Rawat <adwait.rawat@gmail.com>
Co-authored-by: Gaurav Agrawal <agrawalgaurav1999@gmail.com>
2019-03-08 01:23:31 +01:00
Daniel Șerbănescu
ab89872e1b Update Romanian translation 2019-03-07 13:16:50 +00:00
Ask Hjorth Larsen
cc9369f4e6 Updated Danish translation 2019-03-05 15:46:37 +01:00
Trần Ngọc Quân
6bfbd5108a Updated Vietnamese translation
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2019-03-04 07:25:24 +07:00
Matej Urbančič
147da88a5d Updated Slovenian translation 2019-03-02 19:55:52 +01:00
Марко Костић
9ba14b2472 Update Serbian translation 2019-03-01 10:36:26 +00:00
Seong-ho Cho
809e0ec3c6 Update Korean translation 2019-03-01 05:41:06 +00:00
Milo Casagrande
e50b5aba04 Update Italian translation 2019-02-26 14:34:14 +00:00
Gaurav Agrawal
51d16acd5f Respect system fonts 2019-02-26 10:23:58 +00:00
Baurzhan Muftakhidinov
c1bc5de512 Update Kazakh translation 2019-02-17 07:42:18 +00:00
Rafael Fontenelle
180f23146c Update Brazilian Portuguese translation 2019-02-13 15:27:24 +00:00
Matej Urbančič
e77b42c6f0 Updated Slovenian translation 2019-02-12 20:22:19 +01:00
Emin Tufan Çetin
9b433567c1 Update Turkish translation 2019-02-09 09:45:22 +00:00