summaryrefslogtreecommitdiff
path: root/src/model
AgeCommit message (Collapse)Author
2024-08-26Integrated Sport class into SportModel class.Steru
2024-08-26Fixed iteration over QList.Steru
2024-08-26Fixed constructors.Steru
2024-08-26Made Competitor a QObject and tidied up some code.Steru
2024-08-26Added pragma once to headers and notify to Q Params.Steru
2024-08-26Reworked Sport class to work with QObjects instead of JSON objects.Steru
2024-08-26Added Q Object macros.Steru
2024-08-16feat(SportFilter): search/filter events from TextFieldOrangerot
2024-08-16fix(Sport): disciplineChanged notificationOrangerot
2024-08-16feat(Sport): select DisciplineOrangerot
2024-08-16feat(EventInfo): display EventInfo with List of CompetitorsOrangerot
2024-08-15feat(SportModel): request API, parse and display ModelOrangerot
2024-08-12Created Model for competitors.Steru