Kurt Granroth
5046c1f75e
Let's at least compile. I am assuming that somebody forgot to commit
...
a file something like this...
svn path=/trunk/kdebase/konsole/; revision=75395
26 years ago
Adriaan de Groot
b13ab48da3
GUI: two old strings, new i18n() call around them. Added ability to add / change / remove schemas while konsole is running.
...
svn path=/trunk/kdebase/konsole/; revision=75388
26 years ago
Waldo Bastian
c870e17eb5
WABA: Remove ugly hack for toolbar size.
...
svn path=/trunk/kdebase/konsole/; revision=75375
26 years ago
Waldo Bastian
45f63f51d6
Strip trailing spaces from multiline selections.
...
svn path=/trunk/kdebase/konsole/; revision=75362
26 years ago
David Faure
a7d0e91a5b
Moved setFocus call to konsole.C to avoid side effects in konqueror, as
...
discussed with Carsten (who added it in the first place).
svn path=/trunk/kdebase/konsole/; revision=74852
26 years ago
David Faure
1695fe2980
oops. Readded the setGroup before applyMainWindowSettings.
...
This API is tricky... You're not supposed to pass a group as argument,
but to set the group before - it's not used for toolbars (so I thought
I should remove it), but it's used for the rest....
svn path=/trunk/kdebase/konsole/; revision=73647
26 years ago
David Faure
4282e58d5c
I'll get it right one day
...
svn path=/trunk/kdebase/konsole/; revision=73340
26 years ago
David Faure
a757ec9a61
# It's a part, but konsole.la links directly to it, so we can't
...
# install it under kde_module
lib_LTLIBRARIES = libkonsolepart.la
Maybe we should add the module dirs to kdeinit's ld_library_path instead ?
svn path=/trunk/kdebase/konsole/; revision=73332
26 years ago
David Faure
9b822d19c7
Install the part under kde_module. I won't do the other CVS modules for some
...
time, so that they don't rely on an updated kdelibs yet.
svn path=/trunk/kdebase/konsole/; revision=73146
26 years ago
Antonio Larrosa Jimenez
593eb41148
The icon I used for testing, tackat asked me to commit it.
...
tackat: remember that you must use an alpha value >= 0x80 if
you want the icon to be opaque when not using alpha blending
svn path=/trunk/kdebase/konsole/; revision=72891
26 years ago
David Faure
ac5313e8be
Fixed the group name so that the toolbar is initially at bottom.
...
Defining a _global_ attribute for all toolbars related to position makes
absolutely no sense - how do you write a cfg file for one toolbar on
top and one at bottom then ? - which is why I removed support for that
some time ago in KToolBar (to speed it up, too).
+ Removed a useless setGroup in konsole.C.
svn path=/trunk/kdebase/konsole/; revision=72797
26 years ago
Laurent Montel
da1baf695d
- TEmulation.moc TEPty.moc kwrited.moc konsole_part.moc \
...
- sessionaction.moc
+ TEmulation.moc TEPty.moc kwrited.moc konsole_part.moc
svn path=/trunk/kdebase/konsole/; revision=72590
26 years ago
Stephan Kulow
fe3afab200
patch for OpenBSD. added name/address to README.ports
...
svn path=/trunk/kdebase/konsole/; revision=72333
26 years ago
David Faure
7355a4317f
Home-made sessionaction is gone, it was doing the same thing as
...
what KToolBarPopupAction (gosh this name is awful to type) does.
svn path=/trunk/kdebase/konsole/; revision=72219
26 years ago
Kevin Puetz
3305ddfba9
added -T as an alias to --title to make us more compatible with xterm so that apps expecting to invoke xterm can call konsole instead.
...
--title still doesn't seem to be actually hooked up, but at least now we don't error out.
svn path=/trunk/kdebase/konsole/; revision=71813
26 years ago
Ferdinand Gassauer
671e6f201c
*** empty log message ***
...
svn path=/trunk/kdebase/konsole/; revision=70162
26 years ago
Stephan Kulow
1e73d78827
Lars doesn't answer my mails and I miss the history as does anyone else...
...
Note however that konsole doesn't write more than 500Meg of history, so
be a _bit_ careful when scrolling back
svn path=/trunk/kdebase/konsole/; revision=69604
26 years ago
Stephan Kulow
563725e755
ok people, if you can't leave your hands off the history switch I disable it
...
svn path=/trunk/kdebase/konsole/; revision=69478
26 years ago
Torsten Rahn
f03a2d4875
shadows on the wall ...
...
26 years ago
Frerich Raabe
6ada5762f0
Added another parameter to the Konsole constructor which is needed for the
...
"notoolbar" commandline parameter (original patch by Jonathan Singer
<jsinger@leeta.net>).
svn path=/trunk/kdebase/konsole/; revision=69368
26 years ago
Frerich Raabe
9eef9dbfa4
Added commandline option "notoolbar" which makes Konsole start without the
...
toolbar (original patch by Jonathan Singer <jsinger@leeta.net>)
svn path=/trunk/kdebase/konsole/; revision=69367
26 years ago
Navindra Umanee
4396be20a7
- int res = munmap(lastmap, blocksize);
...
+ int res = munmap((char*)lastmap, blocksize);
Patch suggested by coolo. Fixes compilation on Debian Slink.
svn path=/trunk/kdebase/konsole/; revision=69361
26 years ago
Torsten Rahn
f12ad95528
shadows
...
26 years ago
Stephan Kulow
9554d66b03
a TEHistory with uses BlockArray. Please note that History doesn't work
...
til Lars commited
svn path=/trunk/kdebase/konsole/; revision=69015
26 years ago
Stephan Kulow
9a6bdc3f6a
fixing compiler warning
...
svn path=/trunk/kdebase/konsole/; revision=68967
26 years ago
Stephan Kulow
d04e0de4f8
a fixed size block controller - to be used by Lars's new History class.
...
This makes sure your history doesn't fill /tmp without control.
svn path=/trunk/kdebase/konsole/; revision=68966
26 years ago
Stephan Kulow
53e02cb738
fix for case when no /dev/pts is mounted even though the kernel could use it
...
svn path=/trunk/kdebase/konsole/; revision=68931
26 years ago
George Staikos
599b89036c
Re-ordered an include file to get it to compile on HP-UX. It needs them
...
in this specific order.
svn path=/trunk/kdebase/konsole/; revision=68886
26 years ago
Malte Starostik
6ca59973a5
trigraph removed
...
svn path=/trunk/kdebase/konsole/; revision=68657
26 years ago
Francois-Xavier Duranceau
529a943f35
missing accel
...
- scrollitems << i18n("&Hide") << i18n("&Left") << i18n("Right");
+ scrollitems << i18n("&Hide") << i18n("&Left") << i18n("&Right");
svn path=/trunk/kdebase/konsole/; revision=68604
26 years ago
Stephan Kulow
32a6448d90
using KStaticDeleters to delete the schemas
...
svn path=/trunk/kdebase/konsole/; revision=68595
26 years ago
Stephan Kulow
d8f1e46e27
delete the decoder. It's the parent of codec and has no own
...
svn path=/trunk/kdebase/konsole/; revision=68593
26 years ago
Stephan Kulow
39fe856c77
don't leak actions
...
svn path=/trunk/kdebase/konsole/; revision=68591
26 years ago
Stephan Kulow
6470f87ec4
- delete m;
...
- delete qc;
+ delete [] m;
+ delete [] qc;
svn path=/trunk/kdebase/konsole/; revision=68590
26 years ago
Stephan Kulow
b2eb0b635c
hunting memory leaks
...
+ table.setAutoDelete(true);
svn path=/trunk/kdebase/konsole/; revision=68588
26 years ago
Script Kiddy
3767f57e04
CVS_SILENT made messages
...
svn path=/trunk/kdebase/konsole/; revision=67939
26 years ago
Script Kiddy
638ce89ca4
CVS_SILENT made messages
...
svn path=/trunk/kdebase/konsole/; revision=67702
26 years ago
Script Kiddy
b5f5c6a868
CVS_SILENT made messages
...
svn path=/trunk/kdebase/konsole/; revision=67013
26 years ago
Stephan Kulow
9c027925b0
applying my fix for the font item. I waited for Lars, but it seems he doesn't
...
read email on mondays and I think the fix is important enough to go into RC2
svn path=/trunk/kdebase/konsole/; revision=66972
26 years ago
David Faure
b20452c1bc
Comment -> Name for the toggle views too
...
svn path=/trunk/kdebase/konsole/; revision=66969
26 years ago
David Faure
b4d7ba011a
Non-latin1 fix, and using QCString instead of C code. Tested.
...
- char *_text = new char[len+1];
- strncpy(_text,txt,len);
- _text[len] = 0;
- wid->insert(_text);
+ QCString text( txt, len+1 );
+ text[len] = 0;
+ wid->insert( QString::fromLocal8Bit( text ) );
wid->show();
XRaiseWindow( wid->x11Display(), wid->winId());
- delete _text;
svn path=/trunk/kdebase/konsole/; revision=66929
26 years ago
David Faure
636400a949
Allow to follow a file, by cd'ing to its directory.
...
Patch discussed on kfm-devel.
svn path=/trunk/kdebase/konsole/; revision=66926
26 years ago
Script Kiddy
94d6704e44
CVS_SILENT made messages
...
svn path=/trunk/kdebase/konsole/; revision=66420
26 years ago
Waldo Bastian
f953901329
Fix order to prevent errors during relink at make install time.
...
Patch by Reza Arbab <arbab@austin.ibm.com>
svn path=/trunk/kdebase/konsole/; revision=66385
26 years ago
Waldo Bastian
794ceab1a0
Fixes: double click on a word in konsole and drag to select the following
...
words.
Patch by Martin Jones <mjones@trolltech.com>
svn path=/trunk/kdebase/konsole/; revision=66316
26 years ago
Waldo Bastian
7efb4cb879
Patch for AIX by Reza Arbab <arbab@austin.ibm.com>
...
svn path=/trunk/kdebase/konsole/; revision=66299
26 years ago
Andreas Zehender
5a18857b42
Do NOT use the same popup menu for the application menu and the
...
toolbar. Allready fixed in version 1.43 but was broken later again.
svn path=/trunk/kdebase/konsole/; revision=65652
26 years ago
Dirk Mueller
f60181c339
Insure++: unused variable. In this case it seems to be a bug.
...
Lars, are you listening?
svn path=/trunk/kdebase/konsole/; revision=65626
26 years ago
Lars Doelle
5296cfb70f
fixes to *.keytab (Shift-left/right)
...
applied patch of Waldo related to marking.
svn path=/trunk/kdebase/konsole/; revision=65484
26 years ago
Stephan Kulow
259c1b505f
removing comment about Solaris x86
...
svn path=/trunk/kdebase/konsole/; revision=65476
26 years ago