2007-08-13 Sandy Armstrong * NEWS: Updating NEWS for 0.7.4 2007-08-13 Sandy Armstrong * Tomboy/Synchronization/SyncDialog.cs: Improvements to status strings in Sync Dialog. 2007-08-13 Sandy Armstrong * Tomboy/Synchronization/SyncDialog.cs: Changing wording of main paragraph in SyncDialog to mention how many notes were updated; additional simplification. * Tomboy/Addins/SshSyncService/SshSyncServiceAddin.cs: Simplifying SSH instructional text...should really go in help. 2007-08-12 Sandy Armstrong * Tomboy/Addins/FileSystemSyncService/FileSystemSyncServiceAddin.cs, Tomboy/Addins/SshSyncService/SshSyncServiceAddin.cs: Folder/Path cleanups. 2007-08-12 Sandy Armstrong * Tomboy/PreferencesDialog.cs: Added reminder to fix tabbing. 2007-08-12 Sandy Armstrong * Tomboy/Synchronization/SyncDialog.cs: Add "X note updates processed." to bottom of SyncDialog. 2007-08-12 Sandy Armstrong * Tomboy/PreferencesDialog.cs: Add "Advanced" dialog for sync tab that exposes saved conflict handling behavior. Ugly, but should be rarely used. Once we have autosync (which will undoubtedly have associated preferences), this whole tab will need to be redesigned anyway. 2007-08-12 Sandy Armstrong * Tomboy/Synchronization/SyncUtils.cs: Alert user if enabling FUSE fails. 2007-08-12 Sandy Armstrong * Tomboy/PreferencesDialog.cs: Improved sensitivity behavior of save/clear buttons on sync tab. 2007-08-12 Sandy Armstrong * Tomboy/PreferencesDialog.cs: Fixing build-breaking typo. Whoops! 2007-08-12 Sandy Armstrong * Tomboy/Synchronization/SyncServiceAddin.cs, Tomboy/Synchronization/FuseSyncServiceAddin.cs, Tomboy/Addins/FileSystemSyncService/FileSystemSyncServiceAddin.cs: SyncServiceAddins now derives directly from ApplicationAddin. 2007-08-12 Sandy Armstrong * Tomboy/AddinManager.cs, Tomboy/PreferencesDialog.cs: Add ApplicationAddinListChanged event to AddinManager. Use in PreferencesDialog to provide live updates in the Sync tab as addins are enabled/disabled. 2007-08-12 Sandy Armstrong * Tomboy/PreferencesDialog.cs: Sort sync addin combo box by name. 2007-08-12 Sandy Armstrong * MAINTAINERS: Update syntax to match http://mail.gnome.org/archives/devel-announce-list/2007-August/msg00003.html 2007-08-11 Sandy Armstrong * Tomboy/PreferencesDialog.cs, Tomboy/Addins/WebDavSyncService/WebDavSyncServiceAddin.cs: PreferencesDialog handles sensitivity of sync widgets. Change cursor to WAIT when saving sync settings. * Tomboy/Synchronization/FuseSyncServiceAddin.cs: FUSE mount attempt times out after 10 seconds. * Tomboy/Addins/FileSystemSyncService/FileSystemSyncServiceAddin.cs: Add "Browse..." button that presents a FileChooserDialog. * Tomboy/Addins/SshSyncService/SshSyncServiceAddin.cs: Removed all password-related code and UI elements. Added first attempt at explaining need for ssh keys/daemon to user. 2007-08-11 Sandy Armstrong * Tomboy/NoteEditor.cs: Add support for using shift+delete to perform a "cut" operation. Should fix bug #437684 (patch provided by Andrew Fister). 2007-08-09 Sandy Armstrong * Tomboy/Defines.cs.in: Fix for OpenSUSE build system issues, courtesy of Michael Wolf. 2007-08-05 Sandy Armstrong * Tomboy.mdp: Removing Mono.Security reference. Not sure what that was doing there. 2007-07-31 Boyd Timothy * data/tomboy.schemas.in: Specify a default int value for sync_conflict_behavior to avoid warnings at install time.