summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-03Avoid declaring GtkApplication and then set toHEADmasterAlessandro Iezzi
QurejeApplication In this way, the code has less lines and it's more readable.
2023-01-03Add two commentsAlessandro Iezzi
2023-01-03Remove a spaceAlessandro Iezzi
2023-01-03Set the app reference in QurejeApplication instanceAlessandro Iezzi
2023-01-03Add a GtkApplication reference in QurejeApplicationAlessandro Iezzi
2023-01-03Add newline at end of fileAlessandro Iezzi
2023-01-03Set variables for pk-config flags/libsAlessandro Iezzi
2023-01-03Change a variable nameAlessandro Iezzi
2022-12-30Change the C standard from C89 to C11Alessandro Iezzi
I'm tired to see that list of warning coming from GTK library.
2022-12-30Add ui/Alessandro Iezzi
2022-12-30Add qureje.cAlessandro Iezzi
2022-12-30Add qureje.hAlessandro Iezzi
2022-12-30Fix Makefile to make it compatible with BSD make andAlessandro Iezzi
GNU make and fix the generation of object files
2022-08-10Add connection to PostgreSQLAlessandro Iezzi
By Makefile you can now decide what driver to include in this program
2022-08-10Add to clean target *.core filesAlessandro Iezzi
When an error occurs, a core dump file is created. They're annoying, so with a `make clean` let's remove those.
2022-08-09Initial commitAlessandro Iezzi