|
|
__init__(self)
Initialization function for MainWindow |
|
|
|
|
| setupRestoreList(self,
currentModel=None) |
|
|
|
|
| setupSnapshotsList(self,
currentModel=None) |
|
|
|
|
| buttonSettings_Pressed(self) |
|
|
|
|
| buttonAddToQueue_Pressed(self) |
|
|
|
|
| buttonRemoveFromQueue_Pressed(self) |
|
|
|
|
| loadSnapshotsStarted(self) |
|
|
|
|
| loadSnapshotsFinished(self) |
|
|
|
|
| restoreFilesStarted(self) |
|
|
|
|
| restoreFilesFinished(self,
taskName,
message) |
|
|
|
|
| RestoreOptions_Toggle(self,
option) |
|
|
|
|
RestoreDialog_Show(self,
option)
Show the restore files dialog after a file list has been loaded. |
|
|
|
|
| buttonAdvancedRestore_Pressed(self) |
|
|
|
|
AdvancedRestore_FetchRemoteUrl(self)
Constructs a valid remote url from the Advanced Restore Dialog |
|
|
|
|
|
|
|
|
|
|
| AdvancedRestore_PickFolder(self) |
|
|
|
|
| ProgressIndicators_SetVisible(self,
status) |
|
|
|
|
| BackupControls_Toggle(self,
option) |
|
|
|
|
TestAdvancedRestoreOptions(self)
Test the connection to see if it is valid |
|
|
|
|
| buttonBackup_Pressed(self) |
|
|
|
|
backupStarted(self)
Disable Backup Related Ui Controls and notify user that the backup
has started (Ubuntu 9.04, Mac OS X) |
|
|
|
|
backupFinished(self,
taskName,
message)
Notify User that the Backup has ended (Ubuntu 9.04, Mac OS X) |
|
|
|
|
taskError(self,
taskName,
error,
message)
Notify user that there was an error. |
|
|
|
|
|
|
|
ShowRemoteResults(self,
tstResult)
Updates the settings view based on the results of the connection
test. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| ProgressIndicators_Shutdown(self) |
|
|
|
|
| buttonRefreshSnapshotList_Pressed(self) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
doNotify(self,
userMessage)
Notifies the user, only if the notify is enabled. |
|
|
|
|
| buttonOpenLog_Pressed(self) |
|
|
|
|
questionPrompt(self,
title,
message,
th)
Prompts a question to the user from an background thread |
|
|
|
|
buttonStopTask_Pressed(self)
stop the task, if it's possible, since everything uses a loop it's
easy |
|
|
|
Inherited from background.testconnectionurl.TestConnectionControl:
doTestConnection,
setupTestConnection
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|