[kdelibs] [Bug 382195] Not all installed languages are visible on Windows

2024-05-01 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=382195

Christoph Cullmann  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |WORKSFORME
 CC||cullm...@kde.org

--- Comment #9 from Christoph Cullmann  ---
Hi,

the KDE libaries and applications version 4.x are obsolete and got replaced
with Frameworks 5 and now 6 based variants that are still maintained.

The issue in this bug doesn't seem to happen for me with these versions.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdelibs] [Bug 382195] Not all installed languages are visible on Windows

2019-02-20 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=382195

--- Comment #8 from Ralf Habacker  ---
Also using the klocale unix implementation 'klocale_unix.cpp' instead of
'klocale_win.cpp' does not solve the problem. There is more analysis required.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdelibs] [Bug 382195] Not all installed languages are visible on Windows

2019-01-21 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=382195

Ralf Habacker  changed:

   What|Removed |Added

 Blocks||403474


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=403474
[Bug 403474] Make 4.8.4 release
-- 
You are receiving this mail because:
You are watching all bug changes.

[kdelibs] [Bug 382195] Not all installed languages are visible on Windows

2019-01-21 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=382195

Ralf Habacker  changed:

   What|Removed |Added

 Blocks|394780  |

--- Comment #7 from Ralf Habacker  ---
It has been tried to use the unix related klocale implementation
(klocale_unix.cpp ) on Windows too. 

After choosing a language different from the system language in kmymoney help
menu, the splashscreen is shown in english, but not the expected language. The
ui is still bound to the system language.


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=394780
[Bug 394780] Make 4.8.3 release
-- 
You are receiving this mail because:
You are watching all bug changes.

[kdelibs] [Bug 382195] Not all installed languages are visible on Windows

2019-01-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=382195

--- Comment #6 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #5)
> A change would req
A change would require to change
https://cgit.kde.org/kdelibs4support.git/tree/src/kdecore/klocale_win.cpp#n35
to get a locale id from given language and country.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdelibs] [Bug 382195] Not all installed languages are visible on Windows

2019-01-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=382195

--- Comment #5 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #4)
> Looking at the implementation of KLocale on Windows shows that there is
> currently no support for choosing a different language beside the users
> default language (see
> https://cgit.kde.org/kdelibs.git/tree/kdecore/localization/klocale_win.
> cpp?h=KDE/4.14#n39)


The current implementation inits a locale id by 

 m_winLocaleId = GetUserDefaultLCID();

and later use this with in QString KLocaleWindowsPrivate::windowsLocaleValue(
LCTYPE key ) const to access locale related values identified by this locale id
(https://cgit.kde.org/kdelibs.git/tree/kdecore/localization/klocale_win.cpp?h=KDE/4.14#n68).

A change would req

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdelibs] [Bug 382195] Not all installed languages are visible on Windows

2018-05-28 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=382195

Ralf Habacker  changed:

   What|Removed |Added

 Blocks|387280  |394780


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=387280
[Bug 387280] Make 4.8.2 release
https://bugs.kde.org/show_bug.cgi?id=394780
[Bug 394780] Make 4.8.3 release
-- 
You are receiving this mail because:
You are watching all bug changes.

[kdelibs] [Bug 382195] Not all installed languages are visible on Windows

2018-02-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=382195

--- Comment #4 from Ralf Habacker  ---
Looking at the implementation of KLocale on Windows shows that there is
currently no support for choosing a different language beside the users default
language (see
https://cgit.kde.org/kdelibs.git/tree/kdecore/localization/klocale_win.cpp?h=KDE/4.14#n39)

A forward look to KF5: 
1. The issue has not been fixed in the KF5 variant of KLocale
(https://cgit.kde.org/kdelibs4support.git/tree/src/kdecore/klocale_win.cpp#n39)

2. The Qt equivalent class QLocale is also limited to the default language of
the current user (see
https://code.woboq.org/qt5/qtbase/src/corelib/tools/qlocale_win.cpp.html#171)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdelibs] [Bug 382195] Not all installed languages are visible on Windows

2018-01-15 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=382195

Ralf Habacker  changed:

   What|Removed |Added

 CC||trustno12...@gmail.com

--- Comment #3 from Ralf Habacker  ---
*** Bug 388906 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdelibs] [Bug 382195] Not all installed languages are visible on Windows

2017-12-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=382195

Ralf Habacker  changed:

   What|Removed |Added

 Blocks|381786  |387280


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=381786
[Bug 381786] Make release 4.8.1
https://bugs.kde.org/show_bug.cgi?id=387280
[Bug 387280] Make 4.8.2 release
-- 
You are receiving this mail because:
You are watching all bug changes.

[kdelibs] [Bug 382195] Not all installed languages are visible on Windows

2017-08-02 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=382195

Ralf Habacker  changed:

   What|Removed |Added

Product|kmymoney4   |kdelibs
  Component|general |klocale
Version|4.8.0   |4.14.0
   Assignee|kmymoney-de...@kde.org  |caslav.i...@gmx.net

-- 
You are receiving this mail because:
You are watching all bug changes.