Re: [Vala] cannot locate ITS rules for org.gnome.Publisher.appdata.xml.in

2017-06-13 Thread Jens Georg
sascha@linux-ktr9:~/Projects/gnome-publisher1/data> make GEN org.gnome.Publisher.appdata.xml /usr/bin/msgfmt: cannot locate ITS rules for org.gnome.Publisher.appdata.xml.in Usually you forgot to specify the format when doing this, but your code looks good. check if you have appdata.its

[Vala] Connecting callbacks with Glade

2017-06-13 Thread Steven Oliver
I have been on and off for a couple of days now trying to get this to work in my application, but I cannot. Does anyone have any working examples they could pass along? Here are some articles I've gone through, but none of them seem to cure my issue. All of the examples on these sites do not compil

Re: [Vala] Connecting callbacks with Glade

2017-06-13 Thread Ben Iofel
Composite template support is great in vala. Here's an example file: https://github.com/vaccineapp/vaccine/blob/master/src/view/CatalogItem.vala and the associated glade file: https://github.com/VaccineApp/vaccine/blob/master/data/ui/catalog-item.ui Also, if you upload your code to GitHub or somet