Property | Type | Description | |
---|---|---|---|
ProgressInformation | string | ||
ProgressPercentage | double | ||
ProgressSpeedDown | double | ||
ProgressSpeedUp | double | ||
UserAuthenticationInfo |
Method | Description | |
---|---|---|
AddRepository ( |
||
AddRepository ( string folder_path ) : void | ||
BaseController ( ) : System | ||
CheckPassword ( string password ) : bool | ||
CheckRepositories ( ) : void | ||
ClearDirectoryAttributes ( string path ) : void | ||
CopyToClipboard ( string text ) : void | ||
CreateSparkleShareFolder ( ) : bool | ||
CreateStartupItem ( ) : void | ||
DetectRepositoryRenames ( ) : void | ||
FetcherFailedDelegate ( ) : void | ||
FetcherFinishedDelegate ( StorageType storage_type, string warnings ) : void | ||
FetcherProgressChangedDelgate ( double percentage, double speed, string information ) : void | ||
FinishFetcher ( StorageType selected_storage_type ) : void | ||
FinishFetcher ( StorageType selected_storage_type, string password ) : void | ||
GetRepoByName ( string name ) : |
||
HandleInvite ( |
||
HandleInvite ( string path ) : void | ||
HandleReopen ( ) : void | ||
Initialize ( ) : void | ||
InstallProtocolHandler ( ) : void | ||
OnFolderActivity ( object o, |
||
OpenFile ( string path ) : void | ||
OpenFolder ( string path ) : void | ||
OpenSparkleShareFolder ( ) : void | ||
OpenSparkleShareFolder ( string name ) : void | ||
OpenWebsite ( string url ) : void | ||
Quit ( ) : void | ||
RemoveDeletedRepositories ( ) : void | ||
RemoveRepository ( |
||
SetFolderIcon ( ) : void | ||
ShowAboutWindow ( ) : void | ||
ShowEventLogWindow ( ) : void | ||
ShowNoteWindow ( string project ) : void | ||
ShowSetupWindow ( PageType page_type ) : void | ||
StartFetcher ( |
||
StartupInviteScan ( ) : void | ||
StopFetcher ( ) : void | ||
ToggleNotifications ( ) : void | ||
UIHasLoaded ( ) : void | ||
UpdateState ( ) : void |
Method | Description | |
---|---|---|
DetermineFolderPath ( ) : string |
public AddRepository ( |
||
repo | ||
return | void |
public AddRepository ( string folder_path ) : void | ||
folder_path | string | |
return | void |
public CheckPassword ( string password ) : bool | ||
password | string | |
return | bool |
public ClearDirectoryAttributes ( string path ) : void | ||
path | string | |
return | void |
public abstract CopyToClipboard ( string text ) : void | ||
text | string | |
return | void |
public abstract CreateSparkleShareFolder ( ) : bool | ||
return | bool |
public FetcherFinishedDelegate ( StorageType storage_type, string warnings ) : void | ||
storage_type | StorageType | |
warnings | string | |
return | void |
public FetcherProgressChangedDelgate ( double percentage, double speed, string information ) : void | ||
percentage | double | |
speed | double | |
information | string | |
return | void |
public FinishFetcher ( StorageType selected_storage_type ) : void | ||
selected_storage_type | StorageType | |
return | void |
public FinishFetcher ( StorageType selected_storage_type, string password ) : void | ||
selected_storage_type | StorageType | |
password | string | |
return | void |
public GetRepoByName ( string name ) : |
||
name | string | |
return |
public HandleInvite ( |
||
args | ||
return | void |
public abstract InstallProtocolHandler ( ) : void | ||
return | void |
public OnFolderActivity ( object o, |
||
o | object | |
args | ||
return | void |
public abstract OpenFile ( string path ) : void | ||
path | string | |
return | void |
public abstract OpenFolder ( string path ) : void | ||
path | string | |
return | void |
public OpenSparkleShareFolder ( string name ) : void | ||
name | string | |
return | void |
public RemoveRepository ( |
||
repo | ||
return | void |
public ShowNoteWindow ( string project ) : void | ||
project | string | |
return | void |
public ShowSetupWindow ( PageType page_type ) : void | ||
page_type | PageType | |
return | void |
public StartFetcher ( |
||
info | ||
return | void |