- 25 Jul, 2007 1 commit
-
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=692321
-
- 24 Jul, 2007 4 commits
-
-
Alex Merry authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=691959
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=691950
-
Robert Knight authored
Fix keyboard shortcuts when menu bar is hidden. Patch by Robin Stocker. Affects other KDE applications as well. See discussion on konsole-devel - http://lists.kde.org/?l=konsole-devel&m=118529209602516&w=2 svn path=/trunk/KDE/kdebase/apps/konsole/; revision=691938
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=691621
-
- 23 Jul, 2007 4 commits
-
-
Alex Merry authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=691517
-
Robert Knight authored
Disable find/next previous actions before deleting the objects which they rely on. ++ Preconditions. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=691508
-
Laurent Montel authored
change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=691218
-
Robert Knight authored
Remove a few unused methods and member variables, more Qt-ish API and naming. Prepend 'virtual' to declarations of re-implementations of virtual methods. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=691162
-
- 21 Jul, 2007 4 commits
-
-
Robert Knight authored
Use the standard KDE fixed font (as set in the fonts KDE control module) by default. Aside from correctness this also fixes the font slider in the 'Edit Profile' dialog always being '12' initially instead of the actual point size. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=690459
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=690458
-
Robert Knight authored
Begin work on an accessible color scheme which uses the system-wide colors provided by KColorScheme. Changed the default color scheme to 'Linux' because (a) it was the most popular amongst users in the survey and (b) having used it for a couple of months in KDE 4 it is much more comfortable to use for long periods of use than the glare of a white background. Updated TODOs with a few bugs that need fixing. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=690421
-
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 3 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
-