Kurt Hindenburg
3fc7f9c147
Add some i18nc KUIT context.
2011-10-04 13:46:53 -09:00
Jekyll Wu
de61d40c63
Include Qt headers in the form of "#include <Module/Class>"
2011-09-06 06:42:42 +08:00
Montel Laurent
f7e8df65c8
normalize signals/slots
2011-08-19 23:52:18 +02:00
Kurt Hindenburg
087f67e4fc
Allow an image to be set as the background in the terminal.
...
Restore the KDE3 option to have a background image in each session.
Patch by Alexandre Becoulet <diaxen@free.fr >
BUG: 157882
FIXED-IN: 4.8
2011-08-07 18:44:16 -04:00
Montel Laurent
b91f50015d
Normalize signals/slots
2011-07-30 14:10:56 +02:00
Montel Laurent
a955ae6e36
Don't check pointer before to delete it
2011-04-21 13:37:01 +02:00
Kurt Hindenburg
fa3790fc7f
Add some 18nc context
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1148479
2010-07-10 19:54:50 +00:00
Kurt Hindenburg
405480281e
Use static getColor instead of dialog->exec
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1107401
2010-03-25 14:45:20 +00:00
Kurt Hindenburg
9388c10ab1
Add some i18n context
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1088975
2010-02-12 03:39:14 +00:00
Kurt Hindenburg
43d2e80bd7
Change QLineEdit to KLineEdit and set the Clear button where appropriate.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=989294
2009-06-29 21:35:45 +00:00
Robert Knight
521e46dd27
Fix transparently values of 10%, 20% and others not being
...
saved and restored correctly in color scheme editor. Use
qRound() on the opacity float instead of (int) cast.
Patch by Andre Wisplinghoff
BUG:181006
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=912671
2009-01-18 00:39:09 +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
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
971a5315f9
Remove debugging messages.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=800628
2008-04-24 14:52:39 +00:00
Robert Knight
366f9eaa36
Use a new warning box widget for the 'transparency not supported' warning labels.
...
The new widget respects the current KDE color scheme.
BUG: 156119
Squashed commit of the following:
commit c7d81f7c65d2be87a4b70f485da6ec1b91be76b9
Author: Robert Knight <robertknight@gmail.com >
Date: Sat Apr 12 11:05:11 2008 +0100
Use the warning box for the 'transparency not supported' warning display in the color scheme and profile editors.
commit e4149b67588123540144f0496257194058c92fe4
Author: Robert Knight <robertknight@gmail.com >
Date: Sat Apr 12 11:04:25 2008 +0100
Add WarninBox to build.
commit d82adc02b9aad6cb99660a9b2d48cce2e3c42418
Author: Robert Knight <robertknight@gmail.com >
Date: Sat Apr 12 11:04:02 2008 +0100
Add a generic warning box widget which uses colors from the current KDE color scheme.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=796014
2008-04-12 10:07:00 +00:00
Robert Knight
46cfc108d3
* Replace all usage of qDebug() with kDebug(), since kDebug() provides information about
...
which part of the code the message came from and allows filtering of output
using kdebugdialog
* Remove explicit creation of singleton classes SessionManager,ColorSchemeManager and
KeyboardTranslatorManager and automate it with K_GLOBAL_STATIC.
This ensures that the singleton destructors are called appropriately by KPart clients
when they unload the libkonsolepart library.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=754334
2007-12-29 16:07:31 +00:00
Andreas Pakulat
f412e5b5aa
Merge the KConfig branch. This are the 3 main modules (+kdeadmin), which are
...
needed now because friday is the last BC day. The rest of the modules will
follow as fast as my laptop allows.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=721704
2007-10-05 22:21:25 +00:00
Robert Knight
554d6bb83a
Add a simple one-check box option to the color scheme editor to vary the background color randomly for each tab. The results are not great yet because the algorithm which randomizes the colors needs work.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=698080
2007-08-09 02:17:09 +00:00
Robert Knight
72241ef4a6
* Comment out many debugging messages
...
* Experimental optimization, disable kerning since this is not required
with the mono-spaced fonts which are used in the terminal.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=682702
2007-07-03 09:14:21 +00:00
Robert Knight
50fb0ef4c6
Support for per-session randomized color schemes. Mainly useful to allow each new session (from a particular profile) to have a different background color to make them easier to identify at a glance. Randomization is specified in the color scheme as the maximum amount of difference in hue, saturation and value which a color is allowed to be randomly changed by. No GUI controls for this yet. Added a 'Black on Random Light' color scheme to make use of this facility out of the box.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=682403
2007-07-02 15:58:19 +00:00
Robert Knight
035874672e
Resize color name column to fit contents in color scheme editor. Draw a translucent version of the selection marker around the profile's current color scheme when it is not selected. The distinction between the color scheme being used by a profile and a color scheme selected so that it can be edited, removed or copied remains, though I am worried it might not be intuitive.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=680722
2007-06-27 02:52:04 +00:00
Robert Knight
0518355b55
Translate color names in color scheme editor and make them more presentable. Shorten menu bar option text in profile editor.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=680720
2007-06-27 02:31:30 +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
Robert Knight
bf48ede570
I am a muppet. Correct startup transparency test again. Cross fingers it should work properly in composited and uncomposited environments.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=676065
2007-06-15 21:12:45 +00:00
Robert Knight
ee0292806c
Display a warning label in the colour scheme editor if transparency is not available.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=663924
2007-05-12 17:05:02 +00:00
Dirk Mueller
9ea3227384
include cleanup
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=663054
2007-05-09 22:23:52 +00:00
Robert Knight
33c913383d
EBN fixes. Mostly copyright and implementations including their own headers first.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=662726
2007-05-09 00:01:01 +00:00
Stephan Binner
f9ef188694
fix pedantic compilation
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=661619
2007-05-06 05:30:26 +00:00
Robert Knight
19a29d182a
Rename directories for clarity. konsole -> src , other -> data.
...
svn path=/branches/work/konsole-split-view/; revision=661562
2007-05-05 23:33:05 +00:00