summaryrefslogtreecommitdiff
path: root/src/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* GladeWindow: Remove surveyJuan Pablo Ugarte2022-08-101-4/+0
| | | | We do not need to run the survey anymore since there is not plan for further development.
* Remove Guido memorialJuan Pablo Ugarte2022-08-101-2/+1
|
* Fix windows build on msysJuan Pablo Ugarte2020-10-091-3/+15
| | | | | | | | | | Use -Wl,--export-all-symbols and -Wl,--no-undefined to export symbols on mingw GladeApp: use PACKAGE_NAME instead of PACKAGE Remove copyright symbol from resource files to avoid weird UTF error building with mingw on msys
* GladeWindow: use VCS version in development seriesJuan Pablo Ugarte2020-09-171-0/+2
| | | | Closes issue #472 "gnome-nightly: About dialog should display git commit rev"
* GladeWindow: Add Guido Macchi memorialJuan Pablo Ugarte2020-09-121-0/+1
| | | | | | | Guido was a beloved professor at Rosario National university who passed away last december. This is a small recognition in his memory.
* GladeRegistration: rework surveyJuan Pablo Ugarte2020-07-101-0/+1
| | | | | | | | | | | - Implement survey using new backend at surveys.gnome.org - Save state in config file and do not alow to send a new survey if it was already completed. - Move buttons to headerbar. - Update mailing list link and fix automatic subscription. Fix issue #433 "Survey and registration"
* build: Do not use a system variable only for WindowsIñigo Martínez2019-07-021-1/+1
| | | | | | | Glade is built in multiple systems and `Windows` is not the only system that needs specific commands. Change the `glade_windows` variable to hold the system value.
* Create GladeSettings to hold the settings instead of using a Gtk widget for ↵Corentin Noël2019-06-091-0/+1
| | | | | | holding it Avoids having a GladePreferences around when it's not always necessary.
* build: Port to meson build systemIñigo Martínez2019-03-301-0/+58
meson is a build system focused on speed an ease of use, which helps speeding up the software development. meson build system has been added along with autotools.