Kurt Hindenburg
e162743179
Correct Solarized Dark colors and add a Light version
...
I don't recall why the original Solarized had a few colors way off.
These versions appear to match other solarized apps.
https://github.com/phiggins/konsole-colors-solarized
BUG: 319061
FIXED-IN: 2.12
13 years ago
Script Kiddy
bfb045193c
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
48f3244376
SVN_SILENT made messages (.desktop file)
13 years ago
Jekyll Wu
ef2cde1d76
Add the missing file
...
CCBUG: 310433
13 years ago
Jekyll Wu
204e2bc4fe
Clean the leftover of the removed --background-mode feature
...
CCBUG: 310433
13 years ago
Script Kiddy
b793305895
SVN_SILENT made messages (.desktop file)
13 years ago
Jekyll Wu
1e7f20ac54
Fix typo
...
That typo shouldn't haven caused this script failing, so no need
to allocate another kconf_update id and make it run a second time.
13 years ago
Jekyll Wu
9b89bdc570
Removing remaining problematic MenuIndex entries from profiles
...
CCBUG: 168530
13 years ago
Script Kiddy
820c95a564
SVN_SILENT made messages (.desktop file)
13 years ago
Jekyll Wu
7c42b25d38
Make use of the KCONF_UPDATE_INSTALL_DIR varible
13 years ago
Jekyll Wu
0ad61b0a10
cmake-lint: fix mismathcing spaces inside () after command
13 years ago
Jekyll Wu
275f65186f
cmake-lint: remove trailing whitespaces
13 years ago
Jekyll Wu
3ef1c281d4
Re-add the "Color2Intense" entry in the BlackOnLightYellow colorscheme
...
That entry was accidentally removed in commit 8355cca
BUG: 306540
FIXED-IN: 4.9.2
14 years ago
Jekyll Wu
001a353a46
Remove code for per-color transparency
...
That per-color transparency looks like a heritage of the pesudo
transparency in the KDE3 era. It is basically not used in current code.
14 years ago
Jekyll Wu
4c5745fc9c
Add update scripts for removing 'Bold=false' entries from colorschemes
14 years ago
Jekyll Wu
8ebaaf3981
Remove extra blank lines
14 years ago
Jekyll Wu
dcfc312fb4
Remove all "Bold=false" entries from existing colorschemes
...
This should cause no behavior change, because the existing code simply
ignores the "false" case.
14 years ago
Jekyll Wu
ad4314c769
Allow Shift+Arrow to be passed into to applications like mc and vim
...
Note: action shortcuts take precedence of keybindings. So to use
Shift+Arrow in mc/vim, make sure they are not set as action shortcuts.
CCBUG: 204388
BUG: 59256
FIXED-IN: 4.8.3
14 years ago
Jekyll Wu
acb1d2b4e8
Remove outdated operations and add new operations
14 years ago
Jekyll Wu
f3caf3ebf2
Fix double words
14 years ago
Jekyll Wu
d55b07dc49
Prefer standard key name used by Qt
...
* Prior ==> PgUP
* Next ==> PgDown
The code for backward compatility with "Prior" and "Next" should
be removed after 2 or 3 major releases.
14 years ago
Jekyll Wu
f542899f13
Add kconf-update script for migrating exising tabbar and menubar settings
...
BUG:293231
FIXED-IN:4.9
REVIEW: 104253
14 years ago
Jekyll Wu
78dbf8f1c1
Remove the left-over & unused code for supporting "Scroll Lock" key
...
It is decided to not reimplement this feature in KDE4 konsole:
* It is non-trivial work to implement it correctly
* It annoyed some users when it was available in KDE3 konsole
* Not many users want this feature back
This is a follow up of commit cee0ce539b
CCBUG:172271
REVIEW:104156
14 years ago
Jekyll Wu
8355ccaa82
Remove useless 'Transparent' entries
...
That entry is supposed to be only meaningful for background color
14 years ago
Jekyll Wu
46ff01094d
Transparency ==> Transparnt
14 years ago
Jekyll Wu
7e57d400ed
Retire the three remaining KDE3 schemas
14 years ago
Jekyll Wu
f17eac9651
Make Shell.profile miminal
...
- remove entries which are simply duplicates of the one in the 'fallback' profile
- remove outdated entries
Shell.profile will only contain 'Name' and 'Comment' entries from now on
REVIEW: 103668
14 years ago
Kurt Hindenburg
8752fbe551
Add 2 new color schemes.
...
Ideally, we should consider using the newstuff3. It depends on how
complex and how much time required.
14 years ago
Kurt Hindenburg
f6253aea9b
Change the KDE3 color schemas to KDE4 colorschemes format.
...
Convert the 3 KDE4 color schemas files to the KDE4 colorscheme file
name and file format. The format conversion was done inside the
Konsole color scheme editor.
They are not installed yet - there still needs a plan on how to
move people off the old format.
14 years ago
Script Kiddy
1b79cc58f0
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
fae346febc
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
7215cd0e09
SVN_SILENT made messages (.desktop file)
14 years ago
Jekyll Wu
0bc1c5758e
Make LocalTabTitleFormat and RemoteTabTitleFormat in "Shell.profile" the same as in the "FALLBACK" profile.
...
This is a follow up of commit febd3c63da
and c78e7e523e .
TODO:
It does not feel good to put some entries which are the same as in
the FALLBACK profile into Shell.profile. Maybe those entries should
be removed and FALLBACK profile should be marked as the parent of
Shell.profile explicitly.
15 years ago
Kurt Hindenburg
e718e93bf0
Add bidirectional text support by default
...
Make Konsole BiDi rendering enabled by default. Default Shell.profile
and also fallback profile are updated to have BidiRenderingEnabled set
to true by default.
AFAIK there is no reason not to have it on by default. I don't see
any penalty code-wise.
BUG: 198169
FIXED-IN: 4.8
15 years ago
Script Kiddy
1923acd434
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
3ca9d38075
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
d7ed89c473
SVN_SILENT made messages (.desktop file)
15 years ago
Jekyll Wu
04213c0202
Make GreenOnBlack use the same blue color as in BlackOnWhite.
...
BUG: 190407
FIXED-IN: 4.8
15 years ago
Kurt Hindenburg
9cf9557c8f
Add shortcuts to jump to top & bottom of history.
...
The shortcut of jumping to top of history is for the request of #45950
The shortcut of jumping to bottom of history is added not only for
consistency, but also to be used for #38390 , especially its comment #9
and #10 .
Patch by Jekyll Wu <adaptee@gmail.com>
FEATURE: 38390
FEATURE: 45950
FIXED-IN: 4.8
REVIEW: 102124
15 years ago
Kurt Hindenburg
dff2c80177
Add solarized color scheme
...
File taken from with approval from author:
http://jeppewalther.com/blogContent/konsole/solarized-dark.colorscheme
FEATURE: 272239
FIXED-IN: 4.8
15 years ago
Script Kiddy
508eef495d
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
725743bd8d
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
7827bb9e05
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
0ae27b36ff
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
91cdb25aee
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
cce2e9c138
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
9e22569b49
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
376863e073
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1213663
15 years ago
Script Kiddy
a1aa8df230
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.6/kdebase/apps/konsole/; revision=1212202
15 years ago
Script Kiddy
c70f1531f1
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1201667
16 years ago