[frameworks-ktexteditor] [Bug 369104] [Regression] Selected text is not pasted in search field when search is initiated

2016-10-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369104

--- Comment #4 from Dominik Haumann  ---
I thought this was fixed with KF 5.27, or is it not fixed ?

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


[kate] [Bug 306745] scrolling past document reverts back to the end of the document when you type

2016-10-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=306745

Dominik Haumann  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #4 from Dominik Haumann  ---
It's still an issue in KF 5.27 when you type in the very last line.

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


[kate] [Bug 370633] Kate - Crash generated on Close

2016-10-13 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370633

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Dominik Haumann  ---
Unfortunately, the backtrace does not contain enough information to understand
and fix this issue. Therefore, will close as wresolved-waiting-for-info. If you
have further information, and especially if the crash still happens with KDE
Frameworks 5.27, please let us know again. Thanks anyways!

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


[kate] [Bug 370459] Could you add ats mode for kate?

2016-10-13 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370459

--- Comment #1 from Dominik Haumann  ---
Could you please file a Review Request on http://reviewboard.kde.org for the
product ktexteditor and group kate?

And please also attach a test case with a liberal license so that we can add
this to our test suite.

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


[kate] [Bug 370715] C++/boost indentation style is broken with automatic closing brackets

2016-10-15 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370715

--- Comment #9 from Dominik Haumann  ---
We should add a unit test for this with // kate: auto-brackets on;

PS: this mode line needs to be added first again, since it seems this was
removed in KDE 4.10, when the auto-brackets were removed...

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


[kate] [Bug 370715] C++/boost indentation style is broken with automatic closing brackets

2016-10-16 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370715

--- Comment #10 from Dominik Haumann  ---
PS: I just added the auto-brackets modeline again, will be in KF 5.28.

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


[kate] [Bug 370715] C++/boost indentation style is broken with automatic closing brackets

2016-10-16 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370715

Dominik Haumann  changed:

   What|Removed |Added

 CC||i.za...@gmail.com

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


[kate] [Bug 370715] C++/boost indentation style is broken with automatic closing brackets

2016-10-17 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370715

--- Comment #18 from Dominik Haumann  ---
@Alex: This issue probably also exists on KDE 4, so you can look into this
already now. Besides that, you could also just use Sven's AppImage
http://files.svenbrauch.de/kate-linux/ which gives you a recent Kate out of the
box on every system.

@Janek: Can you please attach the patch, or of that's not possible, you
modified cppstyle.js and/or cstyle.js indenter?

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


[kate] [Bug 370715] [PATCH] C++/boost indentation style is broken with automatic closing brackets

2016-10-18 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370715

Dominik Haumann  changed:

   What|Removed |Added

URL||https://phabricator.kde.org
   ||/D3105
Summary|C++/boost indentation style |[PATCH] C++/boost
   |is broken with automatic|indentation style is broken
   |closing brackets|with automatic closing
   ||brackets

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


[kate] [Bug 370715] [PATCH] C++/boost indentation style is broken with automatic closing brackets

2016-10-20 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370715

Dominik Haumann  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/ktex
   ||teditor/acd1b4581468684f927
   ||f014c6a5e14c7da643449
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||KDE Frameworks 5.28

--- Comment #24 from Dominik Haumann  ---
Git commit acd1b4581468684f927f014c6a5e14c7da643449 by Dominik Haumann.
Committed on 20/10/2016 at 17:59.
Pushed by dhaumann into branch 'master'.

Fix CStyle and C++/boost indenters when automatic brackets enabled

Thanks to Janek Bevendorff for the patch!

FIXED-IN: KDE Frameworks 5.28
Differential Revision: D3105

A  +7-0autotests/input/indent/cppstyle/autobrackets1/expected
A  +6-0autotests/input/indent/cppstyle/autobrackets1/input.js
A  +4-0autotests/input/indent/cppstyle/autobrackets1/origin
A  +10   -0autotests/input/indent/cppstyle/autobrackets2/expected
A  +9-0autotests/input/indent/cppstyle/autobrackets2/input.js
A  +6-0autotests/input/indent/cppstyle/autobrackets2/origin
A  +9-0autotests/input/indent/cppstyle/autobrackets3/expected
A  +8-0autotests/input/indent/cppstyle/autobrackets3/input.js
A  +7-0autotests/input/indent/cppstyle/autobrackets3/origin
M  +1-1autotests/input/indent/cppstyle/comma4/expected
A  +7-0autotests/input/indent/cstyle/openpar11/expected
A  +5-0autotests/input/indent/cstyle/openpar11/input.js
A  +6-0autotests/input/indent/cstyle/openpar11/origin
A  +7-0autotests/input/indent/cstyle/openpar12/expected
A  +6-0autotests/input/indent/cstyle/openpar12/input.js
A  +4-0autotests/input/indent/cstyle/openpar12/origin
M  +8-1autotests/src/testutils.cpp
M  +6-0autotests/src/testutils.h
M  +27   -10   src/script/data/indentation/cppstyle.js
M  +8-2src/script/data/indentation/cstyle.js

http://commits.kde.org/ktexteditor/acd1b4581468684f927f014c6a5e14c7da643449

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


[kate] [Bug 370715] [PATCH] C++/boost indentation style is broken with automatic closing brackets

2016-10-20 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370715

--- Comment #25 from Dominik Haumann  ---
@Janek: Really good patch, even with unit tests - keep it up! :)

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


[kate] [Bug 361127] VIM highlighting is different than original VIM

2016-07-03 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361127

Dominik Haumann  changed:

   What|Removed |Added

   Severity|normal  |wishlist
   Priority|NOR |LO

--- Comment #4 from Dominik Haumann  ---
Well, also the vim highlighting depends on the color scheme that is chosen in
vim. And that also may differ, depending on the default color scheme the
distribution ships, so it's hard to have 100% feature parity. This is not
really a bug - but should probably be changed anyways.

Can you change the colors, and then send us your "Vim Dark" section of your
kateschemarc file? (Only change the default styles, not the syntax highlighting
for each language itself).

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


[kate] [Bug 361127] VIM highlighting is different than original VIM

2016-07-07 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361127

--- Comment #10 from Dominik Haumann  ---
Sorry, I forgot to add that you also need to attach from
katesyntaxhighlightingrc this section:
[Default Item Styles - Schema Vim (Dark)]

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


[kate] [Bug 361632] Crashes on closing does not loose anything Version 15.12.3

2016-07-21 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361632

Dominik Haumann  changed:

   What|Removed |Added

 CC||skyhisi+kdeb...@gmail.com

--- Comment #6 from Dominik Haumann  ---
*** Bug 365848 has been marked as a duplicate of this bug. ***

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


[kate] [Bug 365848] Kate seg fault on exit

2016-07-21 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365848

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Dominik Haumann  ---
Fixed in KDE Applications > 15.12.3

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

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


[kate] [Bug 366141] Search and Replace regression after upgrade from KDE-4 to Plasma-5

2016-07-26 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366141

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Dominik Haumann  ---
That is not true, it was exactly the same in KDE 4. Granted, it is confusing to
have two search lines at the same time, but that's since the one is from the
editor, and the other one from the plugin... Suggestions for improvements are
welcome, even more so patches.

All in all, the described issue is not a bug, therefore, will close for now,
sorry.

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


[kate] [Bug 366141] Search and Replace regression after upgrade from KDE-4 to Plasma-5

2016-07-27 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366141

--- Comment #9 from Dominik Haumann  ---
Good that it works for you :-) Thanks for letting us know.

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


[kate] [Bug 134781] API to modify some aspects of an active highlighting definition

2016-09-25 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=134781

--- Comment #5 from Dominik Haumann  ---
Thomas, is this still an issue for you? We are currently working on a new git
repository called syntax-highlighting. What are you use cases exactly? I'm not
sure modifying keyword lists is really a good idea, since to be sure, you'd
need to rehighlighting everything then (since there could be other context
switches then).

MovingRanges are imho indeed what you want. What you are missing is a proper
parser then, but I'm not convinved Kate's syntax highlighting files should act
as parser for you :-)

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


[kate] [Bug 369022] When a file that has a single line larger than the limits gets changed, Kwrite crashes

2016-09-30 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369022

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Dominik Haumann  ---
This is fixed with KDE Frameworks 5.26, and for all notifications fixed in KDE
Frameworks 5.27.

Sorry for this inconvenience!

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

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


[kate] [Bug 366493] Crashes when refreshing a file with more than 4096 chars in a line

2016-09-30 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366493

Dominik Haumann  changed:

   What|Removed |Added

 CC||giampaolo.ferradini@gmail.c
   ||om

--- Comment #3 from Dominik Haumann  ---
*** Bug 369022 has been marked as a duplicate of this bug. ***

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


[kate] [Bug 369507] kate crashes when changing file encoding

2016-09-30 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369507

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||KDE Frameworks 5.27
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Dominik Haumann  ---
This is an issue with KDE Frameworks 5.26, and fixed in KDE Frameworks 5.27,
sorry for this regression.

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


[kate] [Bug 333577] QSaveFile: kate changes file owner

2016-10-02 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333577

--- Comment #12 from Dominik Haumann  ---
Hi Friedrich,

yes, a possible way is to fix it in Kate::TextBuffer.

Having talked to dfaure about it, we already came to the conclusion that it
should be fixed in Qt: Since QSaveFile already has a function called
directWriteFallback(), it is the correct way to extend the checks to fallback t
a direct write in case of the mentioned corner cases.

While a workaround in Kate::TextBuffer would of course improve the situation,
the proper fix is definitely in QSaveFile.

See also:
- https://bugs.kde.org/show_bug.cgi?id=354405
- https://bugs.kde.org/show_bug.cgi?id=358457

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


[kate] [Bug 369655] Text editor Kate ALWAYS crashes under Slackware

2016-10-03 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369655

--- Comment #2 from Dominik Haumann  ---
Created attachment 101392
  --> https://bugs.kde.org/attachment.cgi?id=101392&action=edit
Fix crash

Can you please test with the attached patch and follow
https://kate-editor.org/get-it-kde-4-x/ with this patch?

Two things:
1. the crash should be fixed
2. `make test` should still work

Can you confirm?

PS: I cannot test this here, since I don't have a KDE 4 version of Kate
anymore. So please test.

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


[kate] [Bug 369655] Text editor Kate ALWAYS crashes under Slackware

2016-10-03 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369655

--- Comment #3 from Dominik Haumann  ---
Thread 1 (Thread 0x7f5280c52880 (LWP 22049)):
[KCrash Handler]
#5  0x7f527c8144c9 in raise () from /lib64/libc.so.6
#6  0x7f527c815958 in abort () from /lib64/libc.so.6
#7  0x7f527d8c1204 in qt_message_output(QtMsgType, char const*) () from
/usr/lib64/libQtCore.so.4
#8  0x7f527d8c1389 in ?? () from /usr/lib64/libQtCore.so.4
#9  0x7f527d8c1b94 in qFatal(char const*, ...) () from
/usr/lib64/libQtCore.so.4
#10 0x7f527d8c1bfe in qt_assert_x(char const*, char const*, char const*,
int) () from /usr/lib64/libQtCore.so.4
#11 0x7f526d39dcbf in QList
>::operator[] (this=this@entry=0x7fffa8690580, i=3) at
/usr/include/QtCore/qlist.h:477
#12 0x7f526d3b1bb8 in KateScriptDocument::anchor
(this=this@entry=0x1890bf0, line=, column=,
character=...) at /home/dh/kde/kate/part/script/katescriptdocument.cpp:254

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


[kate] [Bug 369655] Text editor Kate ALWAYS crashes under Slackware

2016-10-03 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369655

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Dominik Haumann  ---
This is fixed in the Kate5 version, see
https://bugs.kde.org/show_bug.cgi?id=336195
Please update to Kate5.

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

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


[kate] [Bug 336195] Kate crash when pasting from clipboard

2016-10-03 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=336195

Dominik Haumann  changed:

   What|Removed |Added

 CC||slakw...@mailinator.com

--- Comment #9 from Dominik Haumann  ---
*** Bug 369655 has been marked as a duplicate of this bug. ***

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


[kate] [Bug 369655] Text editor Kate ALWAYS crashes under Slackware

2016-10-03 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369655

Dominik Haumann  changed:

   What|Removed |Added

 Attachment #101392|0   |1
is obsolete||

--- Comment #5 from Dominik Haumann  ---
Created attachment 101396
  --> https://bugs.kde.org/attachment.cgi?id=101396&action=edit
Patch that fixes this crash

This patch should work, but it breaks the Pascal indenter. That's why we will
not add this change to the KDE 4 line. If you want, you can use the patch
yourself, though.

Please update to Kate5, and the issue is resolved.

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


[frameworks-ktexteditor] [Bug 369104] [Regression] Selected text is not pasted in search field when search is initiated

2016-10-23 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369104

Dominik Haumann  changed:

   What|Removed |Added

 CC||toddrme2...@gmail.com

--- Comment #7 from Dominik Haumann  ---
*** Bug 371498 has been marked as a duplicate of this bug. ***

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


[kate] [Bug 371498] Doing find no longer uses selected text

2016-10-23 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371498

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Dominik Haumann  ---
This is a regression in KDE Frameworks 5.26, and it's fixed in KDE Frameworks
5.27. Please update - sorry for the inconvenience.

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

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


[frameworks-ktexteditor] [Bug 369104] [Regression] Selected text is not pasted in search field when search is initiated

2016-10-23 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369104

Dominik Haumann  changed:

   What|Removed |Added

   Version Fixed In||KDE Frameworks 5.27
 CC||subd...@gmail.com
URL||https://git.reviewboard.kde
   ||.org/r/128859/
  Latest Commit||http://commits.kde.org/ktex
   ||teditor/2c4feeb0c9107732399
   ||f8ae3dacea3124572f345

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


[frameworks-ktexteditor] [Bug 371042] Contrast issues with Breeze Dark Schema

2016-10-24 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371042

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||KDE Frameworks 5.28
  Latest Commit||http://commits.kde.org/ktex
   ||teditor/b465dc8b96d4fa28cc4
   ||aa4309c190b89297948b7
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Dominik Haumann  ---
Git commit b465dc8b96d4fa28cc4aa4309c190b89297948b7 by Dominik Haumann.
Committed on 24/10/2016 at 19:21.
Pushed by dhaumann into branch 'master'.

Breeze (Dark): Make comments a bit lighter for better readability

Increase from rgb(96, 96 96) to rgb(122, 124, 125), increases
readability especially when screen brightness is low.

FIXED-IN: KDE Frameworks 5.28

M  +1-1src/data/katesyntaxhighlightingrc

http://commits.kde.org/ktexteditor/b465dc8b96d4fa28cc4aa4309c190b89297948b7

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


[frameworks-ktexteditor] [Bug 371042] Contrast issues with Breeze Dark Schema

2016-10-24 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371042

--- Comment #3 from Dominik Haumann  ---
The email address highlighting issue was already fixed here:
https://bugs.kde.org/show_bug.cgi?id=363186

Btw, the comments intentionally have a bit less contrast, so that one can
easily distinguish between code and comments. This also includes the colors
that are used for things like @param or similar special comment characters. I'd
rather not change this, since it already was a lot of work to get to this
state.

Could you please test the changed version (you can manually set the comments
color to rgb(122, 124, 125) as mentioned above)? It should already be better.

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


[frameworks-ktexteditor] [Bug 371042] Contrast issues with Breeze Dark Schema

2016-10-24 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371042

--- Comment #4 from Dominik Haumann  ---
Git commit 65c55459084083560e785f41feaf8712e7f960a7 by Dominik Haumann.
Committed on 24/10/2016 at 19:29.
Pushed by dhaumann into branch 'master'.

Breeze (Dark): Make comment color a bit lighter for better readability

M  +1-1data/themes/breeze-dark.theme

http://commits.kde.org/syntax-highlighting/65c55459084083560e785f41feaf8712e7f960a7

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


[kate] [Bug 363186] PHP syntax highlighting problem in comments

2016-10-24 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363186

Dominik Haumann  changed:

   What|Removed |Added

   Version Fixed In||KDE Frameworks 5.27

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


[frameworks-ktexteditor] [Bug 371042] Contrast issues with Breeze Dark Schema

2016-10-24 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371042

--- Comment #6 from Dominik Haumann  ---
The current-line-color is #31363b, following the Breeze colors defined here:
https://community.kde.org/KDE_Visual_Design_Group/HIG/Color

So the background color itself follows the "alternat background color" of the
KDE Default Breeze Dark scheme. I'm not yet convinced yet changing the entire
color to e.g. green or so...

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


[frameworks-ktexteditor] [Bug 371042] Contrast issues with Breeze Dark Schema

2016-10-24 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371042

--- Comment #8 from Dominik Haumann  ---
Ok, what would you say to the middle of both colors: #2A2E32 = rgb(42, 46, 50)
for the current-line-color?

Looks like a good compromise to me, do you agree?

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


[frameworks-ktexteditor] [Bug 371042] Contrast issues with Breeze Dark Schema

2016-10-24 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371042

--- Comment #10 from Dominik Haumann  ---
Git commit 5a3dabd93619f5fab60517997f07d889b1f9630c by Dominik Haumann.
Committed on 24/10/2016 at 20:15.
Pushed by dhaumann into branch 'master'.

Breeze Dark: Darken current-line background color for better readability

M  +1-1src/data/kateschemarc

http://commits.kde.org/ktexteditor/5a3dabd93619f5fab60517997f07d889b1f9630c

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


[kate] [Bug 366493] Crashes when refreshing a file with more than 4096 chars in a line

2016-09-04 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366493

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/ktex
   ||teditor/7d01d0f427902bd8535
   ||5b155e68218dc172f7fbd

--- Comment #2 from Dominik Haumann  ---
Git commit 7d01d0f427902bd85355b155e68218dc172f7fbd by Dominik Haumann.
Committed on 04/09/2016 at 13:31.
Pushed by dhaumann into branch 'master'.

Fix crash when reloading documents with auto-wrapped line due to line length
limit

REVIEW: 128816

M  +13   -13   src/document/katedocument.cpp
M  +0-5src/document/katedocument.h

http://commits.kde.org/ktexteditor/7d01d0f427902bd85355b155e68218dc172f7fbd

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


[kate] [Bug 366493] Crashes when refreshing a file with more than 4096 chars in a line

2016-09-04 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366493

Dominik Haumann  changed:

   What|Removed |Added

   Version Fixed In||KDE Frameworks 5.26

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


[frameworks-ktexteditor] [Bug 364816] KDevelop crashes on saving file on vim mode

2016-09-05 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364816

Dominik Haumann  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/ktex
   ||teditor/f9f6f2383f3a3524e55
   ||e118fa73430236189ed58
   Version Fixed In||KDE Frameworks 5.26
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Dominik Haumann  ---
This will be fixed in upcoming KDE Frameworks 5.26, sorry for the
inconvenience.

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

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


[kate] [Bug 367786] Crash when I use VI input mode with the option "Let VI commands override Kate Shortcuts" and the Key Shift in command line ":"

2016-09-05 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367786

Dominik Haumann  changed:

   What|Removed |Added

 CC||leandrosansi...@gmail.com

--- Comment #6 from Dominik Haumann  ---
*** Bug 364816 has been marked as a duplicate of this bug. ***

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


[frameworks-ktexteditor] [Bug 256561] Katepart scrolls per paragraph rather than what is set globally (e.g. 3 lines)

2016-09-05 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=256561

Dominik Haumann  changed:

   What|Removed |Added

   Version Fixed In|4.8.0   |KDE 4.8.0, KDE Frameworks
   ||5.26

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


[frameworks-ktexteditor] [Bug 351556] Show preview of folded block when hovering folding marker

2016-09-05 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351556

Dominik Haumann  changed:

   What|Removed |Added

   Version Fixed In||KDE Frameworks 5.24

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


[kate] [Bug 333409] [Request] Multicursor support

2016-09-05 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333409

--- Comment #3 from Dominik Haumann  ---
To add on this: There is a ktexteditor multicursor branch, but it is not yet
merged into the master branch. If all goes will, this feature will come, any
help of course is appreciated :-)

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


[kate] [Bug 366014] if i minimize current split view it remains to be active

2016-09-05 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366014

--- Comment #1 from Dominik Haumann  ---
A possible solution is to disallow collapsing completely, would that be an
acceptible solution?

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


[kate] [Bug 368267] Desktop file name doesn't match name/domain set through KAboutData

2016-09-05 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368267

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kate
   ||/ad1fb0cf6d79f015cb2132698a
   ||652328d30437e0
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Dominik Haumann  ---
Git commit ad1fb0cf6d79f015cb2132698a652328d30437e0 by Dominik Haumann.
Committed on 05/09/2016 at 19:10.
Pushed by dhaumann into branch 'Applications/16.08'.

Fix window icon in wayland sessions

REVIEW: 128839
Related: bug 368266

M  +8-0kate/main.cpp
M  +9-1kwrite/main.cpp

http://commits.kde.org/kate/ad1fb0cf6d79f015cb2132698a652328d30437e0

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


[kate] [Bug 368267] Desktop file name doesn't match name/domain set through KAboutData

2016-09-05 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368267
Bug 368267 depends on bug 368266, which changed state.

Bug 368266 Summary: Desktop file name doesn't match name/domain set through 
KAboutData
https://bugs.kde.org/show_bug.cgi?id=368266

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Dominik Haumann  ---
Git commit ad1fb0cf6d79f015cb2132698a652328d30437e0 by Dominik Haumann.
Committed on 05/09/2016 at 19:10.
Pushed by dhaumann into branch 'Applications/16.08'.

Fix window icon in wayland sessions

REVIEW: 128839
Related: bug 368266

M  +8-0kate/main.cpp
M  +9-1kwrite/main.cpp

http://commits.kde.org/kate/ad1fb0cf6d79f015cb2132698a652328d30437e0

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


[kate] [Bug 368266] Desktop file name doesn't match name/domain set through KAboutData

2016-09-05 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368266

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/kate
   ||/ad1fb0cf6d79f015cb2132698a
   ||652328d30437e0
 Resolution|--- |FIXED

--- Comment #5 from Dominik Haumann  ---
Git commit ad1fb0cf6d79f015cb2132698a652328d30437e0 by Dominik Haumann.
Committed on 05/09/2016 at 19:10.
Pushed by dhaumann into branch 'Applications/16.08'.

Fix window icon in wayland sessions

REVIEW: 128839
Related: bug 368267

M  +8-0kate/main.cpp
M  +9-1kwrite/main.cpp

http://commits.kde.org/kate/ad1fb0cf6d79f015cb2132698a652328d30437e0

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


[kate] [Bug 368300] Kate crashes when closing tabs having split vertical view.

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368300

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Dominik Haumann  ---


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

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


[kate] [Bug 348604] Crash when switching tab

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348604

Dominik Haumann  changed:

   What|Removed |Added

 CC||jodr...@live.com

--- Comment #3 from Dominik Haumann  ---
*** Bug 368300 has been marked as a duplicate of this bug. ***

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


[kate] [Bug 368300] Kate crashes when closing tabs having split vertical view.

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368300

--- Comment #2 from Dominik Haumann  ---
Thanks for the way to reproduce!

Valgrind trace:

==3082== Invalid read of size 8
==3082==at 0xAA74BEE: QMetaObject::cast(QObject const*) const (in
/usr/lib64/libQt5Core.so.5.7.0)
==3082==by 0x2681890C: KTextEditor::Document*
qobject_cast(QObject*) (qobject.h:516)
==3082==by 0x26818776:
QtPrivate::QVariantValueHelper::object(QVariant const&)
(qvariant.h:709)
==3082==by 0x26818440:
QtPrivate::ObjectInvoker,
QVariant const&, KTextEditor::Document*>::invoke(QVariant const&)
(qvariant.h:102)
==3082==by 0x26817EBC: KTextEditor::Document*
qvariant_cast(QVariant const&) (qvariant.h:835)
==3082==by 0x268174DB: KTextEditor::Document*
QVariant::value() const (qvariant.h:352)
==3082==by 0x26815721:
TabSwitcherPluginView::unregisterDocument(KTextEditor::Document*)
(tabswitcher.cpp:153)
==3082==by 0x268158EF: TabSwitcherPluginView::raiseView(KTextEditor::View*)
(tabswitcher.cpp:183)
==3082==by 0x26818F83: TabSwitcherPluginView::qt_static_metacall(QObject*,
QMetaObject::Call, int, void**) (moc_tabswitcher.cpp:171)
==3082==by 0xAA946E4: QMetaObject::activate(QObject*, int, int, void**) (in
/usr/lib64/libQt5Core.so.5.7.0)
==3082==by 0x517253E:
KTextEditor::MainWindow::viewChanged(KTextEditor::View*)
(moc_mainwindow.cpp:186)
==3082==by 0x51721D6: KTextEditor::MainWindow::qt_static_metacall(QObject*,
QMetaObject::Call, int, void**) (moc_mainwindow.cpp:92)
==3082==  Address 0x1d8fef50 is 0 bytes inside a block of size 528 free'd
==3082==at 0x4C2A84C: operator delete(void*) (in
/usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==3082==by 0x4F73CB5: KTextEditor::DocumentPrivate::~DocumentPrivate()
(katedocument.cpp:340)
==3082==by 0x4A10C2:
KateDocManager::closeDocuments(QList, bool)
(katedocmanager.cpp:243)
==3082==by 0x4A1268: KateDocManager::closeDocument(KTextEditor::Document*,
bool) (katedocmanager.cpp:273)
==3082==by 0x4C67CA: KateViewSpace::closeTabRequest(int)
(kateviewspace.cpp:516)
==3082==by 0x4CBC34: QtPrivate::FunctorCall,
QtPrivate::List, void, void (KateViewSpace::*)(int)>::call(void
(KateViewSpace::*)(int), KateViewSpace*, void**) (qobjectdefs_impl.h:507)
==3082==by 0x4CB8EC: void QtPrivate::FunctionPointer::call, void>(void
(KateViewSpace::*)(int), KateViewSpace*, void**) (qobjectdefs_impl.h:526)
==3082==by 0x4CAB48: QtPrivate::QSlotObject, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*,
void**, bool*) (qobject_impl.h:149)
==3082==by 0xAA95DF5: QObject::event(QEvent*) (in
/usr/lib64/libQt5Core.so.5.7.0)
==3082==by 0x92BFE4A: QWidget::event(QEvent*) (in
/usr/lib64/libQt5Widgets.so.5.7.0)
==3082==by 0x927CAFB: QApplicationPrivate::notify_helper(QObject*, QEvent*)
(in /usr/lib64/libQt5Widgets.so.5.7.0)
==3082==by 0x9283A7F: QApplication::notify(QObject*, QEvent*) (in
/usr/lib64/libQt5Widgets.so.5.7.0)

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


[kate] [Bug 368300] Kate crashes when closing tabs having split vertical view.

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368300

Dominik Haumann  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kate
   ||/a4ff0af8075d004647b62cff8b
   ||9c16b46e235120
   Version Fixed In||16.08.2

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


[kate] [Bug 348604] Crash when switching tab

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348604

Dominik Haumann  changed:

   What|Removed |Added

   Version Fixed In||Applications 16.08.2
  Latest Commit||http://commits.kde.org/kate
   ||/a4ff0af8075d004647b62cff8b
   ||9c16b46e235120
 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #4 from Dominik Haumann  ---
Finally fixed for KDE Applications release version 16.08.2. Sorry for the
inconvenience.

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


[drkonqi] [Bug 361426] crashed when back<-back<-back was pressed

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361426

Dominik Haumann  changed:

   What|Removed |Added

 CC||ak...@yandex.ru

--- Comment #1 from Dominik Haumann  ---
*** Bug 362527 has been marked as a duplicate of this bug. ***

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


[dolphin] [Bug 362527] Crash when dragging.

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362527

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Dominik Haumann  ---


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

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


[drkonqi] [Bug 361426] crashed when back<-back<-back was pressed

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361426

Dominik Haumann  changed:

   What|Removed |Added

 CC||nico.kru...@gmail.com

--- Comment #2 from Dominik Haumann  ---
*** Bug 365949 has been marked as a duplicate of this bug. ***

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


[okular] [Bug 365949] okular crash after logon

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365949

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Dominik Haumann  ---


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

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


[plasmashell] [Bug 351880] Plasma doesn't start

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351880

Dominik Haumann  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |DUPLICATE

--- Comment #3 from Dominik Haumann  ---


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

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


[drkonqi] [Bug 361426] crashed when back<-back<-back was pressed

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361426

Dominik Haumann  changed:

   What|Removed |Added

 CC||kepl...@cmc.pl

--- Comment #4 from Dominik Haumann  ---
*** Bug 340277 has been marked as a duplicate of this bug. ***

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


[kontact] [Bug 340277] Kontact crashed on startup (~CacheLocker)

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340277

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Dominik Haumann  ---


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

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


[kdelibs] [Bug 340247] libthread_db.so.1". 81 T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS) [KCrash Handler] #6 0x0000003dade3a668 in lock (this=0x809450) at /usr/src/debug/kdelibs-4.14.1/kd

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340247

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Dominik Haumann  ---
problem with the cache.

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

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


[frameworks-kcoreaddons] [Bug 361426] crashed when back<-back<-back was pressed

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361426

Dominik Haumann  changed:

   What|Removed |Added

   Priority|NOR |VHI

--- Comment #6 from Dominik Haumann  ---
It seems this is a bug in the shared data cache with respect to icons.

Here is a current backtrace from Kate development version (2016-09-06).
Yesterday, I did an update through Yast (openSUSE), so maybe some icons changed
and somehow the cache is an some strange state?

Application: Kate (kate), signal: Illegal instruction
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f1aafd097c0 (LWP 2430))]

Thread 1 (Thread 0x7f1aafd097c0 (LWP 2430)):
[KCrash Handler]
#6  0x7f1aa72d1214 in __lll_timedlock_elision () from
/lib64/libpthread.so.0
#7  0x7f1aa72cadc4 in pthread_mutex_timedlock () from
/lib64/libpthread.so.0
#8  0x7f1aaa6cb871 in pthreadTimedLock::lock (this=0x14e0910) at
/home/dh/kde/kf5/src/frameworks/kcoreaddons/src/lib/caching/kshareddatacache_p.h:250
#9  0x7f1aaa6ce6a5 in KSharedDataCache::Private::lock (this=0x14c8b10) at
/home/dh/kde/kf5/src/frameworks/kcoreaddons/src/lib/caching/kshareddatacache.cpp:1217
#10 0x7f1aaa6ce8c9 in KSharedDataCache::Private::CacheLocker::cautiousLock
(this=0x7fff4f1333c0) at
/home/dh/kde/kf5/src/frameworks/kcoreaddons/src/lib/caching/kshareddatacache.cpp:1240
#11 0x7f1aaa6cea2f in KSharedDataCache::Private::CacheLocker::CacheLocker
(this=0x7fff4f1333c0, _d=0x14c8b10) at
/home/dh/kde/kf5/src/frameworks/kcoreaddons/src/lib/caching/kshareddatacache.cpp:1290
#12 0x7f1aaa6ca806 in KSharedDataCache::find (this=0x14c78d0, key=...,
destination=0x7fff4f1334b0) at
/home/dh/kde/kf5/src/frameworks/kcoreaddons/src/lib/caching/kshareddatacache.cpp:1578
#13 0x7f1aad51b397 in KIconLoaderPrivate::findCachedPixmapWithPath
(this=0x14c85d0, key=..., data=..., path=...) at
/home/dh/kde/kf5/src/frameworks/kiconthemes/src/kiconloader.cpp:984
#14 0x7f1aad51d003 in KIconLoader::loadIcon (this=0x7f1aad74b1c0
<(anonymous namespace)::Q_QGS_globalIconLoader::innerFunction()::holder>,
_name=..., group=KIconLoader::Desktop, size=16, state=0, overlays=...,
path_store=0x0, canReturnNull=false) at
/home/dh/kde/kf5/src/frameworks/kiconthemes/src/kiconloader.cpp:1277
#15 0x7f1aad51676a in KIconEngine::pixmap (this=0x3329a60, size=...,
mode=QIcon::Normal, state=QIcon::Off) at
/home/dh/kde/kf5/src/frameworks/kiconthemes/src/kiconengine.cpp:102
#16 0x7f18e219 in QIcon::pixmap(QWindow*, QSize const&, QIcon::Mode,
QIcon::State) const () from /usr/lib64/libQt5Gui.so.5
#17 0x7f18e2ba in QIcon::pixmap(QSize const&, QIcon::Mode,
QIcon::State) const () from /usr/lib64/libQt5Gui.so.5
#18 0x7f1aaf488466 in KateKeywordCompletionModel::data (this=0x1699610,
index=..., role=1) at
/home/dh/kde/kf5/src/frameworks/ktexteditor/src/completion/katekeywordcompletion.cpp:175
#19 0x7f1aaf451bdd in QModelIndex::data (this=0x7fff4f133bf0, arole=1) at
/usr/include/qt5/QtCore/qabstractitemmodel.h:426
#20 0x7f1aaf455c3c in KateCompletionModel::data (this=0x2a3be10, index=...,
role=1) at
/home/dh/kde/kf5/src/frameworks/ktexteditor/src/completion/katecompletionmodel.cpp:272
#21 0x7f1aaf451bdd in QModelIndex::data (this=0x7fff4f133d10, arole=1) at
/usr/include/qt5/QtCore/qabstractitemmodel.h:426
#22 0x7f1aaf469884 in KateCompletionTree::columnTextViewportPosition
(this=0x2a3c280, column=1) at
/home/dh/kde/kf5/src/frameworks/ktexteditor/src/completion/katecompletiontree.cpp:105
#23 0x7f1aaf44bf89 in KateCompletionWidget::updatePosition (this=0x2a3bb30,
force=true) at
/home/dh/kde/kf5/src/frameworks/ktexteditor/src/completion/katecompletionwidget.cpp:524
#24 0x7f1aaf44bc42 in KateCompletionWidget::updateAndShow (this=0x2a3bb30)
at
/home/dh/kde/kf5/src/frameworks/ktexteditor/src/completion/katecompletionwidget.cpp:479
#25 0x7f1aaf44a6ea in KateCompletionWidget::modelContentChanged
(this=0x2a3bb30) at
/home/dh/kde/kf5/src/frameworks/ktexteditor/src/completion/katecompletionwidget.cpp:222
#26 0x7f1aaf44b9ce in KateCompletionWidget::startCompletion
(this=0x2a3bb30, word=..., modelsToStart=...,
invocationType=KTextEditor::CodeCompletionModel::AutomaticInvocation) at
/home/dh/kde/kf5/src/frameworks/ktexteditor/src/completion/katecompletionwidget.cpp:442
#27 0x7f1aaf44ac7f in KateCompletionWidget::startCompletion
(this=0x2a3bb30,
invocationType=KTextEditor::CodeCompletionModel::AutomaticInvocation,
models=...) at
/home/dh/kde/kf5/src/frameworks/ktexteditor/src/completion/katecompletionwidget.cpp:312
#28 0x7f1aaf45043d in KateCompletionWidget::automaticInvocation
(this=0x2a3bb30) at
/home/dh/kde/kf5/src/frameworks/ktexteditor/src/completion/katecompletionwidget.cpp:1429
#29 0x7f1aaf6a044a in KateCompletionWidget::qt_static_metacall
(_o=0x2a3bb30, _c=QMetaObject::InvokeMetaMethod, _id=7, _a=0x7fff4f1344d0) at

[frameworks-kcoreaddons] [Bug 361426] Crash in KIconLoaderPrivate::findCachedPixmapWithPath and KSharedDataCache

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361426

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
Summary|crashed when|Crash in
   |back<-back<-back was|KIconLoaderPrivate::findCac
   |pressed |hedPixmapWithPath and
   ||KSharedDataCache
 Ever confirmed|0   |1
 CC||mp...@kde.org

--- Comment #7 from Dominik Haumann  ---
@Michal Pyne: Can you look into this maybe? Iirc, you were involved with the
KSharedDataCache or similar? :-) This issue definitely still exists, and seems
to be there since > 5 years.

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


[frameworks-kcoreaddons] [Bug 361426] crashed when back<-back<-back was pressed

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361426

Dominik Haumann  changed:

   What|Removed |Added

  Component|general |general
   Assignee|unassigned-b...@kde.org |mp...@kde.org
Product|drkonqi |frameworks-kcoreaddons
 CC||kdelibs-b...@kde.org
Version|5.5.5   |5.0.0

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


[drkonqi] [Bug 361426] crashed when back<-back<-back was pressed

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361426

Dominik Haumann  changed:

   What|Removed |Added

 CC||tom.i...@gmail.com

--- Comment #3 from Dominik Haumann  ---
*** Bug 351880 has been marked as a duplicate of this bug. ***

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


[drkonqi] [Bug 361426] crashed when back<-back<-back was pressed

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361426

Dominik Haumann  changed:

   What|Removed |Added

 CC||ssa...@yahoo.com

--- Comment #5 from Dominik Haumann  ---
*** Bug 340247 has been marked as a duplicate of this bug. ***

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


[kdelibs] [Bug 333544] KWin crashes after running KAlgebra from git under valgrind and then pressing the Kickoff menu item.

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333544

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #6 from Dominik Haumann  ---
This issue unfortunately still exists see bug #361426. There, you also can find
a backtrace of KAte crashing with a recent version (2016-09-06).

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

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


[frameworks-kcoreaddons] [Bug 361426] Crash in KIconLoaderPrivate::findCachedPixmapWithPath and KSharedDataCache

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361426

Dominik Haumann  changed:

   What|Removed |Added

 CC||shlo...@shlomifish.org

--- Comment #8 from Dominik Haumann  ---
*** Bug 333544 has been marked as a duplicate of this bug. ***

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


[kdelibs] [Bug 305453] Crash when starting CEWE

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=305453

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Dominik Haumann  ---


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

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


[kdelibs] [Bug 310111] Dolphin crash due to bus error [KSharedDataCache::Private::CacheLocker::cautiousLock]

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=310111

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #9 from Dominik Haumann  ---
Still an issue as of 2016-09-06.

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

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


[kdelibs] [Bug 313545] Window manager crashed

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=313545

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Dominik Haumann  ---
Still sometimes happens (2016-09-06).

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

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


[kdelibs] [Bug 304314] kickoff starter cannot be started

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=304314

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Dominik Haumann  ---


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

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


[kdelibs] [Bug 249362] KImageCache crashes on loading (presumably) corrupt cache

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=249362

Dominik Haumann  changed:

   What|Removed |Added

 CC||geo...@mail.tonsam.com.tw

--- Comment #15 from Dominik Haumann  ---
*** Bug 304314 has been marked as a duplicate of this bug. ***

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


[kdelibs] [Bug 309663] Kontact crashes on email send

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=309663

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Dominik Haumann  ---


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

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


[kdelibs] [Bug 311273] Plasma crashes upon raising App Launcher Menu

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=311273

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Dominik Haumann  ---


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

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


[kdelibs] [Bug 311735] Plasma goes black on every startup

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=311735

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Dominik Haumann  ---


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

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


[kdelibs] [Bug 249362] KImageCache crashes on loading (presumably) corrupt cache

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=249362

Dominik Haumann  changed:

   What|Removed |Added

 CC||qaim.ali.jaffar...@gmail.co
   ||m

--- Comment #18 from Dominik Haumann  ---
*** Bug 311735 has been marked as a duplicate of this bug. ***

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


[kdelibs] [Bug 311920] KPatience crashed after selecting Aces Up

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=311920

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Dominik Haumann  ---


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

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


[kdelibs] [Bug 317595] KDE Crashes seemingly randomly

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=317595

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Dominik Haumann  ---


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

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


[kdelibs] [Bug 249362] KImageCache crashes on loading (presumably) corrupt cache

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=249362

Dominik Haumann  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #21 from Dominik Haumann  ---
Looks like this could be fixed, since the duplicates are all also very old.

Still, a related issue may be bug #361426, which exists in 2016-09-06, KDE
Frameworks 5.26.

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


[frameworks-kcoreaddons] [Bug 361426] Crash in KIconLoaderPrivate::findCachedPixmapWithPath and KSharedDataCache

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361426

--- Comment #12 from Dominik Haumann  ---
Possibly related: bug #249362.

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


[kdelibs] [Bug 249362] KImageCache crashes on loading (presumably) corrupt cache

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=249362

Dominik Haumann  changed:

   What|Removed |Added

 CC||mikey.hor...@zoho.com

--- Comment #17 from Dominik Haumann  ---
*** Bug 311273 has been marked as a duplicate of this bug. ***

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


[frameworks-kcoreaddons] [Bug 361426] Crash in KIconLoaderPrivate::findCachedPixmapWithPath and KSharedDataCache

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361426

Dominik Haumann  changed:

   What|Removed |Added

 CC||davestechs...@gmail.com

--- Comment #10 from Dominik Haumann  ---
*** Bug 310111 has been marked as a duplicate of this bug. ***

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


[frameworks-kcoreaddons] [Bug 361426] Crash in KIconLoaderPrivate::findCachedPixmapWithPath and KSharedDataCache

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361426

Dominik Haumann  changed:

   What|Removed |Added

 CC||noesga...@gmail.com

--- Comment #11 from Dominik Haumann  ---
*** Bug 313545 has been marked as a duplicate of this bug. ***

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


[kdelibs] [Bug 249362] KImageCache crashes on loading (presumably) corrupt cache

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=249362

Dominik Haumann  changed:

   What|Removed |Added

 CC||samantha.april.davis@gmail.
   ||com

--- Comment #19 from Dominik Haumann  ---
*** Bug 311920 has been marked as a duplicate of this bug. ***

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


[frameworks-kcoreaddons] [Bug 361426] Crash in KIconLoaderPrivate::findCachedPixmapWithPath and KSharedDataCache

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361426

Dominik Haumann  changed:

   What|Removed |Added

 CC||paulac@gmail.com

--- Comment #9 from Dominik Haumann  ---
*** Bug 305453 has been marked as a duplicate of this bug. ***

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


[kdelibs] [Bug 249362] KImageCache crashes on loading (presumably) corrupt cache

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=249362

Dominik Haumann  changed:

   What|Removed |Added

 CC||scott.neville@bluestar-soft
   ||ware.co.uk

--- Comment #20 from Dominik Haumann  ---
*** Bug 317595 has been marked as a duplicate of this bug. ***

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


[kdelibs] [Bug 249362] KImageCache crashes on loading (presumably) corrupt cache

2016-09-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=249362

Dominik Haumann  changed:

   What|Removed |Added

 CC||and...@andrewlindley.co.uk

--- Comment #16 from Dominik Haumann  ---
*** Bug 309663 has been marked as a duplicate of this bug. ***

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


[kate] [Bug 363220] replace all notification duplicated when scrolling down

2016-09-07 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363220

--- Comment #7 from Dominik Haumann  ---
Unfortunately, this introduced a bad regression: If a message widget is shown
*above* the view twice, it always crashes. Since Kate does not show many
message widgets on top, this is seldom, though.

KDE Frameworks 5.27 will properly fix this, and we hope the scrolling artifacts
are still gone then.

Patrick Roye: Please test again with 5.27 :-)
You could even do so by testing this with the Neon live image with tomorrows
build (https://neon.kde.org/).

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


[kate] [Bug 309493] [Usability] Infuriating default "file changed" behavior

2016-09-07 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=309493

Dominik Haumann  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/ktex
   ||teditor/0e299055c5c89f76a23
   ||01a2dde41214216e6066a
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #5 from Dominik Haumann  ---
Git commit 0e299055c5c89f76a2301a2dde41214216e6066a by Dominik Haumann.
Committed on 07/09/2016 at 20:34.
Pushed by dhaumann into branch 'master'.

Use non-modal message widget for externally modified file notifications

No more modal dialogs for externally modified changes that can
acidentally be pressed while typing.

For Kate, nothing changes if you have "[x] Warn about files modified
by foreign processes" enabled.

Differential Revision: D2700

Fixed-In: KDE Frameworks 5.27
Related: bug 351932, bug 353712

M  +0-1src/CMakeLists.txt
M  +47   -123  src/dialogs/katedialogs.cpp
M  +12   -12   src/dialogs/katedialogs.h
M  +62   -70   src/document/katedocument.cpp
M  +9-5src/document/katedocument.h
M  +0-8src/view/kateviewinternal.cpp

http://commits.kde.org/ktexteditor/0e299055c5c89f76a2301a2dde41214216e6066a

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


[kate] [Bug 353712] Warn about files modified by foreign processes steals focus

2016-09-07 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353712

--- Comment #1 from Dominik Haumann  ---
Git commit 0e299055c5c89f76a2301a2dde41214216e6066a by Dominik Haumann.
Committed on 07/09/2016 at 20:34.
Pushed by dhaumann into branch 'master'.

Use non-modal message widget for externally modified file notifications

No more modal dialogs for externally modified changes that can
acidentally be pressed while typing.

For Kate, nothing changes if you have "[x] Warn about files modified
by foreign processes" enabled.

Differential Revision: D2700

Fixed-In: KDE Frameworks 5.27
Related: bug 309493, bug 351932

M  +0-1src/CMakeLists.txt
M  +47   -123  src/dialogs/katedialogs.cpp
M  +12   -12   src/dialogs/katedialogs.h
M  +62   -70   src/document/katedocument.cpp
M  +9-5src/document/katedocument.h
M  +0-8src/view/kateviewinternal.cpp

http://commits.kde.org/ktexteditor/0e299055c5c89f76a2301a2dde41214216e6066a

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


[kate] [Bug 351932] The 'File Was Deleted on Disk' dialogues don't make sense

2016-09-07 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351932

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/ktex
   ||teditor/0e299055c5c89f76a23
   ||01a2dde41214216e6066a

--- Comment #1 from Dominik Haumann  ---
Git commit 0e299055c5c89f76a2301a2dde41214216e6066a by Dominik Haumann.
Committed on 07/09/2016 at 20:34.
Pushed by dhaumann into branch 'master'.

Use non-modal message widget for externally modified file notifications

No more modal dialogs for externally modified changes that can
acidentally be pressed while typing.

For Kate, nothing changes if you have "[x] Warn about files modified
by foreign processes" enabled.

Differential Revision: D2700

Fixed-In: KDE Frameworks 5.27
Related: bug 309493, bug 353712

M  +0-1src/CMakeLists.txt
M  +47   -123  src/dialogs/katedialogs.cpp
M  +12   -12   src/dialogs/katedialogs.h
M  +62   -70   src/document/katedocument.cpp
M  +9-5src/document/katedocument.h
M  +0-8src/view/kateviewinternal.cpp

http://commits.kde.org/ktexteditor/0e299055c5c89f76a2301a2dde41214216e6066a

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


[kate] [Bug 309493] [Usability] Infuriating default "file changed" behavior

2016-09-07 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=309493

--- Comment #7 from Dominik Haumann  ---
Better first try whether it works as you expect :-)
See also:
https://kate-editor.org/2016/09/07/embedded-notifications-for-externally-modified-files/

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


[frameworks-ktexteditor] [Bug 367466] crash on invalid text line access in KateLayoutCache::textLayout

2016-09-08 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367466

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/ktex
   ||teditor/09a1e864d54735ebcab
   ||6bf31198fdef969b92a67
   Version Fixed In||KDE Frameworks 5.27

--- Comment #3 from Dominik Haumann  ---
Git commit 09a1e864d54735ebcab6bf31198fdef969b92a67 by Dominik Haumann.
Committed on 08/09/2016 at 13:32.
Pushed by dhaumann into branch 'master'.

Fix crash: Make sure the display cursor is valid after text folding

This bug existed at least since KDE 4.3 (2009), took a long time to track it
down.

FIXED-IN: KDE Frameworks 5.27
Differential-Revision: https://phabricator.kde.org/D2709

M  +38   -0autotests/src/katefoldingtest.cpp
M  +1-0autotests/src/katefoldingtest.h
M  +7-0src/view/kateviewinternal.cpp

http://commits.kde.org/ktexteditor/09a1e864d54735ebcab6bf31198fdef969b92a67

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


[frameworks-ktexteditor] [Bug 335079] Text rendering broken for unicode characters

2016-09-08 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=335079

Dominik Haumann  changed:

   What|Removed |Added

   Version Fixed In||KDE Frameworks 5.27

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


[kate] [Bug 318029] Line spacing in KDE applications like kate for Persian language (and possibly other similiar languages) is too tight for the characters to be shown completely

2016-09-08 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=318029

Dominik Haumann  changed:

   What|Removed |Added

   Version Fixed In||KDE Frameworks 5.27

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


[frameworks-ktexteditor] [Bug 368589] New: Minimap should jump to position on click

2016-09-11 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368589

Bug ID: 368589
   Summary: Minimap should jump to position on click
   Product: frameworks-ktexteditor
   Version: 5.24.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: dhaum...@kde.org

When the MiniMap is active, clicking should directly jump to the clicked
position.
This is especially required when the text preview is active.

Right now, the behavior is confusing, since the text preview already displays
the desired contents under the mouse, but clicking then will just do a page
down/up, which is confusing.

Reproducible: Always



Expected Results:  
Direct jump to clicked location, when:
1. text preview is active
2. minimap is active

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


[frameworks-ktexteditor] [Bug 368589] Minimap should jump to position on click

2016-09-11 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368589

Dominik Haumann  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||kare.s...@ericsson.com,
   ||m...@svenbrauch.de

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


[frameworks-baloo] [Bug 366623] Random Crash

2016-09-11 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366623

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Dominik Haumann  ---


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

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


[frameworks-baloo] [Bug 366005] Plasma crashed on search

2016-09-11 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366005

Dominik Haumann  changed:

   What|Removed |Added

 CC||bgkd.x.lok...@mamber.net

--- Comment #2 from Dominik Haumann  ---
*** Bug 366623 has been marked as a duplicate of this bug. ***

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


  1   2   3   4   >