commit 7f6cb0915c4f2951c276a7603015870a84b81885 Author: Sandy Armstrong Date: Mon Jan 25 12:55:34 2010 -0800 Update NEWS for 1.1.1 NEWS | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 278a85f3a9a35cf7bf3fa19a3d4ee49866319728 Author: Greg Poirier Date: Thu Jan 7 00:31:10 2010 -0600 Use FileChooserButton in Local Folder sync preferences (bug #592985) Instead of building and packing our own buttons and entry fields, use FileChooserButton. Then we don't have to worry about icons. .../FileSystemSyncServiceAddin.cs | 48 ++++---------------- 1 files changed, 9 insertions(+), 39 deletions(-) commit 3720de458a065d463b3a0eb6d3c06d9056419ff8 Author: Sandy Armstrong Date: Mon Jan 25 12:55:49 2010 -0800 Add pcutler to Contributors list Tomboy/Tomboy.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit c829483cfd96ae30eef2496110d2c42f4254c2ef Author: Gabriel Burt Date: Mon Nov 16 15:23:18 2009 -0800 Copy rich text to apps that support it (#431014) Tomboy/Makefile.am | 1 + Tomboy/NoteBuffer.cs | 52 ++++++++++++++ data/Makefile.am | 1 + data/tomboy-note-clipboard-html.xsl | 127 +++++++++++++++++++++++++++++++++++ 4 files changed, 181 insertions(+), 0 deletions(-) commit 09c2d5132930bbc41ace4952012dd7f44478124d Author: Sandy Armstrong Date: Mon Jan 25 09:25:30 2010 -0800 Add grep and gabaug to contributors list Tomboy/Tomboy.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 123677b19bf7cc54cf872c1ec0da2a544e0b0df2 Author: Sandy Armstrong Date: Sun Jan 24 21:35:19 2010 -0800 Restructure RemoteControl and command line execution One important thing to note is that we are no longer setting MONO_DISABLE_SHM=1 (see bug #514434), which means that Tomboy may write to disk every 40 seconds unless you upgrade to Mono 2.4.3 or later. This change was made so that we can depend on a named mutex for single-instance detection. Tomboy/RemoteControlProxy.cs | 11 ++--- Tomboy/Tomboy.cs | 90 ++++++++++++++++-------------------------- Tomboy/tomboy.in | 2 - 3 files changed, 39 insertions(+), 64 deletions(-) commit 5620e88354b6e3f0e2ad7ee31394981251945792 Author: Sandy Armstrong Date: Sun Jan 24 17:32:54 2010 -0800 Delay most work until after tray icon appears for 0.65 second startup Refactor NoteManager to push its work to an Initialize method, and provide Invoke methods that allow code to be executed only when the NoteManager is fully initialized. Use these Invoke methods to make clicking the tray icon and using global keybindings safe. RemoteControl work is on the way. Also delay SyncManager and ApplicationAddin initialization. Tomboy/Applet.cs | 37 ++++++++++++++++---------- Tomboy/NoteManager.cs | 65 +++++++++++++++++++++++++++++++++++++-------- Tomboy/PrefsKeybinder.cs | 22 ++++++++++----- Tomboy/Tomboy.cs | 25 ++++++++++++----- Tomboy/Tray.cs | 16 +++++----- 5 files changed, 115 insertions(+), 50 deletions(-) commit ae556b882d191701899f652ebd25bf7d74088314 Author: Alexander Shopov Date: Mon Jan 25 12:15:47 2010 +0200 Updated Bulgarian translation po/bg.po | 240 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 112 insertions(+), 128 deletions(-) commit 5ff67c1442743d8d55c06fb7cf7437eb64969aec Author: Stefan Cosma Date: Sun Nov 8 17:50:16 2009 +0200 Support Windows 7 Jump Lists (bug #587330) Tomboy.csproj | 16 +++- Tomboy/JumpListManager.cs | 205 ++++++++++++++++++++++++++++++++++++++ Tomboy/Tomboy.cs | 21 ++++ Tomboy/WindowsInterop.cs | 240 +++++++++++++++++++++++++++++++++++++++++++++ data/icons/new_note.ico | Bin 0 -> 1150 bytes data/icons/note.ico | Bin 0 -> 1150 bytes data/icons/search.ico | Bin 0 -> 894 bytes 7 files changed, 481 insertions(+), 1 deletions(-) commit c2072140ec571cd9fbea1958f26a7874d050bd50 Author: Sandy Armstrong Date: Sun Jan 24 23:28:23 2010 -0800 [Windows] Switch Tomboy project to .NET 3.5, require System.Core Tomboy.csproj | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 1af3a98b0e08a110b6843da40f92a974b0b425d3 Author: Sandy Armstrong Date: Sun Jan 24 23:25:49 2010 -0800 [Mac] Switch all projects to .NET 3.5 Tomboy-mac.csproj | 5 ++++- Tomboy/Addins/Backlinks/Backlinks-mac.csproj | 8 ++++---- Tomboy/Addins/Bugzilla/Bugzilla-mac.csproj | 8 ++++---- Tomboy/Addins/ExportToHtml/ExportToHtml-mac.csproj | 4 ++-- .../FileSystemSyncService-mac.csproj | 8 ++++---- Tomboy/Addins/FixedWidth/FixedWidth-mac.csproj | 8 ++++---- .../InsertTimestamp/InsertTimestamp-mac.csproj | 8 ++++---- .../NoteDirectoryWatcher-mac.csproj | 8 ++++---- Tomboy/Addins/NoteOfTheDay/NoteOfTheDay-mac.csproj | 8 ++++---- Tomboy/Addins/PrintNotes/PrintNotes-mac.csproj | 6 +++--- Tomboy/Addins/Underline/Underline-mac.csproj | 8 ++++---- 11 files changed, 41 insertions(+), 38 deletions(-) commit e56126565cfc3599f5f3ed2d67e6cfd014c351de Author: Paul Cutler Date: Sat Jan 23 15:13:24 2010 -0600 Fix typo in Evolution addin description and updated addin description to describe envelope icon Tomboy/Addins/Evolution/Evolution.addin.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 51e3d7cff8673ceb14cc9df6a8a67f18530c7469 Author: Jamil Ahmed Date: Fri Jan 22 12:58:12 2010 +0600 Updated Bengali translation po/bn.po | 183 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 103 insertions(+), 80 deletions(-) commit 190f9b044d84db5f0f2006080567bdf4b108ebb8 Author: Milo Casagrande Date: Sat Jan 16 15:28:47 2010 +0100 Updated Italian translation: fixed a couple of errors po/it.po | 245 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 120 insertions(+), 125 deletions(-) commit 0ccf000891f01f4201116aa41ed7ba4d09e79fe0 Author: Inaki Larranaga Murgoitio Date: Wed Jan 13 18:57:26 2010 +0100 Updated Basque language po/eu.po | 237 ++++++++++++++++++++++++++++--------------------------------- 1 files changed, 109 insertions(+), 128 deletions(-) commit 3375eafa90a6872d5e797157f3a1eae9b30b5b8c Author: Greg Poirier Date: Sun Jan 3 17:08:58 2010 -0600 Avoid crash on empty notebook name Fixes GNOME Bug #602483 -- check for null/empty string on OnNotebookRowEdited. Tomboy/RecentChanges.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit fc1c0d6cada4bf88c20d14577975c139837c7141 Author: Maxim V. Dziumanenko Date: Tue Jan 5 12:42:56 2010 +0200 Update Ukrainian translation po/uk.po | 263 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 131 insertions(+), 132 deletions(-) commit 4d771a7c4861fde2ae7c92227c69cc5cff19f3bb Author: Xandru Armesto Fernandez Date: Mon Jan 4 09:36:20 2010 +0100 Added asturian language po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3b1bd991bdbfc5681c4e52f1dc7c17101402b620 Author: Xandru Armesto Fernandez Date: Mon Jan 4 09:36:03 2010 +0100 Updated asturian language po/ast.po | 1922 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 1922 insertions(+), 0 deletions(-) commit fc317f80f35e5da8b7c02139b1402c33da863ecf Author: Ray Wang Date: Mon Jan 4 10:32:16 2010 +0800 Add Simplified Chinese help translation. help/Makefile.am | 2 +- help/zh_CN/zh_CN.po | 1682 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1683 insertions(+), 1 deletions(-) commit ce7dbaec164c08f2e63ef572b28abca2abf476ce Author: Kjartan Maraas Date: Sat Dec 5 20:28:36 2009 +0100 Updated Norwegian bokmål translation. po/nb.po | 230 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 112 insertions(+), 118 deletions(-) commit 219802a9fc75a4c14341897f3b84e9790ff366ba Author: Sandy Armstrong Date: Sat Dec 5 06:27:06 2009 -0800 [Mac] Fix project reference in PrintNotes (bug #594662) Tomboy/Addins/PrintNotes/PrintNotes-mac.csproj | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 37fe6d423e49dc46e080dbfbed869e05bc13927a Author: Yaron Shahrabani Date: Mon Nov 30 14:58:18 2009 +0200 Update Hebrew translation po/he.po | 141 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 68 insertions(+), 73 deletions(-) commit 3188425b7e21805ce2980d0642fa0e43c4e91072 Author: Daniel Nylander Date: Mon Nov 30 09:46:50 2009 +0100 Updated Swedish translation po/sv.po | 233 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 113 insertions(+), 120 deletions(-) commit 528357fbf233a45257a36c297895299d655301ec Author: Tao Wei Date: Sun Nov 29 23:08:50 2009 +0800 Updated Simplified Chinese translation. po/zh_CN.po | 772 +++++++++++++++++++++++++++-------------------------------- 1 files changed, 351 insertions(+), 421 deletions(-) commit f3cf59491d0ef8b26343379cdd99247ddb98a704 Author: Thomas Thurman Date: Thu Nov 26 20:22:56 2009 -0500 Shavian translation po/LINGUAS | 1 + po/en@shaw.po | 1562 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1563 insertions(+), 0 deletions(-) commit 99be4b967a95d157db9345cd082e1cfff9161ce3 Author: Ivar Smolin Date: Sat Nov 21 21:39:51 2009 +0200 Updating Estonian translation po/et.po | 85 +++++++++++++++++++++++-------------------------------------- 1 files changed, 32 insertions(+), 53 deletions(-) commit 2aedfedb53baa6b95e23b941d5eb233d9662c1ef Author: Daniel Mustieles Date: Thu Nov 19 20:20:15 2009 +0100 Updated Spanish translation po/es.po | 248 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 122 insertions(+), 126 deletions(-) commit 02f3e259594b053388eb05b4f3c68ae60a957557 Author: Matej Urbančič Date: Wed Nov 18 07:10:37 2009 +0100 Updated Slovenian translation po/sl.po | 205 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 99 insertions(+), 106 deletions(-) commit bf5afedd49f62f6bc7f881893e071633677716c7 Author: Sandy Armstrong Date: Mon Nov 16 16:36:31 2009 -0800 Fix mac build Tomboy/MacApplication.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 044dae7aee100a653e897d0538fecad7b983fad8 Author: Sandy Armstrong Date: Mon Nov 16 15:22:10 2009 -0800 Bump version to 1.1.1 Setup/Setup.wxs | 2 +- Tomboy/Defines.WIN32.cs | 4 ++-- configure.in | 2 +- osx/Contents/Info.plist | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-)