Mercurial > minori
comparison CMakeLists.txt @ 46:d0adc4aedfc8
*: update...
this commit:
1. consolidates dark theme stuff to dark_theme.cpp
2. creates a new widgets folder to store all of our
custom widgets
3. creates the list settings page in the information
dialog, although much of it is nonfunctional: it
doesn't save, and the status doesn't even get filled
in... we'll fix this later!
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sat, 23 Sep 2023 01:02:15 -0400 |
parents | db445ce42057 |
children | d8eb763e6661 |
comparison
equal
deleted
inserted
replaced
45:4b05bc7668eb | 46:d0adc4aedfc8 |
---|---|
37 src/core/filesystem.cpp | 37 src/core/filesystem.cpp |
38 src/core/json.cpp | 38 src/core/json.cpp |
39 src/core/strings.cpp | 39 src/core/strings.cpp |
40 src/core/time.cpp | 40 src/core/time.cpp |
41 | 41 |
42 # GUI stuff | 42 # Main window |
43 src/gui/window.cpp | 43 src/gui/window.cpp |
44 src/gui/sidebar.cpp | 44 src/gui/dark_theme.cpp |
45 src/gui/ui_utils.cpp | 45 |
46 # Main window pages | |
47 src/gui/pages/anime_list.cpp | |
48 src/gui/pages/now_playing.cpp | |
49 src/gui/pages/statistics.cpp | |
50 | |
51 # Custom widgets | |
52 src/gui/widgets/sidebar.cpp | |
53 src/gui/widgets/text.cpp | |
46 | 54 |
47 # Dialogs | 55 # Dialogs |
48 src/gui/dialog/information.cpp | 56 src/gui/dialog/information.cpp |
49 src/gui/dialog/settings.cpp | 57 src/gui/dialog/settings.cpp |
50 src/gui/dialog/settings/application.cpp | 58 src/gui/dialog/settings/application.cpp |
51 src/gui/dialog/settings/services.cpp | 59 src/gui/dialog/settings/services.cpp |
52 | |
53 # Main window pages | |
54 src/gui/pages/anime_list.cpp | |
55 src/gui/pages/now_playing.cpp | |
56 src/gui/pages/statistics.cpp | |
57 | 60 |
58 # Translate | 61 # Translate |
59 src/gui/translate/anime.cpp | 62 src/gui/translate/anime.cpp |
60 src/gui/translate/anilist.cpp | 63 src/gui/translate/anilist.cpp |
61 | 64 |