Thu, 18 Jan 2018 14:30:06 +0100
Continued implementing the PyInstaller interface (finished the config dialog).
0
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <!DOCTYPE Project SYSTEM "Project-5.1.dtd"> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <!-- eric project file for project PluginPyInstaller --> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <!-- Copyright (C) 2018 Detlev Offenbach, detlev@die-offenbachs.de --> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <Project version="5.1"> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | <Language>en_US</Language> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <Hash>3a7e5bc36f1ae73d45efc807f5aeb2c0236daa13</Hash> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | <ProgLanguage mixed="0">Python3</ProgLanguage> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | <ProjectType>E6Plugin</ProjectType> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | <Description>This plugin implements an interface to the PyInstaller packager.</Description> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | <Version>1.x</Version> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | <Author>Detlev Offenbach</Author> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | <Email>detlev@die-offenbachs.de</Email> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | <TranslationPattern>PyInstaller/i18n/pyinstaller_%language%.ts</TranslationPattern> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | <Eol index="1"/> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | <Sources> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | <Source>PluginPyInstaller.py</Source> |
3
eb2d30b4d34e
Continued implementing the PyInstaller interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1
diff
changeset
|
18 | <Source>PyInstaller/PyInstallerCleanupDialog.py</Source> |
eb2d30b4d34e
Continued implementing the PyInstaller interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1
diff
changeset
|
19 | <Source>PyInstaller/PyInstallerConfigDialog.py</Source> |
1
f7788bc8c08d
Implemented support for the programs dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
20 | <Source>PyInstaller/__init__.py</Source> |
0
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | <Source>__init__.py</Source> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | </Sources> |
3
eb2d30b4d34e
Continued implementing the PyInstaller interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1
diff
changeset
|
23 | <Forms> |
eb2d30b4d34e
Continued implementing the PyInstaller interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1
diff
changeset
|
24 | <Form>PyInstaller/PyInstallerCleanupDialog.ui</Form> |
eb2d30b4d34e
Continued implementing the PyInstaller interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1
diff
changeset
|
25 | <Form>PyInstaller/PyInstallerConfigDialog.ui</Form> |
eb2d30b4d34e
Continued implementing the PyInstaller interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1
diff
changeset
|
26 | </Forms> |
0
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | <Others> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | <Other>.hgignore</Other> |
1
f7788bc8c08d
Implemented support for the programs dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
29 | <Other>ChangeLog</Other> |
f7788bc8c08d
Implemented support for the programs dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
30 | <Other>PluginPyInstaller.e4p</Other> |
f7788bc8c08d
Implemented support for the programs dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
31 | <Other>PyInstaller/Documentation/LICENSE.GPL3</Other> |
0
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | </Others> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | <MainScript>PluginPyInstaller.py</MainScript> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | <Vcs> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | <VcsType>Mercurial</VcsType> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | <VcsOptions> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | <dict> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | <key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | <string>add</string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | </key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | <value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | <list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | <string></string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | </list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | </value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | <key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | <string>checkout</string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
48 | </key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
49 | <value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
50 | <list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | <string></string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | </list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | </value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | <key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
55 | <string>commit</string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | </key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | <value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | <list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | <string></string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
60 | </list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | </value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | <key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | <string>diff</string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | </key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | <value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | <list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | <string></string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | </list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
69 | </value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
70 | <key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
71 | <string>export</string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
72 | </key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | <value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | <list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | <string></string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
76 | </list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | </value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | <key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
79 | <string>global</string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | </key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
81 | <value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
82 | <list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
83 | <string></string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | </list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | </value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | <key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
87 | <string>history</string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
88 | </key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
89 | <value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
90 | <list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
91 | <string></string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | </list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | </value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | <key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | <string>log</string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
96 | </key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
97 | <value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
98 | <list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
99 | <string></string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
100 | </list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
101 | </value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
102 | <key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
103 | <string>remove</string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
104 | </key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
105 | <value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
106 | <list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
107 | <string></string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
108 | </list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
109 | </value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
110 | <key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
111 | <string>status</string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
112 | </key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
113 | <value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
114 | <list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
115 | <string></string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
116 | </list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
117 | </value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
118 | <key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
119 | <string>tag</string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
120 | </key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
121 | <value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
122 | <list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
123 | <string></string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
124 | </list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
125 | </value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
126 | <key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
127 | <string>update</string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
128 | </key> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
129 | <value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
130 | <list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
131 | <string></string> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
132 | </list> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
133 | </value> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
134 | </dict> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
135 | </VcsOptions> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
136 | </Vcs> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
137 | <FiletypeAssociations> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
138 | <FiletypeAssociation pattern="*.e4p" type="OTHERS"/> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
139 | <FiletypeAssociation pattern="*.idl" type="INTERFACES"/> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
140 | <FiletypeAssociation pattern="*.md" type="OTHERS"/> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
141 | <FiletypeAssociation pattern="*.proto" type="PROTOCOLS"/> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
142 | <FiletypeAssociation pattern="*.py" type="SOURCES"/> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
143 | <FiletypeAssociation pattern="*.py3" type="SOURCES"/> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
144 | <FiletypeAssociation pattern="*.pyw" type="SOURCES"/> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
145 | <FiletypeAssociation pattern="*.pyw3" type="SOURCES"/> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
146 | <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS"/> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
147 | <FiletypeAssociation pattern="*.qrc" type="RESOURCES"/> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
148 | <FiletypeAssociation pattern="*.rst" type="OTHERS"/> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
149 | <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS"/> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
150 | <FiletypeAssociation pattern="*.txt" type="OTHERS"/> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
151 | <FiletypeAssociation pattern="*.ui" type="FORMS"/> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
152 | <FiletypeAssociation pattern="README" type="OTHERS"/> |
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
153 | <FiletypeAssociation pattern="README.*" type="OTHERS"/> |
3
eb2d30b4d34e
Continued implementing the PyInstaller interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1
diff
changeset
|
154 | <FiletypeAssociation pattern="Ui_*.py" type="__IGNORE__"/> |
0
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
155 | </FiletypeAssociations> |
4
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
156 | <Checkers> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
157 | <CheckersParams> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
158 | <dict> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
159 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
160 | <string>Pep8Checker</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
161 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
162 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
163 | <dict> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
164 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
165 | <string>BuiltinsChecker</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
166 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
167 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
168 | <dict> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
169 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
170 | <string>bytes</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
171 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
172 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
173 | <list> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
174 | <string>unicode</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
175 | </list> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
176 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
177 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
178 | <string>chr</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
179 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
180 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
181 | <list> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
182 | <string>unichr</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
183 | </list> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
184 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
185 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
186 | <string>str</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
187 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
188 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
189 | <list> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
190 | <string>unicode</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
191 | </list> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
192 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
193 | </dict> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
194 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
195 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
196 | <string>CopyrightAuthor</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
197 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
198 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
199 | <string></string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
200 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
201 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
202 | <string>CopyrightMinFileSize</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
203 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
204 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
205 | <int>0</int> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
206 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
207 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
208 | <string>DocstringType</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
209 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
210 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
211 | <string>eric</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
212 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
213 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
214 | <string>ExcludeFiles</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
215 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
216 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
217 | <string>*/Ui_*.py, */*_rc.py,</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
218 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
219 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
220 | <string>ExcludeMessages</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
221 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
222 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
223 | <string>C101, E265, E266, E305, E402, M811, N802, N803, N807, N808, N821, W293</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
224 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
225 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
226 | <string>FixCodes</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
227 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
228 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
229 | <string></string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
230 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
231 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
232 | <string>FixIssues</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
233 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
234 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
235 | <bool>False</bool> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
236 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
237 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
238 | <string>FutureChecker</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
239 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
240 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
241 | <string>unicode_literals</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
242 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
243 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
244 | <string>HangClosing</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
245 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
246 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
247 | <bool>False</bool> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
248 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
249 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
250 | <string>IncludeMessages</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
251 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
252 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
253 | <string></string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
254 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
255 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
256 | <string>LineComplexity</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
257 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
258 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
259 | <int>20</int> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
260 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
261 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
262 | <string>LineComplexityScore</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
263 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
264 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
265 | <int>10</int> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
266 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
267 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
268 | <string>MaxCodeComplexity</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
269 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
270 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
271 | <int>10</int> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
272 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
273 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
274 | <string>MaxLineLength</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
275 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
276 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
277 | <int>79</int> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
278 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
279 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
280 | <string>NoFixCodes</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
281 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
282 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
283 | <string>E501</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
284 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
285 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
286 | <string>RepeatMessages</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
287 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
288 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
289 | <bool>True</bool> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
290 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
291 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
292 | <string>ShowIgnored</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
293 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
294 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
295 | <bool>False</bool> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
296 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
297 | <key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
298 | <string>ValidEncodings</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
299 | </key> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
300 | <value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
301 | <string>latin-1, utf-8</string> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
302 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
303 | </dict> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
304 | </value> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
305 | </dict> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
306 | </CheckersParams> |
52f0572b5908
Continued implementing the PyInstaller interface (finished the config dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3
diff
changeset
|
307 | </Checkers> |
0
c6363afe8387
PyInstaller project started
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
308 | </Project> |