- 25 Jun, 2007 5 commits
-
-
Dirk Mueller authored
- partial fixes to make apps build separately svn path=/trunk/KDE/kdebase/apps/konsole/; revision=680304
-
André Wöbbeking authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=680149
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=680120
-
Robert Knight authored
Use type-safe QFlags for State and Command enums and Qt::KeyboardModifiers instead of Qt::KeyboardModifier where appropriate. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=680117
-
Dirk Mueller authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=680066
-
- 24 Jun, 2007 2 commits
-
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=679793
-
Ingo Klöcker authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=679771
-
- 23 Jun, 2007 4 commits
-
-
Jeremy Whiting authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=679363
-
Robert Knight authored
Replace QTabBar with KTabBar in tabbed view container. Partly to follow the KDE guideline of using KWidgetType instead of QWidgetType and to enable easier addition of some user requested features. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=679108
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=679105
-
Robert Knight authored
Save and load environment variables as part of the profile. Defaults to just 'TERM=xterm'. Allow editing of the environment in the profile editor (not just the TERM variable). Separate out the tab-related options into their own tab in the profile editor and rename 'Keyboard Setup' to 'Input' as that seems a more obvious name. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=679103
-
- 22 Jun, 2007 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=678709
-
- 21 Jun, 2007 3 commits
-
-
Dirk Mueller authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=678405
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=678317
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=678270
-
- 20 Jun, 2007 5 commits
-
-
Robert Knight authored
Translate Alt+[Character] to Esc+[Character] when processing key presses to send to the terminal. Currently implemented as a special case rather than as part of the keyboard translator. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=678246
-
Robert Knight authored
Reimplement Vt102Emulation::getErase() with new keyboard translator. Fixes backspace in Vim et. al. Correct API documentation for KeyboardTranslator::findEntry(). Use an explicit KSharedConfigPtr to get the global config when writing default profile setting. Appears to fix strange crash on exit. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=678227
-
Frank Osterfeld authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=678181
-
Robert Knight authored
Make the color scheme entry animation faster. The downside is that sometimes it cannot be seen with the Oxygen style and the tab transitions enabled because of the time the transition takes. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=678036
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=678033
-
- 19 Jun, 2007 4 commits
-
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=677729
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=677658
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=677619
-
Stephan Kulow authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=677481
-
- 18 Jun, 2007 10 commits
-
-
Robert Knight authored
Use the new KColorScheme to get 'active' color to highlight tabs when activity occurs in them. Currently uses a 50/50 blend of the normal text color and the active text color. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=677283
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=677280
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=677276
-
Robert Knight authored
Fix setting of key binding description /doh. Fix crash in key binding editor if used without setting it up with an existing translator. Fixes crash in translator list if it is empty. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=677187
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=677170
-
Robert Knight authored
Allow removal of existing entries and adding of new entries in the key binding editor. Fix binding table referring to old entries when making changes. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=677166
-
Robert Knight authored
Do not allow duplicates when searching for translators. Return null if a translator cannot be loaded, instead of returning an empty translator. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=677134
-
Robert Knight authored
Rewrite old-fashioned list construction as per Oswald's suggestion. Remove the zmodem resume / continue handling from Konsole::Session as Konsole::Pty provides its own buffering. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=677088
-
André Wöbbeking authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=677006
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=676959
-
- 17 Jun, 2007 6 commits
-
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=676918
-
Robert Knight authored
Implement saving of key binding changes. Adapt Pty changes to use Konsole's more verbose variable naming style. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=676902
-
Oswald Buddenhagen authored
deleted from kdelibs. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=676799
-
Robert Knight authored
Fix escaping of character sequences in key binding entry. (Arguments to QByteArray was wrong way round and off-by-one error in loop) svn path=/trunk/KDE/kdebase/apps/konsole/; revision=676788
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=676660
-
Robert Knight authored
Correct capitalization of LineFont file name. Move default.keytab header to /old as it is no longer used. Remove MakeDefaults as it is no longer used. Start of code to escape key binding output for use in key binding editor. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=676647
-