summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Chinese (China) translationgnome-3-38Boyuan Yang2021-11-141-41/+41
|
* Update Hungarian translationBalázs Úr2021-03-031-770/+765
|
* Update Turkish translationEmin Tufan Çetin2021-02-281-47/+47
|
* build: Post release version bumpChristian Persch2021-02-131-1/+1
|
* app: Limit the number of clipboard targets to a sensible number3.38.3Christian Persch2021-02-041-1/+1
| | | | (cherry picked from commit 4085fd5b87ebdc8fac4ebfa2ca926e47bf3f48ad)
* Update Norwegian Bokmål translationKjartan Maraas2021-01-251-14/+14
|
* Post release version bumpChristian Persch2021-01-091-1/+1
|
* Update Bengali (India) translation3.38.2Akarshan Biswas2021-01-041-1329/+1909
|
* search: Use timestamp when presenting the search dialogueChristian Persch2021-01-011-2/+3
| | | | | https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/294 (cherry picked from commit adeb0a07760b48d63dc186cd2efd07b6a775901a)
* desktop: Set StartupWMClassChristian Persch2020-12-261-0/+1
| | | | | | | | This isn't necessary for gnome-shell, but some other DEs need this to match gnome-terminal-server to the correct name. Fixes: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/314 (cherry picked from commit f806a81dc955ae5fcab7f651dcf58bec02a70a82)
* search: Make sure to focus the search dialogueChristian Persch2020-12-262-2/+15
| | | | | | | ... when it already exists; and move focus to the search entry. Fixes: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/294 (cherry picked from commit 8d2ea58d6049aba02448b622b6ad2b97919ad9f8)
* nautilus: Pass environment when creating a terminal in the current directoryChristian Persch2020-12-252-1/+4
| | | | | Fixes: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/303 (cherry picked from commit c42d9ccf31923f2b1e2eb59c40b48bf196846c7a)
* Update Norwegian Bokmål translationKjartan Maraas2020-12-041-689/+834
|
* Update Chinese (Taiwan) translationCheng-Chia Tseng2020-10-121-182/+194
|
* Add Indonesian help translationAndika Triwidada2020-10-071-0/+3681
|
* Added id language to helpDaniel Mustieles2020-10-051-1/+1
|
* build: Post release version bumpChristian Persch2020-10-031-1/+1
|
* build: Version 3.38.13.38.1Christian Persch2020-10-031-1/+1
|
* Update Hebrew translationYosef Or Boczko2020-09-281-460/+347
|
* Revert "screen: Use clean env when creating new tab"Christian Persch2020-09-171-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)
* Update Catalan translationJordi Mas2020-09-151-4/+4
|
* Update Portuguese translationJuliano Camargo2020-09-141-1266/+1805
|
* build: Post release version bumpChristian Persch2020-09-121-1/+1
|
* Version 3.38.03.38.0Christian Persch2020-09-121-3/+3
|
* Update Latvian translationRūdolfs Mazurs2020-09-121-649/+801
|
* Update Catalan translationJordi Mas2020-09-121-616/+7
|
* Update British English translationBruce Cowan2020-09-111-329/+350
|
* Update Italian translationGianvito Cavasoli2020-09-111-325/+350
|
* Updated Danish translationAlan Mortensen2020-09-111-319/+344
|
* Update Catalan translationJordi Mas2020-09-091-7/+7
|
* Updated Czech help translationMarek Černocký2020-09-091-18/+20
|
* Updated Czech translationMarek Černocký2020-09-091-516/+641
|
* Update Greek translationEfstathios Iosifidis2020-09-081-660/+813
|
* Update Hungarian translationBalázs Meskó2020-09-071-329/+352
|
* Update German translationMario Blättermann2020-09-071-741/+954
|
* Update Catalan translationJordi Mas2020-09-071-781/+902
|
* Update German translationMario Blättermann2020-09-041-321/+352
|
* Update Korean translationChangwoo Ryu2020-09-041-330/+359
|
* Update Slovak translationDušan Kazik2020-09-041-324/+352
|
* man: Document the various ways to run a command in a gnome-terminalSimon McVittie2020-09-031-1/+51
| | | | | | | | | | | | | | | | | | | | | There are three ways to run a command in a gnome-terminal (using "python -q" as my example because it illustrates how argument parsing works), of which "-e" was previously the only one listed in the man page: * gnome-terminal [OPTIONS] -- python3 -q * gnome-terminal [OPTIONS] -e "python3 -q" [MORE OPTIONS] * gnome-terminal [OPTIONS] -x python3 -q --command is a long form of -e, and --execute is a long form of -x. Both the "-e" and "-x" forms are deprecated in favour of the "--" form, but previously only the deprecated "-e" form was documented in the man page. Document the preferred form in the synopsis, and document -e and -x in terms of their replacements with the preferred form. Resolves: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/296
* Update Serbian translationМарко Костић2020-09-031-323/+350
|
* Update Basque translationAsier Sarasua Garmendia2020-08-301-182/+194
|
* Update Friulian translationFabio Tomat2020-08-281-177/+187
|
* Update Indonesian translationKukuh Syafaat2020-08-281-317/+344
|
* screen: Fix DND with variant x-moz-url typeChristian Persch2020-08-271-6/+5
| | | | | | | It appears that some producers (e.g., dolphin) produce a \r\n instead of just a \n, so strip the \r too. Fixes: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/293
* Update French translationThibault Martin2020-08-271-176/+189
|
* Updated Lithuanian translationAurimas Černius2020-08-251-175/+185
|
* Update Dutch translationNathan Follens2020-08-251-321/+347
|
* Update Japanese translationsicklylife2020-08-241-0/+3
|
* Update Japanese translationsicklylife2020-08-241-21/+26
|