commit 0d90fe9ef95aa1c00c1903116f4d4b0e4b0efbc9 Author: Sandy Armstrong Date: Mon Aug 24 15:26:39 2009 -0700 Update NEWS for 0.15.6. NEWS | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 0ca93e0251d580ffbc3c03d804bf30bd29bbb0c5 Author: Sandy Armstrong Date: Mon Aug 24 15:26:08 2009 -0700 Separate AUTHORS area of About dialog to facilitate adding all contributors. Following Banshee's example, I would like to add all contributors to Tomboy's About dialog. All I've done here is added separate sections for the primary developers and contributors (required new translatable strings). Some people should get shuffled around between these sections, probably. Soon I will add as many past contributors as I can find. Feel free to add yourself alphabetically by first name under "Contributors". Tomboy/Tomboy.cs | 23 +++++++++++++---------- 1 files changed, 13 insertions(+), 10 deletions(-) commit 519ce03e8fba04cb812c4e8fb352a5f4cec15413 Author: Sandy Armstrong Date: Mon Aug 24 14:42:11 2009 -0700 Reorganize notes and config data according to OS conventions (#518585, #557288) Allow each platform to specify its preferred directories for note files, configuration data, cached data, and logs. On Linux, this means following the XDG Base Directory Specification (bug #518585). New default directories: Linux: Notes: ~/.local/share/tomboy/ Configuration and add-ins: ~/.config/tomboy/ Caches: ~/.cache/tomboy/ Logs: ~/.config/tomboy/ Mac (bug #557288): Notes: ~/Library/Application Support/Tomboy/ Configuration and add-ins: ~/Library/Preferences/Tomboy/ Caches: ~/Library/Caches/Tomboy/ Logs: ~/Library/Logs/Tomboy/ Windows: Notes: %APPDATA%\Tomboy\notes\ Configuration and add-ins: %APPDATA%\Tomboy\config\ Caches: %LOCALAPPDATA%\Tomboy\cache\ Logs: %LOCALAPPDATA%\Tomboy\ Notes directory can still be overridden by setting the TOMBOY_PATH env var. Tomboy.mdp | 2 + Tomboy/AddinManager.cs | 20 ++++- Tomboy/Addins/Bugzilla/BugzillaLink.cs | 7 +- Tomboy/Addins/Bugzilla/BugzillaNoteAddin.cs | 21 +++++ Tomboy/Addins/Bugzilla/BugzillaPreferences.cs | 21 ++---- Tomboy/GnomeApplication.cs | 46 +++++++++-- Tomboy/Hyena/XdgBaseDirectorySpec.cs | 82 +++++++++++++++++++ Tomboy/Logger.cs | 11 +-- Tomboy/MacApplication.cs | 102 +++++++++++++++++++++--- Tomboy/Makefile.am | 2 + Tomboy/NativeApplication.cs | 10 ++- Tomboy/NoteManager.cs | 103 ++++++++++++++++++++++-- Tomboy/Synchronization/FileSystemSyncServer.cs | 8 +- Tomboy/Synchronization/FuseSyncServiceAddin.cs | 8 +- Tomboy/Synchronization/TomboySyncClient.cs | 4 +- Tomboy/Tomboy.cs | 6 +- Tomboy/Utils.cs | 17 ++++ Tomboy/WindowsApplication.cs | 52 ++++++++++--- Tomboy/XmlPreferencesClient.cs | 18 ++++- 19 files changed, 460 insertions(+), 80 deletions(-) commit 5329444fa1f6fc6f7b4bb329e84aad987835d411 Author: Alexander Shopov Date: Mon Aug 24 22:55:22 2009 +0300 Updated Bulgarian translation po/bg.po | 125 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 71 insertions(+), 54 deletions(-) commit e859020c6f0f7d05f04ce0984dfe83a3b15ccb92 Author: Daniel Mustieles Date: Mon Aug 24 19:02:35 2009 +0200 Updated Spanish translation po/es.po | 359 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 187 insertions(+), 172 deletions(-) commit 325a32a33a51b249dc5104a35d87a334327adedc Author: Theppitak Karoonboonyanan Date: Mon Aug 24 23:53:46 2009 +0700 Updated Thai translation. po/th.po | 358 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 186 insertions(+), 172 deletions(-) commit 73dfe2ff4fed16b69401fdba0bc33ca25c3d227a Author: Ivar Smolin Date: Mon Aug 24 17:39:01 2009 +0300 Updating Estonian translation po/et.po | 32 ++++++++++++++++++++------------ 1 files changed, 20 insertions(+), 12 deletions(-) commit caf00eab07a9e3a3ec819be27ce741d6a1024848 Author: Denis Arnaud Date: Mon Aug 24 13:37:18 2009 +0200 Updated breton translation and added br in LINGUAS po/LINGUAS | 1 + po/br.po | 1896 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1897 insertions(+), 0 deletions(-) commit 29902fb450fe5addffb1a739723fcb719d840ee9 Author: Daniel Nylander Date: Mon Aug 24 08:58:35 2009 +0200 Updated Swedish translation po/sv.po | 346 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 176 insertions(+), 170 deletions(-) commit bd2669c739370b20c22e66849cbe2cbda96fe149 Author: Sandy Armstrong Date: Sat Aug 22 18:10:19 2009 -0700 When no port is specified for SSH sync, don't force 22 (bug #574517). Default preference value to -1, where any value less than 0 indicates that the -p option should not even be used. This allows other SSH configuration voodoo to be applied when invoking sshfs. .../Addins/SshSyncService/SshSyncServiceAddin.cs | 15 ++++++++------- data/tomboy.schemas.in | 3 ++- 2 files changed, 10 insertions(+), 8 deletions(-) commit c82240cd536b954f9bbde48b4afc6226caa4590d Author: Sandy Armstrong Date: Sat Aug 22 18:07:53 2009 -0700 About dialog does not need to be modal (bug #364945). Tomboy/Tomboy.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 5ed82df978a7a697d54c1ed9becb704d8b1ce35e Author: Sandy Armstrong Date: Sat Aug 22 18:24:05 2009 -0700 Make maximum title length in note menu configurable (bug #417145). Re-apply Jeff Tickle's patch making this value configurable in gconf. Tomboy/Preferences.cs | 4 ++++ Tomboy/Tray.cs | 4 ++-- data/tomboy.schemas.in | 15 +++++++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) commit 99d5218861a619d83a89275829cd940928c0dadc Author: Chao-Hsiung Liao Date: Mon Aug 24 06:23:07 2009 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 271 +++++++++++++++++++++++++++++------------------------------ po/zh_TW.po | 271 +++++++++++++++++++++++++++++------------------------------ 2 files changed, 268 insertions(+), 274 deletions(-) commit b87c4417df9ef30cec1d6a99639f2ee0d9ac84cc Author: Seán de Búrca Date: Thu Aug 20 08:58:02 2009 -0600 Added Irish translation po/LINGUAS | 3 +- po/ga.po | 1982 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1984 insertions(+), 1 deletions(-) commit 7f52df68800fd20525a9319c6b3d3a50e80eb831 Author: Alexander Shopov Date: Tue Aug 18 07:49:10 2009 +0300 Updated Bulgarian translation po/bg.po | 426 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 242 insertions(+), 184 deletions(-) commit 1f5e01db7974d13898fd080214a839ec7fd49a0f Author: Tommi Vainikainen Date: Fri Aug 14 15:31:16 2009 +0300 Updated Finnish translation po/fi.po | 444 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 252 insertions(+), 192 deletions(-) commit 11b723aa87ae1dd391655fe898f6107e0f4cd74f Author: Mario Blättermann Date: Thu Aug 13 20:35:37 2009 +0200 Small fix in German translation help/de/de.po | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 74b3fc9f322ca9ae37bf3fd018d36511c712cedb Author: Mario Blättermann Date: Thu Aug 13 20:30:04 2009 +0200 Updated German translation help/de/de.po | 2156 ++++++++++++++++++--------------------------------------- 1 files changed, 688 insertions(+), 1468 deletions(-) commit abc7095e97fdd7709f0c24f5ca9b3b1d873553db Author: Mario Blättermann Date: Thu Aug 13 20:27:20 2009 +0200 Updated screenshots help/de/figures/add-notebook-search.png | Bin 70416 -> 57189 bytes help/de/figures/add-to-notebook.png | Bin 42132 -> 35326 bytes help/de/figures/delete-notebook.png | Bin 37680 -> 44355 bytes help/de/figures/note-template.png | Bin 41067 -> 44035 bytes help/de/figures/tomboy-main-menu.png | Bin 39407 -> 27936 bytes help/de/figures/tomboy-new-note.png | Bin 15613 -> 18123 bytes help/de/figures/tomboy-new-notebook.png | Bin 0 -> 57136 bytes help/de/figures/tomboy-panel.png | Bin 13301 -> 9352 bytes help/de/figures/tomboy-preferences-add-ins.png | Bin 39386 -> 47958 bytes help/de/figures/tomboy-preferences-editing.png | Bin 29511 -> 47253 bytes help/de/figures/tomboy-preferences-hotkeys.png | Bin 30942 -> 38161 bytes .../figures/tomboy-preferences-synchronization.png | Bin 0 -> 34156 bytes 12 files changed, 0 insertions(+), 0 deletions(-) commit f6b30c1abaa7192a9b3a32501f281aef2b7a9bfc Author: Claude Paroz Date: Tue Aug 11 21:28:55 2009 +0200 Updated French manual translation help/fr/fr.po | 804 +++++++++++++++++++++++++++++++-------------------------- 1 files changed, 433 insertions(+), 371 deletions(-) commit 1916ed2cb254f8643394508c06f9716263f071c3 Author: Sandy Armstrong Date: Mon Aug 10 16:45:54 2009 -0700 Bump version to 0.15.6. Setup/Setup.wxs | 2 +- Tomboy/Defines.WIN32.cs | 4 ++-- configure.in | 2 +- osx/Contents/Info.plist | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-)