Bug 298850 - making a language switch in PA own settings
Summary: making a language switch in PA own settings
Status: RESOLVED UNMAINTAINED
Alias: None
Product: Active
Classification: Plasma
Component: Applications (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: unscheduled
Assignee: active
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-26 12:24 UTC by Sascha Manns
Modified: 2020-06-29 08:41 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sascha Manns 2012-04-26 12:24:22 UTC
It would be great, if we can have a can implement a language-switcher (whole system) in PA's own Settingsmanager.

Reproducible: Couldn't Reproduce

Actual Results:  
atm we must use Plasma's Systemsetting Application for doing that.

Expected Results:  
implementation directly inside the PA Settingsmanager.
Comment 1 Lamarque V. Souza 2012-05-06 19:49:49 UTC
Git commit b54721d1fd4e16b5172bcf53a9f1d1df0fcd2933 by Lamarque V. Souza.
Committed on 06/05/2012 at 21:22.
Pushed by lvsouza into branch 'master'.

Add Locale module to active-settings.
Still needs to add a warning dialog that the current running
applications need to be restarted for the setting to take effect.

M  +1    -0    applications/settings/modules/CMakeLists.txt
A  +20   -0    applications/settings/modules/locale/CMakeLists.txt
A  +42   -0    applications/settings/modules/locale/languagesmodel.cpp     [License: LGPL (v2.1+)]
A  +38   -0    applications/settings/modules/locale/languagesmodel.h     [License: LGPL (v2.1+)]
A  +118  -0    applications/settings/modules/locale/localesettings.cpp     [License: LGPL (v2.1+)]
A  +64   -0    applications/settings/modules/locale/localesettings.h     [License: LGPL (v2.1+)]
A  +43   -0    applications/settings/modules/locale/localesettingsplugin.cpp     [License: LGPL (v2.1+)]
A  +35   -0    applications/settings/modules/locale/localesettingsplugin.h     [License: LGPL (v2.1+)]
A  +-    --    applications/settings/modules/locale/package/contents/images/throbber.svgz
A  +123  -0    applications/settings/modules/locale/package/contents/ui/LanguagePicker.qml     [License: LGPL (v2.1+)]
A  +104  -0    applications/settings/modules/locale/package/contents/ui/Locale.qml     [License: LGPL (v2.1+)]
A  +19   -0    applications/settings/modules/locale/package/metadata.desktop

http://commits.kde.org/plasma-mobile/b54721d1fd4e16b5172bcf53a9f1d1df0fcd2933