annotate rc/icons.qrc @ 187:9613d72b097e

*: multiple performance improvements like marking `static const` when it makes sense... date: change old stupid heap-based method to a structure which should make copying the thing actually make a copy. also many performance-based changes, like removing the std::tie dependency and forward-declaring nlohmann json *: replace every instance of QString::fromUtf8 to Strings::ToQString. the main difference is that our function will always convert exactly what is in the string, while some other times it would only convert up to the nearest NUL byte
author Paper <mrpapersonic@gmail.com>
date Wed, 06 Dec 2023 13:43:54 -0500
parents 4eae379cb1ff
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
Paper <mrpapersonic@gmail.com>
parents: 1
diff changeset
1 <!DOCTYPE rcc><RCC version="1.0">
Paper <mrpapersonic@gmail.com>
parents: 1
diff changeset
2 <qresource>
103
621084cc542c resources: add icons
Paper <mrpapersonic@gmail.com>
parents: 69
diff changeset
3 <file>favicon.png</file>
114
ab191e28e69d *: add initial torrent stuff
Paper <mrpapersonic@gmail.com>
parents: 105
diff changeset
4 <file>icons/16x16/arrow-circle-315.png</file>
2
Paper <mrpapersonic@gmail.com>
parents: 1
diff changeset
5 <file>icons/16x16/calendar.png</file>
Paper <mrpapersonic@gmail.com>
parents: 1
diff changeset
6 <file>icons/16x16/chart.png</file>
Paper <mrpapersonic@gmail.com>
parents: 1
diff changeset
7 <file>icons/16x16/clock-history-frame.png</file>
114
ab191e28e69d *: add initial torrent stuff
Paper <mrpapersonic@gmail.com>
parents: 105
diff changeset
8 <file>icons/16x16/cross-button.png</file>
2
Paper <mrpapersonic@gmail.com>
parents: 1
diff changeset
9 <file>icons/16x16/document-list.png</file>
Paper <mrpapersonic@gmail.com>
parents: 1
diff changeset
10 <file>icons/16x16/feed.png</file>
Paper <mrpapersonic@gmail.com>
parents: 1
diff changeset
11 <file>icons/16x16/film.png</file>
114
ab191e28e69d *: add initial torrent stuff
Paper <mrpapersonic@gmail.com>
parents: 105
diff changeset
12 <file>icons/16x16/gear.png</file>
2
Paper <mrpapersonic@gmail.com>
parents: 1
diff changeset
13 <file>icons/16x16/magnifier.png</file>
114
ab191e28e69d *: add initial torrent stuff
Paper <mrpapersonic@gmail.com>
parents: 105
diff changeset
14 <file>icons/16x16/navigation-270-button.png</file>
119
4eae379cb1ff settings: add a very early recognition tab for configuring players and extensions
Paper <mrpapersonic@gmail.com>
parents: 114
diff changeset
15 <file>icons/16x16/plus-button.png</file>
69
27a19dd6cba1 *: fix up some stuff
Paper <mrpapersonic@gmail.com>
parents: 6
diff changeset
16 <file>icons/24x24/application-export.png</file>
6
1d82f6e04d7d Update: add first parts to the settings dialog
Paper <mrpapersonic@gmail.com>
parents: 2
diff changeset
17 <file>icons/24x24/application-sidebar-list.png</file>
2
Paper <mrpapersonic@gmail.com>
parents: 1
diff changeset
18 <file>icons/24x24/arrow-circle-double-135.png</file>
6
1d82f6e04d7d Update: add first parts to the settings dialog
Paper <mrpapersonic@gmail.com>
parents: 2
diff changeset
19 <file>icons/24x24/feed.png</file>
2
Paper <mrpapersonic@gmail.com>
parents: 1
diff changeset
20 <file>icons/24x24/folder-open.png</file>
Paper <mrpapersonic@gmail.com>
parents: 1
diff changeset
21 <file>icons/24x24/gear.png</file>
6
1d82f6e04d7d Update: add first parts to the settings dialog
Paper <mrpapersonic@gmail.com>
parents: 2
diff changeset
22 <file>icons/24x24/globe.png</file>
1d82f6e04d7d Update: add first parts to the settings dialog
Paper <mrpapersonic@gmail.com>
parents: 2
diff changeset
23 <file>icons/24x24/inbox-film.png</file>
1d82f6e04d7d Update: add first parts to the settings dialog
Paper <mrpapersonic@gmail.com>
parents: 2
diff changeset
24 <file>icons/24x24/megaphone.png</file>
1d82f6e04d7d Update: add first parts to the settings dialog
Paper <mrpapersonic@gmail.com>
parents: 2
diff changeset
25 <file>icons/24x24/question.png</file>
2
Paper <mrpapersonic@gmail.com>
parents: 1
diff changeset
26 </qresource>
105
6d8da6e64d61 theme: add dark stylesheet, make it actually usable
Paper <mrpapersonic@gmail.com>
parents: 103
diff changeset
27 </RCC>