Codebase list gnome-terminal / 1f9db49
Restore transparency Sophie Brun 4 years ago
2 changed file(s) with 18 addition(s) and 31 deletion(s). Raw diff Collapse all Expand all
8080
8181 terminal_class->child_exited = terminal_screen_child_exited;
8282
83 @@ -1059,7 +1062,9 @@ terminal_screen_profile_changed_cb (GSet
83 @@ -1058,7 +1061,9 @@ terminal_screen_profile_changed_cb (GSet
8484 prop_name == I_(TERMINAL_PROFILE_HIGHLIGHT_COLORS_SET_KEY) ||
8585 prop_name == I_(TERMINAL_PROFILE_HIGHLIGHT_BACKGROUND_COLOR_KEY) ||
8686 prop_name == I_(TERMINAL_PROFILE_HIGHLIGHT_FOREGROUND_COLOR_KEY) ||
9191 update_color_scheme (screen);
9292
9393 if (!prop_name || prop_name == I_(TERMINAL_PROFILE_AUDIBLE_BELL_KEY))
94 @@ -1126,6 +1131,32 @@ terminal_screen_profile_changed_cb (GSet
94 @@ -1125,6 +1130,32 @@ terminal_screen_profile_changed_cb (GSet
9595 }
9696
9797 static void
124124 update_color_scheme (TerminalScreen *screen)
125125 {
126126 GtkWidget *widget = GTK_WIDGET (screen);
127 @@ -1140,6 +1171,8 @@ update_color_scheme (TerminalScreen *scr
127 @@ -1139,6 +1170,8 @@ update_color_scheme (TerminalScreen *scr
128128 GdkRGBA *cursor_bgp = NULL, *cursor_fgp = NULL;
129129 GdkRGBA *highlight_bgp = NULL, *highlight_fgp = NULL;
130130 GtkStyleContext *context;
133133 gboolean use_theme_colors;
134134
135135 context = gtk_widget_get_style_context (widget);
136 @@ -1183,6 +1216,18 @@ update_color_scheme (TerminalScreen *scr
136 @@ -1182,6 +1215,18 @@ update_color_scheme (TerminalScreen *scr
137137 }
138138
139139 colors = terminal_g_settings_get_rgba_palette (priv->profile, TERMINAL_PROFILE_PALETTE_KEY, &n_colors);
152152 vte_terminal_set_colors (VTE_TERMINAL (screen), &fg, &bg,
153153 colors, n_colors);
154154 vte_terminal_set_color_bold (VTE_TERMINAL (screen), boldp);
155 @@ -1190,6 +1235,8 @@ update_color_scheme (TerminalScreen *scr
155 @@ -1189,6 +1234,8 @@ update_color_scheme (TerminalScreen *scr
156156 vte_terminal_set_color_cursor_foreground (VTE_TERMINAL (screen), cursor_fgp);
157157 vte_terminal_set_color_highlight (VTE_TERMINAL (screen), highlight_bgp);
158158 vte_terminal_set_color_highlight_foreground (VTE_TERMINAL (screen), highlight_fgp);
494494 +msgstr "Gennemsigtig baggrund"
495495 --- a/po/de.po
496496 +++ b/po/de.po
497 @@ -2373,6 +2373,15 @@ msgstr ""
498 msgid "C_lose Window"
499 msgstr "Fenster _schließen"
497 @@ -2496,6 +2496,15 @@ msgstr "Fenster _schließen"
498 #~ msgid "_Detach Tab"
499 #~ msgstr "Reiter ab_trennen"
500500
501501 +msgid "Title"
502502 +msgstr "Titel"
13761376 +msgstr "Fundo transparente"
13771377 --- a/po/ro.po
13781378 +++ b/po/ro.po
1379 @@ -2587,6 +2587,9 @@ msgstr "Î_nchide fereastra"
1379 @@ -2703,6 +2703,9 @@ msgstr "Î_nchide fereastra"
13801380 #~ msgid "_Next Terminal"
13811381 #~ msgstr "Terminalul _următor"
13821382
14201420 msgid "_Update login records when command is launched"
14211421 --- a/po/sk.po
14221422 +++ b/po/sk.po
1423 @@ -2959,3 +2959,12 @@ msgstr "_Zavrieť okno"
1423 @@ -3048,3 +3048,12 @@ msgstr "_Zavrieť okno"
14241424 #~ "\n"
14251425 #~ "Viac informácii o jednotlivých príkazoch získate pomocou „%s PRÍKAZ --"
14261426 #~ "help“.\n"
17241724 #~ "You already have a profile called “%s”. Do you want to create another "
17251725 --- a/po/uk.po
17261726 +++ b/po/uk.po
1727 @@ -2647,11 +2647,11 @@ msgstr "Закр_ити вікно"
1728 #~ msgid "Default size:"
1729 #~ msgstr "Типовий розмір:"
1730
1731 -#~ msgid "Title"
1732 -#~ msgstr "Заголовок"
1727 @@ -2399,3 +2399,12 @@ msgstr ""
1728 #: src/terminal-window.c:3224
1729 msgid "C_lose Window"
1730 msgstr "Закр_ити вікно"
1731 +
17331732 +msgid "Title"
17341733 +msgstr "Заголовок"
1735
1736 -#~ msgid "_Title:"
1737 -#~ msgstr "За_головок:"
1734 +
17381735 +msgid "_Title:"
17391736 +msgstr "За_головок:"
1740
1741 #~ msgid "Title and Command"
1742 #~ msgstr "Заголовок та команда"
1743 @@ -3398,8 +3398,8 @@ msgstr "Закр_ити вікно"
1744 #~ msgid "_Solid color"
1745 #~ msgstr "_Суцільний колір"
1746
1747 -#~ msgid "_Transparent background"
1748 -#~ msgstr "П_розоре тло"
1737 +
17491738 +msgid "Transparent background"
17501739 +msgstr "Прозоре тло"
1751
1752 #~ msgid "Switch to Tab 3"
1753 #~ msgstr "До вкладки 3"
17541740 --- a/po/vi.po
17551741 +++ b/po/vi.po
17561742 @@ -2703,8 +2703,8 @@ msgstr "Đón_g cửa sổ"
0 restore-transparency.patch
01 Update-Hebrew-translation.patch
12 Update-Romanian-translation.patch
23 Update-French-translation.patch