- 21 Jul, 2007 1 commit
-
-
Robert Knight authored
Possibly controversial. Disabled F1 shortcut for handbook in Konsole because it interferes with terminal programs which need this key. Will review following beta feedback. Remove un-used includes and re-enable DBus adaptor for Session. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=690414
-
- 19 Jul, 2007 2 commits
-
-
Robert Knight authored
If no 'favorite' profiles (the ones shown in the 'Change Profile' menu have been defined, add the initial default profile. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=689762
-
Robert Knight authored
Fix crash in search filter which can occur if the search bar is removed whilst the search is in progress. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=689757
-
- 18 Jul, 2007 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=689367
-
- 14 Jul, 2007 5 commits
-
-
Fredrik Höglund authored
- Make the action checkable. - Connect to the toggled() signal instead of triggered(). - Uncheck the action when the search bar is closed. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=687983
-
Fredrik Höglund authored
(It opens a dialog box.) svn path=/trunk/KDE/kdebase/apps/konsole/; revision=687977
-
Robert Knight authored
Set WINDOWID environment variable in the child process. Mainly needed so that VIM will set a useful window title depending on the file being edited. Discovered the w3m-img package in the process which needs WINDOWID as well apparently. Wow! What a nifty hack. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=687621
-
Robert Knight authored
Use a more correct method to set the working directory of new sessions. Session::running() -> Session::isRunning(). Remove some commented-out code. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=687611
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=687602
-
- 11 Jul, 2007 2 commits
-
-
Robert Knight authored
Set the COLORFGBG environment variable in new sessions to indicate to terminal programs whether the terminal has a light or dark background. This allows programs such as Vim to automatically pick appropriate colors when a Konsole session has a light or dark background. The value of 'COLORFGBG' is not strictly accurate, instead it approximates the current color scheme as 'black on white' or 'white on black' - but this covers the most important need' svn path=/trunk/KDE/kdebase/apps/konsole/; revision=686658
-
Robert Knight authored
Simplify changing the current color scheme and current key bindings in the profile editor. There is no longer a distinction between the color scheme selected for removal/editing and the color scheme selected for use by the profile. Also select the current color scheme, current key binding when the relevant pages of the profile editor are shown. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=686299
-
- 10 Jul, 2007 1 commit
-
-
Allen Winter authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=685984
-
- 09 Jul, 2007 1 commit
-
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=685630
-
- 07 Jul, 2007 2 commits
-
-
Laurent Montel authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=684818
-
Alexander Rodin authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=684802
-
- 06 Jul, 2007 1 commit
-
-
David Faure authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=684166
-
- 05 Jul, 2007 4 commits
-
-
Fredrik Höglund authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=683973
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=683837
-
Robert Knight authored
* Update the regular expression for the Url filter. Anything in the form letters://any-non-whitespace-characters is treated as a Url * Correct the test which compares the old and new values and ranges when updating the terminal display's scroll bar. This fixes the scroll bar being repainted unnecessarily often. Found with the nifty QT_FLUSH_PAINT debugging tool. * Select the profile name (set to "New Profile" by default) and focus the profile name edit area when showing the Edit Profile dialog for a new profile to allow the user to easily set the name. * Always use color scheme list animation, not just when the Edit Profile dialog is first displayed as per richmoore's suggestion. * Update Edit Profile dialog caption when profile name is changed. * Update favorite status icon in Manage Profiles dialog when the favorite status is changed by another object. * Add disabled menu item which is shown in the 'Change Profile' list when there are no other profiles there svn path=/trunk/KDE/kdebase/apps/konsole/; revision=683787
-
Laurent Montel authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=683756
-
- 04 Jul, 2007 3 commits
-
-
David Faure authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=683545
-
Dirk Mueller authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=683437
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=683227
-
- 03 Jul, 2007 2 commits
-
-
Robert Knight authored
Re-implement Ctrl+Shift+Left/Right to move the current tab left or right. Fix float->int conversion warning. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=682750
-
Robert Knight authored
* 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
-
- 02 Jul, 2007 5 commits
-
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=682408
-
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
-