mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
This commit is contained in:
parent
64fd079f88
commit
0e20e54be3
239
prs-500.e4p
Normal file
239
prs-500.e4p
Normal file
@ -0,0 +1,239 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE Project SYSTEM "Project-4.0.dtd">
|
||||||
|
<!-- eric4 project file for project prs-500 -->
|
||||||
|
<!-- Saved: 2006-12-08, 23:24:29 -->
|
||||||
|
<!-- Copyright (C) 2006 Kovid Goyal, kovid@kovidgoyal.net -->
|
||||||
|
<Project version="4.0">
|
||||||
|
<ProgLanguage mixed="0">Python</ProgLanguage>
|
||||||
|
<UIType>Qt4</UIType>
|
||||||
|
<Description>Library to communicate with the Sony Reader PRS-500 via USB</Description>
|
||||||
|
<Version></Version>
|
||||||
|
<Author>Kovid Goyal</Author>
|
||||||
|
<Email>kovid@kovidgoyal.net</Email>
|
||||||
|
<Sources>
|
||||||
|
<Source>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Name>communicate.py</Name>
|
||||||
|
</Source>
|
||||||
|
<Source>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Name>prstypes.py</Name>
|
||||||
|
</Source>
|
||||||
|
<Source>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Name>errors.py</Name>
|
||||||
|
</Source>
|
||||||
|
<Source>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Name>__init__.py</Name>
|
||||||
|
</Source>
|
||||||
|
<Source>
|
||||||
|
<Name>setup.py</Name>
|
||||||
|
</Source>
|
||||||
|
<Source>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Dir>cli</Dir>
|
||||||
|
<Name>terminfo.py</Name>
|
||||||
|
</Source>
|
||||||
|
<Source>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Dir>cli</Dir>
|
||||||
|
<Name>main.py</Name>
|
||||||
|
</Source>
|
||||||
|
<Source>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Dir>cli</Dir>
|
||||||
|
<Name>__init__.py</Name>
|
||||||
|
</Source>
|
||||||
|
<Source>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Dir>gui</Dir>
|
||||||
|
<Name>main.py</Name>
|
||||||
|
</Source>
|
||||||
|
<Source>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Dir>gui</Dir>
|
||||||
|
<Name>__init__.py</Name>
|
||||||
|
</Source>
|
||||||
|
<Source>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Dir>lrf</Dir>
|
||||||
|
<Name>meta.py</Name>
|
||||||
|
</Source>
|
||||||
|
<Source>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Dir>lrf</Dir>
|
||||||
|
<Name>__init__.py</Name>
|
||||||
|
</Source>
|
||||||
|
<Source>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Dir>gui</Dir>
|
||||||
|
<Name>database.py</Name>
|
||||||
|
</Source>
|
||||||
|
<Source>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Dir>gui</Dir>
|
||||||
|
<Name>editbook.py</Name>
|
||||||
|
</Source>
|
||||||
|
<Source>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Name>books.py</Name>
|
||||||
|
</Source>
|
||||||
|
<Source>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Dir>gui</Dir>
|
||||||
|
<Name>widgets.py</Name>
|
||||||
|
</Source>
|
||||||
|
</Sources>
|
||||||
|
<Forms>
|
||||||
|
<Form>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Dir>gui</Dir>
|
||||||
|
<Name>main.ui</Name>
|
||||||
|
</Form>
|
||||||
|
<Form>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Dir>gui</Dir>
|
||||||
|
<Name>editbook.ui</Name>
|
||||||
|
</Form>
|
||||||
|
</Forms>
|
||||||
|
<Translations>
|
||||||
|
</Translations>
|
||||||
|
<Resources>
|
||||||
|
</Resources>
|
||||||
|
<Interfaces>
|
||||||
|
</Interfaces>
|
||||||
|
<Others>
|
||||||
|
<Other>
|
||||||
|
<Name>epydoc.conf</Name>
|
||||||
|
</Other>
|
||||||
|
<Other>
|
||||||
|
<Name>epydoc-pdf.conf</Name>
|
||||||
|
</Other>
|
||||||
|
</Others>
|
||||||
|
<MainScript>
|
||||||
|
<Dir>libprs500</Dir>
|
||||||
|
<Dir>gui</Dir>
|
||||||
|
<Name>main.py</Name>
|
||||||
|
</MainScript>
|
||||||
|
<Vcs>
|
||||||
|
<VcsType>Subversion</VcsType>
|
||||||
|
<VcsOptions>
|
||||||
|
<dict>
|
||||||
|
<key>
|
||||||
|
<string>status</string>
|
||||||
|
</key>
|
||||||
|
<value>
|
||||||
|
<list>
|
||||||
|
<string></string>
|
||||||
|
</list>
|
||||||
|
</value>
|
||||||
|
<key>
|
||||||
|
<string>log</string>
|
||||||
|
</key>
|
||||||
|
<value>
|
||||||
|
<list>
|
||||||
|
<string></string>
|
||||||
|
</list>
|
||||||
|
</value>
|
||||||
|
<key>
|
||||||
|
<string>global</string>
|
||||||
|
</key>
|
||||||
|
<value>
|
||||||
|
<list>
|
||||||
|
<string></string>
|
||||||
|
</list>
|
||||||
|
</value>
|
||||||
|
<key>
|
||||||
|
<string>update</string>
|
||||||
|
</key>
|
||||||
|
<value>
|
||||||
|
<list>
|
||||||
|
<string></string>
|
||||||
|
</list>
|
||||||
|
</value>
|
||||||
|
<key>
|
||||||
|
<string>remove</string>
|
||||||
|
</key>
|
||||||
|
<value>
|
||||||
|
<list>
|
||||||
|
<string></string>
|
||||||
|
</list>
|
||||||
|
</value>
|
||||||
|
<key>
|
||||||
|
<string>add</string>
|
||||||
|
</key>
|
||||||
|
<value>
|
||||||
|
<list>
|
||||||
|
<string></string>
|
||||||
|
</list>
|
||||||
|
</value>
|
||||||
|
<key>
|
||||||
|
<string>tag</string>
|
||||||
|
</key>
|
||||||
|
<value>
|
||||||
|
<list>
|
||||||
|
<string></string>
|
||||||
|
</list>
|
||||||
|
</value>
|
||||||
|
<key>
|
||||||
|
<string>export</string>
|
||||||
|
</key>
|
||||||
|
<value>
|
||||||
|
<list>
|
||||||
|
<string></string>
|
||||||
|
</list>
|
||||||
|
</value>
|
||||||
|
<key>
|
||||||
|
<string>commit</string>
|
||||||
|
</key>
|
||||||
|
<value>
|
||||||
|
<list>
|
||||||
|
<string></string>
|
||||||
|
</list>
|
||||||
|
</value>
|
||||||
|
<key>
|
||||||
|
<string>diff</string>
|
||||||
|
</key>
|
||||||
|
<value>
|
||||||
|
<list>
|
||||||
|
<string></string>
|
||||||
|
</list>
|
||||||
|
</value>
|
||||||
|
<key>
|
||||||
|
<string>checkout</string>
|
||||||
|
</key>
|
||||||
|
<value>
|
||||||
|
<list>
|
||||||
|
<string></string>
|
||||||
|
</list>
|
||||||
|
</value>
|
||||||
|
<key>
|
||||||
|
<string>history</string>
|
||||||
|
</key>
|
||||||
|
<value>
|
||||||
|
<list>
|
||||||
|
<string></string>
|
||||||
|
</list>
|
||||||
|
</value>
|
||||||
|
</dict>
|
||||||
|
</VcsOptions>
|
||||||
|
<VcsOtherData>
|
||||||
|
<dict>
|
||||||
|
<key>
|
||||||
|
<string>standardLayout</string>
|
||||||
|
</key>
|
||||||
|
<value>
|
||||||
|
<bool>True</bool>
|
||||||
|
</value>
|
||||||
|
</dict>
|
||||||
|
</VcsOtherData>
|
||||||
|
</Vcs>
|
||||||
|
<FiletypeAssociations>
|
||||||
|
<FiletypeAssociation pattern="*.py" type="SOURCES" />
|
||||||
|
<FiletypeAssociation pattern="*.ui.h" type="FORMS" />
|
||||||
|
<FiletypeAssociation pattern="*.idl" type="INTERFACES" />
|
||||||
|
<FiletypeAssociation pattern="*.ui" type="FORMS" />
|
||||||
|
<FiletypeAssociation pattern="*.ptl" type="SOURCES" />
|
||||||
|
</FiletypeAssociations>
|
||||||
|
</Project>
|
Loading…
x
Reference in New Issue
Block a user