Add graphical ressources for QPhotoRec
This commit is contained in:
parent
767ae08639
commit
eb755fce2d
8 changed files with 24 additions and 2 deletions
12
Makefile.am
12
Makefile.am
|
@ -8,8 +8,16 @@ EXTRA_DIST = AUTHORS COPYING ChangeLog INFO INSTALL NEWS README THANKS compile.s
|
||||||
dos/readme.txt \
|
dos/readme.txt \
|
||||||
ico/photorec.ico ico/testdisk.ico \
|
ico/photorec.ico ico/testdisk.ico \
|
||||||
linux/testdisk.spec.in \
|
linux/testdisk.spec.in \
|
||||||
src/icon_ph.rc src/icon_tst.rc \
|
src/icon_ph.rc src/icon_qph.rc src/icon_tst.rc \
|
||||||
win/readme.txt win/photorec_win.exe.manifest win/testdisk_win.exe.manifest \
|
src/photorec_64x64.png \
|
||||||
|
src/gnome/README \
|
||||||
|
src/gnome/application-exit.png \
|
||||||
|
src/gnome/drive-harddisk.png \
|
||||||
|
src/gnome/folder.png \
|
||||||
|
src/gnome/go-next.png \
|
||||||
|
src/gnome/go-previous.png
|
||||||
|
win/readme.txt win/photorec_win.exe.manifest win/qphotorec_win.manifest \
|
||||||
|
win/testdisk_win.exe.manifest \
|
||||||
Android.mk jni/Android.mk
|
Android.mk jni/Android.mk
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = gnits
|
AUTOMAKE_OPTIONS = gnits
|
||||||
|
|
2
src/gnome/README
Normal file
2
src/gnome/README
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
The GNOME icon theme is licensed under the GPL.
|
||||||
|
http://art.gnome.org/
|
BIN
src/gnome/application-exit.png
Normal file
BIN
src/gnome/application-exit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
src/gnome/drive-harddisk.png
Normal file
BIN
src/gnome/drive-harddisk.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
src/gnome/folder.png
Normal file
BIN
src/gnome/folder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 920 B |
BIN
src/gnome/go-next.png
Normal file
BIN
src/gnome/go-next.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
src/gnome/go-previous.png
Normal file
BIN
src/gnome/go-previous.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
12
win/qphotorec_win.exe.manifest
Normal file
12
win/qphotorec_win.exe.manifest
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||||
|
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="qphotorec_win.exe" type="win32"/>
|
||||||
|
<description>PhotoRec, signature based recovery tool</description>
|
||||||
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||||
|
<security>
|
||||||
|
<requestedPrivileges>
|
||||||
|
<requestedExecutionLevel level="highestAvailable" uiAccess="false"/>
|
||||||
|
</requestedPrivileges>
|
||||||
|
</security>
|
||||||
|
</trustInfo>
|
||||||
|
</assembly>
|
Loading…
Reference in a new issue