annotate rc/icons/icons.qrc @ 337:a7d4e5107531

dep/animone: REFACTOR ALL THE THINGS 1: animone now has its own syntax divergent from anisthesia, making different platforms actually have their own sections 2: process names in animone are now called `comm' (this will probably break things). this is what its called in bsd/linux so I'm just going to use it everywhere 3: the X11 code now checks for the existence of a UTF-8 window title and passes it if available 4: ANYTHING THATS NOT LINUX IS 100% UNTESTED AND CAN AND WILL BREAK! I still actually need to test the bsd code. to be honest I'm probably going to move all of the bsds into separate files because they're all essentially different operating systems at this point
author Paper <paper@paper.us.eu.org>
date Wed, 19 Jun 2024 12:51:15 -0400
parents bf89fbf7ff38
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
241
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
1 <!DOCTYPE rcc><RCC version="1.0">
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
2 <qresource prefix="icons/">
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
3 <file>16x16/arrow-circle-315.png</file>
255
fe702c8f161f *: whatever
Paper <paper@paper.us.eu.org>
parents: 241
diff changeset
4 <file>16x16/category.png</file>
241
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
5 <file>16x16/calendar.png</file>
255
fe702c8f161f *: whatever
Paper <paper@paper.us.eu.org>
parents: 241
diff changeset
6 <file>16x16/calendar-next.png</file>
fe702c8f161f *: whatever
Paper <paper@paper.us.eu.org>
parents: 241
diff changeset
7 <file>16x16/calendar-previous.png</file>
241
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
8 <file>16x16/chart.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
9 <file>16x16/clock-history-frame.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
10 <file>16x16/cross-button.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
11 <file>16x16/document-list.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
12 <file>16x16/feed.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
13 <file>16x16/film.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
14 <file>16x16/gear.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
15 <file>16x16/magnifier.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
16 <file>16x16/navigation-270-button.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
17 <file>16x16/plus-button.png</file>
255
fe702c8f161f *: whatever
Paper <paper@paper.us.eu.org>
parents: 241
diff changeset
18 <file>16x16/sort-quantity-descending.png</file>
fe702c8f161f *: whatever
Paper <paper@paper.us.eu.org>
parents: 241
diff changeset
19 <file>16x16/ui-scroll-pane-detail.png</file>
241
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
20 <file>24x24/application-export.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
21 <file>24x24/application-sidebar-list.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
22 <file>24x24/arrow-circle-double-135.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
23 <file>24x24/feed.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
24 <file>24x24/folder-open.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
25 <file>24x24/gear.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
26 <file>24x24/globe.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
27 <file>24x24/inbox-film.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
28 <file>24x24/megaphone.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
29 <file>24x24/question.png</file>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
30 </qresource>
06d6c351925c *: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
diff changeset
31 </RCC>