summaryrefslogtreecommitdiff
path: root/panels/search/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* build: meson's i18n.merge_file() doesn't take positional argswip/hadess/fix-i18n-merge_file-apiBastien Nocera2022-01-071-1/+0
| | | | | | So remove them. This is now an error in newer versions of meson.
* search: Make .ui filename match the .c filenameRobert Ancell2019-09-091-1/+1
|
* Remove unused GNOMELOCALEDIR definesRobert Ancell2019-09-091-2/+1
|
* search: Move row into its own object (CcSearchPanelRow)Felipe Borges2019-08-061-1/+2
| | | | | | This decouples the user interface parts from the control logic, making it easy for designers to tweak the look & feel of the rows. Besides, it makes it easier to introduce Drag & Drop capabilities.
* search: Make .ui filename match the .c filenameRobert Ancell2018-11-121-1/+1
|
* 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-2/+3
| | | | | | | | 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/+48
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