Robert Knight
bf308e3216
Fix color of cursor when using cursor shapes other than Block.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=692321
19 years ago
Alex Merry
c6c12968e8
Apidocs mainpage work. Just got Plasma and Solid to do here.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=691959
19 years ago
Robert Knight
8e56b074af
Hide 'Show/Hide Menu Bar' item when a MacOS-style menu bar (top-level) is used.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=691950
19 years ago
Robert Knight
d30833dac7
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
19 years ago
Robert Knight
c88bf4bc48
Make the directory names to abbreviate in tab titles a KConfig-based setting.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=691621
19 years ago
Alex Merry
0dc18f7a60
Start of apidocs mainpage cleanup for kdebase.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=691517
19 years ago
Robert Knight
15fc19e0a8
Disable find/next previous actions before deleting the objects which they rely on. ++ Preconditions.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=691508
19 years ago
Laurent Montel
1421ee66ed
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
19 years ago
Robert Knight
760d863508
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
19 years ago
Robert Knight
de8e6ee6c3
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
19 years ago
Robert Knight
76f81a12ef
Fix wrong color scheme being selected initially on Appearence page in Edit Profile dialog.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=690458
19 years ago
Robert Knight
75c7d9919e
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
19 years ago
Robert Knight
35a7a587c8
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 years ago
Robert Knight
2532b5d12a
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
19 years ago
Robert Knight
59960af6be
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
19 years ago
Script Kiddy
446abbe650
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=689367
19 years ago
Fredrik Höglund
765d801f72
- "Search Output..." -> "Search Output", since it toggles a search bar on/off.
...
- 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
19 years ago
Fredrik Höglund
d2e3c740f9
"Scrollback Options" -> "Scrollback Options..."
...
(It opens a dialog box.)
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=687977
19 years ago
Robert Knight
4c6fd377e5
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
19 years ago
Robert Knight
6c8ef8512d
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
19 years ago
Robert Knight
2e280bcbc4
Update TODO
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=687602
19 years ago
Robert Knight
808d9ed686
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
19 years ago
Robert Knight
1c370c2d6c
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
19 years ago
Allen Winter
b4962d0b56
remove kde4_automoc()
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=685984
19 years ago
Robert Knight
8ac498d34c
i18n fixes from Stefan Asserhall.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=685630
19 years ago
Laurent Montel
5be4ac86c7
Compile
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=684818
19 years ago
Alexander Rodin
3a6c0d6410
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=684802
19 years ago
David Faure
213353e903
more portable; less noisy
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=684166
19 years ago
Fredrik Höglund
d330d07e64
Fix a palette issue with the scrollbar.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=683973
19 years ago
Robert Knight
02d79936da
Fix last entry in contributors list in about dialog.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=683837
19 years ago
Robert Knight
37088799cf
* Update the regular expression for the Url filter. Anything in the form
...
19 years ago
Laurent Montel
0527ef66b7
Remove not necessary cmake variable
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=683756
19 years ago
David Faure
674167fff5
Well, konsole is in fact a KUniqueApplication now, so update this to Unique.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=683545
19 years ago
Dirk Mueller
5c22265be5
remove redundant project declarations
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=683437
19 years ago
Robert Knight
e2ade34327
Re-implement facility to omit line breaks when copying selected text from screen.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=683227
19 years ago
Robert Knight
e12174c2ff
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
19 years ago
Robert Knight
72241ef4a6
* Comment out many debugging messages
...
19 years ago
Robert Knight
497c658dc1
Fix build. These two files no longer exist.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=682408
19 years ago
Robert Knight
50fb0ef4c6
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
19 years ago
Matthew Woehlke
44962b4ea0
adapt to KPalette->KColorCollection rename and API cleanup
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=682401
19 years ago
Robert Knight
573f763624
* konsoleprofile now only affects an individual session rather than modifying
...
19 years ago
Chusslove Illich
3b397fc7bd
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
19 years ago
Script Kiddy
80c8cedceb
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=681732
19 years ago
Script Kiddy
685523fcc8
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=681471
19 years ago
Robert Knight
1fdeb16702
Add KDE 3's Shift+Insert paste shortcut as an alternative to the current Ctrl+Shift+V.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=681418
19 years ago
Robert Knight
65ee1b6c24
Add more common prefixes to abbreviate taken from a quick scan over my home dir.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=681400
19 years ago
Robert Knight
c607f510b1
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
19 years ago
Robert Knight
ad4208b0e6
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
19 years ago
Matt Williams
1d42231cc8
Enable API generation more consistently
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=680950
19 years ago
Script Kiddy
22ae303b4c
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=680810
19 years ago