commit 6f031efb7e5a905704ef6ee877f5240a3b0a4a86 Author: Alex Tereschenko Date: Sat Feb 4 14:54:36 2017 +0100 NEWS: update for 1.15.7 release Signed-off-by: Alex Tereschenko NEWS | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) commit fd332f13651d6619aadc1e685412f5b5634badb9 Author: Alex Tereschenko Date: Sat Jan 28 21:18:58 2017 +0100 AdvancedPreferences addin: correct Win build output path Signed-off-by: Alex Tereschenko Tomboy/Addins/AdvancedPreferences/AdvancedPreferences.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8880bf953af66bdf6110f0f03d3173c0ffd40468 Author: Alex Tereschenko Date: Sat Jan 28 20:59:23 2017 +0100 Update copyright year Signed-off-by: Alex Tereschenko Tomboy/Tomboy.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit f770422c76f313c604e57f770d7dd32a9a1f965f Author: Alex Tereschenko Date: Sat Jan 28 19:43:30 2017 +0100 .gitignore: add VS user prefs file, remove duplicate entries Signed-off-by: Alex Tereschenko .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit fbaeeece6e0576aa39442d68683ff848990c37d6 Author: Alex Tereschenko Date: Sat Jan 28 19:37:25 2017 +0100 winbin: update Mono.Addins to version 1.3.2 To be more precise, that's 1.3.2+ (master as of today, commit hash f4dc9379cd3b0e14661d8b47e779cff037a6520c). The update mandated bumping up target .NET profile from 4.0 to 4.5. This fixes issue #34. Signed-off-by: Alex Tereschenko Setup/Files.wxs | 1 - Setup/Setup.wxs | 9 +- Tomboy.csproj | 556 +++++++++++---------- Tomboy.sln | 282 +++++------ .../AdvancedPreferences/AdvancedPreferences.csproj | 164 +++--- Tomboy/Addins/Backlinks/Backlinks.csproj | 5 + Tomboy/Addins/Bugzilla/Bugzilla.csproj | 5 + Tomboy/Addins/ExportToHtml/ExportToHtml.csproj | 5 + .../FileSystemSyncService.csproj | 5 + Tomboy/Addins/FixedWidth/FixedWidth.csproj | 5 + .../Addins/InsertTimestamp/InsertTimestamp.csproj | 5 + .../NoteDirectoryWatcher.csproj | 259 +++++----- Tomboy/Addins/NoteOfTheDay/NoteOfTheDay.csproj | 5 + Tomboy/Addins/PrintNotes/PrintNotes.csproj | 5 + .../RemoveBrokenLinks/RemoveBrokenLinks.csproj | 182 +++---- Tomboy/Addins/Underline/Underline.csproj | 263 +++++----- Tomboy/Addins/WebSyncService/WebSyncService.csproj | 305 +++++------ app.config | 3 + winbin/ICSharpCode.SharpZipLib.dll | Bin 131584 -> 200704 bytes winbin/Mono.Addins.CecilReflector.dll | Bin 372736 -> 216576 bytes winbin/Mono.Addins.Gui.dll | Bin 159744 -> 239616 bytes winbin/Mono.Addins.Setup.dll | Bin 98304 -> 123392 bytes winbin/Mono.Addins.dll | Bin 188416 -> 229376 bytes winbin/Mono.Addins.dll.config | 2 +- winbin/MonoPosixHelper.dll | Bin 393416 -> 0 bytes 25 files changed, 1081 insertions(+), 985 deletions(-) commit b367cbf08885751b965652c6b8161a2db7ffc55d Author: Piotr Drąg Date: Mon Jan 30 01:47:30 2017 +0100 Update Polish translation po/pl.po | 325 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 178 insertions(+), 147 deletions(-) commit b96624d7df1b2e6ac0dd31a92ba1849f3aa9c175 Author: Jordi Mas Date: Thu Jan 26 07:14:39 2017 +0100 Update Catalan translation po/ca.po | 367 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 202 insertions(+), 165 deletions(-) commit 813988aea62411ca3b9b6cea25e3ecfc38a8f336 Author: Alex Tereschenko Date: Tue Jan 24 20:51:49 2017 +0100 Update help for new custom search match color option Signed-off-by: Alex Tereschenko help/C/note-edit-prefs.page | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) commit 477e0541ac72285e004961f514a53f4d58e016f1 Author: Alex Tereschenko Date: Sun Jan 22 02:14:33 2017 +0100 Add an option for setting custom search match highlight color Closes #33 and bgo748661. Signed-off-by: Alex Tereschenko Tomboy/NoteEditor.cs | 31 +++++++++++++++++ Tomboy/NoteTag.cs | 4 ++- Tomboy/Preferences.cs | 8 +++++ Tomboy/PreferencesDialog.cs | 46 +++++++++++++++++++++++- Tomboy/Utils.cs | 85 +++++++++++++++++++++++++++++++++++++++++++++ data/tomboy.schemas.in | 31 +++++++++++++++++ 6 files changed, 203 insertions(+), 2 deletions(-) commit 789a04968e1cf2bf1c4da8d080094d65955c84f9 Author: Alex Tereschenko Date: Sun Jan 15 15:49:23 2017 +0100 NoteTag.cs: make search match highlight color lighter This is an interim solution for issue #33 (bgo748661), just making the highlight lighter without config option. Signed-off-by: Alex Tereschenko Tomboy/NoteTag.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 469253a7736b0dacd29eff678dd336488ac6c439 Author: Alex Tereschenko Date: Wed Dec 28 17:27:56 2016 +0100 Watchers.cs: add "ircs" into known URI schemes Closes #29. Signed-off-by: Alex Tereschenko Tomboy/Watchers.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit f97c87e73af4c81ccea429e70eb89f7bc89e8117 Author: Alex Tereschenko Date: Wed Dec 28 16:54:57 2016 +0100 configure.ac: remove orphan ENABLE_DBUS reference DBus is mandatory since 2010 (commit 5071d7902). Signed-off-by: Alex Tereschenko configure.ac | 2 -- 1 file changed, 2 deletions(-) commit 65681f585182576f4d2c77a7c40dd55a0ed2afd7 Author: Rafael Fontenelle Date: Mon Dec 26 09:06:39 2016 +0000 Update Brazilian Portuguese translation po/pt_BR.po | 90 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) commit 355ba780a40781d69616eb5c245730e3ad46baad Author: Daniel Mustieles Date: Thu Dec 22 20:22:45 2016 +0100 Updated Spanish translation po/es.po | 115 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 79 insertions(+), 36 deletions(-) commit ed750f3b940bd18645b084f2a47b7aa8f4b0cb6c Author: Anders Jonsson Date: Wed Dec 21 22:54:31 2016 +0000 Update Swedish translation po/sv.po | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) commit 3b5fb32a7c9a65ac5d93ebac2dcb4a6ffa58ee6e Author: Alan Mortensen Date: Sat Dec 10 16:51:52 2016 +0100 Updated Danish translation po/da.po | 383 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 185 insertions(+), 198 deletions(-) commit bbc1d0c3d9cb75f90f0988ad6774affff394d819 Author: Alex Tereschenko Date: Sun Dec 4 19:57:36 2016 +0100 Bump version to 1.15.7 Signed-off-by: Alex Tereschenko Tomboy/Defines.WIN32.cs | 2 +- configure.ac | 2 +- osx/Contents/Info.plist | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) commit 3df9e7d68caf6b3f6090f361dbbd984f13f6e649 Author: Alex Tereschenko Date: Sun Dec 4 19:51:07 2016 +0100 Updated NEWS for 1.15.6 release Signed-off-by: Alex Tereschenko NEWS | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+)