Jeremy Soller
|
4b753ff2aa
|
Update dependencies
|
2024-05-28 19:09:13 -06:00 |
|
svin24
|
1db13d0707
|
Revert sounds more natural
|
2024-05-24 11:55:52 -06:00 |
|
svin24
|
0411800b04
|
updates in translation
more natural language in some cases
|
2024-05-24 11:55:52 -06:00 |
|
svin24
|
34f43a8aff
|
Match Desktop better off as 'automatic'
|
2024-05-24 11:55:52 -06:00 |
|
svin24
|
0e9d3f48b3
|
initial greek translation
|
2024-05-24 11:55:52 -06:00 |
|
Jeremy Soller
|
bcd5e31d6c
|
Update libcosmic
|
2024-05-20 14:12:21 -06:00 |
|
Aliaksandr Truš
|
7f76c7e38f
|
i18n(be): Add Belarusian translation
|
2024-05-18 08:06:06 -06:00 |
|
Ashley Wulber
|
63b807a443
|
fix: add dep to debian control
|
2024-05-18 01:34:56 +02:00 |
|
Jeremy Soller
|
34289b2936
|
Update libcosmic
|
2024-05-17 13:20:24 -06:00 |
|
Jeremy Soller
|
a0397054d6
|
Update dependencies
|
2024-05-17 08:58:23 -06:00 |
|
Jeremy Soller
|
7f5a5b4bf0
|
Update dependencies
|
2024-05-14 13:15:02 -06:00 |
|
Rajas Paranjpe
|
b7b3e942fa
|
Add CopyOrSigint shortcut for Ctrl+C
|
2024-05-14 10:57:32 -06:00 |
|
Rajas Paranjpe
|
ec58819a68
|
Nix flake for developing in NixOS
|
2024-05-14 10:57:15 -06:00 |
|
Skygrango
|
4dfd9151ee
|
i18n(zh_TW): add Taiwanese translation
|
2024-05-10 14:22:32 -06:00 |
|
Jeremy Soller
|
291a365c45
|
Update dependencies and patch for Redox
|
2024-05-06 15:21:28 -06:00 |
|
VandaLHJ
|
c64f49a8f8
|
Update cosmic_term.ftl PL Translation
Update to match EN locale - added working-directory, hold,r emain-open translations.
|
2024-05-05 16:46:38 -06:00 |
|
Ashley Wulber
|
e6aecbe840
|
fix: update deps
should fix sctk mismatch
|
2024-05-03 10:02:06 -06:00 |
|
Jeremy Soller
|
2e9264ee5c
|
Update dependencies
|
2024-05-01 13:12:05 -06:00 |
|
Jeremy Soller
|
d7869dcc44
|
Update dependencies
|
2024-05-01 12:16:49 -06:00 |
|
EdenQwQ
|
b6a07c834e
|
i18n(zh_CN): add Chinese translation
|
2024-04-30 07:57:50 -06:00 |
|
Jeremy Soller
|
21737d380e
|
Upgrade libcosmic, downgrade serde
|
2024-04-28 08:56:16 -06:00 |
|
Jeremy Soller
|
4cec08875f
|
Merge branch 'master' of https://github.com/pop-os/cosmic-term
|
2024-04-26 10:27:52 -06:00 |
|
Jeremy Soller
|
f720e63793
|
Update libcosmic
|
2024-04-26 10:24:07 -06:00 |
|
Jeremy Soller
|
97523f689d
|
Merge branch 'snaggen-primary'
|
2024-04-26 10:13:51 -06:00 |
|
Jeremy Soller
|
1047004a6d
|
Merge branch 'primary' of https://github.com/snaggen/cosmic-term into snaggen-primary
|
2024-04-26 10:13:35 -06:00 |
|
Daniel Eades
|
3ccfa4509d
|
minor refactoring
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
5f0a0ba726
|
remove unused 'self' (clippy::unused_self)
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
1b53309d63
|
use 'Self' keyword to refer to own type (clippy::use_self)
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
1eb1bd4caa
|
minor refactoring
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
cfa0087128
|
remove no-op if statement (clippy::needless_if)
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
9544ba9397
|
remove needless borrows (clippy::needless_borrows_for_generic_args)
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
ec5c2a1991
|
flip boolean block (clippy::if_not_else)
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
34cf7bf76a
|
use 'let/else' syntax (clippy::manual_let_else)
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
76d166b266
|
prefer lossless conversion to cast (clippy::cast_lossless)
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
e3a0d8c6dd
|
use dedicated method for iterating over map keys (clippy::for_kv_map)
|
2024-04-26 10:12:44 -06:00 |
|
daniel.eades
|
f8c23b2ef1
|
remove needless mut (clippy::needless_pass_by_ref_mut)
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
89174c5e0d
|
use implicit iter loops (clippy::explicit_iter_loop)
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
de6f48a951
|
fixup
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
d3eb8d5ad0
|
use 'clamp' function (clippy::manual_clamp)
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
4b7c0ca15a
|
avoid manual 'try' statement (clippy::question_mark)
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
4913e08492
|
avoid cloning 'copy' types (clippy::clone_on_copy)
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
e7e2ac18c8
|
remove needless 'return' statements (clippy::needless_return)
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
0811bbe18c
|
replace 'seach-is_some' with 'any' (clippy::search_is_some)
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
011af310d2
|
collapse single match blocks (clippy::single_match, clippy::single_match_else)
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
dcae0a4c2e
|
use inline format args (clippy::uninlined_format_args)
|
2024-04-26 10:12:44 -06:00 |
|
Dominic Gerhauser
|
fa744071f8
|
Add tty working dir and hold
|
2024-04-26 10:01:49 -06:00 |
|
Leandro Cofre
|
bf66f31735
|
Fix minor spanish translation issues
|
2024-04-25 20:00:47 -06:00 |
|
Gunnar Raßmann
|
bcdacde471
|
corrected spelling mistakes
|
2024-04-25 19:59:41 -06:00 |
|
Gunnar Raßmann
|
f9390e5567
|
i18n(de): Add German translation
|
2024-04-25 19:59:41 -06:00 |
|
VandaLHJ
|
1d80fd3552
|
Update cosmic_term.ftl PL Translation
Added some bits to match EN
|
2024-04-25 19:59:15 -06:00 |
|