- 20 Jul, 2012 1 commit
-
-
Kurt Hindenburg authored
Konsole goes into an infinite loop and will eventually crash due to memory. On an invalid unicode char the width is 0 so the for loop never exits. A better patch by Francesco Cecconi <francesco.cecconi@gmail.com> BUG: 303390
-
- 14 Jul, 2012 1 commit
-
-
Jekyll Wu authored
Thanks to Asko Eronen<asko.eronen@gmail.com> for the idea and patch REVIEW: 105282 FEATURE: DIGEST:
-
- 12 Jul, 2012 1 commit
-
-
Kurt Hindenburg authored
Konsole goes into an infinite loop and will eventually crash due to memory. On an invalid unicode char the width is 0 so the for loop never exits. This should prevent the crashes; not sure if there is a better way. CCBUG: 303390
-
- 10 Jul, 2012 1 commit
-
-
Kurt Hindenburg authored
This provides a profile GUI to change the line spacing (0-5). Due to the Qt4.8/BIDI issues, allowing the user to change the spacing allows the user to fix any issues w/ the font they are using. FEATURE: 279490 REVIEW: 105478 FIXED-IN: 4.10
-
- 06 Jul, 2012 1 commit
-
-
Kurt Hindenburg authored
This adds a GUI checkbox per profile to enable/disable requiring the CTRL key to drag-n-drop text. The default is to require the CTRL key as before. Thanks to Scott Kitterman (kde@kitterman.com) for patch. BUG: 165923 REVIEW: 105423 FIXED-IN: 4.10
-
- 05 Jul, 2012 1 commit
-
-
Kurt Hindenburg authored
-
- 27 Jun, 2012 2 commits
-
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
- 26 Jun, 2012 5 commits
-
-
Kurt Hindenburg authored
Use a loop and break out when the first profile match is found.
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
Keep a list of valid programs (shells) that accept Ctrl+C to clear the command line. Clear command line only when there is no active program running and a valid program is being ran. BUG: 46233 REVIEW: 105298 FIXED-IN: 4.10.0
-
Jekyll Wu authored
-
- 24 Jun, 2012 2 commits
-
-
Jekyll Wu authored
BUG: 302427 FIXED-IN: 4.9.0
- 22 Jun, 2012 1 commit
-
-
Jekyll Wu authored
-
- 18 Jun, 2012 2 commits
-
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
The current code using QFileInfo on the /proc/%pid/cwd and for some situations, this may cause issues as QFileInfo hangs if unable to read that file. The new code uses readlink which appears to work w/o issue. The Solaris code needs fixed as well. CCBUG: 251351
-
- 17 Jun, 2012 4 commits
-
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
- 14 Jun, 2012 6 commits
-
-
Jekyll Wu authored
That dialog is only about closing one Konsole window , so it should use KStandardGuiItem::closeWindow() instead of KStandardGuiItem::quit(), which is for quitting the whole application.
-
Jekyll Wu authored
-
Jekyll Wu authored
-
Jekyll Wu authored
Thanks to Lindsay Roberts<linds.r@gmail.com> for research and patch BUG: 301682 FIXED-IN: 4.9.0 REVIEW:105244
-
Jekyll Wu authored
-
Jekyll Wu authored
-
- 13 Jun, 2012 3 commits
- 12 Jun, 2012 1 commit
-
-
Jekyll Wu authored
-
- 09 Jun, 2012 3 commits
-
-
Jekyll Wu authored
This effectively reverts the change which was made to ask for confirmation when powering off. That issue needs to be reworked in next feature release, but for now just revert it since the current implementation should cause more annoyance than benefit. BUG: 301458 FIXED-IN: 4.9.0 CCBUG: 127194
-
Kurt Hindenburg authored
Previously, the count could be a huge negative number which could exceed what an int can handle. Also, there's no reason to calculate this number if it will be negative. CCBUG: 246484
-
Jekyll Wu authored
BUG: 301476 FIXED-IN: 4.9.0
-
- 08 Jun, 2012 1 commit
-
-
Kurt Hindenburg authored
-
- 06 Jun, 2012 2 commits
- 04 Jun, 2012 2 commits
-
-
Jekyll Wu authored
The old cold is copied from kio/kurlcompletion.cpp, which is not very suitable for detecting and expanding environment variables. For example, it only sees ' ' and '/' as the end point of an environment variable. That assumption fails easily with the common example of "PATH=$PATH:~/bin"
-
Jekyll Wu authored
-