summaryrefslogtreecommitdiff
path: root/panels/datetime/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* datetime: Implement the new time-date editor dialog designMohammed Sadiq2020-09-151-4/+0
|
* Correct incorrect timezone on world map for North KoreaAndre Klapper2019-10-171-2/+0
| | | | Fixes #713
* Correct incorrect timezone on world map for VenezuelaAndre Klapper2019-10-141-2/+0
| | | | Fixes #714
* Remove unused GNOMELOCALEDIR definesRobert Ancell2019-09-091-2/+1
|
* build: Include generated sources in declared dependenciesTing-Wei Lan2019-08-251-0/+6
| | | | | | | | | | | | | Sometimes ninja decides to compile tests/interactive-panels/main.c, which requires shell/resources.h, before shell/resources.h is generated. The fix is to use 'sources' argument of declare_dependency to properly declare the dependency on generated headers. A fix for tests/datetime and panels/datetime is also included in the commit to fix a similar problem. Closes https://gitlab.gnome.org/GNOME/gnome-control-center/merge_requests/472
* datetime: Make .ui filename match the .c filenameRobert Ancell2018-11-121-1/+1
|
* Move datetime tests into tests subdirectoryBenjamin Berg2018-04-171-21/+2
|
* Move common panel code from shell/ to panel/commonBenjamin Berg2018-04-171-1/+1
| | | | | This creates a new static library called libwidget which the shell links against.
* build: Migrate from Intltool to GettextIñigo Martínez2018-01-231-4/+5
| | | | | | | | Recent versions of Gettext are able to translate several formats that are used in GNOME applications. This patch migrates from Intltool to Gettext by using meson's i18n features. https://bugzilla.gnome.org/show_bug.cgi?id=787588
* build: Port to meson build systemIñigo Martínez2018-01-171-0/+214
Meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools. https://bugzilla.gnome.org/show_bug.cgi?id=785414