From 21877465408c3356c24b44e57beb440abbf19896 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Wed, 30 May 2012 16:32:24 +0200 Subject: [PATCH 1/3] added changelog file --- ChangeLog.html | 804 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 804 insertions(+) create mode 100644 ChangeLog.html diff --git a/ChangeLog.html b/ChangeLog.html new file mode 100644 index 00000000..90b9da53 --- /dev/null +++ b/ChangeLog.html @@ -0,0 +1,804 @@ + + Release Notes - Sankoré - Version 1.40.b.07 + Release Date: 30/May/12 +

Bug +

+ + + Release Notes - Sankoré - Version 1.40.b.06 + Release Date: ??/??/12 +

Bug +

+ + +

Improvement +

+ + +

New Feature +

+ + + + + Release Notes - Sankoré - Version 1.40.b.05 + Release Date: 27/Mar/12 + +

Bug +

+ + + + + Release Notes - Sankoré - Version 1.40.b.04 + Release Date: ??/??/12 + +

Bug +

+ + +

Improvement +

+ + +

New Feature +

+ + +

Story +

+ + + + Release Notes - Sankoré - Version 1.40.b.02 + Release Date: 11/Jan/12 + +

Bug +

+ + +

Improvement +

+ + +

New Feature +

+ + + + + Release Notes - Sankoré - Version 1.40.b.00 + Release Date: 07/Dec/11 + +

Bug +

+ + +

Epic +

+ + +

Improvement +

+ + +

New Feature +

+ + +

Story +

+ + +

Task +

+ + +

Sub-task +

+ + +

Technical task +

+ + + + + Release Notes - Sankoré - Version 1.30.00 + Release Date: 05/Dec/11 + +

Bug +

+ + +

Improvement +

+ + +

Sub-task +

+ + + + Release Notes - Sankoré - Version 1.30.b.00 + Release Date: 06/Dec/11 + +

Bug +

+ + +

Epic +

+ + +

Improvement +

+ + +

Story +

+ + +

Task +

+ + +

Sub-task +

+ + + + + Release Notes - Sankoré - Version 1.21.00 + Release Date: 30/Aug/11 + +

Bug +

+ + +

New Feature +

+ + +

Story +

+ + + + Release Notes - Sankoré - Version 1.10.00 + Release Date: 16/Aug/12 + +

Bug +

+ + +

Story +

+ + +

Task +

+ + +

Sub-task +

+ + + + + Release Notes - Sankoré - Version 1.00.00 + Release Date: 17/Jul/11 + +

Bug +

+ + +

Improvement +

+ + +

New Feature +

+ + +

Story +

+ + + Release Notes - Sankoré - Version 1.06.b.00 + Release Date: 10/Jun/12 + +

Bug +

+ + + + + Release Notes - Sankoré - Version 1.05.b.00 + Release Date: 30/May/11 + +

Bug +

+ + +

Task +

+ + +

Sub-task +

+ + + + + Release Notes - Sankoré - Version 1.04.b.00 + Release Date: 20/May/11 + +

Bug +

+ + + + Release Notes - Sankoré - Version 1.01.b.00.184M + Release Date: 06/May/11 + +

Bug +

+ + From c64185b8df07454d6cfd23f5f48df9095c3b9742 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Wed, 30 May 2012 16:32:51 +0200 Subject: [PATCH 2/3] update version --- Sankore_3.1.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sankore_3.1.pro b/Sankore_3.1.pro index e156a983..8cb906c0 100644 --- a/Sankore_3.1.pro +++ b/Sankore_3.1.pro @@ -12,8 +12,8 @@ linux-g++-64 { VERSION_MAJ = 1 VERSION_MIN = 40 -VERSION_TYPE = b # a = alpha, b = beta, r = release, other => error -VERSION_PATCH = 07 +VERSION_TYPE = r # a = alpha, b = beta, r = release, other => error +VERSION_PATCH = 00 VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_TYPE}.$${VERSION_PATCH}" VERSION = $$replace(VERSION, "\\.r", "") From 3308b550c5e02106bd0a00a76aa0ebbfc6d482a4 Mon Sep 17 00:00:00 2001 From: Aleksei Kanash Date: Fri, 1 Jun 2012 09:47:32 +0300 Subject: [PATCH 3/3] SANKORE-674 No swiss-french in virtual keyboard in Ubuntu --- src/frameworks/UBPlatformUtils_linux.cpp | 56 +++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/src/frameworks/UBPlatformUtils_linux.cpp b/src/frameworks/UBPlatformUtils_linux.cpp index 174e3694..127fe68b 100644 --- a/src/frameworks/UBPlatformUtils_linux.cpp +++ b/src/frameworks/UBPlatformUtils_linux.cpp @@ -261,6 +261,59 @@ const KEYBT FRENCH_LOCALE[] = { /* : / */ KEYBT(0x3a, 0x2f), /* ! ? */ KEYBT(0x21, 0xa7)}; + const KEYBT SWISS_FRENCH_LOCALE[] = { + /* § °*/ KEYBT(0xa7, 0xb0), + /* 1 +*/ KEYBT(0x31, 0x2b), + /* 2 "*/ KEYBT(0x32, 0x22), + /* 3 **/ KEYBT(0x33, 0x2a), + /* 4 ç*/ KEYBT(0x34, 0xe7), + /* 5 %*/ KEYBT(0x35, 0x25), + /* 6 &*/ KEYBT(0x36, 0x26), + /* 7 /*/ KEYBT(0x37, 0x2f), + /* 8 (*/ KEYBT(0x38, 0x28), + /* 9 )*/ KEYBT(0x39, 0x29), + /* 0 =*/ KEYBT(0x30, 0x3d), + /* ' ?*/ KEYBT(0x27, 0x5f), + /* ^ `*/ KEYBT(0x5e, 0x60), + + /* q Q*/ KEYBT(0x71, 0x51), + /* w W*/ KEYBT(0x77, 0x57), + /* e E*/ KEYBT(0x65, 0x45), + /* r R*/ KEYBT(0x72, 0x52), + /* t T*/ KEYBT(0x74, 0x54), + /* z Z*/ KEYBT(0x7a, 0x5a), + /* u U*/ KEYBT(0x75, 0x55), + /* i I*/ KEYBT(0x69, 0x49), + /* o O*/ KEYBT(0x6f, 0x4f), + /* p P*/ KEYBT(0x70, 0x50), + /* è ü*/ KEYBT(0xe8, 0xfa), + /* ¨ !*/ KEYBT(0xa8 ,0x21), + + /* a A*/ KEYBT(0x61, 0x41), + /* s S*/ KEYBT(0x73, 0x53), + /* d D*/ KEYBT(0x64, 0x44), + /* f F*/ KEYBT(0x66, 0x46), + /* g G*/ KEYBT(0x67, 0x47), + /* h H*/ KEYBT(0x68, 0x48), + /* j J*/ KEYBT(0x6a, 0x4a), + /* k K*/ KEYBT(0x6b, 0x4b), + /* l L*/ KEYBT(0x6c, 0x4c), + /* é ö*/ KEYBT(0xe9, 0xf6), + /* à ä*/ KEYBT(0xe0, 0xe4), + /* $ £*/ KEYBT(0x24, 0xa3), + + /* < >*/ KEYBT(0x3c, 0x3e), + /* y Y*/ KEYBT(0x79, 0x59), + /* x X*/ KEYBT(0x78, 0x58), + /* c C*/ KEYBT(0x63, 0x43), + /* v V*/ KEYBT(0x76, 0x56), + /* b B*/ KEYBT(0x62, 0x42), + /* n N*/ KEYBT(0x6e, 0x4e), + /* m M*/ KEYBT(0x6d, 0x4d), + /* , ;*/ KEYBT(0x2c, 0x3b), + /* . :*/ KEYBT(0x2e, 0x3a), + /* - _*/ KEYBT(0x2d, 0x5f)}; + const KEYBT GERMAN_LOCALE[] = { /* ^ ? */ KEYBT(0x5f, 0xb0), /* 1 ! */ KEYBT(0x31, 0x21), @@ -321,7 +374,8 @@ void UBPlatformUtils::initializeKeyboardLayouts() keyboardLayouts[0] = new UBKeyboardLocale("English", "en", "", new QIcon(":/images/flags/en.png"), ENGLISH_LOCALE); keyboardLayouts[1] = new UBKeyboardLocale("Russian", "ru", "", new QIcon(":/images/flags/ru.png"),RUSSIAN_LOCALE); keyboardLayouts[2] = new UBKeyboardLocale("French", "fr", "", new QIcon(":/images/flags/fr.png"), FRENCH_LOCALE); - keyboardLayouts[3] = new UBKeyboardLocale("German", "de", "", new QIcon(":/images/flags/de.png"), GERMAN_LOCALE); + keyboardLayouts[3] = new UBKeyboardLocale("Swiss French", "fr", "", new QIcon(":/images/flags/fr.png"), SWISS_FRENCH_LOCALE); + keyboardLayouts[4] = new UBKeyboardLocale("German", "de", "", new QIcon(":/images/flags/de.png"), GERMAN_LOCALE); } void UBPlatformUtils::destroyKeyboardLayouts()