Commit Graph

19 Commits

Author SHA1 Message Date
Kurt Hindenburg
859314c647 Apply astyle-kdelibs
Over the years, the coding style is all over the place.
Use 'git diff -w --ignore-all-space' to see non-whitespace changes.
2011-12-24 01:16:33 -05:00
Jekyll Wu
b95f9443a0 Trivial change on #include 2011-11-16 13:31:24 +08:00
Jekyll Wu
330de6c6f4 Fix some spelling problems 2011-11-06 03:41:20 +08:00
Jekyll Wu
8f1bbd4353 Remove trailing white spaces 2011-11-05 19:49:23 +08:00
Jekyll Wu
cf92cece2b Remove leading white spaces in blank lines to make them really empty 2011-11-05 07:29:21 +08:00
Jekyll Wu
771b4b2228 ANSI escape code "\e[1;93m" should generate intensive color.
The current behavior is bold(1) will toggle the intensity of an
intensive color(93), so the result is a normal color. This is
counter-intuitive. Xterm, rxvt, and all vte-base emulators generate
intensive color in this case.

BUG: 274603
FIXED-IN: 4.8
REVIEW: 102554
2011-09-14 06:34:50 +08:00
Kurt Hindenburg
6a0c3e5b9d Api doxygen fixes.
SVN_SILENT

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=956768
2009-04-20 15:11:50 +00:00
Kurt Hindenburg
246782fe9e Fix minor api doc issue.
SVN_SILENT

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=955419
2009-04-17 15:01:59 +00:00
Kurt Hindenburg
1f9819a5e2 Doxygen fixes dealing with documenting parms not in methods.
SVN_SILENT

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=953851
2009-04-14 16:05:34 +00:00
Kurt Hindenburg
4997851418 Doxygen API minor fixes for bad commands.
SVN_SILENT

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=953837
2009-04-14 15:34:03 +00:00
Robert Knight
1e34fc4ba3 Use the same palette as xterm for 256-color mode.
Patch by pan.shizhu@gmail.com

BUG: 169013


svn path=/trunk/KDE/kdebase/apps/konsole/; revision=909719
2009-01-12 02:25:19 +00:00
Robert Knight
28b84379b2 Make the 'bold' property for each color entry in the current terminal palette a tri-state which allows text drawn in that color to be forced to bold, non-bold (normal) or to use the current formatting specified by the terminal application.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863401
2008-09-22 01:44:06 +00:00
Robert Knight
956277c014 Convert tabs to 4 spaces to match kdelibs conventions. Previously
there was a mix of tabs and spaces for indentation.

CCMAIL:Stefan.Becker@nokia.com


svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863326
2008-09-21 20:06:58 +00:00
Dirk Mueller
54cee5ca30 allocate standard color table only once
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=808156
2008-05-15 20:12:26 +00:00
Robert Knight
5d9997446e Update copyright year to 2008. Remove '(C)' from copyright lines.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=800631
2008-04-24 14:53:43 +00:00
Robert Knight
e0e9693d8c Compare CharacterColor members explicitly rather than using memcpy for clarity.
CCBUG: 160137

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=792019
2008-03-30 22:57:45 +00:00
Robert Knight
a7ec88c213 Re-write CharacterColor::operator==(), CharacterColor::operator!=().
Previous implementation caused memory alignment trap on ARM.

BUG:160137

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=792018
2008-03-30 22:57:42 +00:00
Robert Knight
53833b68d1 Fix assertion failure when parsing invalid color setting sequences. In such cases, revert back to the default foreground or background color so that the resulting text is at least readable.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=709578
2007-09-07 20:54:20 +00:00
Robert Knight
89e41ae82e Rename TECommon.h -> CharacterColor.h now that is the major class it contains.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=677280
2007-06-18 20:20:08 +00:00