eric7.epj

Thu, 20 Mar 2025 11:54:57 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 20 Mar 2025 11:54:57 +0100
branch
eric7
changeset 11177
f511038a0061
parent 11168
896d0aa3e829
child 11194
1bfb44d3bedc
child 11206
9271719f43a7
permissions
-rw-r--r--

Corrected some issues related to controllers with small RAM and limited numbers support (i.e. BBC micro:bit and Calliope mini).

8006
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1 {
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
2 "header": {
8312
800c432b34c8 Started to rename eric6 to eric7.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8300
diff changeset
3 "comment": "eric project file for project eric7",
11136
437db2f032fd Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11091
diff changeset
4 "copyright": "Copyright (C) 2025 Detlev Offenbach, detlev@die-offenbachs.de"
8006
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
5 },
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
6 "project": {
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
7 "AUTHOR": "Detlev Offenbach",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
8 "CHECKERSPARMS": {
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
9 "Pep8Checker": {
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
10 "AnnotationsChecker": {
9430
aef6b11d4ecd Corrected some widget header definitions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9426
diff changeset
11 "AllowStarArgAny": false,
8251
ee6af20714c3 Code Style Checker: Fixed an issue in the SimplifyNodeVisitor class (Y108).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8246
diff changeset
12 "AllowUntypedDefs": false,
ee6af20714c3 Code Style Checker: Fixed an issue in the SimplifyNodeVisitor class (Y108).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8246
diff changeset
13 "AllowUntypedNested": false,
10046
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
14 "CheckFutureAnnotations": false,
8251
ee6af20714c3 Code Style Checker: Fixed an issue in the SimplifyNodeVisitor class (Y108).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8246
diff changeset
15 "DispatchDecorators": [
ee6af20714c3 Code Style Checker: Fixed an issue in the SimplifyNodeVisitor class (Y108).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8246
diff changeset
16 "singledispatch",
ee6af20714c3 Code Style Checker: Fixed an issue in the SimplifyNodeVisitor class (Y108).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8246
diff changeset
17 "singledispatchmethod"
ee6af20714c3 Code Style Checker: Fixed an issue in the SimplifyNodeVisitor class (Y108).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8246
diff changeset
18 ],
10099
526d17ba99c2 Updated the code style check part of the project file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10090
diff changeset
19 "ExemptedTypingSymbols": [
526d17ba99c2 Updated the code style check part of the project file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10090
diff changeset
20 ""
526d17ba99c2 Updated the code style check part of the project file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10090
diff changeset
21 ],
9430
aef6b11d4ecd Corrected some widget header definitions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9426
diff changeset
22 "ForceFutureAnnotations": false,
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
23 "MaximumComplexity": 3,
8251
ee6af20714c3 Code Style Checker: Fixed an issue in the SimplifyNodeVisitor class (Y108).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8246
diff changeset
24 "MaximumLength": 7,
ee6af20714c3 Code Style Checker: Fixed an issue in the SimplifyNodeVisitor class (Y108).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8246
diff changeset
25 "MinimumCoverage": 75,
ee6af20714c3 Code Style Checker: Fixed an issue in the SimplifyNodeVisitor class (Y108).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8246
diff changeset
26 "MypyInitReturn": false,
ee6af20714c3 Code Style Checker: Fixed an issue in the SimplifyNodeVisitor class (Y108).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8246
diff changeset
27 "OverloadDecorators": [
ee6af20714c3 Code Style Checker: Fixed an issue in the SimplifyNodeVisitor class (Y108).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8246
diff changeset
28 "overload"
ee6af20714c3 Code Style Checker: Fixed an issue in the SimplifyNodeVisitor class (Y108).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8246
diff changeset
29 ],
10783
ccf28bec1227 Adapted the checker configurations to the current source tree.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10781
diff changeset
30 "RespectTypeIgnore": false,
8251
ee6af20714c3 Code Style Checker: Fixed an issue in the SimplifyNodeVisitor class (Y108).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8246
diff changeset
31 "SuppressDummyArgs": false,
ee6af20714c3 Code Style Checker: Fixed an issue in the SimplifyNodeVisitor class (Y108).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8246
diff changeset
32 "SuppressNoneReturning": true
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
33 },
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
34 "BlankLines": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
35 2,
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
36 1
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
37 ],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
38 "BuiltinsChecker": {
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
39 "bytes": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
40 "unicode"
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
41 ],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
42 "chr": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
43 "unichr"
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
44 ],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
45 "str": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
46 "unicode"
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
47 ]
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
48 },
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
49 "CommentedCodeChecker": {
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
50 "Aggressive": false,
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
51 "WhiteList": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
52 "pylint",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
53 "pyright",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
54 "noqa",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
55 "type:\\s*ignore",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
56 "fmt:\\s*(on|off)",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
57 "TODO",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
58 "FIXME",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
59 "WARNING",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
60 "NOTE",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
61 "TEST",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
62 "DOCU",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
63 "XXX",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
64 "- "
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
65 ]
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
66 },
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
67 "CopyrightAuthor": "",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
68 "CopyrightMinFileSize": 0,
9221
bf71ee032bb4 Reformatted the source code using the 'Black' utility.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9220
diff changeset
69 "DocstringType": "eric_black",
11143
ef75c265ab47 Added a checker for `pydantic` and `dataclass` related topics based on `flake8-pydantic` v0.4.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11136
diff changeset
70 "EnabledCheckerCategories": "PYD, C, D, E, I, L, M, NO, N, Y, U, W",
10783
ccf28bec1227 Adapted the checker configurations to the current source tree.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10781
diff changeset
71 "ExcludeFiles": "*/ThirdParty/*, */Ui_*.py, */Examples/*, */pycodestyle.py, */pyflakes/*, */mccabe.py, */eradicate.py, */ast_unparse.py, */piplicenses.py, */MCUScripts/*, */MicroPython/Tools/*",
11148
15e30f0c76a8 Adjusted the code to the modified issue codes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11143
diff changeset
72 "ExcludeMessages": "C-101,E-203,E-265,E-266,E-305,E-402,M-251,M-701,M-702,M-811,M-834,M-852,N-802,N-803,N-807,N-808,N-821,U-101,W-293,W-503,Y-119,Y-401,Y-402",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
73 "FixCodes": "",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
74 "FixIssues": false,
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
75 "FutureChecker": "",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
76 "HangClosing": false,
9003
6bc210cd5726 Finished implementing the basic functionality of a license lister for pip installed packages (based on pip-licenses).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9002
diff changeset
77 "ImportsChecker": {
9482
a2bc06a54d9d Corrected/acknowledged some bad import style and removed some obsolete code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9462
diff changeset
78 "ApplicationPackageNames": [
a2bc06a54d9d Corrected/acknowledged some bad import style and removed some obsolete code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9462
diff changeset
79 "eric7"
a2bc06a54d9d Corrected/acknowledged some bad import style and removed some obsolete code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9462
diff changeset
80 ],
9003
6bc210cd5726 Finished implementing the basic functionality of a license lister for pip installed packages (based on pip-licenses).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9002
diff changeset
81 "BanRelativeImports": "",
10046
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
82 "BannedModules": []
9003
6bc210cd5726 Finished implementing the basic functionality of a license lister for pip installed packages (based on pip-licenses).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9002
diff changeset
83 },
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
84 "IncludeMessages": "",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
85 "LineComplexity": 25,
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
86 "LineComplexityScore": 10,
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
87 "MaxCodeComplexity": 10,
9178
86671dd6f592 Changed some code style checker parameters.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9177
diff changeset
88 "MaxDocLineLength": 88,
86671dd6f592 Changed some code style checker parameters.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9177
diff changeset
89 "MaxLineLength": 88,
10046
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
90 "NameOrderChecker": {
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
91 "ApplicationPackageNames": [
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
92 "eric7"
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
93 ],
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
94 "CombinedAsImports": true,
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
95 "SortCaseSensitive": false,
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
96 "SortFromFirst": false,
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
97 "SortIgnoringStyle": false,
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
98 "SortOrder": "natural"
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
99 },
11148
15e30f0c76a8 Adjusted the code to the modified issue codes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11143
diff changeset
100 "NoFixCodes": "E-501",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
101 "RepeatMessages": true,
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
102 "SecurityChecker": {
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
103 "CheckTypedException": false,
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
104 "HardcodedTmpDirectories": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
105 "/tmp",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
106 "/var/tmp",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
107 "/dev/shm",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
108 "~/tmp"
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
109 ],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
110 "InsecureHashes": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
111 "md4",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
112 "md5",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
113 "sha",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
114 "sha1"
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
115 ],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
116 "InsecureSslProtocolVersions": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
117 "PROTOCOL_SSLv2",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
118 "SSLv2_METHOD",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
119 "SSLv23_METHOD",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
120 "PROTOCOL_SSLv3",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
121 "PROTOCOL_TLSv1",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
122 "SSLv3_METHOD",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
123 "TLSv1_METHOD"
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
124 ],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
125 "WeakKeySizeDsaHigh": "1024",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
126 "WeakKeySizeDsaMedium": "2048",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
127 "WeakKeySizeEcHigh": "160",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
128 "WeakKeySizeEcMedium": "224",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
129 "WeakKeySizeRsaHigh": "1024",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
130 "WeakKeySizeRsaMedium": "2048"
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
131 },
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
132 "ShowIgnored": false,
10052
041d0785dd42 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10046
diff changeset
133 "UnusedChecker": {
041d0785dd42 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10046
diff changeset
134 "IgnoreAbstract": true,
10053
9914b7b4b11c Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10052
diff changeset
135 "IgnoreDunderGlobals": true,
10052
041d0785dd42 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10046
diff changeset
136 "IgnoreDunderMethods": true,
10066
251638443e17 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10061
diff changeset
137 "IgnoreEventHandlerMethods": true,
10052
041d0785dd42 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10046
diff changeset
138 "IgnoreLambdas": false,
041d0785dd42 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10046
diff changeset
139 "IgnoreNestedFunctions": false,
041d0785dd42 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10046
diff changeset
140 "IgnoreOverload": true,
041d0785dd42 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10046
diff changeset
141 "IgnoreOverride": true,
041d0785dd42 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10046
diff changeset
142 "IgnoreSlotMethods": true,
041d0785dd42 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10046
diff changeset
143 "IgnoreStubs": true,
041d0785dd42 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10046
diff changeset
144 "IgnoreVariadicNames": false
041d0785dd42 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10046
diff changeset
145 },
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
146 "ValidEncodings": "latin-1, utf-8"
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
147 },
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
148 "SyntaxChecker": {
9972
68ac01294544 Corrected some code style and formatting issues.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9971
diff changeset
149 "AdditionalBuiltins": "",
10845
bbcad422aea7 Project Viewer
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10816
diff changeset
150 "ExcludeFiles": "*/ThirdParty/*, */Examples/*, */Ui_*.py"
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
151 },
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
152 "Tabnanny": {
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
153 "ExcludeFiles": "*/coverage/*, */ThirdParty/*, */Examples/*"
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
154 },
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
155 "Vulture": {
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
156 "ExcludeFiles": "*/ThirdParty/*, */coverage/*, Ui_*.py, */Examples/*",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
157 "SlotsAreUsed": true,
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
158 "WhiteLists": {
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
159 "__patterns__": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
160 "visit_*",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
161 "on_*",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
162 "*Completer",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
163 "visit*"
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
164 ],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
165 "attribute": [],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
166 "class": [],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
167 "function": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
168 "getOpenEditorsCount",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
169 "_vcsRemove",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
170 "getType",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
171 "getImport",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
172 "readPlistFromBytes",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
173 "vcsSetData",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
174 "_getglobal"
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
175 ],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
176 "property": [],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
177 "slot": [],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
178 "variable": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
179 "Complexity_Weak",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
180 "Complexity_Good",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
181 "Complexity_Strong"
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
182 ]
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
183 }
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
184 }
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
185 },
8312
800c432b34c8 Started to rename eric6 to eric7.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8300
diff changeset
186 "DESCRIPTION": "eric7 is an integrated development environment for the Python language. It uses the PyQt6 bindings and the QScintilla2 editor widget.",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
187 "DOCSTRING": "ericdoc",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
188 "DOCUMENTATIONPARMS": {
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
189 "ERIC4API": {
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
190 "ignoreDirectories": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
191 "CSSs",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
192 "DTDs",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
193 "DesignerTemplates",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
194 "Documentation",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
195 "Examples",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
196 "ThirdParty",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
197 "i18n",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
198 "icons",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
199 "pixmaps",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
200 "Styles",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
201 "CodeTemplates",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
202 ".ropeproject",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
203 "Dictionaries",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
204 ".hg",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
205 ".directory",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
206 "data",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
207 "pyflakes",
10784
521fd465b048 Added source documentation for the eric-ide server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10783
diff changeset
208 "MCUScripts",
521fd465b048 Added source documentation for the eric-ide server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10783
diff changeset
209 ".eric7project",
521fd465b048 Added source documentation for the eric-ide server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10783
diff changeset
210 ".jedi",
521fd465b048 Added source documentation for the eric-ide server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10783
diff changeset
211 ".venv"
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
212 ],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
213 "ignoreFilePatterns": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
214 "Ui_*"
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
215 ],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
216 "languages": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
217 "Python3"
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
218 ],
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
219 "outputFile": "src/eric7/APIs/%L/eric7.api",
9215
30d7f7fd2b4a Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9214
diff changeset
220 "startDirectory": "src/eric7",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
221 "useRecursion": true
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
222 },
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
223 "ERIC4DOC": {
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
224 "CFBgColor": "#4fa4ff",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
225 "CFColor": "#ffffff",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
226 "Level1HeaderBgColor": "#4fa4ff",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
227 "Level1HeaderColor": "#ffffff",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
228 "Level2HeaderBgColor": "#00557f",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
229 "Level2HeaderColor": "#ffffff",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
230 "LinkColor": "#aa5500",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
231 "cssFile": "src/eric7/CSSs/default.css",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
232 "ignoreDirectories": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
233 "CSSs",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
234 "DTDs",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
235 "DesignerTemplates",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
236 "Documentation",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
237 "Examples",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
238 "ThirdParty",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
239 "i18n",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
240 "icons",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
241 "pixmaps",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
242 "Styles",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
243 "CodeTemplates",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
244 ".ropeproject",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
245 "Dictionaries",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
246 ".hg",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
247 ".directory",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
248 "pyflakes",
10784
521fd465b048 Added source documentation for the eric-ide server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10783
diff changeset
249 "MCUScripts",
521fd465b048 Added source documentation for the eric-ide server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10783
diff changeset
250 ".eric7project",
521fd465b048 Added source documentation for the eric-ide server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10783
diff changeset
251 ".jedi",
521fd465b048 Added source documentation for the eric-ide server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10783
diff changeset
252 ".venv"
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
253 ],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
254 "ignoreFilePatterns": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
255 "Ui_*",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
256 "*_rc.py"
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
257 ],
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
258 "outputDirectory": "src/eric7/Documentation/Source",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
259 "qtHelpEnabled": true,
8372
e0227a7c850e Generated source docu for eric7.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8371
diff changeset
260 "qtHelpFilterAttributes": "eric7:ide",
e0227a7c850e Generated source docu for eric7.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8371
diff changeset
261 "qtHelpFilterName": "eric7",
e0227a7c850e Generated source docu for eric7.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8371
diff changeset
262 "qtHelpNamespace": "org.eric7.ide",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
263 "qtHelpOutputDirectory": "src/eric7/Documentation/Help",
8372
e0227a7c850e Generated source docu for eric7.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8371
diff changeset
264 "qtHelpTitle": "The eric7 IDE",
e0227a7c850e Generated source docu for eric7.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8371
diff changeset
265 "qtHelpVirtualFolder": "eric7",
9215
30d7f7fd2b4a Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9214
diff changeset
266 "startDirectory": "src/eric7",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
267 "useRecursion": true
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
268 }
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
269 },
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
270 "EMAIL": "detlev@die-offenbachs.de",
9412
45e7bb09c120 Change the project to use an embedded environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9410
diff changeset
271 "EMBEDDED_VENV": true,
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
272 "EOL": 1,
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
273 "FILETYPES": {
8318
962bce857696 Replaced all imports of PyQt5 to PyQt6 and started to replace code using obsoleted methods and adapt to the PyQt6 enum usage.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8314
diff changeset
274 "*.epj": "OTHERS",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
275 "*.idl": "INTERFACES",
8330
43c4e3ebba9e Corrected file type associations for the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8318
diff changeset
276 "*.js": "OTHERS",
8318
962bce857696 Replaced all imports of PyQt5 to PyQt6 and started to replace code using obsoleted methods and adapt to the PyQt6 enum usage.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8314
diff changeset
277 "*.md": "OTHERS",
962bce857696 Replaced all imports of PyQt5 to PyQt6 and started to replace code using obsoleted methods and adapt to the PyQt6 enum usage.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8314
diff changeset
278 "*.proto": "PROTOCOLS",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
279 "*.py": "SOURCES",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
280 "*.py3": "SOURCES",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
281 "*.pyw": "SOURCES",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
282 "*.pyw3": "SOURCES",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
283 "*.qm": "TRANSLATIONS",
8318
962bce857696 Replaced all imports of PyQt5 to PyQt6 and started to replace code using obsoleted methods and adapt to the PyQt6 enum usage.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8314
diff changeset
284 "*.rst": "OTHERS",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
285 "*.ts": "TRANSLATIONS",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
286 "*.ui": "FORMS"
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
287 },
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
288 "FORMS": [
9214
bd28e56047d7 Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9212
diff changeset
289 "src/eric7/CodeFormatting/BlackConfigurationDialog.ui",
bd28e56047d7 Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9212
diff changeset
290 "src/eric7/CodeFormatting/BlackFormattingDialog.ui",
9453
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
291 "src/eric7/CodeFormatting/FormattingDiffWidget.ui",
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
292 "src/eric7/CodeFormatting/IsortConfigurationDialog.ui",
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
293 "src/eric7/CodeFormatting/IsortFormattingDialog.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
294 "src/eric7/CondaInterface/CondaExecDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
295 "src/eric7/CondaInterface/CondaExportDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
296 "src/eric7/CondaInterface/CondaInfoDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
297 "src/eric7/CondaInterface/CondaNewEnvironmentDataDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
298 "src/eric7/CondaInterface/CondaPackageDetailsWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
299 "src/eric7/CondaInterface/CondaPackagesWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
300 "src/eric7/Cooperation/ChatWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
301 "src/eric7/CycloneDXInterface/CycloneDXConfigDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
302 "src/eric7/CycloneDXInterface/CycloneDXMetaDataDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
303 "src/eric7/DataViews/CodeMetricsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
304 "src/eric7/DataViews/PyCoverageDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
305 "src/eric7/DataViews/PyCoverageHtmlReportDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
306 "src/eric7/DataViews/PyCoverageJsonReportDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
307 "src/eric7/DataViews/PyProfileDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
308 "src/eric7/Debugger/CallTraceViewer.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
309 "src/eric7/Debugger/EditBreakpointDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
310 "src/eric7/Debugger/EditWatchpointDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
311 "src/eric7/Debugger/ExceptionsFilterDialog.ui",
10306
904f4c7da759 Modified the 'Start' dialog to enhance maintainability.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10303
diff changeset
312 "src/eric7/Debugger/StartDialog.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
313 "src/eric7/Debugger/StartHistoryEditDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
314 "src/eric7/Debugger/VariableDetailDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
315 "src/eric7/Debugger/VariablesFilterDialog.ui",
9797
3be7b2326e2c MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9795
diff changeset
316 "src/eric7/EricNetwork/EricIPv4InputWidget.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
317 "src/eric7/EricNetwork/EricSslCertificateSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
318 "src/eric7/EricNetwork/EricSslCertificatesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
319 "src/eric7/EricNetwork/EricSslCertificatesInfoDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
320 "src/eric7/EricNetwork/EricSslCertificatesInfoWidget.ui",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
321 "src/eric7/EricWidgets/EricAuthenticationDialog.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
322 "src/eric7/EricWidgets/EricComboSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
323 "src/eric7/EricWidgets/EricErrorMessageFilterDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
324 "src/eric7/EricWidgets/EricListSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
325 "src/eric7/EricWidgets/EricPlainTextDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
326 "src/eric7/EricWidgets/EricProcessDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
327 "src/eric7/EricWidgets/EricSimpleHelpDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
328 "src/eric7/EricWidgets/EricStringListEditWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
329 "src/eric7/EricWidgets/EricToolBarDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
330 "src/eric7/EricWidgets/EricZoomWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
331 "src/eric7/Graphics/UMLSceneSizeDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
332 "src/eric7/HelpViewer/HelpBookmarkPropertiesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
333 "src/eric7/HelpViewer/HelpBookmarksImportDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
334 "src/eric7/HexEdit/HexEditGotoWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
335 "src/eric7/HexEdit/HexEditReplaceWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
336 "src/eric7/HexEdit/HexEditSearchWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
337 "src/eric7/IconEditor/IconSizeDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
338 "src/eric7/JediInterface/RefactoringPreviewDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
339 "src/eric7/MicroPython/AddEditDevicesDialog.ui",
9857
0122ae72618d MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9855
diff changeset
340 "src/eric7/MicroPython/BluetoothDialogs/BluetoothScanWindow.ui",
9855
c9244db5566a MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9846
diff changeset
341 "src/eric7/MicroPython/BluetoothDialogs/BluetoothStatusDialog.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
342 "src/eric7/MicroPython/BoardDataDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
343 "src/eric7/MicroPython/ConnectionSelectionDialog.ui",
9915
fd5ff16632cb MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9891
diff changeset
344 "src/eric7/MicroPython/ConvertToUF2Dialog.ui",
9756
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
345 "src/eric7/MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui",
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
346 "src/eric7/MicroPython/Devices/CircuitPythonUpdater/ShowBundlesDialog.ui",
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
347 "src/eric7/MicroPython/Devices/CircuitPythonUpdater/ShowInstalledDialog.ui",
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
348 "src/eric7/MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui",
9762
333374cf3a18 Moved the forgotten form files to the EspDialogs package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9756
diff changeset
349 "src/eric7/MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui",
333374cf3a18 Moved the forgotten form files to the EspDialogs package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9756
diff changeset
350 "src/eric7/MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui",
9878
a82014a9e57b MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9868
diff changeset
351 "src/eric7/MicroPython/EthernetDialogs/EthernetStatusDialog.ui",
10153
ffe7432f716b MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10128
diff changeset
352 "src/eric7/MicroPython/EthernetDialogs/HostnameDialog.ui",
9878
a82014a9e57b MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9868
diff changeset
353 "src/eric7/MicroPython/EthernetDialogs/IPv4AddressDialog.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
354 "src/eric7/MicroPython/IgnoredDevicesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
355 "src/eric7/MicroPython/MicroPythonFileManagerWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
356 "src/eric7/MicroPython/MicroPythonProgressInfoDialog.ui",
10010
8a68a7a7ab88 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10009
diff changeset
357 "src/eric7/MicroPython/MicroPythonWebreplConnectionDialog.ui",
10022
a95800b414b7 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10011
diff changeset
358 "src/eric7/MicroPython/MicroPythonWebreplParametersDialog.ui",
10009
61e5fe703818 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10008
diff changeset
359 "src/eric7/MicroPython/MicroPythonWebreplUrlAddEditDialog.ui",
61e5fe703818 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10008
diff changeset
360 "src/eric7/MicroPython/MicroPythonWebreplUrlsConfigDialog.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
361 "src/eric7/MicroPython/MicroPythonWidget.ui",
9844
2f3d623f7617 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9836
diff changeset
362 "src/eric7/MicroPython/MipPackageDialog.ui",
9868
467288cffee2 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9857
diff changeset
363 "src/eric7/MicroPython/NtpParametersDialog.ui",
9748
df9520c864f2 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9740
diff changeset
364 "src/eric7/MicroPython/ShowModulesDialog.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
365 "src/eric7/MicroPython/UF2FlashDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
366 "src/eric7/MicroPython/UnknownDevicesDialog.ui",
9787
163511257f24 Continued implementing WiFi functionality for RP2040 based devices (show connected stations, save/remove credentials, boot script for Pico W).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9781
diff changeset
367 "src/eric7/MicroPython/WifiDialogs/WifiApConfigDialog.ui",
163511257f24 Continued implementing WiFi functionality for RP2040 based devices (show connected stations, save/remove credentials, boot script for Pico W).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9781
diff changeset
368 "src/eric7/MicroPython/WifiDialogs/WifiApStationsDialog.ui",
9776
210bf87ae5c7 Continued implementing WiFi functionality for RP2040 based devices.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9775
diff changeset
369 "src/eric7/MicroPython/WifiDialogs/WifiConnectionDialog.ui",
9779
8d3c7c991085 Continued implementing WiFi functionality for RP2040 based devices (set country, menu hierarchy).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9776
diff changeset
370 "src/eric7/MicroPython/WifiDialogs/WifiCountryDialog.ui",
9781
3112f77f722b Continued implementing WiFi functionality for RP2040 based devices (internet connection, network scan).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9779
diff changeset
371 "src/eric7/MicroPython/WifiDialogs/WifiNetworksWindow.ui",
9776
210bf87ae5c7 Continued implementing WiFi functionality for RP2040 based devices.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9775
diff changeset
372 "src/eric7/MicroPython/WifiDialogs/WifiStatusDialog.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
373 "src/eric7/MultiProject/AddProjectDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
374 "src/eric7/MultiProject/PropertiesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
375 "src/eric7/Network/IRC/IrcChannelEditDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
376 "src/eric7/Network/IRC/IrcChannelWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
377 "src/eric7/Network/IRC/IrcIdentitiesEditDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
378 "src/eric7/Network/IRC/IrcNetworkEditDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
379 "src/eric7/Network/IRC/IrcNetworkListDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
380 "src/eric7/Network/IRC/IrcNetworkWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
381 "src/eric7/Network/IRC/IrcServerEditDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
382 "src/eric7/Network/IRC/IrcWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
383 "src/eric7/PipInterface/PipDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
384 "src/eric7/PipInterface/PipFileSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
385 "src/eric7/PipInterface/PipFreezeDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
386 "src/eric7/PipInterface/PipLicensesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
387 "src/eric7/PipInterface/PipPackageDetailsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
388 "src/eric7/PipInterface/PipPackagesInputDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
389 "src/eric7/PipInterface/PipPackagesWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
390 "src/eric7/PluginManager/PluginDetailsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
391 "src/eric7/PluginManager/PluginInfoDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
392 "src/eric7/PluginManager/PluginInstallDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
393 "src/eric7/PluginManager/PluginRepositoryDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
394 "src/eric7/PluginManager/PluginUninstallDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
395 "src/eric7/Plugins/AboutPlugin/AboutDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
396 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
397 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
398 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCodeSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
399 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
400 "src/eric7/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
401 "src/eric7/Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
402 "src/eric7/Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
403 "src/eric7/Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
404 "src/eric7/Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
405 "src/eric7/Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
406 "src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
407 "src/eric7/Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
408 "src/eric7/Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
409 "src/eric7/Plugins/VcsPlugins/vcsGit/GitApplyBundleDataDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
410 "src/eric7/Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
411 "src/eric7/Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
412 "src/eric7/Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
413 "src/eric7/Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
414 "src/eric7/Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
415 "src/eric7/Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
416 "src/eric7/Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
417 "src/eric7/Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
418 "src/eric7/Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
419 "src/eric7/Plugins/VcsPlugins/vcsGit/GitCommandDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
420 "src/eric7/Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
421 "src/eric7/Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
422 "src/eric7/Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
423 "src/eric7/Plugins/VcsPlugins/vcsGit/GitDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
424 "src/eric7/Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
425 "src/eric7/Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
426 "src/eric7/Plugins/VcsPlugins/vcsGit/GitListDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
427 "src/eric7/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
428 "src/eric7/Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
429 "src/eric7/Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
430 "src/eric7/Plugins/VcsPlugins/vcsGit/GitOptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
431 "src/eric7/Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
432 "src/eric7/Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
433 "src/eric7/Plugins/VcsPlugins/vcsGit/GitPullDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
434 "src/eric7/Plugins/VcsPlugins/vcsGit/GitPushDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
435 "src/eric7/Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
436 "src/eric7/Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
437 "src/eric7/Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
438 "src/eric7/Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
439 "src/eric7/Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
440 "src/eric7/Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
441 "src/eric7/Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
442 "src/eric7/Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
443 "src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
444 "src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
445 "src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesListDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
446 "src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
447 "src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
448 "src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesSyncDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
449 "src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
450 "src/eric7/Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
451 "src/eric7/Plugins/VcsPlugins/vcsGit/GitTagDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
452 "src/eric7/Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui",
9620
9563c83ce83d Version Control Systems - git
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9612
diff changeset
453 "src/eric7/Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui",
9563c83ce83d Version Control Systems - git
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9612
diff changeset
454 "src/eric7/Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui",
9563c83ce83d Version Control Systems - git
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9612
diff changeset
455 "src/eric7/Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
456 "src/eric7/Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/HgCloseHeadSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
457 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui",
11075
282fc28b44ee Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11068
diff changeset
458 "src/eric7/Plugins/VcsPlugins/vcsMercurial/FastexportExtension/HgFastexportConfigDialog.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
459 "src/eric7/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
460 "src/eric7/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
461 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
462 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
463 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
464 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
465 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
466 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
467 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
468 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
469 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
470 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
471 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
472 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
473 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
474 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
475 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
476 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
477 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
478 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
479 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
480 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
481 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
482 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
483 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
484 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
485 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
486 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
487 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgRemoveSubrepositoriesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
488 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
489 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
490 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
491 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
492 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
493 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
494 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
495 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
496 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
497 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostMinimumProtocolDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
498 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
499 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
500 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
501 "src/eric7/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
502 "src/eric7/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfRevisionsInputDialog.ui",
11068
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
503 "src/eric7/Plugins/VcsPlugins/vcsMercurial/PurgeBuiltin/HgPurgeListDialog.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
504 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
505 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
506 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesGuardsSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
507 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
508 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListAllGuardsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
509 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
510 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
511 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
512 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
513 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
514 "src/eric7/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui",
11068
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
515 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveBuiltin/HgShelveBrowserDialog.ui",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
516 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveBuiltin/HgShelveDataDialog.ui",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
517 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveBuiltin/HgShelvesSelectionDialog.ui",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
518 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveBuiltin/HgUnshelveDataDialog.ui",
11082
58838580274e Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11075
diff changeset
519 "src/eric7/Plugins/VcsPlugins/vcsMercurial/UncommitExtension/HgUncommitDialog.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
520 "src/eric7/Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
521 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
522 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
523 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
524 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
525 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
526 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
527 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
528 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
529 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
530 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
531 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
532 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
533 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
534 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
535 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
536 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
537 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
538 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
539 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
540 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
541 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
542 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
543 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
544 "src/eric7/Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
545 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
546 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
547 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
548 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
549 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
550 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
551 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
552 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
553 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
554 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
555 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
556 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
557 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
558 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
559 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
560 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
561 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
562 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
563 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
564 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
565 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
566 "src/eric7/Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
567 "src/eric7/Plugins/WizardPlugins/DotDesktopWizard/DotDesktopListSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
568 "src/eric7/Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
569 "src/eric7/Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
570 "src/eric7/Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
571 "src/eric7/Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
572 "src/eric7/Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
573 "src/eric7/Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
574 "src/eric7/Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
575 "src/eric7/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
576 "src/eric7/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
577 "src/eric7/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
578 "src/eric7/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
579 "src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
580 "src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
581 "src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
582 "src/eric7/Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
583 "src/eric7/Plugins/WizardPlugins/SetupWizard/AddProjectUrlDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
584 "src/eric7/Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
585 "src/eric7/Preferences/ConfigurationPages/ApplicationPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
586 "src/eric7/Preferences/ConfigurationPages/CondaPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
587 "src/eric7/Preferences/ConfigurationPages/CooperationPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
588 "src/eric7/Preferences/ConfigurationPages/DebuggerGeneralPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
589 "src/eric7/Preferences/ConfigurationPages/DebuggerPython3Page.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
590 "src/eric7/Preferences/ConfigurationPages/DiffColoursPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
591 "src/eric7/Preferences/ConfigurationPages/EditorAPIsPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
592 "src/eric7/Preferences/ConfigurationPages/EditorAutoCompletionJediPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
593 "src/eric7/Preferences/ConfigurationPages/EditorAutocompletionPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
594 "src/eric7/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
595 "src/eric7/Preferences/ConfigurationPages/EditorCallTipsJediPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
596 "src/eric7/Preferences/ConfigurationPages/EditorCalltipsPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
597 "src/eric7/Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
598 "src/eric7/Preferences/ConfigurationPages/EditorDocViewerPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
599 "src/eric7/Preferences/ConfigurationPages/EditorExportersPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
600 "src/eric7/Preferences/ConfigurationPages/EditorFilePage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
601 "src/eric7/Preferences/ConfigurationPages/EditorGeneralPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
602 "src/eric7/Preferences/ConfigurationPages/EditorHighlightersPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
603 "src/eric7/Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
604 "src/eric7/Preferences/ConfigurationPages/EditorHighlightingStylesSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
605 "src/eric7/Preferences/ConfigurationPages/EditorKeywordsPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
606 "src/eric7/Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
607 "src/eric7/Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
608 "src/eric7/Preferences/ConfigurationPages/EditorMouseClickHandlerPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
609 "src/eric7/Preferences/ConfigurationPages/EditorPropertiesPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
610 "src/eric7/Preferences/ConfigurationPages/EditorSearchPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
611 "src/eric7/Preferences/ConfigurationPages/EditorSpellCheckingPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
612 "src/eric7/Preferences/ConfigurationPages/EditorStylesPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
613 "src/eric7/Preferences/ConfigurationPages/EditorSyntaxPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
614 "src/eric7/Preferences/ConfigurationPages/EditorTypingPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
615 "src/eric7/Preferences/ConfigurationPages/EmailPage.ui",
10531
3308e8349e4c Started implementing an eric-ide server for remote development (e.g. on a different host or in a Docker container).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10518
diff changeset
616 "src/eric7/Preferences/ConfigurationPages/EricServerPage.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
617 "src/eric7/Preferences/ConfigurationPages/GraphicsPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
618 "src/eric7/Preferences/ConfigurationPages/HelpDocumentationPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
619 "src/eric7/Preferences/ConfigurationPages/HelpViewersPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
620 "src/eric7/Preferences/ConfigurationPages/HexEditorPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
621 "src/eric7/Preferences/ConfigurationPages/IconsPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
622 "src/eric7/Preferences/ConfigurationPages/IconsPreviewDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
623 "src/eric7/Preferences/ConfigurationPages/InterfaceLightPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
624 "src/eric7/Preferences/ConfigurationPages/InterfacePage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
625 "src/eric7/Preferences/ConfigurationPages/IrcPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
626 "src/eric7/Preferences/ConfigurationPages/LogViewerPage.ui",
9971
773ad1f1ed22 Performed some 'ethical' changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9958
diff changeset
627 "src/eric7/Preferences/ConfigurationPages/MainPasswordEntryDialog.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
628 "src/eric7/Preferences/ConfigurationPages/MicroPythonPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
629 "src/eric7/Preferences/ConfigurationPages/MimeTypesPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
630 "src/eric7/Preferences/ConfigurationPages/MultiProjectPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
631 "src/eric7/Preferences/ConfigurationPages/NetworkPage.ui",
10518
1682f3203ae5 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10507
diff changeset
632 "src/eric7/Preferences/ConfigurationPages/NetworkProxyPage.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
633 "src/eric7/Preferences/ConfigurationPages/NotificationsPage.ui",
9712
24bdc37413dd PDF Viewer
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9704
diff changeset
634 "src/eric7/Preferences/ConfigurationPages/PdfViewerPage.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
635 "src/eric7/Preferences/ConfigurationPages/PipPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
636 "src/eric7/Preferences/ConfigurationPages/PluginManagerPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
637 "src/eric7/Preferences/ConfigurationPages/PrinterPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
638 "src/eric7/Preferences/ConfigurationPages/ProjectBrowserPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
639 "src/eric7/Preferences/ConfigurationPages/ProjectPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
640 "src/eric7/Preferences/ConfigurationPages/PythonPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
641 "src/eric7/Preferences/ConfigurationPages/QtPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
642 "src/eric7/Preferences/ConfigurationPages/SecurityPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
643 "src/eric7/Preferences/ConfigurationPages/ShellPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
644 "src/eric7/Preferences/ConfigurationPages/TasksPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
645 "src/eric7/Preferences/ConfigurationPages/TemplatesPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
646 "src/eric7/Preferences/ConfigurationPages/TrayStarterPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
647 "src/eric7/Preferences/ConfigurationPages/VcsPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
648 "src/eric7/Preferences/ConfigurationPages/ViewmanagerPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
649 "src/eric7/Preferences/ConfigurationPages/WebBrowserAppearancePage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
650 "src/eric7/Preferences/ConfigurationPages/WebBrowserPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
651 "src/eric7/Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
652 "src/eric7/Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
653 "src/eric7/Preferences/MouseClickDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
654 "src/eric7/Preferences/ProgramsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
655 "src/eric7/Preferences/ShortcutDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
656 "src/eric7/Preferences/ShortcutsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
657 "src/eric7/Preferences/SubstyleDefinitionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
658 "src/eric7/Preferences/ToolConfigurationDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
659 "src/eric7/Preferences/ToolGroupConfigurationDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
660 "src/eric7/Preferences/ViewProfileSidebarsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
661 "src/eric7/Preferences/ViewProfileToolboxesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
662 "src/eric7/Project/AddDirectoryDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
663 "src/eric7/Project/AddFileDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
664 "src/eric7/Project/AddFoundFilesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
665 "src/eric7/Project/AddLanguageDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
666 "src/eric7/Project/CreateDialogCodeDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
667 "src/eric7/Project/DebuggerPropertiesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
668 "src/eric7/Project/FiletypeAssociationDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
669 "src/eric7/Project/LexerAssociationDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
670 "src/eric7/Project/MakePropertiesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
671 "src/eric7/Project/NewDialogClassDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
672 "src/eric7/Project/NewPythonPackageDialog.ui",
9323
6ae7193558ac Project
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9311
diff changeset
673 "src/eric7/Project/ProjectVenvConfigurationDialog.ui",
9389
7b2344009d7a Project
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9381
diff changeset
674 "src/eric7/Project/ProjectVenvCreationParametersDialog.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
675 "src/eric7/Project/PropertiesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
676 "src/eric7/Project/QuickFindFile.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
677 "src/eric7/Project/RccCompilerOptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
678 "src/eric7/Project/SpellingPropertiesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
679 "src/eric7/Project/TranslationPropertiesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
680 "src/eric7/Project/UicCompilerOptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
681 "src/eric7/Project/UserPropertiesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
682 "src/eric7/QScintilla/EditorOutlineSizesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
683 "src/eric7/QScintilla/GotoDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
684 "src/eric7/QScintilla/MarkupProviders/HyperlinkMarkupDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
685 "src/eric7/QScintilla/MarkupProviders/ImageMarkupDialog.ui",
9938
b8005dd4fc9b Editor, Mini Editor
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9915
diff changeset
686 "src/eric7/QScintilla/SearchReplaceWidget.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
687 "src/eric7/QScintilla/ShellHistoryDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
688 "src/eric7/QScintilla/SortOptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
689 "src/eric7/QScintilla/SpellCheckingDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
690 "src/eric7/QScintilla/SpellingDictionaryEditDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
691 "src/eric7/QScintilla/ZoomDialog.ui",
9686
2eee7a645cba Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9674
diff changeset
692 "src/eric7/QtHelpInterface/HelpTopicDialog.ui",
2eee7a645cba Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9674
diff changeset
693 "src/eric7/QtHelpInterface/QtHelpDocumentationConfigurationDialog.ui",
2eee7a645cba Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9674
diff changeset
694 "src/eric7/QtHelpInterface/QtHelpDocumentationSelectionDialog.ui",
2eee7a645cba Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9674
diff changeset
695 "src/eric7/QtHelpInterface/QtHelpDocumentationSettingsWidget.ui",
10531
3308e8349e4c Started implementing an eric-ide server for remote development (e.g. on a different host or in a Docker container).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10518
diff changeset
696 "src/eric7/RemoteServerInterface/EricServerConnectionDialog.ui",
10539
4274f189ff78 eric-ide Server
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10531
diff changeset
697 "src/eric7/RemoteServerInterface/EricServerFileDialog.ui",
10531
3308e8349e4c Started implementing an eric-ide server for remote development (e.g. on a different host or in a Docker container).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10518
diff changeset
698 "src/eric7/RemoteServerInterface/EricServerProfilesDialog.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
699 "src/eric7/Snapshot/SnapWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
700 "src/eric7/SqlBrowser/SqlBrowserWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
701 "src/eric7/SqlBrowser/SqlConnectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
702 "src/eric7/Tasks/TaskFilterConfigDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
703 "src/eric7/Tasks/TaskPropertiesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
704 "src/eric7/Templates/TemplatePropertiesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
705 "src/eric7/Templates/TemplateSingleVariableDialog.ui",
9311
8e588f403fd9 Testing
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9266
diff changeset
706 "src/eric7/Testing/MarkersWindow.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
707 "src/eric7/Testing/TestingWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
708 "src/eric7/UI/ClearPrivateDataDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
709 "src/eric7/UI/CompareDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
710 "src/eric7/UI/DeleteFilesConfirmationDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
711 "src/eric7/UI/DiffDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
712 "src/eric7/UI/EmailDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
713 "src/eric7/UI/ErrorLogDialog.ui",
10492
53eac4c7d10b Find In Files
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10410
diff changeset
714 "src/eric7/UI/FindFileFilterPropertiesDialog.ui",
53eac4c7d10b Find In Files
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10410
diff changeset
715 "src/eric7/UI/FindFileFiltersEditDialog.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
716 "src/eric7/UI/FindFileWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
717 "src/eric7/UI/FindLocationWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
718 "src/eric7/UI/InstallInfoDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
719 "src/eric7/UI/NotificationFrame.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
720 "src/eric7/UI/NumbersWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
721 "src/eric7/UI/Previewers/PreviewerQSS.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
722 "src/eric7/UI/PythonDisViewer.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
723 "src/eric7/UI/SearchWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
724 "src/eric7/UI/SearchWidgetLine.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
725 "src/eric7/UI/SymbolsWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
726 "src/eric7/UI/VersionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
727 "src/eric7/VCS/CommandOptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
728 "src/eric7/VCS/RepositoryInfoDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
729 "src/eric7/ViewManager/BookmarkedFilesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
730 "src/eric7/VirtualEnv/VirtualenvAddEditDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
731 "src/eric7/VirtualEnv/VirtualenvConfigurationDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
732 "src/eric7/VirtualEnv/VirtualenvExecDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
733 "src/eric7/VirtualEnv/VirtualenvInterpreterSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
734 "src/eric7/VirtualEnv/VirtualenvManagerWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
735 "src/eric7/VirtualEnv/VirtualenvNameDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
736 "src/eric7/VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
737 "src/eric7/WebBrowser/AdBlock/AdBlockDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
738 "src/eric7/WebBrowser/AdBlock/AdBlockExceptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
739 "src/eric7/WebBrowser/Bookmarks/AddBookmarkDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
740 "src/eric7/WebBrowser/Bookmarks/BookmarkPropertiesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
741 "src/eric7/WebBrowser/Bookmarks/BookmarksDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
742 "src/eric7/WebBrowser/Bookmarks/BookmarksImportDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
743 "src/eric7/WebBrowser/CookieJar/CookieDetailsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
744 "src/eric7/WebBrowser/CookieJar/CookiesConfigurationDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
745 "src/eric7/WebBrowser/CookieJar/CookiesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
746 "src/eric7/WebBrowser/CookieJar/CookiesExceptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
747 "src/eric7/WebBrowser/Download/DownloadAskActionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
748 "src/eric7/WebBrowser/Download/DownloadItem.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
749 "src/eric7/WebBrowser/Download/DownloadManager.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
750 "src/eric7/WebBrowser/FeaturePermissions/FeaturePermissionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
751 "src/eric7/WebBrowser/Feeds/FeedEditDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
752 "src/eric7/WebBrowser/Feeds/FeedsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
753 "src/eric7/WebBrowser/Feeds/FeedsManager.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
754 "src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
755 "src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
756 "src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
757 "src/eric7/WebBrowser/History/HistoryDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
758 "src/eric7/WebBrowser/Network/ProtocolHandlerManagerDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
759 "src/eric7/WebBrowser/Network/SendRefererWhitelistDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
760 "src/eric7/WebBrowser/Network/SslErrorExceptionsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
761 "src/eric7/WebBrowser/OpenSearch/OpenSearchDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
762 "src/eric7/WebBrowser/OpenSearch/OpenSearchEditDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
763 "src/eric7/WebBrowser/PageScreenDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
764 "src/eric7/WebBrowser/Passwords/PasswordsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
765 "src/eric7/WebBrowser/PersonalInformationManager/PersonalDataDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
766 "src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
767 "src/eric7/WebBrowser/SearchWidget.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
768 "src/eric7/WebBrowser/Session/SessionManagerDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
769 "src/eric7/WebBrowser/SiteInfo/SiteInfoDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
770 "src/eric7/WebBrowser/SpellCheck/ManageDictionariesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
771 "src/eric7/WebBrowser/StatusBar/JavaScriptSettingsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
772 "src/eric7/WebBrowser/Sync/SyncCheckPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
773 "src/eric7/WebBrowser/Sync/SyncDataPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
774 "src/eric7/WebBrowser/Sync/SyncDirectorySettingsPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
775 "src/eric7/WebBrowser/Sync/SyncEncryptionPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
776 "src/eric7/WebBrowser/Sync/SyncFtpSettingsPage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
777 "src/eric7/WebBrowser/Sync/SyncHostTypePage.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
778 "src/eric7/WebBrowser/Tools/PrintToPdfDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
779 "src/eric7/WebBrowser/Tools/WebIconDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
780 "src/eric7/WebBrowser/UrlBar/BookmarkActionSelectionDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
781 "src/eric7/WebBrowser/UrlBar/BookmarkInfoDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
782 "src/eric7/WebBrowser/UserAgent/UserAgentsDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
783 "src/eric7/WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
784 "src/eric7/WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
785 "src/eric7/WebBrowser/VirusTotal/VirusTotalWhoisDialog.ui",
10856
b19cefceca15 Continued implementing the FIDO2 security key management interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10854
diff changeset
786 "src/eric7/WebBrowser/WebAuth/Fido2InfoDialog.ui",
10854
30c45bd597e6 Started implementing a dialog to manage FIDO2 security keys.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10852
diff changeset
787 "src/eric7/WebBrowser/WebAuth/Fido2ManagementDialog.ui",
30c45bd597e6 Started implementing a dialog to manage FIDO2 security keys.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10852
diff changeset
788 "src/eric7/WebBrowser/WebAuth/Fido2PasskeyEditDialog.ui",
30c45bd597e6 Started implementing a dialog to manage FIDO2 security keys.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10852
diff changeset
789 "src/eric7/WebBrowser/WebAuth/Fido2PinDialog.ui",
10852
65ee5eba7b10 Reorganized and fixed the WebAuth related dialog and moved it in a new package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10847
diff changeset
790 "src/eric7/WebBrowser/WebAuth/WebBrowserWebAuthDialog.ui",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
791 "src/eric7/WebBrowser/WebBrowserClearPrivateDataDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
792 "src/eric7/WebBrowser/WebBrowserLanguagesDialog.ui",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
793 "src/eric7/WebBrowser/ZoomManager/ZoomValuesDialog.ui"
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
794 ],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
795 "HASH": "df7daa8781250f7664e6ecaeaf1361fa2efd39ee",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
796 "IDLPARAMS": {
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
797 "DefinedNames": [],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
798 "IncludeDirs": [],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
799 "UndefinedNames": []
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
800 },
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
801 "INTERFACES": [],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
802 "LEXERASSOCS": {},
9125
3d2411181b3c Added the capability to define the project license in the project properties dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9117
diff changeset
803 "LICENSE": "GNU General Public License v3 or later (GPLv3+)",
9377
b9c8dc3b7da1 Scripts
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9365
diff changeset
804 "MAINSCRIPT": "src/eric7/eric7_ide.py",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
805 "MAKEPARAMS": {
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
806 "MakeEnabled": false,
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
807 "MakeExecutable": "",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
808 "MakeFile": "",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
809 "MakeParameters": "",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
810 "MakeTarget": "",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
811 "MakeTestOnly": true
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
812 },
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
813 "MIXEDLANGUAGE": false,
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
814 "OTHERS": [
9424
47fcd27ea82e Added a skip list file for 'hg annotate' to suppress the changes made by the code reformatting with black.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9412
diff changeset
815 ".hgannotate_skiplist",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
816 ".hgignore",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
817 "Dictionaries",
10780
07670febf8c5 Saved the updated project file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10774
diff changeset
818 "MANIFEST-server.in",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
819 "MANIFEST.in",
9674
43dd357b3bff Modified the pyproject.toml file to include a reference to the license file and changed its extension to be .txt.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9624
diff changeset
820 "docs/LICENSE.txt",
10107
da76865312f1 Changed the included documentation to Markdown format and corrected some of the texts.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10099
diff changeset
821 "docs/README-ChromeOS.md",
da76865312f1 Changed the included documentation to Markdown format and corrected some of the texts.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10099
diff changeset
822 "docs/README-RPi.md",
da76865312f1 Changed the included documentation to Markdown format and corrected some of the texts.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10099
diff changeset
823 "docs/README-eric7-doc.md",
da76865312f1 Changed the included documentation to Markdown format and corrected some of the texts.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10099
diff changeset
824 "docs/README-passive-debugging.md",
10780
07670febf8c5 Saved the updated project file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10774
diff changeset
825 "docs/README-server.md",
10107
da76865312f1 Changed the included documentation to Markdown format and corrected some of the texts.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10099
diff changeset
826 "docs/README.md",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
827 "docs/THANKS",
9594
bd9550caf22f Updated the 'ThirdParty' list file and changed it to Markdown format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9559
diff changeset
828 "docs/ThirdParty.md",
9410
78a2830ec5d2 Changed the change log file to Markdown syntax and corrected the markdown styles.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9393
diff changeset
829 "docs/changelog.md",
9023
5c6e160faa32 Changed project file writer to sort the file lists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9003
diff changeset
830 "docs/eric7-plugin.odt",
5c6e160faa32 Changed project file writer to sort the file lists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9003
diff changeset
831 "docs/eric7-plugin.pdf",
8312
800c432b34c8 Started to rename eric6 to eric7.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8300
diff changeset
832 "eric7.epj",
9266
eda124ff5bef Moved the 'cyclonedx.json' file to the 'others' folder.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9257
diff changeset
833 "others/cyclonedx.json",
9023
5c6e160faa32 Changed project file writer to sort the file lists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9003
diff changeset
834 "others/default.ekj",
10595
59579e8aff98 Removed support for the deprecated eric-ide specific XML file formats.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10518
diff changeset
835 "others/default_Mac.ekj",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
836 "others/pylint.rc",
10780
07670febf8c5 Saved the updated project file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10774
diff changeset
837 "pyproject-server.toml",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
838 "pyproject.toml",
9365
25f6183494e2 API files
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9361
diff changeset
839 "src/eric7/APIs/MicroPython/adafruit_circuitpython.api",
25f6183494e2 API files
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9361
diff changeset
840 "src/eric7/APIs/MicroPython/adafruit_circuitpython.bas",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
841 "src/eric7/APIs/MicroPython/calliope.api",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
842 "src/eric7/APIs/MicroPython/circuitpython.api",
9365
25f6183494e2 API files
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9361
diff changeset
843 "src/eric7/APIs/MicroPython/circuitpython.bas",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
844 "src/eric7/APIs/MicroPython/microbit.api",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
845 "src/eric7/APIs/MicroPython/micropython.api",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
846 "src/eric7/APIs/Python3/eric7.api",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
847 "src/eric7/APIs/Python3/eric7.bas",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
848 "src/eric7/APIs/QSS/qss.api",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
849 "src/eric7/CSSs",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
850 "src/eric7/CodeTemplates",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
851 "src/eric7/DesignerTemplates",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
852 "src/eric7/Documentation/Help",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
853 "src/eric7/Documentation/Source",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
854 "src/eric7/EricNetwork/data/effective_tld_names.dat",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
855 "src/eric7/EricNetwork/data/test_psl.txt",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
856 "src/eric7/IconEditor/cursors/aim-cursor.xpm",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
857 "src/eric7/IconEditor/cursors/colorpicker-cursor.xpm",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
858 "src/eric7/IconEditor/cursors/eraser-cursor.xpm",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
859 "src/eric7/IconEditor/cursors/fill-cursor.xpm",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
860 "src/eric7/IconEditor/cursors/paintbrush-cursor.xpm",
11168
896d0aa3e829 Updated the Bluetooth Assigned Numbers files and added a text file describing where they were downloaded from.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11167
diff changeset
861 "src/eric7/MicroPython/BluetoothDialogs/data/AsignedNumbers.txt",
10090
8be7dd9460c5 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10087
diff changeset
862 "src/eric7/MicroPython/BluetoothDialogs/data/company_identifiers.yaml",
8be7dd9460c5 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10087
diff changeset
863 "src/eric7/MicroPython/BluetoothDialogs/data/member_uuids.yaml",
8be7dd9460c5 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10087
diff changeset
864 "src/eric7/MicroPython/BluetoothDialogs/data/sdo_uuids.yaml",
8be7dd9460c5 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10087
diff changeset
865 "src/eric7/MicroPython/BluetoothDialogs/data/service_uuids.yaml",
9915
fd5ff16632cb MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9891
diff changeset
866 "src/eric7/MicroPython/Tools/uf2families.json",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
867 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/engines/deepl-dark.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
868 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/engines/deepl-light.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
869 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/engines/googlev1.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
870 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/engines/googlev2.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
871 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/engines/ibm_watson-dark.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
872 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/engines/ibm_watson-light.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
873 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/engines/microsoft-dark.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
874 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/engines/microsoft-light.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
875 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/engines/mymemory-dark.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
876 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/engines/mymemory-light.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
877 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/engines/yandex-dark.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
878 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/engines/yandex-light.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
879 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flag-dark.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
880 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flag-light.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
881 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/af.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
882 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/ar.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
883 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/be.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
884 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/bg.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
885 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/bs.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
886 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/ca.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
887 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/cs.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
888 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/da.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
889 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/de.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
890 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/el.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
891 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/en.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
892 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/es.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
893 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/et.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
894 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/fi.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
895 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/fr.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
896 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/ga.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
897 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/gl.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
898 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/he.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
899 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/hi.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
900 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/hr.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
901 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/hu.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
902 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/id.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
903 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/is.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
904 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/it.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
905 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/iw.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
906 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/ja.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
907 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/ka.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
908 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/ko.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
909 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/lt.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
910 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/lv.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
911 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/mk.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
912 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/mt.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
913 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/nl.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
914 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/no.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
915 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/pl.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
916 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/pt.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
917 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/ro.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
918 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/ru.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
919 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/sk.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
920 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/sl.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
921 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/sq.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
922 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/sr.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
923 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/sv.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
924 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/th.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
925 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/tl.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
926 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/tr.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
927 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/uk.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
928 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/vi.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
929 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/zh-CN.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
930 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/zh-TW.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
931 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/flags/zh.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
932 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/pronounce-dark.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
933 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/pronounce-light.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
934 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/sbTranslator96.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
935 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/swap-dark.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
936 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/swap-light.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
937 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/translate-dark.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
938 "src/eric7/Plugins/UiExtensionPlugins/Translator/icons/translate-light.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
939 "src/eric7/Plugins/VcsPlugins/vcsGit/icons/conflict.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
940 "src/eric7/Plugins/VcsPlugins/vcsGit/icons/git.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
941 "src/eric7/Plugins/VcsPlugins/vcsGit/icons/git92.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
942 "src/eric7/Plugins/VcsPlugins/vcsGit/icons/preferences-git.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
943 "src/eric7/Plugins/VcsPlugins/vcsMercurial/icons/mercurial.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
944 "src/eric7/Plugins/VcsPlugins/vcsMercurial/icons/preferences-mercurial.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
945 "src/eric7/Plugins/VcsPlugins/vcsMercurial/icons/startServer-dark.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
946 "src/eric7/Plugins/VcsPlugins/vcsMercurial/icons/startServer-light.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
947 "src/eric7/Plugins/VcsPlugins/vcsMercurial/icons/stopServer-dark.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
948 "src/eric7/Plugins/VcsPlugins/vcsMercurial/icons/stopServer-light.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
949 "src/eric7/Plugins/VcsPlugins/vcsMercurial/templates/logBrowserBookmarkPhase.tmpl",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
950 "src/eric7/Plugins/VcsPlugins/vcsPySvn/icons/preferences-subversion.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
951 "src/eric7/Plugins/VcsPlugins/vcsPySvn/icons/pysvn.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
952 "src/eric7/Plugins/VcsPlugins/vcsSubversion/icons/preferences-subversion.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
953 "src/eric7/Plugins/VcsPlugins/vcsSubversion/icons/subversion.svg",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
954 "src/eric7/Plugins/ViewManagerPlugins/Listspace/preview.png",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
955 "src/eric7/Plugins/ViewManagerPlugins/Tabview/preview.png",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
956 "src/eric7/Styles",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
957 "src/eric7/Themes",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
958 "src/eric7/UI/data/documentViewerStyle-dark.css",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
959 "src/eric7/UI/data/documentViewerStyle-light.css",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
960 "src/eric7/WebBrowser/Bookmarks/DefaultBookmarks.xbel",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
961 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/Amazoncom.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
962 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/Bing.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
963 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/DeEn_Beolingus.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
964 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/DuckDuckGo.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
965 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/Facebook.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
966 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/Google.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
967 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/Google_Im_Feeling_Lucky.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
968 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/LEO_DeuEng.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
969 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/LinuxMagazin.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
970 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/MetaGer_MetaGer2.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
971 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/PyPI.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
972 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/Qwant.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
973 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/Reddit.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
974 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/StartPage_de.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
975 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/StartPage_en.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
976 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/Wikia.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
977 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/Wikia_en.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
978 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/Wikipedia.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
979 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/Wiktionary.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
980 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/Yahoo.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
981 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/YouTube.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
982 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/searxme.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
983 "src/eric7/WebBrowser/UserAgent/UserAgentDefaults.xml",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
984 "src/eric7/WebBrowser/data/html/adblockPage.html",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
985 "src/eric7/WebBrowser/data/html/authenticationErrorPage.html",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
986 "src/eric7/WebBrowser/data/html/ericErrorPage.html",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
987 "src/eric7/WebBrowser/data/html/speeddialPage.html",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
988 "src/eric7/WebBrowser/data/html/startPage.html",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
989 "src/eric7/WebBrowser/data/html/tabCrashPage.html",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
990 "src/eric7/WebBrowser/data/icons/adBlockPlus16.png",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
991 "src/eric7/WebBrowser/data/icons/adBlockPlus64.png",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
992 "src/eric7/WebBrowser/data/icons/box-border-small.png",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
993 "src/eric7/WebBrowser/data/icons/brokenPage.png",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
994 "src/eric7/WebBrowser/data/icons/close.png",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
995 "src/eric7/WebBrowser/data/icons/edit.png",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
996 "src/eric7/WebBrowser/data/icons/ericWeb16.png",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
997 "src/eric7/WebBrowser/data/icons/ericWeb32.png",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
998 "src/eric7/WebBrowser/data/icons/loading.gif",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
999 "src/eric7/WebBrowser/data/icons/plus.png",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1000 "src/eric7/WebBrowser/data/icons/reload.png",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1001 "src/eric7/WebBrowser/data/icons/setting.png",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1002 "src/eric7/WebBrowser/data/javascript/jquery-ui.js",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1003 "src/eric7/WebBrowser/data/javascript/jquery.js",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1004 "src/eric7/WebBrowser/data/javascript/qwebchannel.js",
9210
15743bae8a50 Changed the code metrics dialog to show project relative file paths if possible.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9209
diff changeset
1005 "src/eric7/data/linux/eric7.appdata.xml",
15743bae8a50 Changed the code metrics dialog to show project relative file paths if possible.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9209
diff changeset
1006 "src/eric7/data/linux/eric7.appdata.xml.in",
15743bae8a50 Changed the code metrics dialog to show project relative file paths if possible.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9209
diff changeset
1007 "src/eric7/data/linux/eric7_browser.desktop",
15743bae8a50 Changed the code metrics dialog to show project relative file paths if possible.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9209
diff changeset
1008 "src/eric7/data/linux/eric7_browser.desktop.in",
9381
3c9192161833 Adjusted the Linux specific meta files to the eric7_ide change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9377
diff changeset
1009 "src/eric7/data/linux/eric7_ide.desktop",
3c9192161833 Adjusted the Linux specific meta files to the eric7_ide change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9377
diff changeset
1010 "src/eric7/data/linux/eric7_ide.desktop.in",
10518
1682f3203ae5 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10507
diff changeset
1011 "src/eric7/data/linux/eric7_mpy.desktop",
1682f3203ae5 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10507
diff changeset
1012 "src/eric7/data/linux/eric7_mpy.desktop.in",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1013 "src/eric7/eric7installpip.json",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1014 "src/eric7/icons",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1015 "src/eric7/pixmaps"
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1016 ],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1017 "OTHERTOOLSPARMS": {
9218
71cf3979a6c9 pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9215
diff changeset
1018 "Black": {
10122
f9b87800ecf2 Corrected some code formatting and style issues.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10116
diff changeset
1019 "exclude": "/(\\.direnv|\\.eggs|\\.git|\\.hg|\\.ipynb_checkpoints|\\.mypy_cache|\\.nox|\\.pytest_cache|\\.ruff_cache|\\.tox|\\.svn|\\.venv|\\.vscode|__pypackages__|_build|buck-out|build|dist|venv)/",
10783
ccf28bec1227 Adapted the checker configurations to the current source tree.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10781
diff changeset
1020 "extend-exclude": "/(\n\tExamples/\n\t| ThirdParty/\n | MCUScripts/\n | MicroPython/Tools/\n\t| Ui_.*\\.py\n\t| pycodestyle\\.py\n\t| pyflakes/\n\t| mccabe\\.py\n\t| eradicate\\.py\n\t| ast_unparse\\.py\n\t| piplicenses\\.py\n)",
9218
71cf3979a6c9 pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9215
diff changeset
1021 "force-exclude": "",
71cf3979a6c9 pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9215
diff changeset
1022 "line-length": 88,
71cf3979a6c9 pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9215
diff changeset
1023 "skip-magic-trailing-comma": false,
71cf3979a6c9 pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9215
diff changeset
1024 "skip-string-normalization": false,
9221
bf71ee032bb4 Reformatted the source code using the 'Black' utility.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9220
diff changeset
1025 "source": "project",
9218
71cf3979a6c9 pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9215
diff changeset
1026 "target-version": [
10706
8919e74bd4a7 Updated the 'black' formatting options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10693
diff changeset
1027 "py313",
10122
f9b87800ecf2 Corrected some code formatting and style issues.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10116
diff changeset
1028 "py312",
9343
7180fb8677e5 Corrected another oversight in the 'Black' configuration dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9325
diff changeset
1029 "py311",
7180fb8677e5 Corrected another oversight in the 'Black' configuration dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9325
diff changeset
1030 "py310",
9218
71cf3979a6c9 pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9215
diff changeset
1031 "py39",
10122
f9b87800ecf2 Corrected some code formatting and style issues.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10116
diff changeset
1032 "py38"
9218
71cf3979a6c9 pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9215
diff changeset
1033 ]
71cf3979a6c9 pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9215
diff changeset
1034 },
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1035 "CodeMetrics": {
9210
15743bae8a50 Changed the code metrics dialog to show project relative file paths if possible.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9209
diff changeset
1036 "ExcludeFiles": "Examples/*, */ThirdParty/*, */coverage/*, Ui_*.py"
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1037 },
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1038 "RadonCodeMetrics": {
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1039 "ExcludeFiles": "*/ThirdParty/*, */coverage/*, Ui_*.py, *_rc.py"
9453
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1040 },
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1041 "isort": {
9482
a2bc06a54d9d Corrected/acknowledged some bad import style and removed some obsolete code.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9462
diff changeset
1042 "combine_as_imports": true,
9453
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1043 "config_source": "project",
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1044 "extend_skip_glob": [
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1045 "*/Examples/*",
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1046 "*/ThirdParty/*",
9789
d8e0ab86ddca Corrected some code style and formatting issues.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9787
diff changeset
1047 "*/MCUScripts/*",
9915
fd5ff16632cb MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9891
diff changeset
1048 "*/MicroPython/Tools/*",
9453
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1049 "*/Ui_*.py",
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1050 "*/pycodestyle.py",
10783
ccf28bec1227 Adapted the checker configurations to the current source tree.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10781
diff changeset
1051 "*/pyflakes/*",
9453
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1052 "*/mccabe.py",
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1053 "*/eradicate.py",
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1054 "*/ast_unparse.py",
10783
ccf28bec1227 Adapted the checker configurations to the current source tree.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10781
diff changeset
1055 "*/piplicenses.py"
9453
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1056 ],
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1057 "lines_between_types": 1,
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1058 "profile": "black",
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1059 "sort_order": "natural",
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1060 "supported_extensions": [
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1061 "py",
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1062 "pyi",
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1063 "pyx",
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1064 "pxd",
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1065 "pyw"
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1066 ]
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1067 }
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1068 },
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1069 "PACKAGERSPARMS": {},
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1070 "PROGLANGUAGE": "Python3",
8318
962bce857696 Replaced all imports of PyQt5 to PyQt6 and started to replace code using obsoleted methods and adapt to the PyQt6 enum usage.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8314
diff changeset
1071 "PROJECTTYPE": "PyQt6",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1072 "PROJECTTYPESPECIFICDATA": {},
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1073 "PROTOCOLS": [],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1074 "RCCPARAMS": {
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1075 "CompressLevel": 0,
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1076 "CompressionDisable": false,
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1077 "CompressionThreshold": 70,
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1078 "PathPrefix": ""
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1079 },
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
1080 "RESOURCES": [],
8006
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1081 "SOURCES": [
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1082 "Examples/hallo.py",
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1083 "Examples/rhallo.py",
9023
5c6e160faa32 Changed project file writer to sort the file lists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9003
diff changeset
1084 "scripts/cleanupSource.py",
5c6e160faa32 Changed project file writer to sort the file lists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9003
diff changeset
1085 "scripts/compileUiFiles.py",
5c6e160faa32 Changed project file writer to sort the file lists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9003
diff changeset
1086 "scripts/create_windows_links.py",
5c6e160faa32 Changed project file writer to sort the file lists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9003
diff changeset
1087 "scripts/install-debugclients.py",
8992
350b128d2752 Saved modified project file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8988
diff changeset
1088 "scripts/install-dependencies.py",
10781
0e3d6e22efaf Added scripts to install or uninstall the eric-ide server from sources.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10780
diff changeset
1089 "scripts/install-server.py",
9023
5c6e160faa32 Changed project file writer to sort the file lists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9003
diff changeset
1090 "scripts/install.py",
5c6e160faa32 Changed project file writer to sort the file lists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9003
diff changeset
1091 "scripts/uninstall-debugclients.py",
10781
0e3d6e22efaf Added scripts to install or uninstall the eric-ide server from sources.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10780
diff changeset
1092 "scripts/uninstall-server.py",
9023
5c6e160faa32 Changed project file writer to sort the file lists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9003
diff changeset
1093 "scripts/uninstall.py",
9214
bd28e56047d7 Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9212
diff changeset
1094 "src/__init__.py",
bd28e56047d7 Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9212
diff changeset
1095 "src/eric7/CodeFormatting/BlackConfigurationDialog.py",
bd28e56047d7 Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9212
diff changeset
1096 "src/eric7/CodeFormatting/BlackFormattingAction.py",
bd28e56047d7 Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9212
diff changeset
1097 "src/eric7/CodeFormatting/BlackFormattingDialog.py",
bd28e56047d7 Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9212
diff changeset
1098 "src/eric7/CodeFormatting/BlackUtilities.py",
9453
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1099 "src/eric7/CodeFormatting/FormattingDiffWidget.py",
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1100 "src/eric7/CodeFormatting/IsortConfigurationDialog.py",
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1101 "src/eric7/CodeFormatting/IsortFormattingAction.py",
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1102 "src/eric7/CodeFormatting/IsortFormattingDialog.py",
e5065dde905d Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9430
diff changeset
1103 "src/eric7/CodeFormatting/IsortUtilities.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1104 "src/eric7/CodeFormatting/Ui_BlackConfigurationDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1105 "src/eric7/CodeFormatting/Ui_BlackFormattingDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1106 "src/eric7/CodeFormatting/Ui_FormattingDiffWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1107 "src/eric7/CodeFormatting/Ui_IsortConfigurationDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1108 "src/eric7/CodeFormatting/Ui_IsortFormattingDialog.py",
9214
bd28e56047d7 Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9212
diff changeset
1109 "src/eric7/CodeFormatting/__init__.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1110 "src/eric7/CondaInterface/Conda.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1111 "src/eric7/CondaInterface/CondaExecDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1112 "src/eric7/CondaInterface/CondaExportDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1113 "src/eric7/CondaInterface/CondaInfoDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1114 "src/eric7/CondaInterface/CondaNewEnvironmentDataDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1115 "src/eric7/CondaInterface/CondaPackageDetailsWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1116 "src/eric7/CondaInterface/CondaPackagesWidget.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1117 "src/eric7/CondaInterface/Ui_CondaExecDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1118 "src/eric7/CondaInterface/Ui_CondaExportDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1119 "src/eric7/CondaInterface/Ui_CondaInfoDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1120 "src/eric7/CondaInterface/Ui_CondaNewEnvironmentDataDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1121 "src/eric7/CondaInterface/Ui_CondaPackageDetailsWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1122 "src/eric7/CondaInterface/Ui_CondaPackagesWidget.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1123 "src/eric7/CondaInterface/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1124 "src/eric7/Cooperation/ChatWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1125 "src/eric7/Cooperation/Connection.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1126 "src/eric7/Cooperation/CooperationClient.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1127 "src/eric7/Cooperation/CooperationServer.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1128 "src/eric7/Cooperation/Ui_ChatWidget.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1129 "src/eric7/Cooperation/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1130 "src/eric7/CycloneDXInterface/CycloneDXConfigDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1131 "src/eric7/CycloneDXInterface/CycloneDXMetaDataDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1132 "src/eric7/CycloneDXInterface/CycloneDXUtilities.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1133 "src/eric7/CycloneDXInterface/Ui_CycloneDXConfigDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1134 "src/eric7/CycloneDXInterface/Ui_CycloneDXMetaDataDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1135 "src/eric7/CycloneDXInterface/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1136 "src/eric7/DataViews/CodeMetrics.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1137 "src/eric7/DataViews/CodeMetricsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1138 "src/eric7/DataViews/PyCoverageDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1139 "src/eric7/DataViews/PyCoverageHtmlReportDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1140 "src/eric7/DataViews/PyCoverageJsonReportDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1141 "src/eric7/DataViews/PyProfileDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1142 "src/eric7/DataViews/Ui_CodeMetricsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1143 "src/eric7/DataViews/Ui_PyCoverageDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1144 "src/eric7/DataViews/Ui_PyCoverageHtmlReportDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1145 "src/eric7/DataViews/Ui_PyCoverageJsonReportDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1146 "src/eric7/DataViews/Ui_PyProfileDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1147 "src/eric7/DataViews/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1148 "src/eric7/DebugClients/Python/AsyncFile.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1149 "src/eric7/DebugClients/Python/BreakpointWatch.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1150 "src/eric7/DebugClients/Python/DebugBase.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1151 "src/eric7/DebugClients/Python/DebugClient.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1152 "src/eric7/DebugClients/Python/DebugClientBase.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1153 "src/eric7/DebugClients/Python/DebugClientCapabilities.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1154 "src/eric7/DebugClients/Python/DebugConfig.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1155 "src/eric7/DebugClients/Python/DebugUtilities.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1156 "src/eric7/DebugClients/Python/DebugVariables.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1157 "src/eric7/DebugClients/Python/FlexCompleter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1158 "src/eric7/DebugClients/Python/ModuleLoader.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1159 "src/eric7/DebugClients/Python/MultiProcessDebugExtension.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1160 "src/eric7/DebugClients/Python/MultiprocessingExtension.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1161 "src/eric7/DebugClients/Python/PyProfile.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1162 "src/eric7/DebugClients/Python/QProcessExtension.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1163 "src/eric7/DebugClients/Python/SubprocessExtension.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1164 "src/eric7/DebugClients/Python/ThreadExtension.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1165 "src/eric7/DebugClients/Python/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1166 "src/eric7/DebugClients/Python/eric7dbgstub.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1167 "src/eric7/DebugClients/Python/getpass.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1168 "src/eric7/DebugClients/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1169 "src/eric7/Debugger/BreakPointModel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1170 "src/eric7/Debugger/BreakPointViewer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1171 "src/eric7/Debugger/CallStackViewer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1172 "src/eric7/Debugger/CallTraceViewer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1173 "src/eric7/Debugger/Config.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1174 "src/eric7/Debugger/DebugClientCapabilities.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1175 "src/eric7/Debugger/DebugServer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1176 "src/eric7/Debugger/DebugUI.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1177 "src/eric7/Debugger/DebugViewer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1178 "src/eric7/Debugger/DebuggerInterfaceNone.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1179 "src/eric7/Debugger/DebuggerInterfacePython.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1180 "src/eric7/Debugger/EditBreakpointDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1181 "src/eric7/Debugger/EditWatchpointDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1182 "src/eric7/Debugger/ExceptionLogger.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1183 "src/eric7/Debugger/ExceptionsFilterDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1184 "src/eric7/Debugger/StartDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1185 "src/eric7/Debugger/StartHistoryEditDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1186 "src/eric7/Debugger/Ui_CallTraceViewer.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1187 "src/eric7/Debugger/Ui_EditBreakpointDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1188 "src/eric7/Debugger/Ui_EditWatchpointDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1189 "src/eric7/Debugger/Ui_ExceptionsFilterDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1190 "src/eric7/Debugger/Ui_StartDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1191 "src/eric7/Debugger/Ui_StartHistoryEditDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1192 "src/eric7/Debugger/Ui_VariableDetailDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1193 "src/eric7/Debugger/Ui_VariablesFilterDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1194 "src/eric7/Debugger/VariableDetailDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1195 "src/eric7/Debugger/VariablesFilterDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1196 "src/eric7/Debugger/VariablesViewer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1197 "src/eric7/Debugger/WatchPointModel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1198 "src/eric7/Debugger/WatchPointViewer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1199 "src/eric7/Debugger/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1200 "src/eric7/DocumentationTools/APIGenerator.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1201 "src/eric7/DocumentationTools/Config.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1202 "src/eric7/DocumentationTools/IndexGenerator.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1203 "src/eric7/DocumentationTools/ModuleDocumentor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1204 "src/eric7/DocumentationTools/QtHelpGenerator.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1205 "src/eric7/DocumentationTools/TemplatesListsStyleCSS.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1206 "src/eric7/DocumentationTools/__init__.py",
10679
4d3e0ce54322 General
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10595
diff changeset
1207 "src/eric7/EricCore/EricFileSystemWatcher.py",
10928
46651e194fbe Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10924
diff changeset
1208 "src/eric7/EricCore/EricPreferences.py",
10919
4e4c8ee38c45 Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10906
diff changeset
1209 "src/eric7/EricCore/EricProcess.py",
10816
236d97cba7c5 Refactored the 'Redirector' class into a standalone module in the EricCore package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10784
diff changeset
1210 "src/eric7/EricCore/EricStdRedirector.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1211 "src/eric7/EricCore/EricTreeSortFilterProxyModel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1212 "src/eric7/EricCore/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1213 "src/eric7/EricGraphics/EricArrowItem.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1214 "src/eric7/EricGraphics/EricGraphicsView.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1215 "src/eric7/EricGraphics/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1216 "src/eric7/EricGui/EricAction.py",
10539
4274f189ff78 eric-ide Server
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10531
diff changeset
1217 "src/eric7/EricGui/EricFileIconProvider.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1218 "src/eric7/EricGui/EricGenericDiffHighlighter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1219 "src/eric7/EricGui/EricOverrideCursor.py",
9412
45e7bb09c120 Change the project to use an embedded environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9410
diff changeset
1220 "src/eric7/EricGui/EricPixmapCache.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1221 "src/eric7/EricGui/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1222 "src/eric7/EricNetwork/EricFtp.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1223 "src/eric7/EricNetwork/EricGoogleMail.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1224 "src/eric7/EricNetwork/EricGoogleMailHelpers.py",
10153
ffe7432f716b MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10128
diff changeset
1225 "src/eric7/EricNetwork/EricHostnameInputWidget.py",
9797
3be7b2326e2c MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9795
diff changeset
1226 "src/eric7/EricNetwork/EricIPv4InputWidget.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1227 "src/eric7/EricNetwork/EricJsonClient.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1228 "src/eric7/EricNetwork/EricJsonServer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1229 "src/eric7/EricNetwork/EricJsonStreamReader.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1230 "src/eric7/EricNetwork/EricJsonStreamWriter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1231 "src/eric7/EricNetwork/EricNetworkIcon.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1232 "src/eric7/EricNetwork/EricNetworkProxyFactory.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1233 "src/eric7/EricNetwork/EricNetworkUtilities.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1234 "src/eric7/EricNetwork/EricSslCertificateSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1235 "src/eric7/EricNetwork/EricSslCertificatesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1236 "src/eric7/EricNetwork/EricSslCertificatesInfoDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1237 "src/eric7/EricNetwork/EricSslCertificatesInfoWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1238 "src/eric7/EricNetwork/EricSslErrorHandler.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1239 "src/eric7/EricNetwork/EricSslInfoWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1240 "src/eric7/EricNetwork/EricSslUtilities.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1241 "src/eric7/EricNetwork/EricTldExtractor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1242 "src/eric7/EricNetwork/EricUrlInfo.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1243 "src/eric7/EricNetwork/Ui_EricIPv4InputWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1244 "src/eric7/EricNetwork/Ui_EricSslCertificateSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1245 "src/eric7/EricNetwork/Ui_EricSslCertificatesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1246 "src/eric7/EricNetwork/Ui_EricSslCertificatesInfoDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1247 "src/eric7/EricNetwork/Ui_EricSslCertificatesInfoWidget.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1248 "src/eric7/EricNetwork/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1249 "src/eric7/EricNetwork/data/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1250 "src/eric7/EricUtilities/EricCache.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1251 "src/eric7/EricUtilities/EricMutexLocker.py",
10933
95a15b70f7bb Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10932
diff changeset
1252 "src/eric7/EricUtilities/EricPasswordChecker.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1253 "src/eric7/EricUtilities/__init__.py",
10928
46651e194fbe Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10924
diff changeset
1254 "src/eric7/EricUtilities/crypto/__init__.py",
46651e194fbe Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10924
diff changeset
1255 "src/eric7/EricUtilities/crypto/py3AES.py",
46651e194fbe Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10924
diff changeset
1256 "src/eric7/EricUtilities/crypto/py3PBKDF2.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1257 "src/eric7/EricWidgets/EricAnimatedLabel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1258 "src/eric7/EricWidgets/EricAnimatedWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1259 "src/eric7/EricWidgets/EricApplication.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1260 "src/eric7/EricWidgets/EricAuthenticationDialog.py",
10920
8a1d447323a2 Added a specialized QTextBrowser subclass that adjusts its size to the contained text automatically (no scrollbars shown).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10919
diff changeset
1261 "src/eric7/EricWidgets/EricAutoResizeTextBrowser.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1262 "src/eric7/EricWidgets/EricClickableLabel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1263 "src/eric7/EricWidgets/EricComboSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1264 "src/eric7/EricWidgets/EricCompleters.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1265 "src/eric7/EricWidgets/EricDirFileDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1266 "src/eric7/EricWidgets/EricErrorMessage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1267 "src/eric7/EricWidgets/EricErrorMessageFilterDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1268 "src/eric7/EricWidgets/EricFileDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1269 "src/eric7/EricWidgets/EricFileSaveConfirmDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1270 "src/eric7/EricWidgets/EricIconBar.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1271 "src/eric7/EricWidgets/EricLed.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1272 "src/eric7/EricWidgets/EricLineEdit.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1273 "src/eric7/EricWidgets/EricLineEditButton.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1274 "src/eric7/EricWidgets/EricListSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1275 "src/eric7/EricWidgets/EricListView.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1276 "src/eric7/EricWidgets/EricMainWindow.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1277 "src/eric7/EricWidgets/EricMapWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1278 "src/eric7/EricWidgets/EricMessageBox.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1279 "src/eric7/EricWidgets/EricModelMenu.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1280 "src/eric7/EricWidgets/EricModelToolBar.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1281 "src/eric7/EricWidgets/EricPassivePopup.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1282 "src/eric7/EricWidgets/EricPasswordMeter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1283 "src/eric7/EricWidgets/EricPathPicker.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1284 "src/eric7/EricWidgets/EricPathPickerDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1285 "src/eric7/EricWidgets/EricPlainTextDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1286 "src/eric7/EricWidgets/EricProcessDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1287 "src/eric7/EricWidgets/EricProgressDialog.py",
10248
981456110843 General
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10201
diff changeset
1288 "src/eric7/EricWidgets/EricProxyStyle.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1289 "src/eric7/EricWidgets/EricSideBar.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1290 "src/eric7/EricWidgets/EricSimpleHelpDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1291 "src/eric7/EricWidgets/EricSingleApplication.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1292 "src/eric7/EricWidgets/EricSpellCheckedTextEdit.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1293 "src/eric7/EricWidgets/EricSqueezeLabels.py",
9699
92dcd34d54e4 PDF Viewer
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9698
diff changeset
1294 "src/eric7/EricWidgets/EricStretchableSpacer.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1295 "src/eric7/EricWidgets/EricStringListEditWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1296 "src/eric7/EricWidgets/EricTabWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1297 "src/eric7/EricWidgets/EricTableView.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1298 "src/eric7/EricWidgets/EricTextEditSearchWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1299 "src/eric7/EricWidgets/EricTextInputDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1300 "src/eric7/EricWidgets/EricTextSpinBox.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1301 "src/eric7/EricWidgets/EricToolBarDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1302 "src/eric7/EricWidgets/EricToolBarManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1303 "src/eric7/EricWidgets/EricToolBox.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1304 "src/eric7/EricWidgets/EricToolButton.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1305 "src/eric7/EricWidgets/EricTreeView.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1306 "src/eric7/EricWidgets/EricTreeWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1307 "src/eric7/EricWidgets/EricZoomWidget.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1308 "src/eric7/EricWidgets/Ui_EricAuthenticationDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1309 "src/eric7/EricWidgets/Ui_EricComboSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1310 "src/eric7/EricWidgets/Ui_EricErrorMessageFilterDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1311 "src/eric7/EricWidgets/Ui_EricListSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1312 "src/eric7/EricWidgets/Ui_EricPlainTextDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1313 "src/eric7/EricWidgets/Ui_EricProcessDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1314 "src/eric7/EricWidgets/Ui_EricSimpleHelpDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1315 "src/eric7/EricWidgets/Ui_EricStringListEditWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1316 "src/eric7/EricWidgets/Ui_EricToolBarDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1317 "src/eric7/EricWidgets/Ui_EricZoomWidget.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1318 "src/eric7/EricWidgets/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1319 "src/eric7/Globals/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1320 "src/eric7/Graphics/ApplicationDiagramBuilder.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1321 "src/eric7/Graphics/AssociationItem.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1322 "src/eric7/Graphics/ClassItem.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1323 "src/eric7/Graphics/GraphicsUtilities.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1324 "src/eric7/Graphics/ImportsDiagramBuilder.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1325 "src/eric7/Graphics/ModuleItem.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1326 "src/eric7/Graphics/PackageDiagramBuilder.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1327 "src/eric7/Graphics/PackageItem.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1328 "src/eric7/Graphics/PixmapDiagram.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1329 "src/eric7/Graphics/SvgDiagram.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1330 "src/eric7/Graphics/UMLClassDiagramBuilder.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1331 "src/eric7/Graphics/UMLDiagramBuilder.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1332 "src/eric7/Graphics/UMLDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1333 "src/eric7/Graphics/UMLGraphicsView.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1334 "src/eric7/Graphics/UMLItem.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1335 "src/eric7/Graphics/UMLSceneSizeDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1336 "src/eric7/Graphics/Ui_UMLSceneSizeDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1337 "src/eric7/Graphics/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1338 "src/eric7/HelpViewer/HelpBookmarkPropertiesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1339 "src/eric7/HelpViewer/HelpBookmarksImportDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1340 "src/eric7/HelpViewer/HelpBookmarksWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1341 "src/eric7/HelpViewer/HelpViewerImpl.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1342 "src/eric7/HelpViewer/HelpViewerImplQTB.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1343 "src/eric7/HelpViewer/HelpViewerImplQWE.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1344 "src/eric7/HelpViewer/HelpViewerWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1345 "src/eric7/HelpViewer/OpenPagesWidget.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1346 "src/eric7/HelpViewer/Ui_HelpBookmarkPropertiesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1347 "src/eric7/HelpViewer/Ui_HelpBookmarksImportDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1348 "src/eric7/HelpViewer/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1349 "src/eric7/HexEdit/HexEditChunks.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1350 "src/eric7/HexEdit/HexEditGotoWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1351 "src/eric7/HexEdit/HexEditMainWindow.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1352 "src/eric7/HexEdit/HexEditSearchReplaceWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1353 "src/eric7/HexEdit/HexEditUndoStack.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1354 "src/eric7/HexEdit/HexEditWidget.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1355 "src/eric7/HexEdit/Ui_HexEditGotoWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1356 "src/eric7/HexEdit/Ui_HexEditReplaceWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1357 "src/eric7/HexEdit/Ui_HexEditSearchWidget.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1358 "src/eric7/HexEdit/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1359 "src/eric7/IconEditor/IconEditorGrid.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1360 "src/eric7/IconEditor/IconEditorPalette.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1361 "src/eric7/IconEditor/IconEditorWindow.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1362 "src/eric7/IconEditor/IconSizeDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1363 "src/eric7/IconEditor/Ui_IconSizeDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1364 "src/eric7/IconEditor/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1365 "src/eric7/IconEditor/cursors/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1366 "src/eric7/JediInterface/AssistantJedi.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1367 "src/eric7/JediInterface/JediClient.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1368 "src/eric7/JediInterface/JediServer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1369 "src/eric7/JediInterface/RefactoringPreviewDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1370 "src/eric7/JediInterface/Ui_RefactoringPreviewDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1371 "src/eric7/JediInterface/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1372 "src/eric7/MicroPython/AddEditDevicesDialog.py",
9857
0122ae72618d MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9855
diff changeset
1373 "src/eric7/MicroPython/BluetoothDialogs/BluetoothAdvertisement.py",
9855
c9244db5566a MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9846
diff changeset
1374 "src/eric7/MicroPython/BluetoothDialogs/BluetoothController.py",
9857
0122ae72618d MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9855
diff changeset
1375 "src/eric7/MicroPython/BluetoothDialogs/BluetoothScanWindow.py",
9855
c9244db5566a MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9846
diff changeset
1376 "src/eric7/MicroPython/BluetoothDialogs/BluetoothStatusDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1377 "src/eric7/MicroPython/BluetoothDialogs/Ui_BluetoothScanWindow.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1378 "src/eric7/MicroPython/BluetoothDialogs/Ui_BluetoothStatusDialog.py",
9855
c9244db5566a MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9846
diff changeset
1379 "src/eric7/MicroPython/BluetoothDialogs/__init__.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1380 "src/eric7/MicroPython/BoardDataDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1381 "src/eric7/MicroPython/ConnectionSelectionDialog.py",
9915
fd5ff16632cb MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9891
diff changeset
1382 "src/eric7/MicroPython/ConvertToUF2Dialog.py",
9756
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1383 "src/eric7/MicroPython/Devices/CircuitPythonDevices.py",
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1384 "src/eric7/MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py",
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1385 "src/eric7/MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py",
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1386 "src/eric7/MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py",
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1387 "src/eric7/MicroPython/Devices/CircuitPythonUpdater/ShowBundlesDialog.py",
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1388 "src/eric7/MicroPython/Devices/CircuitPythonUpdater/ShowInstalledDialog.py",
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1389 "src/eric7/MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1390 "src/eric7/MicroPython/Devices/CircuitPythonUpdater/Ui_RequirementsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1391 "src/eric7/MicroPython/Devices/CircuitPythonUpdater/Ui_ShowBundlesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1392 "src/eric7/MicroPython/Devices/CircuitPythonUpdater/Ui_ShowInstalledDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1393 "src/eric7/MicroPython/Devices/CircuitPythonUpdater/Ui_ShowOutdatedDialog.py",
9756
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1394 "src/eric7/MicroPython/Devices/CircuitPythonUpdater/__init__.py",
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1395 "src/eric7/MicroPython/Devices/DeviceBase.py",
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1396 "src/eric7/MicroPython/Devices/EspDevices.py",
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1397 "src/eric7/MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.py",
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1398 "src/eric7/MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1399 "src/eric7/MicroPython/Devices/EspDialogs/Ui_EspBackupRestoreFirmwareDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1400 "src/eric7/MicroPython/Devices/EspDialogs/Ui_EspFirmwareSelectionDialog.py",
9756
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1401 "src/eric7/MicroPython/Devices/EspDialogs/__init__.py",
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1402 "src/eric7/MicroPython/Devices/GenericMicroPythonDevices.py",
9787
163511257f24 Continued implementing WiFi functionality for RP2040 based devices (show connected stations, save/remove credentials, boot script for Pico W).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9781
diff changeset
1403 "src/eric7/MicroPython/Devices/MCUScripts/__init__.py",
9828
32c8a5b57332 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9797
diff changeset
1404 "src/eric7/MicroPython/Devices/MCUScripts/circuitPy7WiFiConnect.py",
9795
11b4d39d7584 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9789
diff changeset
1405 "src/eric7/MicroPython/Devices/MCUScripts/esp32WiFiConnect.py",
9836
902ec9a04ebe MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9828
diff changeset
1406 "src/eric7/MicroPython/Devices/MCUScripts/mpyWiFiConnect.py",
9878
a82014a9e57b MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9868
diff changeset
1407 "src/eric7/MicroPython/Devices/MCUScripts/picoWiznetConnect.py",
9885
05cbf70e8f10 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9878
diff changeset
1408 "src/eric7/MicroPython/Devices/MCUScripts/picoWiznetConnectCpy7.py",
05cbf70e8f10 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9878
diff changeset
1409 "src/eric7/MicroPython/Devices/MCUScripts/picoWiznetConnectCpy8.py",
9787
163511257f24 Continued implementing WiFi functionality for RP2040 based devices (show connected stations, save/remove credentials, boot script for Pico W).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9781
diff changeset
1410 "src/eric7/MicroPython/Devices/MCUScripts/picowWiFiConnect.py",
9836
902ec9a04ebe MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9828
diff changeset
1411 "src/eric7/MicroPython/Devices/MCUScripts/pimoroniWiFiConnect.py",
9756
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1412 "src/eric7/MicroPython/Devices/MicrobitDevices.py",
11167
a3f5af773bc7 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11150
diff changeset
1413 "src/eric7/MicroPython/Devices/Nrf52Devices.py",
9756
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1414 "src/eric7/MicroPython/Devices/PyBoardDevices.py",
10897
caba0e2456b6 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10866
diff changeset
1415 "src/eric7/MicroPython/Devices/RP2Devices.py",
9958
a78b83d1062a MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9956
diff changeset
1416 "src/eric7/MicroPython/Devices/STLinkDevices.py",
9756
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1417 "src/eric7/MicroPython/Devices/TeensyDevices.py",
9854647c8c5c Reorganized the MicroPython package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9755
diff changeset
1418 "src/eric7/MicroPython/Devices/__init__.py",
9878
a82014a9e57b MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9868
diff changeset
1419 "src/eric7/MicroPython/EthernetDialogs/EthernetController.py",
a82014a9e57b MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9868
diff changeset
1420 "src/eric7/MicroPython/EthernetDialogs/EthernetStatusDialog.py",
10153
ffe7432f716b MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10128
diff changeset
1421 "src/eric7/MicroPython/EthernetDialogs/HostnameDialog.py",
9878
a82014a9e57b MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9868
diff changeset
1422 "src/eric7/MicroPython/EthernetDialogs/IPv4AddressDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1423 "src/eric7/MicroPython/EthernetDialogs/Ui_EthernetStatusDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1424 "src/eric7/MicroPython/EthernetDialogs/Ui_HostnameDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1425 "src/eric7/MicroPython/EthernetDialogs/Ui_IPv4AddressDialog.py",
9878
a82014a9e57b MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9868
diff changeset
1426 "src/eric7/MicroPython/EthernetDialogs/WiznetUtilities.py",
a82014a9e57b MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9868
diff changeset
1427 "src/eric7/MicroPython/EthernetDialogs/__init__.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1428 "src/eric7/MicroPython/IgnoredDevicesDialog.py",
9765
6378da868bb0 Reorganized the MicroPython code even more.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9762
diff changeset
1429 "src/eric7/MicroPython/MicroPythonDeviceInterface.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1430 "src/eric7/MicroPython/MicroPythonFileManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1431 "src/eric7/MicroPython/MicroPythonFileManagerWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1432 "src/eric7/MicroPython/MicroPythonFileSystemUtilities.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1433 "src/eric7/MicroPython/MicroPythonGraphWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1434 "src/eric7/MicroPython/MicroPythonProgressInfoDialog.py",
10011
26a7d607b8f6 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10010
diff changeset
1435 "src/eric7/MicroPython/MicroPythonReplWidget.py",
9990
54c614d91eff MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9979
diff changeset
1436 "src/eric7/MicroPython/MicroPythonSerialDeviceInterface.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1437 "src/eric7/MicroPython/MicroPythonSerialPort.py",
10010
8a68a7a7ab88 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10009
diff changeset
1438 "src/eric7/MicroPython/MicroPythonWebreplConnectionDialog.py",
10008
c5bcafe3485c MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9990
diff changeset
1439 "src/eric7/MicroPython/MicroPythonWebreplDeviceInterface.py",
10022
a95800b414b7 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10011
diff changeset
1440 "src/eric7/MicroPython/MicroPythonWebreplParametersDialog.py",
10008
c5bcafe3485c MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9990
diff changeset
1441 "src/eric7/MicroPython/MicroPythonWebreplSocket.py",
10009
61e5fe703818 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10008
diff changeset
1442 "src/eric7/MicroPython/MicroPythonWebreplUrlAddEditDialog.py",
61e5fe703818 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10008
diff changeset
1443 "src/eric7/MicroPython/MicroPythonWebreplUrlsConfigDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1444 "src/eric7/MicroPython/MicroPythonWidget.py",
10518
1682f3203ae5 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10507
diff changeset
1445 "src/eric7/MicroPython/MicroPythonWindow.py",
9979
dbafba79461d MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9972
diff changeset
1446 "src/eric7/MicroPython/MipLocalInstaller.py",
9844
2f3d623f7617 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9836
diff changeset
1447 "src/eric7/MicroPython/MipPackageDialog.py",
9868
467288cffee2 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9857
diff changeset
1448 "src/eric7/MicroPython/NtpParametersDialog.py",
9748
df9520c864f2 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9740
diff changeset
1449 "src/eric7/MicroPython/ShowModulesDialog.py",
9915
fd5ff16632cb MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9891
diff changeset
1450 "src/eric7/MicroPython/Tools/__init__.py",
fd5ff16632cb MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9891
diff changeset
1451 "src/eric7/MicroPython/Tools/uf2conv.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1452 "src/eric7/MicroPython/UF2FlashDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1453 "src/eric7/MicroPython/Ui_AddEditDevicesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1454 "src/eric7/MicroPython/Ui_BoardDataDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1455 "src/eric7/MicroPython/Ui_ConnectionSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1456 "src/eric7/MicroPython/Ui_ConvertToUF2Dialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1457 "src/eric7/MicroPython/Ui_IgnoredDevicesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1458 "src/eric7/MicroPython/Ui_MicroPythonFileManagerWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1459 "src/eric7/MicroPython/Ui_MicroPythonProgressInfoDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1460 "src/eric7/MicroPython/Ui_MicroPythonWebreplConnectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1461 "src/eric7/MicroPython/Ui_MicroPythonWebreplParametersDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1462 "src/eric7/MicroPython/Ui_MicroPythonWebreplUrlAddEditDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1463 "src/eric7/MicroPython/Ui_MicroPythonWebreplUrlsConfigDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1464 "src/eric7/MicroPython/Ui_MicroPythonWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1465 "src/eric7/MicroPython/Ui_MipPackageDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1466 "src/eric7/MicroPython/Ui_NtpParametersDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1467 "src/eric7/MicroPython/Ui_ShowModulesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1468 "src/eric7/MicroPython/Ui_UF2FlashDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1469 "src/eric7/MicroPython/Ui_UnknownDevicesDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1470 "src/eric7/MicroPython/UnknownDevicesDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1471 "src/eric7/MicroPython/WifiDialogs/Ui_WifiApConfigDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1472 "src/eric7/MicroPython/WifiDialogs/Ui_WifiApStationsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1473 "src/eric7/MicroPython/WifiDialogs/Ui_WifiConnectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1474 "src/eric7/MicroPython/WifiDialogs/Ui_WifiCountryDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1475 "src/eric7/MicroPython/WifiDialogs/Ui_WifiNetworksWindow.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1476 "src/eric7/MicroPython/WifiDialogs/Ui_WifiStatusDialog.py",
9787
163511257f24 Continued implementing WiFi functionality for RP2040 based devices (show connected stations, save/remove credentials, boot script for Pico W).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9781
diff changeset
1477 "src/eric7/MicroPython/WifiDialogs/WifiApConfigDialog.py",
163511257f24 Continued implementing WiFi functionality for RP2040 based devices (show connected stations, save/remove credentials, boot script for Pico W).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9781
diff changeset
1478 "src/eric7/MicroPython/WifiDialogs/WifiApStationsDialog.py",
9776
210bf87ae5c7 Continued implementing WiFi functionality for RP2040 based devices.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9775
diff changeset
1479 "src/eric7/MicroPython/WifiDialogs/WifiConnectionDialog.py",
210bf87ae5c7 Continued implementing WiFi functionality for RP2040 based devices.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9775
diff changeset
1480 "src/eric7/MicroPython/WifiDialogs/WifiController.py",
9779
8d3c7c991085 Continued implementing WiFi functionality for RP2040 based devices (set country, menu hierarchy).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9776
diff changeset
1481 "src/eric7/MicroPython/WifiDialogs/WifiCountryDialog.py",
9781
3112f77f722b Continued implementing WiFi functionality for RP2040 based devices (internet connection, network scan).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9779
diff changeset
1482 "src/eric7/MicroPython/WifiDialogs/WifiNetworksWindow.py",
9776
210bf87ae5c7 Continued implementing WiFi functionality for RP2040 based devices.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9775
diff changeset
1483 "src/eric7/MicroPython/WifiDialogs/WifiStatusDialog.py",
210bf87ae5c7 Continued implementing WiFi functionality for RP2040 based devices.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9775
diff changeset
1484 "src/eric7/MicroPython/WifiDialogs/__init__.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1485 "src/eric7/MicroPython/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1486 "src/eric7/MultiProject/AddProjectDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1487 "src/eric7/MultiProject/MultiProject.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1488 "src/eric7/MultiProject/MultiProjectBrowser.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1489 "src/eric7/MultiProject/MultiProjectFile.py",
10410
da82156f44e9 Multiproject
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10372
diff changeset
1490 "src/eric7/MultiProject/MultiProjectProjectMeta.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1491 "src/eric7/MultiProject/PropertiesDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1492 "src/eric7/MultiProject/Ui_AddProjectDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1493 "src/eric7/MultiProject/Ui_PropertiesDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1494 "src/eric7/MultiProject/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1495 "src/eric7/Network/IRC/IrcChannelEditDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1496 "src/eric7/Network/IRC/IrcChannelWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1497 "src/eric7/Network/IRC/IrcIdentitiesEditDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1498 "src/eric7/Network/IRC/IrcMessageEdit.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1499 "src/eric7/Network/IRC/IrcNetworkEditDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1500 "src/eric7/Network/IRC/IrcNetworkListDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1501 "src/eric7/Network/IRC/IrcNetworkManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1502 "src/eric7/Network/IRC/IrcNetworkWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1503 "src/eric7/Network/IRC/IrcServerEditDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1504 "src/eric7/Network/IRC/IrcUtilities.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1505 "src/eric7/Network/IRC/IrcWidget.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1506 "src/eric7/Network/IRC/Ui_IrcChannelEditDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1507 "src/eric7/Network/IRC/Ui_IrcChannelWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1508 "src/eric7/Network/IRC/Ui_IrcIdentitiesEditDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1509 "src/eric7/Network/IRC/Ui_IrcNetworkEditDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1510 "src/eric7/Network/IRC/Ui_IrcNetworkListDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1511 "src/eric7/Network/IRC/Ui_IrcNetworkWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1512 "src/eric7/Network/IRC/Ui_IrcServerEditDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1513 "src/eric7/Network/IRC/Ui_IrcWidget.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1514 "src/eric7/Network/IRC/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1515 "src/eric7/Network/__init__.py",
9699
92dcd34d54e4 PDF Viewer
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9698
diff changeset
1516 "src/eric7/PdfViewer/PdfGoToDialog.py",
9702
7c973954919d PDF Viewer
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9699
diff changeset
1517 "src/eric7/PdfViewer/PdfInfoWidget.py",
9698
69e183e4db6f Continued implementing a PDF viewer tool (page navigation).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9697
diff changeset
1518 "src/eric7/PdfViewer/PdfPageSelector.py",
9704
6e1650b9b3b5 PDF Viewer
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9702
diff changeset
1519 "src/eric7/PdfViewer/PdfSearchWidget.py",
9702
7c973954919d PDF Viewer
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9699
diff changeset
1520 "src/eric7/PdfViewer/PdfToCWidget.py",
9704
6e1650b9b3b5 PDF Viewer
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9702
diff changeset
1521 "src/eric7/PdfViewer/PdfView.py",
9697
cdaa3cc805f7 Started implementing a PDF viewer tool.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9690
diff changeset
1522 "src/eric7/PdfViewer/PdfViewerWindow.py",
9699
92dcd34d54e4 PDF Viewer
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9698
diff changeset
1523 "src/eric7/PdfViewer/PdfZoomSelector.py",
9697
cdaa3cc805f7 Started implementing a PDF viewer tool.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9690
diff changeset
1524 "src/eric7/PdfViewer/__init__.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1525 "src/eric7/PipInterface/Pip.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1526 "src/eric7/PipInterface/PipDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1527 "src/eric7/PipInterface/PipFileSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1528 "src/eric7/PipInterface/PipFreezeDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1529 "src/eric7/PipInterface/PipLicensesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1530 "src/eric7/PipInterface/PipPackageDetailsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1531 "src/eric7/PipInterface/PipPackagesInputDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1532 "src/eric7/PipInterface/PipPackagesWidget.py",
10084
125166c6b66c pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10066
diff changeset
1533 "src/eric7/PipInterface/PipPackagesWindow.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1534 "src/eric7/PipInterface/PipVulnerabilityChecker.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1535 "src/eric7/PipInterface/Ui_PipDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1536 "src/eric7/PipInterface/Ui_PipFileSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1537 "src/eric7/PipInterface/Ui_PipFreezeDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1538 "src/eric7/PipInterface/Ui_PipLicensesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1539 "src/eric7/PipInterface/Ui_PipPackageDetailsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1540 "src/eric7/PipInterface/Ui_PipPackagesInputDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1541 "src/eric7/PipInterface/Ui_PipPackagesWidget.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1542 "src/eric7/PipInterface/__init__.py",
11091
3a1ba42ac50a pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11082
diff changeset
1543 "src/eric7/PipInterface/pipcleanup.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1544 "src/eric7/PipInterface/piplicenses.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1545 "src/eric7/PluginManager/PluginDetailsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1546 "src/eric7/PluginManager/PluginExceptions.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1547 "src/eric7/PluginManager/PluginInfoDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1548 "src/eric7/PluginManager/PluginInstallDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1549 "src/eric7/PluginManager/PluginManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1550 "src/eric7/PluginManager/PluginRepositoryDialog.py",
10938
2a7e115e2198 Refactored the EricXML package because it was not independent anymore.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10933
diff changeset
1551 "src/eric7/PluginManager/PluginRepositoryReader.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1552 "src/eric7/PluginManager/PluginUninstallDialog.py",
10061
8bdad5699288 Introduced a new style for the plugin header.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10053
diff changeset
1553 "src/eric7/PluginManager/PluginUtilities.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1554 "src/eric7/PluginManager/Ui_PluginDetailsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1555 "src/eric7/PluginManager/Ui_PluginInfoDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1556 "src/eric7/PluginManager/Ui_PluginInstallDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1557 "src/eric7/PluginManager/Ui_PluginRepositoryDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1558 "src/eric7/PluginManager/Ui_PluginUninstallDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1559 "src/eric7/PluginManager/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1560 "src/eric7/Plugins/AboutPlugin/AboutDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1561 "src/eric7/Plugins/AboutPlugin/Ui_AboutDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1562 "src/eric7/Plugins/AboutPlugin/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1563 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsChecker.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1564 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsCheckerDefaults.py",
10087
65b7354b0d4c Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10086
diff changeset
1565 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsDeprecationsVisitor.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1566 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsEnums.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1567 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsFunctionVisitor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1568 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsFutureVisitor.py",
10086
c8854a6300d1 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10084
diff changeset
1569 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsUnionVisitor.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1570 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1571 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1572 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/AstUtilities.py",
10116
4a619fb7bd09 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10108
diff changeset
1573 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Async/AsyncChecker.py",
4a619fb7bd09 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10108
diff changeset
1574 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Async/AsyncVisitor.py",
4a619fb7bd09 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10108
diff changeset
1575 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Async/__init__.py",
4a619fb7bd09 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10108
diff changeset
1576 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Async/translations.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1577 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1578 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1579 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1580 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerUtilities.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1581 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCodeSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1582 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1583 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py",
11150
73d80859079c Code Style Checkers
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11148
diff changeset
1584 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleTopicChecker.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1585 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Complexity/ComplexityChecker.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1586 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Complexity/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1587 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Complexity/mccabe.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1588 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Complexity/translations.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1589 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/DocStyleChecker.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1590 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1591 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1592 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Imports/ImportsChecker.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1593 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Imports/LocalImportVisitor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1594 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Imports/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1595 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py",
10362
cfa7034cccf6 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10361
diff changeset
1596 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Logging/LoggingChecker.py",
10367
b189ca1f5d53 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10362
diff changeset
1597 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Logging/LoggingVisitor.py",
10362
cfa7034cccf6 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10361
diff changeset
1598 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Logging/__init__.py",
cfa7034cccf6 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10361
diff changeset
1599 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Logging/translations.py",
11150
73d80859079c Code Style Checkers
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11148
diff changeset
1600 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/BugBearVisitor.py",
73d80859079c Code Style Checkers
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11148
diff changeset
1601 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/DateTimeVisitor.py",
73d80859079c Code Style Checkers
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11148
diff changeset
1602 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/DefaultMatchCaseVisitor.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1603 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/MiscellaneousChecker.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1604 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/MiscellaneousDefaults.py",
11150
73d80859079c Code Style Checkers
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11148
diff changeset
1605 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/ReturnVisitor.py",
73d80859079c Code Style Checkers
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11148
diff changeset
1606 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/SysVersionVisitor.py",
73d80859079c Code Style Checkers
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11148
diff changeset
1607 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/TextVisitor.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1608 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1609 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/eradicate.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1610 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py",
10046
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
1611 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/NameOrder/ImportNode.py",
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
1612 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/NameOrder/ImportsEnums.py",
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
1613 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/NameOrder/NameOrderChecker.py",
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
1614 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/NameOrder/__init__.py",
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
1615 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/NameOrder/translations.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1616 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Naming/NamingStyleChecker.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1617 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Naming/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1618 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1619 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/PathlibChecker.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1620 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1621 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py",
11143
ef75c265ab47 Added a checker for `pydantic` and `dataclass` related topics based on `flake8-pydantic` v0.4.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11136
diff changeset
1622 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Pydantic/PydanticChecker.py",
ef75c265ab47 Added a checker for `pydantic` and `dataclass` related topics based on `flake8-pydantic` v0.4.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11136
diff changeset
1623 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Pydantic/PydanticUtils.py",
ef75c265ab47 Added a checker for `pydantic` and `dataclass` related topics based on `flake8-pydantic` v0.4.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11136
diff changeset
1624 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Pydantic/PydanticVisitor.py",
ef75c265ab47 Added a checker for `pydantic` and `dataclass` related topics based on `flake8-pydantic` v0.4.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11136
diff changeset
1625 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Pydantic/__init__.py",
ef75c265ab47 Added a checker for `pydantic` and `dataclass` related topics based on `flake8-pydantic` v0.4.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11136
diff changeset
1626 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Pydantic/translations.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1627 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1628 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/assert.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1629 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/awsHardcodedPassword.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1630 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/certificateValidation.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1631 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/djangoSqlInjection.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1632 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/djangoXssVulnerability.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1633 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/exec.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1634 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/flaskDebug.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1635 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/generalBindAllInterfaces.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1636 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/generalFilePermissions.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1637 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/generalHardcodedPassword.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1638 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/generalHardcodedTmp.py",
11136
437db2f032fd Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11091
diff changeset
1639 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/hashlibInsecureFunctions.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1640 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/injectionParamiko.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1641 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/injectionShell.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1642 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/injectionSql.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1643 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/injectionWildcard.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1644 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/insecureSslTls.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1645 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/jinja2Templates.py",
10507
d1c6608155ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10503
diff changeset
1646 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/loggingConfigInsecureListen.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1647 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/makoTemplates.py",
10503
6a37b6ac3928 Renamed some modules/variables/settings to get rid (mostly) of inappropriate words.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10492
diff changeset
1648 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/prohibitedCalls.py",
6a37b6ac3928 Renamed some modules/variables/settings to get rid (mostly) of inappropriate words.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10492
diff changeset
1649 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/prohibitedImports.py",
10996
a3dc181d14e1 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10938
diff changeset
1650 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/pytorchLoadSave.py",
9325
8157eb19aba5 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9323
diff changeset
1651 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/requestWithoutTimeout.py",
8157eb19aba5 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9323
diff changeset
1652 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/snmpSecurity.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1653 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/sshNoHostKeyVerification.py",
9325
8157eb19aba5 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9323
diff changeset
1654 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/tarfileUnsafeMembers.py",
10996
a3dc181d14e1 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10938
diff changeset
1655 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/trojanSource.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1656 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/tryExcept.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1657 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/weakCryptographicKey.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1658 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/yamlLoad.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1659 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityChecker.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1660 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityContext.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1661 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityDefaults.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1662 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityNodeVisitor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1663 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityUtils.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1664 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1665 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1666 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyChecker.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1667 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyNodeVisitor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1668 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1669 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1670 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Ui_CodeStyleAddBuiltinIgnoreDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1671 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Ui_CodeStyleCheckerDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1672 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Ui_CodeStyleCodeSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1673 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Ui_CodeStyleStatisticsDialog.py",
10052
041d0785dd42 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10046
diff changeset
1674 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Unused/UnusedChecker.py",
041d0785dd42 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10046
diff changeset
1675 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Unused/__init__.py",
041d0785dd42 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10046
diff changeset
1676 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Unused/translations.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1677 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/__init__.py",
10116
4a619fb7bd09 Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10108
diff changeset
1678 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/ast_unparse.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1679 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/pycodestyle.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1680 "src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/translations.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1681 "src/eric7/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1682 "src/eric7/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1683 "src/eric7/Plugins/CheckerPlugins/SyntaxChecker/Ui_SyntaxCheckerDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1684 "src/eric7/Plugins/CheckerPlugins/SyntaxChecker/__init__.py",
10341
3fdffd9cc21d Syntax Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10308
diff changeset
1685 "src/eric7/Plugins/CheckerPlugins/SyntaxChecker/jsCheckSyntax.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1686 "src/eric7/Plugins/CheckerPlugins/SyntaxChecker/jsonCheckSyntax.py",
9508
5a02bdb1dcba Harmonized the naming of some code in the syntax checker plugin.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9500
diff changeset
1687 "src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyCheckSyntax.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1688 "src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1689 "src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/checker.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1690 "src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/messages.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1691 "src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1692 "src/eric7/Plugins/CheckerPlugins/SyntaxChecker/tomlCheckSyntax.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1693 "src/eric7/Plugins/CheckerPlugins/SyntaxChecker/yamlCheckSyntax.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1694 "src/eric7/Plugins/CheckerPlugins/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1695 "src/eric7/Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1696 "src/eric7/Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1697 "src/eric7/Plugins/DocumentationPlugins/Ericapi/Ui_EricapiConfigDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1698 "src/eric7/Plugins/DocumentationPlugins/Ericapi/Ui_EricapiExecDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1699 "src/eric7/Plugins/DocumentationPlugins/Ericapi/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1700 "src/eric7/Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1701 "src/eric7/Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1702 "src/eric7/Plugins/DocumentationPlugins/Ericdoc/Ui_EricdocConfigDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1703 "src/eric7/Plugins/DocumentationPlugins/Ericdoc/Ui_EricdocExecDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1704 "src/eric7/Plugins/DocumentationPlugins/Ericdoc/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1705 "src/eric7/Plugins/DocumentationPlugins/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1706 "src/eric7/Plugins/PluginAbout.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1707 "src/eric7/Plugins/PluginCodeStyleChecker.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1708 "src/eric7/Plugins/PluginEricapi.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1709 "src/eric7/Plugins/PluginEricdoc.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1710 "src/eric7/Plugins/PluginSyntaxChecker.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1711 "src/eric7/Plugins/PluginTranslator.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1712 "src/eric7/Plugins/PluginVcsGit.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1713 "src/eric7/Plugins/PluginVcsMercurial.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1714 "src/eric7/Plugins/PluginVcsPySvn.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1715 "src/eric7/Plugins/PluginVcsSubversion.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1716 "src/eric7/Plugins/PluginVmListspace.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1717 "src/eric7/Plugins/PluginVmTabview.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1718 "src/eric7/Plugins/PluginWizardDotDesktop.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1719 "src/eric7/Plugins/PluginWizardEricMessageBox.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1720 "src/eric7/Plugins/PluginWizardEricPlugin.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1721 "src/eric7/Plugins/PluginWizardPyRegExp.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1722 "src/eric7/Plugins/PluginWizardQColorDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1723 "src/eric7/Plugins/PluginWizardQFileDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1724 "src/eric7/Plugins/PluginWizardQFontDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1725 "src/eric7/Plugins/PluginWizardQInputDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1726 "src/eric7/Plugins/PluginWizardQMessageBox.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1727 "src/eric7/Plugins/PluginWizardQRegularExpression.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1728 "src/eric7/Plugins/PluginWizardSetup.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1729 "src/eric7/Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1730 "src/eric7/Plugins/UiExtensionPlugins/Translator/ConfigurationPage/Ui_TranslatorPage.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1731 "src/eric7/Plugins/UiExtensionPlugins/Translator/ConfigurationPage/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1732 "src/eric7/Plugins/UiExtensionPlugins/Translator/Translator.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1733 "src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1734 "src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV1Engine.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1735 "src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV2Engine.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1736 "src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py",
9956
5b138f996a1e Translator
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9955
diff changeset
1737 "src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/LibreTranslateEngine.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1738 "src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MicrosoftEngine.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1739 "src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MyMemoryEngine.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1740 "src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/TranslationEngine.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1741 "src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1742 "src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1743 "src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1744 "src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorRequest.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1745 "src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorWidget.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1746 "src/eric7/Plugins/UiExtensionPlugins/Translator/Ui_TranslatorWidget.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1747 "src/eric7/Plugins/UiExtensionPlugins/Translator/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1748 "src/eric7/Plugins/UiExtensionPlugins/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1749 "src/eric7/Plugins/VcsPlugins/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1750 "src/eric7/Plugins/VcsPlugins/vcsGit/Config.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1751 "src/eric7/Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1752 "src/eric7/Plugins/VcsPlugins/vcsGit/ConfigurationPage/Ui_GitPage.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1753 "src/eric7/Plugins/VcsPlugins/vcsGit/ConfigurationPage/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1754 "src/eric7/Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1755 "src/eric7/Plugins/VcsPlugins/vcsGit/GitApplyBundleDataDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1756 "src/eric7/Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1757 "src/eric7/Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1758 "src/eric7/Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1759 "src/eric7/Plugins/VcsPlugins/vcsGit/GitBlameDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1760 "src/eric7/Plugins/VcsPlugins/vcsGit/GitBranchDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1761 "src/eric7/Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1762 "src/eric7/Plugins/VcsPlugins/vcsGit/GitBundleDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1763 "src/eric7/Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1764 "src/eric7/Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1765 "src/eric7/Plugins/VcsPlugins/vcsGit/GitCommandDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1766 "src/eric7/Plugins/VcsPlugins/vcsGit/GitCommitDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1767 "src/eric7/Plugins/VcsPlugins/vcsGit/GitCopyDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1768 "src/eric7/Plugins/VcsPlugins/vcsGit/GitDescribeDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1769 "src/eric7/Plugins/VcsPlugins/vcsGit/GitDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1770 "src/eric7/Plugins/VcsPlugins/vcsGit/GitDiffDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1771 "src/eric7/Plugins/VcsPlugins/vcsGit/GitDiffGenerator.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1772 "src/eric7/Plugins/VcsPlugins/vcsGit/GitDiffHighlighter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1773 "src/eric7/Plugins/VcsPlugins/vcsGit/GitDiffParser.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1774 "src/eric7/Plugins/VcsPlugins/vcsGit/GitFetchDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1775 "src/eric7/Plugins/VcsPlugins/vcsGit/GitListDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1776 "src/eric7/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1777 "src/eric7/Plugins/VcsPlugins/vcsGit/GitMergeDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1778 "src/eric7/Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1779 "src/eric7/Plugins/VcsPlugins/vcsGit/GitOptionsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1780 "src/eric7/Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1781 "src/eric7/Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1782 "src/eric7/Plugins/VcsPlugins/vcsGit/GitPullDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1783 "src/eric7/Plugins/VcsPlugins/vcsGit/GitPushDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1784 "src/eric7/Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1785 "src/eric7/Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1786 "src/eric7/Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1787 "src/eric7/Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1788 "src/eric7/Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1789 "src/eric7/Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1790 "src/eric7/Plugins/VcsPlugins/vcsGit/GitStashDataDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1791 "src/eric7/Plugins/VcsPlugins/vcsGit/GitStatusDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1792 "src/eric7/Plugins/VcsPlugins/vcsGit/GitStatusMonitorThread.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1793 "src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1794 "src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1795 "src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesListDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1796 "src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1797 "src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1798 "src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesSyncDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1799 "src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1800 "src/eric7/Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1801 "src/eric7/Plugins/VcsPlugins/vcsGit/GitTagDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1802 "src/eric7/Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1803 "src/eric7/Plugins/VcsPlugins/vcsGit/GitUtilities.py",
9620
9563c83ce83d Version Control Systems - git
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9612
diff changeset
1804 "src/eric7/Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.py",
9563c83ce83d Version Control Systems - git
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9612
diff changeset
1805 "src/eric7/Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py",
9563c83ce83d Version Control Systems - git
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9612
diff changeset
1806 "src/eric7/Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1807 "src/eric7/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1808 "src/eric7/Plugins/VcsPlugins/vcsGit/ProjectHelper.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1809 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitAddRemoteDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1810 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitApplyBundleDataDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1811 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitArchiveDataDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1812 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitBisectLogBrowserDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1813 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitBisectStartDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1814 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitBlameDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1815 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitBranchDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1816 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitBranchPushDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1817 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitBundleDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1818 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitChangeRemoteUrlDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1819 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitCherryPickDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1820 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitCommandDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1821 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitCommitDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1822 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitCopyDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1823 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitDescribeDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1824 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1825 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitDiffDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1826 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitFetchDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1827 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitListDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1828 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitLogBrowserDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1829 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitMergeDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1830 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitNewProjectOptionsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1831 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitOptionsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1832 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitPatchFilesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1833 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitPatchStatisticsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1834 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitPullDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1835 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitPushDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1836 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitReflogBrowserDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1837 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitRemoteCredentialsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1838 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitRemoteRepositoriesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1839 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitRevisionSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1840 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitRevisionsSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1841 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitStashBrowserDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1842 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitStashDataDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1843 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitStatusDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1844 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitSubmoduleAddDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1845 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitSubmodulesDeinitDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1846 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitSubmodulesListDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1847 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitSubmodulesStatusDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1848 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitSubmodulesSummaryOptionsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1849 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitSubmodulesSyncDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1850 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitSubmodulesUpdateOptionsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1851 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitTagBranchListDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1852 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitTagDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1853 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitUserConfigDataDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1854 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitWorktreeAddDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1855 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitWorktreeDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1856 "src/eric7/Plugins/VcsPlugins/vcsGit/Ui_GitWorktreePathsDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1857 "src/eric7/Plugins/VcsPlugins/vcsGit/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1858 "src/eric7/Plugins/VcsPlugins/vcsGit/git.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1859 "src/eric7/Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/HgCloseHeadSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1860 "src/eric7/Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/ProjectHelper.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1861 "src/eric7/Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/Ui_HgCloseHeadSelectionDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1862 "src/eric7/Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1863 "src/eric7/Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1864 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Config.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1865 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1866 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/Ui_MercurialPage.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1867 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/__init__.py",
11075
282fc28b44ee Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11068
diff changeset
1868 "src/eric7/Plugins/VcsPlugins/vcsMercurial/FastexportExtension/HgFastexportConfigDialog.py",
282fc28b44ee Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11068
diff changeset
1869 "src/eric7/Plugins/VcsPlugins/vcsMercurial/FastexportExtension/ProjectHelper.py",
282fc28b44ee Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11068
diff changeset
1870 "src/eric7/Plugins/VcsPlugins/vcsMercurial/FastexportExtension/Ui_HgFastexportConfigDialog.py",
282fc28b44ee Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11068
diff changeset
1871 "src/eric7/Plugins/VcsPlugins/vcsMercurial/FastexportExtension/__init__.py",
282fc28b44ee Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11068
diff changeset
1872 "src/eric7/Plugins/VcsPlugins/vcsMercurial/FastexportExtension/fastexport.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1873 "src/eric7/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1874 "src/eric7/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1875 "src/eric7/Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1876 "src/eric7/Plugins/VcsPlugins/vcsMercurial/GpgExtension/Ui_HgGpgSignDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1877 "src/eric7/Plugins/VcsPlugins/vcsMercurial/GpgExtension/Ui_HgGpgSignaturesDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1878 "src/eric7/Plugins/VcsPlugins/vcsMercurial/GpgExtension/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1879 "src/eric7/Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1880 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1881 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1882 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1883 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1884 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1885 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1886 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1887 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1888 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1889 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1890 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgClient.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1891 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1892 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1893 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1894 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1895 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1896 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1897 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1898 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgDiffGenerator.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1899 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgDiffHighlighter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1900 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgExportDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1901 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgExtension.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1902 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectBrowserHelper.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1903 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1904 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1905 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgImportDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1906 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1907 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1908 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1909 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1910 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1911 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgRemoveSubrepositoriesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1912 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1913 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1914 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1915 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1916 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1917 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1918 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1919 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1920 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgTagDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1921 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1922 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1923 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostMinimumProtocolDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1924 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUtilities.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1925 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1926 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1927 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditEditor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1928 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1929 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1930 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/Ui_HgHisteditCommitEditor.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1931 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/Ui_HgHisteditConfigDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1932 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/Ui_HgHisteditPlanEditor.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1933 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1934 "src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1935 "src/eric7/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1936 "src/eric7/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfRevisionsInputDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1937 "src/eric7/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectBrowserHelper.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1938 "src/eric7/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1939 "src/eric7/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/Ui_LfConvertDataDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1940 "src/eric7/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/Ui_LfRevisionsInputDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1941 "src/eric7/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1942 "src/eric7/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1943 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1944 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py",
11068
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
1945 "src/eric7/Plugins/VcsPlugins/vcsMercurial/PurgeBuiltin/HgPurgeListDialog.py",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
1946 "src/eric7/Plugins/VcsPlugins/vcsMercurial/PurgeBuiltin/ProjectHelper.py",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
1947 "src/eric7/Plugins/VcsPlugins/vcsMercurial/PurgeBuiltin/Ui_HgPurgeListDialog.py",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
1948 "src/eric7/Plugins/VcsPlugins/vcsMercurial/PurgeBuiltin/__init__.py",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
1949 "src/eric7/Plugins/VcsPlugins/vcsMercurial/PurgeBuiltin/purge.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1950 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1951 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1952 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesGuardsSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1953 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1954 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListAllGuardsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1955 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1956 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1957 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1958 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1959 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1960 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1961 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/Ui_HgQueuesDefineGuardsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1962 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/Ui_HgQueuesFoldDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1963 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/Ui_HgQueuesGuardsSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1964 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/Ui_HgQueuesHeaderDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1965 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/Ui_HgQueuesListAllGuardsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1966 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/Ui_HgQueuesListDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1967 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/Ui_HgQueuesListGuardsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1968 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/Ui_HgQueuesNewPatchDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1969 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/Ui_HgQueuesQueueManagementDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1970 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/Ui_HgQueuesRenamePatchDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1971 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1972 "src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1973 "src/eric7/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1974 "src/eric7/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1975 "src/eric7/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/Ui_HgRebaseDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1976 "src/eric7/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
1977 "src/eric7/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/rebase.py",
11068
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
1978 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveBuiltin/HgShelveBrowserDialog.py",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
1979 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveBuiltin/HgShelveDataDialog.py",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
1980 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveBuiltin/HgShelvesSelectionDialog.py",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
1981 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveBuiltin/HgUnshelveDataDialog.py",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
1982 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveBuiltin/ProjectBrowserHelper.py",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
1983 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveBuiltin/ProjectHelper.py",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
1984 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveBuiltin/Ui_HgShelveBrowserDialog.py",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
1985 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveBuiltin/Ui_HgShelveDataDialog.py",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
1986 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveBuiltin/Ui_HgShelvesSelectionDialog.py",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
1987 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveBuiltin/Ui_HgUnshelveDataDialog.py",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
1988 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveBuiltin/__init__.py",
15f0385e0471 Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11067
diff changeset
1989 "src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveBuiltin/shelve.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1990 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgAddSubrepositoryDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1991 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgAnnotateDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1992 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgArchiveDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1993 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgBackoutDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1994 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgBookmarkDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1995 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgBookmarkRenameDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1996 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgBookmarksInOutDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1997 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgBookmarksListDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1998 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgBranchInputDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
1999 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgBundleDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2000 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgClientPromptDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2001 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgCommandDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2002 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgCommitDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2003 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgConflictsListDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2004 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgCopyDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2005 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2006 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgDiffDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2007 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgExportDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2008 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgGraftDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2009 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgImportDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2010 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgLogBrowserDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2011 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgMergeDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2012 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgMultiRevisionSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2013 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgNewProjectOptionsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2014 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgOptionsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2015 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgPhaseDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2016 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgRemoveSubrepositoriesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2017 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgRepoConfigDataDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2018 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgRevisionSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2019 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgRevisionsSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2020 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgStatusDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2021 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgSummaryDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2022 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgTagBranchListDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2023 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgTagDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2024 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgUserConfigDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2025 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgUserConfigHostFingerprintDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2026 "src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgUserConfigHostMinimumProtocolDialog.py",
11082
58838580274e Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11075
diff changeset
2027 "src/eric7/Plugins/VcsPlugins/vcsMercurial/UncommitExtension/HgUncommitDialog.py",
58838580274e Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11075
diff changeset
2028 "src/eric7/Plugins/VcsPlugins/vcsMercurial/UncommitExtension/ProjectBrowserHelper.py",
58838580274e Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11075
diff changeset
2029 "src/eric7/Plugins/VcsPlugins/vcsMercurial/UncommitExtension/ProjectHelper.py",
58838580274e Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11075
diff changeset
2030 "src/eric7/Plugins/VcsPlugins/vcsMercurial/UncommitExtension/Ui_HgUncommitDialog.py",
58838580274e Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11075
diff changeset
2031 "src/eric7/Plugins/VcsPlugins/vcsMercurial/UncommitExtension/__init__.py",
58838580274e Mercurial Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 11075
diff changeset
2032 "src/eric7/Plugins/VcsPlugins/vcsMercurial/UncommitExtension/uncommit.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2033 "src/eric7/Plugins/VcsPlugins/vcsMercurial/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2034 "src/eric7/Plugins/VcsPlugins/vcsMercurial/hg.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2035 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Config.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2036 "src/eric7/Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2037 "src/eric7/Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/Ui_SubversionPage.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2038 "src/eric7/Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2039 "src/eric7/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2040 "src/eric7/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2041 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2042 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2043 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2044 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2045 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnConst.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2046 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2047 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2048 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2049 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2050 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnDiffHighlighter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2051 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2052 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2053 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2054 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2055 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2056 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2057 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2058 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2059 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2060 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2061 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2062 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2063 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2064 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnStatusMonitorThread.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2065 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2066 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2067 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2068 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2069 "src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnUtilities.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2070 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnBlameDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2071 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnChangeListsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2072 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnCommandDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2073 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnCommitDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2074 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnCopyDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2075 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2076 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnDiffDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2077 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnLogBrowserDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2078 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnLoginDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2079 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnMergeDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2080 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnNewProjectOptionsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2081 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnOptionsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2082 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnPropDelDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2083 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnPropListDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2084 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnPropSetDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2085 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnRelocateDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2086 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnRepoBrowserDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2087 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnRevisionSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2088 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnStatusDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2089 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnSwitchDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2090 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnTagBranchListDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2091 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnTagDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2092 "src/eric7/Plugins/VcsPlugins/vcsPySvn/Ui_SvnUrlSelectionDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2093 "src/eric7/Plugins/VcsPlugins/vcsPySvn/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2094 "src/eric7/Plugins/VcsPlugins/vcsPySvn/subversion.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2095 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Config.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2096 "src/eric7/Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2097 "src/eric7/Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/Ui_SubversionPage.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2098 "src/eric7/Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2099 "src/eric7/Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2100 "src/eric7/Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2101 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2102 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2103 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2104 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2105 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2106 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2107 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2108 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnDiffHighlighter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2109 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2110 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2111 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2112 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2113 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2114 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2115 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2116 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2117 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2118 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2119 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnStatusMonitorThread.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2120 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2121 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2122 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2123 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2124 "src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnUtilities.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2125 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnBlameDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2126 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnChangeListsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2127 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnCommandDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2128 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnCommitDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2129 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnCopyDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2130 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2131 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnDiffDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2132 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnLogBrowserDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2133 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnMergeDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2134 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnNewProjectOptionsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2135 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnOptionsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2136 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnPropListDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2137 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnPropSetDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2138 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnRelocateDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2139 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnRepoBrowserDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2140 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnRevisionSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2141 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnStatusDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2142 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnSwitchDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2143 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnTagBranchListDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2144 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnTagDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2145 "src/eric7/Plugins/VcsPlugins/vcsSubversion/Ui_SvnUrlSelectionDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2146 "src/eric7/Plugins/VcsPlugins/vcsSubversion/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2147 "src/eric7/Plugins/VcsPlugins/vcsSubversion/subversion.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2148 "src/eric7/Plugins/ViewManagerPlugins/Listspace/Listspace.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2149 "src/eric7/Plugins/ViewManagerPlugins/Listspace/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2150 "src/eric7/Plugins/ViewManagerPlugins/Tabview/Tabview.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2151 "src/eric7/Plugins/ViewManagerPlugins/Tabview/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2152 "src/eric7/Plugins/ViewManagerPlugins/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2153 "src/eric7/Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2154 "src/eric7/Plugins/WizardPlugins/ColorDialogWizard/Ui_ColorDialogWizardDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2155 "src/eric7/Plugins/WizardPlugins/ColorDialogWizard/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2156 "src/eric7/Plugins/WizardPlugins/DotDesktopWizard/DotDesktopListSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2157 "src/eric7/Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2158 "src/eric7/Plugins/WizardPlugins/DotDesktopWizard/Ui_DotDesktopListSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2159 "src/eric7/Plugins/WizardPlugins/DotDesktopWizard/Ui_DotDesktopWizardDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2160 "src/eric7/Plugins/WizardPlugins/DotDesktopWizard/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2161 "src/eric7/Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2162 "src/eric7/Plugins/WizardPlugins/EricMessageBoxWizard/Ui_EricMessageBoxWizardDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2163 "src/eric7/Plugins/WizardPlugins/EricMessageBoxWizard/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2164 "src/eric7/Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2165 "src/eric7/Plugins/WizardPlugins/EricPluginWizard/Templates.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2166 "src/eric7/Plugins/WizardPlugins/EricPluginWizard/Ui_PluginWizardDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2167 "src/eric7/Plugins/WizardPlugins/EricPluginWizard/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2168 "src/eric7/Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2169 "src/eric7/Plugins/WizardPlugins/FileDialogWizard/Ui_FileDialogWizardDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2170 "src/eric7/Plugins/WizardPlugins/FileDialogWizard/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2171 "src/eric7/Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2172 "src/eric7/Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2173 "src/eric7/Plugins/WizardPlugins/FontDialogWizard/Ui_FontDialogOptionsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2174 "src/eric7/Plugins/WizardPlugins/FontDialogWizard/Ui_FontDialogWizardDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2175 "src/eric7/Plugins/WizardPlugins/FontDialogWizard/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2176 "src/eric7/Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2177 "src/eric7/Plugins/WizardPlugins/InputDialogWizard/Ui_InputDialogWizardDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2178 "src/eric7/Plugins/WizardPlugins/InputDialogWizard/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2179 "src/eric7/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2180 "src/eric7/Plugins/WizardPlugins/MessageBoxWizard/Ui_MessageBoxWizardDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2181 "src/eric7/Plugins/WizardPlugins/MessageBoxWizard/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2182 "src/eric7/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2183 "src/eric7/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2184 "src/eric7/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2185 "src/eric7/Plugins/WizardPlugins/PyRegExpWizard/Ui_PyRegExpWizardCharactersDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2186 "src/eric7/Plugins/WizardPlugins/PyRegExpWizard/Ui_PyRegExpWizardDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2187 "src/eric7/Plugins/WizardPlugins/PyRegExpWizard/Ui_PyRegExpWizardRepeatDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2188 "src/eric7/Plugins/WizardPlugins/PyRegExpWizard/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2189 "src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2190 "src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2191 "src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2192 "src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardServer.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2193 "src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/Ui_QRegularExpressionWizardCharactersDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2194 "src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/Ui_QRegularExpressionWizardDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2195 "src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/Ui_QRegularExpressionWizardRepeatDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2196 "src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2197 "src/eric7/Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2198 "src/eric7/Plugins/WizardPlugins/SetupWizard/AddProjectUrlDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2199 "src/eric7/Plugins/WizardPlugins/SetupWizard/SetupCfgUtilities.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2200 "src/eric7/Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2201 "src/eric7/Plugins/WizardPlugins/SetupWizard/Ui_AddEntryPointDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2202 "src/eric7/Plugins/WizardPlugins/SetupWizard/Ui_AddProjectUrlDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2203 "src/eric7/Plugins/WizardPlugins/SetupWizard/Ui_SetupWizardDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2204 "src/eric7/Plugins/WizardPlugins/SetupWizard/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2205 "src/eric7/Plugins/WizardPlugins/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2206 "src/eric7/Plugins/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2207 "src/eric7/Preferences/ConfigurationDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2208 "src/eric7/Preferences/ConfigurationPages/ApplicationPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2209 "src/eric7/Preferences/ConfigurationPages/CondaPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2210 "src/eric7/Preferences/ConfigurationPages/ConfigurationPageBase.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2211 "src/eric7/Preferences/ConfigurationPages/CooperationPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2212 "src/eric7/Preferences/ConfigurationPages/DebuggerGeneralPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2213 "src/eric7/Preferences/ConfigurationPages/DebuggerPython3Page.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2214 "src/eric7/Preferences/ConfigurationPages/DiffColoursPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2215 "src/eric7/Preferences/ConfigurationPages/EditorAPIsPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2216 "src/eric7/Preferences/ConfigurationPages/EditorAutoCompletionJediPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2217 "src/eric7/Preferences/ConfigurationPages/EditorAutocompletionPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2218 "src/eric7/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2219 "src/eric7/Preferences/ConfigurationPages/EditorCallTipsJediPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2220 "src/eric7/Preferences/ConfigurationPages/EditorCalltipsPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2221 "src/eric7/Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2222 "src/eric7/Preferences/ConfigurationPages/EditorDocViewerPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2223 "src/eric7/Preferences/ConfigurationPages/EditorExportersPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2224 "src/eric7/Preferences/ConfigurationPages/EditorFilePage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2225 "src/eric7/Preferences/ConfigurationPages/EditorGeneralPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2226 "src/eric7/Preferences/ConfigurationPages/EditorHighlightersPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2227 "src/eric7/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2228 "src/eric7/Preferences/ConfigurationPages/EditorHighlightingStylesSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2229 "src/eric7/Preferences/ConfigurationPages/EditorKeywordsPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2230 "src/eric7/Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2231 "src/eric7/Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2232 "src/eric7/Preferences/ConfigurationPages/EditorMouseClickHandlerPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2233 "src/eric7/Preferences/ConfigurationPages/EditorPropertiesPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2234 "src/eric7/Preferences/ConfigurationPages/EditorSearchPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2235 "src/eric7/Preferences/ConfigurationPages/EditorSpellCheckingPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2236 "src/eric7/Preferences/ConfigurationPages/EditorStylesPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2237 "src/eric7/Preferences/ConfigurationPages/EditorSyntaxPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2238 "src/eric7/Preferences/ConfigurationPages/EditorTypingPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2239 "src/eric7/Preferences/ConfigurationPages/EmailPage.py",
10531
3308e8349e4c Started implementing an eric-ide server for remote development (e.g. on a different host or in a Docker container).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10518
diff changeset
2240 "src/eric7/Preferences/ConfigurationPages/EricServerPage.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2241 "src/eric7/Preferences/ConfigurationPages/GraphicsPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2242 "src/eric7/Preferences/ConfigurationPages/HelpDocumentationPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2243 "src/eric7/Preferences/ConfigurationPages/HelpViewersPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2244 "src/eric7/Preferences/ConfigurationPages/HexEditorPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2245 "src/eric7/Preferences/ConfigurationPages/IconsPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2246 "src/eric7/Preferences/ConfigurationPages/IconsPreviewDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2247 "src/eric7/Preferences/ConfigurationPages/InterfaceLightPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2248 "src/eric7/Preferences/ConfigurationPages/InterfacePage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2249 "src/eric7/Preferences/ConfigurationPages/IrcPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2250 "src/eric7/Preferences/ConfigurationPages/LogViewerPage.py",
9971
773ad1f1ed22 Performed some 'ethical' changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9958
diff changeset
2251 "src/eric7/Preferences/ConfigurationPages/MainPasswordEntryDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2252 "src/eric7/Preferences/ConfigurationPages/MicroPythonPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2253 "src/eric7/Preferences/ConfigurationPages/MimeTypesPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2254 "src/eric7/Preferences/ConfigurationPages/MultiProjectPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2255 "src/eric7/Preferences/ConfigurationPages/NetworkPage.py",
10518
1682f3203ae5 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10507
diff changeset
2256 "src/eric7/Preferences/ConfigurationPages/NetworkProxyPage.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2257 "src/eric7/Preferences/ConfigurationPages/NotificationsPage.py",
9712
24bdc37413dd PDF Viewer
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9704
diff changeset
2258 "src/eric7/Preferences/ConfigurationPages/PdfViewerPage.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2259 "src/eric7/Preferences/ConfigurationPages/PipPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2260 "src/eric7/Preferences/ConfigurationPages/PluginManagerPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2261 "src/eric7/Preferences/ConfigurationPages/PrinterPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2262 "src/eric7/Preferences/ConfigurationPages/ProjectBrowserPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2263 "src/eric7/Preferences/ConfigurationPages/ProjectPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2264 "src/eric7/Preferences/ConfigurationPages/PythonPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2265 "src/eric7/Preferences/ConfigurationPages/QtPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2266 "src/eric7/Preferences/ConfigurationPages/SecurityPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2267 "src/eric7/Preferences/ConfigurationPages/ShellPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2268 "src/eric7/Preferences/ConfigurationPages/TasksPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2269 "src/eric7/Preferences/ConfigurationPages/TemplatesPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2270 "src/eric7/Preferences/ConfigurationPages/TrayStarterPage.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2271 "src/eric7/Preferences/ConfigurationPages/Ui_ApplicationPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2272 "src/eric7/Preferences/ConfigurationPages/Ui_CondaPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2273 "src/eric7/Preferences/ConfigurationPages/Ui_CooperationPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2274 "src/eric7/Preferences/ConfigurationPages/Ui_DebuggerGeneralPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2275 "src/eric7/Preferences/ConfigurationPages/Ui_DebuggerPython3Page.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2276 "src/eric7/Preferences/ConfigurationPages/Ui_DiffColoursPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2277 "src/eric7/Preferences/ConfigurationPages/Ui_EditorAPIsPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2278 "src/eric7/Preferences/ConfigurationPages/Ui_EditorAutoCompletionJediPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2279 "src/eric7/Preferences/ConfigurationPages/Ui_EditorAutocompletionPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2280 "src/eric7/Preferences/ConfigurationPages/Ui_EditorAutocompletionQScintillaPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2281 "src/eric7/Preferences/ConfigurationPages/Ui_EditorCallTipsJediPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2282 "src/eric7/Preferences/ConfigurationPages/Ui_EditorCalltipsPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2283 "src/eric7/Preferences/ConfigurationPages/Ui_EditorCalltipsQScintillaPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2284 "src/eric7/Preferences/ConfigurationPages/Ui_EditorDocViewerPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2285 "src/eric7/Preferences/ConfigurationPages/Ui_EditorExportersPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2286 "src/eric7/Preferences/ConfigurationPages/Ui_EditorFilePage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2287 "src/eric7/Preferences/ConfigurationPages/Ui_EditorGeneralPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2288 "src/eric7/Preferences/ConfigurationPages/Ui_EditorHighlightersPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2289 "src/eric7/Preferences/ConfigurationPages/Ui_EditorHighlightingStylesPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2290 "src/eric7/Preferences/ConfigurationPages/Ui_EditorHighlightingStylesSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2291 "src/eric7/Preferences/ConfigurationPages/Ui_EditorKeywordsPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2292 "src/eric7/Preferences/ConfigurationPages/Ui_EditorLanguageTabIndentOverrideDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2293 "src/eric7/Preferences/ConfigurationPages/Ui_EditorMouseClickHandlerJediPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2294 "src/eric7/Preferences/ConfigurationPages/Ui_EditorMouseClickHandlerPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2295 "src/eric7/Preferences/ConfigurationPages/Ui_EditorPropertiesPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2296 "src/eric7/Preferences/ConfigurationPages/Ui_EditorSearchPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2297 "src/eric7/Preferences/ConfigurationPages/Ui_EditorSpellCheckingPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2298 "src/eric7/Preferences/ConfigurationPages/Ui_EditorStylesPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2299 "src/eric7/Preferences/ConfigurationPages/Ui_EditorSyntaxPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2300 "src/eric7/Preferences/ConfigurationPages/Ui_EditorTypingPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2301 "src/eric7/Preferences/ConfigurationPages/Ui_EmailPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2302 "src/eric7/Preferences/ConfigurationPages/Ui_EricServerPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2303 "src/eric7/Preferences/ConfigurationPages/Ui_GraphicsPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2304 "src/eric7/Preferences/ConfigurationPages/Ui_HelpDocumentationPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2305 "src/eric7/Preferences/ConfigurationPages/Ui_HelpViewersPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2306 "src/eric7/Preferences/ConfigurationPages/Ui_HexEditorPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2307 "src/eric7/Preferences/ConfigurationPages/Ui_IconsPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2308 "src/eric7/Preferences/ConfigurationPages/Ui_IconsPreviewDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2309 "src/eric7/Preferences/ConfigurationPages/Ui_InterfaceLightPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2310 "src/eric7/Preferences/ConfigurationPages/Ui_InterfacePage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2311 "src/eric7/Preferences/ConfigurationPages/Ui_IrcPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2312 "src/eric7/Preferences/ConfigurationPages/Ui_LogViewerPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2313 "src/eric7/Preferences/ConfigurationPages/Ui_MainPasswordEntryDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2314 "src/eric7/Preferences/ConfigurationPages/Ui_MicroPythonPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2315 "src/eric7/Preferences/ConfigurationPages/Ui_MimeTypesPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2316 "src/eric7/Preferences/ConfigurationPages/Ui_MultiProjectPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2317 "src/eric7/Preferences/ConfigurationPages/Ui_NetworkPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2318 "src/eric7/Preferences/ConfigurationPages/Ui_NetworkProxyPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2319 "src/eric7/Preferences/ConfigurationPages/Ui_NotificationsPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2320 "src/eric7/Preferences/ConfigurationPages/Ui_PdfViewerPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2321 "src/eric7/Preferences/ConfigurationPages/Ui_PipPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2322 "src/eric7/Preferences/ConfigurationPages/Ui_PluginManagerPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2323 "src/eric7/Preferences/ConfigurationPages/Ui_PrinterPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2324 "src/eric7/Preferences/ConfigurationPages/Ui_ProjectBrowserPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2325 "src/eric7/Preferences/ConfigurationPages/Ui_ProjectPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2326 "src/eric7/Preferences/ConfigurationPages/Ui_PythonPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2327 "src/eric7/Preferences/ConfigurationPages/Ui_QtPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2328 "src/eric7/Preferences/ConfigurationPages/Ui_SecurityPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2329 "src/eric7/Preferences/ConfigurationPages/Ui_ShellPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2330 "src/eric7/Preferences/ConfigurationPages/Ui_TasksPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2331 "src/eric7/Preferences/ConfigurationPages/Ui_TemplatesPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2332 "src/eric7/Preferences/ConfigurationPages/Ui_TrayStarterPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2333 "src/eric7/Preferences/ConfigurationPages/Ui_VcsPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2334 "src/eric7/Preferences/ConfigurationPages/Ui_ViewmanagerPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2335 "src/eric7/Preferences/ConfigurationPages/Ui_WebBrowserAppearancePage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2336 "src/eric7/Preferences/ConfigurationPages/Ui_WebBrowserPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2337 "src/eric7/Preferences/ConfigurationPages/Ui_WebBrowserSpellCheckingPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2338 "src/eric7/Preferences/ConfigurationPages/Ui_WebBrowserVirusTotalPage.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2339 "src/eric7/Preferences/ConfigurationPages/VcsPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2340 "src/eric7/Preferences/ConfigurationPages/ViewmanagerPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2341 "src/eric7/Preferences/ConfigurationPages/WebBrowserAppearancePage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2342 "src/eric7/Preferences/ConfigurationPages/WebBrowserPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2343 "src/eric7/Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2344 "src/eric7/Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2345 "src/eric7/Preferences/ConfigurationPages/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2346 "src/eric7/Preferences/HighlightingStylesFile.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2347 "src/eric7/Preferences/MouseClickDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2348 "src/eric7/Preferences/PreferencesLexer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2349 "src/eric7/Preferences/ProgramsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2350 "src/eric7/Preferences/ShortcutDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2351 "src/eric7/Preferences/Shortcuts.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2352 "src/eric7/Preferences/ShortcutsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2353 "src/eric7/Preferences/ShortcutsFile.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2354 "src/eric7/Preferences/SubstyleDefinitionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2355 "src/eric7/Preferences/ThemeManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2356 "src/eric7/Preferences/ToolConfigurationDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2357 "src/eric7/Preferences/ToolGroupConfigurationDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2358 "src/eric7/Preferences/Ui_MouseClickDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2359 "src/eric7/Preferences/Ui_ProgramsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2360 "src/eric7/Preferences/Ui_ShortcutDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2361 "src/eric7/Preferences/Ui_ShortcutsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2362 "src/eric7/Preferences/Ui_SubstyleDefinitionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2363 "src/eric7/Preferences/Ui_ToolConfigurationDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2364 "src/eric7/Preferences/Ui_ToolGroupConfigurationDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2365 "src/eric7/Preferences/Ui_ViewProfileSidebarsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2366 "src/eric7/Preferences/Ui_ViewProfileToolboxesDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2367 "src/eric7/Preferences/ViewProfileDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2368 "src/eric7/Preferences/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2369 "src/eric7/Project/AddDirectoryDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2370 "src/eric7/Project/AddFileDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2371 "src/eric7/Project/AddFoundFilesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2372 "src/eric7/Project/AddLanguageDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2373 "src/eric7/Project/CreateDialogCodeDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2374 "src/eric7/Project/DebuggerPropertiesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2375 "src/eric7/Project/DebuggerPropertiesFile.py",
9520
e12589f1d408 Continued refactoring of the project browser related code in order to extract some as plugins later on (added a file category repository to the Project class).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9508
diff changeset
2376 "src/eric7/Project/FileCategoryRepositoryItem.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2377 "src/eric7/Project/FiletypeAssociationDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2378 "src/eric7/Project/LexerAssociationDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2379 "src/eric7/Project/MakePropertiesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2380 "src/eric7/Project/NewDialogClassDialog.py",
10845
bbcad422aea7 Project Viewer
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10816
diff changeset
2381 "src/eric7/Project/NewDirectoryDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2382 "src/eric7/Project/NewPythonPackageDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2383 "src/eric7/Project/Project.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2384 "src/eric7/Project/ProjectBaseBrowser.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2385 "src/eric7/Project/ProjectBrowser.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2386 "src/eric7/Project/ProjectBrowserModel.py",
9524
6a730f4d0080 Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9520
diff changeset
2387 "src/eric7/Project/ProjectBrowserRepositoryItem.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2388 "src/eric7/Project/ProjectBrowserSortFilterProxyModel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2389 "src/eric7/Project/ProjectFile.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2390 "src/eric7/Project/ProjectFormsBrowser.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2391 "src/eric7/Project/ProjectOthersBrowser.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2392 "src/eric7/Project/ProjectResourcesBrowser.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2393 "src/eric7/Project/ProjectSourcesBrowser.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2394 "src/eric7/Project/ProjectTranslationsBrowser.py",
9323
6ae7193558ac Project
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9311
diff changeset
2395 "src/eric7/Project/ProjectVenvConfigurationDialog.py",
9389
7b2344009d7a Project
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9381
diff changeset
2396 "src/eric7/Project/ProjectVenvCreationParametersDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2397 "src/eric7/Project/PropertiesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2398 "src/eric7/Project/QuickFindFileDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2399 "src/eric7/Project/RccCompilerOptionsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2400 "src/eric7/Project/SpellingPropertiesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2401 "src/eric7/Project/TranslationPropertiesDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2402 "src/eric7/Project/Ui_AddDirectoryDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2403 "src/eric7/Project/Ui_AddFileDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2404 "src/eric7/Project/Ui_AddFoundFilesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2405 "src/eric7/Project/Ui_AddLanguageDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2406 "src/eric7/Project/Ui_CreateDialogCodeDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2407 "src/eric7/Project/Ui_DebuggerPropertiesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2408 "src/eric7/Project/Ui_FiletypeAssociationDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2409 "src/eric7/Project/Ui_LexerAssociationDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2410 "src/eric7/Project/Ui_MakePropertiesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2411 "src/eric7/Project/Ui_NewDialogClassDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2412 "src/eric7/Project/Ui_NewPythonPackageDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2413 "src/eric7/Project/Ui_ProjectVenvConfigurationDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2414 "src/eric7/Project/Ui_ProjectVenvCreationParametersDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2415 "src/eric7/Project/Ui_PropertiesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2416 "src/eric7/Project/Ui_QuickFindFile.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2417 "src/eric7/Project/Ui_RccCompilerOptionsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2418 "src/eric7/Project/Ui_SpellingPropertiesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2419 "src/eric7/Project/Ui_TranslationPropertiesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2420 "src/eric7/Project/Ui_UicCompilerOptionsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2421 "src/eric7/Project/Ui_UserPropertiesDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2422 "src/eric7/Project/UicCompilerOptionsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2423 "src/eric7/Project/UicLoadUi5.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2424 "src/eric7/Project/UicLoadUi6.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2425 "src/eric7/Project/UserProjectFile.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2426 "src/eric7/Project/UserPropertiesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2427 "src/eric7/Project/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2428 "src/eric7/QScintilla/APIsManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2429 "src/eric7/QScintilla/DocstringGenerator/BaseDocstringGenerator.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2430 "src/eric7/QScintilla/DocstringGenerator/EricdocGenerator.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2431 "src/eric7/QScintilla/DocstringGenerator/GoogledocGenerator.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2432 "src/eric7/QScintilla/DocstringGenerator/NumpydocGenerator.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2433 "src/eric7/QScintilla/DocstringGenerator/PyDocstringGenerator.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2434 "src/eric7/QScintilla/DocstringGenerator/SphinxdocGenerator.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2435 "src/eric7/QScintilla/DocstringGenerator/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2436 "src/eric7/QScintilla/Editor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2437 "src/eric7/QScintilla/EditorAssembly.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2438 "src/eric7/QScintilla/EditorButtonsWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2439 "src/eric7/QScintilla/EditorMarkerMap.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2440 "src/eric7/QScintilla/EditorOutline.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2441 "src/eric7/QScintilla/EditorOutlineModel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2442 "src/eric7/QScintilla/EditorOutlineSizesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2443 "src/eric7/QScintilla/Exporters/ExporterBase.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2444 "src/eric7/QScintilla/Exporters/ExporterHTML.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2445 "src/eric7/QScintilla/Exporters/ExporterODT.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2446 "src/eric7/QScintilla/Exporters/ExporterPDF.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2447 "src/eric7/QScintilla/Exporters/ExporterRTF.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2448 "src/eric7/QScintilla/Exporters/ExporterTEX.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2449 "src/eric7/QScintilla/Exporters/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2450 "src/eric7/QScintilla/GotoDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2451 "src/eric7/QScintilla/KeySequenceTranslator.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2452 "src/eric7/QScintilla/Lexers/Lexer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2453 "src/eric7/QScintilla/Lexers/LexerBash.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2454 "src/eric7/QScintilla/Lexers/LexerBatch.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2455 "src/eric7/QScintilla/Lexers/LexerCMake.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2456 "src/eric7/QScintilla/Lexers/LexerCPP.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2457 "src/eric7/QScintilla/Lexers/LexerCSS.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2458 "src/eric7/QScintilla/Lexers/LexerCSharp.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2459 "src/eric7/QScintilla/Lexers/LexerCoffeeScript.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2460 "src/eric7/QScintilla/Lexers/LexerContainer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2461 "src/eric7/QScintilla/Lexers/LexerD.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2462 "src/eric7/QScintilla/Lexers/LexerDiff.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2463 "src/eric7/QScintilla/Lexers/LexerFortran.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2464 "src/eric7/QScintilla/Lexers/LexerFortran77.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2465 "src/eric7/QScintilla/Lexers/LexerHTML.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2466 "src/eric7/QScintilla/Lexers/LexerJSON.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2467 "src/eric7/QScintilla/Lexers/LexerJava.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2468 "src/eric7/QScintilla/Lexers/LexerJavaScript.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2469 "src/eric7/QScintilla/Lexers/LexerLua.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2470 "src/eric7/QScintilla/Lexers/LexerMakefile.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2471 "src/eric7/QScintilla/Lexers/LexerMarkdown.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2472 "src/eric7/QScintilla/Lexers/LexerMatlab.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2473 "src/eric7/QScintilla/Lexers/LexerOctave.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2474 "src/eric7/QScintilla/Lexers/LexerPO.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2475 "src/eric7/QScintilla/Lexers/LexerPOV.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2476 "src/eric7/QScintilla/Lexers/LexerPascal.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2477 "src/eric7/QScintilla/Lexers/LexerPerl.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2478 "src/eric7/QScintilla/Lexers/LexerPostScript.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2479 "src/eric7/QScintilla/Lexers/LexerProperties.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2480 "src/eric7/QScintilla/Lexers/LexerPygments.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2481 "src/eric7/QScintilla/Lexers/LexerPython.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2482 "src/eric7/QScintilla/Lexers/LexerQSS.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2483 "src/eric7/QScintilla/Lexers/LexerRuby.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2484 "src/eric7/QScintilla/Lexers/LexerSQL.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2485 "src/eric7/QScintilla/Lexers/LexerTCL.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2486 "src/eric7/QScintilla/Lexers/LexerTeX.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2487 "src/eric7/QScintilla/Lexers/LexerVHDL.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2488 "src/eric7/QScintilla/Lexers/LexerXML.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2489 "src/eric7/QScintilla/Lexers/LexerYAML.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2490 "src/eric7/QScintilla/Lexers/SubstyledLexer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2491 "src/eric7/QScintilla/Lexers/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2492 "src/eric7/QScintilla/MarkupProviders/HtmlProvider.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2493 "src/eric7/QScintilla/MarkupProviders/HyperlinkMarkupDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2494 "src/eric7/QScintilla/MarkupProviders/ImageMarkupDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2495 "src/eric7/QScintilla/MarkupProviders/MarkdownProvider.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2496 "src/eric7/QScintilla/MarkupProviders/MarkupBase.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2497 "src/eric7/QScintilla/MarkupProviders/RestructuredTextProvider.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2498 "src/eric7/QScintilla/MarkupProviders/Ui_HyperlinkMarkupDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2499 "src/eric7/QScintilla/MarkupProviders/Ui_ImageMarkupDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2500 "src/eric7/QScintilla/MarkupProviders/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2501 "src/eric7/QScintilla/MiniEditor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2502 "src/eric7/QScintilla/Printer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2503 "src/eric7/QScintilla/QsciScintillaCompat.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2504 "src/eric7/QScintilla/SearchReplaceWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2505 "src/eric7/QScintilla/Shell.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2506 "src/eric7/QScintilla/ShellHistoryDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2507 "src/eric7/QScintilla/ShellWindow.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2508 "src/eric7/QScintilla/SortOptionsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2509 "src/eric7/QScintilla/SpellChecker.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2510 "src/eric7/QScintilla/SpellCheckingDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2511 "src/eric7/QScintilla/SpellingDictionaryEditDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2512 "src/eric7/QScintilla/TypingCompleters/CompleterBase.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2513 "src/eric7/QScintilla/TypingCompleters/CompleterPython.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2514 "src/eric7/QScintilla/TypingCompleters/CompleterRuby.py",
10201
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10194
diff changeset
2515 "src/eric7/QScintilla/TypingCompleters/CompleterToml.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2516 "src/eric7/QScintilla/TypingCompleters/CompleterYaml.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2517 "src/eric7/QScintilla/TypingCompleters/__init__.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2518 "src/eric7/QScintilla/Ui_EditorOutlineSizesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2519 "src/eric7/QScintilla/Ui_GotoDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2520 "src/eric7/QScintilla/Ui_SearchReplaceWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2521 "src/eric7/QScintilla/Ui_ShellHistoryDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2522 "src/eric7/QScintilla/Ui_SortOptionsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2523 "src/eric7/QScintilla/Ui_SpellCheckingDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2524 "src/eric7/QScintilla/Ui_SpellingDictionaryEditDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2525 "src/eric7/QScintilla/Ui_ZoomDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2526 "src/eric7/QScintilla/ZoomDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2527 "src/eric7/QScintilla/__init__.py",
9686
2eee7a645cba Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9674
diff changeset
2528 "src/eric7/QtHelpInterface/HelpDocsInstaller.py",
2eee7a645cba Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9674
diff changeset
2529 "src/eric7/QtHelpInterface/HelpIndexWidget.py",
2eee7a645cba Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9674
diff changeset
2530 "src/eric7/QtHelpInterface/HelpSearchWidget.py",
2eee7a645cba Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9674
diff changeset
2531 "src/eric7/QtHelpInterface/HelpTocWidget.py",
2eee7a645cba Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9674
diff changeset
2532 "src/eric7/QtHelpInterface/HelpTopicDialog.py",
2eee7a645cba Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9674
diff changeset
2533 "src/eric7/QtHelpInterface/QtHelpDocumentationConfigurationDialog.py",
2eee7a645cba Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9674
diff changeset
2534 "src/eric7/QtHelpInterface/QtHelpDocumentationSelectionDialog.py",
2eee7a645cba Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9674
diff changeset
2535 "src/eric7/QtHelpInterface/QtHelpDocumentationSettings.py",
2eee7a645cba Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9674
diff changeset
2536 "src/eric7/QtHelpInterface/QtHelpDocumentationSettingsWidget.py",
2eee7a645cba Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9674
diff changeset
2537 "src/eric7/QtHelpInterface/QtHelpSchemeHandler.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2538 "src/eric7/QtHelpInterface/Ui_HelpTopicDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2539 "src/eric7/QtHelpInterface/Ui_QtHelpDocumentationConfigurationDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2540 "src/eric7/QtHelpInterface/Ui_QtHelpDocumentationSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2541 "src/eric7/QtHelpInterface/Ui_QtHelpDocumentationSettingsWidget.py",
9686
2eee7a645cba Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9674
diff changeset
2542 "src/eric7/QtHelpInterface/__init__.py",
10531
3308e8349e4c Started implementing an eric-ide server for remote development (e.g. on a different host or in a Docker container).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10518
diff changeset
2543 "src/eric7/RemoteServer/EricRequestCategory.py",
3308e8349e4c Started implementing an eric-ide server for remote development (e.g. on a different host or in a Docker container).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10518
diff changeset
2544 "src/eric7/RemoteServer/EricServer.py",
10772
036bb8a1b02f Committed the forgotten modification of the project file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10718
diff changeset
2545 "src/eric7/RemoteServer/EricServerBaseRequestHandler.py",
10574
622e59b51640 Implemented the profiling and code coverage interface of the dialogs to the eric-ide server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10555
diff changeset
2546 "src/eric7/RemoteServer/EricServerCoverageRequestHandler.py",
10555
08e853c0c77b Implemented an eric-ide Server Shell.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10539
diff changeset
2547 "src/eric7/RemoteServer/EricServerDebuggerRequestHandler.py",
10774
7f7ff7456904 Created a handler and interface for remote handling 'editor config' files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10772
diff changeset
2548 "src/eric7/RemoteServer/EricServerEditorConfigRequestHandler.py",
10539
4274f189ff78 eric-ide Server
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10531
diff changeset
2549 "src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py",
10531
3308e8349e4c Started implementing an eric-ide server for remote development (e.g. on a different host or in a Docker container).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10518
diff changeset
2550 "src/eric7/RemoteServer/__init__.py",
3308e8349e4c Started implementing an eric-ide server for remote development (e.g. on a different host or in a Docker container).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10518
diff changeset
2551 "src/eric7/RemoteServerInterface/EricServerConnectionDialog.py",
10574
622e59b51640 Implemented the profiling and code coverage interface of the dialogs to the eric-ide server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10555
diff changeset
2552 "src/eric7/RemoteServerInterface/EricServerCoverageInterface.py",
10555
08e853c0c77b Implemented an eric-ide Server Shell.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10539
diff changeset
2553 "src/eric7/RemoteServerInterface/EricServerDebuggerInterface.py",
10774
7f7ff7456904 Created a handler and interface for remote handling 'editor config' files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10772
diff changeset
2554 "src/eric7/RemoteServerInterface/EricServerEditorConfigInterface.py",
10539
4274f189ff78 eric-ide Server
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10531
diff changeset
2555 "src/eric7/RemoteServerInterface/EricServerFileDialog.py",
4274f189ff78 eric-ide Server
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10531
diff changeset
2556 "src/eric7/RemoteServerInterface/EricServerFileSystemInterface.py",
10531
3308e8349e4c Started implementing an eric-ide server for remote development (e.g. on a different host or in a Docker container).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10518
diff changeset
2557 "src/eric7/RemoteServerInterface/EricServerInterface.py",
3308e8349e4c Started implementing an eric-ide server for remote development (e.g. on a different host or in a Docker container).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10518
diff changeset
2558 "src/eric7/RemoteServerInterface/EricServerProfilesDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2559 "src/eric7/RemoteServerInterface/Ui_EricServerConnectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2560 "src/eric7/RemoteServerInterface/Ui_EricServerFileDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2561 "src/eric7/RemoteServerInterface/Ui_EricServerProfilesDialog.py",
10531
3308e8349e4c Started implementing an eric-ide server for remote development (e.g. on a different host or in a Docker container).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10518
diff changeset
2562 "src/eric7/RemoteServerInterface/__init__.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2563 "src/eric7/Sessions/SessionFile.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2564 "src/eric7/Sessions/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2565 "src/eric7/Snapshot/SnapWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2566 "src/eric7/Snapshot/SnapshotDefaultGrabber.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2567 "src/eric7/Snapshot/SnapshotFreehandGrabber.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2568 "src/eric7/Snapshot/SnapshotModes.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2569 "src/eric7/Snapshot/SnapshotPreview.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2570 "src/eric7/Snapshot/SnapshotRegionGrabber.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2571 "src/eric7/Snapshot/SnapshotTimer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2572 "src/eric7/Snapshot/SnapshotWaylandGrabber.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2573 "src/eric7/Snapshot/Ui_SnapWidget.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2574 "src/eric7/Snapshot/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2575 "src/eric7/SqlBrowser/SqlBrowser.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2576 "src/eric7/SqlBrowser/SqlBrowserWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2577 "src/eric7/SqlBrowser/SqlConnectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2578 "src/eric7/SqlBrowser/SqlConnectionWidget.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2579 "src/eric7/SqlBrowser/Ui_SqlBrowserWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2580 "src/eric7/SqlBrowser/Ui_SqlConnectionDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2581 "src/eric7/SqlBrowser/__init__.py",
9624
b47dfa7a137d Refactored the Utilities and Globals modules in order to enhance the maintainability.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9620
diff changeset
2582 "src/eric7/SystemUtilities/DesktopUtilities.py",
b47dfa7a137d Refactored the Utilities and Globals modules in order to enhance the maintainability.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9620
diff changeset
2583 "src/eric7/SystemUtilities/FileSystemUtilities.py",
b47dfa7a137d Refactored the Utilities and Globals modules in order to enhance the maintainability.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9620
diff changeset
2584 "src/eric7/SystemUtilities/OSUtilities.py",
b47dfa7a137d Refactored the Utilities and Globals modules in order to enhance the maintainability.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9620
diff changeset
2585 "src/eric7/SystemUtilities/PySideImporter.py",
b47dfa7a137d Refactored the Utilities and Globals modules in order to enhance the maintainability.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9620
diff changeset
2586 "src/eric7/SystemUtilities/PythonUtilities.py",
b47dfa7a137d Refactored the Utilities and Globals modules in order to enhance the maintainability.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9620
diff changeset
2587 "src/eric7/SystemUtilities/QtUtilities.py",
10046
35b27af462ef Code Style Checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10022
diff changeset
2588 "src/eric7/SystemUtilities/SysUtilities.py",
9624
b47dfa7a137d Refactored the Utilities and Globals modules in order to enhance the maintainability.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9620
diff changeset
2589 "src/eric7/SystemUtilities/__init__.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2590 "src/eric7/Tasks/Task.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2591 "src/eric7/Tasks/TaskFilter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2592 "src/eric7/Tasks/TaskFilterConfigDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2593 "src/eric7/Tasks/TaskPropertiesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2594 "src/eric7/Tasks/TaskViewer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2595 "src/eric7/Tasks/TasksFile.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2596 "src/eric7/Tasks/Ui_TaskFilterConfigDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2597 "src/eric7/Tasks/Ui_TaskPropertiesDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2598 "src/eric7/Tasks/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2599 "src/eric7/Templates/TemplateMultipleVariablesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2600 "src/eric7/Templates/TemplatePropertiesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2601 "src/eric7/Templates/TemplateSingleVariableDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2602 "src/eric7/Templates/TemplateViewer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2603 "src/eric7/Templates/TemplatesFile.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2604 "src/eric7/Templates/Ui_TemplatePropertiesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2605 "src/eric7/Templates/Ui_TemplateSingleVariableDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2606 "src/eric7/Templates/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2607 "src/eric7/Testing/Interfaces/PytestExecutor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2608 "src/eric7/Testing/Interfaces/PytestRunner.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2609 "src/eric7/Testing/Interfaces/TestExecutorBase.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2610 "src/eric7/Testing/Interfaces/TestFrameworkRegistry.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2611 "src/eric7/Testing/Interfaces/UnittestExecutor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2612 "src/eric7/Testing/Interfaces/UnittestRunner.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2613 "src/eric7/Testing/Interfaces/__init__.py",
9311
8e588f403fd9 Testing
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9266
diff changeset
2614 "src/eric7/Testing/MarkersWindow.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2615 "src/eric7/Testing/TestResultsTree.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2616 "src/eric7/Testing/TestingWidget.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2617 "src/eric7/Testing/Ui_MarkersWindow.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2618 "src/eric7/Testing/Ui_TestingWidget.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2619 "src/eric7/Testing/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2620 "src/eric7/Toolbox/SingleApplication.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2621 "src/eric7/Toolbox/Startup.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2622 "src/eric7/Toolbox/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2623 "src/eric7/Tools/TRPreviewer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2624 "src/eric7/Tools/TRSingleApplication.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2625 "src/eric7/Tools/TrayStarter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2626 "src/eric7/Tools/UIPreviewer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2627 "src/eric7/Tools/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2628 "src/eric7/Tools/webBrowserSupport.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2629 "src/eric7/UI/Browser.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2630 "src/eric7/UI/BrowserModel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2631 "src/eric7/UI/BrowserSortFilterProxyModel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2632 "src/eric7/UI/ClearPrivateDataDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2633 "src/eric7/UI/CodeDocumentationViewer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2634 "src/eric7/UI/CodeDocumentationViewerTemplate.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2635 "src/eric7/UI/CompareDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2636 "src/eric7/UI/DeleteFilesConfirmationDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2637 "src/eric7/UI/DiffDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2638 "src/eric7/UI/DiffHighlighter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2639 "src/eric7/UI/EmailDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2640 "src/eric7/UI/ErrorLogDialog.py",
10492
53eac4c7d10b Find In Files
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10410
diff changeset
2641 "src/eric7/UI/FindFileFilterPropertiesDialog.py",
53eac4c7d10b Find In Files
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10410
diff changeset
2642 "src/eric7/UI/FindFileFiltersEditDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2643 "src/eric7/UI/FindFileWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2644 "src/eric7/UI/FindLocationWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2645 "src/eric7/UI/Info.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2646 "src/eric7/UI/InstallInfoDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2647 "src/eric7/UI/LogView.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2648 "src/eric7/UI/NotificationWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2649 "src/eric7/UI/NumbersWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2650 "src/eric7/UI/Previewer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2651 "src/eric7/UI/Previewers/MarkdownExtensions.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2652 "src/eric7/UI/Previewers/PreviewerHTML.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2653 "src/eric7/UI/Previewers/PreviewerHTMLStyles.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2654 "src/eric7/UI/Previewers/PreviewerQSS.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2655 "src/eric7/UI/Previewers/Ui_PreviewerQSS.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2656 "src/eric7/UI/Previewers/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2657 "src/eric7/UI/PythonAstViewer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2658 "src/eric7/UI/PythonDisViewer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2659 "src/eric7/UI/SearchWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2660 "src/eric7/UI/SplashScreen.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2661 "src/eric7/UI/SymbolsWidget.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2662 "src/eric7/UI/Ui_ClearPrivateDataDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2663 "src/eric7/UI/Ui_CompareDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2664 "src/eric7/UI/Ui_DeleteFilesConfirmationDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2665 "src/eric7/UI/Ui_DiffDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2666 "src/eric7/UI/Ui_EmailDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2667 "src/eric7/UI/Ui_ErrorLogDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2668 "src/eric7/UI/Ui_FindFileFilterPropertiesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2669 "src/eric7/UI/Ui_FindFileFiltersEditDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2670 "src/eric7/UI/Ui_FindFileWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2671 "src/eric7/UI/Ui_FindLocationWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2672 "src/eric7/UI/Ui_InstallInfoDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2673 "src/eric7/UI/Ui_NotificationFrame.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2674 "src/eric7/UI/Ui_NumbersWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2675 "src/eric7/UI/Ui_PythonDisViewer.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2676 "src/eric7/UI/Ui_SearchWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2677 "src/eric7/UI/Ui_SearchWidgetLine.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2678 "src/eric7/UI/Ui_SymbolsWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2679 "src/eric7/UI/Ui_VersionsDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2680 "src/eric7/UI/UserInterface.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2681 "src/eric7/UI/VersionsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2682 "src/eric7/UI/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2683 "src/eric7/UI/data/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2684 "src/eric7/UI/upgrader.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2685 "src/eric7/Utilities/AutoSaver.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2686 "src/eric7/Utilities/BackgroundClient.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2687 "src/eric7/Utilities/BackgroundService.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2688 "src/eric7/Utilities/ClassBrowsers/ClbrBaseClasses.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2689 "src/eric7/Utilities/ClassBrowsers/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2690 "src/eric7/Utilities/ClassBrowsers/pyclbr.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2691 "src/eric7/Utilities/ClassBrowsers/rbclbr.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2692 "src/eric7/Utilities/FtpUtilities.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2693 "src/eric7/Utilities/GetSysPath.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2694 "src/eric7/Utilities/MimeTypes.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2695 "src/eric7/Utilities/ModuleParser.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2696 "src/eric7/Utilities/MouseUtilities.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2697 "src/eric7/Utilities/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2698 "src/eric7/Utilities/uic.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2699 "src/eric7/VCS/CommandOptionsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2700 "src/eric7/VCS/ProjectBrowserHelper.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2701 "src/eric7/VCS/ProjectHelper.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2702 "src/eric7/VCS/RepositoryInfoDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2703 "src/eric7/VCS/StatusMonitorLed.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2704 "src/eric7/VCS/StatusMonitorThread.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2705 "src/eric7/VCS/StatusWidget.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2706 "src/eric7/VCS/Ui_CommandOptionsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2707 "src/eric7/VCS/Ui_RepositoryInfoDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2708 "src/eric7/VCS/VersionControl.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2709 "src/eric7/VCS/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2710 "src/eric7/ViewManager/BookmarkedFilesDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2711 "src/eric7/ViewManager/Ui_BookmarkedFilesDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2712 "src/eric7/ViewManager/ViewManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2713 "src/eric7/ViewManager/__init__.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2714 "src/eric7/VirtualEnv/Ui_VirtualenvAddEditDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2715 "src/eric7/VirtualEnv/Ui_VirtualenvConfigurationDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2716 "src/eric7/VirtualEnv/Ui_VirtualenvExecDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2717 "src/eric7/VirtualEnv/Ui_VirtualenvInterpreterSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2718 "src/eric7/VirtualEnv/Ui_VirtualenvManagerWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2719 "src/eric7/VirtualEnv/Ui_VirtualenvNameDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2720 "src/eric7/VirtualEnv/Ui_VirtualenvUpgradeConfigurationDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2721 "src/eric7/VirtualEnv/VirtualenvAddEditDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2722 "src/eric7/VirtualEnv/VirtualenvConfigurationDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2723 "src/eric7/VirtualEnv/VirtualenvExecDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2724 "src/eric7/VirtualEnv/VirtualenvInterpreterSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2725 "src/eric7/VirtualEnv/VirtualenvManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2726 "src/eric7/VirtualEnv/VirtualenvManagerWidgets.py",
10194
2c26b4fe25db Refactored the 'VirtualEnv' code for better maintainability.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10192
diff changeset
2727 "src/eric7/VirtualEnv/VirtualenvMeta.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2728 "src/eric7/VirtualEnv/VirtualenvNameDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2729 "src/eric7/VirtualEnv/VirtualenvUpgradeConfigurationDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2730 "src/eric7/VirtualEnv/VirtualenvUpgradeExecDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2731 "src/eric7/VirtualEnv/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2732 "src/eric7/WebBrowser/AdBlock/AdBlockDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2733 "src/eric7/WebBrowser/AdBlock/AdBlockExceptionsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2734 "src/eric7/WebBrowser/AdBlock/AdBlockIcon.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2735 "src/eric7/WebBrowser/AdBlock/AdBlockManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2736 "src/eric7/WebBrowser/AdBlock/AdBlockMatcher.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2737 "src/eric7/WebBrowser/AdBlock/AdBlockPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2738 "src/eric7/WebBrowser/AdBlock/AdBlockRule.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2739 "src/eric7/WebBrowser/AdBlock/AdBlockSearchTree.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2740 "src/eric7/WebBrowser/AdBlock/AdBlockSubscription.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2741 "src/eric7/WebBrowser/AdBlock/AdBlockTreeWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2742 "src/eric7/WebBrowser/AdBlock/AdBlockUrlInterceptor.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2743 "src/eric7/WebBrowser/AdBlock/Ui_AdBlockDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2744 "src/eric7/WebBrowser/AdBlock/Ui_AdBlockExceptionsDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2745 "src/eric7/WebBrowser/AdBlock/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2746 "src/eric7/WebBrowser/AutoScroll/AutoScroller.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2747 "src/eric7/WebBrowser/AutoScroll/FrameScroller.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2748 "src/eric7/WebBrowser/AutoScroll/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2749 "src/eric7/WebBrowser/Bookmarks/AddBookmarkDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2750 "src/eric7/WebBrowser/Bookmarks/BookmarkNode.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2751 "src/eric7/WebBrowser/Bookmarks/BookmarkPropertiesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2752 "src/eric7/WebBrowser/Bookmarks/BookmarksDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2753 "src/eric7/WebBrowser/Bookmarks/BookmarksImportDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2754 "src/eric7/WebBrowser/Bookmarks/BookmarksImporters/BookmarksImporter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2755 "src/eric7/WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2756 "src/eric7/WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2757 "src/eric7/WebBrowser/Bookmarks/BookmarksImporters/HtmlImporter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2758 "src/eric7/WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2759 "src/eric7/WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2760 "src/eric7/WebBrowser/Bookmarks/BookmarksImporters/SafariImporter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2761 "src/eric7/WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2762 "src/eric7/WebBrowser/Bookmarks/BookmarksImporters/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2763 "src/eric7/WebBrowser/Bookmarks/BookmarksManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2764 "src/eric7/WebBrowser/Bookmarks/BookmarksMenu.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2765 "src/eric7/WebBrowser/Bookmarks/BookmarksModel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2766 "src/eric7/WebBrowser/Bookmarks/BookmarksToolBar.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2767 "src/eric7/WebBrowser/Bookmarks/NsHtmlReader.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2768 "src/eric7/WebBrowser/Bookmarks/NsHtmlWriter.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2769 "src/eric7/WebBrowser/Bookmarks/Ui_AddBookmarkDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2770 "src/eric7/WebBrowser/Bookmarks/Ui_BookmarkPropertiesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2771 "src/eric7/WebBrowser/Bookmarks/Ui_BookmarksDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2772 "src/eric7/WebBrowser/Bookmarks/Ui_BookmarksImportDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2773 "src/eric7/WebBrowser/Bookmarks/XbelReader.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2774 "src/eric7/WebBrowser/Bookmarks/XbelWriter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2775 "src/eric7/WebBrowser/Bookmarks/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2776 "src/eric7/WebBrowser/ClosedTabsManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2777 "src/eric7/WebBrowser/CookieJar/CookieExceptionsModel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2778 "src/eric7/WebBrowser/CookieJar/CookieJar.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2779 "src/eric7/WebBrowser/CookieJar/CookiesConfigurationDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2780 "src/eric7/WebBrowser/CookieJar/CookiesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2781 "src/eric7/WebBrowser/CookieJar/CookiesExceptionsDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2782 "src/eric7/WebBrowser/CookieJar/Ui_CookieDetailsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2783 "src/eric7/WebBrowser/CookieJar/Ui_CookiesConfigurationDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2784 "src/eric7/WebBrowser/CookieJar/Ui_CookiesDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2785 "src/eric7/WebBrowser/CookieJar/Ui_CookiesExceptionsDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2786 "src/eric7/WebBrowser/CookieJar/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2787 "src/eric7/WebBrowser/Download/DownloadAskActionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2788 "src/eric7/WebBrowser/Download/DownloadItem.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2789 "src/eric7/WebBrowser/Download/DownloadManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2790 "src/eric7/WebBrowser/Download/DownloadManagerButton.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2791 "src/eric7/WebBrowser/Download/DownloadModel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2792 "src/eric7/WebBrowser/Download/DownloadUtilities.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2793 "src/eric7/WebBrowser/Download/Ui_DownloadAskActionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2794 "src/eric7/WebBrowser/Download/Ui_DownloadItem.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2795 "src/eric7/WebBrowser/Download/Ui_DownloadManager.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2796 "src/eric7/WebBrowser/Download/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2797 "src/eric7/WebBrowser/FeaturePermissions/FeaturePermissionBar.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2798 "src/eric7/WebBrowser/FeaturePermissions/FeaturePermissionManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2799 "src/eric7/WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2800 "src/eric7/WebBrowser/FeaturePermissions/Ui_FeaturePermissionsDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2801 "src/eric7/WebBrowser/FeaturePermissions/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2802 "src/eric7/WebBrowser/Feeds/FeedEditDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2803 "src/eric7/WebBrowser/Feeds/FeedsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2804 "src/eric7/WebBrowser/Feeds/FeedsManager.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2805 "src/eric7/WebBrowser/Feeds/Ui_FeedEditDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2806 "src/eric7/WebBrowser/Feeds/Ui_FeedsDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2807 "src/eric7/WebBrowser/Feeds/Ui_FeedsManager.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2808 "src/eric7/WebBrowser/Feeds/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2809 "src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2810 "src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2811 "src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationListDelegate.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2812 "src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationListWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2813 "src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2814 "src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/Ui_GreaseMonkeyConfigurationDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2815 "src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/Ui_GreaseMonkeyConfigurationScriptInfoDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2816 "src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2817 "src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyDownloader.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2818 "src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyJavaScript.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2819 "src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyJsObject.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2820 "src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2821 "src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyScript.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2822 "src/eric7/WebBrowser/GreaseMonkey/Ui_GreaseMonkeyAddScriptDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2823 "src/eric7/WebBrowser/GreaseMonkey/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2824 "src/eric7/WebBrowser/History/HistoryCompleter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2825 "src/eric7/WebBrowser/History/HistoryDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2826 "src/eric7/WebBrowser/History/HistoryFilterModel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2827 "src/eric7/WebBrowser/History/HistoryManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2828 "src/eric7/WebBrowser/History/HistoryMenu.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2829 "src/eric7/WebBrowser/History/HistoryModel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2830 "src/eric7/WebBrowser/History/HistoryTreeModel.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2831 "src/eric7/WebBrowser/History/Ui_HistoryDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2832 "src/eric7/WebBrowser/History/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2833 "src/eric7/WebBrowser/ImageSearch/ImageSearchEngine.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2834 "src/eric7/WebBrowser/ImageSearch/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2835 "src/eric7/WebBrowser/JavaScript/ExternalJsObject.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2836 "src/eric7/WebBrowser/JavaScript/PasswordManagerJsObject.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2837 "src/eric7/WebBrowser/JavaScript/StartPageJsObject.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2838 "src/eric7/WebBrowser/JavaScript/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2839 "src/eric7/WebBrowser/Navigation/NavigationBar.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2840 "src/eric7/WebBrowser/Navigation/NavigationContainer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2841 "src/eric7/WebBrowser/Navigation/ReloadStopButton.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2842 "src/eric7/WebBrowser/Navigation/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2843 "src/eric7/WebBrowser/Network/EricSchemeHandler.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2844 "src/eric7/WebBrowser/Network/NetworkManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2845 "src/eric7/WebBrowser/Network/NetworkUrlInterceptor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2846 "src/eric7/WebBrowser/Network/ProtocolHandlerManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2847 "src/eric7/WebBrowser/Network/ProtocolHandlerManagerDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2848 "src/eric7/WebBrowser/Network/SendRefererWhitelistDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2849 "src/eric7/WebBrowser/Network/SslErrorExceptionsDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2850 "src/eric7/WebBrowser/Network/Ui_ProtocolHandlerManagerDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2851 "src/eric7/WebBrowser/Network/Ui_SendRefererWhitelistDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2852 "src/eric7/WebBrowser/Network/Ui_SslErrorExceptionsDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2853 "src/eric7/WebBrowser/Network/UrlInterceptor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2854 "src/eric7/WebBrowser/Network/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2855 "src/eric7/WebBrowser/OpenSearch/DefaultSearchEngines/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2856 "src/eric7/WebBrowser/OpenSearch/OpenSearchDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2857 "src/eric7/WebBrowser/OpenSearch/OpenSearchEditDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2858 "src/eric7/WebBrowser/OpenSearch/OpenSearchEngine.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2859 "src/eric7/WebBrowser/OpenSearch/OpenSearchEngineAction.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2860 "src/eric7/WebBrowser/OpenSearch/OpenSearchEngineModel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2861 "src/eric7/WebBrowser/OpenSearch/OpenSearchManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2862 "src/eric7/WebBrowser/OpenSearch/OpenSearchReader.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2863 "src/eric7/WebBrowser/OpenSearch/OpenSearchWriter.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2864 "src/eric7/WebBrowser/OpenSearch/Ui_OpenSearchDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2865 "src/eric7/WebBrowser/OpenSearch/Ui_OpenSearchEditDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2866 "src/eric7/WebBrowser/OpenSearch/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2867 "src/eric7/WebBrowser/PageScreenDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2868 "src/eric7/WebBrowser/Passwords/LoginForm.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2869 "src/eric7/WebBrowser/Passwords/PasswordManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2870 "src/eric7/WebBrowser/Passwords/PasswordModel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2871 "src/eric7/WebBrowser/Passwords/PasswordReader.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2872 "src/eric7/WebBrowser/Passwords/PasswordWriter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2873 "src/eric7/WebBrowser/Passwords/PasswordsDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2874 "src/eric7/WebBrowser/Passwords/Ui_PasswordsDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2875 "src/eric7/WebBrowser/Passwords/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2876 "src/eric7/WebBrowser/PersonalInformationManager/PersonalDataDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2877 "src/eric7/WebBrowser/PersonalInformationManager/PersonalInformationManager.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2878 "src/eric7/WebBrowser/PersonalInformationManager/Ui_PersonalDataDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2879 "src/eric7/WebBrowser/PersonalInformationManager/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2880 "src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2881 "src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingCache.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2882 "src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2883 "src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingInfoWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2884 "src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingLabel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2885 "src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2886 "src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingThreatList.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2887 "src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingUrl.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2888 "src/eric7/WebBrowser/SafeBrowsing/Ui_SafeBrowsingDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2889 "src/eric7/WebBrowser/SafeBrowsing/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2890 "src/eric7/WebBrowser/SearchWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2891 "src/eric7/WebBrowser/Session/SessionManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2892 "src/eric7/WebBrowser/Session/SessionManagerDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2893 "src/eric7/WebBrowser/Session/Ui_SessionManagerDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2894 "src/eric7/WebBrowser/Session/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2895 "src/eric7/WebBrowser/SiteInfo/SiteInfoDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2896 "src/eric7/WebBrowser/SiteInfo/SiteInfoWidget.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2897 "src/eric7/WebBrowser/SiteInfo/Ui_SiteInfoDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2898 "src/eric7/WebBrowser/SiteInfo/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2899 "src/eric7/WebBrowser/SpeedDial/Page.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2900 "src/eric7/WebBrowser/SpeedDial/PageThumbnailer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2901 "src/eric7/WebBrowser/SpeedDial/SpeedDial.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2902 "src/eric7/WebBrowser/SpeedDial/SpeedDialReader.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2903 "src/eric7/WebBrowser/SpeedDial/SpeedDialWriter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2904 "src/eric7/WebBrowser/SpeedDial/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2905 "src/eric7/WebBrowser/SpellCheck/ManageDictionariesDialog.py",
10938
2a7e115e2198 Refactored the EricXML package because it was not independent anymore.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10933
diff changeset
2906 "src/eric7/WebBrowser/SpellCheck/SpellCheckDictionariesReader.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2907 "src/eric7/WebBrowser/SpellCheck/Ui_ManageDictionariesDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2908 "src/eric7/WebBrowser/SpellCheck/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2909 "src/eric7/WebBrowser/StatusBar/ImagesIcon.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2910 "src/eric7/WebBrowser/StatusBar/JavaScriptIcon.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2911 "src/eric7/WebBrowser/StatusBar/JavaScriptSettingsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2912 "src/eric7/WebBrowser/StatusBar/StatusBarIcon.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2913 "src/eric7/WebBrowser/StatusBar/Ui_JavaScriptSettingsDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2914 "src/eric7/WebBrowser/StatusBar/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2915 "src/eric7/WebBrowser/Sync/DirectorySyncHandler.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2916 "src/eric7/WebBrowser/Sync/FtpSyncHandler.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2917 "src/eric7/WebBrowser/Sync/SyncAssistantDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2918 "src/eric7/WebBrowser/Sync/SyncCheckPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2919 "src/eric7/WebBrowser/Sync/SyncDataPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2920 "src/eric7/WebBrowser/Sync/SyncDirectorySettingsPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2921 "src/eric7/WebBrowser/Sync/SyncEncryptionPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2922 "src/eric7/WebBrowser/Sync/SyncFtpSettingsPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2923 "src/eric7/WebBrowser/Sync/SyncGlobals.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2924 "src/eric7/WebBrowser/Sync/SyncHandler.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2925 "src/eric7/WebBrowser/Sync/SyncHostTypePage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2926 "src/eric7/WebBrowser/Sync/SyncManager.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2927 "src/eric7/WebBrowser/Sync/Ui_SyncCheckPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2928 "src/eric7/WebBrowser/Sync/Ui_SyncDataPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2929 "src/eric7/WebBrowser/Sync/Ui_SyncDirectorySettingsPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2930 "src/eric7/WebBrowser/Sync/Ui_SyncEncryptionPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2931 "src/eric7/WebBrowser/Sync/Ui_SyncFtpSettingsPage.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2932 "src/eric7/WebBrowser/Sync/Ui_SyncHostTypePage.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2933 "src/eric7/WebBrowser/Sync/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2934 "src/eric7/WebBrowser/TabManager/TabManagerWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2935 "src/eric7/WebBrowser/TabManager/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2936 "src/eric7/WebBrowser/Tools/DelayedFileWatcher.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2937 "src/eric7/WebBrowser/Tools/PrintToPdfDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2938 "src/eric7/WebBrowser/Tools/Scripts.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2939 "src/eric7/WebBrowser/Tools/Ui_PrintToPdfDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2940 "src/eric7/WebBrowser/Tools/Ui_WebIconDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2941 "src/eric7/WebBrowser/Tools/WebBrowserTools.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2942 "src/eric7/WebBrowser/Tools/WebHitTestResult.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2943 "src/eric7/WebBrowser/Tools/WebIconDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2944 "src/eric7/WebBrowser/Tools/WebIconLoader.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2945 "src/eric7/WebBrowser/Tools/WebIconProvider.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2946 "src/eric7/WebBrowser/Tools/__init__.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2947 "src/eric7/WebBrowser/Ui_PageScreenDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2948 "src/eric7/WebBrowser/Ui_SearchWidget.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2949 "src/eric7/WebBrowser/Ui_WebBrowserClearPrivateDataDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2950 "src/eric7/WebBrowser/Ui_WebBrowserLanguagesDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2951 "src/eric7/WebBrowser/UrlBar/BookmarkActionSelectionDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2952 "src/eric7/WebBrowser/UrlBar/BookmarkInfoDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2953 "src/eric7/WebBrowser/UrlBar/FavIconLabel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2954 "src/eric7/WebBrowser/UrlBar/SslLabel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2955 "src/eric7/WebBrowser/UrlBar/StackedUrlBar.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2956 "src/eric7/WebBrowser/UrlBar/Ui_BookmarkActionSelectionDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2957 "src/eric7/WebBrowser/UrlBar/Ui_BookmarkInfoDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2958 "src/eric7/WebBrowser/UrlBar/UrlBar.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2959 "src/eric7/WebBrowser/UrlBar/__init__.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2960 "src/eric7/WebBrowser/UserAgent/Ui_UserAgentsDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2961 "src/eric7/WebBrowser/UserAgent/UserAgentManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2962 "src/eric7/WebBrowser/UserAgent/UserAgentMenu.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2963 "src/eric7/WebBrowser/UserAgent/UserAgentModel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2964 "src/eric7/WebBrowser/UserAgent/UserAgentReader.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2965 "src/eric7/WebBrowser/UserAgent/UserAgentWriter.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2966 "src/eric7/WebBrowser/UserAgent/UserAgentsDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2967 "src/eric7/WebBrowser/UserAgent/__init__.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2968 "src/eric7/WebBrowser/VirusTotal/Ui_VirusTotalDomainReportDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2969 "src/eric7/WebBrowser/VirusTotal/Ui_VirusTotalIpReportDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2970 "src/eric7/WebBrowser/VirusTotal/Ui_VirusTotalWhoisDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2971 "src/eric7/WebBrowser/VirusTotal/VirusTotalApi.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2972 "src/eric7/WebBrowser/VirusTotal/VirusTotalDomainReportDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2973 "src/eric7/WebBrowser/VirusTotal/VirusTotalIpReportDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2974 "src/eric7/WebBrowser/VirusTotal/VirusTotalWhoisDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2975 "src/eric7/WebBrowser/VirusTotal/__init__.py",
10856
b19cefceca15 Continued implementing the FIDO2 security key management interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10854
diff changeset
2976 "src/eric7/WebBrowser/WebAuth/Fido2InfoDialog.py",
10854
30c45bd597e6 Started implementing a dialog to manage FIDO2 security keys.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10852
diff changeset
2977 "src/eric7/WebBrowser/WebAuth/Fido2Management.py",
30c45bd597e6 Started implementing a dialog to manage FIDO2 security keys.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10852
diff changeset
2978 "src/eric7/WebBrowser/WebAuth/Fido2ManagementDialog.py",
30c45bd597e6 Started implementing a dialog to manage FIDO2 security keys.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10852
diff changeset
2979 "src/eric7/WebBrowser/WebAuth/Fido2PasskeyEditDialog.py",
30c45bd597e6 Started implementing a dialog to manage FIDO2 security keys.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10852
diff changeset
2980 "src/eric7/WebBrowser/WebAuth/Fido2PinDialog.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2981 "src/eric7/WebBrowser/WebAuth/Ui_Fido2InfoDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2982 "src/eric7/WebBrowser/WebAuth/Ui_Fido2ManagementDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2983 "src/eric7/WebBrowser/WebAuth/Ui_Fido2PasskeyEditDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2984 "src/eric7/WebBrowser/WebAuth/Ui_Fido2PinDialog.py",
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
2985 "src/eric7/WebBrowser/WebAuth/Ui_WebBrowserWebAuthDialog.py",
10852
65ee5eba7b10 Reorganized and fixed the WebAuth related dialog and moved it in a new package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10847
diff changeset
2986 "src/eric7/WebBrowser/WebAuth/WebBrowserWebAuthDialog.py",
65ee5eba7b10 Reorganized and fixed the WebAuth related dialog and moved it in a new package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10847
diff changeset
2987 "src/eric7/WebBrowser/WebAuth/__init__.py",
10308
d19766190e17 Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10306
diff changeset
2988 "src/eric7/WebBrowser/WebBrowserArgumentsCreator.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2989 "src/eric7/WebBrowser/WebBrowserClearPrivateDataDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2990 "src/eric7/WebBrowser/WebBrowserJavaScriptConsole.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2991 "src/eric7/WebBrowser/WebBrowserLanguagesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2992 "src/eric7/WebBrowser/WebBrowserPage.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2993 "src/eric7/WebBrowser/WebBrowserSingleApplication.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2994 "src/eric7/WebBrowser/WebBrowserSnap.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2995 "src/eric7/WebBrowser/WebBrowserTabBar.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2996 "src/eric7/WebBrowser/WebBrowserTabWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2997 "src/eric7/WebBrowser/WebBrowserView.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2998 "src/eric7/WebBrowser/WebBrowserWebSearchWidget.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
2999 "src/eric7/WebBrowser/WebBrowserWindow.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3000 "src/eric7/WebBrowser/WebInspector.py",
10924
ed835044c0cf Added the compiled forms to the project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10920
diff changeset
3001 "src/eric7/WebBrowser/ZoomManager/Ui_ZoomValuesDialog.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3002 "src/eric7/WebBrowser/ZoomManager/ZoomManager.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3003 "src/eric7/WebBrowser/ZoomManager/ZoomValuesDialog.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3004 "src/eric7/WebBrowser/ZoomManager/ZoomValuesModel.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3005 "src/eric7/WebBrowser/ZoomManager/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3006 "src/eric7/WebBrowser/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3007 "src/eric7/WebBrowser/data/__init__.py",
10938
2a7e115e2198 Refactored the EricXML package because it was not independent anymore.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10933
diff changeset
3008 "src/eric7/XML/XMLStreamReaderBase.py",
2a7e115e2198 Refactored the EricXML package because it was not independent anymore.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10933
diff changeset
3009 "src/eric7/XML/__init__.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3010 "src/eric7/__init__.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3011 "src/eric7/__main__.py",
10717
4dbf6e5bf26f Saved the forgotten project file mods.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10706
diff changeset
3012 "src/eric7/__version__.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3013 "src/eric7/eric7_api.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3014 "src/eric7/eric7_browser.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3015 "src/eric7/eric7_browser.pyw",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3016 "src/eric7/eric7_compare.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3017 "src/eric7/eric7_compare.pyw",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3018 "src/eric7/eric7_configure.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3019 "src/eric7/eric7_configure.pyw",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3020 "src/eric7/eric7_diff.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3021 "src/eric7/eric7_diff.pyw",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3022 "src/eric7/eric7_doc.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3023 "src/eric7/eric7_editor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3024 "src/eric7/eric7_editor.pyw",
10854
30c45bd597e6 Started implementing a dialog to manage FIDO2 security keys.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10852
diff changeset
3025 "src/eric7/eric7_fido2.py",
10866
34719c7c0f42 Added the Windows entry point for the new FIDO2 management script.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10856
diff changeset
3026 "src/eric7/eric7_fido2.pyw",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3027 "src/eric7/eric7_hexeditor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3028 "src/eric7/eric7_hexeditor.pyw",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3029 "src/eric7/eric7_iconeditor.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3030 "src/eric7/eric7_iconeditor.pyw",
9377
b9c8dc3b7da1 Scripts
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9365
diff changeset
3031 "src/eric7/eric7_ide.py",
b9c8dc3b7da1 Scripts
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9365
diff changeset
3032 "src/eric7/eric7_ide.pyw",
10518
1682f3203ae5 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10507
diff changeset
3033 "src/eric7/eric7_mpy.py",
1682f3203ae5 MicroPython
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10507
diff changeset
3034 "src/eric7/eric7_mpy.pyw",
9697
cdaa3cc805f7 Started implementing a PDF viewer tool.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9690
diff changeset
3035 "src/eric7/eric7_pdf.py",
9698
69e183e4db6f Continued implementing a PDF viewer tool (page navigation).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9697
diff changeset
3036 "src/eric7/eric7_pdf.pyw",
10084
125166c6b66c pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10066
diff changeset
3037 "src/eric7/eric7_pip.py",
10128
a43ce4625e1e Added the forgotten Windows start script for the pip management application.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10122
diff changeset
3038 "src/eric7/eric7_pip.pyw",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3039 "src/eric7/eric7_plugininstall.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3040 "src/eric7/eric7_plugininstall.pyw",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3041 "src/eric7/eric7_pluginrepository.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3042 "src/eric7/eric7_pluginrepository.pyw",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3043 "src/eric7/eric7_pluginuninstall.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3044 "src/eric7/eric7_pluginuninstall.pyw",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3045 "src/eric7/eric7_post_install.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3046 "src/eric7/eric7_qregularexpression.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3047 "src/eric7/eric7_qregularexpression.pyw",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3048 "src/eric7/eric7_re.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3049 "src/eric7/eric7_re.pyw",
10531
3308e8349e4c Started implementing an eric-ide server for remote development (e.g. on a different host or in a Docker container).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10518
diff changeset
3050 "src/eric7/eric7_server.py",
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3051 "src/eric7/eric7_shell.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3052 "src/eric7/eric7_shell.pyw",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3053 "src/eric7/eric7_snap.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3054 "src/eric7/eric7_snap.pyw",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3055 "src/eric7/eric7_sqlbrowser.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3056 "src/eric7/eric7_sqlbrowser.pyw",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3057 "src/eric7/eric7_testing.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3058 "src/eric7/eric7_testing.pyw",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3059 "src/eric7/eric7_tray.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3060 "src/eric7/eric7_tray.pyw",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3061 "src/eric7/eric7_trpreviewer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3062 "src/eric7/eric7_trpreviewer.pyw",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3063 "src/eric7/eric7_uipreviewer.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3064 "src/eric7/eric7_uipreviewer.pyw",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3065 "src/eric7/eric7_virtualenv.py",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3066 "src/eric7/eric7_virtualenv.pyw",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3067 "src/eric7/eric7config.py"
8006
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3068 ],
10154
d833c6a8c41f Project
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10153
diff changeset
3069 "SOURCESDIR": "src",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3070 "SPELLEXCLUDES": "Dictionaries/excludes.dic",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3071 "SPELLLANGUAGE": "en_US",
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3072 "SPELLWORDS": "Dictionaries/words.dic",
9125
3d2411181b3c Added the capability to define the project license in the project properties dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9117
diff changeset
3073 "TESTING_FRAMEWORK": "",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3074 "TRANSLATIONEXCEPTIONS": [],
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3075 "TRANSLATIONPATTERN": "src/eric7/i18n/eric7_%language%.ts",
8006
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3076 "TRANSLATIONS": [
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3077 "src/eric7/i18n/eric7_cs.ts",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3078 "src/eric7/i18n/eric7_de.qm",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3079 "src/eric7/i18n/eric7_de.ts",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3080 "src/eric7/i18n/eric7_empty.ts",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3081 "src/eric7/i18n/eric7_en.qm",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3082 "src/eric7/i18n/eric7_en.ts",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3083 "src/eric7/i18n/eric7_es.qm",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3084 "src/eric7/i18n/eric7_es.ts",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3085 "src/eric7/i18n/eric7_fr.ts",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3086 "src/eric7/i18n/eric7_it.ts",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3087 "src/eric7/i18n/eric7_pt.ts",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3088 "src/eric7/i18n/eric7_ru.qm",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3089 "src/eric7/i18n/eric7_ru.ts",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3090 "src/eric7/i18n/eric7_tr.ts",
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9201
diff changeset
3091 "src/eric7/i18n/eric7_zh_CN.ts"
8006
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3092 ],
9234
97bdad5be46d pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9221
diff changeset
3093 "TRANSLATIONSBINPATH": "",
9426
e2a52d98ad20 Project
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9424
diff changeset
3094 "TRANSLATIONSOURCESTARTPATH": "src",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3095 "UICPARAMS": {
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3096 "Package": "",
9214
bd28e56047d7 Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9212
diff changeset
3097 "PackagesRoot": "src/eric7",
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3098 "RcSuffix": ""
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3099 },
8006
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3100 "VCS": "Mercurial",
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3101 "VCSOPTIONS": {
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3102 "add": [
8006
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3103 ""
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3104 ],
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3105 "checkout": [
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3106 ""
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3107 ],
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3108 "commit": [
8006
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3109 ""
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3110 ],
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3111 "diff": [
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3112 ""
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3113 ],
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3114 "export": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3115 ""
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3116 ],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3117 "global": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3118 ""
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3119 ],
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3120 "history": [
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3121 ""
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3122 ],
8006
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3123 "log": [
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3124 ""
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3125 ],
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3126 "remove": [
8006
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3127 ""
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3128 ],
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3129 "status": [
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3130 ""
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3131 ],
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3132 "tag": [
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3133 ""
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3134 ],
8125
9e789fa8f38e Saving the project file with sorted dictionary keys to get more stability into it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8123
diff changeset
3135 "update": [
8006
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3136 ""
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3137 ]
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3138 },
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3139 "VCSOTHERDATA": {},
8312
800c432b34c8 Started to rename eric6 to eric7.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8300
diff changeset
3140 "VERSION": "7.x"
8006
c4110b8b5931 Started converting the various file generators to JSON format (from XML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3141 }
10492
53eac4c7d10b Find In Files
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10410
diff changeset
3142 }

eric ide

mercurial