From kde-commits Wed Dec 11 21:12:55 2002 From: Andrew Standley-Jones Date: Wed, 11 Dec 2002 21:12:55 +0000 To: kde-commits Subject: kdenetwork/ksirc X-MARC-Message: https://marc.info/?l=kde-commits&m=103964124612588 CVS commit by asj: In MDI mode windows can be detached from the Tab widget and live seperatly. This allows you to monitor/chat on multiple channels easily. I'm not very pleased with this code. It seems there should be a better way to do it, I just can't think of it. M +65 -0 displayMgrMDI.cpp 1.24 M +3 -0 displayMgrMDI.h 1.10 M +8 -1 servercontroller.cpp 1.153 M +3 -1 servercontroller.h 1.60 M +6 -5 toplevel.cpp 1.240 M +14 -0 toplevel.h 1.95