You are not logged in.

Search results

Search results 1-10 of 10.

Tuesday, May 10th 2005, 6:09am

Author: eean

DNS SRV RRs for kio_*

...how is this different then Zeroconf?

Saturday, February 26th 2005, 1:47am

Author: eean

an ugly qgroupbox

Well, I solved this by using the custom widget feature of Qt Designer. Um, I'm not sure why this didn't work originally. But anyways: use the custom widget feature when you can, its cool.

Friday, February 25th 2005, 9:05pm

Author: eean

an ugly qgroupbox

amaroK supports two SQL backends. The configuration for this is in the Settings dialog but not the first-run wizard, where it really should be as well. So in designer I copied and pasted the the database settings into its own .ui file. In 'configdialog.cpp' where the dialog is put together from several UI files into a KConfigDialog, I did the following: Source code 1 m_dbSetupFrame = new DbSetup(m_opt7->groupBox9); Pretty simple it would seem like. DbSetup is the class defined by the .ui file I ...

Monday, February 7th 2005, 1:02am

Author: eean

KIO::UDSEntryList

I'm using the signal 'entries' from a ListJob to get a KIO::UDSEntryList. However, I can't really find it documented anywhere what the contents of UDSEntryList are. I was able to get the information I wanted (the names of some files) but I'm using the literal '65' and wouldn't mind knowing what I was doing anyways.

Monday, February 7th 2005, 12:47am

Author: eean

singleton config and my problems with it ...

Yes, but if they're seperate kicker applets it would seem odd that they would use the same objects.

Wednesday, June 16th 2004, 7:03pm

Author: eean

resize: Maximize fill

That does sound handy, though I'm not sure how it works really when you have a bunch of windows. Perhaps more useful would be something where if two windows were overlapping (but not entirely overlapping), they would each resize themselves the same amount until they are no longer overlapping. Two windows entirely overlapping would each get 50%, if one window takes 70%, and the other window takes 40% it would end up taking 65%/35% etc. I don't know if this would actually work well, but having som...

Wednesday, June 16th 2004, 6:57pm

Author: eean

Re: Cannot compile kdebase 3.2.2 on Gentoo: Clueless

My suggestion is to run `ldconfig` as root. But really this is a post for forums.gentoo.org , people there will know more about this. Quoted Original von Carmine Hi to everyone, I'm using Gentoo 2004.1 for AMD64 platform, and I'm trying to install KDE from source without luck. Here's my story. [snip]

Saturday, February 14th 2004, 7:14am

Author: eean

Kicker defaults to minimized

I upgraded our Debian Woody server from the KDE 2.x thats in the standard Debian distribution to the KDE 3.1.5 thats at download.kde.org. After fixing some PAM and KDM issues everything appears to work fine, expect when people login their task bars and minimized by default. It's not a huge deal, all folks have to do is drag it up on their first post-upgrade login, but it'd be nice to fix it. Is there some way to fix this? On a more general note, where is a good place to learn about administering...

Tuesday, December 9th 2003, 11:31am

Author: eean

KDE compile fail, libtag ?

Quoted Original von binner taglib has nothing to do with id3lib: http://ktown.kde.org/~wheeler/taglib/ I found that on Google, but I didn't see anything on Juk's website about it... and it isn't in portage yet. Is it actually the missing requirement? If it is, I should file a bug report with Gentoo. [edit] Never mind, a bug was entered at bugs.gentoo.org about the same time I posted my message here. Apparently the configure files comes up with a message about it that I missed. I wonder why it j...

Tuesday, December 9th 2003, 12:52am

Author: eean

KDE compile fail, libtag ?

Using gentoo, I emerged KDE 3.2 beta2. [code:1] /bin/sh ../libtool --silent --mode=link --tag=CXX g++ -DNDEBUG -DNO_DEBUG -O2 -O2 -mcpu=i686 -pipe -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o juk -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.2/lib -R /usr/kde/3.2/lib -R /usr/qt/3/lib -R /usr/X11R6/lib gstreamerplayer.o artsplayer.o directorylist.o stringhash.o sortedstringlist.o systemtray.o splashscreen.o st...