Seth Flynn
|
fd91f87c21
|
style: re-format tree with editorconfig
```
find $PWD \
-type f \
! -path '*/.git/*' ! -path '*/flatpak/shared-modules/*' \
! -path '*/libraries/*' ! -path '*/testdata/*' ! -name '*.patch' \
! -name '*.svg' ! -name '*.scd' ! -path '*/program_info/LICENSE' \
! -path '*/COPYING.md' ! -path '*/cmake/*' ! -name '.gitmodules' \
-exec eclint -fix {} \;
```
Signed-off-by: Seth Flynn <getchoo@tuta.io>
|
2026-01-18 15:48:07 -05:00 |
|
Octol1ttle
|
56392a20ed
|
refactor: remove broken Qt includes
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
|
2026-01-06 15:51:47 +05:00 |
|
Trial97
|
6d1c67663d
|
feat:added option to show playtime in hours
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2023-08-18 12:24:28 +03:00 |
|
Sefa Eyeoglu
|
1d468ac35a
|
chore: reformat
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
2023-08-02 18:35:35 +02:00 |
|
Rachel Powers
|
62a402d05a
|
refactor: move functions to utils + code-review fixes
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
|
2023-05-06 19:10:58 -07:00 |
|
Edgar Onghena
|
318a2a429c
|
Fix minutes unit
Replaced "m" with "min" in `Time::prettifyDuration`
Signed-off-by: Edgar Onghena <dev@edgar.bzh>
|
2022-12-06 13:01:43 +01:00 |
|
Jamie Mansfield
|
06bedee835
|
NOISSUE Add license headers to source files created by me
|
2021-12-18 00:14:25 +00:00 |
|
Jamie Mansfield
|
7cbca6ab20
|
NOISSUE Use common duration format for global and instances
|
2021-10-24 00:09:21 +01:00 |
|