Age | Commit message (Expand) | Author |
---|---|---|
2024-08-26 | fix(EventInfoPage): show comptitor statistics | Orangerot |
2024-08-26 | Compacted competitors into one object, deleted API class (now in sportmodel). | Steru |
2024-08-26 | Integrated Sport class into SportModel class. | Steru |
2024-08-26 | Fixed iteration over QList. | Steru |
2024-08-26 | Fixed constructors. | Steru |
2024-08-26 | Made Competitor a QObject and tidied up some code. | Steru |
2024-08-26 | Added pragma once to headers and notify to Q Params. | Steru |
2024-08-26 | Reworked Sport class to work with QObjects instead of JSON objects. | Steru |
2024-08-26 | Added Q Object macros. | Steru |
2024-08-16 | feat(SportFilter): search/filter events from TextField | Orangerot |
2024-08-16 | fix(Sport): disciplineChanged notification | Orangerot |
2024-08-16 | feat(Sport): select Discipline | Orangerot |
2024-08-16 | feat(EventInfo): display EventInfo with List of Competitors | Orangerot |
2024-08-15 | feat(SportModel): request API, parse and display Model | Orangerot |
2024-08-12 | Created Model for competitors. | Steru |