##// END OF EJS Templates
New Plugin Manager and interface to remove all the previous crap!...
New Plugin Manager and interface to remove all the previous crap! Let's use Qt plugin API and make it much simpler.

File last commit:

r69:6e5eaa13fad9 default
r118:de85e8465e67 tip 1.0
Show More
SocExplorer.qrc
23 lines | 1.1 KiB | text/plain | TextLexer
Jeandet Alexis
First init of SocExplorer Repository.
r0 <RCC>
<qresource prefix="/images">
<file alias="logolpp.png">images/logo-lpp.png</file>
<file alias="logocnrs.png">images/LOGO CNRS.png</file>
<file alias="logoso.png">images/LOGO SO.png</file>
<file alias="logolppcutted.png">images/logo-lpp-cutted.png</file>
<file alias="trash.svg">images/Gnome-user-trash.svg</file>
<file alias="refresh.svg">images/Gnome-view-refresh.svg</file>
<file alias="open.svg">images/Gnome-document-open.svg</file>
<file alias="add.svg">images/Gnome-list-add.svg</file>
<file alias="server.svg">images/Gnome-network-server.svg</file>
<file alias="config.svg">images/Gnome-preferences-system.svg</file>
<file alias="up.svg">images/Gnome-go-up.svg</file>
<file alias="down.svg">images/Gnome-go-down.svg</file>
Jeandet Alexis
Some more tries on desktop shortcut.
r69 <file alias="icon.png">images/icon.png</file>
Jeandet Alexis
First init of SocExplorer Repository.
r0 </qresource>
<qresource prefix="/about">
<file alias="about.html">txt/about.html</file>
</qresource>
Jeandet Alexis
Sync
r15 <qresource prefix="/styles">
<file alias="SocExplorer.css">Styles/SocExplorer.css</file>
</qresource>
Jeandet Alexis
First init of SocExplorer Repository.
r0 </RCC>