[digikam] [Bug 370192] Better handling of language selection menu entries with Captions tab

2022-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=370192

--- Comment #8 from caulier.gil...@gmail.com ---
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 283492

M  +7-0core/app/main/digikamapp.cpp
M  +23   -1core/libs/widgets/metadata/utils/altlangstredit.cpp
M  +5-0core/libs/widgets/text/spellchecksettings.cpp
M  +3-0core/libs/widgets/text/spellchecksettings.h
M  +7-0core/showfoto/main/showfoto.cpp

https://invent.kde.org/graphics/digikam/commit/649979dad6b47e7ce49e933fc477893da118285e

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

[digikam] [Bug 370192] Better handling of language selection menu entries with Captions tab

2022-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=370192

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/digikam/commit/a837b75 |hics/digikam/commit/42e24eb
   |ad502bc261b3e6a489463c274b6 |165f505661abddc50fe4fc1abfb
   |8adefc  |8c48c8

--- Comment #7 from caulier.gil...@gmail.com ---
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 283492

M  +28   -0core/showfoto/setup/showfotosetup.cpp
M  +2-0core/showfoto/setup/showfotosetup.h
M  +5-0core/showfoto/setup/showfotosetupmisc.cpp
M  +2-0core/showfoto/setup/showfotosetupmisc.h
M  +28   -0core/utilities/setup/setup.cpp
M  +2-0core/utilities/setup/setup.h
M  +5-0core/utilities/setup/setupmisc.cpp
M  +2-0core/utilities/setup/setupmisc.h

https://invent.kde.org/graphics/digikam/commit/42e24eb165f505661abddc50fe4fc1abfb8c48c8

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

[digikam] [Bug 370192] Better handling of language selection menu entries with Captions tab

2022-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=370192

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Version Fixed In||8.0.0
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/digikam/commit/a837b75
   ||ad502bc261b3e6a489463c274b6
   ||8adefc
 Status|REPORTED|RESOLVED

--- Comment #6 from caulier.gil...@gmail.com ---
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 283492
FIXED-IN: 8.0.0

M  +18   -30   core/libs/widgets/metadata/utils/altlangstredit.cpp
M  +1-1core/libs/widgets/metadata/utils/altlangstredit.h
M  +72   -20   core/libs/widgets/text/localizeconfig.cpp
M  +1-0core/libs/widgets/text/localizeconfig.h
M  +12   -1core/libs/widgets/text/spellcheckcontainer.cpp
M  +6-4core/libs/widgets/text/spellcheckcontainer.h

https://invent.kde.org/graphics/digikam/commit/a837b75ad502bc261b3e6a489463c274b68adefc

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

[digikam] [Bug 370192] Better handling of language selection menu entries with Captions tab

2022-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=370192

--- Comment #5 from caulier.gil...@gmail.com ---
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 283492

M  +111  -13   core/libs/widgets/text/localizeconfig.cpp

https://invent.kde.org/graphics/digikam/commit/16d885fa095e259e8d70706a521318ca736ff05d

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

[digikam] [Bug 370192] Better handling of language selection menu entries with Captions tab

2022-08-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=370192

--- Comment #4 from caulier.gil...@gmail.com ---
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 283492

M  +3-2core/libs/widgets/metadata/utils/altlangstredit.cpp
M  +94   -37   core/libs/widgets/text/localizeconfig.cpp
M  +5-1core/libs/widgets/text/localizeconfig.h
M  +11   -1core/libs/widgets/text/spellcheckcontainer.cpp
M  +1-0core/libs/widgets/text/spellcheckcontainer.h

https://invent.kde.org/graphics/digikam/commit/f3d58dc5afa267f7047e7548679d151ba055a524

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

[digikam] [Bug 370192] Better handling of language selection menu entries with Captions tab

2022-08-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=370192

--- Comment #3 from caulier.gil...@gmail.com ---
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 283492

M  +157  -11   core/libs/widgets/metadata/utils/altlangstredit.cpp

https://invent.kde.org/graphics/digikam/commit/6ed62de2aeb77b17581a3def295088ccb4af4d8e

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

[digikam] [Bug 370192] Better handling of language selection menu entries with Captions tab

2022-08-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=370192

--- Comment #2 from caulier.gil...@gmail.com ---
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 283492

M  +15   -0core/libs/widgets/metadata/utils/altlangstredit.cpp
M  +2-0core/libs/widgets/metadata/utils/altlangstredit.h
M  +58   -2core/libs/widgets/text/localizeconfig.cpp
M  +4-0core/libs/widgets/text/localizeconfig.h

https://invent.kde.org/graphics/digikam/commit/773b8dc469f0f294dcf39b6d42a36e7a88f5adfd

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

[digikam] [Bug 370192] Better handling of language selection menu entries with Captions tab

2022-05-16 Thread herb
https://bugs.kde.org/show_bug.cgi?id=370192

--- Comment #1 from herb  ---
Dear developers,

I am still convinced that my 2 request (for digiKam 5.2.0) will be great
features for digiKam version 7.7.0 or maybe 8.0.0

To handle > 135 language signs is very annoying and the missing support for
language "de" (without further characters) makes things more complicated than
necessary. 

Best regards
herb

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

[digikam] [Bug 370192] Better handling of language selection menu entries with Captions tab

2019-03-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=370192

caulier.gil...@gmail.com changed:

   What|Removed |Added

Summary|Better handling of menu |Better handling of language
   |with language signs |selection menu entries with
   ||Captions tab

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