~linuxmint-daily-build-team/linuxmint/+git/cinnamon-desktop:fix-lctime-clock

Last commit made on 2019-12-11
Get this branch:
git clone -b fix-lctime-clock https://git.launchpad.net/~linuxmint-daily-build-team/linuxmint/+git/cinnamon-desktop

Branch merges

Branch information

Recent commits

2a36f0c... by Clement Lefebvre <email address hidden>

Clock: Fix date format when LC_TIME and LANGUAGE are the same, or LC_TIME is NULL

In that case, even though we're not setting the LANGUAGE,
we still need to localize the string with gettext.

03937db... by Clement Lefebvre <email address hidden>

4.4.0

0b4b063... by Michael Webster

org.cinnamon.desktop.session schema: Remove logind/consolekit settings
for cinnamon-session and cinnamon-settings-daemon.

7cd7c00... by Clement Lefebvre <email address hidden>

Fetch clock formats using LC_TIME (as opposed to LANGUAGE) (#132)

d92bceb... by Leigh Scott <email address hidden>

Fix unused GIR transfer notation on integer values (#130)

86cc5e8... by Clement Lefebvre <email address hidden>

4.2.0

2302e6d... by Eli Schwartz <email address hidden>

Meson deprecations (#128)

* meson: require the minimum meson version for features we use

pkgconfig custom variables are not available in 0.37

* meson: fix deprecation warnings

build_always is replaced in spirit by build_always_stale, and had the
side effect of activating build_by_default which was only available in
meson >= 0.38. Since we already require a higher meson version, and the
behavior we actually want is the latter, we should just use it directly.

af8bb15... by Eli Schwartz

Remove legacy migration script from cinnamon 2.4 (#127)

43cc39d... by Clement Lefebvre <email address hidden>

Privacy: Enable recents by default

Following the review of docinfo, this should be enabled by default.

962c725... by Leigh Scott <email address hidden>

Update for meson changes (#126)