Commit Graph

162 Commits

Author SHA1 Message Date
Kurt Hindenburg
3d649fcfa5 Remove installing Shell.profile
The Shell.profile is identical to the internal fallback profile is.
There's no good reason to install and it adds complexity using it.
2015-09-13 16:43:51 -04:00
l10n daemon script
d9d24d6df1 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2015-07-30 10:27:00 +00:00
l10n daemon script
b427c61608 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2015-06-27 10:49:43 +00:00
l10n daemon script
d5aab503b4 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2015-04-06 09:51:27 +00:00
l10n daemon script
9f8d393394 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2015-03-17 13:17:03 +00:00
l10n daemon script
2f02b082b1 SVN_SILENT made messages (.desktop file) 2015-02-10 11:19:27 +00:00
Jonathan Riddell
1c3d582c26 remove unused and unported kconf update scripts, kf5 starts from a fresh config 2014-12-01 15:24:08 +01:00
l10n daemon script
ea124ec89a SVN_SILENT made messages (.desktop file) 2014-11-12 08:51:33 +00:00
l10n daemon script
4739abf934 SVN_SILENT made messages (.desktop file) 2014-09-10 08:46:51 +00:00
l10n daemon script
c24c0b3f0e SVN_SILENT made messages (.desktop file) 2014-09-09 11:12:59 +00:00
l10n daemon script
c1988406ab SVN_SILENT made messages (.desktop file) 2014-09-08 08:40:41 +00:00
l10n daemon script
0027a604b8 SVN_SILENT made messages (.desktop file) 2014-09-07 08:45:00 +00:00
Kevin Ottens
018cb5b749 Adjust to the kreadconfig5 renaming 2014-04-26 19:39:23 +02:00
Kurt Hindenburg
dc7b2641df Actually install new colorscheme 2013-08-11 17:39:21 -04:00
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
2013-08-11 17:23:34 -04:00
Script Kiddy
bfb045193c SVN_SILENT made messages (.desktop file) 2013-03-15 10:09:31 +01:00
Script Kiddy
48f3244376 SVN_SILENT made messages (.desktop file) 2013-03-14 09:38:22 +01:00
Jekyll Wu
ef2cde1d76 Add the missing file
CCBUG: 310433
2013-03-04 16:53:16 +08:00
Jekyll Wu
204e2bc4fe Clean the leftover of the removed --background-mode feature
CCBUG: 310433
2013-03-04 16:42:23 +08:00
Script Kiddy
b793305895 SVN_SILENT made messages (.desktop file) 2013-02-11 11:22:46 +01:00
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.
2013-01-25 06:23:48 +08:00
Jekyll Wu
9b89bdc570 Removing remaining problematic MenuIndex entries from profiles
CCBUG: 168530
2013-01-25 06:16:54 +08:00
Script Kiddy
820c95a564 SVN_SILENT made messages (.desktop file) 2013-01-17 08:10:35 +01:00
Jekyll Wu
7c42b25d38 Make use of the KCONF_UPDATE_INSTALL_DIR varible 2012-12-03 23:46:59 +08:00
Jekyll Wu
0ad61b0a10 cmake-lint: fix mismathcing spaces inside () after command 2012-11-28 06:56:11 +08:00
Jekyll Wu
275f65186f cmake-lint: remove trailing whitespaces 2012-11-28 06:45:59 +08:00
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
2012-09-11 03:02:48 +08:00
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.
2012-05-21 14:47:10 +08:00
Jekyll Wu
4c5745fc9c Add update scripts for removing 'Bold=false' entries from colorschemes 2012-05-12 04:16:53 +08:00
Jekyll Wu
8ebaaf3981 Remove extra blank lines 2012-05-09 18:45:49 +08:00
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.
2012-05-09 18:33:43 +08:00
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
2012-04-26 20:27:13 +08:00
Jekyll Wu
acb1d2b4e8 Remove outdated operations and add new operations 2012-04-26 08:41:11 +08:00
Jekyll Wu
f3caf3ebf2 Fix double words 2012-04-24 15:32:16 +08:00
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.
2012-04-24 11:46:03 +08:00
Jekyll Wu
f542899f13 Add kconf-update script for migrating exising tabbar and menubar settings
BUG:293231
FIXED-IN:4.9

REVIEW: 104253
2012-03-19 02:34:01 +08:00
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
2012-03-05 08:29:12 +08:00
Jekyll Wu
8355ccaa82 Remove useless 'Transparent' entries
That entry is supposed to be only meaningful for background color
2012-03-02 15:08:21 +08:00
Jekyll Wu
46ff01094d Transparency ==> Transparnt 2012-03-02 14:51:08 +08:00
Jekyll Wu
7e57d400ed Retire the three remaining KDE3 schemas 2012-03-01 22:41:51 +08:00
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
2012-01-10 23:13:59 +08:00
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.
2012-01-07 00:23:10 -05:00
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.
2011-12-25 12:40:04 -05:00
Script Kiddy
1b79cc58f0 SVN_SILENT made messages (.desktop file) 2011-12-20 16:23:49 +01:00
Script Kiddy
fae346febc SVN_SILENT made messages (.desktop file) 2011-12-19 15:32:45 +01:00
Script Kiddy
7215cd0e09 SVN_SILENT made messages (.desktop file) 2011-11-29 16:47:53 +01:00
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.
2011-11-20 13:56:39 +08:00
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
2011-11-19 15:46:35 -05:00
Script Kiddy
1923acd434 SVN_SILENT made messages (.desktop file) 2011-09-13 15:51:08 +02:00
Script Kiddy
3ca9d38075 SVN_SILENT made messages (.desktop file) 2011-09-09 09:18:51 +02:00