mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-19 19:14:48 +00:00
* Adding names to gui buttoms and adjusting spacing. * moving refresh button to last slot. * Changing the implementation to tooltips for hover over them - qstring to detect background color. * Fixing some themes with inverted tooltip base * Suggestions / Fixes - Pause and FullScreen Buttons * Update REUSE.toml * cleaning up * Icons stuff * clang * Buttons toggle - Cleaning code - Fixing Icons * cleaning boolean * Toggle pause and play icons and label to "Resume" when paused. * Simplifying the toggles. * New icons and final Push to review * Reuse * Icon rename, adding f9 press for pause game when no gui is on without needed of debug menu * clang + reuse * clang dosent work on this part * again Clang * Last fix for review. Light theme white resume icon fix. * Proper fix for Resume icon * New Rebase * Fixed Orientation with docking issues and cleaning boxlayout code * Adding spacer to separate actions, sizeslider on top of search bar. And adding margins * Fixed Background not showing on OLED Theme * Fixing check marks * Adding all Daniel Suggestions and fixed F9 not working with debug menu open. * Clang * reverting all OLED theme changes * Final suggestions
122 lines
3.7 KiB
TOML
122 lines
3.7 KiB
TOML
version = 1
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"REUSE.toml",
|
|
"crowdin.yml",
|
|
"CMakeSettings.json",
|
|
".github/FUNDING.yml",
|
|
".github/shadps4.png",
|
|
".github/workflows/scripts/update_translation.sh",
|
|
".github/workflows/update_translation.yml",
|
|
".gitmodules",
|
|
"dist/MacOSBundleInfo.plist.in",
|
|
"dist/net.shadps4.shadPS4.desktop",
|
|
"dist/net.shadps4.shadPS4_metadata.pot",
|
|
"dist/net.shadps4.shadPS4.metainfo.xml",
|
|
"documents/changelog.md",
|
|
"documents/Quickstart/2.png",
|
|
"documents/Screenshots/*",
|
|
"documents/Screenshots/Linux/*",
|
|
"externals/MoltenVK/MoltenVK_icd.json",
|
|
"scripts/ps4_names.txt",
|
|
"src/images/bronze.png",
|
|
"src/images/gold.png",
|
|
"src/images/platinum.png",
|
|
"src/images/silver.png",
|
|
"src/images/about_icon.png",
|
|
"src/images/controller_icon.png",
|
|
"src/images/discord.png",
|
|
"src/images/dump_icon.png",
|
|
"src/images/exit_icon.png",
|
|
"src/images/file_icon.png",
|
|
"src/images/trophy_icon.png",
|
|
"src/images/flag_china.png",
|
|
"src/images/flag_eu.png",
|
|
"src/images/flag_jp.png",
|
|
"src/images/flag_unk.png",
|
|
"src/images/flag_us.png",
|
|
"src/images/flag_world.png",
|
|
"src/images/folder_icon.png",
|
|
"src/images/github.png",
|
|
"src/images/grid_icon.png",
|
|
"src/images/keyboard_icon.png",
|
|
"src/images/iconsize_icon.png",
|
|
"src/images/KBM.png",
|
|
"src/images/ko-fi.png",
|
|
"src/images/list_icon.png",
|
|
"src/images/list_mode_icon.png",
|
|
"src/images/pause_icon.png",
|
|
"src/images/play_icon.png",
|
|
"src/images/ps4_controller.png",
|
|
"src/images/restart_game_icon.png",
|
|
"src/images/refreshlist_icon.png",
|
|
"src/images/settings_icon.png",
|
|
"src/images/fullscreen_icon.png",
|
|
"src/images/stop_icon.png",
|
|
"src/images/utils_icon.png",
|
|
"src/images/shadPS4.icns",
|
|
"src/images/shadps4.ico",
|
|
"src/images/net.shadps4.shadPS4.svg",
|
|
"src/images/themes_icon.png",
|
|
"src/images/update_icon.png",
|
|
"src/images/youtube.png",
|
|
"src/images/website.png",
|
|
"src/shadps4.qrc",
|
|
"src/shadps4.rc",
|
|
"src/qt_gui/translations/update_translation.sh",
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "shadPS4 Emulator Project"
|
|
SPDX-License-Identifier = "GPL-2.0-or-later"
|
|
|
|
[[annotations]]
|
|
path = "externals/cmake-modules/**"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2009-2010 Iowa State University"
|
|
SPDX-License-Identifier = "BSL-1.0"
|
|
|
|
[[annotations]]
|
|
path = "externals/renderdoc/**"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2019-2024 Baldur Karlsson"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = "externals/stb/**"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2017 Sean Barrett"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = "externals/tracy/**"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2017-2024 Bartosz Taudul <wolf@nereid.pl>"
|
|
SPDX-License-Identifier = "BSD-3-Clause"
|
|
|
|
[[annotations]]
|
|
path = "src/imgui/renderer/fonts/NotoSansJP-Regular.ttf"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2012 Google Inc. All Rights Reserved."
|
|
SPDX-License-Identifier = "OFL-1.1"
|
|
|
|
[[annotations]]
|
|
path = "src/imgui/renderer/fonts/ProggyVector-Regular.ttf"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Copyright (c) 2004, 2005 Tristan Grimmer"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = "externals/gcn/include/**"
|
|
SPDX-FileCopyrightText = "NONE"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = "cmake/CMakeRC.cmake"
|
|
SPDX-FileCopyrightText = "Copyright (c) 2017 vector-of-bool <vectorofbool@gmail.com>"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = "src/video_core/host_shaders/fsr/*"
|
|
SPDX-FileCopyrightText = "Copyright (c) 2021 Advanced Micro Devices, Inc. All rights reserved."
|
|
SPDX-License-Identifier = "MIT"
|