]> Nutra Git (v2) - nutratech/gui.git/commit
initial commit master 1/head v0.0.0-alpha.0
authorShane Jaroch <chown_tee@proton.me>
Tue, 20 Jan 2026 21:02:48 +0000 (16:02 -0500)
committerShane Jaroch <chown_tee@proton.me>
Tue, 20 Jan 2026 21:02:48 +0000 (16:02 -0500)
commitefe888a50913a5df59a98317c345b213c5eabecc
tree4925a3ecbe45cfe29a4817700d531f844de5846e
initial commit

- ubuntu-20.04 (Qt 5.12) support
- makefile
- update title; import icon so it hopefully loads
- install stuff (desktop file for linux launcher)
- update app icon; add GitHub workflows
- clang lint
- fix lint error in tests (unregistered macro)
33 files changed:
.clang-tidy [new file with mode: 0644]
.clangd [new file with mode: 0644]
.github/workflows/arch.yml.disabled [new file with mode: 0644]
.github/workflows/ci-full.yml [new file with mode: 0644]
.github/workflows/macos.yml [new file with mode: 0644]
.github/workflows/ubuntu-20.04.yml [new file with mode: 0644]
.github/workflows/ubuntu-22.04.yml [new file with mode: 0644]
.github/workflows/ubuntu-24.04.yml [new file with mode: 0644]
.github/workflows/windows.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
Makefile [new file with mode: 0644]
include/db/databasemanager.h [new file with mode: 0644]
include/db/foodrepository.h [new file with mode: 0644]
include/mainwindow.h [new file with mode: 0644]
include/utils/string_utils.h [new file with mode: 0644]
include/widgets/detailswidget.h [new file with mode: 0644]
include/widgets/mealwidget.h [new file with mode: 0644]
include/widgets/searchwidget.h [new file with mode: 0644]
nutra.desktop [new file with mode: 0644]
resources.qrc [new file with mode: 0644]
resources/nutrition_icon-no_bg.png [new file with mode: 0644]
src/db/databasemanager.cpp [new file with mode: 0644]
src/db/foodrepository.cpp [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
src/mainwindow.cpp [new file with mode: 0644]
src/utils/string_utils.cpp [new file with mode: 0644]
src/widgets/detailswidget.cpp [new file with mode: 0644]
src/widgets/mealwidget.cpp [new file with mode: 0644]
src/widgets/searchwidget.cpp [new file with mode: 0644]
tests/test_foodrepository.cpp [new file with mode: 0644]
usdasqlite [new submodule]