Re: [Mudlet-makers] [Bug 376285] Re: Close button not working correctly

2009-05-21 Thread Heiko
It's not a big issue to make such a custom tabbar. We can add one shortly before the 1.0 release when everything is finished. It's just about looking pretty, isnt it :) Eldar Erathis schrieb: Just wanted to note that this is something I don't think I'll have the time to patch myself; my

Re: [Mudlet-makers] [Bug 376285] Re: Close button not working correctly

2009-05-15 Thread Heiko
I'm using qt4.5 to build the windows binaries. However, using qt4.5 in general would get us into huge problems with Linux distributions as it's unlikely that most distros get qt4.5 packages - and Mudlet is still primarily a Linux project although most users are on windows. We can get those

Re: [Mudlet-makers] [Bug 376285] Re: Close button not working correctly

2009-05-15 Thread Vadim Peretokin
No, it's on 4.5, but not everybody is on Jaunty. http://packages.ubuntu.com/search?suite=defaultsection=allarch=anysearchon=nameskeywords=libqtcore ___ Mailing list: https://launchpad.net/~mudlet-makers Post to : mudlet-makers@lists.launchpad.net

[Mudlet-makers] [Bug 376285] Re: Close button not working correctly

2009-05-14 Thread Vadim Peretokin
Right, it seems to close the sessions, not the whole Mudlet. To which I agree with - tabs with a close button inside them like this: http://www.ubuntu-pics.de/bild/14308/screenshot_99_mQ1fL8.png Make more sense. -- Close button not working correctly https://bugs.launchpad.net/bugs/376285 You

[Mudlet-makers] [Bug 376285] Re: Close button not working correctly

2009-05-14 Thread Eldar Erathis
This can be done very easily provided you're willing to build against Qt4.5 instead of Qt4.4, but all of the compile instructions would need to be updated - especially the Windows build instructions. They added some new class methods to QTabBar, and I've got close buttons added to the tabs and (as