[konsole] [Bug 384218] clear/^l shouldn't add empty lines to the scrollback buffer

2018-04-27 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=384218 --- Comment #7 from Mariusz Glebocki <m...@arccos-1.net> --- > I think there are at least 2 levels at which an attempt can be made to > improve this. Currently Konsole emulates well-known terminals, but it could > very well define its ow

[konsole] [Bug 392661] 'Erase whole display' CSI sequence (\033[2J) is incompatible with xterm/linux console

2018-04-27 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=392661 Mariusz Glebocki <m...@arccos-1.net> changed: What|Removed |Added Status|UNCONFIRMED |RE

[konsole] [Bug 384218] clear/^l shouldn't add empty lines to the scrollback buffer

2018-04-27 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=384218 Mariusz Glebocki <m...@arccos-1.net> changed: What|Removed |Added CC||m...@arccos

[konsole] [Bug 394565] In Vt102Emulation snprintf truncation warnings while compiling

2018-05-22 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=394565 --- Comment #1 from Mariusz Glebocki <m...@arccos-1.net> --- Looking at the code this warning should always be there (first build with gcc 8?). It is also irrevelant, unless someone uses 8-digit-long terminal width/height. Increasing the buffe

[konsole] [Bug 393644] Regression: Bi-Directional rendering doesn't work after this commit

2018-05-01 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=393644 --- Comment #5 from Mariusz Glebocki <m...@arccos-1.net> --- I've created review request for the bug: https://phabricator.kde.org/D12655 I'll resolve clipping problems separately. -- You are receiving this mail because: You are watching a

[konsole] [Bug 393644] Regression: Bi-Directional rendering doesn't work after this commit

2018-04-30 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=393644 Mariusz Glebocki <m...@arccos-1.net> changed: What|Removed |Added Assignee|konsole-de...@kde.org |m...@arccos

[konsole] [Bug 393644] Regression: Bi-Directional rendering doesn't work after this commit

2018-04-29 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=393644 Mariusz Glebocki <m...@arccos-1.net> changed: What|Removed |Added CC||m...@arccos

[konsole] [Bug 396435] emoji rendering broken

2018-07-17 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=396435 --- Comment #5 from Mariusz Glebocki --- There was an attempt to use wcwidth() https://phabricator.kde.org/D12238 I'll create review request this week with UCD files to width tables converter (for future table updates), Unicode 10 + UTR #51 v5.0 based

[konsole] [Bug 396435] emoji rendering broken

2018-09-07 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=396435 --- Comment #12 from Mariusz Glebocki --- I can finish it on the weekend, and publish next week. Sorry for huge delay. -- You are receiving this mail because: You are watching all bug changes.

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

2018-07-10 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=395233 --- Comment #5 from Mariusz Glebocki --- I've made a partial fix, but it turns out the Qt bug is worse than I thought. Some combining characters (e.g. 0x0332-0x0338) are treated as regular characters. This causes (without current functionality which

[konsole] [Bug 396435] emoji rendering broken

2018-07-12 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=396435 Mariusz Glebocki changed: What|Removed |Added Assignee|konsole-de...@kde.org |m...@arccos-1.net --- Comment #2 from

[konsole] [Bug 388327] umlaute composed of 2 chars bug: the " is not put on top of 'a', 'u' or 'o' but on the char to the right

2018-03-26 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=388327 Mariusz Glebocki <m...@arccos-1.net> changed: What|Removed |Added CC||m...@arccos

[konsole] [Bug 392425] Konsole crash while scrolling inside man page.

2018-03-27 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=392425 Mariusz Glebocki <m...@arccos-1.net> changed: What|Removed |Added Assignee|konsole-de...@kde.org |m...@arccos

[konsole] [Bug 392425] Konsole crash while scrolling inside man page.

2018-03-27 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=392425 --- Comment #4 from Mariusz Glebocki <m...@arccos-1.net> --- Your patch fixed it. wheelEvent, when sending up/down key event, do not sets currentTerminalDisplay like keyPressEvent do. man runs on second screen, and until any key is p

[konsole] [Bug 392425] Konsole crash while scrolling inside man page.

2018-03-27 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=392425 Mariusz Glebocki <m...@arccos-1.net> changed: What|Removed |Added Status|CONFIRMED |RE

[konsole] [Bug 392419] Line-filling trailing spaces are picked up by "copy" operation after konsole window resize.

2018-03-28 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=392419 Mariusz Glebocki <m...@arccos-1.net> changed: What|Removed |Added CC||m...@arccos

[konsole] [Bug 352616] konsole sometimes copies long text as a single line

2018-04-02 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=352616 Mariusz Glebocki <m...@arccos-1.net> changed: What|Removed |Added Ever confirmed|0 |1

[konsole] [Bug 392661] New: 'Erase whole display' CSI sequence (\033[2J) is incompatible with xterm/linux console

2018-04-02 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=392661 Bug ID: 392661 Summary: 'Erase whole display' CSI sequence (\033[2J) is incompatible with xterm/linux console Product: konsole Version: master Platform: Compiled Sources

[konsole] [Bug 378124] Character width for HIGH VOLTAGE SIGN possibly wrong

2018-03-22 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=378124 Mariusz Glebocki <m...@arccos-1.net> changed: What|Removed |Added See Also||https://bugs.k

[konsole] [Bug 392172] Some characters are too narrow

2018-03-22 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=392172 Mariusz Glebocki <m...@arccos-1.net> changed: What|Removed |Added CC||m...@arccos

[konsole] [Bug 387759] Konsole Lacks the "Ambiguous-width characters" Option

2018-03-22 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=387759 Mariusz Glebocki <m...@arccos-1.net> changed: What|Removed |Added See Also||https://bugs.k

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

2018-06-27 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=395233 Mariusz Glebocki changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[konsole] [Bug 396435] emoji rendering broken

2018-10-05 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=396435 --- Comment #22 from Mariusz Glebocki --- (In reply to Martin Hostettler from comment #21) > About the hangul: Konsole before this change did display NFD in a way that > looked correct to my untrained eye. After this change decomposed

[konsole] [Bug 399795] Spaces between f r e s h

2018-10-15 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=399795 Mariusz Glebocki changed: What|Removed |Added Status|REPORTED|RESOLVED Version Fixed

[konsole] [Bug 396435] emoji rendering broken

2018-10-03 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=396435 --- Comment #20 from Mariusz Glebocki --- (In reply to Martin Hostettler from comment #19) > This seems to be quite close to what vte/gnome-terminal uses. But not quite > the same. Surrogates technically should be invalid; they are in

[konsole] [Bug 180770] Provide a quadkonsole like interface

2019-01-06 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=180770 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net --- Comment #25 from

[konsole] [Bug 403285] Pressing CTRL while scrolling, but not using the touchpad causes zoom

2019-01-16 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=403285 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net --- Comment #1 from

[konsole] [Bug 401298] Wide fonts rendered halfway.

2019-01-14 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=401298 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net -- You are receiving

[konsole] [Bug 392172] Some characters are too narrow

2019-01-14 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=392172 Mariusz Glebocki changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[konsole] [Bug 401298] Wide glyphs in ambiguous characters are clipped to one cell

2019-01-14 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=401298 Mariusz Glebocki changed: What|Removed |Added CC||pe...@hack-libre.org --- Comment #7 from

[konsole] [Bug 401298] Wide glyphs in ambiguous characters are clipped to one cell

2019-01-14 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=401298 Mariusz Glebocki changed: What|Removed |Added Summary|Wide fonts rendered |Wide glyphs in ambiguous

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

2018-12-21 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=402415 Mariusz Glebocki changed: What|Removed |Added Status|REPORTED|ASSIGNED Assignee|konsole-de

[konsole] [Bug 402112] Transparency and blur not working on FreeBSD

2018-12-13 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=402112 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net --- Comment #1 from

[konsole] [Bug 402469] Unclickable 1-pixel border below tabbar ruins Fitts

2018-12-22 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=402469 Mariusz Glebocki changed: What|Removed |Added Latest Commit||db932cc0494714ebf615183216c

[konsole] [Bug 359662] Terminal Rows are miscalculated if Menu Bar is turned off

2018-12-22 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=359662 Mariusz Glebocki changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[konsole] [Bug 402446] Konsole Column Count is Incorrect

2018-12-22 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=402446 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net See Also

[konsole] [Bug 402135] With Monospace font are not drawn correctly frames in mc

2018-12-14 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=402135 Mariusz Glebocki changed: What|Removed |Added Ever confirmed|0 |1 CC

[konsole] [Bug 402613] Unicode Playing Cards are cut off on the right (regression)

2018-12-27 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=402613 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net --- Comment #8 from

[konsole] [Bug 402469] Unclickable 1-pixel border below tabbar ruins Fitts

2019-01-04 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=402469 Mariusz Glebocki changed: What|Removed |Added CC||tho...@monjalon.net --- Comment #3 from

[konsole] [Bug 402864] extra pixel on top of tabs

2019-01-04 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=402864 Mariusz Glebocki changed: What|Removed |Added Resolution|--- |DUPLICATE CC

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

2019-01-11 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=402415 Mariusz Glebocki changed: What|Removed |Added CC||mz...@o2.pl --- Comment #9 from Mariusz

[konsole] [Bug 403106] Invalid rendering of borders in Midnight Commander under Konsole 18.12

2019-01-11 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=403106 Mariusz Glebocki changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[konsole] [Bug 403130] Strange-looking horizontal stripe in konsole when find bar is open

2019-01-12 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=403130 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net Resolution

[konsole] [Bug 405612] ctrl+L or ctrl+shift+k does not clear /usr/bin/screen correctly

2019-03-24 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=405612 --- Comment #5 from Mariusz Glebocki --- (In reply to Egmont Koblinger from comment #4) > > detect the `screen` is running > > Sounds hackish to me, IMO the terminal's behavior shouldn't depend on the > app running inside. I'm not a

[konsole] [Bug 405752] Make Konsole search field longer, better if it fill all width of a Konsole window

2019-03-24 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=405752 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net Ever confirmed|0

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

2019-02-22 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=402415 Mariusz Glebocki changed: What|Removed |Added Latest Commit||https://commits.kde.org/kon

[konsole] [Bug 403015] Shortcut ALT+U (bash: make word uppercase) not working, just cursor blinking

2019-02-20 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=403015 Mariusz Glebocki changed: What|Removed |Added Summary|shortcut ALT+U not working |Shortcut ALT+U (bash: make

[konsole] [Bug 405345] Impossible to print "bold red". Bold is always printed as intense/light color

2019-03-17 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=405345 Mariusz Glebocki changed: What|Removed |Added Ever confirmed|0 |1 Resolution|FIXED

[konsole] [Bug 405263] Broken pseudo-graphics in Konsole on HiDPI displays after KF5 update to 5.55

2019-03-10 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=405263 Mariusz Glebocki changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

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

2019-03-10 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=402415 Mariusz Glebocki changed: What|Removed |Added CC||vit...@easycoding.org --- Comment #11 from

[konsole] [Bug 384218] clear/^l shouldn't add empty lines to the scrollback buffer

2019-03-22 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=384218 Mariusz Glebocki changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[konsole] [Bug 384218] clear/^l shouldn't add empty lines to the scrollback buffer

2019-03-22 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=384218 Mariusz Glebocki changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[konsole] [Bug 405612] ctrl+L or ctrl+shift+k does not clear /usr/bin/screen correctly

2019-03-22 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=405612 Mariusz Glebocki changed: What|Removed |Added Status|REPORTED|CONFIRMED CC

[konsole] [Bug 404525] Icons cut off in Konsole

2019-02-18 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=404525 Mariusz Glebocki changed: What|Removed |Added Resolution|--- |DUPLICATE CC

[konsole] [Bug 401298] Wide glyphs in ambiguous characters are clipped to one cell

2019-02-18 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=401298 Mariusz Glebocki changed: What|Removed |Added CC||vanush.kamar...@gmail.com --- Comment #10

[konsole] [Bug 404096] Adjust size of preferences window to eliminate unnecessary vertical scroll bar

2019-02-09 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=404096 --- Comment #2 from Mariusz Glebocki --- I've started the configure dialog redesign today, so this bug will be fixed. -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 404255] [Feature request] Please consider making it possible to add some border/border-colour property to a KDE konsole tab

2019-02-12 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=404255 Mariusz Glebocki changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[konsole] [Bug 404415] Konsole treats non-BMP characters as non-printable when checking a paste

2019-02-15 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=404415 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net -- You are receiving

[konsole] [Bug 378124] Character width for HIGH VOLTAGE SIGN possibly wrong

2019-02-19 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=378124 --- Comment #6 from Mariusz Glebocki --- @Vanush: can you provide some example how to reproduce your problem? -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 404128] ttf-nerd-fonts-symbols show incompletely (lsd)

2019-02-08 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=404128 Mariusz Glebocki changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[konsole] [Bug 401298] Wide glyphs in ambiguous characters are clipped to one cell

2019-02-08 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=401298 Mariusz Glebocki changed: What|Removed |Added CC||kaef...@gmail.com --- Comment #8 from

[konsole] [Bug 401298] Wide glyphs in ambiguous characters are clipped to one cell

2019-02-08 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=401298 --- Comment #9 from Mariusz Glebocki --- The fix is done and awaits for review https://phabricator.kde.org/D18784 -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 406395] konsole history fill tmpfs

2019-04-10 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=406395 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net Status

[konsole] [Bug 391445] Bold fonts set in profile settings are not applied after restarting konsole

2019-04-17 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=391445 Mariusz Glebocki changed: What|Removed |Added URL|http://www.gruz-profmaster. | |ru

[konsole] [Bug 401094] Malayalam rendering regression in Konsole 18.08

2019-06-17 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=401094 --- Comment #8 from Mariusz Glebocki --- Yes. All characters from scripts with conjuncts should be passed as a single string to text renderer, as it was done with RTL text. I'll implement it. -- You are receiving this mail because: You are watching

[konsole] [Bug 407627] tldr++ output reprints

2019-06-18 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=407627 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net --- Comment #6 from

[konsole] [Bug 391445] Bold fonts set in profile settings are not applied after restarting konsole

2019-04-18 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=391445 Mariusz Glebocki changed: What|Removed |Added URL|http://www.gruz-profmaster. | |ru

[frameworks-kdeclarative] [Bug 398303] GridViewKCM: double-clicking on a delegate should select it and then apply

2019-06-26 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=398303 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net --- Comment #6 from

[konsole] [Bug 409590] Add alternative shortcut for reset font size

2019-07-07 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=409590 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net Ever confirmed|0

[konsole] [Bug 409563] Konsole does not send shift+tab (backtab) to terminal

2019-07-08 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=409563 Mariusz Glebocki changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[konsole] [Bug 409563] Konsole does not send shift+tab (backtab) to terminal

2019-07-08 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=409563 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net Resolution

[konsole] [Bug 402161] Backtab (Shift+Tab) is inhibited in Yakuake

2019-07-08 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=402161 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net Status

[plasmashell] [Bug 403384] Previewing multiple wallpapers is slow

2019-06-26 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=403384 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net --- Comment #11 from

[konsole] [Bug 410133] Horizontal line strike through Konsole's tabbbar

2019-08-02 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=410133 Mariusz Glebocki changed: What|Removed |Added Ever confirmed|0 |1 Assignee|unassigned-b

[konsole] [Bug 402469] Unclickable 1-pixel border below tabbar ruins Fitts

2019-08-02 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=402469 Mariusz Glebocki changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[Oxygen] [Bug 410133] Horizontal line strike through Konsole's tabbbar

2019-08-02 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=410133 Mariusz Glebocki changed: What|Removed |Added CC||idarktemp...@mail.ru --- Comment #4 from

[konsole] [Bug 410495] Tab bar has line artifact if new tab button is enabled

2019-08-02 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=410495 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net Status

[konsole] [Bug 410497] Main window recreation on settings change

2019-08-02 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=410497 Mariusz Glebocki changed: What|Removed |Added Ever confirmed|0 |1 CC

[Oxygen] [Bug 410133] Horizontal line strike through Konsole's tabbbar

2019-08-02 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=410133 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net --- Comment #5 from

[konsole] [Bug 406955] Switching profile does not update KONSOLE_PROFILE_NAME environment variable

2019-08-18 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=406955 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net --- Comment #3 from

[konsole] [Bug 411158] New tab button gone missing (regression)

2019-08-25 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=411158 Mariusz Glebocki changed: What|Removed |Added Assignee|konsole-de...@kde.org |m...@arccos-1.net --- Comment #5 from

[konsole] [Bug 411003] Tabs that do not fit in Konsole window expand it instead of being hidden

2019-08-25 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=411003 Mariusz Glebocki changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[konsole] [Bug 397645] No subpixel rendering when background is transparent

2019-08-25 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=397645 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net Status

[konsole] [Bug 411579] GPU accelerated terminal

2019-09-05 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=411579 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net --- Comment #2 from

[konsole] [Bug 411332] Konsole doesn't respect "Start in same directory as current tab" when splitting view

2019-09-12 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=411332 Mariusz Glebocki changed: What|Removed |Added CC||jiks...@disroot.org --- Comment #2 from

[konsole] [Bug 411494] Splitted terminal doesn't cd to the same path

2019-09-12 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=411494 Mariusz Glebocki changed: What|Removed |Added Resolution|--- |DUPLICATE Status|CONFIRMED

[konsole] [Bug 397645] No subpixel rendering when background is transparent

2019-09-11 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=397645 Mariusz Glebocki changed: What|Removed |Added Ever confirmed|0 |1 Resolution|INTENTIONAL

[konsole] [Bug 397645] No subpixel rendering when background is transparent

2019-09-11 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=397645 --- Comment #8 from Mariusz Glebocki --- Created attachment 122597 --> https://bugs.kde.org/attachment.cgi?id=122597=edit tilix: 50% black on white behind window Thanks for the example! It is still not perfect, but better than I thought/already

[konsole] [Bug 406828] Tab does not indicate terminal activity in any way

2019-09-11 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=406828 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net Summary|Color

[konsole] [Bug 378152] The SemiCondensed Fixed font isn't handled correctly by Konsole

2019-09-14 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=378152 Mariusz Glebocki changed: What|Removed |Added Ever confirmed|0 |1 Keywords

[konsole] [Bug 410239] Konsole profile shortcuts do not open a new tab

2019-07-27 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=410239 Mariusz Glebocki changed: What|Removed |Added Resolution|--- |DUPLICATE CC

[konsole] [Bug 407076] Shortcuts for profiles triggering the wrong action

2019-07-27 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=407076 Mariusz Glebocki changed: What|Removed |Added CC||baz...@gmail.com --- Comment #4 from

[konsole] [Bug 412479] "trim leading spaces" eats empty lines

2019-09-30 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=412479 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net Ever confirmed|0

[konsole] [Bug 412295] Assert on font settings

2019-09-30 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=412295 Mariusz Glebocki changed: What|Removed |Added Ever confirmed|0 |1 CC

[konsole] [Bug 391445] Bold fonts set in profile settings are not applied after restarting konsole

2019-09-30 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=391445 Mariusz Glebocki changed: What|Removed |Added URL|http://www.gruz-profmaster. | |ru

[konsole] [Bug 411524] A suggestion to change font style listing to default to "regular" rather than "bold" or "italic", upon choosing a new font

2019-09-30 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=411524 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net --- Comment #2 from

[konsole] [Bug 412295] Assert on font settings

2019-10-01 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=412295 --- Comment #5 from Mariusz Glebocki --- Fix: https://invent.kde.org/kde/konsole/merge_requests/34 -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 412840] Konsole doesn't honour accessibility setting 'flash window'

2019-11-03 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=412840 Mariusz Glebocki changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[konsole] [Bug 407821] Terminal bell does not trigger system (visual) bell

2019-11-03 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=407821 Mariusz Glebocki changed: What|Removed |Added CC||tim.baverstock@corp.badoo.c

[konsole] [Bug 407821] Terminal bell does not trigger system (visual) bell

2019-11-03 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=407821 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net Status

  1   2   >