~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/index-eric4.VCS.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
 
3
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
 
4
<html><head>
 
5
<title>eric4.VCS</title>
 
6
<style>
 
7
body {
 
8
    background:white;
 
9
    margin: 0em 1em 10em 1em;
 
10
    color: black;
 
11
}
 
12
 
 
13
h1 { color: white; background: #4FA4FF; }
 
14
h2 { color: white; background: #4FA4FF; }
 
15
h3 { color: white; background: #00557F; }
 
16
h4 { color: white; background: #00557F; }
 
17
    
 
18
a { color: #AA5500; }
 
19
 
 
20
</style>
 
21
</head>
 
22
<body>
 
23
<h1>eric4.VCS</h1>
 
24
<p>
 
25
Module implementing the general part of the interface to version control systems.
 
26
</p><p>
 
27
The general part of the VCS interface defines classes to implement common
 
28
dialogs. These are a dialog to enter command options, a dialog to display
 
29
some repository information and an abstract base class. The individual 
 
30
interfaces (i.e. CVS) have to be subclasses of this base class.
 
31
</p>
 
32
 
 
33
<h3>Packages</h3>
 
34
<table>
 
35
<tr>
 
36
<td><a href="index-eric4.VCS.vcsCVS.html">vcsCVS</a></td>
 
37
<td>Package implementing the vcs interface to CVS</td>
 
38
</tr><tr>
 
39
<td><a href="index-eric4.VCS.vcsPySvn.html">vcsPySvn</a></td>
 
40
<td>Package implementing the vcs interface to Subversion</td>
 
41
</tr><tr>
 
42
<td><a href="index-eric4.VCS.vcsSubversion.html">vcsSubversion</a></td>
 
43
<td>Package implementing the vcs interface to Subversion</td>
 
44
</tr>
 
45
</table>
 
46
 
 
47
<h3>Modules</h3>
 
48
<table>
 
49
<tr>
 
50
<td><a href="eric4.VCS.CommandOptionsDialog.html">CommandOptionsDialog</a></td>
 
51
<td>Module implementing the VCS command options dialog.</td>
 
52
</tr><tr>
 
53
<td><a href="eric4.VCS.Config.html">Config</a></td>
 
54
<td>Module defining configuration variables for the VCS package</td>
 
55
</tr><tr>
 
56
<td><a href="eric4.VCS.ProjectBrowserHelper.html">ProjectBrowserHelper</a></td>
 
57
<td>Module implementing the base class of the VCS project browser helper.</td>
 
58
</tr><tr>
 
59
<td><a href="eric4.VCS.ProjectHelper.html">ProjectHelper</a></td>
 
60
<td>Module implementing the base class of the VCS project helper.</td>
 
61
</tr><tr>
 
62
<td><a href="eric4.VCS.RepositoryInfoDialog.html">RepositoryInfoDialog</a></td>
 
63
<td>Module implemting a dialog to show repository information.</td>
 
64
</tr><tr>
 
65
<td><a href="eric4.VCS.StatusMonitorLed.html">StatusMonitorLed</a></td>
 
66
<td>Module implementing a LED to indicate the status of the VCS status monitor thread.</td>
 
67
</tr><tr>
 
68
<td><a href="eric4.VCS.StatusMonitorThread.html">StatusMonitorThread</a></td>
 
69
<td>Module implementing the VCS status monitor thread base class.</td>
 
70
</tr><tr>
 
71
<td><a href="eric4.VCS.VersionControl.html">VersionControl</a></td>
 
72
<td>Module implementing an abstract base class to be subclassed by all specific VCS interfaces.</td>
 
73
</tr><tr>
 
74
<td><a href="eric4.VCS.__init__.html">VCS</a></td>
 
75
<td>Module implementing the general part of the interface to version control systems.</td>
 
76
</tr>
 
77
</table>
 
78
</body></html>
 
 
b'\\ No newline at end of file'