diff options
33 files changed, 175 insertions, 3 deletions
diff --git a/dist/license.md b/dist/license.md new file mode 100644 index 000000000..b777ebb20 --- /dev/null +++ b/dist/license.md | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | The icons in this folder and its subfolders have the following licenses: | ||
| 2 | |||
| 3 | Icon Name | License | Origin/Author | ||
| 4 | --- | --- | --- | ||
| 5 | qt_themes/default/icons/16x16/checked.png | Free for non-commercial use | ||
| 6 | qt_themes/default/icons/16x16/failed.png | Free for non-commercial use | ||
| 7 | qt_themes/default/icons/16x16/lock.png | CC BY-ND 3.0 | https://icons8.com | ||
| 8 | qt_themes/default/icons/256x256/plus_folder.png | CC BY-ND 3.0 | https://icons8.com | ||
| 9 | qt_themes/default/icons/48x48/bad_folder.png | CC BY-ND 3.0 | https://icons8.com | ||
| 10 | qt_themes/default/icons/48x48/chip.png | CC BY-ND 3.0 | https://icons8.com | ||
| 11 | qt_themes/default/icons/48x48/folder.png | CC BY-ND 3.0 | https://icons8.com | ||
| 12 | qt_themes/default/icons/48x48/plus.png | CC0 1.0 | Designed by BreadFish64 from the Citra team | ||
| 13 | qt_themes/default/icons/48x48/sd_card.png | CC BY-ND 3.0 | https://icons8.com | ||
| 14 | qt_themes/qdarkstyle/icons/16x16/checked.png | Free for non-commercial use | ||
| 15 | qt_themes/qdarkstyle/icons/16x16/failed.png | Free for non-commercial use | ||
| 16 | qt_themes/qdarkstyle/icons/16x16/lock.png | CC BY-ND 3.0 | https://icons8.com | ||
| 17 | qt_themes/qdarkstyle/icons/256x256/plus_folder.png | CC BY-ND 3.0 | https://icons8.com | ||
| 18 | qt_themes/qdarkstyle/icons/48x48/bad_folder.png | CC BY-ND 3.0 | https://icons8.com | ||
| 19 | qt_themes/qdarkstyle/icons/48x48/chip.png | CC BY-ND 3.0 | https://icons8.com | ||
| 20 | qt_themes/qdarkstyle/icons/48x48/folder.png | CC BY-ND 3.0 | https://icons8.com | ||
| 21 | qt_themes/qdarkstyle/icons/48x48/plus.png | CC0 1.0 | Designed by BreadFish64 from the Citra team | ||
| 22 | qt_themes/qdarkstyle/icons/48x48/sd_card.png | CC BY-ND 3.0 | https://icons8.com | ||
| 23 | qt_themes/colorful/icons/16x16/lock.png | CC BY-ND 3.0 | https://icons8.com | ||
| 24 | qt_themes/colorful/icons/256x256/plus_folder.png | CC BY-ND 3.0 | https://icons8.com | ||
| 25 | qt_themes/colorful/icons/48x48/bad_folder.png | CC BY-ND 3.0 | https://icons8.com | ||
| 26 | qt_themes/colorful/icons/48x48/chip.png | CC BY-ND 3.0 | https://icons8.com | ||
| 27 | qt_themes/colorful/icons/48x48/folder.png | CC BY-ND 3.0 | https://icons8.com | ||
| 28 | qt_themes/colorful/icons/48x48/plus.png | CC BY-ND 3.0 | https://icons8.com | ||
| 29 | qt_themes/colorful/icons/48x48/sd_card.png | CC BY-ND 3.0 | https://icons8.com | ||
| 30 | |||
| 31 | <!-- TODO: Add the license of the yuzu icon --> \ No newline at end of file | ||
diff --git a/dist/qt_themes/colorful/icons/16x16/lock.png b/dist/qt_themes/colorful/icons/16x16/lock.png new file mode 100644 index 000000000..fd27069d8 --- /dev/null +++ b/dist/qt_themes/colorful/icons/16x16/lock.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/colorful/icons/256x256/plus_folder.png b/dist/qt_themes/colorful/icons/256x256/plus_folder.png new file mode 100644 index 000000000..760fe6245 --- /dev/null +++ b/dist/qt_themes/colorful/icons/256x256/plus_folder.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/colorful/icons/48x48/bad_folder.png b/dist/qt_themes/colorful/icons/48x48/bad_folder.png new file mode 100644 index 000000000..a7ab7a1f6 --- /dev/null +++ b/dist/qt_themes/colorful/icons/48x48/bad_folder.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/colorful/icons/48x48/chip.png b/dist/qt_themes/colorful/icons/48x48/chip.png new file mode 100644 index 000000000..6fa158999 --- /dev/null +++ b/dist/qt_themes/colorful/icons/48x48/chip.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/colorful/icons/48x48/folder.png b/dist/qt_themes/colorful/icons/48x48/folder.png new file mode 100644 index 000000000..498de4c62 --- /dev/null +++ b/dist/qt_themes/colorful/icons/48x48/folder.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/colorful/icons/48x48/plus.png b/dist/qt_themes/colorful/icons/48x48/plus.png new file mode 100644 index 000000000..bc2c47c91 --- /dev/null +++ b/dist/qt_themes/colorful/icons/48x48/plus.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/colorful/icons/48x48/sd_card.png b/dist/qt_themes/colorful/icons/48x48/sd_card.png new file mode 100644 index 000000000..29be71a0d --- /dev/null +++ b/dist/qt_themes/colorful/icons/48x48/sd_card.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/colorful/icons/index.theme b/dist/qt_themes/colorful/icons/index.theme new file mode 100644 index 000000000..b452aca16 --- /dev/null +++ b/dist/qt_themes/colorful/icons/index.theme | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | [Icon Theme] | ||
| 2 | Name=colorful | ||
| 3 | Comment=Colorful theme | ||
| 4 | Inherits=default | ||
| 5 | Directories=16x16,48x48,256x256 | ||
| 6 | |||
| 7 | [16x16] | ||
| 8 | Size=16 | ||
| 9 | |||
| 10 | [48x48] | ||
| 11 | Size=48 | ||
| 12 | |||
| 13 | [256x256] | ||
| 14 | Size=256 | ||
diff --git a/dist/qt_themes/colorful/style.qrc b/dist/qt_themes/colorful/style.qrc new file mode 100644 index 000000000..af2f3fd56 --- /dev/null +++ b/dist/qt_themes/colorful/style.qrc | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | <RCC> | ||
| 2 | <qresource prefix="icons/colorful"> | ||
| 3 | <file alias="index.theme">icons/index.theme</file> | ||
| 4 | <file alias="16x16/lock.png">icons/16x16/lock.png</file> | ||
| 5 | <file alias="48x48/bad_folder.png">icons/48x48/bad_folder.png</file> | ||
| 6 | <file alias="48x48/chip.png">icons/48x48/chip.png</file> | ||
| 7 | <file alias="48x48/folder.png">icons/48x48/folder.png</file> | ||
| 8 | <file alias="48x48/plus.png">icons/48x48/plus.png</file> | ||
| 9 | <file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file> | ||
| 10 | <file alias="256x256/plus_folder.png">icons/256x256/plus_folder.png</file> | ||
| 11 | </qresource> | ||
| 12 | <qresource prefix="colorful"> | ||
| 13 | <file>style.qss</file> | ||
| 14 | </qresource> | ||
| 15 | </RCC> | ||
diff --git a/dist/qt_themes/colorful/style.qss b/dist/qt_themes/colorful/style.qss new file mode 100644 index 000000000..413fc81da --- /dev/null +++ b/dist/qt_themes/colorful/style.qss | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | /* | ||
| 2 | This file is intentionally left blank. | ||
| 3 | We do not want to apply any stylesheet for colorful, only icons. | ||
| 4 | */ | ||
diff --git a/dist/qt_themes/colorful_dark/icons/16x16/lock.png b/dist/qt_themes/colorful_dark/icons/16x16/lock.png new file mode 100644 index 000000000..32c505848 --- /dev/null +++ b/dist/qt_themes/colorful_dark/icons/16x16/lock.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/colorful_dark/icons/index.theme b/dist/qt_themes/colorful_dark/icons/index.theme new file mode 100644 index 000000000..94d5ae8aa --- /dev/null +++ b/dist/qt_themes/colorful_dark/icons/index.theme | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | [Icon Theme] | ||
| 2 | Name=colorful_dark | ||
| 3 | Comment=Colorful theme (Dark style) | ||
| 4 | Inherits=default | ||
| 5 | Directories=16x16 | ||
| 6 | |||
| 7 | [16x16] | ||
| 8 | Size=16 | ||
diff --git a/dist/qt_themes/colorful_dark/style.qrc b/dist/qt_themes/colorful_dark/style.qrc new file mode 100644 index 000000000..27a6cc87d --- /dev/null +++ b/dist/qt_themes/colorful_dark/style.qrc | |||
| @@ -0,0 +1,57 @@ | |||
| 1 | <RCC> | ||
| 2 | <qresource prefix="icons/colorful_dark"> | ||
| 3 | <file alias="index.theme">icons/index.theme</file> | ||
| 4 | <file alias="16x16/lock.png">icons/16x16/lock.png</file> | ||
| 5 | <file alias="48x48/bad_folder.png">../colorful/icons/48x48/bad_folder.png</file> | ||
| 6 | <file alias="48x48/chip.png">../colorful/icons/48x48/chip.png</file> | ||
| 7 | <file alias="48x48/folder.png">../colorful/icons/48x48/folder.png</file> | ||
| 8 | <file alias="48x48/plus.png">../colorful/icons/48x48/plus.png</file> | ||
| 9 | <file alias="48x48/sd_card.png">../colorful/icons/48x48/sd_card.png</file> | ||
| 10 | <file alias="256x256/plus_folder.png">../colorful/icons/256x256/plus_folder.png</file> | ||
| 11 | </qresource> | ||
| 12 | |||
| 13 | <qresource prefix="qss_icons"> | ||
| 14 | <file alias="rc/up_arrow_disabled.png">../qdarkstyle/rc/up_arrow_disabled.png</file> | ||
| 15 | <file alias="rc/Hmovetoolbar.png">../qdarkstyle/rc/Hmovetoolbar.png</file> | ||
| 16 | <file alias="rc/stylesheet-branch-end.png">../qdarkstyle/rc/stylesheet-branch-end.png</file> | ||
| 17 | <file alias="rc/branch_closed-on.png">../qdarkstyle/rc/branch_closed-on.png</file> | ||
| 18 | <file alias="rc/stylesheet-vline.png">../qdarkstyle/rc/stylesheet-vline.png</file> | ||
| 19 | <file alias="rc/branch_closed.png">../qdarkstyle/rc/branch_closed.png</file> | ||
| 20 | <file alias="rc/branch_open-on.png">../qdarkstyle/rc/branch_open-on.png</file> | ||
| 21 | <file alias="rc/transparent.png">../qdarkstyle/rc/transparent.png</file> | ||
| 22 | <file alias="rc/right_arrow_disabled.png">../qdarkstyle/rc/right_arrow_disabled.png</file> | ||
| 23 | <file alias="rc/sizegrip.png">../qdarkstyle/rc/sizegrip.png</file> | ||
| 24 | <file alias="rc/close.png">../qdarkstyle/rc/close.png</file> | ||
| 25 | <file alias="rc/close-hover.png">../qdarkstyle/rc/close-hover.png</file> | ||
| 26 | <file alias="rc/close-pressed.png">../qdarkstyle/rc/close-pressed.png</file> | ||
| 27 | <file alias="rc/down_arrow.png">../qdarkstyle/rc/down_arrow.png</file> | ||
| 28 | <file alias="rc/Vmovetoolbar.png">../qdarkstyle/rc/Vmovetoolbar.png</file> | ||
| 29 | <file alias="rc/left_arrow.png">../qdarkstyle/rc/left_arrow.png</file> | ||
| 30 | <file alias="rc/stylesheet-branch-more.png">../qdarkstyle/rc/stylesheet-branch-more.png</file> | ||
| 31 | <file alias="rc/up_arrow.png">../qdarkstyle/rc/up_arrow.png</file> | ||
| 32 | <file alias="rc/right_arrow.png">../qdarkstyle/rc/right_arrow.png</file> | ||
| 33 | <file alias="rc/left_arrow_disabled.png">../qdarkstyle/rc/left_arrow_disabled.png</file> | ||
| 34 | <file alias="rc/Hsepartoolbar.png">../qdarkstyle/rc/Hsepartoolbar.png</file> | ||
| 35 | <file alias="rc/branch_open.png">../qdarkstyle/rc/branch_open.png</file> | ||
| 36 | <file alias="rc/Vsepartoolbar.png">../qdarkstyle/rc/Vsepartoolbar.png</file> | ||
| 37 | <file alias="rc/down_arrow_disabled.png">../qdarkstyle/rc/down_arrow_disabled.png</file> | ||
| 38 | <file alias="rc/undock.png">../qdarkstyle/rc/undock.png</file> | ||
| 39 | <file alias="rc/checkbox_checked_disabled.png">../qdarkstyle/rc/checkbox_checked_disabled.png</file> | ||
| 40 | <file alias="rc/checkbox_checked_focus.png">../qdarkstyle/rc/checkbox_checked_focus.png</file> | ||
| 41 | <file alias="rc/checkbox_checked.png">../qdarkstyle/rc/checkbox_checked.png</file> | ||
| 42 | <file alias="rc/checkbox_indeterminate.png">../qdarkstyle/rc/checkbox_indeterminate.png</file> | ||
| 43 | <file alias="rc/checkbox_indeterminate_focus.png">../qdarkstyle/rc/checkbox_indeterminate_focus.png</file> | ||
| 44 | <file alias="rc/checkbox_unchecked_disabled.png">../qdarkstyle/rc/checkbox_unchecked_disabled.png</file> | ||
| 45 | <file alias="rc/checkbox_unchecked_focus.png">../qdarkstyle/rc/checkbox_unchecked_focus.png</file> | ||
| 46 | <file alias="rc/checkbox_unchecked.png">../qdarkstyle/rc/checkbox_unchecked.png</file> | ||
| 47 | <file alias="rc/radio_checked_disabled.png">../qdarkstyle/rc/radio_checked_disabled.png</file> | ||
| 48 | <file alias="rc/radio_checked_focus.png">../qdarkstyle/rc/radio_checked_focus.png</file> | ||
| 49 | <file alias="rc/radio_checked.png">../qdarkstyle/rc/radio_checked.png</file> | ||
| 50 | <file alias="rc/radio_unchecked_disabled.png">../qdarkstyle/rc/radio_unchecked_disabled.png</file> | ||
| 51 | <file alias="rc/radio_unchecked_focus.png">../qdarkstyle/rc/radio_unchecked_focus.png</file> | ||
| 52 | <file alias="rc/radio_unchecked.png">../qdarkstyle/rc/radio_unchecked.png</file> | ||
| 53 | </qresource> | ||
| 54 | <qresource prefix="colorful_dark"> | ||
| 55 | <file alias="style.qss">../qdarkstyle/style.qss</file> | ||
| 56 | </qresource> | ||
| 57 | </RCC> | ||
diff --git a/dist/qt_themes/default/default.qrc b/dist/qt_themes/default/default.qrc index 14a0cf6f9..d1a0ee1be 100644 --- a/dist/qt_themes/default/default.qrc +++ b/dist/qt_themes/default/default.qrc | |||
| @@ -5,7 +5,21 @@ | |||
| 5 | <file alias="16x16/checked.png">icons/16x16/checked.png</file> | 5 | <file alias="16x16/checked.png">icons/16x16/checked.png</file> |
| 6 | 6 | ||
| 7 | <file alias="16x16/failed.png">icons/16x16/failed.png</file> | 7 | <file alias="16x16/failed.png">icons/16x16/failed.png</file> |
| 8 | |||
| 9 | <file alias="16x16/lock.png">icons/16x16/lock.png</file> | ||
| 10 | |||
| 11 | <file alias="48x48/bad_folder.png">icons/48x48/bad_folder.png</file> | ||
| 12 | |||
| 13 | <file alias="48x48/chip.png">icons/48x48/chip.png</file> | ||
| 14 | |||
| 15 | <file alias="48x48/folder.png">icons/48x48/folder.png</file> | ||
| 16 | |||
| 17 | <file alias="48x48/plus.png">icons/48x48/plus.png</file> | ||
| 18 | |||
| 19 | <file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file> | ||
| 8 | 20 | ||
| 9 | <file alias="256x256/yuzu.png">icons/256x256/yuzu.png</file> | 21 | <file alias="256x256/yuzu.png">icons/256x256/yuzu.png</file> |
| 22 | |||
| 23 | <file alias="256x256/plus_folder.png">icons/256x256/plus_folder.png</file> | ||
| 10 | </qresource> | 24 | </qresource> |
| 11 | </RCC> | 25 | </RCC> |
diff --git a/dist/qt_themes/default/icons/16x16/lock.png b/dist/qt_themes/default/icons/16x16/lock.png new file mode 100644 index 000000000..496b58078 --- /dev/null +++ b/dist/qt_themes/default/icons/16x16/lock.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/default/icons/256x256/plus_folder.png b/dist/qt_themes/default/icons/256x256/plus_folder.png new file mode 100644 index 000000000..ae4afccc7 --- /dev/null +++ b/dist/qt_themes/default/icons/256x256/plus_folder.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/default/icons/48x48/bad_folder.png b/dist/qt_themes/default/icons/48x48/bad_folder.png new file mode 100644 index 000000000..2527c1318 --- /dev/null +++ b/dist/qt_themes/default/icons/48x48/bad_folder.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/default/icons/48x48/chip.png b/dist/qt_themes/default/icons/48x48/chip.png new file mode 100644 index 000000000..3efdf301e --- /dev/null +++ b/dist/qt_themes/default/icons/48x48/chip.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/default/icons/48x48/folder.png b/dist/qt_themes/default/icons/48x48/folder.png new file mode 100644 index 000000000..2e67d8b38 --- /dev/null +++ b/dist/qt_themes/default/icons/48x48/folder.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/default/icons/48x48/plus.png b/dist/qt_themes/default/icons/48x48/plus.png new file mode 100644 index 000000000..dbc74687b --- /dev/null +++ b/dist/qt_themes/default/icons/48x48/plus.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/default/icons/48x48/sd_card.png b/dist/qt_themes/default/icons/48x48/sd_card.png new file mode 100644 index 000000000..edacaeeb5 --- /dev/null +++ b/dist/qt_themes/default/icons/48x48/sd_card.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/default/icons/index.theme b/dist/qt_themes/default/icons/index.theme index ac67cb236..1edbe6408 100644 --- a/dist/qt_themes/default/icons/index.theme +++ b/dist/qt_themes/default/icons/index.theme | |||
| @@ -1,10 +1,13 @@ | |||
| 1 | [Icon Theme] | 1 | [Icon Theme] |
| 2 | Name=default | 2 | Name=default |
| 3 | Comment=default theme | 3 | Comment=default theme |
| 4 | Directories=16x16,256x256 | 4 | Directories=16x16,48x48,256x256 |
| 5 | 5 | ||
| 6 | [16x16] | 6 | [16x16] |
| 7 | Size=16 | 7 | Size=16 |
| 8 | |||
| 9 | [48x48] | ||
| 10 | Size=48 | ||
| 8 | 11 | ||
| 9 | [256x256] | 12 | [256x256] |
| 10 | Size=256 \ No newline at end of file | 13 | Size=256 \ No newline at end of file |
diff --git a/dist/qt_themes/qdarkstyle/icons/16x16/lock.png b/dist/qt_themes/qdarkstyle/icons/16x16/lock.png new file mode 100644 index 000000000..c750a39e8 --- /dev/null +++ b/dist/qt_themes/qdarkstyle/icons/16x16/lock.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/qdarkstyle/icons/256x256/plus_folder.png b/dist/qt_themes/qdarkstyle/icons/256x256/plus_folder.png new file mode 100644 index 000000000..303f9a321 --- /dev/null +++ b/dist/qt_themes/qdarkstyle/icons/256x256/plus_folder.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/qdarkstyle/icons/48x48/bad_folder.png b/dist/qt_themes/qdarkstyle/icons/48x48/bad_folder.png new file mode 100644 index 000000000..4a9709623 --- /dev/null +++ b/dist/qt_themes/qdarkstyle/icons/48x48/bad_folder.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/qdarkstyle/icons/48x48/chip.png b/dist/qt_themes/qdarkstyle/icons/48x48/chip.png new file mode 100644 index 000000000..973fabd05 --- /dev/null +++ b/dist/qt_themes/qdarkstyle/icons/48x48/chip.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/qdarkstyle/icons/48x48/folder.png b/dist/qt_themes/qdarkstyle/icons/48x48/folder.png new file mode 100644 index 000000000..0f1e987d6 --- /dev/null +++ b/dist/qt_themes/qdarkstyle/icons/48x48/folder.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/qdarkstyle/icons/48x48/plus.png b/dist/qt_themes/qdarkstyle/icons/48x48/plus.png new file mode 100644 index 000000000..16cc8b4f4 --- /dev/null +++ b/dist/qt_themes/qdarkstyle/icons/48x48/plus.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/qdarkstyle/icons/48x48/sd_card.png b/dist/qt_themes/qdarkstyle/icons/48x48/sd_card.png new file mode 100644 index 000000000..0291c6542 --- /dev/null +++ b/dist/qt_themes/qdarkstyle/icons/48x48/sd_card.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/qdarkstyle/icons/index.theme b/dist/qt_themes/qdarkstyle/icons/index.theme index 558ece40b..d1e12f3ef 100644 --- a/dist/qt_themes/qdarkstyle/icons/index.theme +++ b/dist/qt_themes/qdarkstyle/icons/index.theme | |||
| @@ -2,10 +2,13 @@ | |||
| 2 | Name=qdarkstyle | 2 | Name=qdarkstyle |
| 3 | Comment=dark theme | 3 | Comment=dark theme |
| 4 | Inherits=default | 4 | Inherits=default |
| 5 | Directories=16x16,256x256 | 5 | Directories=16x16,48x48,256x256 |
| 6 | 6 | ||
| 7 | [16x16] | 7 | [16x16] |
| 8 | Size=16 | 8 | Size=16 |
| 9 | 9 | ||
| 10 | [48x48] | ||
| 11 | Size=48 | ||
| 12 | |||
| 10 | [256x256] | 13 | [256x256] |
| 11 | Size=256 \ No newline at end of file | 14 | Size=256 \ No newline at end of file |
diff --git a/dist/qt_themes/qdarkstyle/style.qrc b/dist/qt_themes/qdarkstyle/style.qrc index efbd0b9dc..c2c14c28a 100644 --- a/dist/qt_themes/qdarkstyle/style.qrc +++ b/dist/qt_themes/qdarkstyle/style.qrc | |||
| @@ -1,6 +1,13 @@ | |||
| 1 | <RCC> | 1 | <RCC> |
| 2 | <qresource prefix="icons/qdarkstyle"> | 2 | <qresource prefix="icons/qdarkstyle"> |
| 3 | <file alias="index.theme">icons/index.theme</file> | 3 | <file alias="index.theme">icons/index.theme</file> |
| 4 | <file alias="16x16/lock.png">icons/16x16/lock.png</file> | ||
| 5 | <file alias="48x48/bad_folder.png">icons/48x48/bad_folder.png</file> | ||
| 6 | <file alias="48x48/chip.png">icons/48x48/chip.png</file> | ||
| 7 | <file alias="48x48/folder.png">icons/48x48/folder.png</file> | ||
| 8 | <file alias="48x48/plus.png">icons/48x48/plus.png</file> | ||
| 9 | <file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file> | ||
| 10 | <file alias="256x256/plus_folder.png">icons/256x256/plus_folder.png</file> | ||
| 4 | </qresource> | 11 | </qresource> |
| 5 | <qresource prefix="qss_icons"> | 12 | <qresource prefix="qss_icons"> |
| 6 | <file>rc/up_arrow_disabled.png</file> | 13 | <file>rc/up_arrow_disabled.png</file> |
diff --git a/license.txt b/license.txt index d511905c1..2b858f9a7 100644 --- a/license.txt +++ b/license.txt | |||
| @@ -337,3 +337,19 @@ proprietary programs. If your program is a subroutine library, you may | |||
| 337 | consider it more useful to permit linking proprietary applications with the | 337 | consider it more useful to permit linking proprietary applications with the |
| 338 | library. If this is what you want to do, use the GNU Lesser General | 338 | library. If this is what you want to do, use the GNU Lesser General |
| 339 | Public License instead of this License. | 339 | Public License instead of this License. |
| 340 | |||
| 341 | |||
| 342 | The icons used in this project have the following licenses: | ||
| 343 | |||
| 344 | Icon Name | License | Origin/Author | ||
| 345 | --- | --- | --- | ||
| 346 | checked.png | Free for non-commercial use | ||
| 347 | failed.png | Free for non-commercial use | ||
| 348 | lock.png | CC BY-ND 3.0 | https://icons8.com | ||
| 349 | plus_folder.png | CC BY-ND 3.0 | https://icons8.com | ||
| 350 | bad_folder.png | CC BY-ND 3.0 | https://icons8.com | ||
| 351 | chip.png | CC BY-ND 3.0 | https://icons8.com | ||
| 352 | folder.png | CC BY-ND 3.0 | https://icons8.com | ||
| 353 | plus.png (Default, Dark) | CC0 1.0 | Designed by BreadFish64 from the Citra team | ||
| 354 | plus.png (Colorful, Colorful Dark) | CC BY-ND 3.0 | https://icons8.com | ||
| 355 | sd_card.png | CC BY-ND 3.0 | https://icons8.com | ||