commit 9b3d3c27a8e17701902ec9df5081856eb1051886 Author: Tommi Vainikainen Date: Wed Jul 20 08:37:52 2011 +0300 Updated Finnish translation po/fi.po | 1183 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 688 insertions(+), 495 deletions(-) commit 775dc34371294fd0be780dadb7a389e24c41f4c3 Author: Marek Černocký Date: Tue Jul 19 09:37:05 2011 +0200 Updated Czech translation po/cs.po | 970 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 532 insertions(+), 438 deletions(-) commit 598c21d08478914c1c8073d8e8b4870b507da91c Author: A S Alam Date: Mon Jul 18 08:46:49 2011 +0530 Punjabi Translation is updated po/pa.po | 1073 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 631 insertions(+), 442 deletions(-) commit 349bcd4068bb7aff01193c077ca37d34a8bd6b02 Author: Jared Jennings Date: Wed Jul 13 13:32:16 2011 -0400 Set min column size to 150 which addresses bgo 575337 - Matches column causes notes name not to be shown Tomboy/RecentChanges.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 04ab6085ffbc4dbd4fc1d4d4357aef871226b6a5 Author: Yaron Shahrabani Date: Fri Jul 15 10:16:52 2011 +0300 Updated Hebrew translation. po/he.po | 518 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 264 insertions(+), 254 deletions(-) commit 8103c3efe114aed6ff772de4d14c1a877b293252 Author: Matej Urbančič Date: Thu Jul 14 14:39:28 2011 +0200 Updated Slovenian translation po/sl.po | 522 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 266 insertions(+), 256 deletions(-) commit 5757bcc19291cd065cbde6448356c5cdf1253908 Author: Rudolfs Mazurs Date: Wed Jul 13 22:00:52 2011 +0300 Updated Latvian translation. po/lv.po | 585 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 384 insertions(+), 201 deletions(-) commit 4d88612885afbea8dc5a9f5f8c8e987a0132ad85 Author: Kjartan Maraas Date: Wed Jul 13 11:55:29 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 936 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 530 insertions(+), 406 deletions(-) commit 924543acef3a495f1326de02a95d83fe11a3e4d2 Author: Benjamin Podszun Date: Mon Jul 4 22:47:00 2011 +0300 Rewrite Trie.cs to fix bug 584362 and move to a cleaner code base The previous implementation failed to track the start of a match correctly if fail states lead to a match. This resulted in a wrong substring being returned as "Key" and wrong indices to select the relevant substring in the haystack. In addition the previous implementation created the failure graph on every keyword insert. This patch does this once, after all note titles are inserted. On my old, dusty laptop this improves startup performance by ~2.5 seconds.. Signed-off-by: Benjamin Podszun Tomboy/NoteManager.cs | 2 + Tomboy/Trie.cs | 333 +++++++++++++++--------------------------------- 2 files changed, 106 insertions(+), 229 deletions(-) commit 5cd6e573f1ea5da5528e2ae49b9b4b0366ac8b54 Author: Jorge González Date: Sun Jul 10 15:40:23 2011 +0200 Updated Spanish translation po/es.po | 553 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 281 insertions(+), 272 deletions(-) commit ce36cb4d43d242eafbc38cff5001429cb430997f Author: Piotr Drąg Date: Sun Jul 10 14:21:33 2011 +0200 Updated POTFILES.in po/POTFILES.in | 35 ++++++++++++++++++----------------- 1 files changed, 18 insertions(+), 17 deletions(-) commit dca6688dc499b22034aff396e44d5bd562d09f23 Author: Gabor Kelemen Date: Fri Jul 8 01:38:42 2011 +0200 Fixed Hungarian help translation help/hu/hu.po | 18 ++++++++---------- 1 files changed, 8 insertions(+), 10 deletions(-) commit 6a24385a5349c33548c7ad202cb700d56be5776a Author: Mario Blättermann Date: Thu Jul 7 16:11:30 2011 +0200 [l10n] Updated German translation po/de.po | 754 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 433 insertions(+), 321 deletions(-) commit be3e8ca6f02fb5f86ab6ecfc5a17e3897de92701 Author: Muhammet Kara Date: Wed Jul 6 21:00:41 2011 +0300 Updated Turkish translation po/tr.po | 5237 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 2695 insertions(+), 2542 deletions(-) commit bac2287be5ccfa88cff176005a1fe0bef263796e Author: Benjamin Podszun Date: Wed Aug 4 16:42:28 2010 +0200 Remove the minimal height and width requests for the "Search all" dialog Signed-off-by: Aaron Borden Tomboy/RecentChanges.cs | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) commit d3c796c6c0877b60c32d432e4e81cf5601a27e8c Author: Alex Tereschenko Date: Mon Jun 20 23:59:28 2011 +0400 Fix for bgo#401888, introduces Advanced tab Adds Advanced tab to Preferences via addin. Tab contains a setting for the minimum number of notes to show (10 by default, max is hardcoded to 18 in Tray.cs) Signed-off-by: Aaron Borden Tomboy.sln | 8 ++ .../AdvancedPreferences.addin.xml | 22 +++++ .../AdvancedPreferences/AdvancedPreferences.csproj | 66 +++++++++++++++ .../AdvancedPreferencesAddin.cs | 84 ++++++++++++++++++++ Tomboy/Addins/AdvancedPreferences/Makefile.am | 40 +++++++++ Tomboy/Addins/Makefile.am | 1 + configure.in | 1 + 7 files changed, 222 insertions(+), 0 deletions(-) commit c27a91725a055a2dac1dacd36002dcac9e31c76c Author: Ray Wang Date: Tue Jul 5 10:33:25 2011 +0800 Update Chinese (Simplified) translation po/zh_CN.po | 511 +++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 321 insertions(+), 190 deletions(-) commit 21f4f04ae1ba3461b0534914d6cdc43588efc9ff Author: Aaron Borden Date: Mon Jul 4 15:43:01 2011 -0700 Bump the version to 1.7.2 Tomboy/Defines.WIN32.cs | 2 +- configure.in | 2 +- osx/Contents/Info.plist | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) commit 1c11a7f8151d15221a959a811be95df739b2bfed Author: Aaron Borden Date: Mon Jul 4 15:37:36 2011 -0700 Update NEWS file for 1.7.1 NEWS | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) commit 0ba7e83d124bba066bf73d9e23f7258d02b7eea1 Author: Aaron Borden Date: Mon Jul 4 15:37:19 2011 -0700 Update contributors list Tomboy/Tomboy.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)