Skip to content

Commit

Permalink
use tabs for clarity, removed about window and menu, code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Aug 28, 2024
1 parent 23d95c7 commit f0a5026
Show file tree
Hide file tree
Showing 13 changed files with 964 additions and 1,023 deletions.
7 changes: 1 addition & 6 deletions BigPictureTV.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ GIT_BRANCH = $$system(git branch --show-current)

DEFINES += \
GIT_COMMIT_ID=\"\"\"$$GIT_COMMIT_ID\"\"\" \
GIT_COMMIT_DATE=\"\"\"$$GIT_COMMIT_DATE\"\"\" \
GIT_BRANCH=\"\"\"$$GIT_BRANCH\"\"\"
GIT_COMMIT_DATE=\"\"\"$$GIT_COMMIT_DATE\"\"\"

INCLUDEPATH += \
src/AudioManager \
Expand All @@ -25,10 +24,8 @@ INCLUDEPATH += \
src/ShortcutManager \
src/SteamWindowManager \
src/Utils \
src/AboutWindow

SOURCES += \
src/AboutWindow/aboutwindow.cpp \
src/AudioManager/audiomanager.cpp \
src/main.cpp \
src/NightLightSwitcher/NightLightSwitcher.cpp \
Expand All @@ -38,7 +35,6 @@ SOURCES += \
src/Utils/utils.cpp

HEADERS += \
src/AboutWindow/aboutwindow.h \
src/AudioManager/audiomanager.h \
src/BigPictureTV/bigpicturetv.h \
src/NightLightSwitcher/NightLightSwitcher.h \
Expand All @@ -47,7 +43,6 @@ HEADERS += \
src/Utils/utils.h

FORMS += \
src/AboutWindow/aboutwindow.ui \
src/BigPictureTV/bigpicturetv.ui

TRANSLATIONS += \
Expand Down
Binary file removed assets/kofi_button_red.png
Binary file not shown.
Binary file modified assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 0 additions & 24 deletions src/AboutWindow/aboutwindow.cpp

This file was deleted.

22 changes: 0 additions & 22 deletions src/AboutWindow/aboutwindow.h

This file was deleted.

252 changes: 0 additions & 252 deletions src/AboutWindow/aboutwindow.ui

This file was deleted.

Loading

0 comments on commit f0a5026

Please sign in to comment.