[kdevelop] [Bug 368460] function signature picks up template parameter names

2016-09-12 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368460 Francis Herne changed: What|Removed |Added CC||m...@flherne.uk --- Comment

[kdevelop] [Bug 367803] Crash when viewing file.

2016-08-25 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367803 Francis Herne changed: What|Removed |Added Resolution|--- |INVALID

[kdevelop] [Bug 367803] New: Crash when viewing file.

2016-08-25 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367803 Bug ID: 367803 Summary: Crash when viewing file. Product: kdevelop Version: git master Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: crash

[kate] [Bug 364650] Crash when searching for '_' with non-native keyboard layout

2016-07-21 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364650 --- Comment #10 from Francis Herne --- Oh, and it doesn't have to be search, the usual colon-triggered command bar (and any others) are also affected. -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 364650] Crash when searching for '_' with non-native keyboard layout

2016-07-21 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364650 --- Comment #9 from Francis Herne --- I was wrong above. EmulatedCommandBar::eventFilter() _is_ called, catches m_suspendEditEventFiltering and returns false to reject the event. Because the event was rejected it's propagated to

[kate] [Bug 364650] Crash when searching for '_' with non-native keyboard layout

2016-07-20 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364650 --- Comment #8 from Francis Herne --- Backtrace: #0 0x7fffdb2d20b8 in ?? () from /usr/lib/qt/plugins/styles/breeze.so #1 0x7490d8b6 in QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject*, QEvent*) ()

[kate] [Bug 364650] Crash when searching for '_' with non-native keyboard layout

2016-07-20 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364650 Francis Herne changed: What|Removed |Added CC||m...@flherne.uk --- Comment

[krunner] [Bug 365248] Krunner crash when typing first letter or clicking setting button

2016-07-19 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365248 --- Comment #12 from Francis Herne --- Package 0.9.8-2 of libqalculate fixed it. https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/libqalculate=33746670cde03a9ca3078db93f0c5229845b3803 -- You are receiving this

[krunner] [Bug 365248] Krunner crash when typing first letter or clicking setting button

2016-07-16 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365248 Francis Herne changed: What|Removed |Added CC||m...@flherne.uk --- Comment

[kdev-python] [Bug 359912] Type not recognized in expressions with multiple subscripts

2016-07-12 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359912 Francis Herne changed: What|Removed |Added CC||m...@flherne.uk --- Comment

[kdevelop] [Bug 364056] Kdevelop crashed when modifying custom include path

2016-07-11 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364056 Francis Herne changed: What|Removed |Added CC||m...@flherne.uk --- Comment

[ksplash] [Bug 360070] Splash screen glitch with external monitor

2016-07-11 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360070 --- Comment #4 from Francis Herne --- ^ above output is from .xinitrc: `xrandr > xrandr.out; exec startkde` Behaviour changed apparently randomly while I was testing things...fun to debug, I'm sure. Initially, the incorrect splash

[ksplash] [Bug 360070] Splash screen glitch with external monitor

2016-07-11 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360070 --- Comment #3 from Francis Herne --- Similar behaviour with Plasma/KWin 5.7.0, Qt 5.7.0, KF 5.23.0. KScreen is used, I have no static configuration. I only have an 800x600 VGA monitor handy, so the appearance is slightly different

[kdevelop] [Bug 364433] Crash when using Solve -> Add custom include path

2016-06-26 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364433 --- Comment #1 from Francis Herne --- With today's 5.0-git, occurs about one time in three. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 364433] New: Crash when using Solve -> Add custom include path

2016-06-17 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364433 Bug ID: 364433 Summary: Crash when using Solve -> Add custom include path Product: kdevelop Version: unspecified Platform: Compiled Sources OS: Linux Status: UNCONFIRMED

[frameworks-ktexteditor] [Bug 360418] Crash using 'g' in Vi-input mode

2016-05-25 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360418 Francis Herne changed: What|Removed |Added Version|5.19.0 |5.22.0 -- You are receiving

[frameworks-ktexteditor] [Bug 360418] Crash using 'g' in Vi-input mode

2016-05-25 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360418 --- Comment #3 from Francis Herne --- This is caused by the command 'g' not actually existing; KTE crashes when given a range for a nonexistent command. -- You are receiving this mail because: You are watching all bug

[kdev-python] [Bug 362913] Crash when parsing file.

2016-05-11 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362913 --- Comment #6 from Francis Herne --- And yes, the fix works here. -- You are receiving this mail because: You are watching all bug changes.

[kdev-python] [Bug 362913] Crash when parsing file.

2016-05-11 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362913 --- Comment #5 from Francis Herne --- Thanks! -- You are receiving this mail because: You are watching all bug changes.

[kdev-python] [Bug 362913] Crash when parsing file.

2016-05-11 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362913 --- Comment #2 from Francis Herne --- That isn't quite true for me. That construct _doesn't_ seem to crash kdev-python if it's actually inside a function, or a class definition. It does crash if it's at module level, or

[kdev-python] [Bug 362913] New: Crash when parsing file.

2016-05-10 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362913 Bug ID: 362913 Summary: Crash when parsing file. Product: kdev-python Version: unspecified Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity:

[kdevelop] [Bug 362613] Crash when opening files with double-quote(s) in name.

2016-05-03 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362613 --- Comment #2 from Francis Herne --- I suppose this is the right bug, unfixed for seven years: https://bugs.kde.org/show_bug.cgi?id=185433 Opening different files to the one requested seems seriously wrong to me. :-/ --

[kdevelop] [Bug 362613] Crash when opening files with double-quote(s) in name.

2016-05-03 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362613 --- Comment #1 from Francis Herne --- Correction: Steps to reproduce are true for a file with one doublequote, not two as shown. In case of two, opening a single file, KDevelop will open (create) a file with the fragment of

[kdevelop] [Bug 362613] New: Crash when opening files with double-quote(s) in name.

2016-05-03 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362613 Bug ID: 362613 Summary: Crash when opening files with double-quote(s) in name. Product: kdevelop Version: 4.90.91 Platform: Other OS: Linux Status: UNCONFIRMED

[kdev-python] [Bug 362515] Segfault in code completion

2016-05-02 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362515 --- Comment #4 from Francis Herne --- More backtrace: Thread 9 "KDevelop::Compl" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffa59be700 (LWP 13247)] 0x7fff88056020 in ?? () (gdb) bt full #0

[kdev-python] [Bug 362515] Segfault in code completion

2016-04-30 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362515 --- Comment #1 from Francis Herne --- Crashed again, backtrace looks a bit different: Thread 9 "KDevelop::Compl" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffa3477700 (LWP 13580)]

[kdev-python] [Bug 362521] New: PEP-3132 not supported

2016-04-30 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362521 Bug ID: 362521 Summary: PEP-3132 not supported Product: kdev-python Version: 4.90.91 Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: wishlist

[kdev-python] [Bug 362515] New: Segfault in code completion

2016-04-30 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362515 Bug ID: 362515 Summary: Segfault in code completion Product: kdev-python Version: unspecified Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity:

[Breeze] [Bug 361612] gtk3 Breeze theme contains lots of deprecation errors

2016-04-15 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361612 Francis Herne changed: What|Removed |Added CC|

[kdevelop] [Bug 344192] Crash while trying to save a file as an already open file

2016-03-21 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344192 --- Comment #4 from Francis Herne --- It seems to me as though Kate should crash the same way, but I can't make it do so. It does behave in a really unintuitive way that probably should be its own bug, but doesn't actually

[kdevelop] [Bug 344192] Crash while trying to save a file as an already open file

2016-03-21 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344192 --- Comment #3 from Francis Herne --- It crashes intermittently with those flags (or all the Qt::QueuedConnection flags around there) removed, but not every time as before. I'm a bit busy actually using KDevelop to poke

[kdevelop] [Bug 344192] Crash while trying to save a file as an already open file

2016-03-19 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344192 Francis Herne changed: What|Removed |Added CC|

[kdevelop] [Bug 331137] git->Show Differences closes file

2016-03-14 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=331137 Francis Herne changed: What|Removed |Added CC|

[kdevelop] [Bug 356012] Wish: Extra whitespace should be highlighted in git diff output

2016-03-14 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356012 Francis Herne changed: What|Removed |Added CC|

[frameworks-ktexteditor] [Bug 360418] Crash using 'g' in Vi-input mode

2016-03-11 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360418 Francis Herne changed: What|Removed |Added Product|kate

[kate] [Bug 360418] Crash using 'g' in Vi-input mode

2016-03-11 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360418 --- Comment #1 from Francis Herne --- Kate is 15.12.2, KTextEditor is 5.19.0. Latest version in the bugs.kde.org dropdown is '5.0.0', some newer options would be nice. -- You are receiving this mail because: You are

[kate] [Bug 360418] New: Crash using 'g' in Vi-input mode

2016-03-11 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360418 Bug ID: 360418 Summary: Crash using 'g' in Vi-input mode Product: kate Version: unspecified Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity:

[frameworks-kwidgetsaddons] [Bug 360061] Colour list squashed vertically.

2016-03-11 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360061 --- Comment #3 from Francis Herne --- Ah, no it isn't. Just with Breeze. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 356638] False-positive warning with addEventListener()

2016-03-09 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356638 --- Comment #4 from Francis Herne --- Whoops, missed a semicolon on the first line. In fact, KDevelop doesn't like having an object as the second argument either (contrary to what my original report implies). var listener =

[kdevelop] [Bug 356638] False-positive warning with addEventListener()

2016-03-09 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356638 --- Comment #3 from Francis Herne --- The 13-line example on the linked page (https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener#JavaScript_Content) encounters it. Cut down further: function

[kdevelop] [Bug 360209] Crash with 'Overriders possible, show all'

2016-03-08 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360209 --- Comment #7 from Francis Herne --- Created attachment 97758 --> https://bugs.kde.org/attachment.cgi?id=97758=edit Tooltip showing 'Overriders possible'. Tooltip showing with link that shouldn't exist, and that crashes

[kdevelop] [Bug 360209] Crash with 'Overriders possible, show all'

2016-03-08 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360209 Francis Herne changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[kdevelop] [Bug 360209] Crash with 'Overriders possible, show all'

2016-03-07 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360209 --- Comment #4 from Francis Herne --- Well, that was simpler than I expected! Very-reduced test case: struct Foo { union {} bar; virtual void SomeFunction() {} }; -- You are receiving this mail because: You are

[kdevelop] [Bug 360209] Crash with 'Overriders possible, show all'

2016-03-07 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360209 Francis Herne changed: What|Removed |Added Component|Language Support: CPP |Language Support:

[kdevelop] [Bug 360209] Crash with 'Overriders possible, show all'

2016-03-07 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360209 --- Comment #1 from Francis Herne --- Memory, rather. Glad I don't have any swap... -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 360209] New: Crash with 'Overriders possible, show all'

2016-03-07 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360209 Bug ID: 360209 Summary: Crash with 'Overriders possible, show all' Product: kdevelop Version: 4.90.91 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED

[kdevelop] [Bug 360203] New: 'open!' command opens already-open file.

2016-03-07 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360203 Bug ID: 360203 Summary: 'open!' command opens already-open file. Product: kdevelop Version: 4.90.91 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED

[kactivitymanagerd] [Bug 348194] kactivitymanager sometimes crashes on logout

2016-03-06 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348194 Francis Herne changed: What|Removed |Added CC|

[kdevelop] [Bug 360081] Attempting to parse text/plain files as C or C++

2016-03-04 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360081 --- Comment #3 from Francis Herne --- nicolas17 explained more to me on IRC about how mime-type detection works, so "The file _has_ a correct mime-type in the absence of an official NML one." is wrong. I still don't think

[kdevelop] [Bug 360081] Attempting to parse text/plain files as C or C++

2016-03-04 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360081 Francis Herne changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[kdev-python] [Bug 347449] Attempting to parse non-python files

2016-03-04 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347449 --- Comment #5 from Francis Herne --- Sorry, looking at the same problem now it seems to be caused by the C++ parser, so I was probably mistaken when filing this. Re-filed against the C++ parser as

[kdevelop] [Bug 360081] New: Attempting to parse text/plain files as C or C++

2016-03-04 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360081 Bug ID: 360081 Summary: Attempting to parse text/plain files as C or C++ Product: kdevelop Version: 4.90.91 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED

[plasmashell] [Bug 360080] New: KRunner: Separator line below selection not ideal

2016-03-04 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360080 Bug ID: 360080 Summary: KRunner: Separator line below selection not ideal Product: plasmashell Version: 5.5.95 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED

[plasmashell] [Bug 360080] KRunner: Separator line below selection not ideal

2016-03-04 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360080 --- Comment #1 from Francis Herne --- Created attachment 97681 --> https://bugs.kde.org/attachment.cgi?id=97681=edit Selection of item above and below separator line -- You are receiving this mail because: You are

[plasmashell] [Bug 360070] Splash screen glitch with external monitor

2016-03-04 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360070 --- Comment #1 from Francis Herne --- Created attachment 97679 --> https://bugs.kde.org/attachment.cgi?id=97679=edit Doodle of how splash screens are shown. -- You are receiving this mail because: You are watching all bug

[systemsettings] [Bug 360061] Colour list squashed vertically.

2016-03-04 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360061 --- Comment #1 from Francis Herne --- Created attachment 97672 --> https://bugs.kde.org/attachment.cgi?id=97672=edit Same screenshot, not on imgur -- You are receiving this mail because: You are watching all bug changes.

[systemsettings] [Bug 360061] New: Colour list squashed vertically.

2016-03-04 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360061 Bug ID: 360061 Summary: Colour list squashed vertically. Product: systemsettings Version: 5.5.95 Platform: Archlinux Packages URL: https://i.imgur.com/v5OkseD.png OS:

[kdevelop] [Bug 359933] Quick Open and Outline dropdowns behave unexpectedly.

2016-02-29 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359933 Francis Herne changed: What|Removed |Added Summary|Quick Open and Outline |Quick Open and

[kdevelop] [Bug 359933] New: Quick Open and Outline popups behave unexpectedly.

2016-02-29 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359933 Bug ID: 359933 Summary: Quick Open and Outline popups behave unexpectedly. Product: kdevelop Version: 4.90.91 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED

[kwin] [Bug 359797] BorderlessMaximizedWindows=true forces server-side decorations

2016-02-26 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359797 --- Comment #6 from Francis Herne --- Sorry, yes, I must have done something wrong. Latest patch works for me. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 359797] BorderlessMaximizedWindows=true forces server-side decorations

2016-02-25 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359797 --- Comment #4 from Francis Herne --- I tried the patch (compiling KWin made my laptop's fan rather unhappy, not to mention my ears). Unfortunately there was no noticeable change; decorations still appear when unmaximising

[kwin] [Bug 359797] BorderlessMaximizedWindows=true forces server-side decorations

2016-02-25 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359797 --- Comment #3 from Francis Herne --- Created attachment 97561 --> https://bugs.kde.org/attachment.cgi?id=97561=edit diff to after maximising/unmaximising (with border added) After maximising and unmaximising, a border is

[kwin] [Bug 359797] BorderlessMaximizedWindows=true forces server-side decorations

2016-02-25 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359797 --- Comment #2 from Francis Herne --- Created attachment 97560 --> https://bugs.kde.org/attachment.cgi?id=97560=edit xprop output, before maximising (no border) Output of running xprop on a gitg window under KWin, before

[kwin] [Bug 359797] New: BorderlessMaximizedWindows=true forces server-side decorations

2016-02-25 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359797 Bug ID: 359797 Summary: BorderlessMaximizedWindows=true forces server-side decorations Product: kwin Version: 5.5.4 Platform: Archlinux Packages OS: Linux

[kate] [Bug 355260] AutoBrace extension has strange behaviour for several braces compared to parenthesis or brackets

2016-02-25 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355260 Francis Herne changed: What|Removed |Added CC|

[frameworks-ktexteditor] [Bug 359763] New: Completion in block-selection mode only affects first line, selects preceding content

2016-02-24 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359763 Bug ID: 359763 Summary: Completion in block-selection mode only affects first line, selects preceding content Product: frameworks-ktexteditor Version: unspecified Platform:

[kdevelop] [Bug 359441] "Deleted by another program" -> "Close" option doesn't.

2016-02-16 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359441 --- Comment #1 from Francis Herne --- Correction: "is changed on-disk" should be "is moved or deleted". Changing it in place leads to a slightly different dialog, which works fine. -- You are receiving this mail because:

[kdevelop] [Bug 359441] New: "Deleted by another program" -> "Close" option doesn't.

2016-02-15 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359441 Bug ID: 359441 Summary: "Deleted by another program" -> "Close" option doesn't. Product: kdevelop Version: 4.90.91 Platform: Archlinux Packages OS: Linux

[kdevelop] [Bug 358907] New: Literal ampersands in toolview context-menu titles.

2016-02-02 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358907 Bug ID: 358907 Summary: Literal ampersands in toolview context-menu titles. Product: kdevelop Version: 4.90.91 Platform: Archlinux Packages URL: http://i.cubeupload.com/xuS13m.png

[kdevelop] [Bug 358526] New: Freeze and glitches when changing KDE color scheme

2016-01-25 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358526 Bug ID: 358526 Summary: Freeze and glitches when changing KDE color scheme Product: kdevelop Version: 4.90.91 Platform: Compiled Sources OS: Linux Status: UNCONFIRMED

[kdevelop] [Bug 356638] False-positive warning with addEventListener()

2015-12-13 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356638 --- Comment #1 from Francis Herne --- This only seems to happen when the useCapture (third) argument is provided. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 356638] New: False-positive warning with addEventListener()

2015-12-13 Thread Francis Herne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356638 Bug ID: 356638 Summary: False-positive warning with addEventListener() Product: kdevelop Version: 4.90.90 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED