commit ed938dc7307a706f67551b4be397faa2b31d35f7 Author: Sandy Armstrong Date: Mon Feb 8 12:13:08 2010 -0800 Update NEWS for 1.1.2 NEWS | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit fd70ff2d1db8392484a7e6fab6f29eafb1fd20e2 Author: Sandy Armstrong Date: Mon Feb 8 11:54:50 2010 -0800 [sync] Implement automatic background synchronization (bug #562097) The preference UI to enable this feature is desensitized for now, because this feature is still experimental. It can be enabled by changing the /apps/tomboy/sync/autosync_timeout preference to a value greater than 0. Tomboy.mdp | 1 + Tomboy/Preferences.cs | 4 ++ Tomboy/PreferencesDialog.cs | 48 ++++++++++++++++ Tomboy/Synchronization/SilentUI.cs | 96 +++++++++++++++++++++++++++++++++ Tomboy/Synchronization/SyncManager.cs | 55 +++++++++++++++++++ data/tomboy.schemas.in | 17 ++++++ 6 files changed, 221 insertions(+), 0 deletions(-) commit 68155e914afda7873c8cae0fa38056fe85d3193b Author: Sandy Armstrong Date: Mon Feb 8 11:51:51 2010 -0800 [sync] Convert SyncManager and SyncDialog to new ISyncUI interface This interface can be implemented by other user interfaces for note sync. Tomboy.mdp | 1 + Tomboy/Synchronization/ISyncUI.cs | 43 ++++++++++++++++++++ Tomboy/Synchronization/SyncDialog.cs | 24 ++++------- Tomboy/Synchronization/SyncManager.cs | 70 ++++++++++++++++++--------------- 4 files changed, 91 insertions(+), 47 deletions(-) commit cfb1295896fa91ce5f5c678a1d472aa5572a3b69 Author: Sandy Armstrong Date: Mon Feb 8 11:40:25 2010 -0800 [sync] Whitespace fixes, comment cleanup Tomboy/Synchronization/SyncManager.cs | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) commit 82e91fb566b793b570d5c45c9048e13063323abc Author: Sandy Armstrong Date: Mon Feb 8 11:38:42 2010 -0800 [sync] Add ISyncServer.UpatesAvailableSince method Tomboy/Addins/WebSyncService/WebSyncServer.cs | 13 ++++++++++--- Tomboy/Synchronization/FileSystemSyncServer.cs | 5 +++++ Tomboy/Synchronization/SyncManager.cs | 3 ++- 3 files changed, 17 insertions(+), 4 deletions(-) commit ad659facc32405477cba1c9998d26f125b1a0408 Author: Sandy Armstrong Date: Mon Feb 8 11:36:55 2010 -0800 [sync] Don't try to handle conflicts when the notes are actually identical This makes sync a lot nicer when you already have your notes copied to a second machine, or when for whatever reason Tomboy thinks you changed your note but nothing important has changed. Tomboy/Note.cs | 40 +++++++++++++++++------- Tomboy/Synchronization/SyncManager.cs | 55 +++++++++++++++++++++++++++++++- 2 files changed, 81 insertions(+), 14 deletions(-) commit 879811c325e3020a1da5ec32f0aaed84ad16d76e Author: Sandy Armstrong Date: Mon Feb 8 11:30:31 2010 -0800 Add GuiUtiles.GtkInvokeAndWait method, use to clean up SyncManager Tomboy/Synchronization/SyncManager.cs | 66 ++++---------------------------- Tomboy/Utils.cs | 26 +++++++++++++ 2 files changed, 35 insertions(+), 57 deletions(-) commit ead26db8205cbdb2c5f84bd0dbe3e8642371740b Author: Sandy Armstrong Date: Mon Feb 8 11:29:45 2010 -0800 Add Note.Enabled and NoteManager.ReadOnly properties These will be used by autosync to prevent edits during background sync. .../NoteOfTheDay/NoteOfTheDayApplicationAddin.cs | 2 +- Tomboy/Note.cs | 13 +++++++++++++ Tomboy/NoteManager.cs | 5 +++++ Tomboy/RemoteControl.cs | 18 ++++++++++++++++++ 4 files changed, 37 insertions(+), 1 deletions(-) commit 8f60165b209679c0758324baafa21c7bd765ebbd Author: Sandy Armstrong Date: Mon Feb 8 10:24:42 2010 -0800 Add new file to POTFILES.in po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 179c8cd200754f77575f0aab5e476cdcdb980d54 Author: Sandy Armstrong Date: Sat Feb 6 22:47:45 2010 -0800 Allow user to decide if links are updated when renaming a note (bug #574485) By default, when renaming a note to which other notes have links, display a dialog explaining the situation, showing a list of affected notes, and letting the user pick which notes (if any) will be updated. Notes that are not updated will have the link removed (not just broken). The dialog also allows the user to set a preference to always show the dialog, or always update link text to reference the new note name, or always leave the text alone and remove the link. This preference has also been added to the Editing tab of the Prefs dialog. Tomboy.mdp | 1 + Tomboy/Makefile.am | 1 + Tomboy/Note.cs | 107 +++++++++++++++++++++-- Tomboy/NoteRenameDialog.cs | 205 +++++++++++++++++++++++++++++++++++++++++++ Tomboy/Preferences.cs | 5 + Tomboy/PreferencesDialog.cs | 49 +++++++++-- Tomboy/Watchers.cs | 26 +----- data/tomboy.schemas.in | 20 ++++ 8 files changed, 375 insertions(+), 39 deletions(-) commit 39c258c1f894a428da35bf83c34f0cea4b1ffdd7 Author: Theppitak Karoonboonyanan Date: Sun Feb 7 21:12:33 2010 +0700 Updated Thai translation. po/th.po | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) commit 71eb18d4d00351dfa27ae06b5c1e4f8ac3186360 Author: Theppitak Karoonboonyanan Date: Sun Feb 7 20:55:55 2010 +0700 Updated Thai translation. po/th.po | 280 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 136 insertions(+), 144 deletions(-) commit 212512ed4db1bc78fdf6fe90fd5fa1e43c2abfcc Author: Stefan Cosma Date: Fri Feb 5 01:14:50 2010 +0200 Prevent Tomboy from crashing if errors occur during a JumpList update (bug #608940) Tomboy/JumpListManager.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 61f71527c01926bf8e8f77cc7a6edf2a83baa3fd Author: Sandy Armstrong Date: Tue Feb 2 06:56:59 2010 -0800 Don't crash on startup on Win7 if there's no start note (bug #608779) Tomboy/JumpListManager.cs | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) commit a6a8a460ffa37a763d65b0837111075e22054136 Author: Christian.Kirbach Date: Wed Jan 27 13:59:22 2010 +0100 Updated German translation po/de.po | 507 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 256 insertions(+), 251 deletions(-) commit 57ac1ab43192a49ecb8213bc10c9b0a0dd48d818 Author: Sandy Armstrong Date: Mon Jan 25 13:43:53 2010 -0800 Bump version to 1.1.2 Setup/Setup.wxs | 2 +- Tomboy/Defines.WIN32.cs | 4 ++-- configure.in | 2 +- osx/Contents/Info.plist | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-)