~ubuntu-branches/ubuntu/maverick/kdebase/maverick-updates

« back to all changes in this revision

Viewing changes to apps/konsole/src/Session.h

  • Committer: Bazaar Package Importer
  • Author(s): Debian Qt/KDE Maintainers, Martin Alfke, Modestas Vainius
  • Date: 2010-05-01 23:37:50 UTC
  • mfrom: (0.7.4 upstream) (0.4.4 experimental)
  • mto: This revision was merged to the branch mainline in revision 285.
  • Revision ID: james.westby@ubuntu.com-20100501233750-maq4i4sh8ymjbneb
Tags: 4:4.4.3-1
* New upstream release:
  - Konsole does not crash when closing a broken restored session.
    (Closes: #555831)
  - Konqueror does not crash when closing fast a tab. (Closes: #441298)

[Martin Alfke]
* Update of debian/copyright for kde 4.4

[ Modestas Vainius ]
* Bump kde-sc-dev-latest build dependency to 4.4.3.
* Confirm symbol files for 4.4.2 on hurd-i386 i386 ia64 kfreebsd-amd64
  kfreebsd-i386 mips powerpc s390 sparc.
* Release KDE SC 4.4.3 to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
    Copyright 2007-2008 by Robert Knight <robertknight@gmail.com>
5
5
    Copyright 1997,1998 by Lars Doelle <lars.doelle@on-line.de>
 
6
    Copyright 2009 by Thomas Dreibholz <dreibh@iem.uni-due.de>
6
7
 
7
8
    This program is free software; you can redistribute it and/or modify
8
9
    it under the terms of the GNU General Public License as published by
706
707
 
707
708
private slots:
708
709
    void sessionFinished();
 
710
    void forwardData(const char* data, int size);
709
711
 
710
712
private:
711
 
    void connectPair(Session* master , Session* other);
712
 
    void disconnectPair(Session* master , Session* other);
713
 
    void connectAll(bool connect);
714
713
    QList<Session*> masters() const;
715
714
 
716
715
    // maps sessions to their master status