Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-03 | Avoid declaring GtkApplication and then set toHEADmaster | ||
QurejeApplication In this way, the code has less lines and it's more readable. | |||
2023-01-03 | Add two comments | ||
2023-01-03 | Remove a space | ||
2023-01-03 | Set the app reference in QurejeApplication instance | ||
2023-01-03 | Add a GtkApplication reference in QurejeApplication | ||
2023-01-03 | Add newline at end of file | ||
2023-01-03 | Set variables for pk-config flags/libs | ||
2023-01-03 | Change a variable name | ||
2022-12-30 | Change the C standard from C89 to C11 | ||
I'm tired to see that list of warning coming from GTK library. | |||
2022-12-30 | Add ui/ | ||
2022-12-30 | Add qureje.c | ||
2022-12-30 | Add qureje.h | ||
2022-12-30 | Fix Makefile to make it compatible with BSD make and | ||
GNU make and fix the generation of object files | |||
2022-08-10 | Add connection to PostgreSQL | ||
By Makefile you can now decide what driver to include in this program | |||
2022-08-10 | Add to clean target *.core files | ||
When an error occurs, a core dump file is created. They're annoying, so with a `make clean` let's remove those. | |||
2022-08-09 | Initial commit | ||