[konsole] [Bug 369328] Settings -> Edit current profile. Does neither apply the settings to the current shell session nor inform about this

2016-09-25 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369328

--- Comment #1 from Kurt Hindenburg  ---
That is very strange.  DO you know if it is only the scrollbar option or
everything that is ignored?  It all works here.  Also, how recent is Neon's
master checkout?

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


[konsole] [Bug 368785] konsole tab title format only uses the first program you ever ran, not the current one

2016-09-24 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368785

--- Comment #8 from Kurt Hindenburg  ---
Git commit dca6479a86f17b357365f1a598b8deeb0d602dbe by Kurt Hindenburg.
Committed on 24/09/2016 at 18:41.
Pushed by hindenburg into branch 'Applications/16.08'.

Fix updating of tab title

Update the tab title to current program running.

Martin, this "if" was committed in
79ca76a94696eda408927b122b0b531676d4ba93.  For now, I removed the "if"
(cherry picked from commit 3747ecfde0800804717203d7f5fa0f96c0791052)

M  +1-3src/Session.cpp

http://commits.kde.org/konsole/dca6479a86f17b357365f1a598b8deeb0d602dbe

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


[konsole] [Bug 367899] Please consider sanitizing middle-click-pasted text control characters for security reasons

2016-09-17 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367899

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Kurt Hindenburg  ---
Thanks

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


[konsole] [Bug 368155] [Idea] Place additional space between terminal lines.

2016-09-17 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368155

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #3 from Kurt Hindenburg  ---
That isn't really an ability that come from terminal programs.  It would no
idea what you would consider important.  I would suggest some sort of other
program that highlights text and/or use Konsole's search function.

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


[konsole] [Bug 368122] URLs get concatenated with first word after newline

2016-09-17 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368122

--- Comment #2 from Kurt Hindenburg  ---
It looks like Fedora 23 was release last Nov - I'm not sure what KDE version
that corresponds to.

It would be helpful if you could provide a link that easily shows this issue.  

There are some test urls in the file
https://quickgit.kde.org/?p=konsole.git&a=blob&h=c3750b965616764ae5c782ec602caf3ac2aeefe5&f=tests%2Fcat_test_urls&o=plain
which I try to verify these issues.

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


[konsole] [Bug 368785] konsole tab title format only uses the first program you ever ran, not the current one

2016-09-17 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368785

--- Comment #5 from Kurt Hindenburg  ---
Git commit 3747ecfde0800804717203d7f5fa0f96c0791052 by Kurt Hindenburg.
Committed on 17/09/2016 at 16:40.
Pushed by hindenburg into branch 'master'.

Fix updating of tab title

Update the tab title to current program running.

Martin, this "if" was committed in
79ca76a94696eda408927b122b0b531676d4ba93.  For now, I removed the "if"

M  +1-3src/Session.cpp

http://commits.kde.org/konsole/3747ecfde0800804717203d7f5fa0f96c0791052

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


[konsole] [Bug 346450] Remove 1px margin [patch included]

2016-09-16 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346450

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kons
   ||ole/8e5a5b1ec1fb68e359319c9
   ||ce23a43c0434b836a
 Status|CONFIRMED   |RESOLVED

--- Comment #7 from Kurt Hindenburg  ---
Git commit 8e5a5b1ec1fb68e359319c9ce23a43c0434b836a by Kurt Hindenburg.
Committed on 17/09/2016 at 01:57.
Pushed by hindenburg into branch 'master'.

Allow profile to set margin and center flag

These 2 were hard coded - this allow them to be set in the profile.
There is currently no UI for these; add these to profile:

[General]
TerminalMargin=1
TerminalCenter=false

Thanks to Josef Kufner jk frozen doe net for patch

It appears the center flag doesn't work and perhaps hasn't for a long
time.

M  +4-0src/Profile.cpp
M  +14   -0src/Profile.h
M  +3-0src/TerminalDisplay.cpp
M  +3-3src/ViewManager.cpp

http://commits.kde.org/konsole/8e5a5b1ec1fb68e359319c9ce23a43c0434b836a

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


[konsole] [Bug 346450] Remove 1px margin [patch included]

2016-09-13 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346450

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #5 from Kurt Hindenburg  ---
let me look at it and see if I can get it in for next release

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


[konsole] [Bug 367882] FileFilter implementation cause konsole cpu usage to go to 80-100%

2016-09-03 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367882

--- Comment #2 from Kurt Hindenburg  ---
Git commit 07cbdbcd128781fe77d78533436ef2172dcc5993 by Kurt Hindenburg.
Committed on 03/09/2016 at 21:34.
Pushed by hindenburg into branch 'Applications/16.08'.

Change the default to not underline links

Set UnderlineLinksEnabled to false for now.  Users can alway enable in
profile settings.

M  +1-1src/Profile.cpp

http://commits.kde.org/konsole/07cbdbcd128781fe77d78533436ef2172dcc5993

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


[konsole] [Bug 368086] KDE 5

2016-09-03 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368086

--- Comment #2 from Kurt Hindenburg  ---
It doesn't look like debug symbols are enabled so the attached is very helpful
- can you describe what happened and if you can reproduce it?

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


[konsole] [Bug 351910] Appearance settings warns about desktop effects for transparency

2016-08-31 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351910

--- Comment #5 from Kurt Hindenburg  ---
they will tag .01 Tuesday

This is the 16.08 branch

https://quickgit.kde.org/?p=konsole.git&a=shortlog&h=7cecfc078e49e1a8654a759481be31e335be2b09

link at bottom of https://quickgit.kde.org/?p=konsole.git

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


[konsole] [Bug 367746] konsole-16.08.0 closes active screen (or tmux) window on exit

2016-08-31 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367746

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/kons |http://commits.kde.org/kons
   |ole/ce4ab922496cb9e133f96db |ole/7cecfc078e49e1a8654a759
   |78c5b67bc01429512   |481be31e335be2b09

--- Comment #21 from Kurt Hindenburg  ---
Git commit 7cecfc078e49e1a8654a759481be31e335be2b09 by Kurt Hindenburg, on
behalf of Martin T. H. Sandsmark.
Committed on 31/08/2016 at 12:38.
Pushed by hindenburg into branch 'Applications/16.08'.

Only send EOF to known shells

The only processes that are "safe" or require us to send an EOF to
terminate cleanly are shells, so verify that people didn't run with -e
tmux or similar.

REVIEW: 128791
(cherry picked from commit ce4ab922496cb9e133f96db78c5b67bc01429512)

M  +4-2src/Session.cpp

http://commits.kde.org/konsole/7cecfc078e49e1a8654a759481be31e335be2b09

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


[konsole] [Bug 368026] neptune cannot be installed due to neptune.base package, which is corrupted.

2016-08-31 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368026

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #1 from Kurt Hindenburg  ---
This is not related to Konsole - please see your distro's help website

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


[konsole] [Bug 351910] Appearance settings warns about desktop effects for transparency

2016-08-31 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351910

Kurt Hindenburg  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #3 from Kurt Hindenburg  ---
I committed that to 16.08 branch - the issue I notice now is that upon session
restore, transparency doesn't work.

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


[konsole] [Bug 367746] konsole-16.08.0 closes active screen (or tmux) window on exit

2016-08-31 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367746

--- Comment #20 from Kurt Hindenburg  ---
Git commit 17a3ee5dfa1fc99776a015b31e5862ce82ab1a56 by Kurt Hindenburg, on
behalf of Martin T. H. Sandsmark.
Committed on 31/08/2016 at 12:37.
Pushed by hindenburg into branch 'Applications/16.08'.

Fix checking of foreground process

The old method of checking it has unnecessary overhead (doing a full
process info update), and wasn't very reliable.

Instead just get the original shell PID from QProcess (via KProcess),
and the foreground process from the PTY.
REVIEW: 128789
(cherry picked from commit 79ca76a94696eda408927b122b0b531676d4ba93)

M  +2-1src/MainWindow.cpp
M  +5-4src/Session.cpp

http://commits.kde.org/konsole/17a3ee5dfa1fc99776a015b31e5862ce82ab1a56

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


[konsole] [Bug 367006] Konsole doesn't show crash dialog when it crashes

2016-08-31 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367006

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/kons |http://commits.kde.org/kons
   |ole/30fe2a0b9d93617c80f6e3d |ole/391828aa2313f06b0ccc3ad
   |5a61d845a5fb526ab   |2c60bf0661703e236

--- Comment #4 from Kurt Hindenburg  ---
Git commit 391828aa2313f06b0ccc3ad2c60bf0661703e236 by Kurt Hindenburg.
Committed on 31/08/2016 at 12:37.
Pushed by hindenburg into branch 'Applications/16.08'.

Add KCrash code so krkonqi crash dialog works again
(cherry picked from commit 30fe2a0b9d93617c80f6e3d5a61d845a5fb526ab)

M  +1-1CMakeLists.txt
M  +1-0src/CMakeLists.txt
M  +3-0src/main.cpp

http://commits.kde.org/konsole/391828aa2313f06b0ccc3ad2c60bf0661703e236

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


[konsole] [Bug 367447] Having one konsole window open at logout opens two at next login

2016-08-31 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367447

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/kons |http://commits.kde.org/kons
   |ole/5b11fd593b954504343bdb4 |ole/17cf652a9cd2f2c2c35b20c
   |18c54a8e7913d9c7c   |42cfcbfad8b83cb43

--- Comment #9 from Kurt Hindenburg  ---
Git commit 17cf652a9cd2f2c2c35b20c42cfcbfad8b83cb43 by Kurt Hindenburg.
Committed on 31/08/2016 at 12:36.
Pushed by hindenburg into branch 'Applications/16.08'.

Prevent 2 windows from opening upon session restore

Session management would start 2 konsole windows upon login.

Thanks John Stanley (jpsinthemix gmail com) for patch
(cherry picked from commit 5b11fd593b954504343bdb418c54a8e7913d9c7c)

M  +3-4src/main.cpp

http://commits.kde.org/konsole/17cf652a9cd2f2c2c35b20c42cfcbfad8b83cb43

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


[konsole] [Bug 367855] Konsole crash when using --tabs-from-file with not exisitng file

2016-08-31 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367855

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/kons |http://commits.kde.org/kons
   |ole/d73270a470680e4b796372a |ole/133fae6ab106be145f9e91a
   |3196d15053d50029b   |496dd00de345022b9

--- Comment #2 from Kurt Hindenburg  ---
Git commit 133fae6ab106be145f9e91a496dd00de345022b9 by Kurt Hindenburg.
Committed on 31/08/2016 at 12:36.
Pushed by hindenburg into branch 'Applications/16.08'.

Fix issues where --tabs-from-file doesn't exist or is invalid

Cleanly exit if there are any issues with the given file for
--tabs-from-file option.
(cherry picked from commit d73270a470680e4b796372a3196d15053d50029b)

M  +19   -15   src/Application.cpp
M  +1-1src/Application.h
M  +3-1src/main.cpp

http://commits.kde.org/konsole/133fae6ab106be145f9e91a496dd00de345022b9

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


[konsole] [Bug 366706] Crash in Konsole::TerminalDisplay::updateCursor when closing session

2016-08-31 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366706

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/kons |http://commits.kde.org/kons
   |ole/b2b852cfd7b10fc2ffb668a |ole/738fd485d7c7d4da8c40c9c
   |c87f8ca9236a134e3   |10566570e23d30a65

--- Comment #3 from Kurt Hindenburg  ---
Git commit 738fd485d7c7d4da8c40c9c10566570e23d30a65 by Kurt Hindenburg, on
behalf of Martin T. H. Sandsmark.
Committed on 31/08/2016 at 12:36.
Pushed by hindenburg into branch 'Applications/16.08'.

Fix crash when closing session

Instead of manually deleting the output suspended label let the QObject
cleanup handle it.

Now it is first deleted manually by us, leading to a potential crash,
and afterwards the QObject cleanup runs, but luckily it doesn' try to
destroy it again.

REVIEW: 128667
(cherry picked from commit b2b852cfd7b10fc2ffb668ac87f8ca9236a134e3)

M  +2-6src/TerminalDisplay.cpp

http://commits.kde.org/konsole/738fd485d7c7d4da8c40c9c10566570e23d30a65

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


[konsole] [Bug 367882] FileFilter implementation cause konsole cpu usage to go to 80-100%

2016-08-28 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367882

--- Comment #1 from Kurt Hindenburg  ---
Martin, do you think we should have the profile setting to show these links
disabled by default? Or do you have any other suggestions/opinions?

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


[konsole] [Bug 367070] Crash when saving tabs as a bookmark after splitting konsole

2016-08-28 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367070

--- Comment #1 from Kurt Hindenburg  ---
If you can reproduce this, can you take a screenshot of the terminal before it
crashes?  And are you using Bookmarks->Add Bookmark menu?

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


[konsole] [Bug 367006] Konsole doesn't show crash dialog when it crashes

2016-08-28 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367006

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/kons
   ||ole/30fe2a0b9d93617c80f6e3d
   ||5a61d845a5fb526ab
 Resolution|--- |FIXED

--- Comment #2 from Kurt Hindenburg  ---
Git commit 30fe2a0b9d93617c80f6e3d5a61d845a5fb526ab by Kurt Hindenburg.
Committed on 28/08/2016 at 19:05.
Pushed by hindenburg into branch 'master'.

Add KCrash code so krkonqi crash dialog works again

M  +1-1CMakeLists.txt
M  +1-0src/CMakeLists.txt
M  +3-0src/main.cpp

http://commits.kde.org/konsole/30fe2a0b9d93617c80f6e3d5a61d845a5fb526ab

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


[konsole] [Bug 367006] Konsole doesn't show crash dialog when it crashes

2016-08-28 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367006

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Kurt Hindenburg  ---
OK thanks, that's news to me - I didn't realize something had changed that
required every app to call that now.

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


[konsole] [Bug 367754] Copy input to > None does not work

2016-08-28 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367754

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from Kurt Hindenburg  ---
OK, it is hard to tell from your screenshots since you have tabs off.  There
does seem to be some issues w/ splitviews and Copy Input

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


[konsole] [Bug 367447] Having one konsole window open at logout opens two at next login

2016-08-28 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367447

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kons
   ||ole/5b11fd593b954504343bdb4
   ||18c54a8e7913d9c7c

--- Comment #7 from Kurt Hindenburg  ---
Git commit 5b11fd593b954504343bdb418c54a8e7913d9c7c by Kurt Hindenburg.
Committed on 28/08/2016 at 13:08.
Pushed by hindenburg into branch 'master'.

Prevent 2 windows from opening upon session restore

Session management would start 2 konsole windows upon login.

Thanks John Stanley (jpsinthemix gmail com) for patch

M  +3-4src/main.cpp

http://commits.kde.org/konsole/5b11fd593b954504343bdb418c54a8e7913d9c7c

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


[konsole] [Bug 367754] Copy input to > None does not work

2016-08-27 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367754

--- Comment #1 from Kurt Hindenburg  ---
Well it works here AFAIK - can you put together a gif showing the issue on your
system?

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


[konsole] [Bug 367855] Konsole crash when using --tabs-from-file with not exisitng file

2016-08-27 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367855

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/kons
   ||ole/d73270a470680e4b796372a
   ||3196d15053d50029b
 Resolution|--- |FIXED

--- Comment #1 from Kurt Hindenburg  ---
Git commit d73270a470680e4b796372a3196d15053d50029b by Kurt Hindenburg.
Committed on 27/08/2016 at 15:41.
Pushed by hindenburg into branch 'master'.

Fix issues where --tabs-from-file doesn't exist or is invalid

Cleanly exit if there are any issues with the given file for
--tabs-from-file option.

M  +19   -15   src/Application.cpp
M  +1-1src/Application.h
M  +3-1src/main.cpp

http://commits.kde.org/konsole/d73270a470680e4b796372a3196d15053d50029b

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


[konsole] [Bug 367447] Having one konsole window open at logout opens two at next login

2016-08-20 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367447

Kurt Hindenburg  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

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


[konsole] [Bug 366368] No transparent background when compositor is enabled

2016-08-13 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366368

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/kons |http://commits.kde.org/kons
   |ole/a28902e9120798c67844864 |ole/fca305ebffd331701b59e68
   |a11bbe3f1c2549b74   |ab446db9618987b6f

--- Comment #3 from Kurt Hindenburg  ---
Git commit fca305ebffd331701b59e68ab446db9618987b6f by Kurt Hindenburg, on
behalf of Martin T. H. Sandsmark.
Committed on 13/08/2016 at 20:06.
Pushed by hindenburg into branch 'Applications/16.08'.

Fix transparent backgrounds

It's apparently not possible to set WA_TranslucentBackground after
show(). The MainWindow constructor calls applyKonsoleSettings() which
calls KMainWindow::setAutoSaveSettings() which in turn calls
setVisible(true), which makes any calls to setTransparency() from the
Application::newMainWindow() irrelevant, even if updateUseTransparency()
is called from it.

REVIEW: 128669
(cherry picked from commit a28902e9120798c67844864a11bbe3f1c2549b74)

M  +3-1src/Application.cpp
M  +5-10   src/MainWindow.cpp
M  +0-2src/MainWindow.h

http://commits.kde.org/konsole/fca305ebffd331701b59e68ab446db9618987b6f

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


[konsole] [Bug 366217] konsole crashes upon logging in

2016-08-13 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366217

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/kons |http://commits.kde.org/kons
   |ole/13684bebe2a421157032bc3 |ole/f028f17bee9694954ea78ba
   |cfaf28e468d0c1eef   |03589ba7bdbc9aa39

--- Comment #5 from Kurt Hindenburg  ---
Git commit f028f17bee9694954ea78ba03589ba7bdbc9aa39 by Kurt Hindenburg, on
behalf of Martin T. H. Sandsmark.
Committed on 13/08/2016 at 19:44.
Pushed by hindenburg into branch 'Applications/16.08'.

Fix crash when failing to restore session

REVIEW: 128670
(cherry picked from commit 13684bebe2a421157032bc3cfaf28e468d0c1eef)

M  +8-0src/ViewManager.cpp

http://commits.kde.org/konsole/f028f17bee9694954ea78ba03589ba7bdbc9aa39

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


[konsole] [Bug 364992] [Feature request] Add an option to disable the embedded "drawLineChar" mechanism

2016-07-18 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364992

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/kons |http://commits.kde.org/kons
   |ole/a4de3feb16df7f18559587e |ole/e33355a4d0f57a27ca50270
   |bf78f115d88acc022   |d74b23486fd3ddf2c

--- Comment #7 from Kurt Hindenburg  ---
Git commit e33355a4d0f57a27ca50270d74b23486fd3ddf2c by Kurt Hindenburg.
Committed on 19/07/2016 at 01:37.
Pushed by hindenburg into branch 'Applications/16.08'.

Add option to use the selected font's line characters

Konsole has builtin code to manually write out line characters.  There
are certain reasons why this might not be desired.  This adds a profile
option to use the fonts line characters.  The default is as-is today
using the builtin code.
(cherry picked from commit a4de3feb16df7f18559587ebf78f115d88acc022)

M  +9-0src/EditProfileDialog.cpp
M  +1-0src/EditProfileDialog.h
M  +10   -0src/EditProfileDialog.ui
M  +2-0src/Profile.cpp
M  +8-0src/Profile.h
M  +2-1src/TerminalDisplay.cpp
M  +16   -0src/TerminalDisplay.h
M  +1-0src/ViewManager.cpp

http://commits.kde.org/konsole/e33355a4d0f57a27ca50270d74b23486fd3ddf2c

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


[konsole] [Bug 364992] [Feature request] Add an option to disable the embedded "drawLineChar" mechanism

2016-07-18 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364992

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kons
   ||ole/a4de3feb16df7f18559587e
   ||bf78f115d88acc022
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #6 from Kurt Hindenburg  ---
Git commit a4de3feb16df7f18559587ebf78f115d88acc022 by Kurt Hindenburg.
Committed on 19/07/2016 at 01:34.
Pushed by hindenburg into branch 'master'.

Add option to use the selected font's line characters

Konsole has builtin code to manually write out line characters.  There
are certain reasons why this might not be desired.  This adds a profile
option to use the fonts line characters.  The default is as-is today
using the builtin code.

M  +9-0src/EditProfileDialog.cpp
M  +1-0src/EditProfileDialog.h
M  +10   -0src/EditProfileDialog.ui
M  +2-0src/Profile.cpp
M  +8-0src/Profile.h
M  +2-1src/TerminalDisplay.cpp
M  +16   -0src/TerminalDisplay.h
M  +1-0src/ViewManager.cpp

http://commits.kde.org/konsole/a4de3feb16df7f18559587ebf78f115d88acc022

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


[konsole] [Bug 364992] [Feature request] Add an option to disable the embedded "drawLineChar" mechanism

2016-07-17 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364992

--- Comment #5 from Kurt Hindenburg  ---
I have code that does this - I'll see if I can get it in the next few days for
the next release.

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


[konsole] [Bug 365413] Session restore of Konsole does not work if a tab's shell was in a folder not yet re-mounted

2016-07-17 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365413

--- Comment #1 from Kurt Hindenburg  ---
Can you clarify what you have on the mounted folders?  It is your home folder,
/usr, kde binaries, etc...

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


[konsole] [Bug 349350] Some monospaced fonts missing in the fonts menu

2016-07-16 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349350

--- Comment #7 from Kurt Hindenburg  ---
Git commit 2bdc78334a4b28ccf42452051aaeac3fd097ab9e by Kurt Hindenburg.
Committed on 16/07/2016 at 17:41.
Pushed by hindenburg into branch 'Applications/16.08'.

Allow non monospaced fonts to be selected

Due to various issues outside the scope of Konsole, some monospaced
fonts are not allowed to be selected.  The default is still to only
allow system found monospaced fonts but users can bypass to allow any
font to be picked. There is a warning about issues when doing this.
(cherry picked from commit fa5f32f13fae38e8cee15dd2d87db30fa6dc6822)

M  +21   -1src/EditProfileDialog.cpp
M  +1-0src/EditProfileDialog.h
M  +10   -0src/EditProfileDialog.ui
M  +3-3src/TerminalDisplay.cpp

http://commits.kde.org/konsole/2bdc78334a4b28ccf42452051aaeac3fd097ab9e

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


[konsole] [Bug 362171] Patch review requested for implementation SGR 2/8/9/53 (dim/conceal/strikeout/overline)

2016-07-16 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362171

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/kons |http://commits.kde.org/kons
   |ole/84b43dfb2108eab47fa1dfc |ole/c8da8f3b4745c9bd7ef2489
   |afbf1b94a410d6cbf   |0a15457342d2ed860

--- Comment #15 from Kurt Hindenburg  ---
Git commit c8da8f3b4745c9bd7ef24890a15457342d2ed860 by Kurt Hindenburg.
Committed on 16/07/2016 at 17:40.
Pushed by hindenburg into branch 'Applications/16.08'.

Add rendition flags SGRs 2, 8, 9, 53

Adds faint intensity, strikeout, conceal and overline support.

echo -e 'D\e[2mD\e[9mD\e[53mD\e[8mD'

Thanks to Antonio Russo antonio e russo gmail com for patch

REVIEW: 128405
(cherry picked from commit 84b43dfb2108eab47fa1dfcafbf1b94a410d6cbf)

M  +30   -0data/color-schemes/BlackOnLightYellow.colorscheme
M  +30   -0data/color-schemes/BlackOnRandomLight.colorscheme
M  +30   -0data/color-schemes/BlackOnWhite.colorscheme
M  +30   -0data/color-schemes/BlueOnBlack.colorscheme
M  +30   -0data/color-schemes/Breeze.colorscheme
M  +30   -0data/color-schemes/DarkPastels.colorscheme
M  +30   -0data/color-schemes/GreenOnBlack.colorscheme
M  +30   -0data/color-schemes/Linux.colorscheme
M  +30   -0data/color-schemes/RedOnBlack.colorscheme
M  +30   -0data/color-schemes/Solarized.colorscheme
M  +30   -0data/color-schemes/SolarizedLight.colorscheme
M  +30   -0data/color-schemes/WhiteOnBlack.colorscheme
M  +16   -11   src/Character.h
M  +22   -4src/CharacterColor.h
M  +40   -3src/ColorScheme.cpp
M  +19   -5src/ColorSchemeEditor.cpp
M  +1-1src/History.h
M  +25   -33   src/Screen.cpp
M  +6-5src/Screen.h
M  +1-1src/TerminalCharacterDecoder.h
M  +13   -3src/TerminalDisplay.cpp
M  +10   -1src/Vt102Emulation.cpp
M  +13   -1src/autotests/CharacterColorTest.cpp

http://commits.kde.org/konsole/c8da8f3b4745c9bd7ef24890a15457342d2ed860

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


[konsole] [Bug 359669] If the configured font is not present, konsole show a black window

2016-07-16 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359669

--- Comment #1 from Kurt Hindenburg  ---
If the font is not found,  "Qt will use the closest matching installed font." 
which does seem to work on my system.  I don't think anything has changed
recently and your version isn't that old.

Could you tell what font the system picked?

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


[konsole] [Bug 349350] Some monospaced fonts missing in the fonts menu

2016-07-16 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349350

--- Comment #6 from Kurt Hindenburg  ---
Git commit fa5f32f13fae38e8cee15dd2d87db30fa6dc6822 by Kurt Hindenburg.
Committed on 16/07/2016 at 16:48.
Pushed by hindenburg into branch 'master'.

Allow non monospaced fonts to be selected

Due to various issues outside the scope of Konsole, some monospaced
fonts are not allowed to be selected.  The default is still to only
allow system found monospaced fonts but users can bypass to allow any
font to be picked. There is a warning about issues when doing this.

M  +21   -1src/EditProfileDialog.cpp
M  +1-0src/EditProfileDialog.h
M  +10   -0src/EditProfileDialog.ui
M  +3-3src/TerminalDisplay.cpp

http://commits.kde.org/konsole/fa5f32f13fae38e8cee15dd2d87db30fa6dc6822

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


[konsole] [Bug 362171] Patch review requested for implementation SGR 2/8/9/53 (dim/conceal/strikeout/overline)

2016-07-16 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362171

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kons
   ||ole/84b43dfb2108eab47fa1dfc
   ||afbf1b94a410d6cbf

--- Comment #14 from Kurt Hindenburg  ---
Git commit 84b43dfb2108eab47fa1dfcafbf1b94a410d6cbf by Kurt Hindenburg.
Committed on 16/07/2016 at 16:34.
Pushed by hindenburg into branch 'master'.

Add rendition flags SGRs 2, 8, 9, 53

Adds faint intensity, strikeout, conceal and overline support.

echo -e 'D\e[2mD\e[9mD\e[53mD\e[8mD'

Thanks to Antonio Russo antonio e russo gmail com for patch

REVIEW: 128405

M  +30   -0data/color-schemes/BlackOnLightYellow.colorscheme
M  +30   -0data/color-schemes/BlackOnRandomLight.colorscheme
M  +30   -0data/color-schemes/BlackOnWhite.colorscheme
M  +30   -0data/color-schemes/BlueOnBlack.colorscheme
M  +30   -0data/color-schemes/Breeze.colorscheme
M  +30   -0data/color-schemes/DarkPastels.colorscheme
M  +30   -0data/color-schemes/GreenOnBlack.colorscheme
M  +30   -0data/color-schemes/Linux.colorscheme
M  +30   -0data/color-schemes/RedOnBlack.colorscheme
M  +30   -0data/color-schemes/Solarized.colorscheme
M  +30   -0data/color-schemes/SolarizedLight.colorscheme
M  +30   -0data/color-schemes/WhiteOnBlack.colorscheme
M  +16   -11   src/Character.h
M  +22   -4src/CharacterColor.h
M  +40   -3src/ColorScheme.cpp
M  +19   -5src/ColorSchemeEditor.cpp
M  +1-1src/History.h
M  +25   -33   src/Screen.cpp
M  +6-5src/Screen.h
M  +1-1src/TerminalCharacterDecoder.h
M  +13   -3src/TerminalDisplay.cpp
M  +10   -1src/Vt102Emulation.cpp
M  +13   -1src/autotests/CharacterColorTest.cpp

http://commits.kde.org/konsole/84b43dfb2108eab47fa1dfcafbf1b94a410d6cbf

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


[konsole] [Bug 349350] Some monospaced fonts missing in the fonts menu

2016-07-09 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349350

Kurt Hindenburg  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #4 from Kurt Hindenburg  ---
I have code that will allow any font to be picked which should help you.  It
currently displays a warning dialog about possible issues.

I'm a bit concerned people will start picking non monospaced fonts and the
complain about display issues.

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


[konsole] [Bug 365221] Konsole window moved to other virtual desktop when open save output dialog

2016-07-07 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365221

Kurt Hindenburg  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Kurt Hindenburg  ---
Thanks - a tad bit strange

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


[konsole] [Bug 364336] Yakuake forgets profile settings

2016-07-03 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364336

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kons
   ||ole/b9261c58ab2cf91ec090e4a
   ||d15064286a5366642
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Kurt Hindenburg  ---
Git commit b9261c58ab2cf91ec090e4ad15064286a5366642 by Kurt Hindenburg.
Committed on 03/07/2016 at 16:26.
Pushed by hindenburg into branch 'master'.

Write profile changes to Konsole's location, not KPart's app

Thanks to Wolfgang Bauer (wbauer tmo at) for patch

REVIEW:128342

M  +4-4src/ProfileWriter.cpp

http://commits.kde.org/konsole/b9261c58ab2cf91ec090e4ad15064286a5366642

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


[konsole] [Bug 364215] Emoji are rendered with a vertical offset

2016-06-11 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364215

Kurt Hindenburg  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #2 from Kurt Hindenburg  ---
I can't find any tool on my system that will show them - except as a webpage

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


[konsole] [Bug 361835] Environment variables inside command line <-e> option are expanded even when they must not

2016-06-11 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361835

--- Comment #3 from Kurt Hindenburg  ---
echo $SHELL;echo '\''$SHELL'\''

The first should be expanded, the 2nd not, correct?

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


[konsole] [Bug 350849] Konsole hides tab bar when moving tabs

2016-06-11 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350849

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kons
   ||ole/8e616c94d93e97aaaf45a5a
   ||c328e9c833a8782d8
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Kurt Hindenburg  ---
Git commit 8e616c94d93e97aaaf45a5ac328e9c833a8782d8 by Kurt Hindenburg.
Committed on 11/06/2016 at 15:35.
Pushed by hindenburg into branch 'master'.

Fix tab bar disappearing when moving tabs on certain configurations

This fixes an issue with the tab bar disappearing when moving tabs left
or right with only two tabs open if the tab bar visibility is set to
Show Tab Bar When Needed in preferences

Thanks to Ignacio R. Morelle shadowm2006 gmail com

REVIEW: 128151

M  +3-0src/ViewContainer.cpp

http://commits.kde.org/konsole/8e616c94d93e97aaaf45a5ac328e9c833a8782d8

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


[konsole] [Bug 363275] Manage profiles window appears on another screen

2016-06-07 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363275

--- Comment #1 from Kurt Hindenburg  ---
I'm using a more recent KF5/konsole then you are - I've never noticed this
issue on my 2 monitors.

What distro are you using?  Anything else that might be an issue?

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


[konsole] [Bug 325442] Constant loop reading of /etc/passwd from /proc updates

2016-05-30 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=325442

--- Comment #5 from Kurt Hindenburg  ---
Git commit 0edded4975b6c687d6c8b671b13dadf498e76b7f by Kurt Hindenburg.
Committed on 30/05/2016 at 23:58.
Pushed by hindenburg into branch 'master'.

Only readUserName if tab title format has %u

readUserName() reads /etc/passwd every few seconds.  Change it to only
do this if we need to replace %u with the user name in the tab title.

A temporary helper as this doesn't really fix the underlining issue.
ProcessInfo really needs re-worked.

M  +37   -21   src/ProcessInfo.cpp
M  +8-3src/ProcessInfo.h
M  +4-2src/Session.cpp

http://commits.kde.org/konsole/0edded4975b6c687d6c8b671b13dadf498e76b7f

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


[konsole] [Bug 325442] Constant loop reading of /etc/passwd from /proc updates

2016-05-30 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=325442

--- Comment #4 from Kurt Hindenburg  ---
I'm looking at this - it is the readUserName() which is causing this.

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


[frameworks-kwindowsystem] [Bug 349512] Konsole and other KDE Apps Crash during KWindowSystemPrivateX11::viewportToDesktop

2016-05-29 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349512

--- Comment #8 from Kurt Hindenburg  ---
I can't reproduce here but that code has a lot of possible " / 0" issues.  I'll
try to get more help.

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


[konsole] [Bug 355641] Konsole height reset to 480

2016-05-29 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355641

--- Comment #4 from Kurt Hindenburg  ---
I use this setup everyday and have never noticed it.  Have you tried using the
latest versioion?

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


[konsole] [Bug 355641] Konsole height reset to 480

2016-05-23 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355641

--- Comment #2 from Kurt Hindenburg  ---
By external display attached, do you mean you have multiple monitors?

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


[konsole] [Bug 357721] Fonts with different widths reset to normal width after re-launch.

2016-05-23 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357721

--- Comment #2 from Kurt Hindenburg  ---
This might have been fixed w/ Jan 30th commit.   Need to double-check

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


[konsole] [Bug 355755] Konsole doesn't follow system settings for natural scrolling

2016-05-23 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355755

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Kurt Hindenburg  ---
Correct, this would be possible to get the settings from kinputrc or
kcminputrc.  However, I don't see a system-wide signal that could be connected
to.

However, the entire source code would have be search to handle the change. 
Perhaps not too hard but time consuming to find, fix and test.

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


[konsole] [Bug 362171] Patch review requested for implementation SGR 2/8/9/53 (dim/conceal/strikeout/overline)

2016-05-23 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362171

Kurt Hindenburg  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #4 from Kurt Hindenburg  ---
Even w/ all the patches, I only get 4 D - does it work for you w/ these
patches?  What color scheme to you use?

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


[konsole] [Bug 362644] reset does not clear the screen in konsole

2016-05-21 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362644

--- Comment #3 from Kurt Hindenburg  ---
Strange, I'm basically running the same as you.  I'll see what differences
there might be.

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


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

2016-05-21 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359662

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kons
   ||ole/0a5e2b34971e339561e60c6
   ||74a6fa5ec7eb941da

--- Comment #3 from Kurt Hindenburg  ---
Git commit 0a5e2b34971e339561e60c674a6fa5ec7eb941da by Kurt Hindenburg.
Committed on 21/05/2016 at 22:43.
Pushed by hindenburg into branch 'master'.

When setting window size, take into account when menubar is not visible

Take into account menubar visibility when sizing a new window.
Note that this is only used when 'Use current window size on next
startup' is unchecked.

Thanks to Roman Gilg subdiff gmail com for patch
REVIEW: 27803

M  +2-0src/MainWindow.cpp

http://commits.kde.org/konsole/0a5e2b34971e339561e60c674a6fa5ec7eb941da

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


[konsole] [Bug 356286] Allow scrollback buffer to be greater than 100000 lines

2016-05-21 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356286

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kons
   ||ole/44d4ed047c58cf636c3df31
   ||7551cacf1d6b99e48

--- Comment #1 from Kurt Hindenburg  ---
Git commit 44d4ed047c58cf636c3df317551cacf1d6b99e48 by Kurt Hindenburg.
Committed on 21/05/2016 at 22:32.
Pushed by hindenburg into branch 'master'.

Set maximum buffer scrollback to 1,000,000

Perhaps a note mentioning that this type of scrollback is held in
memory.  Regardless, allow up to 1 million lines.

M  +1-1src/HistorySizeWidget.ui

http://commits.kde.org/konsole/44d4ed047c58cf636c3df317551cacf1d6b99e48

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


[konsole] [Bug 358115] Konsole does not reflow text on the screen when the terminal window is resized

2016-05-21 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358115

Kurt Hindenburg  changed:

   What|Removed |Added

   Severity|normal  |wishlist

--- Comment #2 from Kurt Hindenburg  ---
This has been asked for years - not a high priority ATM - I would look at
patches

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


[konsole] [Bug 357937] Cursor turns invisible when hovering tab

2016-05-21 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357937

--- Comment #4 from Kurt Hindenburg  ---
can't reproduce here - I'd like to know what triggers this

https://www.youtube.com/watch?v=3snx18IjnvA

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


[konsole] [Bug 358343] Konsole's tabbar completely obscures/hides mouse cursor

2016-05-21 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358343

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #4 from Kurt Hindenburg  ---


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

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


[konsole] [Bug 357937] Cursor turns invisible when hovering tab

2016-05-21 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357937

Kurt Hindenburg  changed:

   What|Removed |Added

 CC||a687...@trbvn.com

--- Comment #3 from Kurt Hindenburg  ---
*** Bug 358343 has been marked as a duplicate of this bug. ***

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


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

2016-05-21 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359662

Kurt Hindenburg  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #2 from Kurt Hindenburg  ---
Yes this has always been an issue - I thought there was another old report for
this.

The patch does appear to fix it.

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


[konsole] [Bug 360732] OK / Cancel button actions when closing a tab are wrongly interchanged when clicked via keyboard

2016-05-21 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360732

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Kurt Hindenburg  ---
This is strange, I notice on 2 of my systems the first time I do it.  But as
soon as I close that tab, I can't reproduce it.

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


[konsole] [Bug 361835] Environment variables inside command line <-e> option are expanded even when they must not

2016-05-21 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361835

Kurt Hindenburg  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Kurt Hindenburg  ---
I would agree it is a bug

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



[konsole] [Bug 362171] Patch review requested for implementation SGR 2/8/9/53 (dim/conceal/strikeout/overline)

2016-05-21 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362171

--- Comment #2 from Kurt Hindenburg  ---
What is this attachment?  gz or bz2?

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


[konsole] [Bug 362644] reset does not clear the screen in konsole

2016-05-21 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362644

--- Comment #1 from Kurt Hindenburg  ---
reset works for me on my LInux boxes using bash/zsh.  What OS and shell are you
using?

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


[konsole] [Bug 345403] "Terminal Size" setting in profile ignored

2016-02-06 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345403

Kurt Hindenburg  changed:

   What|Removed |Added

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

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


[konsole] [Bug 345403] "Terminal Size" setting in profile ignored

2016-02-06 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345403

--- Comment #33 from Kurt Hindenburg  ---
Git commit 1e211482566edb9194f34755b823bd98f15c6f25 by Kurt Hindenburg.
Committed on 06/02/2016 at 15:11.
Pushed by hindenburg into branch 'Applications/15.12'.

Allow profile's termainal size to work again

When Konsole Settings -> 'Use current window size on next startup' is
disabled, use the Profile's terminal size for new windows.

Many thanks to Roman Gilg (subdiff gmail com) for research and patch.

If there are no further issues, I'll commit to 15.12 branch (should go
.2 release).

REVIEW: 126924
(cherry picked from commit 55f02e5b8e3e2395050940c33c97306311192e18)

M  +24   -7src/Application.cpp
M  +2-1src/Application.h

http://commits.kde.org/konsole/1e211482566edb9194f34755b823bd98f15c6f25

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


[konsole] [Bug 351960] Missing Comment in desktop file

2016-01-30 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351960

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kons
   ||ole/c595d0cd864d273ce5b3e94
   ||2150a43a808b51870
 Status|UNCONFIRMED |RESOLVED

--- Comment #5 from Kurt Hindenburg  ---
Git commit c595d0cd864d273ce5b3e942150a43a808b51870 by Kurt Hindenburg.
Committed on 30/01/2016 at 19:58.
Pushed by hindenburg into branch 'master'.

Add 'Comment' lines to desktop files

I simpflied the text for most of these from the reviewboard patch

REVIEW:125943

M  +2-0desktop/konsolehere.desktop
M  +2-0desktop/konsolepart.desktop
M  +2-0desktop/konsolerun.desktop
M  +2-0desktop/terminalemulator.desktop

http://commits.kde.org/konsole/c595d0cd864d273ce5b3e942150a43a808b51870

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


[konsole] [Bug 345403] "Terminal Size" setting in profile ignored

2016-01-30 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345403

--- Comment #29 from Kurt Hindenburg  ---
Git commit 55f02e5b8e3e2395050940c33c97306311192e18 by Kurt Hindenburg.
Committed on 30/01/2016 at 17:09.
Pushed by hindenburg into branch 'master'.

Allow profile's termainal size to work again

When Konsole Settings -> 'Use current window size on next startup' is
disabled, use the Profile's terminal size for new windows.

Many thanks to Roman Gilg (subdiff gmail com) for research and patch.

If there are no further issues, I'll commit to 15.12 branch (should go
.2 release).

REVIEW: 126924

M  +24   -7src/Application.cpp
M  +2-1src/Application.h

http://commits.kde.org/konsole/55f02e5b8e3e2395050940c33c97306311192e18

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


[konsole] [Bug 358758] Message.sh don't extract i18n strings of /src/settings/*.cpp files

2016-01-30 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358758

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kons
   ||ole/a81017d728f75fa0b1964af
   ||5456e5f50bb87dd03
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kurt Hindenburg  ---
Git commit a81017d728f75fa0b1964af5456e5f50bb87dd03 by Kurt Hindenburg.
Committed on 30/01/2016 at 15:34.
Pushed by hindenburg into branch 'master'.

Extract files under src/settings/ files for l10n strings

Change XGETTEXT to a 'find' to catch all sub-directories.

M  +1-1src/Messages.sh

http://commits.kde.org/konsole/a81017d728f75fa0b1964af5456e5f50bb87dd03

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