commit 77d012da95221b0b25f92d2eae5915c8039dc2ab Author: Aaron Borden Date: Mon Jun 13 12:43:08 2011 -0700 Update copyright year to 2011 Tomboy/Tomboy.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1186d836953331c9ab2f63c10fe66875a151b4e3 Author: Aaron Borden Date: Mon Jun 13 12:34:31 2011 -0700 Update contributors list Tomboy/Tomboy.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 19e4c82001c031a577dbe5cb5ef9c01e5098b5cd Author: Aaron Borden Date: Mon Jun 13 12:05:44 2011 -0700 Add RemoveBrokenLinksAddin sources to POTFILES.in po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit c655a53ac139e5581b30ed706404c8653a8aa80e Author: Aaron Borden Date: Mon Jun 13 11:10:11 2011 -0700 Revert "Fix handling of ] } ) in links" This reverts commit bde1d9a547936b40d40fa627acf36f5b3b3dbd01. Patch introduces a regression. Since it is related to linking, we'll consider it severe enough that we should revert. There is a fix in bugzilla, once reviewed we can reapply the patches. Tomboy/Watchers.cs | 42 +----------------------------------------- 1 files changed, 1 insertions(+), 41 deletions(-) commit ba58ca6e84c164a8c646f6145630f4aeecbda039 Author: Matej Urbančič Date: Mon Jun 13 17:55:28 2011 +0200 Updated Slovenian translation po/sl.po | 285 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 149 insertions(+), 136 deletions(-) commit 21bfeccf54387a5fe8d2ef576ca72da765c84518 Author: Benjamin Podszun Date: Tue Apr 19 11:15:36 2011 +0200 Don't save unchanged new notes Supresses Note.Save () calls if the note title matches the new note title pattern & the content is the unchanged new note template text. Signed-off-by: Aaron Borden Tomboy/Note.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 6d83b32b3dbed81cec8f291a5ad4a9c6130c1168 Author: Jeff Tickle Date: Sat Jun 11 15:32:38 2011 -0700 Improvements for translators https://bugzilla.gnome.org/show_bug.cgi?id=514179 Signed-off-by: Aaron Borden Tomboy/Addins/Backlinks/BacklinksNoteAddin.cs | 1 + .../Addins/NoteOfTheDay/NoteOfTheDayPreferences.cs | 4 ++-- .../StickyNoteImport/StickyNoteImportNoteAddin.cs | 7 +++++-- Tomboy/NoteWindow.cs | 6 ++++-- data/tomboy.schemas.in | 4 ++-- 5 files changed, 14 insertions(+), 8 deletions(-) commit 8358cbe68da623d6416bd1e5b78d35e18317e508 Author: Michael Fletcher Date: Mon May 18 10:29:36 2009 -0600 Remove unmanaged window present code and replaced it with managed code. Eliminates two methods from libtomboy. Adapted from patch written by alp@atoker.com. Tomboy/Utils.cs | 6 ++---- libtomboy/tomboyutil.c | 44 -------------------------------------------- libtomboy/tomboyutil.h | 2 -- 3 files changed, 2 insertions(+), 50 deletions(-) commit bfc86f9cb6c423e18b12a0bfa6d447d5e8aaa4ca Author: Aaron Borden Date: Sat Jun 11 12:33:59 2011 -0700 Add debugging to PreferencesDialog loading Tomboy/PreferencesDialog.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 768b218ac38c35bee9d539a2e712e01eaad01cfb Author: Alex Tereschenko Date: Thu Nov 4 15:39:17 2010 +0300 New addin for removing broken links from notes (fix for bgo#384034) New RemoveBrokenLinks addin for removing all broken links from a note. Adds a menu item to the note's Tool menu. If "Highlight WikiWords" is enabled - WikiWord broken links are preserved. Tomboy.sln | 10 ++- Tomboy/Addins/Makefile.am | 1 + Tomboy/Addins/RemoveBrokenLinks/Makefile.am | 40 ++++++++ .../RemoveBrokenLinks/RemoveBrokenLinks.addin.xml | 21 ++++ .../RemoveBrokenLinks/RemoveBrokenLinks.csproj | 77 +++++++++++++++ .../RemoveBrokenLinks/RemoveBrokenLinksAddin.cs | 99 ++++++++++++++++++++ configure.in | 1 + 7 files changed, 248 insertions(+), 1 deletions(-) commit bde1d9a547936b40d40fa627acf36f5b3b3dbd01 Author: Sandy Armstrong Date: Fri Jun 10 16:55:43 2011 -0700 Fix handling of ] } ) in links https://bugzilla.gnome.org/show_bug.cgi?id=531085 Tomboy/Watchers.cs | 42 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 41 insertions(+), 1 deletions(-) commit f72e92f62bc5d166db466afabdd928eebd6fe3b0 Author: Jared Jennings Date: Fri Jun 10 15:40:08 2011 -0700 Fix focus chain in Search All Notes window https://bugzilla.gnome.org/show_bug.cgi?id=512175 Tomboy/RecentChanges.cs | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) commit 6137f40ba7c5ff290c19f2358079787eca8587ef Author: Pavol Klačanský Date: Fri Jun 10 13:23:30 2011 -0700 Specify utf8 encoding for sync confirmation page Fix for 622861 https://bugzilla.gnome.org/show_bug.cgi?id=622861 .../WebSyncService/WebSyncPreferencesWidget.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d8bb1579f4f3ad367e7b3adfefaaa1b584e44926 Author: Kjartan Maraas Date: Thu Jun 9 16:11:19 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 117 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 63 insertions(+), 54 deletions(-) commit 9815ac3faffa398e90a1b774ef94ab450a3bb6ea Author: Carles Ferrando Date: Sun May 29 19:06:32 2011 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 236 ++++++++++++++++++++++++++++++----------------------- 1 files changed, 133 insertions(+), 103 deletions(-) commit 2509092847fd3aa101c72f368b62879dc82a9692 Author: Iain Lane Date: Tue May 10 08:36:04 2011 +0100 Switch from NDesk Dbus to dbus-sharp Tomboy.mdp | 6 +++--- Tomboy/Addins/Tasque/RemoteControl.cs | 2 +- Tomboy/Addins/Tasque/TasqueNoteAddin.cs | 2 +- Tomboy/Gnome.Keyring/Ring.cs | 2 +- Tomboy/GnomeApplication.cs | 2 +- Tomboy/GnomeSession.cs | 2 +- Tomboy/RemoteControl.cs | 2 +- Tomboy/RemoteControlProxy.cs | 2 +- configure.in | 4 ++-- 9 files changed, 12 insertions(+), 12 deletions(-) commit acc69e8868a996bf5bad3c473cf7a35e7609494b Author: Kristjan SCHMIDT Date: Fri May 27 20:21:33 2011 +0200 Updated Esperanto translation po/eo.po | 304 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 161 insertions(+), 143 deletions(-) commit 62d86267513c8aaa7df5072cd4411cb807d178c2 Author: Olav Vitters Date: Tue May 24 16:56:35 2011 +0200 Use tar-ustar instead of tar-pax to ensure OpenBSD compatibility configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5ae7463891f6ea321135f589c30d6d8ea18a4971 Author: Andika Triwidada Date: Mon May 16 08:33:31 2011 +0700 Updated Indonesian translation po/id.po | 180 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 89 insertions(+), 91 deletions(-) commit 473b2c8d7196c39fc8c61e38a3438510e141766e Author: Matej Urbančič Date: Wed May 11 18:08:28 2011 +0200 Updated Slovenian translation po/sl.po | 118 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 65 insertions(+), 53 deletions(-) commit ab368fbdcb65d60bb0445af8e24a230840230eab Author: Yaron Shahrabani Date: Mon May 9 00:50:17 2011 +0300 Updated Hebrew translation. po/he.po | 133 +++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 81 insertions(+), 52 deletions(-) commit e57dd80e60e77d820519d69dd82d6cf4d55f2917 Author: Daniel Korostil Date: Fri May 6 19:57:04 2011 +0300 Uploaded Ukranian po/uk.po | 134 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 79 insertions(+), 55 deletions(-) commit 7ba21a7df7997806fcc59291810207e526622780 Author: Daniel Korostil Date: Fri May 6 19:49:54 2011 +0300 Uploaded Ukranian po/uk.po | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit 12e3cf82da558ae580d15ff3a7a8fcb2d25d6768 Author: Muhammet Kara Date: Tue May 3 12:38:19 2011 +0300 Updated Turkish translation po/tr.po | 5069 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 2534 insertions(+), 2535 deletions(-) commit 1b7c7bee7992d5781aff2bc9523412f642e6a432 Author: Muhammet Kara Date: Tue May 3 12:36:17 2011 +0300 Updated Turkish translation po/tr.po | 5087 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 2535 insertions(+), 2552 deletions(-) commit 7a1258fda0ee7c23b8531fc3c24e4f19eca9fb2a Author: Abduxukur Abdurixit Date: Sun May 1 20:11:06 2011 +0200 Added UG translation po/ug.po | 4312 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 2171 insertions(+), 2141 deletions(-) commit ea128605b6c863f355637e21ca517499e690a43b Author: Fran Diéguez Date: Sat Apr 30 23:05:37 2011 +0200 Updated galician translations po/gl.po | 139 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 81 insertions(+), 58 deletions(-) commit 5aaad80fe178a0de652d38b57192c54250b5be0d Author: Marek Černocký Date: Sat Apr 30 13:15:29 2011 +0200 Updated Czech translation po/cs.po | 159 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 97 insertions(+), 62 deletions(-) commit 6fbc544c9387571dbf7ca9ec985829699e02a0d0 Author: Muhammet Kara Date: Fri Apr 29 02:46:06 2011 +0300 Updated Turkish translation po/tr.po | 4641 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 2560 insertions(+), 2081 deletions(-) commit a03149f1acf70eaa4bd563d5982fc372b9d7b0f0 Author: Daniel Mustieles Date: Wed Apr 27 20:23:43 2011 +0200 Updated Spanish translation po/es.po | 80 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 45 insertions(+), 35 deletions(-) commit 5c7941bccd17a0c1014bc9d06aca833f96543834 Author: Greg Poirier Date: Sun Apr 17 22:06:20 2011 -0500 Allow the user to open multiple notes via keypress or menu bug 587499 Tomboy/RecentChanges.cs | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) commit b10187a468d83bb3f8db0e4b49bf0ef7dfd43b3d