commit 14ea9d3fb7ad323a010d812c7a85d24d1dd28e46 Author: Sandy Armstrong Date: Mon May 25 13:48:36 2009 -0700 Update for 0.15.1. NEWS | 26 ++++++++++++++++++++++++-- 1 files changed, 24 insertions(+), 2 deletions(-) commit e80173c7f7669bcc1f16e3a1807df1a38afab058 Author: Sandy Armstrong Date: Sat May 9 11:08:09 2009 -0700 Initial work to stop wasting time looking up NoteTags in each Watcher. Tomboy/Watchers.cs | 42 +++++++++++++++++++----------------------- 1 files changed, 19 insertions(+), 23 deletions(-) commit fd730587c6c42c5a3471abe868e677e87844654d Author: Sandy Armstrong Date: Sat May 9 11:06:19 2009 -0700 Expose properties for commonly accessed tags. Tomboy/NoteTag.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit e9d19bb8f12e95907157d63d5c7a53fd35af6c3f Author: Sandy Armstrong Date: Mon May 25 12:30:55 2009 -0700 Add WebSyncServiceAddin to Mac build. Tomboy-mac.sln | 7 ++ .../WebSyncService/WebSyncService-mac.csproj | 108 ++++++++++++++++++++ 2 files changed, 115 insertions(+), 0 deletions(-) commit 17350a9f1ddbdfc71e23367acde50467a940b09f Author: Sandy Armstrong Date: Mon May 25 10:23:20 2009 -0700 Add WebSyncService add-in to POTFILES.in. po/POTFILES.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 71efea5aa63dd7eac3653ef9bda0c304267a91d5 Author: Sandy Armstrong Date: Mon May 25 10:22:59 2009 -0700 Require Mono 1.9.1 to *build* Tomboy. Fixes bug #573923. Note that this is just a build requirement; for now, Tomboy should still run on older versions of Mono. configure.in | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit b7e161c29012ba573c2930b1b1aa3f6df03c7bcb Author: Sandy Armstrong Date: Mon May 25 10:21:18 2009 -0700 Add WebSyncServiceAddin to Windows install. Setup/Files.wxs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 9c3f56e939aeb8382ace739d2e7f57064c80d53e Author: Sandy Armstrong Date: Mon May 25 09:33:59 2009 -0700 On Windows, manipulate PATH and GTK_BASEPATH environment variables to ensure the correct GTK+ is used. Fixes bug #558314. The value prepended to PATH can be overridden by setting the TOMBOY_PATH_PREFIX environment variable, and the value set to GTK_BASEPATH can be overridden with the TOMBOY_GTK_BASEPATH environment variable. Tomboy/Tomboy.cs | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) commit cb177fc87344486d993a06b77d814062b9f9397b Author: Sandy Armstrong Date: Mon May 25 07:06:46 2009 -0700 Add WebSyncServiceAddin to Windows build. Tomboy.sln | 8 ++ Tomboy/Addins/WebSyncService/WebSyncService.csproj | 99 ++++++++++++++++++++ 2 files changed, 107 insertions(+), 0 deletions(-) commit 1ce38e24a89e417e48fe0ccf5946ed8fa794fc1b Author: Sandy Armstrong Date: Mon May 25 07:00:09 2009 -0700 Don't show Start Here window on a first start if installed as a panel applet. Fixes BNC #299810. Tomboy/NoteManager.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 95f9483d9adcbe20cc6782e49aae9187543f8c60 Author: Sandy Armstrong Date: Mon May 25 06:56:31 2009 -0700 Make Tomboy.IsPanelApplet give an accurate value as early as possible. Tomboy/Tomboy.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit e601c97e1ad9ae84ed0d5c1cfe369cd44ce4238a Author: Sandy Armstrong Date: Mon May 25 06:55:35 2009 -0700 Use a relative path for Tomboy help. Fixes BNC #326457. Tomboy/Defines.cs.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b2011dfeb87f2ed92520bfbec2bbcff9ffa04115 Author: Jorge Gonzalez Date: Sun May 24 16:42:02 2009 +0200 Updated Spanish translation help/es/es.po | 29 +++++++---------------------- 1 files changed, 7 insertions(+), 22 deletions(-) commit ee0d79181f198d732168b3888eedd394c0e19a60 Author: Jan Rüegg Date: Fri May 22 15:21:07 2009 +0200 Added "search for phrases". Fixes bug #551097. Tomboy/NoteWindow.cs | 2 +- Tomboy/Search.cs | 24 +++++++++++++++++++++--- 2 files changed, 22 insertions(+), 4 deletions(-) commit 11539e590aa22102cd3637f272e4721af8021ec8 Author: Sandy Armstrong Date: Sat May 23 21:34:57 2009 -0700 Properly encode/decode note title for XML and JSON. Tomboy/Addins/WebSyncService/NoteConvert.cs | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) commit ab32ef3826e1e95b3468b162ffdb08d1ab6e8c3f Author: Sandy Armstrong Date: Sat May 23 19:57:30 2009 -0700 REST API now removes title from content completely. Implement in NoteConvert, with corresponding unit test. Set URI correctly when creating NoteData from NoteInfo. Tomboy/Addins/WebSyncService/NoteConvert.cs | 56 ++++- .../WebSyncService/Tests/NoteConvertTests.cs | 247 +++++++++++++++++++- 2 files changed, 289 insertions(+), 14 deletions(-) commit 5261f271d3a3b877b9301466989af944df6016bc Author: Sandy Armstrong Date: Sat May 23 06:29:50 2009 -0700 Switch AddinInfoDialog from using Gtk.Stock.Info to Gtk.Stock.DialogInfo, fixing bug #508844. Tomboy/PreferencesDialog.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e3dbcac334046b89dcf6c24392083068fd0eccd1 Author: Benjamin Podszun Date: Fri May 22 18:15:17 2009 +0200 Close findbar on escape, even if it has not the focus. Fixes bug #540822 Tomboy/NoteWindow.cs | 25 ++++++------------------- 1 files changed, 6 insertions(+), 19 deletions(-) commit 5bfe43adc8d6e76b69febdafb81d479c3a066ced Author: Benjamin Podszun Date: Fri May 22 12:45:53 2009 +0200 Disable synchronization menu items unless a backend is configured Fixes bug #473335 Tomboy/NoteWindow.cs | 33 +++++++++++++++++++++++++++------ Tomboy/Synchronization/SyncManager.cs | 20 ++++++++++++++++++-- 2 files changed, 45 insertions(+), 8 deletions(-) commit fa56fca907a9f3eb8b994f05d8f6c78e3265df6e Author: Benjamin Podszun Date: Wed May 20 22:25:16 2009 +0200 Set the focus on the search field every time the recent changes window is presented Fixes bug #535131 Tomboy/RecentChanges.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit 9364ef594e5c8c12f7ddb1a57c12affe5c713449 Author: Benjamin Podszun Date: Wed May 20 22:53:09 2009 +0200 Save the splitter position for the search window Fixes bug #563744 Tomboy/Preferences.cs | 1 + Tomboy/RecentChanges.cs | 13 +++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) commit e6066330d16fa0c922bd3b880c582f6fb886563b Author: Sandy Armstrong Date: Tue May 19 14:19:53 2009 -0700 Add support for current-sync-guid user resource field, use as server ID. Tomboy/Addins/WebSyncService/Api/UserInfo.cs | 16 ++++++++++------ Tomboy/Addins/WebSyncService/WebSyncServer.cs | 5 ++++- 2 files changed, 14 insertions(+), 7 deletions(-) commit 74bf528e35cdbb5369770ebc54c953536d914713 Author: Sandy Armstrong Date: Tue May 19 13:14:14 2009 -0700 Comment-out sample debug code that saves last JSON response in *my* home directory. Tomboy/Addins/WebSyncService/Api/UserInfo.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit e25f6c7a37672b9ef569c4812de20918e631c17f Author: Sandy Armstrong Date: Tue May 19 13:00:14 2009 -0700 When converting to NoteData, only GUID, Title, NoteContent, and NoteContentVersion are required NoteInfo fields. Tomboy/Addins/WebSyncService/NoteConvert.cs | 22 +++++++++++++++------- 1 files changed, 15 insertions(+), 7 deletions(-) commit 3567317ff482abdf8a6af5a76375287b6a794fe3 Author: Sandy Armstrong Date: Tue May 19 12:54:06 2009 -0700 Add initial support for "pinned" state. Tomboy/Addins/WebSyncService/Api/NoteInfo.cs | 7 +++++++ Tomboy/Addins/WebSyncService/NoteConvert.cs | 2 ++ 2 files changed, 9 insertions(+), 0 deletions(-) commit f6b21fa253cc355fdb3da9b2c0a27c5372442ba3 Author: Sandy Armstrong Date: Tue May 19 12:39:25 2009 -0700 Pull latest-sync-revision out of more JSON responses, use that to verify revision instead of repeatedly requesting the User resource. Tomboy/Addins/WebSyncService/Api/UserInfo.cs | 55 ++++++++++++++++++------- Tomboy/Addins/WebSyncService/WebSyncServer.cs | 52 ++++++++++++----------- 2 files changed, 67 insertions(+), 40 deletions(-) commit baddce1ffb7890dd569a38aff9a5d7ab3808fdd0 Author: Sandy Armstrong Date: Tue May 19 12:36:00 2009 -0700 Throw exception if returned HTTP status code is not OK or CREATED. Add some debug messages to show requests and corresponding response status codes. Tomboy/Addins/WebSyncService/Api/WebHelper.cs | 22 ++++++++++++++++------ 1 files changed, 16 insertions(+), 6 deletions(-) commit 86f907667bf62dbef3d1c0f881e842687561ce5a Author: Sandy Armstrong Date: Mon May 18 17:23:49 2009 -0700 Fix whitespace. Tomboy/Synchronization/SyncManager.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit e7e5ffb11543a4b47eee970dfccd2845f0dda1f9 Author: Ivar Smolin Date: Tue May 19 19:35:16 2009 +0300 Updating Estonian translation po/et.po | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) commit a5f5593ec8f994eac8f4c23d367d5b2703c5c526 Author: Jorge Gonzalez Date: Mon May 18 21:16:16 2009 +0200 Updated Spanish translation help/es/es.po | 272 ++++++++++++++++++++++++++++----------------------------- 1 files changed, 134 insertions(+), 138 deletions(-) commit b1efa51d314a43e8500ac8d37f14fb208d9e420f Author: Sandy Armstrong Date: Mon May 18 06:58:56 2009 -0700 Manage pendingCommits list properly. Tomboy/Addins/WebSyncService/WebSyncServer.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 3cdcd03b4838a5168d3c8da62ba1ae6a221e7ed8 Author: Sandy Armstrong Date: Mon May 18 06:58:21 2009 -0700 Implement GetAllNoteUUIDs. Tomboy/Addins/WebSyncService/WebSyncServer.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit fbf6b8c22d5c243786c775c07ae7d5c08d1d21aa Author: Sandy Armstrong Date: Mon May 18 06:56:57 2009 -0700 Make sure to use Value property on nullables, when assigning to Object type. Tomboy/Addins/WebSyncService/Api/NoteInfo.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit bb36f530330dec981c31cb5eac091d3862b01c60 Author: Sandy Armstrong Date: Mon May 18 06:55:56 2009 -0700 Update use of LatestSyncRevision/LastSyncRevision in WebSyncServer, UserInfo, and NoteInfo. Tomboy/Addins/WebSyncService/Api/NoteInfo.cs | 5 +++-- Tomboy/Addins/WebSyncService/Api/UserInfo.cs | 7 ++++++- Tomboy/Addins/WebSyncService/WebSyncServer.cs | 4 ++++ 3 files changed, 13 insertions(+), 3 deletions(-) commit f9c860ef9189bf3ed793d91534dc09076be72e58 Author: Sandy Armstrong Date: Mon May 18 06:54:01 2009 -0700 Abstract-out authentication methods when using WebHelper, and implement for UserInfo. Also, fixed request URLs to prepend a base URL to the "/username/notes"-type values that are returned from Snowy. Tomboy/Addins/WebSyncService/Api/UserInfo.cs | 33 +++++++++++--- Tomboy/Addins/WebSyncService/Api/WebHelper.cs | 59 +++++++++++++++++++++++- Tomboy/Addins/WebSyncService/WebSyncServer.cs | 4 +- 3 files changed, 85 insertions(+), 11 deletions(-) commit 813136d724c9f8597850001c492c3b23224b54b9 Author: Sandy Armstrong Date: Mon May 18 06:48:03 2009 -0700 Implement WebSync preferences. Note that the password is saved in the clear for now. Tomboy/Addins/WebSyncService/WebSyncServer.cs | 2 +- .../Addins/WebSyncService/WebSyncServiceAddin.cs | 109 ++++++++++++++++++-- 2 files changed, 103 insertions(+), 8 deletions(-) commit a60fe43a0034d5199b6efdbbaf07eba259cd9ca6 Author: Sandy Armstrong Date: Sun May 17 07:44:52 2009 -0700 Coding standards fixes. Repair whitespace and replace use of "" with string.Empty. Tomboy/RemoteControl.cs | 22 ++++++++-------- Tomboy/Synchronization/SyncManager.cs | 43 +++++++++++++-------------------- 2 files changed, 28 insertions(+), 37 deletions(-) commit 0e0cf48199a7b97a37a80672aea62f58a405c64a Author: Sandy Armstrong Date: Sun May 17 07:44:10 2009 -0700 Forced update from MonoDevelop. Tomboy.mds | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 3fe1bdc5fc9fd47c73aade18a0af11204cf8cc93 Author: Sandy Armstrong Date: Sun May 17 07:42:12 2009 -0700 Add missing WebSyncService files to MD project. Tomboy.mdp | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit deb42e1702f4d05c3b0c2381980a086c4ba8415d Author: Sandy Armstrong Date: Sun May 17 07:41:40 2009 -0700 Add initial unit tests for WebSyncService, some not yet started. .../WebSyncService/Api/Tests/NoteInfoTests.cs | 83 +++++++++++++++ .../Api/Tests/ResourceReferenceTests.cs | 111 ++++++++++++++++++++ .../WebSyncService/Api/Tests/UserInfoTests.cs | 37 +++++++ Tomboy/Addins/WebSyncService/Makefile.am | 2 + .../WebSyncService/Tests/NoteConvertTests.cs | 43 ++++++++ 5 files changed, 276 insertions(+), 0 deletions(-) commit 6732d82a38d137582b4237a3b6e82afade7e9c50 Author: Sandy Armstrong Date: Sun May 17 07:40:11 2009 -0700 Use Hyena.Json.Serializer to generate note-changes JSON. Tomboy/Addins/WebSyncService/Api/UserInfo.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit e16efc8a5aedc9dbde62d8dff5aac7f1ff5ae73c Author: Sandy Armstrong Date: Mon May 18 06:58:00 2009 -0700 Make noteContentRegex use Singleline option. Tomboy/Addins/WebSyncService/NoteConvert.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 4f69abffd3233eab79e7d3b9a50a9ab9b4e466d9 Author: Sandy Armstrong Date: Sun May 17 07:39:18 2009 -0700 Use nullables to represent missing JSON fields in NoteInfo and UserInfo, and migrate conversion methods to new NoteConvert class. Tomboy/Addins/WebSyncService/Api/NoteInfo.cs | 92 +++++++++++++---------- Tomboy/Addins/WebSyncService/Api/UserInfo.cs | 2 +- Tomboy/Addins/WebSyncService/Makefile.am | 1 + Tomboy/Addins/WebSyncService/NoteConvert.cs | 99 +++++++++++++++++++++++++ Tomboy/Addins/WebSyncService/WebSyncServer.cs | 65 +--------------- 5 files changed, 158 insertions(+), 101 deletions(-) commit 864993c7b12b130eaa0fdc6ca9c83e85611a8fb5 Author: Sandy Armstrong Date: Sun May 17 07:29:51 2009 -0700 Add Hyena.Json.Serializer, associated tests, and a README for contributors. Tomboy/Addins/WebSyncService/Hyena.Json/README | 16 ++ .../Addins/WebSyncService/Hyena.Json/Serializer.cs | 146 +++++++++++++++++ .../Hyena.Json/Tests/SerializerTests.cs | 166 ++++++++++++++++++++ 3 files changed, 328 insertions(+), 0 deletions(-) commit c4cdb271bd8b12ba14ad8b7247012d06e8a5d0a4 Author: Sandy Armstrong Date: Sun May 17 07:28:09 2009 -0700 Support integers separately from other number types. Previously, all numbers were stored as doubles, forcing the library user to make the type determination. .../Hyena.Json/Tests/TokenizerTests.cs | 31 ++++++++-------- Tomboy/Addins/WebSyncService/Hyena.Json/Token.cs | 5 +++ .../Addins/WebSyncService/Hyena.Json/TokenType.cs | 7 ++-- .../Addins/WebSyncService/Hyena.Json/Tokenizer.cs | 38 +++++++++++++------- 4 files changed, 50 insertions(+), 31 deletions(-) commit beec2a7fc89a0412f3a2b1940cbecd3da73a2736 Author: Sandy Armstrong Date: Sun May 17 07:23:59 2009 -0700 Support building Hyena.Json unit tests when mono-nunit available. Tomboy.mdp | 1 + .../Hyena.Json/Tests/DeserializerTests.cs | 2 +- .../Hyena.Json/Tests/TokenizerTests.cs | 2 +- Tomboy/Addins/WebSyncService/Makefile.am | 18 ++++++++++++------ 4 files changed, 15 insertions(+), 8 deletions(-) commit 8bd6d33f7f904f0208471da814a9c770bbeddc0a Author: Sandy Armstrong Date: Sun May 17 07:42:50 2009 -0700 Check for "mono-nunit" package, not "nunit". configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2d23f978e7817b06df445daaf0c0d0e5bd1dc146 Author: Sandy Armstrong Date: Fri May 15 18:49:14 2009 -0700 Switch to using Hyena.Json for deserialization (serialization not implemented yet). Also, add NoteInfo.NoteContentVersion and implement conversion between Note<->NoteInfo. Tomboy.mdp | 10 ++- Tomboy/Addins/WebSyncService/Api/NoteInfo.cs | 122 ++++++++++++++++++++ .../Addins/WebSyncService/Api/ResourceReference.cs | 25 ++++ Tomboy/Addins/WebSyncService/Api/UserInfo.cs | 98 ++++++++++++++-- Tomboy/Addins/WebSyncService/Makefile.am | 13 +- Tomboy/Addins/WebSyncService/WebSyncServer.cs | 36 ++++++- 6 files changed, 284 insertions(+), 20 deletions(-) commit 450c7fd5b100dd19581d60fc884b6e549fa048bf Author: Sandy Armstrong Date: Fri May 15 18:47:00 2009 -0700 Import Hyena.Json from Banshee. .../WebSyncService/Hyena.Json/Deserializer.cs | 163 ++++++++++ .../WebSyncService/Hyena.Json/IJsonCollection.cs | 39 +++ .../Addins/WebSyncService/Hyena.Json/JsonArray.cs | 60 ++++ .../Addins/WebSyncService/Hyena.Json/JsonObject.cs | 60 ++++ .../Hyena.Json/Tests/DeserializerTests.cs | 102 +++++++ .../Hyena.Json/Tests/TokenizerTests.cs | 207 +++++++++++++ Tomboy/Addins/WebSyncService/Hyena.Json/Token.cs | 111 +++++++ .../Addins/WebSyncService/Hyena.Json/TokenType.cs | 51 ++++ .../Addins/WebSyncService/Hyena.Json/Tokenizer.cs | 316 ++++++++++++++++++++ 9 files changed, 1109 insertions(+), 0 deletions(-) commit ed3fc94f03bc9c669ae5db491121ce0bf2068398 Author: Sandy Armstrong Date: Fri May 15 12:22:32 2009 -0700 Flesh-out API classes and WebSyncServer. Tomboy/Addins/WebSyncService/Api/NoteInfo.cs | 22 +++++--- Tomboy/Addins/WebSyncService/Api/UserInfo.cs | 44 ++++++++++++++- Tomboy/Addins/WebSyncService/WebSyncServer.cs | 73 +++++++++++++++++++++++-- 3 files changed, 121 insertions(+), 18 deletions(-) commit 98d228ec1ca368ff54f0232104354429007fee05 Author: Sandy Armstrong Date: Fri May 15 12:21:33 2009 -0700 Add new web API files. Tomboy.mdp | 2 + .../Addins/WebSyncService/Api/ResourceReference.cs | 35 +++++++ Tomboy/Addins/WebSyncService/Api/WebHelper.cs | 99 ++++++++++++++++++++ Tomboy/Addins/WebSyncService/Makefile.am | 4 +- 4 files changed, 139 insertions(+), 1 deletions(-) commit 3de83019585fc38578ccfb6646f16cd85ed088b5 Author: Sandy Armstrong Date: Thu May 14 17:54:19 2009 -0700 Add skeleton of WebSyncServiceAddin for supporting Snowy sync. Tomboy.mdp | 7 ++ Tomboy/Addins/Makefile.am | 3 +- Tomboy/Addins/WebSyncService/Api/NoteInfo.cs | 51 +++++++++ Tomboy/Addins/WebSyncService/Api/UserInfo.cs | 52 +++++++++ Tomboy/Addins/WebSyncService/Makefile.am | 46 ++++++++ Tomboy/Addins/WebSyncService/WebSyncServer.cs | 105 ++++++++++++++++++ .../Addins/WebSyncService/WebSyncService.addin.xml | 21 ++++ .../Addins/WebSyncService/WebSyncServiceAddin.cs | 114 ++++++++++++++++++++ configure.in | 1 + 9 files changed, 399 insertions(+), 1 deletions(-) commit 54c0eee94ebdabb4c16491dfe541cb15b3d0bd56 Author: Fran Dieguez Date: Mon May 18 15:35:08 2009 +0200 Updated Galician Translation. po/gl.po | 1031 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 576 insertions(+), 455 deletions(-) commit c16c4a47116fcc0ecc08f63863c3307b251d3248 Author: Fotis Tsamis Date: Sat May 16 00:23:27 2009 +0100 Updated Greek translation help/el/el.po | 2128 ++++++++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 1569 insertions(+), 559 deletions(-) commit edf28d88b86a44223071e685dc9cecde6b2eb681 Author: Benjamin Podszun Date: Sun May 10 23:04:07 2009 +0200 Major whitespace cleanup to prepare for bug fixes/patches Tomboy/RecentChanges.cs | 2181 +++++++++++++++++++++++------------------------ 1 files changed, 1088 insertions(+), 1093 deletions(-) commit 5fd95754234657b086b5f8b13c546980d0872b87 Author: Stefan Schweizer Date: Wed May 13 11:04:09 2009 +0200 Fix middle-click pasting of links Prevent activation of links that have just been middle-click pasted to a note. Closes: bgo#414029. Tomboy/NoteTag.cs | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) commit 866c13b5f99152ea177ca3ac54774da6123dc473 Author: Stefan Schweizer Date: Wed May 6 14:41:14 2009 +0200 Allow dragging of hyperlinks with the mouse Links are now activated when the mouse button is released, not when pressed. Closes: bgo#414029. Tomboy/NoteTag.cs | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) commit aa29f2a9b5b15456522dc0c0cc43dc054ec7265d Author: Paul Cutler Date: Wed May 13 11:04:34 2009 -0500 Added COPYING-DOCS file for bugg 582371 COPYING-DOCS | 355 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 355 insertions(+), 0 deletions(-) commit 3c139a9304bc40dbc3fa0bcac86537deb6d4de4d Author: Sandy Armstrong Date: Tue May 12 15:00:26 2009 -0700 Better message when gnome-common is missing. autogen.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ef6b8ee1d0804610533cb9af1db2ce0300012a28 Author: Paul Cutler Date: Mon May 11 15:48:34 2009 -0500 Added sync how to for sshfs with Seahorse help/C/tomboy.xml | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) commit 4912399ae3a467aa98aba0cde54366c2e4dc4b9e Author: Sandy Armstrong Date: Mon May 11 09:00:12 2009 -0700 Whitespace fixes in Mac solution. Tomboy-mac.sln | 174 +++++++++--------- .../NoteDirectoryWatcher-mac.csproj | 186 ++++++++++---------- 2 files changed, 180 insertions(+), 180 deletions(-) commit 45a8d76431e85972e4efe4a8be770a5a68ade457 Author: Paul Cutler Date: Mon May 11 09:23:51 2009 -0500 Changed rev to GDP standards, updated date typo and pulse status help/C/tomboy.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 2160c2fa5613813e0f192c8744cea526e25f94b1 Author: Sandy Armstrong Date: Sun May 10 09:36:59 2009 -0700 More defensive note XML parsing, to prevent crashes like in bug #581844. Tomboy/Note.cs | 64 +++++++++++++++++++-------- Tomboy/Synchronization/TomboySyncClient.cs | 2 +- 2 files changed, 46 insertions(+), 20 deletions(-) commit 9034fb6c7593220efc096d5f797cbe7d6c1a78f2 Author: Oleg Shmelyov Date: Sun May 10 19:07:45 2009 +0400 Updated Russian translation help/ru/ru.po | 1316 +++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 802 insertions(+), 514 deletions(-) commit a42c67299c83f5f2063472e70f8ab3fee353c12e Author: Marios Zindilis Date: Sun May 10 10:37:04 2009 +0100 Updated Greek translation po/el.po | 201 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 104 insertions(+), 97 deletions(-) commit 58c14395ef6d5f3a08898bc1addc27c5ecf1fa00 Author: Florian Pinault Date: Sat May 9 06:11:17 2009 -0700 Remove separator from advanced sync preferences dialog. Fixes bug #574154. Tomboy/PreferencesDialog.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit e7b981f21373482c50401f0e2cdfe4a92816b8d4 Author: Jorge Gonzalez Date: Sat May 9 11:12:54 2009 +0200 Updated Spanish translation help/es/es.po | 890 ++++++++++++++++++++++++++++++++------------------------- 1 files changed, 508 insertions(+), 382 deletions(-) commit 6c29d6c7bf9b9f354490c27073fb7c2dbe28595b Author: Fotis Tsamis Date: Sat May 9 02:27:54 2009 +0100 Added Greek figures help/el/figures/add-notebook-search.png | Bin 0 -> 55399 bytes help/el/figures/add-to-notebook.png | Bin 0 -> 40297 bytes help/el/figures/delete-notebook.png | Bin 0 -> 50300 bytes help/el/figures/new-notebook.png | Bin 0 -> 26073 bytes help/el/figures/note-template.png | Bin 0 -> 49440 bytes help/el/figures/tomboy-main-menu.png | Bin 0 -> 40810 bytes help/el/figures/tomboy-new-note.png | Bin 0 -> 23122 bytes help/el/figures/tomboy-panel.png | Bin 0 -> 4150 bytes help/el/figures/tomboy-preferences-add-ins.png | Bin 0 -> 53706 bytes help/el/figures/tomboy-preferences-editing.png | Bin 0 -> 53239 bytes help/el/figures/tomboy-preferences-hotkeys.png | Bin 0 -> 44234 bytes .../figures/tomboy-preferences-synchronization.png | Bin 0 -> 39361 bytes 12 files changed, 0 insertions(+), 0 deletions(-) commit 25c222b451f16892527498f4d301abf23e562d47 Author: Jorge Gonzalez Date: Fri May 8 21:10:28 2009 +0200 Updated Spanish translation po/es.po | 87 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 49 insertions(+), 38 deletions(-) commit 994b9c37dce946e92f8594f5f129efac8ac5e375 Author: Sandy Armstrong Date: Thu May 7 18:12:44 2009 -0700 Use a Button instead of a LinkButton for "Open New Note Template". Fixes bug #581582. This works around an issue in Ubuntu 9.04 where activating a LinkButton without a URI results in an error dialog. Tomboy/PreferencesDialog.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit bafbfc3f1c77e4c04cc272af80b61f10421d1982 Author: Sandy Armstrong Date: Thu May 7 18:01:56 2009 -0700 Check that FUSE is enabled using /proc/filesystems, not lsmod. Fixes bug #500524. Thanks to alonlevy1@gmail.com and Martin Pitt for the help fixing this bug. Tomboy/Synchronization/SyncUtils.cs | 36 ++++++++++------------------------ 1 files changed, 11 insertions(+), 25 deletions(-) commit ceb0a86bc978328ac63c206c1041bfdc9c16238e Author: Ivar Smolin Date: Wed May 6 19:47:00 2009 +0300 Updating Estonian translation po/et.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 07c1dffdca633cd7ca63bdf9f64fe655f40ad432 Author: Sandy Armstrong Date: Tue May 5 08:12:30 2009 -0700 Ignore Mac-specific files. .gitignore | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit 26bce8f0dc241b78a34b288ae22feb43d83754fc Author: Sandy Armstrong Date: Tue May 5 08:12:04 2009 -0700 Add NoteDirectoryWatcher to Mac build. Tomboy-mac.sln | 7 ++ .../NoteDirectoryWatcher-mac.csproj | 94 ++++++++++++++++++++ 2 files changed, 101 insertions(+), 0 deletions(-) commit 1be6b5f8c976ed7a4453992f496fa51cb713ecd3 Author: Sandy Armstrong Date: Mon May 4 23:08:50 2009 -0700 Add NoteDirectoryWatcher to install, and reference assemblies directly out of winbin instead of bin\Debug. Setup/Files.wxs | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) commit e32a5822147a3069828a40e506344f389de1b5fc Author: Sandy Armstrong Date: Mon May 4 17:34:30 2009 -0700 Reorganize windows installer, mainly to fix uninstall. Based on a patch from Joel "Jaykul" Bennett. Setup/Files.wxs | 113 +++++++++++++++++++++++++++++-------------------------- Setup/Setup.wxs | 32 +++++++++++----- 2 files changed, 82 insertions(+), 63 deletions(-) commit 358c8c157e8d1e8f62a866027d32805431f674aa Author: Sandy Armstrong Date: Mon May 4 23:42:35 2009 -0700 Ignore additional Windows-specific files. .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 8397daa37fc7bf9cac974df789caf77e6e13e165 Author: Sandy Armstrong Date: Mon May 4 23:42:22 2009 -0700 Update references, remove obsolete files. Tomboy.csproj | 21 +++++++++------------ 1 files changed, 9 insertions(+), 12 deletions(-) commit 2c1d63753019b9d232f9ea284ee9eb601db76c62 Author: Sandy Armstrong Date: Mon May 4 23:42:55 2009 -0700 Add NoteDirectoryWatcher to the Windows build. Tomboy.sln | 8 ++ .../NoteDirectoryWatcher.csproj | 85 ++++++++++++++++++++ 2 files changed, 93 insertions(+), 0 deletions(-) commit 0d69d20415244b9164cf18369a04c6bf7f93875e Author: Sandy Armstrong Date: Tue May 5 00:13:51 2009 -0700 Fix whitespace in Visual Studio solution files. Tomboy.csproj | 598 ++++++++++++++++++++++++++++---------------------------- Tomboy.sln | 204 ++++++++++---------- 2 files changed, 401 insertions(+), 401 deletions(-) commit 9191a56fb1552c160447743f5bbe5382b43a25ab Author: Sandy Armstrong Date: Mon May 4 14:36:25 2009 -0700 Bump version to 0.15.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(-)