summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build: Post release version bumpgnome-42Christian Persch2023-02-111-1/+1
|
* Add Abkhazian translation3.44.3Nart Tlisha2023-01-062-0/+2246
|
* build: Post release version bumpChristian Persch2022-10-211-1/+1
|
* metainfo: Remove XML namespaces3.44.2Christian Persch2022-10-212-10/+2
| | | | | | | | They breaks merging translations due to gettext bug https://savannah.gnu.org/bugs/?54472 . https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/356 (cherry picked from commit 8917075ee1842435dbdb33ebd6cd69e63c6f4880)
* Update French translationCharles Monzat2022-09-171-17/+25
|
* Update Georgian translationZurab Kargareteli2022-08-151-2299/+1855
|
* Update Italian translationGianvito Cavasoli2022-06-141-316/+333
|
* build: Post release version bumpChristian Persch2022-05-281-1/+1
|
* util: Show timestamps in the local timezone3.44.1Christian Persch2022-05-271-1/+1
| | | | | Fixes: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/7904 (cherry picked from commit cc7bd0a80bb69a1d15138323d3485d5f51669e79)
* Update Nepali translationPawan Chitrakar2022-05-231-740/+943
|
* Update Basque translationAsier Sarasua Garmendia2022-04-241-215/+215
|
* screen: Use same match cursor as vte hyperlink cursor.Christian Persch2022-04-221-2/+2
| | | | | | | As in vte@8d8243b2, use the "pointer" cursor for matches. https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/7900 (cherry picked from commit 3a3d84fd6c7c2c0ed937cd7cd2a7ae4eabc83060)
* Update German translationPhilipp Kiemle2022-04-211-51/+52
|
* build: Post release version bumpChristian Persch2022-03-271-1/+1
|
* build: Version 3.44.03.44.0Christian Persch2022-03-271-2/+2
|
* Update Dutch translationNathan Follens2022-03-251-320/+340
|
* Update Latvian translationRūdolfs Mazurs2022-03-241-315/+336
|
* Update Catalan translationJordi Mas2022-03-201-1/+1
|
* Update Catalan translationJordi Mas2022-03-201-11/+11
|
* Update Catalan translationJordi Mas2022-03-201-6/+6
|
* Update Norwegian Bokmål translationKjartan Maraas2022-03-171-320/+350
|
* Update Serbian translationМарко Костић2022-03-111-315/+335
|
* all: Insert text as pasteChristian Persch2022-03-074-6/+34
| | | | | | Use new API vte_terminal_paste_text() to insert text. (cherry picked from commit f5f15e67492ac61ebe664c5ea12377eedb41f112)
* Update Korean translationSeong-ho Cho2022-03-041-4/+6
|
* Update Turkish translationEmin Tufan Çetin2022-02-231-316/+336
|
* Update Bulgarian translationAlexander Shopov2022-02-141-73/+84
|
* Update Basque translationAsier Sarasua Garmendia2022-02-131-50/+50
|
* build: Post release version bumpChristian Persch2022-02-121-1/+1
|
* Revert "screen: Use clean env when creating new tab"3.43.90Christian Persch2022-02-121-4/+7
| | | | | | | | | | | | | | | | | | | | The patch is correct, but it exposes a deficiency in the desktop environment in that the WM/shell's environment contains necessary env vars (e.g. ssh-agent variables) that are missing from the systemd --user / d-bus activation environment. The desktop will need to update the activation environment, but until that is done, reverting the patch will revert gnome-terminal to the previous behaviour of effectively using the environment of the client of the first terminal created for all new terminals opened via new terminal/tab/window. This reverts commit 9bb94e3aab84ecc4e7733d0ee001ee50256bd273. https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/253 (cherry picked from commit 57ea15c4bdf15247f1d403aa24fb18efe23cd8a7) (cherry picked from commit 16bd9f6a4181d37af2769e7ca5a1f9a1211cfaac) (cherry picked from commit ff0ca88c1ccef6e0eaeaa642951937d4410e228b) (cherry picked from commit bc96e6ee9684305890fdeacdd852341703aa718a)
* build: Version 3.43.90Christian Persch2022-02-121-1/+1
|
* nautilus: Work around gtk_get_current_event_time() absence on gtk4Christian Persch2022-02-111-0/+4
|
* nautilus: Undef gtk min/max version definesChristian Persch2022-02-111-0/+2
| | | | | Try to unbreak the build with nautilus git master which brings in gtk4 now.
* regex: Fix path-less URL recognitionEgmont Koblinger2022-02-032-1/+17
| | | | | | | | URLs are allowed to contain the query ('?') or fragment ('#') directly after the hostname without a path or even a path separator ('/'), so fix the regexes to recognise these URLs. Fixes: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/7888
* Revert "regex: Workaround a PCRE bug resulting in not recognizing schemeless ↵Christian Persch2022-02-031-5/+1
| | | | | | URLs" This reverts commit bb808a756935adbdf2bf950ae100c907374292b9.
* Updated Danish translationAlan Mortensen2022-01-301-32/+39
|
* Update Russian translationSergej A2022-01-241-1500/+2234
|
* Update Catalan translationJordi Mas i Hernandez2022-01-201-16/+21
|
* Update Portuguese translationHugo Carvalho2022-01-171-129/+149
|
* build: Fix for newer mesonChristian Persch2022-01-141-4/+1
|
* server: Unset unwanted envvarChristian Persch2022-01-141-0/+2
|
* Update Galician translationFran Dieguez2022-01-111-43/+42
|
* Update Indonesian translationKukuh Syafaat2021-12-231-48/+48
|
* Update Portuguese translationHugo Carvalho2021-12-181-138/+117
| | | | (cherry picked from commit c5699304d27bc001df5652d864dccc36e5352a1a)
* window: Use a normal menu for the popup menuChristian Persch2021-12-091-0/+1
| | | | | | | ... since the popover doesn't support scrolling, making a long list of profiles unusable. Fixes: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/7882
* Remove obsolete fileChristian Persch2021-12-091-3/+0
|
* Update Friulian translationFabio Tomat2021-11-221-53/+52
|
* Updated Spanish translationDaniel Mustieles2021-11-161-79/+79
|
* Updated Spanish translationDaniel Mustieles2021-11-161-23/+28
|
* Update Chinese (China) translationBoyuan Yang2021-11-141-50/+50
|
* Update Catalan translationJordi Mas2021-11-131-2/+2
|