- 02 Jul, 2007 4 commits
-
-
Robert Knight authored
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
-
Matthew Woehlke authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=682401
-
Robert Knight authored
* konsoleprofile now only affects an individual session rather than modifying all sessions using the same profile as the current tab. * Re-implement support for underlined text * Use a sensible size for the Manage Profiles dialog by default * Tidy up SearchHistoryTask - Remove unnecessary setMatchCase(), matchCase(), setRegExp(), regExp() methods. - Implement highlighting the search box to indicate search success correctly. (Previously did not work with 'highlight matches' turned off) * start.cpp -> main.cpp for consistancy * Remove old startup-notes * #ifdef out the transparency setup code on startup, relevant code is now in qt-copy instead. * API documentation improvements in SessionController svn path=/trunk/KDE/kdebase/apps/konsole/; revision=682279
-
Chusslove Illich authored
Interface modifications to KCmdLineArgs, KAboutData and KComponentData; BIC, SIC. Most of the depending code has been auto-converted to new API. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=682259
-
- 30 Jun, 2007 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=681732
-
- 29 Jun, 2007 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=681471
-
- 28 Jun, 2007 4 commits
-
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=681418
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=681400
-
Robert Knight authored
Better short directory names in tab titles. Where common dir names are encountered at the end of the path, they are abbreviated to their first letter, and the search continues until a name not found in the set of common dir names is found. eg. '/path/to/konsole/src' and '/path/to/kate/src' are now abbreviated as 'konsole/s' and 'kate/s' respectively, instead of just 'src' in both cases. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=681390
-
Robert Knight authored
Fix crash occurring when clearing the history when there was a view on the session which is not at the bottom. Add assertions to catch such errors earlier in future. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=681379
-
- 27 Jun, 2007 4 commits
-
-
Matt Williams authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=680950
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=680810
-
Robert Knight authored
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
-
Robert Knight authored
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
-
- 26 Jun, 2007 2 commits
-
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=680632
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=680394
-
- 25 Jun, 2007 6 commits
-
-
David Faure authored
This removes a nasty bool argument in managerForFile(). svn path=/trunk/KDE/kdebase/apps/konsole/; revision=680309
-
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 3 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
-