[digikam] [Bug 379526] Inconsistent separator use in mime setup

2017-08-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379526

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

   What|Removed |Added

  Component|setup   |Setup-Views

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

[digikam] [Bug 379526] Inconsistent separator use in mime setup

2017-05-06 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=379526

Simon  changed:

   What|Removed |Added

   Version Fixed In||5.6.0
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/dig
   ||ikam/8a8aeacc954671fe2c52f5
   ||e3672b4566a638d781
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Simon  ---
Git commit 8a8aeacc954671fe2c52f5e3672b4566a638d781 by Simon Frei.
Committed on 06/05/2017 at 08:01.
Pushed by sfrei into branch 'master'.

Handle both semicolon and spaces in mime setup and use colored mime icons
FIXED-IN: 5.6.0

M  +2-2NEWS
M  +14   -5libs/database/coredb/coredb.cpp
M  +7-6utilities/setup/album/setupmime.cpp

https://commits.kde.org/digikam/8a8aeacc954671fe2c52f5e3672b4566a638d781

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

[digikam] [Bug 379526] Inconsistent separator use in mime setup

2017-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379526

--- Comment #3 from caulier.gil...@gmail.com ---
Ah right, it's clear now. 

Patch is fine well (:=)))...

Gilles

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

[digikam] [Bug 379526] Inconsistent separator use in mime setup

2017-05-05 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=379526

--- Comment #2 from Simon  ---
Hi Gilles,

There was a misunderstanding. This is not about "composed" extensions like
".jpg.tar.gz" at all.
This is about a present bug in the mime setup. When you enter "ex1;ex2 ex3" the
internal result is a list containing "ex1" and "ex2 ex3" while it should be
"ex1", "ex2" and "ex3".

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

[digikam] [Bug 379526] Inconsistent separator use in mime setup

2017-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379526

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #1 from caulier.gil...@gmail.com ---
Hi Simon, 

There is extension of file with space separator ?

I never seen something as "foo.jpg tar.gz". This will not work in source code
which handle files.

I understand well your description ? In my example "jpg tar.gz" is the expected
extension. This is exactly what you want to manage with your patch ?

The scheme for multiple extension is to use dot separator. exemple :
jpg.tar.gz. This one is well supported by Qt de facto.

Gilles

Gilles

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