Bug 257350

Summary: Documentation update + api question about kde_terminal_interface.h
Product: [Applications] konsole Reporter: Robert Klotzner <jfanatiker>
Component: kpartAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: minor CC: adaptee
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 4.9.0
Attachments: Documentation update, replaced deprecated API calls

Description Robert Klotzner 2010-11-19 20:55:18 UTC
Created attachment 53557 [details]
Documentation update, replaced deprecated API calls

Version:           unspecified (using KDE 4.4.5) 
OS:                Linux

I noted that the documentation of interfaces/terminal/kde_terminal_interface.h seems to be outdated. I updated it to the new API calls and added some stuff, that would have helped me. The example code I updated, compiled in my environment.

Besides that, the mentioned signal: void receivedData( const QString& s )
does not seem to exist, at least I can not find it anywhere, except in Session.h, but not in the kpart component. Am I missing something? I also blindly tried to connect to this signal, without success.

Reproducible: Didn't try
Comment 1 Jekyll Wu 2011-10-29 09:36:58 UTC
I am not sure what is the real problem here: the interface & documentaion is outdated, or the implementation does not fully implement the interface ?
Comment 2 Kurt Hindenburg 2011-11-20 16:19:53 UTC
I agree that the docs for the interfaces need updated.    The sample code should at least work.