-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
144 lines (113 loc) · 5.54 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<html>
<head>
<title>PySide docs</title>
<link rel="stylesheet" href="../pyside/_static/pysidedocs.css" type="text/css">
</head>
<body>
<div id="container">
<div class="header">
<div class="header_container">
<div class="logo"><a href="http://pyside.github.io"><img alt="PySide" src="../pyside/_static/pysidelogo.png" width="199" height="102"></a></div>
<div class="related">
<ul>
<li><a href="#">PySide documentation</a></li>
</ul>
</div>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section">
<h1>PSEP Index</h1>
<table border="0">
<tr class="field"><th class="field-name">PSEP: </th><td class="field-body">0</td></tr>
<tr class="field"><th class="field-name">Title: </th><td class="field-body">Index of PySide Enhancement Proposals (PSEPs)</td></tr>
<tr class="field"><th class="field-name">Last-Modified: </th><td class="field-body">02-Nov-2011</td></tr>
<tr class="field"><th class="field-name">Author: </th><td class="field-body">Matti Airas <matti.p.airas at nokia.com>, </td></tr>
<tr class="field"><th class="field-name">Status: </th><td class="field-body">Active</td></tr>
<tr class="field"><th class="field-name">Type: </th><td class="field-body">Informational</td></tr>
<tr class="field"><th class="field-name">Created: </th><td class="field-body">24-Sep-2009</td></tr>
</table>
<hr />
<h3>Introduction</h3>
<pre>
The PSEP contains the index of all PySide Enhancement Proposals,
known as PSEPs. PSEP numbers are assigned by the PSEP Editor, and
once assigned are never changed. The Git history[1] of the PSEP
texts represent their historical record.
</pre>
<h3>Index by Category</h3>
<pre>
num title owner
--- ----- -----
Meta-PSEPs (PSEPs about PSEPs or Processes)
P <a href="psep-0001.html">1</a> PSEP Purpose and Guidelines Airas
P <a href="psep-0005.html">5</a> Guidelines for implementing backwards-incompatible ... Airas
P <a href="psep-0012.html">12</a> Sample reStructuredText PSEP Template Airas
Other Informational PSEPs
Accepted PSEPs (accepted; may not be implemented yet)
SA <a href="psep-0103.html">103</a> Support for declaring Qt meta-object properties Airas
SA <a href="psep-0106.html">106</a> Shiboken helper module Lima
Open PSEPs (under consideration)
S <a href="psep-0102.html">102</a> Use Python properties instead of getters and setters Lima
S <a href="psep-0104.html">104</a> Decorator syntax for declaring Qt meta-object ... Airas
Finished PSEPs (done, implemented in code repository)
SF <a href="psep-0100.html">100</a> New-style Signals and Slots Airas
SF <a href="psep-0101.html">101</a> Adopt PyQt's API 2 for PySide Summerfield
Deferred, Abandoned, Withdrawn, and Rejected PSEPs
Numerical Index
num title owner
--- ----- -----
P <a href="psep-0001.html">1</a> PSEP Purpose and Guidelines Airas
P <a href="psep-0005.html">5</a> Guidelines for implementing backwards-incompatible ... Airas
P <a href="psep-0012.html">12</a> Sample reStructuredText PSEP Template Airas
SF <a href="psep-0100.html">100</a> New-style Signals and Slots Airas
SF <a href="psep-0101.html">101</a> Adopt PyQt's API 2 for PySide Summerfield
S <a href="psep-0102.html">102</a> Use Python properties instead of getters and setters Lima
SA <a href="psep-0103.html">103</a> Support for declaring Qt meta-object properties Airas
S <a href="psep-0104.html">104</a> Decorator syntax for declaring Qt meta-object ... Airas
SA <a href="psep-0106.html">106</a> Shiboken helper module Lima
</pre>
<h3>Key</h3>
<pre>
S - Standards Track PSEP
I - Informational PSEP
P - Process PSEP
A - Accepted proposal
R - Rejected proposal
W - Withdrawn proposal
D - Deferred proposal
F - Final proposal
A - Active proposal
D - Draft proposal
R - Replaced proposal
</pre>
<h3>Owners</h3>
<pre>
name email address
---- -------------
Airas, Matti matti.p.airas at nokia.com
Lima, Hugo Parente hugo.lima at openbossa.org
Summerfield, Mark mark at qtrac.eu
</pre>
<h3>References</h3>
<pre>
[1] View PSEP history online
<a href="http://qt.gitorious.org/pyside/pseps/trees/master">http://qt.gitorious.org/pyside/pseps/trees/master</a>
</pre>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
<a href="http://www.indt.org.br"><img src="../pyside/_static/logo_indt.jpg" alt="Indt" border="0"></a>
<a href="http://www.openbossa.org"><img src="../pyside/_static/logo_openbossa.png" alt="Openbossa" border="0"></a>
<a href="http://qt.nokia.com/"><img src="../pyside/_static/logo_qt.png" alt="Qt" border="0"></a>
<a href="http://www.python.org"><img src="../pyside/_static/logo_python.jpg" alt="Python" border="0"></a>
</div>
</body>
</html>