- The menu items of the file menu had a different font size
- If I click on the file menu, it closes immediately, but still has the
focus.
Patch by Andreas Zehender <az@azweb.de> and Carsten Pfeiffer <carpdjih@cetus.zrz.TU-Berlin.DE>
svn path=/trunk/kdebase/konsole/; revision=61983
there was a construct:
char cc;
QCString res;
res = cc;
This (obviously) worked with QString, but does not work with QCString anymore
(which you changed res to). (res=""; res+=cc; does the thing).
I hope there are no other instances of this problem in your fight for
QT_NO_ASCII_CAST :-)
svn path=/trunk/kdebase/konsole/; revision=60497
* Fixed the "//FIXME: check if we have already have kwrited running." by
turning it into a KUniqueApplication.
* Added command line support.
svn path=/trunk/kdebase/konsole/; revision=59511
with the transparent terminals when launched from kdeinit
(the transparent background disappeared when opening the
second term).
I think that both of these problems are due to the recent
change from KTMainWindow to KMainWindow.
Resize: before, the resize of the central widget was
reflected in the size of the main window. This is not
the case any more. This was useful because allowed us
to resize the internal widget accurately which is
important if you want to have for example 24 x 80.
I have changed it such that now I am resizing the
external window and try to calculate the size - I am
taking into account the toolbar visibility and position,
menubar visibility etc - but then there are other
problems at startup when the toolbar is not visible etc.
These calculations should be done in the libs not in
the app. Maybe we can revert some of the functionality
in the old ktmainwindow?
Again, the background: krootpixmap installs an event
filter to capture the repaint. To my best knowledge, these
events do not go there if konsole is launched from kdeinit
but they go if it launched from elsewere.
I am 100% sure of this. (I reported this before). And it
is a relatively recent phenomena (several weeks old).
For the time being, I solved the problem by manually
sending a repaint event. It works, but it makes a
flicker when changing terminals.
Lotzi
svn path=/trunk/kdebase/konsole/; revision=59447
Fixed#6843 and #6845. Tab doesn't go out of the konsole part anymore,
but it goes into it, and Shift+Tab goes in and out.
I hope this doesn't affect konsole itself - I can't see how it would.
svn path=/trunk/kdebase/konsole/; revision=59064
sure about a clean way to accomplish this.. kdesu maybe??).
But the openpty code *seems* to work (as opposed to the "legacy" code which
never seemed to work with FreeBSD).
But hey, neither will crash if enabled now.
svn path=/trunk/kdebase/konsole/; revision=58933
needs to add the proper checks to autoconf to define the right directives,
and yes, one also needs to figure out what headers are needed on what
systems. Whee. The only real problem (isn't there always one?) is that
one still relies on a suid process to chown the bugger, as, well there's
no way of checking on return value alone if any of the elements of openpty
failed (as per the man page).
svn path=/trunk/kdebase/konsole/; revision=58911
(*ick* code like that NEEDS to be replaced. Ugh Ugh Ew Blech.) for
FreeBSD/OpenBSD systems. I don't think this works perfectly (or even
properly.. too lazy to properly strip down the filename.).
svn path=/trunk/kdebase/konsole/; revision=58910
-added the rename session item to the right menu popup (it seems that nobody
was able to find it on the shift right click)
-small fixes and cleanups
svn path=/trunk/kdebase/konsole/; revision=58620
-fixed back the text in the toolbar: Carsten, please leave it as it is
or make an explicit save if you want it icon only: there is no functionality for saving this behavior in KToolbar, and I guess most users want
konsole with text but all other apps with icons only.
svn path=/trunk/kdebase/konsole/; revision=58578
there is menubar saving code as well, I guess KMainWindow should take care
of that, but I don't have the time to check that right now
- fixed warning
svn path=/trunk/kdebase/konsole/; revision=58547
there was some sort of sessionmanagement for toolbar handling in
readProperties(), but that was read-only, i.e. it was never saved.
svn path=/trunk/kdebase/konsole/; revision=58371
-small cleanup, some comments for future developers
-several unneeded includes deleted
There is still a puzzling thing related to the difference in behavior
between running it from the command line or from kdeinit. More in a
mail to kde-devel.
svn path=/trunk/kdebase/konsole/; revision=58339
In e.g. dark blue color theme, this makes "System colors" look much nicer (and
consistent with all other KDE apps afaics). Hope this is ok.
svn path=/trunk/kdebase/konsole/; revision=57855
we managed to ignore all accelerators in the embedded konsole
-> you can leave the insert mode with ESC in a vi in an embedded
konsole ;-)
svn path=/trunk/kdebase/konsole/; revision=56334
Added code to Konsole::newSessionSelect() to take into account the position
of the toolBar when deciding where to display the m_file popup.
Sean Kendall Schneyer <sean@linuxbox.org>
svn path=/trunk/kdebase/konsole/; revision=55324