Commit graph

3403 commits

Author SHA1 Message Date
Alberto Fanjul
4e0d78b83e WIP: Filter by path 2023-02-04 10:03:21 +01:00
Alberto Fanjul
5455a5ebe1 Show commit details for submodule history view 2023-02-04 08:35:08 +01:00
Daniel Mustieles
9f02d9d148 Update Spanish translation 2023-02-01 15:49:05 +00:00
Kukuh Syafaat
98d28d7097 Update Indonesian translation 2023-02-01 03:11:29 +00:00
Aleksandr Melman
be738774c4 Update Russian translation 2023-01-29 22:11:45 +00:00
Yuri Chornoivan
70d0f9f34b Update Ukrainian translation 2023-01-27 20:49:29 +00:00
Hugo Carvalho
5f8677ac50 Update Portuguese translation 2023-01-27 14:43:21 +00:00
Ekaterine Papava
5fd58564c1 Update Georgian translation 2023-01-25 07:03:20 +00:00
Emin Tufan Çetin
416825bce7 Update Turkish translation 2023-01-24 23:48:04 +00:00
Sabri Ünal
284fe76135 application: Remove unsued help entry
Leftover from my previous commit: 0a977272e3
2023-01-24 18:09:52 +00:00
Sabri Ünal
e45e45d4b1 menu: Change about entries
GNOME apps use About entriges with app names, e.g. "About Files".
Follow GNOME scheme and display the "About gitg" entry in the both menu.
2023-01-24 18:09:52 +00:00
Sabri Ünal
5e6e2bbb7d help-overlay: Remove accel from menus
As far as I know the accel entries have been removed in GTK3
or are no longer shown by default.
If we need it again, we can add it with GTK-4.
2023-01-24 18:09:52 +00:00
Sabri Ünal
ba36703b94 Update Turkish translation 2023-01-22 19:16:34 +00:00
Ekaterine Papava
9b35359321 Update Georgian translation 2023-01-20 16:53:04 +00:00
Alberto Fanjul
71b16b3dfb Honor core.hooksPath property 2023-01-09 04:56:18 +01:00
svineet
a4af1d68a8 Add file filter by name for stage view 2023-01-09 02:56:39 +01:00
Alberto Fanjul
da91c7d38d refresh references on external change 2023-01-09 01:58:02 +01:00
Alberto Fanjul
fb8797955a Check renamed branch prefix does not match with existing branches 2023-01-09 00:35:55 +01:00
Alberto Fanjul
6f59ee96b9 Start rename edition from history view 2023-01-08 22:06:33 +01:00
Alberto Fanjul
49d2b67539 Calculate selected ref on history view 2023-01-08 19:34:04 +00:00
Alberto Fanjul
60a775df4d Disable remove current checked branch 2023-01-08 19:34:04 +00:00
Sabri Ünal
201de21e7e help-overlay: Add missing Reload action
Add missing reload action to help-overlay.
2023-01-08 02:49:28 +03:00
Sabri Ünal
0a977272e3 help-overlay: Remove help shortcut
Due to we don't have a help page, remove the help shortcut from help-overlay.
2023-01-08 02:33:08 +03:00
Anders Jonsson
0366b65098 Update Swedish translation 2022-12-31 13:36:12 +00:00
Yuri Chornoivan
57d220cca9 Update Ukrainian translation 2022-12-24 09:02:52 +00:00
Fran Dieguez
5b80fe8474 Update Galician translation 2022-12-21 19:36:00 +00:00
Yaron Shahrabani
a130753b73 Update Hebrew translation 2022-11-27 15:40:05 +00:00
Emin Tufan Çetin
cba0f1c212 Update Turkish translation 2022-11-23 20:03:00 +00:00
Fabio Tomat
a34419ca3d Update Friulian translation
(cherry picked from commit a44e837d1c)
2022-10-25 11:25:19 +00:00
Aleksandr Melman
3a94271c0f Update Russian translation 2022-10-17 12:22:05 +00:00
Alexis De Bacco
7760298b37 Show info on errors in command line about init option 2022-10-12 12:25:38 +02:00
Alberto Fanjul
25fd23996d retrieve correctly the parent window for context menus 2022-10-12 11:45:39 +02:00
svineet
c2c52f5b9a Open files in external editor 2022-10-12 11:45:07 +02:00
Marc Häfner
abd884ffe3 Reuse previous filemode when staging patches
Fixes #190
2022-10-11 23:24:15 +02:00
Anders Jonsson
ae878604ad gschema: Fix typos 2022-10-11 20:07:43 +02:00
Clayton G. Hobbs
ec8d97d5c4 Fix window growing each start
As described in bug 771290, the window got slightly larger each time
gitg was run.  This was due to the way we accidentally mixed APIs when
saving/restoring the window size.

To fix this, use GtkWindow methods when saving the window size.  This
is consistent with our prior use of GtkWindow methods to set the window
size on startup.

https://bugzilla.gnome.org/show_bug.cgi?id=771290
2022-10-11 00:25:12 +02:00
Adwait Rawat
4ce63eeb37 Allow to sign commits 2022-10-10 22:31:16 +02:00
Aleksandr Melman
32271214d3 Update Russian translation 2022-10-09 13:26:24 +00:00
Grzegorz Szymaszek
54470109f6 Require libgit2-glib >= 1.1.0
At least since commit ddda7f14c4 ("Include
conflict status") (2022-03-14), gitg technically requires libgit2-glib
with commit 05a4fb1aa0263a30cd004da36dd7cba0843bf701 ("Map flags related
to conflicts") (2022-03-14). It is included in release v1.1.0
(2022-07-18) of the latter.

Update the libgit2-glib version requirement in meson.build to depend on
versions >= 1.1.0 instead of >= 1.0.0.
2022-10-06 07:23:38 +00:00
Alberto Fanjul
d67cbfe7f1 Correct behaviour of --standalone option
if not present git should allow to open several instances
make this default for desktop, allowing use Primary key to open a new instance
2022-10-04 10:14:41 +02:00
Gaurav Agrawal
0b35180bec Option to delete sources from disk 2022-10-04 08:43:21 +02:00
Sabri Ünal
a6675befae WIP: data: Remove GNOME branding 2022-10-04 06:24:11 +00:00
Tiago Neto
ce7b4b2d78 customizable datetime format 2022-10-02 22:54:31 +02:00
Alberto Fanjul
2164c6359d honor avatar service settings 2022-10-02 22:54:31 +02:00
Alberto Fanjul
6cfdfd5415 honor commit settings 2022-10-02 22:54:31 +02:00
Zurab Kargareteli
7b163cdc05 Update Georgian translation 2022-10-02 10:43:46 +00:00
Alberto Fanjul
5524ad8a19 flatpak: upgrade libssh2 to version 1.10.0 2022-10-01 10:31:17 +02:00
Goran Vidović
93b02f8472 Update Croatian translation 2022-09-27 16:00:52 +00:00
Sabri Ünal
d1dc94bdf9 Update Turkish translation 2022-09-23 06:43:49 +00:00
Sabri Ünal
ae235316d7 Update Turkish translation 2022-09-18 08:08:16 +00:00