Summary: | Display only favorite languages in language selection comboboxes | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Michael G. Hansen <mike> |
Component: | Plugin-Generic-MetadataEdit | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 2.3.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/commit/42e24eb165f505661abddc50fe4fc1abfb8c48c8 | Version Fixed In: | 8.0.0 |
Sentry Crash Report: |
Description
Michael G. Hansen
2011-10-06 20:08:57 UTC
This widget is managed by libkexiv2. Junior job too ? Gilles Caulier I would suggest to omit a configuration, per default list only system languages (there is a languages tab in KDE system settings), and a "More languages" entry, which, when selected, expands to the current list of languages. Additionally, all recently used languages should be shown (maybe stored with date of last use and discarded after some time). At first use, recently used languages could be initialized with a country-specific choice (Europe => English + French, America => English and Spanish, Asia => English, Japanese, Chinese or similar) Git commit 773b8dc469f0f294dcf39b6d42a36e7a88f5adfd by Gilles Caulier. Committed on 20/08/2022 at 20:01. Pushed by cgilles into branch 'master'. add list of available language for online translator selection. Prepare Localize config view to host list of prefered languages to provide in Alternative Laguage Text Editor. Related: bug 370192 M +15 -0 core/libs/widgets/metadata/utils/altlangstredit.cpp M +2 -0 core/libs/widgets/metadata/utils/altlangstredit.h M +58 -2 core/libs/widgets/text/localizeconfig.cpp M +4 -0 core/libs/widgets/text/localizeconfig.h https://invent.kde.org/graphics/digikam/commit/773b8dc469f0f294dcf39b6d42a36e7a88f5adfd Git commit 6ed62de2aeb77b17581a3def295088ccb4af4d8e by Gilles Caulier. Committed on 21/08/2022 at 13:55. Pushed by cgilles into branch 'master'. add more RFC 3066 language codes Related: bug 370192 M +157 -11 core/libs/widgets/metadata/utils/altlangstredit.cpp https://invent.kde.org/graphics/digikam/commit/6ed62de2aeb77b17581a3def295088ccb4af4d8e Git commit f3d58dc5afa267f7047e7548679d151ba055a524 by Gilles Caulier. Committed on 21/08/2022 at 21:04. Pushed by cgilles into branch 'master'. Record list of prefered online translator languages from Setup/Misc/Localize view and only populate this list in Alternatice Language text editor widget. Related: bug 370192 M +3 -2 core/libs/widgets/metadata/utils/altlangstredit.cpp M +94 -37 core/libs/widgets/text/localizeconfig.cpp M +5 -1 core/libs/widgets/text/localizeconfig.h M +11 -1 core/libs/widgets/text/spellcheckcontainer.cpp M +1 -0 core/libs/widgets/text/spellcheckcontainer.h https://invent.kde.org/graphics/digikam/commit/f3d58dc5afa267f7047e7548679d151ba055a524 Git commit 16d885fa095e259e8d70706a521318ca736ff05d by Gilles Caulier. Committed on 22/08/2022 at 11:01. Pushed by cgilles into branch 'master'. add translator language filter Related: bug 370192 M +111 -13 core/libs/widgets/text/localizeconfig.cpp https://invent.kde.org/graphics/digikam/commit/16d885fa095e259e8d70706a521318ca736ff05d Git commit a837b75ad502bc261b3e6a489463c274b68adefc by Gilles Caulier. Committed on 22/08/2022 at 13:32. Pushed by cgilles into branch 'master'. Add new settings to list prefered alternative languages in text editor. Related: bug 370192 FIXED-IN: 8.0.0 M +18 -30 core/libs/widgets/metadata/utils/altlangstredit.cpp M +1 -1 core/libs/widgets/metadata/utils/altlangstredit.h M +72 -20 core/libs/widgets/text/localizeconfig.cpp M +1 -0 core/libs/widgets/text/localizeconfig.h M +12 -1 core/libs/widgets/text/spellcheckcontainer.cpp M +6 -4 core/libs/widgets/text/spellcheckcontainer.h https://invent.kde.org/graphics/digikam/commit/a837b75ad502bc261b3e6a489463c274b68adefc Git commit 42e24eb165f505661abddc50fe4fc1abfb8c48c8 by Gilles Caulier. Committed on 22/08/2022 at 14:00. Pushed by cgilles into branch 'master'. Add new static functions to show Localize setup misc page Related: bug 370192 M +28 -0 core/showfoto/setup/showfotosetup.cpp M +2 -0 core/showfoto/setup/showfotosetup.h M +5 -0 core/showfoto/setup/showfotosetupmisc.cpp M +2 -0 core/showfoto/setup/showfotosetupmisc.h M +28 -0 core/utilities/setup/setup.cpp M +2 -0 core/utilities/setup/setup.h M +5 -0 core/utilities/setup/setupmisc.cpp M +2 -0 core/utilities/setup/setupmisc.h https://invent.kde.org/graphics/digikam/commit/42e24eb165f505661abddc50fe4fc1abfb8c48c8 Git commit 649979dad6b47e7ce49e933fc477893da118285e by Gilles Caulier. Committed on 22/08/2022 at 16:17. Pushed by cgilles into branch 'master'. add "more..." action is alternative language and translation language list to open setup localize page Related: bug 370192 M +7 -0 core/app/main/digikamapp.cpp M +23 -1 core/libs/widgets/metadata/utils/altlangstredit.cpp M +5 -0 core/libs/widgets/text/spellchecksettings.cpp M +3 -0 core/libs/widgets/text/spellchecksettings.h M +7 -0 core/showfoto/main/showfoto.cpp https://invent.kde.org/graphics/digikam/commit/649979dad6b47e7ce49e933fc477893da118285e |