/srv/irclogs.ubuntu.com/2006/07/22/#kubuntu-devel.txt

Tonio_you see what it does now ?12:09
Tonio_central click allows to up and down in the page12:09
tomayep12:09
Tonio_the problem is that with very long pages, it is really slow12:09
Tonio_on firefox the speed is proportionnal the same way but max speed is by far better12:09
tomaisnt that limited to your computer?12:09
Tonio_toma I do't think so12:09
Tonio_try with firefox and you'll see the difference12:10
Tonio_I'd like to have that enabled in kubuntu, but it would be better to increase the max speed in some way12:10
Tonio_opera does the same, but max speed is really better too12:10
tomaok, let me have a look12:10
Tonio_I tested on many machines with konq, the speed it always limited :)12:10
tomagive me a few minutes12:10
Tonio_toma: fantastic, thanks :)12:10
=== pounk [n=pounkf@142-217-81-161.telebecinternet.net] has joined #kubuntu-devel
Tonio_toma: let's become the "kde "ultimate settings team"  ;)12:11
tomahaha ;-)12:11
tomasetting is called MouseMiddleClickClosesTab12:13
tomahmm, no ;-) that is another feature appearantly12:16
tomaOpenMiddleClick is the one12:17
Tonio_toma: okay12:22
Tonio_I was packaging, so I didn't check what was the konqerorrc entry :)12:23
Tonio_the point is I'm affraid the speed is hardcoded........12:23
tomait is not in kdebase/konqueror in any case12:23
Tonio_toma: hum ?12:23
Tonio_would it be kdelibs ?12:23
tomai think in kdelibs12:23
Tonio_that's strange since it is an konqueror only function12:24
tomastill searching12:24
Tonio_thanks :)12:24
Tonio_packages are ready, waiting for Riddell's opinion and I'll upload12:24
tomaeeks: http://tsdgeos.blogspot.com/2006/07/new-blood.html12:25
Tonio_I don't disagree his opinion12:27
Tonio_the point is kde translations are REALLY better than gnome ones12:27
Tonio_so rosetta can be very usefull for gnome, but I already have seen phrases that have been changed in dapper, and in the bad way12:27
Tonio_since the original kde translation was better12:28
tomaTonio_: i agree to that as well. It is a usefull tool for ubuntu as a distribution, it just does not hold for kde.12:28
Tonio_but on the other way, I don't think involving anonymous users to contribute is a bad thing12:29
Tonio_so many people don't even have an idea of how to contribute12:29
tomai'll bring it up on the next meeting...12:29
Tonio_toma: the point is that we will not remove this12:29
Tonio_because it is on canonicals plans, and kubuntu is a part of the global ubuntu project...12:30
Tonio_we can discuss it, but that will not be debatable I think12:30
tomalook at khtml/khtmlview.cpp, line 93312:30
Tonio_in kdebase ?12:30
Tonio_;)12:30
tomaTonio_: kdelibs12:30
Tonio_hum !!!!!!!!!! khtml is part of kdelibs of course.......; I'm stupid12:31
tomano, line 34912:31
toma39412:31
tomaincrease 4 to whatever12:32
Tonio_        d->m_mouseScroll_byX = 0;12:32
Tonio_        d->m_mouseScroll_byY = 0;12:32
Tonio_ah okay, that's just the initialisation12:32
Tonio_looking12:32
tomaline 39412:32
Tonio_okay that give the acceleration12:32
Tonio_great !12:32
Tonio_let's make tests12:33
Tonio_toma: you are the man12:33
=== yuriy [n=yuriy@207-172-219-193.c3-0.frm-ubr3.sbo-frm.ma.cable.rcn.com] has joined #kubuntu-devel
=== toma bows
Tonio_okayh let's test12:34
=== neoncode [n=neoncode@unaffiliated/neoncode] has joined #kubuntu-devel
Tonio_toma: testing to find the good acceleration factor will take time........ kdelibs is quite long to package for each test12:37
tomathere should be a setting to show/unshow the mouse scroll indicator12:37
tomado you know ehere that is located?12:38
Tonio_it doesn't exist graphically...12:39
Tonio_unseenable, unsetable...12:39
Tonio_if it where, that would already be in dapper lol :)12:39
=== MidMark [n=marco@host-84-221-102-66.cust-adsl.tiscali.it] has joined #kubuntu-devel
=== linuxmonkey [n=linuxmon@unaffiliated/LinuxMonkey] has joined #kubuntu-devel
Tonio_toma: talking about the blog post, one thing we must not forget is that is doesn't conern only kde, but all kde based apps, including universe ones12:41
Tonio_and most of them aren't translated at all12:41
Tonio_so the point is that is can be weird for the standard kdebase apps, but very usefull to get close to a full translated system12:42
tomasure. but it hurts kde imho12:42
tomaso the procedures for them should change a bit12:43
Tonio_toma: yes, but that would make a double stuff to maintain/support12:43
tomaaccelaration is around line 1107 btw12:45
tomaTonio_: try this http://rafb.net/paste/results/693SdM64.html12:49
tomaTonio_: your current compiel can be aborted, it won't work ;-(12:49
Tonio_okay12:50
Tonio_are those the good ones ?12:51
Tonio_tesging12:51
Tonio_testing12:51
tomanot sure, we might extend the else construction with one row, for super accellaration12:51
Tonio_hum true12:52
tomado you want that right now?12:52
Tonio_the point is that you have several speeds, but this isn't proportionnal with the distance from the cursor to the click point12:52
Tonio_this is how firefox works12:52
Tonio_it is very nice12:52
tomaah ok, thats even better12:52
tomawe can do that12:52
Tonio_yes12:53
Tonio_I can do the algo but not the code....12:53
Tonio_the point is I don't know C++12:53
Tonio_can you help me on that point ?12:53
tomayes, should not be that hard12:53
Tonio_let's take 25 px -> 212:54
=== pygi pokes mornfall :)
Tonio_d->m_mouseScroll_byX *= adX/12.512:55
Tonio_but that isn't valid c++ I assume :)12:55
tomanot sure. 12:55
Tonio_we can devide per 10 probably12:56
tomalet me check12:56
Tonio_d->m_mouseScroll_byX *= adX*0.112:56
Tonio_that has better chances to work ;)12:56
tomathat might work12:56
Tonio_let's gooooooooooooooooooo12:56
tomaprobably we have to round it a bit12:58
tomaelse the compiler will complain12:58
tomaso, we could go for the easy way out by converting it to an int.12:58
Tonio_why didn't they did that way ???12:58
Tonio_proportional is by far better12:58
tomano idea, but we will find out probably12:58
Tonio_sure12:59
Tonio_if we fail we can still add lots of values...01:00
Tonio_>100 > 125 etc...01:00
tomaindeed01:00
tomame tries to find a quick setup to test compilation01:02
Tonio_toma: it is already in build here, but it'll take a bit of time :)01:02
Tonio_I'm on a laptop, not a dual core :)01:02
tomai'm pretty sure it will fail, as it will not result in an int01:02
Tonio_hum01:03
tomabut let it run as long as i'm struggling here01:03
Tonio_that's possible01:03
Tonio_round() somewhere ?01:03
Tonio_we can devide by 10 and round the value01:04
tomathat would mean an include math.h is needed. 01:04
Tonio_hum...01:04
tomawe can cast it to an int01:04
Tonio_how ?01:04
Tonio_if lengh(bla) > 1 then split (bla, 0, 1) ?01:05
tomaprobably using ...*= (int)(adX*.0.1)01:05
Tonio_I don't know if c++ allow textual functions on numvers01:05
Tonio_numbers01:05
Tonio_no .h file to include for this ?01:06
tomano01:06
Tonio_cool01:06
Tonio_okay noted in case it fails01:06
tomadid you leave in that it only should happen after 25 pixels?01:07
Tonio_nope01:07
tomamaybe that is friendly as well01:07
Tonio_in firefox 2 pix and it works01:07
Tonio_you really should give a try at firefox conerning this01:07
Tonio_it is pretty cool like this01:07
tomait does not work for me in firefox01:08
Tonio_hu ?01:08
tomanothing happens01:08
tomamiddleclick01:08
Tonio_maybe the lin ux version needs that to be activated let me checl01:08
Tonio_on the windows version it is activated out of the box01:08
tomaok, it might compile fine, just with a warning01:09
Tonio_toma: go in firefox prefs, advances, use automatic blabla01:09
Tonio_you can activate it there01:09
tomaoki01:09
Tonio_the proportionnal thing is really MUCH better01:10
tomaworks...it is really difficult to pauze the scrolling to read up01:10
Tonio_really ?01:10
tomait is always moving unless you point the mouse to the middle01:11
Tonio_toma: reclick on middle click ;)01:11
Tonio_hehe01:11
Tonio_hum, I must say I have a very precise mouse, but I don't have any issue in going back to the center01:11
Tonio_G7 laser pawa01:12
tomaTonio_: ok, it shoudl compile01:12
tomaif (adY > 25) d->m_mouseScroll_byY *= adY*0.1;01:13
toma         else d->m_mouseScroll_byY = 0;01:13
tomaif you want to lock movement the first 2501:13
Tonio_I'l probably do with 1001:13
Tonio_10 bottom and 10 top makes a 20 pix zone01:13
Tonio_should be enought01:13
tomaright01:14
tomawhere does NMU strand for?01:14
tomastand01:15
Tonio_Non Maintainer Upgrade01:15
tomaah, ok01:15
Tonio_it is when the changelog name and maintainer name in control are different01:15
Tonio_debian cares this, but we don't give a shit :)01:15
tomayes, i noticed that difference01:15
tomaTonio_: bbi 10 minutes, are you still around then?01:16
Tonio_toma: yes01:17
=== linuxmonkey [n=linuxmon@unaffiliated/LinuxMonkey] has joined #kubuntu-devel
Tonio_toma: if it works nicelly this patch could be proposed to kde I think01:18
Tonio_since most firefox people using this function (windows ones for example) really regret this functionnality sucks in konq...01:19
tomaback01:26
tomai can commit it to trunk / kde4 yes01:26
tomafor kde 3.5.5 only if i write a good mail ;-)01:26
tomaand it is tested well by users of edgy01:27
Tonio_hehe01:36
Tonio_it'll be tested01:36
=== nixternal_ [n=nixterna@ubuntu/member/nixternal] has joined #kubuntu-devel
=== claydoh [n=clay@bb-66-63-100-239.gwi.net] has joined #kubuntu-devel
tomadone yet?02:02
Tonio_toma: nope, still building........02:07
Tonio_I had a crash during the first build, no left space on device...02:07
Tonio_edgy migration increased the size of my apt cache :)02:07
tomaouch02:08
tomai just installed 160gb extra to try an edgy install soon and a kde402:08
=== rob [i=Robert@freenode/staff/ubuntu.member.rob] has joined #kubuntu-devel
tomaand because my current hd is giving me troubles now and then02:24
=== neoncode [n=neoncode@unaffiliated/neoncode] has joined #kubuntu-devel
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #kubuntu-devel
Tonio_toma: it doesn't work very nicelly03:00
Tonio_the speed changes in a strange way........03:00
Tonio_weird03:00
Tonio_I may try with (int) maybe03:00
tomacan you send me the build?03:00
tomaedgy or dapper?03:00
Tonio_edgy....03:01
Tonio_is it okay ?03:01
tomai'm not on dapper03:01
tomaedgy03:01
tomai'll build it tomorrow 03:02
Tonio_+d->m_mouseScroll_byX *= adX*0.1;03:02
Tonio_+d->m_mouseScroll_byY *= adX*0.1;03:02
Tonio_ARGHHHHHHHHHHHHHH03:02
tomai think we can loose the *= and change that to =03:02
Tonio_I'm a fuckin' stupid.........03:02
tomahaha03:02
tomayes03:02
Tonio_rebuiding.........03:03
tomahow is the horizontal scrolling?03:04
crimsunwow, that's an odd bug03:05
tomaTonio_: i'll not wait on that build, nite03:12
=== bddebian [n=bdefrees@71.224.172.103] has joined #kubuntu-devel
Tonio_crimsun: well, it is probably due to the fact than it is 3:30 am too :)03:26
crimsunthat, too. :-)03:27
Tonio_hehe03:27
bddebianHello03:27
Tonio_hey bddebian03:27
bddebianHeya Tonio_03:27
Tonio_why do I make so stupid things on a package that takes more than one hour to build ? :'(03:43
bddebianTonio_: We all do03:43
Tonio_bddebian: true !03:44
crimsuntonio would love ccache.04:22
bddebianheh04:39
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel
Hobbseemorning all!04:53
=== Hobbsee has figured out a good birthday present.
imbrandonheya Hobbsee 05:06
imbrandonwhats that ?05:06
Hobbseeimbrandon: a card that works without ndiswrapper!05:06
imbrandona new mac lappy ?05:06
imbrandonheheh05:07
Hobbseepft05:07
imbrandoncrimsun: you ever use distcc ?05:12
=== pounk [n=pounkf@142-217-81-161.telebecinternet.net] has joined #kubuntu-devel
crimsunimbrandon: I've used it06:04
imbrandonknow if its possible to get dpkg-buildpackage to use it ?06:04
crimsunyes, but I don't know the details offhand06:05
crimsunyou shouldn't have to do anything special to dpkg*06:05
imbrandonk cool, i will continue my quest then06:05
imbrandonhrm well i wanted to do it without chaging the makeflags of the source 06:06
=== kwwii [n=kwwii@likes.smoking.more.than.watching.spacenight.dk] has joined #kubuntu-devel
kwwiimoin06:10
=== bddebian2 [n=bdefrees@71.224.172.103] has joined #kubuntu-devel
nixternalmoin kwwii06:19
kwwiihowdy nixternal06:20
kwwiihappy birthday hobbsee :-)06:20
=== kwwii wonders how old she is
nixternal1806:20
kwwiidamn kids06:20
nixternalhehe06:20
nixternalthey are getting smarter and smarter as well06:21
crimsun18?! Man, I feel ancient.06:21
kwwiihehe06:21
kwwiiyeah, no shit06:21
nixternalyou are ;)06:21
crimsunnixternal: I bet I'm younger than you :-p06:21
nixternalbet your not ;)06:21
crimsunok fine, at least I'm younger than Lamont :-p06:21
nixternalhaha06:21
nixternallamont off of sanford and son?06:21
nixternal;)06:21
crimsunhah06:22
nixternalhehe06:22
=== DaSkreech [n=Me@208.138.25.161] has joined #kubuntu-devel
DaSkreechHI nixternal06:46
nixternalhiya DaSkreech06:47
DaSkreechInteresting Newsletter 06:47
nixternalit is in the process of editing06:47
nixternal#7 isn't even close to being ready06:48
nixternalit just has the news..now it needs to be put to template and released...reworded, tweaked, you name it06:48
kwwiinixternal: the fact that you know lamont of sanford and son tells me that you are pretty old :p06:49
nixternalhehe06:49
nixternali grew up to that. red foxx is one of my favorites06:49
nixternalsanford and on, all in the family...classics06:49
DaSkreechMutha . Father!06:49
nixternalhehe06:49
nixternalaunt esther...and fred..they would kill me06:50
nixternalok..i need a ubuntu theme page/site at chi.ubuntu-us.org06:50
nixternal;_06:50
=== abattoir wonders what you people are talking about... goes and googles/ searches tv.com :P
nixternalhehe06:50
DaSkreechYoung uns06:51
=== nixternal will be 32 in 1 week and 9 minutes
crimsunyou're definitely a fogey.06:52
nixternalnever06:52
DaSkreechI'll be like 18 in .. sometime06:52
crimsunwhippersnapper.06:52
abattoirok, so i *was* right, it *was* a TV show... 06:53
abattoirhmmm 1972-197706:53
DaSkreechWoah older than me 06:53
DaSkreechThough I do remember desmonds06:54
=== imbrandon rembers lammont and is only 27
DaSkreechWhich I see no one else remembers06:55
crimsun(I was actually referring to LaMont Jones, the DD, who is in his 40s.)06:56
kwwiihehe06:57
imbrandonheheh i was thinking sanford and sons ;)06:57
imbrandonson*06:57
nixternalgreen acres?06:57
imbrandonouch06:57
nixternalhaha06:57
nixternalnick at night and tvland own me06:57
=== imbrandon knows he is over 21 becouse he tried to hide the beer real fast in this family pic http://www.imbrandon.com/images/all.gif
imbrandonlol06:58
DaSkreechOF course if anyone backs out the original airings of The Shadow I'm outta here06:58
imbrandon( unsuccessfully i might add )06:59
imbrandonDaSkreech: lol06:59
imbrandonDaSkreech: what about starsky and huch ?06:59
imbrandonlol06:59
DaSkreechThe Shadow is older :)06:59
DaSkreechimbrandon: That's cute where did you get the Bear shirt?07:00
imbrandonhrm i wonder whom is the old man on campus that hangs in -motu or one of the -devel's 07:00
kwwiiimbrandon: nice pic :-)07:01
imbrandonDaSkreech: i have no idea man lol that was almost a year and a half ago07:01
imbrandonkwwii: thanks07:01
kwwiifor a long time, I thought I was old but now I meet people online that are even older :p07:02
imbrandonheh07:02
=== imbrandon looks alot older without his ballcap on becouse I'm balding , but good luck finding a pic of me without a ballcap on ;)
crimsunI tend to avoid photos if possible07:04
kwwiihehe, I shaved my head for the last 7 years too hide my balding07:04
=== DaSkreech whistles as hie opens Krita
kwwiinow I finally have hair again07:04
kwwiiin between jobs, I figured that I could risk trying to see if it will grow anymore :p07:05
imbrandonlol yea07:05
kwwiiso now I have this funny, kinda bozo the clown meets christopher walken look07:06
imbrandonbwhahahah omg i just pictured that 07:07
imbrandonheh afk freakin kernel panics07:07
imbrandonheh everytime i have seen you kwwii you have a beanie cap on07:07
kwwiiwhat is your kernel afraid of? :-)07:07
imbrandongrrr well i was trying to install debian proper on this other box07:08
kwwiiahhhaaaa, sorry we do not support that here :p07:08
imbrandonbut right after install it panics, lol ( notes *buntu runs fine on same hardware ) /me looks for the problem 07:08
DaSkreechkwwii: Falling haair or rising gas prices one of the two I'll bet07:08
imbrandonheh kwwii we dont support osx either and thats what i'm on atm ;)07:09
imbrandonshhh07:09
kwwiiDaSkreech: dude, the gas price here is getting fscking crazy07:09
kwwiihehe07:09
DaSkreechFuel System consumption killing?07:10
=== imbrandon dosent drive
kwwiiit is around 1.40 Euro per Liter 07:11
imbrandonouch07:11
imbrandonits about 2.90 USD here or so last i looked07:11
kwwiiimagine paying $5 or so for a gallon07:11
imbrandonyea that sucks07:12
kwwiitime to sell the mercedes and buy a honda again07:12
imbrandonhehe07:12
imbrandonget a ethonol ( sp? ) car07:12
imbrandonor a sunlight one07:13
kwwiiactually I was thinking of natural gas07:13
imbrandonye07:13
imbrandona07:13
DaSkreechIt's like 60 dollars a litre07:13
imbrandongah this sucks /me hates this ( debian proper not working )07:13
DaSkreechPlus now we gotta pay to drive on the roads07:14
imbrandonohh well i dont have time to fsk with it07:14
abattoirDaSkreech: London?07:15
DaSkreechDoh!07:15
kwwiihehe, I found a pic of my family: http://bootsplash.org/family.jpg07:15
DaSkreechJohn Woo is not making the next TMNT movie07:15
DaSkreechabattoir: No I said dollars07:15
imbrandonkwwii: nice , cool pic07:16
kwwiithnx07:16
abattoirDaSkreech: oh ok, i though London, because of the Road Pricing thing, but now they are having it all over the world...07:16
abattoir*thought07:16
DaSkreechYeah the Govt sold our roads to the french so now we have to pay them to drive on it07:17
kwwiilol07:17
=== imbrandon contemplates sleep or more drupal hacking , i think sleeps gonna winout
abattoirhehe07:17
DaSkreechbootsplash.org07:18
=== kwwii just woke up ;-)
DaSkreechThat's a fortunate URL07:18
=== abattoir remembers trying to use bootsplash once.
kwwiiDaSkreech: well, I co-authored the first bootsplash07:18
abattoiri had an old monitor/video card, never worked :(07:19
kwwiithe first bootsplash ever for linux, so the domain was easy to find07:19
DaSkreechI just went to the home page and surmised something like that07:19
kwwiiactually, I think I made up the word "bootsplash"07:19
imbrandonhehehe wouldent doubt it07:19
kwwiiabattoir: I can point you to lots of new cards that do not work either07:20
imbrandoninbetween jobs? i thought you were on contract with canonical kwwii 07:20
kwwiiimbrandon: I worked for SUSE for the last 7 years07:20
abattoirkwwii: its still in active development? or has it morphed into something else ?07:20
kwwiiabattoir: it is still being developed but I am no longer working on it07:21
imbrandonkwwii: i know that i ment now07:21
kwwiieventually I will migrate to my new domain and get rid of bootsplash.org07:21
kwwiiimbrandon: yeah, now I am contracting for canonical07:21
DaSkreechHmm I wonder if they have a URL for the Stuff Lunak tossed into kwin07:22
kwwii"artist in chief" (what a corny name)07:22
abattoirheh07:22
=== imbrandon nneds to totaly redo all the graphics on imbrandon.com and move it to the new server ( i did those graphics over 2 years ago lol )
DaSkreechkwwii: Ask them to just Give you Master Chief07:22
imbrandonlol07:22
nixternalimbrandon needs to get me some ubuntu themeage!!!07:22
DaSkreechFor some rason young uns' think that's a cool name nowadays :)07:22
DaSkreechReason07:23
kwwiilol07:23
imbrandonnixternal: i'm working on "themes" for buntudot.org i might get up this weekend 07:23
kwwiiimbrandon: not so bad though07:23
kwwiiyou could simply update a few things and it would look fresh again07:23
imbrandonbut trying to whip art.ubuntu.com into shape atm07:23
kwwiihehe, I was born in kansas city :-)07:23
imbrandonso not time07:23
imbrandonkwwii: was you? nice i was born and raised here, moved a few diffrent places and just reciently moved back07:24
nixternalif ubuntu is FOSS, how come i can't download the theme they use for ubuntu.com, wiki.ubuntu.com, or the fridge.ubuntu.com???  that would be a plone theme, moinmoin theme, and a drupal theme07:24
nixternalmade sure i covered all 3 ;)07:24
DaSkreechCause they are 133707:25
imbrandonnixternal: ask newz2000 he will prbbably get it for you, i dont wanna rip it off the art.u.c server becosue i dont know how its licensed07:25
kwwiiimbrandon: I'll be in St. Louis in about two weeks visiting my family07:25
nixternalimbrandon: obviously it has to be open, since the forums got it07:25
imbrandonkwwii: nice , let me know i got family there too ( cupple uncles , my grandma and dad ) and we can hookup for a beer ort coffee or somethin if you will have time07:26
imbrandonits only about 3.5 hours from KC07:26
imbrandonnot a big drive 07:26
kwwiiimbrandon: I'll do that :-)07:26
=== imbrandon notes his wife will still be out of town too so its perfect LOL
kwwii:D07:27
imbrandonactualy you knoew where offallon IL is outside east stl ? thats where they all live07:27
imbrandonst claire county i think07:28
DaSkreechkwwii: So going to whip up some cool new compositing effects for us? :)07:28
imbrandonhow'd you end up in germany ( isnt that where you are ) , suse ?07:28
kwwiiDaSkreech: hehe, once I have a computer on which it works, sure :-)07:30
kwwiiI have 4 computers and 5 ATI cards07:31
imbrandonlol07:31
DaSkreechHmm Hey kwwii Where does the KGHNS for the wallpapers point to?07:31
imbrandondamm apples ;)07:31
kwwiiimbrandon: exactly07:31
abattoirDaSkreech: ~/.kde/share/wallpapers iirc07:31
DaSkreechWell they just dropped support for it into kwin :)07:31
kwwiiKGHNS?07:31
DaSkreechabattoir: Huh?07:31
DaSkreechKDE....07:31
imbrandonkghns ? 07:32
DaSkreechGet Hot...07:32
abattoiroh sorry, kde-look.org07:32
kwwiiahhh07:32
DaSkreechNew Stuff?07:32
kwwiiyeah, kde-look.org07:32
abattoiri though you asked where they are downloaded to07:32
kwwiiKGetHotNewStuff07:32
DaSkreechYup :)07:32
kwwiiKThisIsAnotherStupidNameThatStartsWithK07:32
abattoirhehe07:32
imbrandonhahahahah07:32
DaSkreechWas wondering if we could get some of a.you.com up there07:33
DaSkreechFor someone named kwwii :)07:33
DaSkreechKNintendo FTW!07:33
imbrandonheh there is a knes iirc07:33
kwwiiKDE stands for Kens Desktop Environment07:33
DaSkreechGo niKsternal!07:34
niKsternalmuah07:34
nixternaljeesh, freenode didn't like that07:34
kwwiiunfortunately it really stood for "Kool Desktop Environment" which always reminds me of cigarettes07:35
imbrandonheh i thought it was a play on the cde klone07:36
DaSkreechkwwii: I'm of the opinion it didn't stand for anything07:36
DaSkreechIt was just to make fun of CDE07:36
kwwiiDaSkreech: yeah, that is what we say now07:36
imbrandonDaSkreech: nah it did WAYYY back when07:37
=== imbrandon hates it some sites still use the old kde logo
DaSkreechJust kause Ama Rok!s doesn't mean we go bac on prikipals07:37
kwwiiDaSkreech: it is based on the CDE name idea, but in german all C's are K's07:37
imbrandonkommon desktop enviornment07:38
imbrandon;)07:38
DaSkreechKooky?07:38
kwwiihehe07:38
DaSkreechKause we're Kreepy and Kooky07:38
DaSkreechMysterious and spooky07:38
DaSkreechBah only old people get that  joke07:39
imbrandonsounds like the begning to scooby doo07:39
kwwiiI liked "Komplet" (Complete in english)07:39
kwwiisince it does have pretty much everything (at least twice)07:39
imbrandonlol07:39
imbrandonyea07:39
DaSkreechWould have been funny of e got called that07:39
imbrandonede ?07:40
imbrandone is ugly imho ( so is stock kde too but thats beside the point )07:40
kwwiiat least you can point to the one person who is responsible for making e look as it does07:40
=== imbrandon likes the glassy look of vista ( i dident say the OS before you flame )
=== DaSkreech reminds himself to start peeking over the kde4 fence
imbrandonplasma is lookin rockin from what i have seen07:41
DaSkreechimbrandon: I used to. the new screens creep me out07:41
imbrandonDaSkreech: i just mean the "glassy" feel for everything07:41
kwwiiwait till we have oxygen ready, then things will start to look nice07:41
DaSkreechYeah too bad my attention has wandered to tenor which looks dead :(07:41
imbrandonnot really the os or win deco07:41
DaSkreechimbrandon: Yeah it creeps me out07:42
DaSkreechShould have lusted solid they look almost done :(07:42
=== imbrandon hugs royale
kwwiiroyale?07:43
imbrandoni still havent prefected that glass look in inkscape / pshotoshop yet though07:43
imbrandonkwwii: http://www.buntudot.org/people/~imbrandon/screenshots/snapshot2.png07:44
imbrandon^^ glassy xp look called royale07:44
imbrandoni have the howto and the images i used on buntudot.org howto section07:45
kwwiihehe, killer07:45
abattoirimbrandon: arent you the guy who has a howto for this?07:45
DaSkreechBetter than Fisher Price I guess07:45
imbrandonabattoir: yea its my theme ;)07:45
abattoirimbrandon: oh, yes, now i remember :)07:46
DaSkreechYeah I go into spasms everytime I see a screenshot from him07:46
imbrandonabattoir: i run buntudot.org ( with some editing help from nixternal  and a few other great guys )07:46
imbrandon;)07:46
kwwiilol07:46
imbrandonLOL07:46
abattoirimbrandon: yes, 'that', i know :)07:47
abattoirimbrandon: looks nice :)07:47
imbrandonDaSkreech: you should see my iBook screenshots , i have kde on it looking exactly like osx tiger07:47
imbrandonDaSkreech: i make the x86 look like windows xp and ibook look like osx and my amd64 is stock kde ;)07:47
imbrandonbut all run kde07:48
DaSkreechI just do that to get the rage of my mac co-workers up :)07:48
imbrandonwell the ibook is in osx most of the time but it does have kubuntu installed ;P07:48
DaSkreechThen I cycle through the look for all the Mac OSX releases07:48
DaSkreechAhh Baghira :)07:48
abattoirBaghira is simply awesome07:48
kwwiithe guy who made baghira is working on the oxygen style :-)07:48
DaSkreechI just like the name 07:48
abattoiri have a variation.. too bad no one else in the world other than me likes it :(07:49
imbrandonDaSkreech: yea baghira is some of it, and a karamba plugin too07:49
imbrandonand a few other touches07:49
DaSkreechand the fact that the screenshot page says I'm guessing this is the first page you clicked on07:49
DaSkreechkwwii: I'm confused about Oxygen Does it have substyles?07:49
=== imbrandon loves oxygen ( cept the brown folders LOL )
abattoirhehe07:50
kwwiiDaSkreech: nope, it is an icon theme, window deco, widget style etc.07:50
abattoirkwwii: is everaldo also working on it ?07:50
kwwiiyeah, I gotta put the blue ones back07:50
kwwiiabattoir: hehe, nope07:50
kwwiiwe asked him07:50
imbrandonabattoir: kwwii is ;P07:51
kwwiiand he said he is not interested in working on a theme that he did not create by himself07:51
abattoirimbrandon: of course, was just asking...07:51
imbrandoneveraldo has some NICE icons07:51
kwwiiyeah, I used to be his boss :p07:51
abattoirkwwii: that's sad... hmm egos07:51
imbrandonlol cool07:51
imbrandonyea ego's suck07:51
DaSkreechThe latest commit digest had a oxygen/Pinheiro07:52
kwwiithe best part of oxygen is that it is 100% svg07:52
imbrandonyea07:52
imbrandonbrb one sec07:52
kwwiiNuno Pinheiro, David Vignoni and myself are the oxygen team07:52
DaSkreechI know I cracked up when I saw it commited as SVN cause since SVG is code you could have versions of it :)07:53
DaSkreechWith Diffs07:53
kwwiiand in the meantime others have stepped up to help as well07:53
DaSkreechAh I thought it was a subsection07:53
kwwiihehe, nope, those are dirs for the artists to store stuff in before it goes in the theme07:53
DaSkreechI showed someone at work the XML for it and he was all oh that's cool then I opened it in Konq and it came out as the KDE logo and he had this puzzled look on his face for a good while07:54
DaSkreechCause he saw me garb the svn :) 07:54
DaSkreechgrab07:54
DaSkreechstupid 1 in the morning07:54
kwwiihehe07:55
imbrandonheh07:56
DaSkreechThat's pretty much when I figured out the E-vil fo XML07:56
DaSkreechWhen I saw someone code a picture of a house in Notepad07:56
imbrandonisnt there a script in there too to generate the png icons07:56
DaSkreechI had to close the browser and walk away cause that just changed the world07:57
kwwiiimbrandon: yepp, check in the Ken dir07:57
=== imbrandon wonders if kde still builds on osx
kwwiirun that script in the "svg" dir in theme07:57
imbrandonkwwii: cool,07:57
DaSkreechYou can have a script build in the person's name in the icon for thier home dir :)07:57
DaSkreechIn the font of their preference :)07:57
DaSkreechautomagiaclly!!07:57
=== abattoir goes to try that out
kwwii:-)07:58
abattoirkwwii: it uses imagemagick ?07:58
DaSkreechCause the entire picture is well formed well structured code07:58
kwwiiabattoir: yepp and inkscape07:58
kwwiibut it will use batik soon instead07:58
abattoirkwwii: cool :)07:58
imbrandonbatik ?07:58
=== imbrandon googles
DaSkreechHeck you could get a small picture of them, convert it to SVG assign it a variable and use it on the corner of all folders they own07:59
kwwiiwe will have it running on one of our servers07:59
kwwiioxygen-icons.org is going to get really nifty in the next few months07:59
DaSkreechBut as google says Do no Evil :)07:59
imbrandonhrm is there a "easyish" way to convert a bmp based pic to svg ?08:00
kwwiiwell, you could trace it08:00
imbrandonheh yea08:00
kwwiibut the results are usually not that nice08:00
=== imbrandon needs a new pen and pad mouse , my old one is not acurate at all
DaSkreechWho knows anything about Tenor?08:01
kwwiiwell, I am part of the appeal group so I guess I know more than others08:01
kwwiifor now it is pretty much dead, I guess...scott, the main dev, has no time for it, it seems08:02
DaSkreechYeah :(08:02
DaSkreechAh well08:02
DaSkreechOh back to Oxygen08:03
DaSkreechI guess the core team does all the core KDE etuff08:03
DaSkreechstuff08:03
abattoirisnt tenor the KDE4 search infrastructure thing?08:03
kwwiiyepp08:03
DaSkreechwhat about other app writers?08:03
DaSkreechabattoir: Wasish08:03
kwwiiDaSkreech: not sure I follow?08:04
DaSkreechMight get stripped down to strigi08:04
DaSkreechWell other applications not konsidered part of KDE08:04
DaSkreechLike krecipe and such08:04
kwwiiwe are working on the 1200 most important icons now08:04
kwwiieventually it will be even more complete than crystal08:05
DaSkreechDo they make an ikon and submit it, keep up their own thing or must they use SVG that conforms to oxygeb rules?08:05
imbrandon1200!!!08:05
abattoirkwwii: there really are 1200 icons? i though aseigo said you were kidding08:05
DaSkreechAh08:05
kwwiiabattoir: no, I can show them to you08:05
abattoiror does it include all the sizes?08:05
kwwiihehe, actually there are about 1900, but we removed the exact duplicates08:05
kwwiino, just one size for each name08:06
DaSkreechSVG is scalable they should need only one size right08:06
abattoirhmmm... sounds like a daunting task ;)08:06
abattoir1200 icons08:06
kwwiinot quite true though...we make different svgs for the smaller sizes08:07
DaSkreechWhat about silly things like Kolours? do you need a red Folder and a pink Folder or can you just make one Folder and then you can let people kolour it however they like?08:07
abattoirbut i guess when you are a pro, you can get through it easily :P08:07
DaSkreechI noticed that for some of them. I figured you took out some detail if the ikon was only inteded to be used in a small size08:07
mornfalli fail to see how being a pro makes it so much easier to get through things08:07
imbrandonmoins mornfall08:08
mornfallhi08:08
DaSkreechHi08:08
abattoirmornfall: well, you are experienced, the more you do of something, cant you do it faster?08:08
mornfallabattoir: faster, yes, but there are limits, you just can't crank out icons at an icon/minute rate :p08:09
kwwiievery new icon takes about a day08:09
imbrandonmornfall: i was just looking at your adept-channels-draf.png mockup,thats gonna be awesom looks like08:10
abattoirmornfall: of course, you do need the skill, creativity etc., but being a pro makes the task a bit easier, a bit familiar right?08:10
kwwiifor someone who is good 08:10
DaSkreechSooo KDE4 is 1900 days/3 away08:10
imbrandonheh08:10
kwwiiit helps to be a good artist, yes08:10
abattoirhehe08:10
=== DaSkreech heads off to the FOSS Inquirer
kwwiihehe08:11
kwwiiour biggest problem at the moment is that none of us are being paid to work on oxygen08:11
imbrandonDaSkreech: you mean slashdot  err nvm08:11
imbrandonlol08:11
DaSkreechdamn this pollution08:11
DaSkreechI knew I'd be asked to pay for Oxygen one day!!08:12
kwwiilol08:12
abattoirimbrandon: dont worry buntudot will get the world exclusive :P08:12
=== imbrandon wishes he has tons of money to fund some foss projects
imbrandonabattoir: LOL08:12
mornfallimbrandon: i know a guy who has08:12
mornfallbut he likes gnome more, so08:12
mornfalltough luck08:12
imbrandonheh sabdfl ? hehe08:13
=== abattoir thinks he knows who it is
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel
DaSkreechDoesn't he have like Konqui's Kousin on his plane?08:13
imbrandonmornfall: yea i mean more like to pay for oxy devs or adept devs etc not myself ;)08:13
DaSkreechHi Hobbsee08:14
mornfallahoy miss Hobbsee 08:14
abattoirkwwii: what about Linspire, Novell(ok, they are leaning towards GNOME now) and the big uns?08:14
imbrandonmoins Hobbsee 08:14
Hobbseehi DaSkreech, mornfall, kwwii and eveyone else08:14
abattoirkwwii: and of course Canonical too :P08:14
Hobbseehi imbrandon - do we have konversation nightly builds for edgy yet?08:14
kwwiiabattoir: I worked for Novell (SUSE)...I also helped to start Tango but then decided to take my name off of it and then lost my job :p08:14
kwwiiI guess hiring two artists to work on oxygen also had something to do with it08:15
imbrandonouch kwwii 08:15
kwwiiLinspire pays Everaldo (he left SUSE to work for them)08:15
DaSkreechNovell is a strange kompany08:15
abattoirhmm, yes i remember they got the initial exclusive on Crystal Clear08:15
kwwiiand my time for Canonical is pretty full of kubuntu only work08:15
kwwiiI mean, I do get stuff done, but I cannot say that I am doing one icon a day08:16
mornfallnovell is great working against itself08:16
abattoirits sad that few companies want to give back... when they take so much... add little value08:17
DaSkreech*cough* Microsoft *coughcough*08:18
abattoirwell, atleast they develop their own stuff... 08:18
kwwiiimbrandon: on your blog you have a pic on Feb 2, 2006 ...is that a special day or something?08:18
DaSkreechSome of it  :-P08:18
abattoirDaSkreech: hehe08:18
imbrandonkwwii: it was a failed attemp to make albums and i havent fixed the phgp code08:19
kwwiiahhh, gotcha...just wondered cause that happens to be my birthday08:19
DaSkreechIn any kase I think the time of bed has kome08:19
abattoirDaSkreech: ok, atleast they 'buyout' the company or the product, even if it is daylight robbery08:19
imbrandonkwwii: i did all the art and php for that site and honestly have just neglected it lately08:19
kwwiiimbrandon: I know that feeling :-)08:19
imbrandonkwwii: ahh cool actualy that was the day we had the last family pics made ( at the end of the main album )08:20
DaSkreechabattoir: I tracked something for a good while and everytime zlib had a security flaw Microsoft has one remarkably similar within a month08:20
abattoirDaSkreech: hmmmm... definitely sounds like something they'd do :)08:21
Hobbseeoh good, my screensaver fix hit the archives.08:21
imbrandonhehe08:21
DaSkreechAnyway I don't want to speak ill of the dead.. or dying08:21
abattoirDaSkreech: indeed :)08:21
=== pygi [n=pygi@83-131-241-32.adsl.net.t-com.hr] has joined #kubuntu-devel
DaSkreechWhich reminds me I'm supposed to be doing some screensaver work for KDE4 :(08:21
DaSkreechAhhh Hope I get better soon08:22
kwwiidude, this is fscked up: http://www.wltx.com/FYI/story.aspx?storyid=3976008:22
=== imbrandon looks
abattoirsick08:23
imbrandonewww08:24
DaSkreechNight ALL08:24
kwwiiDaSkreech: night08:24
imbrandongnight 08:24
abattoirDaSkreech: good night :)08:24
Hobbseenigh tdas08:24
Hobbsee*night DaSkreech 08:24
=== DaSkreech grins
kwwiihappy (belated?) birthday Hobbsee08:24
imbrandonahh to be 18 again lol08:25
DaSkreechHobbsee: Oh yeah some imposter was here :) we were nice though08:25
Hobbseekwwii: not belated :)  thankyou08:25
Hobbseehehe08:25
DaSkreechHa I'm 18 till the day I die08:25
=== Hobbsee wonders why this ftbfs.
=== DaSkreech turns on Bryan Adams and bops to bed
kwwiiftbfs?08:27
imbrandonfile to build08:27
imbrandonfale08:28
imbrandongrr08:28
imbrandonscrew it08:28
kwwiihehe08:29
kwwiiI think I get it know08:29
kwwiithnx :-)08:29
Hobbseefailed to build from source.08:30
=== abattoir_ [n=abattoir@59.92.81.6] has joined #kubuntu-devel
pygihey kwwii, Hobbsee, imbrandon08:32
pygiand others :)08:32
Hobbseehi pygi :08:32
Hobbsee)08:32
kwwiihi pygi08:32
=== kwwii cooks breakfast
=== pygi just saw some weird thing, but oh well :)
=== abattoir__ [n=abattoir@59.92.83.156] has joined #kubuntu-devel
nixternalweee08:41
Hobbseehi nixternal 08:41
Hobbseeheh08:41
nixternalhi Hobbsee08:41
nixternalg'nite09:05
pyginight nixternal09:05
abattoiris it just me or are freenode servers' times screwed up ?09:07
abattoir *** The topic was set by Riddell on Sunday 21,July,2006 07:31:03 09:07
abattoiryesterday wasnt a Sunday09:07
abattoirmaybe they are following some other calendar system :P09:08
Hobbsee[17:08]  *** The topic was set by Riddell on 22/07/06 00:01:03.09:08
abattoirHobbsee: interesting09:08
abattoirso its my side... lets see what kopete says09:09
=== ani [n=ani@59.92.83.156] has joined #kubuntu-devel
abattoirmaybe a konversation bug?09:15
abattoirksirc shows it right09:15
=== Hobbsee is using konversation
Hobbseedebian 36287009:35
UbugtuDebian bug 362870 in planetpenguin-racer "Subject: planetpenguin-racer: failed upgrade: overwrite of image file from -data" [Important,Closed]  http://bugs.debian.org/36287009:35
=== ajmitch [n=ajmitch@ubuntu/member/ajmitch] has joined #kubuntu-devel
=== freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #kubuntu-devel
=== My8os [n=My8os@ppp138-148.adsl.forthnet.gr] has joined #Kubuntu-devel
omeowmornfall, I wouldnt mind helping you test everything every time you make a new version of adept. :)10:53
omeowWhy did the repository manager get disabled in 2.1? It was working pretty decently in the version that ships with kubuntu dapper.10:54
=== Huahua [n=hua_@221.172.48.247] has joined #kubuntu-devel
=== aliasfred [n=fred@73.43.102-84.rev.gaoland.net] has joined #kubuntu-devel
=== omeow [n=omega@co63471-a.olden1.ov.home.nl] has joined #kubuntu-devel
=== omeow grmbls.
omeowI updated kdelibs. KDM starts with both screens switched on. I log-in, one screen is turned off.11:30
mornfallre omeow 11:31
mornfallas for repo manager11:31
mornfallit's disabled because it's a bug11:31
mornfallwasn't the intention to disableit11:31
omeowI type xrandr -s 0 to get both screens to become active, since kguidance doesnt want to acknowledge that I have two monitors. But when I do that, the windows arent constrained per screen and span both screens. In order to fix that, I have to enable and disable the option to make it work properly again.11:31
=== raphink [n=raphink@ubuntu/member/raphink] has joined #kubuntu-devel
=== omeow grmbls some more.
omeowStill cant type an aphostrophe. =/11:49
raphinkhey \sh_away11:50
omeowHm.11:52
omeowI can type an apostrophe if I press alt + the aposrophe key. ''''''11:53
omeowStupid. =/11:53
=== aliasfred [n=fred@73.43.102-84.rev.gaoland.net] has left #kubuntu-devel []
raphinkomeow: hmm what's the point?12:01
omeowI expect my apostrophe to appear when I press the key and then either space or a key I want to place the apostrophe on.12:02
=== abattoir_ [n=abattoir@59.92.83.182] has joined #kubuntu-devel
omeowNot by using alt+apostrophe+the letter I want the apostrophe to appear on.12:02
=== abattoir_ [n=abattoir@59.92.83.182] has left #kubuntu-devel ["Kopete]
=== abattoir__ [n=abattoir@59.92.83.182] has joined #kubuntu-devel
omeowIt didn't work like that before I upgraded my kdelibs (and other stuff, but I don't know exactly what got upgraded. I remember kdelibs because I threw cryptic errors at me.).12:03
=== hunger [n=tobias@p54A6451B.dip0.t-ipconnect.de] has joined #kubuntu-devel
=== pygi [n=pygi@83-131-247-177.adsl.net.t-com.hr] has joined #kubuntu-devel
pygimornfall: poke poke12:12
ajmitchhi pygi 12:17
pygihey ajmitch, long time no see :)12:22
ajmitchhow's it going?12:23
pygikinda in trouble with all I have to do, what about you ? :)12:23
ajmitchhaha12:24
ajmitchdoing ok, SoC project is getting there :)12:24
pygiyay, nice :)12:24
ajmitchstill plenty to do though12:25
abattoirajmitch: soc student? cool...12:25
abattoirwhich project?12:25
ajmitchnetwork auth12:25
ajmitchthough at the moment I only have a gtk+ frontend, not kde :)12:25
pygiajmitch: ah, make one :P12:25
ajmitchpygi: I need time & incentive12:26
ajmitchmost of the code isn't in the frontend anyway12:26
pygiwell, backend :P12:26
ajmitchit's in the various hacking up of config scripts, debconf, etc12:26
=== ajmitch needs to brush up on distutils to get the package working properly :)
mornfallpygi: peek peek12:30
pygimornfall: you have bit of time?12:30
mornfallpossibly, yes12:30
mornfalli may wander away for a bit again, but not too long12:30
mornfalland not right now12:30
pygimornfall: just found out some nice features that are  in dev version :)12:31
pygiLike channels, new UI, and stuff :)12:31
mornfallthey aren't12:31
pygiehm?12:31
mornfallit's a spec, not "what's new in"12:31
pygiwell, right, but oh well :)12:31
mornfallsome of the items will be deferred12:32
pygimay I just say that you consider making the UI more consistent, usable, and not so empty? :P12:32
mornfallmaybe, maybe12:32
pygimornfall: well, if you want to make it appealing to users :)12:33
mornfallyes?12:33
mornfall(i'm not sure i know where is this going)12:33
pygiwell, it's going nowhere :) Just saying you have to improve even the new UI draft :P12:34
pygiyou dont have to listen to me ofcourse, I am no one important :P12:34
=== ajmitch waits for a concrete suggestion or two... :)
=== pygi pokes ajmitch !!! :P
kwwiier12:36
kwwiire12:36
pygimornfall: alive? :P12:40
mornfallpygi: ah12:45
mornfallwas reading kde-core-devel12:45
mornfalli won't listen to people that tell me "you have to"12:45
pygimornfall: I said that you dont have to listen me :P12:46
mornfallpygi: that's given12:46
mornfallyou also said that i have to improve the ui draft12:46
mornfallwhich is nonsense12:46
mornfallso12:46
pygiwell, if you need help, feel free to ask :)12:46
mornfallare you offering? what exactly? :)12:47
=== hunger [n=tobias@p54A63B66.dip0.t-ipconnect.de] has joined #kubuntu-devel
mornfall(as in, what form of help)12:49
pygimornfall: advices? :)12:51
mornfallyou have any useful?12:51
pygialways :)12:51
mornfallpygi: well, you could tell me and i can judge if they are useful01:04
=== goldenear [n=goldenea@vol75-4-82-225-33-186.fbx.proxad.net] has joined #kubuntu-devel
=== raphink [n=raphink@ubuntu/member/raphink] has joined #kubuntu-devel
=== apokryphos [n=apokryph@host-84-9-109-190.bulldogdsl.com] has joined #kubuntu-devel
=== freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #kubuntu-devel
=== apokryphos- [n=apokryph@host-84-9-32-210.bulldogdsl.com] has joined #kubuntu-devel
tomamoguh01:49
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #kubuntu-devel
Tonio_hey01:51
Tonio_Riddell: ping ?01:51
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #kubuntu-devel
Tonio_toma: ping ?01:53
Tonio_the patch doesn't work, it looks like when speed > 8, then speed restarts to 101:53
Tonio_nope it restarts to -801:54
tomaTonio_: oki01:54
Tonio_./khtmlview.cpp:    scrollX = deltax > 0 ? (deltax > maxx ? maxx : deltax) : deltax == 0 ? 0 : (deltax>-maxx ? deltax : -maxx);01:56
Tonio_something like this has to be patched too :)01:56
tomaeiks01:56
Tonio_toma: 'm looking at the code, it looks patchable, but I will require a little help on that point ;)02:00
tomaoki02:02
=== apokryphos_ [n=apokryph@host-84-9-32-227.bulldogdsl.com] has joined #kubuntu-devel
Tonio_toma: int adX = abs( deltaX );02:04
Tonio_I think we have to look at this part 02:04
=== apokryp3 [n=apokryph@host-87-74-66-209.bulldogdsl.com] has joined #kubuntu-devel
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #kubuntu-devel
tomai dont see an obvious error02:13
Tonio_toma: hum...02:14
Tonio_toma: do you want the binaries ?02:15
Tonio_that might help you to understand what happens02:15
tomai'll build them for dapper02:15
toma+ some debugging02:15
Tonio_toma: okay02:15
Tonio_it just looks like the scroll is limited to a value, and restarts at its minimum when this value is reached02:16
tomaoki02:20
tomaTonio_: is a dbg package created automatically02:22
Tonio_toma: you means ?02:22
Tonio_a debug one ? don't think so02:23
=== freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #kubuntu-devel
tomahow to get that one?02:25
tomathere is something in the rules about it02:25
Tonio_toma: adding options to the configure script probably :)02:26
Tonio_let me check02:26
Tonio_toma: probab ly need to add another option in DEB_CONFIGURE_EXTRA_FLAGS02:27
tomathere is a package kdelibs-dbg02:28
tomai'll use that one02:28
Tonio_toma add --enable-debug=full02:28
Tonio_that's another way to do ;)02:28
tomaisnt it automatically build?02:29
Tonio_toma: don't think soo02:31
Tonio_toma: better do the way I did ;)02:31
raphinkso as to not get Tonio_ angry, better do as he did02:35
raphink;)02:36
Tonio_raphink: lol02:37
Tonio_raphink: if you wanna help on that point ;)02:37
raphinkhehe02:37
raphinkif you wanna help us on migration fai examples to cfengine202:37
raphinks/migration/migrating/02:38
raphinkit's even hotter in germany than in Nice02:38
raphinkhorrible02:38
raphinkat least if I was in Nice I would go to the beach to swimm02:38
Tonio_I can imagin02:39
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #kubuntu-devel
Tonio_hurg........ kdebase ftbfs in my chroot...02:55
Tonio_raphink: already seen this error : /usr/include/linux/joystick.h:131: error: '__s64' does not name a type ?02:55
Tonio_looks related to linux kenel headers02:55
raphinknope02:55
raphinkwhy do you think it looks related to the kernel headers?02:56
raphinkoh yes02:56
raphinkinclude/linux02:56
raphink:s02:56
Tonio_hehe02:56
Tonio_c koi deja le chan ubuntu-kernel ?02:56
Tonio_je vais demander la bas02:56
raphinkTonio_: x86 or amd64 ?02:56
Tonio_x8602:57
raphink\sh regarde02:57
Tonio_raphink: thanks \sh02:57
raphinkin edgy right?02:57
Tonio_yes02:58
ajmitchhi raphink, Tonio_ 02:58
raphinkhi ajmitch 02:59
raphink<><02:59
Tonio_hey ajmitch02:59
raphink__GNUC__ must be defined to use __s64 and __STRICT_ANSI__03:01
Tonio_concerning this kernel headers error it is the second time I have it in 3 days03:01
raphinkoh03:01
raphinknot __STRICT_ANSI__ sorry03:02
raphinkin order to use this class03:02
Tonio_I should report this to benC right ?03:02
Tonio_is it you stephan ?03:02
raphinksee /usr/include/linux/types.h03:03
raphinkline 2803:03
raphink#if defined(__GNUC__) && !defined(__STRICT_ANSI__)03:03
Tonio_I can see this yes...03:03
raphinkTonio_: it's not a problem with linux-heaers, __GNUC__ must be defined and __STRICT_ANSI__ must not be defined03:04
raphinkotherwise the class it not usable03:04
raphinkcheck if kdebase defines __GNUC__ and __STRICT_ANSI__03:04
Tonio_okay but that should have changed recently, since the same package was building 2 days ago03:04
raphinkand no it's not stephan03:04
raphinkit's still me :)03:04
Tonio_hehe okay03:04
raphinkwell the kernel in edgy hasn't changed for a quite a time03:05
raphinka month or so03:06
raphinkI mean the upstream version03:06
Tonio_weird......03:06
Tonio_latest Riddell's upload is 2 days old...03:06
raphinkwell I'd think kdebase is more likely to hav changed than linux-source03:07
raphinkdid you try on another machine Tonio_?03:07
Tonio_raphink: no but I will03:08
raphinkk03:08
Tonio_raphink: can I use tiber for this ?03:08
Tonio_I only have my laptop there03:08
ajmitchthe upstream kernel may not have changed, but l-k-h has03:08
raphinksure03:08
ajmitchit's been through a few changes lately03:09
Tonio_ajmitch: okay, that could explain03:09
Tonio_the point is that the same package that was working 2 ays ago ftbfs today... I don't think that's related to kdebase for this03:09
raphinklkh ?03:09
raphinkoh right03:09
Tonio_linux kernel headers03:09
ajmitchlinux-kernel-headers package03:09
raphinkyep03:09
Tonio_I had the same issue compiling kxmame (relative to joystick too)03:10
Tonio_and it was working 2 weeks ago too03:10
Tonio_ajmitch: would you suggest reporting this to the kernel team ?03:11
=== freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #kubuntu-devel
ajmitchprobably03:11
Tonio_okay thanks03:12
ajmitchBenC can always just yell at you if it's not related :)03:12
ajmitchTonio_: noone is likely to be around right now in #u-kernel :)03:13
ajmitchI *think* BenC has a week or two vacation now as well03:13
Tonio_ajmitch: arf, okay I'll report a launchpad bug then :)03:14
Tonio_probably better03:14
ajmitchdefinitely better03:14
Tonio_https://launchpad.net/distros/ubuntu/+source/linux-kernel-headers/+bug/5373203:18
Tonio_done03:18
UbugtuMalone bug 53732 in linux-kernel-headers "/usr/include/linux/joystick.h:131: error: '__s64' does not name a type" [Untriaged,Unconfirmed]  03:18
Tonio_okay let's go back to that kdelibs patch...03:20
Tonio_toma: I'm reading at the code (which I finally understand since there are not 50 objects used) and I must say I don't understand the point why accelerator > 7 or 8 goes back to -8...03:21
Tonio_sounds weird...03:21
tomaTonio_: yes, could not find a reason either03:21
tomahence the debug03:22
Tonio_would be good to be able to display this value :)03:22
Tonio_ajmitch: thanks for the help03:23
=== ajmitch didn't help much :)
pygi:P03:23
Tonio_toma: I have several merges to complete... can I let you looking at this ?03:24
Tonio_once done we will kickass konqueror :)03:24
Tonio_s/konqueror/firefox :)03:24
tomai'm not so happy with developing stuff this way03:25
tomaif every compile takes ages i'll loose interest very soon03:25
Tonio_toma: I can understand you...03:25
Tonio_kdelibs or kdebase are a pain for this....03:26
Tonio_raphink: isn't there a way to only recompile the modified stuff with debuild/pbuilder ?03:26
Tonio_because every test takes 1 hour at least....03:27
Tonio_raphink: maybe \sh knows a trick...03:27
tomaand why doesnt it make use of icecream03:27
ajmitchTonio_: ccache with pbuilder03:27
Tonio_ajmitch: looking, thanks :)03:27
ajmitchit's not perfect, but it can speed compiles up a bit03:27
=== LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #kubuntu-devel
ajmitchgoogle will probably show you a couple of ways to hook it into pbuilder (I use it here)03:28
tomaok, second ftbfs, i can not work like this03:29
tomadebuild should not clean the build03:30
Tonio_toma: I'm testing with ccache, looks pretty easy to use03:32
Tonio_toma: also you can use debuild instead of pbuilder03:32
Tonio_temp files will not be removed with it03:32
tomaim using debuild03:33
Tonio_arf*03:33
Tonio_does it clean the build ?03:33
Tonio_hum true.... I didn't figure out this in the past...03:33
ajmitchdebuild -nc03:34
ajmitchiirc03:34
=== Tonio_ plans to read the full debuild man soon... :(
ajmitchare you building on a fast box?03:35
Tonio_ajmitch: not me, dunno concerning toma03:37
Tonio_I'm on a laptop...03:37
ajmitchah03:37
ajmitchyes, that can be painful03:37
tomahow do i reverse all patches?03:40
=== _superstoned [n=supersto@168-234.surfsnel.dsl.internl.net] has joined #kubuntu-devel
Tonio_toma: dpatch deapply debian/patches/*.diff probably :)03:45
Tonio_but if you want to deapply them in the tmp build dir, that might be a bit more complicated...03:45
tomahow can you all work with these tools03:47
=== neoncode [n=neoncode@unaffiliated/neoncode] has joined #kubuntu-devel
Tonio_toma: suffering ? :)03:49
tomaanother build, last try03:56
Tonio_toma: okay, I would like to test something also, but how do you write 2^4 in c++ ?04:00
Tonio_I mean simply, without translating this to 2*2*2*2 ?04:00
Tonio_would that require include math.h too ?04:01
tomaTonio_: http://www.cplusplus.com/ref/cmath/pow.html04:02
toma&& yes for the include if it is not there04:02
hungerDoes speedstep work in current kpowersave?04:24
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel
Hobbseehi all04:25
Tonio_hey Hobbsee04:25
Hobbseehi Tonio_ ;004:25
tomahi04:25
Hobbsee8;004:25
Hobbseebleh04:25
Hobbsee:004:25
Hobbsee)))04:25
hungerHi hobbsee.04:25
Hobbsee:)04:25
Tonio_toma: aren't you getting crazy ? ;)04:25
Hobbseefinally.04:25
Hobbseehi toma, hunger 04:25
tomaTonio_: definitly04:25
hungerHobbsee: too hot?04:25
Hobbseehunger: no, my shift key wasnt working, for some reasson04:26
hungerHobbsee: Maybe because it is too hot? ;-)04:26
Hobbseehunger: it's not hot here :P04:26
Tonio_toma: yes, kdelibs is a pain to work on sometimes...04:26
Tonio_not to say everytime :)04:26
HobbseeTonio_: what's it doing?04:26
tomaTonio_: but it is making apidox now, so the end is near04:26
=== hunger is sitting in the cellar with his laptop and still sweating.
Hobbseelol04:27
Tonio_toma: cool04:27
Tonio_Hobbsee: we're trying to patch a specific khtml function that would be very usefull to activate for edgy04:27
Tonio_toma: I'm building too, doing another test on my own04:27
HobbseeTonio_: ahhh....04:27
hungerdamn aptitude! It litteraly takes minutes to start up:-(04:28
Tonio_Hobbsee: sure you'll love it.... if we succeed04:30
tomawe will succeed04:30
HobbseeTonio_: hehe04:30
Tonio_toma: for sure yes !04:30
HobbseeTonio_: and then you'll tackle other packages ;p04:30
=== hunger is trying to get his feet wet with kde4.
Tonio_Hobbsee: which ones ?04:30
HobbseeTonio_: well, knetworkmanager, hopefully.  and the powersave/kpowersave stuff if you're brave.04:31
Tonio_hum concerning knetworkmanager, depends on the changelog, because of uvf, and concerning kpowersave, yes, lots of chances I'm updating it04:32
HobbseeTonio_: i think lure was looking at it, but was busy.  i do have a version REVU, which you're free to examine, but i expect that parts of it arent right - just because i dont know the codebase.04:36
HobbseeTonio_: also, there's a networkmanager 0.6.4 that isnt in repos - might be worht upgrading both, and getting a UVF report, i'm not sure04:36
hungerIt would be nice if networkmanager could get its own start/stop script... I keep having to restart it and it is a pita having to bring down dbus for that.04:38
Hobbseekillall networkmanager?04:38
=== Hobbsee ducks
Hobbseeoh yay.  more syncs.04:39
Tonio_ho my goooooooooood !!!!!!!04:39
hungerHobbsee: Yeap, that works of course;-)04:39
Hobbseehunger: :P04:39
HobbseeTonio_: what's up?04:39
=== Hobbsee notes that kde 3.5.4 is due to be tagged tomorrow.
Tonio_there is a french website where people can subscribe and try to search for old friends...04:39
hungerHobbsee: But ubuntu is supposed to be for human beings, not for geeks;-)04:39
Hobbseehunger: heh, true.04:39
Tonio_can you imagin my first love I didn't saw for 10 years just emailed me ? ;)04:39
Tonio_my god !04:40
hungerHobbsee: Thinking about it: initscripts are rather geekish themselves:-)04:40
Hobbseehunger: heh, true04:40
=== Hobbsee is a geek. you should see her birthday card.
hungerHobbsee: Oh, I believe that:-) You would be hanging out in the mall if you weren't;-)04:41
Hobbseehunger: heh, at 1am?04:42
=== Hobbsee certainly wouldnt have bothered coming home. grumble grumble.
hungerHobbsee: dunno what these young people do nowadays... to be frank: I did not even when I was one of them.04:43
Hobbseehunger: heh04:44
=== hunger is wondering if anyone here will travel to akademy in september.
hungerI guess Riddell will be there.04:46
Hobbseeyay, another sync.04:47
=== Hobbsee wont be.
=== Hobbsee has no passport
hungerHobbsee: Are you american?04:47
Hobbseehunger: nope04:47
Hobbseehunger: i'm in sydney, australia04:47
Hobbseefirst i'm asked if i'm a new zealander, then i'm asked if i'm an american.  sigh.  ;p04:48
hungerHobbsee: Oh, no wonder it is not hot at your place... it must be winter there.04:48
=== raphink [n=raphink@ubuntu/member/raphink] has joined #kubuntu-devel
hungerHmmm... frequency scaling seemes borked in edgy on my box. Does it work for someone?04:48
hungerWhy do I buy a 2,something GHz CPU when it keeps getting stuck at 800MHz?04:49
=== hunger sighs.
Hobbseehunger: hehe, yes ;)04:50
hungerOTOH: This does explain why aptitude takes *AGES* to read in its data. Or at least I hope so.04:51
=== Hobbsee continues the merges. well, the syncs.
raphinkgo go go Hobbsee04:54
Hobbseeraphink: hehe04:54
raphink;)04:54
hungeraptitude takes so long to update its data that I need to update again right after it is done:-(04:54
hungerHi raphink 04:54
raphinkhi hunger04:54
=== bddebian [n=bdefrees@71.224.172.103] has joined #kubuntu-devel
Hobbseehi bddebian 04:55
bddebianHi Hobbsee04:56
tomaTonio_: sorry, i leave it to you...04:56
Tonio_toma: I can understand04:57
=== apokryphos- [n=apokryph@host-84-9-33-180.bulldogdsl.com] has joined #kubuntu-devel
hungerSo what is decided wrt. zeroconf? There is so much noise about it on the ML that I can not make out what will happen with it now.04:59
Hobbseeno idea, i stopped watching.05:01
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #kubuntu-devel
Tonio_grmpf......... it doesn't work05:03
Tonio_toma: what were your letest tests ?05:03
Tonio_latests test sorry05:03
tomai tried to make sense out the debugging...05:04
Tonio_toma: okay05:04
Tonio_I'm sure we're missing something very simple05:04
Tonio_it doesn't make sense the value gets back from positive to negative...05:05
Tonio_there is certainly something very simple we're missing... I'l investigate all the night if necessary but I'll find05:05
tomahttp://rafb.net/paste/results/7ETXbH43.html05:05
tomasomething turns it negative05:05
Tonio_yes05:06
Tonio_the value does this : 1 -> 2 -> 3 .... -> 8 -> -8 -> -7...05:06
Tonio_I don't see how...05:06
Tonio_but that's it05:06
tomathat can only happen when deltaY <=005:07
Tonio_yes05:07
Tonio_so the problem is with the delta05:08
tomabut we dont need that05:08
tomaso the *= can maybe change to a =05:08
Tonio_yes that's my thought too05:08
tomahave fun rebuilding ;-)05:09
Tonio_toma: will do :)05:09
tomai'm rebuilding as well though05:09
Tonio_the build is stlighly faster with ccache05:09
Tonio_ajmitch: thanks or the tip, very aooreciated ;)05:09
tomabuilding in svn right now, even faster i think05:09
tomaespecially when additional changes are neede05:10
Tonio_toma: int deltaX = point.x() - d->m_mouseScrollIndicator->x() - 24;05:13
Tonio_-24 is because we're on a base of 25 px05:13
Tonio_we probably shoud remove this05:13
tomamaybe05:13
tomait is the bottom of the indicator05:13
tomaso you want to caclulate from the bottom of the indicator or the middle?05:14
Tonio_probably the middle05:19
Hobbsee*jaw drops*05:22
=== toma looks happily at the gant view of icemon
hungertoma: Yeap.... running make -j 20 is fun;-)05:24
HobbseeRiddell: you around, at all?05:24
Hobbseeoh, wait, he's at LGL05:24
Tonio_Hobbsee: ah, that's why he is on mute for 24 hours :)05:29
HobbseeTonio_: yep05:29
HobbseeTonio_: i was thinking of getting kopete 0.12.1 backported to dapper, or put into dapper-updates05:30
Tonio_toma: http://rafb.net/paste/results/iSjGvc87.html my latest patch in build05:31
Tonio_toma: if that doesn't work, I'll really need an explanation on why is the value changed to negative....05:31
Tonio_Hobbsee: it is possible as long as it builds without any modifications...05:32
Tonio_Hobbsee: does it compile with kde 3.5.2 ?05:32
HobbseeTonio_: no idea.05:32
tomaTonio_: it can not change to negative in your patch05:32
tomashould be fine05:32
Tonio_Hobbsee: you should test in a dapper pbuilder05:32
HobbseeTonio_: yeah, i will.  i just got another report about it.05:33
Tonio_toma: the point is the old code wasn't supposed to change it to negative too...05:33
tomanot sure the baviour with pow will be desirable... It will go fast soon...05:33
=== My8os [n=My8os@ppp138-148.adsl.forthnet.gr] has joined #Kubuntu-devel
Tonio_toma: hum, what would you suggest instead ?05:46
tomaTonio_: maybe just lineair, but experiments would be best05:47
Tonio_toma: well, let's fff something working with pow and then another cleaner way to do it ;)05:48
Tonio_s/fff/find (delay cause by pbuilder sorry)05:48
=== aliasfred [n=fred@73.43.102-84.rev.gaoland.net] has joined #kubuntu-devel
=== nixternal [n=nixterna@ubuntu/member/nixternal] has joined #kubuntu-devel
=== haggai [n=halls@i-83-67-59-194.freedom2surf.net] has joined #kubuntu-devel
=== jjesse_ [i=user@69-87-142-64.async.iserv.net] has joined #kubuntu-devel
=== jjesse [i=user@69-87-142-64.async.iserv.net] has joined #kubuntu-devel
Tonio_toma: you should give a try at ccache for pbuilder, it really reduces the built time... about 30% here06:06
Tonio_hey \sh06:09
\shhey tonio...06:11
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #kubuntu-devel
Tonio_toma: my patch fuchin fails........06:31
Tonio_arghhhhhhhhh06:32
tomawhy?06:32
Tonio_I don't understand the but the value is still reversed06:32
tomanegative?06:32
Tonio_yup06:32
Tonio_I don't see how, but we miss something06:33
Tonio_something certainly obvious06:33
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel
Tonio_okay let's restart in another way to do06:34
Tonio_toma: during your debug, what was the tested value ?06:36
Tonio_isn't there a post calculation on it, like if bla > 8 then blabla ?06:36
Tonio_there is certainly something like this outside the file06:36
tomadelta, abs and m_mousescrollby06:37
Tonio_and which one is the reversed one that changes the others ?06:37
Tonio_delta ?06:37
=== _att [n=x@caracas-4081.adsl.interware.hu] has joined #kubuntu-devel
Tonio_toma: http://paste.ubuntu-nl.org/1862606:43
Tonio_that's ugly, but that CANNOT fail06:43
Tonio_unless the value is changed somewhere else06:43
=== _att [n=x@caracas-4081.adsl.interware.hu] has left #kubuntu-devel ["Konversation]
tomaTonio_: yep06:45
=== toma [n=toma@toma.kovoks.nl] has left #kubuntu-devel ["Ooh,]
=== Tonio_ patches kopete to get hoverclosebutton on its tabs......
Tonio_this one at least is easy to figureout :)06:56
=== aliasfred [n=fred@73.43.102-84.rev.gaoland.net] has left #kubuntu-devel []
=== apokryphos [n=apokryph@host-84-9-34-45.bulldogdsl.com] has joined #kubuntu-devel
=== toma [n=toma@toma.kovoks.nl] has joined #kubuntu-devel
tomaTonio_: your patch does not work07:07
tomasomething is limiting it at 707:08
Tonio_toma: still reverted ?07:08
tomayes07:08
Tonio_grmpf.......07:08
Tonio_so if we find that limitation, we can remove it.......; let's search07:08
tomadeltaY is not turning to nagative, so that is not the cause07:09
Tonio_yup07:09
Tonio_the value is read somewhere and potentially changed.... let's find out where07:09
tomano07:10
tomait is in that routine07:11
Tonio_// qt includes and classes07:11
Tonio_#include <qscrollview.h>07:11
Tonio_could it be in qt directly ?07:11
tomakonqueror: 1 deltaY 128 adY 128 - 107:11
tomakonqueror: 2 deltaY 128 adY 128 - -807:11
tomabefore and after the if statement07:11
tomaso the if results in negative number07:12
tomaah07:12
Tonio_hum, how can we get 2 different values with the same deltaY ???07:12
Tonio_I don't see the point07:13
tomathe if statement converts m_mouseScrollByY to something negative07:14
=== My8os [n=My8os@ppp138-148.adsl.forthnet.gr] has joined #Kubuntu-devel
Tonio_toma: how is it possible ?07:16
tomai have an idea07:16
Tonio_toma: which is ?*07:17
tomayeah, works07:18
=== toma dances around
tomaTonio_: one second, need two more tests07:20
Tonio_okay07:20
=== Dinofly [n=dinofly@AAmiens-151-1-76-231.w86-192.abo.wanadoo.fr] has joined #kubuntu-devel
tomaTonio_: trying to find some good values now07:26
tomathe problem is around line 39107:27
Tonio_toma: hum, I must say I'm a bit lost now :) since I don't have all the infos, but it looks like you are in progress, so it's okay :)07:27
Tonio_I must say I don't understand how can the if change this but........07:27
tomathere the bandwidth is limited to 407:27
Tonio_bandwidth ?07:27
tomanot sure about the details, remove the :4 and the values can exceed the 807:28
Tonio_toma: hum, variable size issue issue ?07:29
tomayep07:29
Tonio_okay let's test07:29
=== pygi [n=pygi@83-131-251-115.adsl.net.t-com.hr] has joined #kubuntu-devel
tomaTonio_: there is a need for the -24 07:30
Tonio_toma: yes I've seen this :)07:31
tomaelse you are totally unable to stop it07:31
tomaTonio_: http://rafb.net/paste/results/US3SgP27.html07:32
tomaseems to provide the best results for me07:32
tomai tried a couple of values, these work the most natural for me07:32
Tonio_tome cool :)07:34
=== claydoh [n=clay@bb-66-63-100-239.gwi.net] has joined #kubuntu-devel
Tonio_toma: would you suggest this more than exp so far ?07:34
tomawhat was that pow again?07:35
tomai can test quickly now07:35
Tonio_toma: I wanted to make acceleration exponential07:35
Tonio_let me show you again07:36
tomaTonio_: it is already with my patch07:36
tomafor my feeling07:36
Tonio_toma: okay lets test and if it's okay, let's keep it like that07:37
tomaif you have that pow formula at hand i can test it07:38
Tonio_hum yes just wait a second07:38
Tonio_toto = (int)(deltaY / 25)07:39
Tonio_and then set the value to pow(2,toto)07:39
Tonio_that should give a pretty rendering too :)07:39
Tonio_hehe the kopete patch works07:40
Tonio_hop uploading07:40
tomaTonio_: up does not work anymore07:42
Tonio_hu ?07:43
tomaah, the abs is needed07:43
Tonio_hehe ;)07:43
tomaelse - * -07:43
tomaTonio_: ok, but it is too fast07:44
Tonio_toma: great let's use the first idea (*0.1)07:45
Tonio_toma: MANY, MANY thanks :)07:45
Tonio_for the time and the pain07:45
tomadevided by 50 is pretty ok07:47
Tonio_toma: okay I am able to test now, you did enough and lost enough time :)07:48
Tonio_fyi I'l probably patch konsole for hoverclosebutton too :)07:48
Tonio_it works perfectly with kopete07:48
tomaokido07:49
Tonio_needs to be patched too ?07:49
tomathe pow version is difficult to stop07:49
tomaforget that07:49
Tonio_toma: okay let's forget it07:49
tomaTonio_: anything else kdelibs related?07:52
tomai'm now setup, so i can do those quickly now07:52
Tonio_toma: how do you do ? manual compilation ?07:52
tomayes07:52
Tonio_okay ;) It looks ended for today until I find something else to do07:52
tomarunning kdelibs from svn instead of the kubuntu version07:52
tomaoki07:54
tomaTonio_: wasn't there something about a kcm which needed to change when there is no smb ?07:54
tomaokido, returning to kubuntu kdelibs then07:58
=== raphink [n=raphink@ubuntu/member/raphink] has joined #kubuntu-devel
=== hunger [n=tobias@p54A63135.dip0.t-ipconnect.de] has joined #kubuntu-devel
=== pygi [n=pygi@83-131-240-223.adsl.net.t-com.hr] has joined #kubuntu-devel
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #kubuntu-devel
Tonio_toma: I'll probably increase the speed a bit, firefox is about twice as speed as this08:26
Tonio_on very long pages, that's of any use08:26
Tonio_like planet.ubuntu.com08:26
tomaoki08:26
Tonio_toma: otherwise livelly ;)08:30
Tonio_lovelly08:30
tomayeah, im almost tempted to use it08:31
Tonio_toma: that's pretty usefull when you are used to use it08:32
Tonio_most firefox users use that all the time08:32
tomai like pasting urls with middle click08:32
Tonio_toma: still possible, middle click on the tab bar, it works08:32
Tonio_you can also middle click on a link too08:32
tomacool08:33
Tonio_just that you have to middle click on the tabbar and not the page08:33
tomayes08:33
tomadoable08:33
tomanice tip08:34
Tonio_yes, that brings more functionnality with a minimum issues08:34
=== apokryphos- [n=apokryph@host-87-74-66-22.bulldogdsl.com] has joined #kubuntu-devel
=== raphink [n=raphink@ubuntu/member/raphink] has joined #kubuntu-devel
=== raphink [n=raphink@ubuntu/member/raphink] has joined #kubuntu-devel
=== NeoChaosX [n=nael@ppp-71-139-185-248.dsl.snfc21.pacbell.net] has joined #kubuntu-devel
kwwiire10:25
imbrandonmoins10:26
bddebianHello kwwii, imbrandon10:29
imbrandonheya bddebian 10:29
kwwiihowdy bddebian, imbrandon10:29
=== haggai [n=halls@i-83-67-59-194.freedom2surf.net] has joined #kubuntu-devel
=== aliasfred [n=fred@73.43.102-84.rev.gaoland.net] has joined #kubuntu-devel
=== rraphink [n=raphink@ubuntu/member/raphink] has joined #kubuntu-devel
=== rraphink [n=raphink@ubuntu/member/raphink] has joined #kubuntu-devel
=== DaSkreech [n=Me@208.138.25.53] has joined #kubuntu-devel
DaSkreechback in black11:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!