~vcs-imports/gnome-terminal/+git/gnome-terminal:wip/chergert/various

Last commit made on 2023-11-01
Get this branch:
git clone -b wip/chergert/various https://git.launchpad.net/~vcs-imports/gnome-terminal/+git/gnome-terminal

Branch merges

Branch information

Name:
wip/chergert/various
Repository:
lp:~vcs-imports/gnome-terminal/+git/gnome-terminal

Recent commits

2bcd3d8... by Christian Hergert <email address hidden>

profile: allow restyling of window to match profile

Profiles already include a number of colors which can be used to restyle
the application. This builds upon those colors in a similar fashion to
both gnome-text-editor and gnome-builder to reduce the distraction of the
window chrome from the interactive console.

95243d6... by Christian Hergert <email address hidden>

css: keep rounded corners and add padding

86011c4... by Christian Hergert <email address hidden>

screen: take padding into account when placing resize label

6d331b9... by Christian Hergert <email address hidden>

schema: fix palette colors to match GNOME palette changes

This was changed elsewhere and still needed to be updated within the schema
so that the defaults apply correctly.

69bab07... by Christian Persch <email address hidden>

app: Directly show the profile preferences when passed a profile

a3bb9cf... by Christian Persch <email address hidden>

schema: Deprecate unused pref

46b007a... by Christian Persch <email address hidden>

app: Separate edit-preferences for server and preferences

c226636... by Christian Persch <email address hidden>

preferences: Set numeric property on spin button rows

fc88d86... by Christian Hergert <email address hidden>

preferences: remove emoji hint from spin buttons

e00a13f... by Christian Hergert <email address hidden>

infobar: fix composition of GtkInfoBar

This fixes the crash due to an incomplete port of GtkInfoBar usage. This
needed to do composition, but some usage in TerminalScreen was still
assuming that TerminalInfoBar was a GtkInfoBar.

Proxy the response signal and add default response helper.