Made up mainly by a notebook; one side for each type of PIM data, and
by a progress bar and some buttons.
|
__init__(self)
Constructor - the whole assembling of the window is performed in here |
source code
|
|
|
_createContactsPanel(self,
sources)
Creates one side in the notebook - the one for setting up contacts
synchronization |
source code
|
|
|
_createCalendarPanel(self,
sources)
Creates one side in the notebook - the one for setting up calendar
synchronization |
source code
|
|
|
main(self)
Starts up the application ('Main-Loop') |
source code
|
|
|
destroy(self,
widget,
data=None)
Shuts down the application |
source code
|
|
|
delete_event(self,
widget,
event,
data=None)
Event handler |
source code
|
|
|
showAbout(self,
target)
Pops up an 'About'-dialog, which displays all the application meta
information from module pisiconstants. |
source code
|
|
|
startSync(self,
target)
Passes control on to PISI core and starts up synchronization process |
source code
|
|
|
message(self,
st,
messageType=<enum GTK_MESSAGE_INFO of type GtkMessageType>)
Output a message to the user - a message dialog is popped up |
source code
|
|
|
verbose(self,
st)
Output a message (of lower interest) to the user - output is directed
to text based console. |
source code
|
|
|
|
|
|
|
|
|
promptFilename(self,
prompt,
default)
Prompt the user for providing a file name - the standard file
selection dialog of GTK is used for this |
source code
|
|
|
|
|
update(self,
status)
This function should be called whenever new information has been made
available and the UI should be updates somehow. |
source code
|
|