Skip to content
  • Robert Knight's avatar
    Support use of existing pty in embedded terminal via openTeletype(int fd) slot. · 039d1c4f
    Robert Knight authored
    No new methods have been added to the TerminalInterface class in kdelibs to avoid breaking
    binary compatibility so the slot must be invoked via QMetaObject::invokeMethod() for now.
    
    See tests/PartTest.cpp
    
    CCMAIL:jr@jriddell.org
    
    Squashed commit of the following:
    
    commit 0759e22dc26b7c1c28e0d8a9b0d245d909629237
    Author: Robert Knight <robertknight@gmail.com>
    Date:   Fri Apr 18 20:43:20 2008 +0100
    
        Adapt test to kdelibs changes.  Add a label to explain what the user should expect to see.
    
    commit b67be2fd20178625f01f8f135751849082eddf04
    Author: Robert Knight <robertknight@gmail.com>
    Date:   Fri Apr 18 00:47:32 2008 +0100
    
        Export Pty, Session, KeyboardTranslator classes for use in tests.
    
    commit 6dd28bf628fe1036c59f3383aba27ba98e23152c
    Author: Robert Knight <robertknight@gmail.com>
    Date:   Fri Apr 18 00:46:27 2008 +0100
    
        Build test
    
    commit 0a9e1c9dc158f73e6bf9f7ef2fe7d4ea936a8066
    Author: Robert Knight <robertknight@gmail.com>
    Date:   Fri Apr 18 00:46:10 2008 +0100
    
        Remove temp file
    
    commit 8e69bd56fef267ac0c31c989a4959453a8e3359e
    Author: Robert Knight <robertknight@gmail.com>
    Date:   Fri Apr 18 00:45:28 2008 +0100
    
        Add a test for using existing file descriptors with the Konsole part.
    
    commit f1f5b8a7684e88db64769324496a5fa67dd4920b
    Author: Robert Knight <robertknight@gmail.com>
    Date:   Tue Apr 15 18:36:14 2008 +0100
    
        Add support in the KPart to use an existing terminal rather than opening a new one.
    
    svn path=/trunk/KDE/kdebase/apps/konsole/; revision=798661
    039d1c4f