[krita] [Bug 410402] File won't open in new version of Krita due triple period unicode character.

2019-09-11 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=410402

vanyossi  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/
   |krita/commit/535ca1fc6fde92 |krita/commit/93e737e74eb930
   |003258c2dd861e05cce3bf8004  |e6384999e2c350d7803d844567

--- Comment #9 from vanyossi  ---
Git commit 93e737e74eb930e6384999e2c350d7803d844567 by Ivan Yossi.
Committed on 12/09/2019 at 04:59.
Pushed by ivany into branch 'krita/4.2'.

Fix hang when utf line break is used

Break the loop: if adding an offset to the number of columns doesn't
increase the line length, we break out of the loop to avoid an
infinite loop on loading some files.

Shift + Enter creates an utf break character which breaks
the lenght calculation. Also added a reptition flag to avoid
any other hang if there is a strange symbol.

ref:https://invent.kde.org/kde/krita/merge_requests/128


(cherry picked from commit 535ca1fc6fde92003258c2dd861e05cce3bf8004)

M  +1-1libs/flake/text/KoSvgTextChunkShape.cpp
M  +11   -0libs/flake/text/KoSvgTextShape.cpp

https://invent.kde.org/kde/krita/commit/93e737e74eb930e6384999e2c350d7803d844567

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

[krita] [Bug 410402] File won't open in new version of Krita due triple period unicode character.

2019-09-11 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=410402

vanyossi  changed:

   What|Removed |Added

 CC||moje.m...@gmail.com

--- Comment #8 from vanyossi  ---
*** Bug 411829 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 410402] File won't open in new version of Krita due triple period unicode character.

2019-09-11 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=410402

vanyossi  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/
   |krita/commit/cd3313794491fc |krita/commit/535ca1fc6fde92
   |6409e0a9db31d2813920c7192b  |003258c2dd861e05cce3bf8004

--- Comment #7 from vanyossi  ---
Git commit 535ca1fc6fde92003258c2dd861e05cce3bf8004 by Ivan Yossi.
Committed on 11/09/2019 at 23:27.
Pushed by ivany into branch 'master'.

Fix hang when utf line break is used

Break the loop: if adding an offset to the number of columns doesn't
increase the line length, we break out of the loop to avoid an
infinite loop on loading some files.

Shift + Enter creates an utf break character which breaks
the lenght calculation. Also added a reptition flag to avoid
any other hang if there is a strange symbol.

ref:https://invent.kde.org/kde/krita/merge_requests/128

M  +1-1libs/flake/text/KoSvgTextChunkShape.cpp
M  +11   -0libs/flake/text/KoSvgTextShape.cpp

https://invent.kde.org/kde/krita/commit/535ca1fc6fde92003258c2dd861e05cce3bf8004

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

[krita] [Bug 410402] File won't open in new version of Krita due triple period unicode character.

2019-09-04 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=410402

vanyossi  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |FIXED
  Latest Commit||https://invent.kde.org/kde/
   ||krita/commit/cd3313794491fc
   ||6409e0a9db31d2813920c7192b

--- Comment #6 from vanyossi  ---
Git commit cd3313794491fc6409e0a9db31d2813920c7192b by Ivan Yossi.
Committed on 04/09/2019 at 23:36.
Pushed by ivany into branch 'rempt/bug-410402'.

Fix hang when utf line break is used

Shift + Enter creates an utf break character which breaks
the lenght calculation. Also added a reptition flag to avoid
any other hang if there is a strange symbol.

M  +1-1libs/flake/text/KoSvgTextChunkShape.cpp
M  +9-2libs/flake/text/KoSvgTextShape.cpp

https://invent.kde.org/kde/krita/commit/cd3313794491fc6409e0a9db31d2813920c7192b

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

[krita] [Bug 410402] File won't open in new version of Krita due triple period unicode character.

2019-09-02 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=410402

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||b...@valdyas.org
 Status|CONFIRMED   |RESOLVED

--- Comment #5 from Boudewijn Rempt  ---


*** This bug has been marked as a duplicate of bug 409617 ***

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

[krita] [Bug 410402] File won't open in new version of Krita due triple period unicode character.

2019-09-02 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=410402

--- Comment #4 from Boudewijn Rempt  ---
Git commit fa5d8d30db3421bf022f94f53b96b34b868f8492 by Boudewijn Rempt.
Committed on 02/09/2019 at 08:09.
Pushed by rempt into branch 'rempt/bug-410402'.

Do not hang on loading text containing triple-dot

Break the loop: if adding an offset to the number of columns doesn't
increase the line length, we break out of the loop to avoid an
infinite loop on loading some files.

M  +4-0libs/flake/text/KoSvgTextShape.cpp

https://invent.kde.org/kde/krita/commit/fa5d8d30db3421bf022f94f53b96b34b868f8492

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

[krita] [Bug 410402] File won't open in new version of Krita due triple period unicode character.

2019-07-30 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=410402

wolthera  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
Summary|File won't open in new  |File won't open in new
   |version of Krita|version of Krita due triple
   ||period unicode character.

--- Comment #3 from wolthera  ---
I've found the culprit, it's '…', or a triple period unicode character.

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