summaryrefslogtreecommitdiff
path: root/applets/clock/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2023-07-11Clock applet/wayland: position calendar window same as in x11Luke from DC1-0/+8
* Clock applet/wayland: position calendar window same as in x11 - Wayland/clock: fix calendar window rendering when moved Ensure the calendar window cannot be "stretched" across the screen if the panel or the applet is moved while the calendar is showing
2023-06-28Fix distribution of applet service filesColomban Wendling1-1/+1
Fix distribution of the applet service files sources when building from an in-process-configured build. This fixes `make distcheck` and tarballs in builds configured with `--with-in-process-applets=all` (or actually any in-process applet). The issue was that the .service.in file was referenced indirectly in EXTRA_DIST, and the variable listed there was only filled in a conditional. Automake is not able to resolve this and see it still should distribute the reference of that variable, even if set conditionally. Fix this by always setting the variable properly, even if it's only used for out-of-process builds.
2020-03-02Do not collect the translation for Iconrbuj1-1/+1
2019-11-15fix mate-panel can not find mo fileWu Xiaotian1-1/+1
2019-11-11migrate from intltool to gettextWu Xiaotian1-6/+6
2018-04-26clock: Convert to GResourceVincent Untz1-9/+12
origin commits: https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=aa2895d https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=695d30c https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=00f9870 https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=9ade365
2015-09-06Rework gsettings schema buildinginfirit1-5/+4
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2013-06-30Fixes for make distStefano Karapetsas1-2/+3
2013-02-10Make GSettings schemas translatableStefano Karapetsas1-0/+3
2012-10-11migrate clock applet to gsettingsStefano Karapetsas1-33/+6
remove evolution code
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+205