summaryrefslogtreecommitdiff
path: root/gui/gui.qrc
blob: 75ff8cf4a2b7d0401da368ff1c54b725281b39fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<RCC>
    <qresource prefix="/">

        <file>main.qml</file>
        <file>qtquickcontrols2.conf</file>

        <!-- gui components -->
        <file>themes/themes.js</file>
        <file>themes/theme-riseup.js</file>
        <file>themes/Riseup.qml</file>
        <file>themes/theme-calyx.js</file>
        <file>themes/Calyx.qml</file>
        <file>themes/ThemeObject.qml</file>

        <file>components/MainView.qml</file>
        <file>components/ThemedPage.qml</file>
        <file>components/Splash.qml</file>
        <file>components/FadeBehavior.qml</file>
        <file>components/Home.qml</file>
        <file>components/Header.qml</file>
        <file>components/Footer.qml</file>
        <file>components/About.qml</file>
        <file>components/MaterialRadioButton.qml</file>
        <file>components/MaterialRadioIndicator.qml</file>
        <file>components/WrappedRadioButton.qml</file>
        <file>components/MaterialCheckBox.qml</file>
        <file>components/StatusBox.qml</file>
        <file>components/Systray.qml</file>
        <file>components/Help.qml</file>
        <file>components/Locations.qml</file>
        <file>components/SignalIcon.qml</file>
        <file>components/Preferences.qml</file>
        <file>components/BoldLabel.qml</file>
        <file>components/LightLabel.qml</file>
        <file>components/VPNButtonBase.qml</file>
        <file>components/VPNMouseArea.qml</file>
        <file>components/VerticalSpacer.qml</file>
        <file>components/Icon.qml</file>
        <file>components/MaterialButton.qml</file>
        <file>components/VPNState.qml</file>
        <file>components/InitErrors.qml</file>
        <file>components/ErrorBox.qml</file>
        <file>components/MotdBox.qml</file>
        <file>components/NavigationDrawer.qml</file>

        <!-- resources, assets -->
        <file>resources/icon-noshield.svg</file>
        <file>resources/location.svg</file>
        <file>resources/settings.svg</file>
        <file>resources/power.svg</file>
        <file>resources/lightning.svg</file>
        <file>resources/close.svg</file>
        <file>resources/donate.svg</file>
        <file>resources/tools.svg</file>
        <file>resources/help.svg</file>
        <file>resources/about.svg</file>
        <file>resources/bridge.svg</file>
        <file>resources/gear-fill.svg</file>
        <file>resources/reception-0.svg</file>
        <file>resources/reception-2.svg</file>
        <file>resources/reception-4.svg</file>
        <file>resources/reception-0@24.svg</file>
        <file>resources/reception-4@24.svg</file>
        <file>resources/arrow-left.svg</file>
        <file>resources/globe.svg</file>
        <file>resources/spy.gif</file>
        <file>resources/quit.svg</file>
        <file>resources/alert.svg</file>
        <file>resources/angle-right.svg</file>
        <file>resources/snowflake.svg</file>

        <!-- riseup assets -->
        <file>resources/ravens.svg</file>
        <file>resources/ravens.gif</file>
        <file>resources/riseup-icon.svg</file>

        <!-- calyx assets -->
        <file>resources/calyx/calyx-shield-green.png</file>
        <file>resources/calyx/calyx-hand.png</file>
        <file>resources/calyx/calyx-red-shield.png</file>
        <file>resources/calyx/calyx-yellow-shield.png</file>

        <!-- fonts -->
        <file alias="poppins-regular.ttf">resources/fonts/Poppins-Regular.ttf</file>
        <file alias="poppins-bold.ttf">resources/fonts/Poppins-Bold.ttf</file>
        <file alias="monserrat-bold.ttf">resources/fonts/Montserrat-SemiBold.ttf</file>
        <file alias="roboto.ttf">resources/fonts/Roboto-Regular.ttf</file>
        <file alias="roboto-bold.ttf">resources/fonts/Roboto-Bold.ttf</file>

        <!-- systray icons -->
        <file>assets/icon/png/black/vpn_off.png</file>
        <file>assets/icon/png/black/vpn_on.png</file>
        <file>assets/icon/png/black/vpn_wait_0.png</file>
        <file>assets/icon/png/black/vpn_wait_1.png</file>
        <file>assets/icon/png/black/vpn_wait_2.png</file>
        <file>assets/icon/png/black/vpn_wait_3.png</file>

        <file>assets/icon/png/white/vpn_off.png</file>
        <file>assets/icon/png/white/vpn_on.png</file>
        <file>assets/icon/png/white/vpn_wait_0.png</file>
        <file>assets/icon/png/white/vpn_wait_1.png</file>
        <file>assets/icon/png/white/vpn_wait_2.png</file>
        <file>assets/icon/png/white/vpn_wait_3.png</file>
        <file>assets/img/bird.jpg</file>

        <file alias="providers.json">providers/providers.json</file>
    </qresource>
</RCC>