[konsole] [Bug 406828] Color of title of not currently selected tab not changed when new output appears

2019-05-03 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=406828

--- Comment #3 from Arfrever Frehtes Taifersar Arahesis 
 ---
This problem was introduced in commit 6e8153a78e3c63e514a6ecb62f6c9b4b504e7eb7:

https://cgit.kde.org/konsole.git/commit/?id=6e8153a78e3c63e514a6ecb62f6c9b4b504e7eb7

commit 6e8153a78e3c63e514a6ecb62f6c9b4b504e7eb7
(refs/git-r3/kde-apps/konsole/5/__main__)
Author: Tomaz Canabrava 
AuthorDate: 2019-03-26 21:33:09 -0400
Commit: Kurt Hindenburg 
CommitDate: 2019-03-26 21:50:18 -0400

Multiple Splits per Tab

Summary:
This is what I envision for the Konsole Tab / Splits
management. One tab contain a QSPlitter that can contain
multiple TerminalDisplays / Splits.

You can test this behavior by hitting ctrl + shift + 9
and ctrl + shift + 0 to activate the splits, and ctrl +
shift + t to activate a new tab.

Old:
{F6484123}

New:
{F6484124}

What works:
- Tab Creation
- Split Creation (Even Recursive splitting)
- Terminal Close will close the Split on last split
- Last last split to close will close the tab
- Last tab to close will close konsole
- Detaching
- Tab Renaming
- Closing splits after detach
- Closing windows after detach
- Detach / Reattach works!

This patch series has the commits of Thomas Surrel, Maciej Niedbdalski and
Myself.

Reviewers: #konsole, hindenburg

Reviewed By: #konsole, hindenburg

Subscribers: luc4, hallas, anthonyfieroni, gennad, ngraham, thsurrel,
maciejn, mglb, hindenburg, konsole-devel

Tags: #konsole

Differential Revision: https://phabricator.kde.org/D17643

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

[konsole] [Bug 406752] Menu for "New Tab" button shown in incorrect location for non-first triggering

2019-05-03 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=406752

Arfrever Frehtes Taifersar Arahesis  changed:

   What|Removed |Added

 CC||da...@davidhallas.dk

--- Comment #6 from Arfrever Frehtes Taifersar Arahesis 
 ---
This problem was introduced in commit 03a78c2a9f4248653e928c341bb4610c4aeea33b:

https://cgit.kde.org/konsole.git/commit/?id=03a78c2a9f4248653e928c341bb4610c4aeea33b

commit 03a78c2a9f4248653e928c341bb4610c4aeea33b (HEAD)
Author: David Hallas 
AuthorDate: 2019-03-28 08:55:18 -0400
Commit: Kurt Hindenburg 
CommitDate: 2019-03-28 09:14:13 -0400

Fixes minor memory leaks

Summary:
Fixes a few minor memory leaks found with address sanitizer.
The newTabButton and closeTabButton was not passed a parent and is not
deleted in the destructor of TabbedViewContainer which will cause them
to be leaked when closing a tab. Instead pass the TabbedViewContainer as
the parent.
The same goes for the profileMenu, it was not passed a parent pointer at
contruction and the setMenu function doesn't take ownership of it, so
therefore it was also leaked.

Test Plan:
Compile konsole with address sanitizer.
Open and close konsole.

Reviewers: #konsole, hindenburg

Reviewed By: #konsole, hindenburg

Subscribers: hindenburg, konsole-devel

Tags: #konsole

Differential Revision: https://phabricator.kde.org/D19634

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

[konsole] [Bug 406828] Color of title of not currently selected tab not changed when new output appears

2019-05-03 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=406828

Arfrever Frehtes Taifersar Arahesis  changed:

   What|Removed |Added

   See Also|https://bugs.kde.org/show_b |
   |ug.cgi?id=406752|

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

[konsole] [Bug 406828] Color of title of not currently selected tab not changed when new output appears

2019-05-03 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=406828

--- Comment #2 from Arfrever Frehtes Taifersar Arahesis 
 ---
(In reply to Arfrever Frehtes Taifersar Arahesis from comment #4)
> This problem was introduced in commit
> 4cddc420e319686956446da2724a27a672817ff1

I have been deceived by https://cgit.kde.org/konsole.git/log/?h=master showing
commits from all branches (not only "master" branch) (while e.g.
https://cgit.kde.org/konsole.git/log/?h=Applications/19.04 shows commits from
only "Applications/19.04" branch).

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

[konsole] [Bug 406752] Menu for "New Tab" button shown in incorrect location for non-first triggering

2019-05-03 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=406752

Arfrever Frehtes Taifersar Arahesis  changed:

   What|Removed |Added

 CC|tcanabr...@kde.org  |

--- Comment #5 from Arfrever Frehtes Taifersar Arahesis 
 ---
(In reply to Arfrever Frehtes Taifersar Arahesis from comment #4)
> This problem was introduced in commit
> 4cddc420e319686956446da2724a27a672817ff1

I have been deceived by https://cgit.kde.org/konsole.git/log/?h=master showing
commits from all branches (not only "master" branch) (while e.g.
https://cgit.kde.org/konsole.git/log/?h=Applications/19.04 shows commits from
only "Applications/19.04" branch).

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

[konsole] [Bug 406752] Menu for "New Tab" button shown in incorrect location for non-first triggering

2019-05-03 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=406752

Arfrever Frehtes Taifersar Arahesis  changed:

   What|Removed |Added

   See Also|https://bugs.kde.org/show_b |
   |ug.cgi?id=406828|

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

[konsole] [Bug 406828] Color of title of not currently selected tab not changed when new output appears

2019-05-03 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=406828

Arfrever Frehtes Taifersar Arahesis  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=406752

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

[konsole] [Bug 406752] Menu for "New Tab" button shown in incorrect location for non-first triggering

2019-05-03 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=406752

Arfrever Frehtes Taifersar Arahesis  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=406828

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

[konsole] [Bug 406752] Menu for "New Tab" button shown in incorrect location for non-first triggering

2019-05-03 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=406752

Arfrever Frehtes Taifersar Arahesis  changed:

   What|Removed |Added

 CC||tcanabr...@kde.org

--- Comment #4 from Arfrever Frehtes Taifersar Arahesis 
 ---
This problem was introduced in commit 4cddc420e319686956446da2724a27a672817ff1:

https://cgit.kde.org/konsole.git/commit/?id=4cddc420e319686956446da2724a27a672817ff1

commit 4cddc420e319686956446da2724a27a672817ff1
Author: Tomaz Canabrava 
AuthorDate: 2019-03-28 09:27:15 -0400
Commit: Kurt Hindenburg 
CommitDate: 2019-03-28 09:50:38 -0400

Simplify TerminalDisplay code

Reviewers: #konsole, hindenburg

Reviewed By: #konsole, hindenburg

Subscribers: hindenburg, konsole-devel

Tags: #konsole

Differential Revision: https://phabricator.kde.org/D20088

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

[konsole] [Bug 406828] Color of title of not currently selected tab not changed when new output appears

2019-05-03 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=406828

Arfrever Frehtes Taifersar Arahesis  changed:

   What|Removed |Added

 CC||tcanabr...@kde.org

--- Comment #1 from Arfrever Frehtes Taifersar Arahesis 
 ---
This problem was introduced in commit 4cddc420e319686956446da2724a27a672817ff1:

https://cgit.kde.org/konsole.git/commit/?id=4cddc420e319686956446da2724a27a672817ff1

commit 4cddc420e319686956446da2724a27a672817ff1
Author: Tomaz Canabrava 
AuthorDate: 2019-03-28 09:27:15 -0400
Commit: Kurt Hindenburg 
CommitDate: 2019-03-28 09:50:38 -0400

Simplify TerminalDisplay code

Reviewers: #konsole, hindenburg

Reviewed By: #konsole, hindenburg

Subscribers: hindenburg, konsole-devel

Tags: #konsole

Differential Revision: https://phabricator.kde.org/D20088

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

[konsole] [Bug 406828] New: Color of title of not currently selected tab not changed when new output appears

2019-04-23 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=406828

Bug ID: 406828
   Summary: Color of title of not currently selected tab not
changed when new output appears
   Product: konsole
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: tabbar
  Assignee: konsole-de...@kde.org
  Reporter: arfrever@gmail.com
  Target Milestone: ---

Problem reproduced with master branch.
Problem introduced during last several weeks.
19.04.0 release unaffected.

When there are multiple open tabs, and new output appears in another, not
currently selected tab, color of title of that tab should change from black to
something blue-green (by default), but this does not happen.

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

[konsole] [Bug 406752] Menu for "New Tab" button shown in incorrect location for non-first triggering

2019-04-23 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=406752

--- Comment #3 from Arfrever Frehtes Taifersar Arahesis 
 ---
I use Qt from branch 5.12 from around time of 5.12.3, however it is unrelated.

For testing, I have now installed Konsole 19.04.0 and this bug is not
reproducible.

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

[konsole] [Bug 406752] New: Menu for "New Tab" button shown in incorrect location for non-first triggering

2019-04-21 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=406752

Bug ID: 406752
   Summary: Menu for "New Tab" button shown in incorrect location
for non-first triggering
   Product: konsole
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: tabbar
  Assignee: konsole-de...@kde.org
  Reporter: arfrever@gmail.com
  Target Milestone: ---

Problem reproduced with master branch.
Problem introduced during last several weeks.
19.04.0 release supposedly unaffected.

After starting new Konsole process, when pressing and holding "New Tab" button
for some seconds for the first time, the menu with list of profiles appears in
correct location.
When pressing and holding this button again, this menu appears in incorrect
location (moved to the left and below).

It is necessary to start new Konsole process to notice this small difference.

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

[kwin] [Bug 406056] Kwin no longer compiles against Qt 5.13 after changes

2019-04-03 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=406056

Arfrever Frehtes Taifersar Arahesis  changed:

   What|Removed |Added

 CC||arfrever@gmail.com

--- Comment #1 from Arfrever Frehtes Taifersar Arahesis 
 ---
Relevant changes in Qt:
  In 5.12 and 5.13:
   
https://code.qt.io/cgit/qt/qtbase.git/commit/?id=01e1df90a7debd14720fdd5cf6cd9964d796

  In 5.13:
   
https://code.qt.io/cgit/qt/qtbase.git/commit/?id=7a64ffb7738dc975b5008800901c8cd8ab238a0f


Summary of needed replacements:
  screenAdded   =>  QWindowSystemInterface::handleScreenAdded
  removeScreen  =>  QWindowSystemInterface::handleScreenRemoved
  destroyScreen =>  QWindowSystemInterface::handleScreenRemoved
  setPrimaryScreen  =>  QWindowSystemInterface::handlePrimaryScreenChanged

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

[konsole] [Bug 402415] Some box characters sometimes incorrectly displayed

2018-12-26 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=402415

--- Comment #8 from Arfrever Frehtes Taifersar Arahesis 
 ---
This bug report is about a problem introduced by commit which is not included
in 18.12.0 release (but is currently scheduled to be included in 18.12.1
release).
There are many misrenderings in Konsole (or its dependencies like Qt) and you
are likely reproducing some other problem.

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

[konsole] [Bug 396689] Tab text color (for monitoring highlight?) does not reset

2018-12-21 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=396689

--- Comment #7 from Arfrever Frehtes Taifersar Arahesis 
 ---
This bug was fixed as side effect of commit
7a43e3b2cde05a70a38c0bcac39051b675425bf9 (with follow-up in commit
f2fab9a26a32caf08d24a7035893a3ba4d28ed61).

The first commit partially fails to apply to Applications/18.12 branch.
It can be applied after backporting commit
0709fdcbb5355d6dea2dd2b0e2ef9a635b698bc5.

So these 3 commits could be backported:
  0709fdcbb5355d6dea2dd2b0e2ef9a635b698bc5
  7a43e3b2cde05a70a38c0bcac39051b675425bf9
  f2fab9a26a32caf08d24a7035893a3ba4d28ed61

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

[konsole] [Bug 396689] Tab text color (for monitoring highlight?) does not reset

2018-12-21 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=396689

--- Comment #6 from Arfrever Frehtes Taifersar Arahesis 
 ---
For still affected users, a workaround is to move a tab using 'Ctrl + Shift +
Left Arrow' or 'Ctrl + Shift + Right Arrow' :) .
(Moving using mouse does not help...)

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

[konsole] [Bug 396689] Tab text color (for monitoring highlight?) does not reset

2018-12-21 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=396689

Arfrever Frehtes Taifersar Arahesis  changed:

   What|Removed |Added

 CC||arfrever@gmail.com

--- Comment #4 from Arfrever Frehtes Taifersar Arahesis 
 ---
This bug appears to have been fixed during last 2 weeks.

Reproducible at time of commit 14b3c8be2c15ed9711b1308b4a991de4aad5802d from
2018-12-06.
Not reproducible at time of commit 64a93ce552c64f1f431cb164cb9ad553bc95b2b0
from 2018-12-19.

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

[konsole] [Bug 402415] Some box characters sometimes incorrectly displayed

2018-12-21 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=402415

--- Comment #4 from Arfrever Frehtes Taifersar Arahesis 
 ---
Created attachment 117041
  --> https://bugs.kde.org/attachment.cgi?id=117041=edit
Appearance in current master HEAD

Appearance in current master HEAD (commit
64a93ce552c64f1f431cb164cb9ad553bc95b2b0)

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

[konsole] [Bug 402415] Some box characters sometimes incorrectly displayed

2018-12-21 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=402415

--- Comment #2 from Arfrever Frehtes Taifersar Arahesis 
 ---
Created attachment 117040
  --> https://bugs.kde.org/attachment.cgi?id=117040=edit
Appearance at time of introduction of regression

Appearance at time of introduction of regression (commit
14b3c8be2c15ed9711b1308b4a991de4aad5802d)

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

[konsole] [Bug 402415] Some box characters sometimes incorrectly displayed

2018-12-21 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=402415

--- Comment #1 from Arfrever Frehtes Taifersar Arahesis 
 ---
Created attachment 117039
  --> https://bugs.kde.org/attachment.cgi?id=117039=edit
Appearance directly before regression

Appearance directly before regression (commit
e7a945741937b86fdbb020cf6213dabf944c113b)

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

[konsole] [Bug 402415] New: Some box characters sometimes incorrectly displayed

2018-12-21 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=402415

Bug ID: 402415
   Summary: Some box characters sometimes incorrectly displayed
   Product: konsole
   Version: master
  Platform: Compiled Sources
OS: All
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: font
  Assignee: konsole-de...@kde.org
  Reporter: arfrever@gmail.com
  Target Milestone: ---

Some box characters are sometimes incorrectly displayed since commit
14b3c8be2c15ed9711b1308b4a991de4aad5802d.

Problem occurs when "Use line characters contained in font" is disabled (which
seems to be default value).

Problem can be seen in alsamixer tool.
I attach screenshots of alsamixer tool.
(Qt 5.11.3, ncurses 6.1, AlsaMixer 1.1.7)

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

[konsole] [Bug 395233] Truncated display of combining characters (decomposed text)

2018-06-11 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=395233

--- Comment #2 from Arfrever Frehtes Taifersar Arahesis 
 ---
Created attachment 113214
  --> https://bugs.kde.org/attachment.cgi?id=113214=edit
Display with Konsole master branch

This image shows truncated display with Konsole master branch.

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

[konsole] [Bug 395233] Truncated display of combining characters (decomposed text)

2018-06-11 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=395233

--- Comment #1 from Arfrever Frehtes Taifersar Arahesis 
 ---
Created attachment 113213
  --> https://bugs.kde.org/attachment.cgi?id=113213=edit
Display with Konsole 18.04

This image shows not truncated display with Konsole 18.04.

E.g. for U+0361 (COMBINING DOUBLE INVERTED BREVE), the fully correct display
would be as above first "kp" in this image from Wikipedia:
https://en.wikipedia.org/wiki/File:Character_tie.svg
(See also https://en.wikipedia.org/wiki/Tie_(typography) article.)

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

[konsole] [Bug 395233] New: Truncated display of combining characters (decomposed text)

2018-06-11 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=395233

Bug ID: 395233
   Summary: Truncated display of combining characters (decomposed
text)
   Product: konsole
   Version: master
  Platform: unspecified
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: arfrever@gmail.com
  Target Milestone: ---

Created attachment 113212
  --> https://bugs.kde.org/attachment.cgi?id=113212=edit
Script printing some combining characters

In Konsole 18.04.* (including last release 18.04.2), some combining characters
are displayed in slightly wrong position, but they are not truncated, so they
are still readable.

In Konsole master branch, some combining characters are truncated and
unreadable.


This is regression from state after fix for bug #96536.


I attach a script which prints example text with combining characters.

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

[konsole] [Bug 394502] Mishandling of selecting of text

2018-05-23 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=394502

Arfrever Frehtes Taifersar Arahesis <arfrever@gmail.com> changed:

   What|Removed |Added

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

--- Comment #3 from Arfrever Frehtes Taifersar Arahesis 
<arfrever@gmail.com> ---
Fixed most likely in commit f24aa818f97b6bebdcc4ce62c927994232b6f282.
https://cgit.kde.org/konsole.git/commit/?id=f24aa818f97b6bebdcc4ce62c927994232b6f282

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

[konsole] [Bug 394502] Mishandling of selecting of text

2018-05-21 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=394502

--- Comment #2 from Arfrever Frehtes Taifersar Arahesis 
<arfrever@gmail.com> ---
Problem still present with current git HEAD (revision
5128781a824c26dc2746650fea0ae9f95861b9d8).

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

[Spectacle] [Bug 394504] New: Calculate %Y, %M, %D, %H, %m, %S at the time of capturing screenshot

2018-05-20 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=394504

Bug ID: 394504
   Summary: Calculate %Y, %M, %D, %H, %m, %S at the time of
capturing screenshot
   Product: Spectacle
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: m...@baloneygeek.com
  Reporter: arfrever@gmail.com
  Target Milestone: ---

Pattern of saved filename can be configured in Spectacle configuration in
"Save" tab as e.g. "Screenshot_%Y%M%D_%H%m%S".

Currently %Y, %M, %D, %H, %m, %S are calculated at the time of pressing "Save
As" button and opening "Save File" window or at the time of pressing "Save"
button.

The reasonable behavior would be to calculate %Y, %M, %D, %H, %m, %S at the
time of capturing screenshot.

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

[Spectacle] [Bug 394503] New: Mouse pointer captured too late when using "Include mouse pointer" with "Rectangular Region" capture mode

2018-05-20 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=394503

Bug ID: 394503
   Summary: Mouse pointer captured too late when using "Include
mouse pointer" with "Rectangular Region" capture mode
   Product: Spectacle
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: m...@baloneygeek.com
  Reporter: arfrever@gmail.com
  Target Milestone: ---

When "Include mouse pointer" is used with "Rectangular Region" capture mode,
then location and appearance of mouse pointer are captured at the time of
pressing Enter, but the reasonable behavior would be to capture these data at
the time of capturing other part of screenshot.

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

[konsole] [Bug 394502] New: Mishandling of selecting of text

2018-05-20 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=394502

Bug ID: 394502
   Summary: Mishandling of selecting of text
   Product: konsole
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: copy-paste
  Assignee: konsole-de...@kde.org
  Reporter: arfrever@gmail.com
  Target Milestone: ---

It is a recent regression in Konsole (introduced somewhen on >=2018-05-09).

Steps to reproduce:
1. Find some longer word or write it (e.g. "aa")
2. Double-click this word to select it, keep mouse button pressed and move
mouse cursor to the right

This results in additonally selecting text (often whitespace) located right to
mouse cursor.

The longer the word, the easier to notice this problem.

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

[dolphin] [Bug 393412] Dolphin fails to build with disabled support for Baloo

2018-05-13 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=393412

Arfrever Frehtes Taifersar Arahesis <arfrever@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #10 from Arfrever Frehtes Taifersar Arahesis 
<arfrever@gmail.com> ---
Fixed in:
https://cgit.kde.org/dolphin.git/commit/?id=2912894d4f13907bb05be0a2a0d4e432668d9817

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

[dolphin] [Bug 393412] New: Dolphin fails to build with disabled support for Baloo

2018-04-22 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=393412

Bug ID: 393412
   Summary: Dolphin fails to build with disabled support for Baloo
   Product: dolphin
   Version: unspecified
  Platform: Gentoo Packages
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: panels: information
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: arfrever@gmail.com
CC: ottw...@gmail.com
  Target Milestone: ---

Since
https://cgit.kde.org/dolphin.git/commit/?id=7d463ddd04bf052650843ff8523b36789c48733b
Dolphin fails to build with disabled support for Baloo.

src/panels/information/informationpanelcontent.cpp contains some '#ifndef
HAVE_BALOO' checks.
More checks need to be added to fix compilation.

Output of compiler:

/var/tmp/portage/kde-apps/dolphin-/work/dolphin-/src/panels/information/informationpanelcontent.cpp:
In constructor ‘InformationPanelContent::InformationPanelContent(QWidget*)’:
/var/tmp/portage/kde-apps/dolphin-/work/dolphin-/src/panels/information/informationpanelcontent.cpp:110:28:
warning: ‘KFileMetaDataWidget’ is deprecated [-Wdeprecated-declarations]
 m_metaDataWidget = new KFileMetaDataWidget(parent);
^~~
In file included from
/usr/include/KF5/KDELibs4Support/KDE/KFileMetaDataWidget:1:0,
 from
/var/tmp/portage/kde-apps/dolphin-/work/dolphin-/src/panels/information/informationpanelcontent.cpp:36:
/usr/include/KF5/KDELibs4Support/kfilemetadatawidget.h:44:41: note: declared
here
 class KDELIBS4SUPPORT_DEPRECATED_EXPORT KFileMetaDataWidget : public QWidget
 ^~~
/var/tmp/portage/kde-apps/dolphin-/work/dolphin-/src/panels/information/informationpanelcontent.cpp:110:54:
warning: ‘KFileMetaDataWidget::KFileMetaDataWidget(QWidget*)’ is deprecated
[-Wdeprecated-declarations]
 m_metaDataWidget = new KFileMetaDataWidget(parent);
  ^
In file included from
/usr/include/KF5/KDELibs4Support/KDE/KFileMetaDataWidget:1:0,
 from
/var/tmp/portage/kde-apps/dolphin-/work/dolphin-/src/panels/information/informationpanelcontent.cpp:36:
/usr/include/KF5/KDELibs4Support/kfilemetadatawidget.h:50:41: note: declared
here
 KDELIBS4SUPPORT_DEPRECATED explicit KFileMetaDataWidget(QWidget *parent =
nullptr);
 ^~~
/var/tmp/portage/kde-apps/dolphin-/work/dolphin-/src/panels/information/informationpanelcontent.cpp:120:23:
error: ‘class KFileMetaDataWidget’ has no member named ‘setDateFormat’

m_metaDataWidget->setDateFormat(static_cast(InformationPanelSettings::dateFormat()));
   ^
/var/tmp/portage/kde-apps/dolphin-/work/dolphin-/src/panels/information/informationpanelcontent.cpp:120:49:
error: ‘Baloo’ does not name a type; did you mean ‘valloc’?

m_metaDataWidget->setDateFormat(static_cast(InformationPanelSettings::dateFormat()));
 ^
 valloc
/var/tmp/portage/kde-apps/dolphin-/work/dolphin-/src/panels/information/informationpanelcontent.cpp:120:54:
error: expected ‘>’ before ‘::’ token

m_metaDataWidget->setDateFormat(static_cast(InformationPanelSettings::dateFormat()));
  ^~
/var/tmp/portage/kde-apps/dolphin-/work/dolphin-/src/panels/information/informationpanelcontent.cpp:120:54:
error: expected ‘(’ before ‘::’ token
/var/tmp/portage/kde-apps/dolphin-/work/dolphin-/src/panels/information/informationpanelcontent.cpp:120:56:
error: ‘::DateFormats’ has not been declared

m_metaDataWidget->setDateFormat(static_cast(InformationPanelSettings::dateFormat()));
^~~
/var/tmp/portage/kde-apps/dolphin-/work/dolphin-/src/panels/information/informationpanelcontent.cpp:120:56:
note: suggested alternative: ‘QPixelFormat’

m_metaDataWidget->setDateFormat(static_cast(InformationPanelSettings::dateFormat()));
^~~
QPixelFormat
/var/tmp/portage/kde-apps/dolphin-/work/dolphin-/src/panels/information/informationpanelcontent.cpp:
In member function ‘void InformationPanelContent::showItem(const KFileItem&)’:
/var/tmp/portage/kde-apps/dolphin-/work/dolphin-/src/panels/information/informationpanelcontent.cpp:197:27:
error: ‘class KFileMetaDataWidget’ has no member named ‘setDateFormat’

m_metaDataWidget->setDateFormat(static_cast(InformationPanelSettings::dateFormat()));
   ^

[kde] [Bug 372138] New: Translations deleted in keditbookmarks, kfind, konqueror

2016-11-06 Thread Arfrever Frehtes Taifersar Arahesis
https://bugs.kde.org/show_bug.cgi?id=372138

Bug ID: 372138
   Summary: Translations deleted in keditbookmarks, kfind,
konqueror
   Product: kde
   Version: unspecified
  Platform: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: arfrever@gmail.com
CC: lu...@hube-lueck.de
  Target Milestone: ---

After projects from kde-baseapps.git were split into separate repositories,
"l10n daemon script " deleted their translations in new
repositories, probably due to an error in some configuration:

keditbookmarks:
https://quickgit.kde.org/?p=keditbookmarks.git=commitdiff=53320d891a09cd0cb964319d64d8dda8ecac320f

kfind:
https://quickgit.kde.org/?p=kfind.git=commitdiff=91c5c2437389e4f07f450587bf918540c84ec9c9

konqueror:
https://quickgit.kde.org/?p=konqueror.git=commitdiff=4ab571e5b0d69e05ab30017a1816e8232f2d5eb3


These commits should be reverted and script or its configuration should be
fixed.

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

[plasmashell] [Bug 358719] fcitx creates blank unusable xembed icon in systray

2016-05-13 Thread Arfrever Frehtes Taifersar Arahesis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358719

--- Comment #11 from Arfrever Frehtes Taifersar Arahesis 
<arfrever@gmail.com> ---
(In reply to Sergio from comment #10)
> Similar issue on Kubuntu 16.04, that ships with plasma 5.5.5. Hence plasma
> 5.5 does not solve the issue.

Fix is in plasma-workspace >=5.6.0 and was never backported to "Plasma/5.5"
branch in plasma-workspace repository.

Upgrade to KDE Plasma 5.6.*. If KDE Plasma 5.6.* is not yet available in
Kubuntu, then ask KDE maintainers in Kubuntu to add KDE Plasma 5.6.* or to
backport this fix to 5.5.*:
https://quickgit.kde.org/?p=plasma-workspace.git=commit=829158f830555c031755c6d4348e684779264342

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


[konsole] [Bug 41744] konsole lacks the option of showing Unicode characters with ambiguous width as FULLWIDTH or HALFWIDTH

2016-03-19 Thread Arfrever Frehtes Taifersar Arahesis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=41744

Arfrever Frehtes Taifersar Arahesis <arfrever@gmail.com> changed:

   What|Removed |Added

 CC||arfrever@gmail.com

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


[konsole] [Bug 323994] font rendering bug in English and Chinese chars.

2016-03-19 Thread Arfrever Frehtes Taifersar Arahesis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=323994

Arfrever Frehtes Taifersar Arahesis <arfrever@gmail.com> changed:

   What|Removed |Added

 CC||arfrever@gmail.com

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


[kate] [Bug 357582] Japanese characters are not rendered properly (bottom is cut)

2016-03-19 Thread Arfrever Frehtes Taifersar Arahesis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357582

--- Comment #1 from Arfrever Frehtes Taifersar Arahesis 
<arfrever@gmail.com> ---
Duplicate of bug #347474.

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


[plasmashell] [Bug 360630] New: Incorrect position of text of name of window with fullwidth character

2016-03-19 Thread Arfrever Frehtes Taifersar Arahesis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360630

Bug ID: 360630
   Summary: Incorrect position of text of name of window with
fullwidth character
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Task Manager
  Assignee: h...@kde.org
  Reporter: arfrever@gmail.com
CC: plasma-b...@kde.org

Created attachment 97928
  --> https://bugs.kde.org/attachment.cgi?id=97928=edit
Screenshot

If there is at least 1 fullwidth character (e.g. hiragana, katakana, kanji,
hanzi, fullwidth latin etc.) in name of window, then text of name of this
window is moved downward.

Examples of how to have window with such character:
- Open e.g. https://en.wiktionary.org/wiki/%E3%81%82 in web browser.
- Set format of name of active tab in Konsole to e.g. "a".

I attach screenshot showing this problem for text of name of window of Firefox.

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

[konsole] [Bug 315325] Horizontal alignment issue between English and Chinese fonts in konsole

2016-03-19 Thread Arfrever Frehtes Taifersar Arahesis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=315325

Arfrever Frehtes Taifersar Arahesis <arfrever@gmail.com> changed:

   What|Removed |Added

 CC||arfrever@gmail.com

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


[kate] [Bug 347474] bottom of lines with Chinese characters are not displayed correctly.

2016-03-19 Thread Arfrever Frehtes Taifersar Arahesis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347474

Arfrever Frehtes Taifersar Arahesis <arfrever@gmail.com> changed:

   What|Removed |Added

 CC||arfrever@gmail.com

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


[ktorrent] [Bug 340275] text of tray icon tooltip break line in Chinese

2016-03-18 Thread Arfrever Frehtes Taifersar Arahesis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340275

Arfrever Frehtes Taifersar Arahesis <arfrever@gmail.com> changed:

   What|Removed |Added

 CC||arfrever@gmail.com

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


[plasmashell] [Bug 358719] fcitx creates blank unusable xembed icon in systray

2016-02-04 Thread Arfrever Frehtes Taifersar Arahesis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358719

Arfrever Frehtes Taifersar Arahesis <arfrever@gmail.com> changed:

   What|Removed |Added

 CC||arfrever@gmail.com

--- Comment #3 from Arfrever Frehtes Taifersar Arahesis 
<arfrever@gmail.com> ---
Fcitx now uses GitHub:
https://github.com/fcitx/fcitx
https://github.com/fcitx/fcitx-qt5
And you can file bugs therein.

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