tomboy r1444 - in trunk: . Tomboy Tomboy/Addins/FileSystemSyncService Tomboy/Addins/SshSyncService Tomboy/Addins/WebDavSyncService Tomboy/Synchronization



Author: sharm
Date: 2007-08-27 07:34:08 +0100 (Mon, 27 Aug 2007)
New Revision: 1444
ViewCVS link: http://svn.gnome.org/viewcvs/tomboy?rev=1444&view=rev

Modified:
   trunk/ChangeLog
   trunk/Tomboy/Addins/FileSystemSyncService/FileSystemSyncServiceAddin.cs
   trunk/Tomboy/Addins/SshSyncService/SshSyncServiceAddin.cs
   trunk/Tomboy/Addins/WebDavSyncService/WebDavSyncServiceAddin.cs
   trunk/Tomboy/PreferencesDialog.cs
   trunk/Tomboy/Synchronization/FuseSyncServiceAddin.cs
   trunk/Tomboy/Synchronization/SyncManager.cs
Log:
* Tomboy/PreferencesDialog.cs: Check for TomboySyncException when
  saving sync configuration.  Use exception message in error dialog
  content.
* Tomboy/Synchronization/FuseSyncServiceAddin.cs: Adding
  FuseMountTimeoutError and FuseMountDirectoryError members, to be
  overriden by child classes that need to customize these error
  messages.  MountFuse method throws TomboySyncException instead of
  just returning false.  Check for existence of mountPath directory
  after mounting...wdfs with incorrect user/pass credentials will
  appear to mount correctly but Directory.Exists will return false.
* Tomboy/Synchronization/SyncManager.cs: Added TomboySyncException
  type, an extension of System.ApplicationException.
* Tomboy/Addins/FileSystemSyncService/FileSystemSyncServiceAddin.cs,
  Tomboy/Addins/WebDavSyncService/WebDavSyncServiceAddin.cs,
  Tomboy/Addins/SshSyncService/SshSyncServiceAddin.cs: Throw
  TomboySyncException when configuration is incorrect.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]