[12:09] you see what it does now ? [12:09] central click allows to up and down in the page [12:09] yep [12:09] the problem is that with very long pages, it is really slow [12:09] on firefox the speed is proportionnal the same way but max speed is by far better [12:09] isnt that limited to your computer? [12:09] toma I do't think so [12:10] try with firefox and you'll see the difference [12:10] I'd like to have that enabled in kubuntu, but it would be better to increase the max speed in some way [12:10] opera does the same, but max speed is really better too [12:10] ok, let me have a look [12:10] I tested on many machines with konq, the speed it always limited :) [12:10] give me a few minutes [12:10] toma: fantastic, thanks :) === pounk [n=pounkf@142-217-81-161.telebecinternet.net] has joined #kubuntu-devel [12:11] toma: let's become the "kde "ultimate settings team" ;) [12:11] haha ;-) [12:13] setting is called MouseMiddleClickClosesTab [12:16] hmm, no ;-) that is another feature appearantly [12:17] OpenMiddleClick is the one [12:22] toma: okay [12:23] I was packaging, so I didn't check what was the konqerorrc entry :) [12:23] the point is I'm affraid the speed is hardcoded........ [12:23] it is not in kdebase/konqueror in any case [12:23] toma: hum ? [12:23] would it be kdelibs ? [12:23] i think in kdelibs [12:24] that's strange since it is an konqueror only function [12:24] still searching [12:24] thanks :) [12:24] packages are ready, waiting for Riddell's opinion and I'll upload [12:25] eeks: http://tsdgeos.blogspot.com/2006/07/new-blood.html [12:27] I don't disagree his opinion [12:27] the point is kde translations are REALLY better than gnome ones [12:27] so rosetta can be very usefull for gnome, but I already have seen phrases that have been changed in dapper, and in the bad way [12:28] since the original kde translation was better [12:28] Tonio_: i agree to that as well. It is a usefull tool for ubuntu as a distribution, it just does not hold for kde. [12:29] but on the other way, I don't think involving anonymous users to contribute is a bad thing [12:29] so many people don't even have an idea of how to contribute [12:29] i'll bring it up on the next meeting... [12:29] toma: the point is that we will not remove this [12:30] because it is on canonicals plans, and kubuntu is a part of the global ubuntu project... [12:30] we can discuss it, but that will not be debatable I think [12:30] look at khtml/khtmlview.cpp, line 933 [12:30] in kdebase ? [12:30] ;) [12:30] Tonio_: kdelibs [12:31] hum !!!!!!!!!! khtml is part of kdelibs of course.......; I'm stupid [12:31] no, line 349 [12:31] 394 [12:32] increase 4 to whatever [12:32] d->m_mouseScroll_byX = 0; [12:32] d->m_mouseScroll_byY = 0; [12:32] ah okay, that's just the initialisation [12:32] looking [12:32] line 394 [12:32] okay that give the acceleration [12:32] great ! [12:33] let's make tests [12:33] toma: you are the man === yuriy [n=yuriy@207-172-219-193.c3-0.frm-ubr3.sbo-frm.ma.cable.rcn.com] has joined #kubuntu-devel === toma bows [12:34] okayh let's test === neoncode [n=neoncode@unaffiliated/neoncode] has joined #kubuntu-devel [12:37] toma: testing to find the good acceleration factor will take time........ kdelibs is quite long to package for each test [12:37] there should be a setting to show/unshow the mouse scroll indicator [12:38] do you know ehere that is located? [12:39] it doesn't exist graphically... [12:39] unseenable, unsetable... [12:39] if it where, that would already be in dapper lol :) === 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 [12:41] 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 ones [12:41] and most of them aren't translated at all [12:42] so the point is that is can be weird for the standard kdebase apps, but very usefull to get close to a full translated system [12:42] sure. but it hurts kde imho [12:43] so the procedures for them should change a bit [12:43] toma: yes, but that would make a double stuff to maintain/support [12:45] accelaration is around line 1107 btw [12:49] Tonio_: try this http://rafb.net/paste/results/693SdM64.html [12:49] Tonio_: your current compiel can be aborted, it won't work ;-( [12:50] okay [12:51] are those the good ones ? [12:51] tesging [12:51] testing [12:51] not sure, we might extend the else construction with one row, for super accellaration [12:52] hum true [12:52] do you want that right now? [12:52] the point is that you have several speeds, but this isn't proportionnal with the distance from the cursor to the click point [12:52] this is how firefox works [12:52] it is very nice [12:52] ah ok, thats even better [12:52] we can do that [12:53] yes [12:53] I can do the algo but not the code.... [12:53] the point is I don't know C++ [12:53] can you help me on that point ? [12:53] yes, should not be that hard [12:54] let's take 25 px -> 2 === pygi pokes mornfall :) [12:55] d->m_mouseScroll_byX *= adX/12.5 [12:55] but that isn't valid c++ I assume :) [12:55] not sure. [12:56] we can devide per 10 probably [12:56] let me check [12:56] d->m_mouseScroll_byX *= adX*0.1 [12:56] that has better chances to work ;) [12:56] that might work [12:56] let's gooooooooooooooooooo [12:58] probably we have to round it a bit [12:58] else the compiler will complain [12:58] so, we could go for the easy way out by converting it to an int. [12:58] why didn't they did that way ??? [12:58] proportional is by far better [12:58] no idea, but we will find out probably [12:59] sure [01:00] if we fail we can still add lots of values... [01:00] >100 > 125 etc... [01:00] indeed [01:02] me tries to find a quick setup to test compilation [01:02] toma: it is already in build here, but it'll take a bit of time :) [01:02] I'm on a laptop, not a dual core :) [01:02] i'm pretty sure it will fail, as it will not result in an int [01:03] hum [01:03] but let it run as long as i'm struggling here [01:03] that's possible [01:03] round() somewhere ? [01:04] we can devide by 10 and round the value [01:04] that would mean an include math.h is needed. [01:04] hum... [01:04] we can cast it to an int [01:04] how ? [01:05] if lengh(bla) > 1 then split (bla, 0, 1) ? [01:05] probably using ...*= (int)(adX*.0.1) [01:05] I don't know if c++ allow textual functions on numvers [01:05] numbers [01:06] no .h file to include for this ? [01:06] no [01:06] cool [01:06] okay noted in case it fails [01:07] did you leave in that it only should happen after 25 pixels? [01:07] nope [01:07] maybe that is friendly as well [01:07] in firefox 2 pix and it works [01:07] you really should give a try at firefox conerning this [01:07] it is pretty cool like this [01:08] it does not work for me in firefox [01:08] hu ? [01:08] nothing happens [01:08] middleclick [01:08] maybe the lin ux version needs that to be activated let me checl [01:08] on the windows version it is activated out of the box [01:09] ok, it might compile fine, just with a warning [01:09] toma: go in firefox prefs, advances, use automatic blabla [01:09] you can activate it there [01:09] oki [01:10] the proportionnal thing is really MUCH better [01:10] works...it is really difficult to pauze the scrolling to read up [01:10] really ? [01:11] it is always moving unless you point the mouse to the middle [01:11] toma: reclick on middle click ;) [01:11] hehe [01:11] hum, I must say I have a very precise mouse, but I don't have any issue in going back to the center [01:12] G7 laser pawa [01:12] Tonio_: ok, it shoudl compile [01:13] if (adY > 25) d->m_mouseScroll_byY *= adY*0.1; [01:13] else d->m_mouseScroll_byY = 0; [01:13] if you want to lock movement the first 25 [01:13] I'l probably do with 10 [01:13] 10 bottom and 10 top makes a 20 pix zone [01:13] should be enought [01:14] right [01:14] where does NMU strand for? [01:15] stand [01:15] Non Maintainer Upgrade [01:15] ah, ok [01:15] it is when the changelog name and maintainer name in control are different [01:15] debian cares this, but we don't give a shit :) [01:15] yes, i noticed that difference [01:16] Tonio_: bbi 10 minutes, are you still around then? [01:17] toma: yes === linuxmonkey [n=linuxmon@unaffiliated/LinuxMonkey] has joined #kubuntu-devel [01:18] toma: if it works nicelly this patch could be proposed to kde I think [01:19] since most firefox people using this function (windows ones for example) really regret this functionnality sucks in konq... [01:26] back [01:26] i can commit it to trunk / kde4 yes [01:26] for kde 3.5.5 only if i write a good mail ;-) [01:27] and it is tested well by users of edgy [01:36] hehe [01:36] it'll be tested === nixternal_ [n=nixterna@ubuntu/member/nixternal] has joined #kubuntu-devel === claydoh [n=clay@bb-66-63-100-239.gwi.net] has joined #kubuntu-devel [02:02] done yet? [02:07] toma: nope, still building........ [02:07] I had a crash during the first build, no left space on device... [02:07] edgy migration increased the size of my apt cache :) [02:08] ouch [02:08] i just installed 160gb extra to try an edgy install soon and a kde4 === rob [i=Robert@freenode/staff/ubuntu.member.rob] has joined #kubuntu-devel [02:24] and because my current hd is giving me troubles now and then === neoncode [n=neoncode@unaffiliated/neoncode] has joined #kubuntu-devel === Tonio_ [n=tonio@tonio.planetemu.net] has joined #kubuntu-devel [03:00] toma: it doesn't work very nicelly [03:00] the speed changes in a strange way........ [03:00] weird [03:00] I may try with (int) maybe [03:00] can you send me the build? [03:00] edgy or dapper? [03:01] edgy.... [03:01] is it okay ? [03:01] i'm not on dapper [03:01] edgy [03:02] i'll build it tomorrow [03:02] + d->m_mouseScroll_byX *= adX*0.1; [03:02] + d->m_mouseScroll_byY *= adX*0.1; [03:02] ARGHHHHHHHHHHHHHH [03:02] i think we can loose the *= and change that to = [03:02] I'm a fuckin' stupid......... [03:02] haha [03:02] yes [03:03] rebuiding......... [03:04] how is the horizontal scrolling? [03:05] wow, that's an odd bug [03:12] Tonio_: i'll not wait on that build, nite === bddebian [n=bdefrees@71.224.172.103] has joined #kubuntu-devel [03:26] crimsun: well, it is probably due to the fact than it is 3:30 am too :) [03:27] that, too. :-) [03:27] hehe [03:27] Hello [03:27] hey bddebian [03:27] Heya Tonio_ [03:43] why do I make so stupid things on a package that takes more than one hour to build ? :'( [03:43] Tonio_: We all do [03:44] bddebian: true ! [04:22] tonio would love ccache. [04:39] heh === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel [04:53] morning all! === Hobbsee has figured out a good birthday present. [05:06] heya Hobbsee [05:06] whats that ? [05:06] imbrandon: a card that works without ndiswrapper! [05:06] a new mac lappy ? [05:07] heheh [05:07] pft [05:12] crimsun: you ever use distcc ? === pounk [n=pounkf@142-217-81-161.telebecinternet.net] has joined #kubuntu-devel [06:04] imbrandon: I've used it [06:04] know if its possible to get dpkg-buildpackage to use it ? [06:05] yes, but I don't know the details offhand [06:05] you shouldn't have to do anything special to dpkg* [06:05] k cool, i will continue my quest then [06:06] hrm well i wanted to do it without chaging the makeflags of the source === kwwii [n=kwwii@likes.smoking.more.than.watching.spacenight.dk] has joined #kubuntu-devel [06:10] moin === bddebian2 [n=bdefrees@71.224.172.103] has joined #kubuntu-devel [06:19] moin kwwii [06:20] howdy nixternal [06:20] happy birthday hobbsee :-) === kwwii wonders how old she is [06:20] 18 [06:20] damn kids [06:20] hehe [06:21] they are getting smarter and smarter as well [06:21] 18?! Man, I feel ancient. [06:21] hehe [06:21] yeah, no shit [06:21] you are ;) [06:21] nixternal: I bet I'm younger than you :-p [06:21] bet your not ;) [06:21] ok fine, at least I'm younger than Lamont :-p [06:21] haha [06:21] lamont off of sanford and son? [06:21] ;) [06:22] hah [06:22] hehe === DaSkreech [n=Me@208.138.25.161] has joined #kubuntu-devel [06:46] HI nixternal [06:47] hiya DaSkreech [06:47] Interesting Newsletter [06:47] it is in the process of editing [06:48] #7 isn't even close to being ready [06:48] it just has the news..now it needs to be put to template and released...reworded, tweaked, you name it [06:49] nixternal: the fact that you know lamont of sanford and son tells me that you are pretty old :p [06:49] hehe [06:49] i grew up to that. red foxx is one of my favorites [06:49] sanford and on, all in the family...classics [06:49] Mutha . Father! [06:49] hehe [06:50] aunt esther...and fred..they would kill me [06:50] ok..i need a ubuntu theme page/site at chi.ubuntu-us.org [06:50] ;_ === abattoir wonders what you people are talking about... goes and googles/ searches tv.com :P [06:50] hehe [06:51] Young uns === nixternal will be 32 in 1 week and 9 minutes [06:52] you're definitely a fogey. [06:52] never [06:52] I'll be like 18 in .. sometime [06:52] whippersnapper. [06:53] ok, so i *was* right, it *was* a TV show... [06:53] hmmm 1972-1977 [06:53] Woah older than me [06:54] Though I do remember desmonds === imbrandon rembers lammont and is only 27 [06:55] Which I see no one else remembers [06:56] (I was actually referring to LaMont Jones, the DD, who is in his 40s.) [06:57] hehe [06:57] heheh i was thinking sanford and sons ;) [06:57] son* [06:57] green acres? [06:57] ouch [06:57] haha [06:57] nick at night and tvland own me === 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 [06:58] lol [06:58] OF course if anyone backs out the original airings of The Shadow I'm outta here [06:59] ( unsuccessfully i might add ) [06:59] DaSkreech: lol [06:59] DaSkreech: what about starsky and huch ? [06:59] lol [06:59] The Shadow is older :) [07:00] imbrandon: That's cute where did you get the Bear shirt? [07:00] hrm i wonder whom is the old man on campus that hangs in -motu or one of the -devel's [07:01] imbrandon: nice pic :-) [07:01] DaSkreech: i have no idea man lol that was almost a year and a half ago [07:01] kwwii: thanks [07:02] for a long time, I thought I was old but now I meet people online that are even older :p [07:02] heh === imbrandon looks alot older without his ballcap on becouse I'm balding , but good luck finding a pic of me without a ballcap on ;) [07:04] I tend to avoid photos if possible [07:04] hehe, I shaved my head for the last 7 years too hide my balding === DaSkreech whistles as hie opens Krita [07:04] now I finally have hair again [07:05] in between jobs, I figured that I could risk trying to see if it will grow anymore :p [07:05] lol yea [07:06] so now I have this funny, kinda bozo the clown meets christopher walken look [07:07] bwhahahah omg i just pictured that [07:07] heh afk freakin kernel panics [07:07] heh everytime i have seen you kwwii you have a beanie cap on [07:07] what is your kernel afraid of? :-) [07:08] grrr well i was trying to install debian proper on this other box [07:08] ahhhaaaa, sorry we do not support that here :p [07:08] but right after install it panics, lol ( notes *buntu runs fine on same hardware ) /me looks for the problem [07:08] kwwii: Falling haair or rising gas prices one of the two I'll bet [07:09] heh kwwii we dont support osx either and thats what i'm on atm ;) [07:09] shhh [07:09] DaSkreech: dude, the gas price here is getting fscking crazy [07:09] hehe [07:10] Fuel System consumption killing? === imbrandon dosent drive [07:11] it is around 1.40 Euro per Liter [07:11] ouch [07:11] its about 2.90 USD here or so last i looked [07:11] imagine paying $5 or so for a gallon [07:12] yea that sucks [07:12] time to sell the mercedes and buy a honda again [07:12] hehe [07:12] get a ethonol ( sp? ) car [07:13] or a sunlight one [07:13] actually I was thinking of natural gas [07:13] ye [07:13] a [07:13] It's like 60 dollars a litre [07:13] gah this sucks /me hates this ( debian proper not working ) [07:14] Plus now we gotta pay to drive on the roads [07:14] ohh well i dont have time to fsk with it [07:15] DaSkreech: London? [07:15] Doh! [07:15] hehe, I found a pic of my family: http://bootsplash.org/family.jpg [07:15] John Woo is not making the next TMNT movie [07:15] abattoir: No I said dollars [07:16] kwwii: nice , cool pic [07:16] thnx [07:16] DaSkreech: oh ok, i though London, because of the Road Pricing thing, but now they are having it all over the world... [07:16] *thought [07:17] Yeah the Govt sold our roads to the french so now we have to pay them to drive on it [07:17] lol === imbrandon contemplates sleep or more drupal hacking , i think sleeps gonna winout [07:17] hehe [07:18] bootsplash.org === kwwii just woke up ;-) [07:18] That's a fortunate URL === abattoir remembers trying to use bootsplash once. [07:18] DaSkreech: well, I co-authored the first bootsplash [07:19] i had an old monitor/video card, never worked :( [07:19] the first bootsplash ever for linux, so the domain was easy to find [07:19] I just went to the home page and surmised something like that [07:19] actually, I think I made up the word "bootsplash" [07:19] hehehe wouldent doubt it [07:20] abattoir: I can point you to lots of new cards that do not work either [07:20] inbetween jobs? i thought you were on contract with canonical kwwii [07:20] imbrandon: I worked for SUSE for the last 7 years [07:20] kwwii: its still in active development? or has it morphed into something else ? [07:21] abattoir: it is still being developed but I am no longer working on it [07:21] kwwii: i know that i ment now [07:21] eventually I will migrate to my new domain and get rid of bootsplash.org [07:21] imbrandon: yeah, now I am contracting for canonical [07:22] Hmm I wonder if they have a URL for the Stuff Lunak tossed into kwin [07:22] "artist in chief" (what a corny name) [07:22] heh === 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 ) [07:22] kwwii: Ask them to just Give you Master Chief [07:22] lol [07:22] imbrandon needs to get me some ubuntu themeage!!! [07:22] For some rason young uns' think that's a cool name nowadays :) [07:23] Reason [07:23] lol [07:23] nixternal: i'm working on "themes" for buntudot.org i might get up this weekend [07:23] imbrandon: not so bad though [07:23] you could simply update a few things and it would look fresh again [07:23] but trying to whip art.ubuntu.com into shape atm [07:23] hehe, I was born in kansas city :-) [07:23] so not time [07:24] kwwii: was you? nice i was born and raised here, moved a few diffrent places and just reciently moved back [07:24] if 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 theme [07:24] made sure i covered all 3 ;) [07:25] Cause they are 1337 [07:25] nixternal: 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 licensed [07:25] imbrandon: I'll be in St. Louis in about two weeks visiting my family [07:25] imbrandon: obviously it has to be open, since the forums got it [07:26] kwwii: 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 time [07:26] its only about 3.5 hours from KC [07:26] not a big drive [07:26] imbrandon: I'll do that :-) === imbrandon notes his wife will still be out of town too so its perfect LOL [07:27] :D [07:27] actualy you knoew where offallon IL is outside east stl ? thats where they all live [07:28] st claire county i think [07:28] kwwii: So going to whip up some cool new compositing effects for us? :) [07:28] how'd you end up in germany ( isnt that where you are ) , suse ? [07:30] DaSkreech: hehe, once I have a computer on which it works, sure :-) [07:31] I have 4 computers and 5 ATI cards [07:31] lol [07:31] Hmm Hey kwwii Where does the KGHNS for the wallpapers point to? [07:31] damm apples ;) [07:31] imbrandon: exactly [07:31] DaSkreech: ~/.kde/share/wallpapers iirc [07:31] Well they just dropped support for it into kwin :) [07:31] KGHNS? [07:31] abattoir: Huh? [07:31] KDE.... [07:32] kghns ? [07:32] Get Hot... [07:32] oh sorry, kde-look.org [07:32] ahhh [07:32] New Stuff? [07:32] yeah, kde-look.org [07:32] i though you asked where they are downloaded to [07:32] KGetHotNewStuff [07:32] Yup :) [07:32] KThisIsAnotherStupidNameThatStartsWithK [07:32] hehe [07:32] hahahahah [07:33] Was wondering if we could get some of a.you.com up there [07:33] For someone named kwwii :) [07:33] KNintendo FTW! [07:33] heh there is a knes iirc [07:33] KDE stands for Kens Desktop Environment [07:34] Go niKsternal! [07:34] muah [07:34] jeesh, freenode didn't like that [07:35] unfortunately it really stood for "Kool Desktop Environment" which always reminds me of cigarettes [07:36] heh i thought it was a play on the cde klone [07:36] kwwii: I'm of the opinion it didn't stand for anything [07:36] It was just to make fun of CDE [07:36] DaSkreech: yeah, that is what we say now [07:37] DaSkreech: nah it did WAYYY back when === imbrandon hates it some sites still use the old kde logo [07:37] Just kause Ama Rok!s doesn't mean we go bac on prikipals [07:37] DaSkreech: it is based on the CDE name idea, but in german all C's are K's [07:38] kommon desktop enviornment [07:38] ;) [07:38] Kooky? [07:38] hehe [07:38] Kause we're Kreepy and Kooky [07:38] Mysterious and spooky [07:39] Bah only old people get that joke [07:39] sounds like the begning to scooby doo [07:39] I liked "Komplet" (Complete in english) [07:39] since it does have pretty much everything (at least twice) [07:39] lol [07:39] yea [07:39] Would have been funny of e got called that [07:40] ede ? [07:40] e is ugly imho ( so is stock kde too but thats beside the point ) [07:40] at least you can point to the one person who is responsible for making e look as it does === 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 [07:41] plasma is lookin rockin from what i have seen [07:41] imbrandon: I used to. the new screens creep me out [07:41] DaSkreech: i just mean the "glassy" feel for everything [07:41] wait till we have oxygen ready, then things will start to look nice [07:41] Yeah too bad my attention has wandered to tenor which looks dead :( [07:41] not really the os or win deco [07:42] imbrandon: Yeah it creeps me out [07:42] Should have lusted solid they look almost done :( === imbrandon hugs royale [07:43] royale? [07:43] i still havent prefected that glass look in inkscape / pshotoshop yet though [07:44] kwwii: http://www.buntudot.org/people/~imbrandon/screenshots/snapshot2.png [07:44] ^^ glassy xp look called royale [07:45] i have the howto and the images i used on buntudot.org howto section [07:45] hehe, killer [07:45] imbrandon: arent you the guy who has a howto for this? [07:45] Better than Fisher Price I guess [07:45] abattoir: yea its my theme ;) [07:46] imbrandon: oh, yes, now i remember :) [07:46] Yeah I go into spasms everytime I see a screenshot from him [07:46] abattoir: i run buntudot.org ( with some editing help from nixternal and a few other great guys ) [07:46] ;) [07:46] lol [07:46] LOL [07:47] imbrandon: yes, 'that', i know :) [07:47] imbrandon: looks nice :) [07:47] DaSkreech: you should see my iBook screenshots , i have kde on it looking exactly like osx tiger [07:47] DaSkreech: i make the x86 look like windows xp and ibook look like osx and my amd64 is stock kde ;) [07:48] but all run kde [07:48] I just do that to get the rage of my mac co-workers up :) [07:48] well the ibook is in osx most of the time but it does have kubuntu installed ;P [07:48] Then I cycle through the look for all the Mac OSX releases [07:48] Ahh Baghira :) [07:48] Baghira is simply awesome [07:48] the guy who made baghira is working on the oxygen style :-) [07:48] I just like the name [07:49] i have a variation.. too bad no one else in the world other than me likes it :( [07:49] DaSkreech: yea baghira is some of it, and a karamba plugin too [07:49] and a few other touches [07:49] and the fact that the screenshot page says I'm guessing this is the first page you clicked on [07:49] kwwii: I'm confused about Oxygen Does it have substyles? === imbrandon loves oxygen ( cept the brown folders LOL ) [07:50] hehe [07:50] DaSkreech: nope, it is an icon theme, window deco, widget style etc. [07:50] kwwii: is everaldo also working on it ? [07:50] yeah, I gotta put the blue ones back [07:50] abattoir: hehe, nope [07:50] we asked him [07:51] abattoir: kwwii is ;P [07:51] and he said he is not interested in working on a theme that he did not create by himself [07:51] imbrandon: of course, was just asking... [07:51] everaldo has some NICE icons [07:51] yeah, I used to be his boss :p [07:51] kwwii: that's sad... hmm egos [07:51] lol cool [07:51] yea ego's suck [07:52] The latest commit digest had a oxygen/Pinheiro [07:52] the best part of oxygen is that it is 100% svg [07:52] yea [07:52] brb one sec [07:52] Nuno Pinheiro, David Vignoni and myself are the oxygen team [07:53] I know I cracked up when I saw it commited as SVN cause since SVG is code you could have versions of it :) [07:53] With Diffs [07:53] and in the meantime others have stepped up to help as well [07:53] Ah I thought it was a subsection [07:53] hehe, nope, those are dirs for the artists to store stuff in before it goes in the theme [07:54] I 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 while [07:54] Cause he saw me garb the svn :) [07:54] grab [07:54] stupid 1 in the morning [07:55] hehe [07:56] heh [07:56] That's pretty much when I figured out the E-vil fo XML [07:56] When I saw someone code a picture of a house in Notepad [07:56] isnt there a script in there too to generate the png icons [07:57] I had to close the browser and walk away cause that just changed the world [07:57] imbrandon: yepp, check in the Ken dir === imbrandon wonders if kde still builds on osx [07:57] run that script in the "svg" dir in theme [07:57] kwwii: cool, [07:57] You can have a script build in the person's name in the icon for thier home dir :) [07:57] In the font of their preference :) [07:57] automagiaclly!! === abattoir goes to try that out [07:58] :-) [07:58] kwwii: it uses imagemagick ? [07:58] Cause the entire picture is well formed well structured code [07:58] abattoir: yepp and inkscape [07:58] but it will use batik soon instead [07:58] kwwii: cool :) [07:58] batik ? === imbrandon googles [07:59] Heck 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 own [07:59] we will have it running on one of our servers [07:59] oxygen-icons.org is going to get really nifty in the next few months [07:59] But as google says Do no Evil :) [08:00] hrm is there a "easyish" way to convert a bmp based pic to svg ? [08:00] well, you could trace it [08:00] heh yea [08:00] but the results are usually not that nice === imbrandon needs a new pen and pad mouse , my old one is not acurate at all [08:01] Who knows anything about Tenor? [08:01] well, I am part of the appeal group so I guess I know more than others [08:02] for now it is pretty much dead, I guess...scott, the main dev, has no time for it, it seems [08:02] Yeah :( [08:02] Ah well [08:03] Oh back to Oxygen [08:03] I guess the core team does all the core KDE etuff [08:03] stuff [08:03] isnt tenor the KDE4 search infrastructure thing? [08:03] yepp [08:03] what about other app writers? [08:03] abattoir: Wasish [08:04] DaSkreech: not sure I follow? [08:04] Might get stripped down to strigi [08:04] Well other applications not konsidered part of KDE [08:04] Like krecipe and such [08:04] we are working on the 1200 most important icons now [08:05] eventually it will be even more complete than crystal [08:05] Do they make an ikon and submit it, keep up their own thing or must they use SVG that conforms to oxygeb rules? [08:05] 1200!!! [08:05] kwwii: there really are 1200 icons? i though aseigo said you were kidding [08:05] Ah [08:05] abattoir: no, I can show them to you [08:05] or does it include all the sizes? [08:05] hehe, actually there are about 1900, but we removed the exact duplicates [08:06] no, just one size for each name [08:06] SVG is scalable they should need only one size right [08:06] hmmm... sounds like a daunting task ;) [08:06] 1200 icons [08:07] not quite true though...we make different svgs for the smaller sizes [08:07] What 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] but i guess when you are a pro, you can get through it easily :P [08:07] I 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 size [08:07] i fail to see how being a pro makes it so much easier to get through things [08:08] moins mornfall [08:08] hi [08:08] Hi [08:08] mornfall: well, you are experienced, the more you do of something, cant you do it faster? [08:09] abattoir: faster, yes, but there are limits, you just can't crank out icons at an icon/minute rate :p [08:09] every new icon takes about a day [08:10] mornfall: i was just looking at your adept-channels-draf.png mockup,thats gonna be awesom looks like [08:10] mornfall: 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] for someone who is good [08:10] Sooo KDE4 is 1900 days/3 away [08:10] heh [08:10] it helps to be a good artist, yes [08:10] hehe === DaSkreech heads off to the FOSS Inquirer [08:11] hehe [08:11] our biggest problem at the moment is that none of us are being paid to work on oxygen [08:11] DaSkreech: you mean slashdot err nvm [08:11] lol [08:11] damn this pollution [08:12] I knew I'd be asked to pay for Oxygen one day!! [08:12] lol [08:12] imbrandon: dont worry buntudot will get the world exclusive :P === imbrandon wishes he has tons of money to fund some foss projects [08:12] abattoir: LOL [08:12] imbrandon: i know a guy who has [08:12] but he likes gnome more, so [08:12] tough luck [08:13] heh sabdfl ? hehe === abattoir thinks he knows who it is === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel [08:13] Doesn't he have like Konqui's Kousin on his plane? [08:13] mornfall: yea i mean more like to pay for oxy devs or adept devs etc not myself ;) [08:14] Hi Hobbsee [08:14] ahoy miss Hobbsee [08:14] kwwii: what about Linspire, Novell(ok, they are leaning towards GNOME now) and the big uns? [08:14] moins Hobbsee [08:14] hi DaSkreech, mornfall, kwwii and eveyone else [08:14] kwwii: and of course Canonical too :P [08:14] hi imbrandon - do we have konversation nightly builds for edgy yet? [08:14] abattoir: 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 :p [08:15] I guess hiring two artists to work on oxygen also had something to do with it [08:15] ouch kwwii [08:15] Linspire pays Everaldo (he left SUSE to work for them) [08:15] Novell is a strange kompany [08:15] hmm, yes i remember they got the initial exclusive on Crystal Clear [08:15] and my time for Canonical is pretty full of kubuntu only work [08:16] I mean, I do get stuff done, but I cannot say that I am doing one icon a day [08:16] novell is great working against itself [08:17] its sad that few companies want to give back... when they take so much... add little value [08:18] *cough* Microsoft *coughcough* [08:18] well, atleast they develop their own stuff... [08:18] imbrandon: on your blog you have a pic on Feb 2, 2006 ...is that a special day or something? [08:18] Some of it :-P [08:18] DaSkreech: hehe [08:19] kwwii: it was a failed attemp to make albums and i havent fixed the phgp code [08:19] ahhh, gotcha...just wondered cause that happens to be my birthday [08:19] In any kase I think the time of bed has kome [08:19] DaSkreech: ok, atleast they 'buyout' the company or the product, even if it is daylight robbery [08:19] kwwii: i did all the art and php for that site and honestly have just neglected it lately [08:19] imbrandon: I know that feeling :-) [08:20] kwwii: ahh cool actualy that was the day we had the last family pics made ( at the end of the main album ) [08:20] abattoir: I tracked something for a good while and everytime zlib had a security flaw Microsoft has one remarkably similar within a month [08:21] DaSkreech: hmmmm... definitely sounds like something they'd do :) [08:21] oh good, my screensaver fix hit the archives. [08:21] hehe [08:21] Anyway I don't want to speak ill of the dead.. or dying [08:21] DaSkreech: indeed :) === pygi [n=pygi@83-131-241-32.adsl.net.t-com.hr] has joined #kubuntu-devel [08:21] Which reminds me I'm supposed to be doing some screensaver work for KDE4 :( [08:22] Ahhh Hope I get better soon [08:22] dude, this is fscked up: http://www.wltx.com/FYI/story.aspx?storyid=39760 === imbrandon looks [08:23] sick [08:24] ewww [08:24] Night ALL [08:24] DaSkreech: night [08:24] gnight [08:24] DaSkreech: good night :) [08:24] nigh tdas [08:24] *night DaSkreech === DaSkreech grins [08:24] happy (belated?) birthday Hobbsee [08:25] ahh to be 18 again lol [08:25] Hobbsee: Oh yeah some imposter was here :) we were nice though [08:25] kwwii: not belated :) thankyou [08:25] hehe [08:25] Ha I'm 18 till the day I die === Hobbsee wonders why this ftbfs. === DaSkreech turns on Bryan Adams and bops to bed [08:27] ftbfs? [08:27] file to build [08:28] fale [08:28] grr [08:28] screw it [08:29] hehe [08:29] I think I get it know [08:29] thnx :-) [08:30] failed to build from source. === abattoir_ [n=abattoir@59.92.81.6] has joined #kubuntu-devel [08:32] hey kwwii, Hobbsee, imbrandon [08:32] and others :) [08:32] hi pygi : [08:32] ) [08:32] hi pygi === kwwii cooks breakfast === pygi just saw some weird thing, but oh well :) === abattoir__ [n=abattoir@59.92.83.156] has joined #kubuntu-devel [08:41] weee [08:41] hi nixternal [08:41] heh [08:41] hi Hobbsee [09:05] g'nite [09:05] night nixternal [09:07] is it just me or are freenode servers' times screwed up ? [09:07] *** The topic was set by Riddell on Sunday 21,July,2006 07:31:03 [09:07] yesterday wasnt a Sunday [09:08] maybe they are following some other calendar system :P [09:08] [17:08] *** The topic was set by Riddell on 22/07/06 00:01:03. [09:08] Hobbsee: interesting [09:09] so its my side... lets see what kopete says === ani [n=ani@59.92.83.156] has joined #kubuntu-devel [09:15] maybe a konversation bug? [09:15] ksirc shows it right === Hobbsee is using konversation [09:35] debian 362870 [09:35] Debian bug 362870 in planetpenguin-racer "Subject: planetpenguin-racer: failed upgrade: overwrite of image file from -data" [Important,Closed] http://bugs.debian.org/362870 === 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 [10:53] mornfall, I wouldnt mind helping you test everything every time you make a new version of adept. :) [10:54] Why did the repository manager get disabled in 2.1? It was working pretty decently in the version that ships with kubuntu dapper. === 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. [11:30] I updated kdelibs. KDM starts with both screens switched on. I log-in, one screen is turned off. [11:31] re omeow [11:31] as for repo manager [11:31] it's disabled because it's a bug [11:31] wasn't the intention to disableit [11:31] I 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. === raphink [n=raphink@ubuntu/member/raphink] has joined #kubuntu-devel === omeow grmbls some more. [11:49] Still cant type an aphostrophe. =/ [11:50] hey \sh_away [11:52] Hm. [11:53] I can type an apostrophe if I press alt + the aposrophe key. '''''' [11:53] Stupid. =/ === aliasfred [n=fred@73.43.102-84.rev.gaoland.net] has left #kubuntu-devel [] [12:01] omeow: hmm what's the point? [12:02] I expect my apostrophe to appear when I press the key and then either space or a key I want to place the apostrophe on. === abattoir_ [n=abattoir@59.92.83.182] has joined #kubuntu-devel [12:02] Not by using alt+apostrophe+the letter I want the apostrophe to appear on. === abattoir_ [n=abattoir@59.92.83.182] has left #kubuntu-devel ["Kopete] === abattoir__ [n=abattoir@59.92.83.182] has joined #kubuntu-devel [12:03] It 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.). === 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 [12:12] mornfall: poke poke [12:17] hi pygi [12:22] hey ajmitch, long time no see :) [12:23] how's it going? [12:23] kinda in trouble with all I have to do, what about you ? :) [12:24] haha [12:24] doing ok, SoC project is getting there :) [12:24] yay, nice :) [12:25] still plenty to do though [12:25] ajmitch: soc student? cool... [12:25] which project? [12:25] network auth [12:25] though at the moment I only have a gtk+ frontend, not kde :) [12:25] ajmitch: ah, make one :P [12:26] pygi: I need time & incentive [12:26] most of the code isn't in the frontend anyway [12:26] well, backend :P [12:26] it's in the various hacking up of config scripts, debconf, etc === ajmitch needs to brush up on distutils to get the package working properly :) [12:30] pygi: peek peek [12:30] mornfall: you have bit of time? [12:30] possibly, yes [12:30] i may wander away for a bit again, but not too long [12:30] and not right now [12:31] mornfall: just found out some nice features that are in dev version :) [12:31] Like channels, new UI, and stuff :) [12:31] they aren't [12:31] ehm? [12:31] it's a spec, not "what's new in" [12:31] well, right, but oh well :) [12:32] some of the items will be deferred [12:32] may I just say that you consider making the UI more consistent, usable, and not so empty? :P [12:32] maybe, maybe [12:33] mornfall: well, if you want to make it appealing to users :) [12:33] yes? [12:33] (i'm not sure i know where is this going) [12:34] well, it's going nowhere :) Just saying you have to improve even the new UI draft :P [12:34] you dont have to listen to me ofcourse, I am no one important :P === ajmitch waits for a concrete suggestion or two... :) === pygi pokes ajmitch !!! :P [12:36] er [12:36] re [12:40] mornfall: alive? :P [12:45] pygi: ah [12:45] was reading kde-core-devel [12:45] i won't listen to people that tell me "you have to" [12:46] mornfall: I said that you dont have to listen me :P [12:46] pygi: that's given [12:46] you also said that i have to improve the ui draft [12:46] which is nonsense [12:46] so [12:46] well, if you need help, feel free to ask :) [12:47] are you offering? what exactly? :) === hunger [n=tobias@p54A63B66.dip0.t-ipconnect.de] has joined #kubuntu-devel [12:49] (as in, what form of help) [12:51] mornfall: advices? :) [12:51] you have any useful? [12:51] always :) [01:04] pygi: well, you could tell me and i can judge if they are useful === 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 [01:49] moguh === Tonio_ [n=tonio@tonio.planetemu.net] has joined #kubuntu-devel [01:51] hey [01:51] Riddell: ping ? === Tonio_ [n=tonio@tonio.planetemu.net] has joined #kubuntu-devel [01:53] toma: ping ? [01:53] the patch doesn't work, it looks like when speed > 8, then speed restarts to 1 [01:54] nope it restarts to -8 [01:54] Tonio_: oki [01:56] ./khtmlview.cpp: scrollX = deltax > 0 ? (deltax > maxx ? maxx : deltax) : deltax == 0 ? 0 : (deltax>-maxx ? deltax : -maxx); [01:56] something like this has to be patched too :) [01:56] eiks [02:00] toma: 'm looking at the code, it looks patchable, but I will require a little help on that point ;) [02:02] oki === apokryphos_ [n=apokryph@host-84-9-32-227.bulldogdsl.com] has joined #kubuntu-devel [02:04] toma: int adX = abs( deltaX ); [02:04] I think we have to look at this part === apokryp3 [n=apokryph@host-87-74-66-209.bulldogdsl.com] has joined #kubuntu-devel === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #kubuntu-devel [02:13] i dont see an obvious error [02:14] toma: hum... [02:15] toma: do you want the binaries ? [02:15] that might help you to understand what happens [02:15] i'll build them for dapper [02:15] + some debugging [02:15] toma: okay [02:16] it just looks like the scroll is limited to a value, and restarts at its minimum when this value is reached [02:20] oki [02:22] Tonio_: is a dbg package created automatically [02:22] toma: you means ? [02:23] a debug one ? don't think so === freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #kubuntu-devel [02:25] how to get that one? [02:25] there is something in the rules about it [02:26] toma: adding options to the configure script probably :) [02:26] let me check [02:27] toma: probab ly need to add another option in DEB_CONFIGURE_EXTRA_FLAGS [02:28] there is a package kdelibs-dbg [02:28] i'll use that one [02:28] toma add --enable-debug=full [02:28] that's another way to do ;) [02:29] isnt it automatically build? [02:31] toma: don't think soo [02:31] toma: better do the way I did ;) [02:35] so as to not get Tonio_ angry, better do as he did [02:36] ;) [02:37] raphink: lol [02:37] raphink: if you wanna help on that point ;) [02:37] hehe [02:37] if you wanna help us on migration fai examples to cfengine2 [02:38] s/migration/migrating/ [02:38] it's even hotter in germany than in Nice [02:38] horrible [02:38] at least if I was in Nice I would go to the beach to swimm [02:39] I can imagin === Seveas [n=seveas@ubuntu/member/seveas] has joined #kubuntu-devel [02:55] hurg........ kdebase ftbfs in my chroot... [02:55] raphink: already seen this error : /usr/include/linux/joystick.h:131: error: '__s64' does not name a type ? [02:55] looks related to linux kenel headers [02:55] nope [02:56] why do you think it looks related to the kernel headers? [02:56] oh yes [02:56] include/linux [02:56] :s [02:56] hehe [02:56] c koi deja le chan ubuntu-kernel ? [02:56] je vais demander la bas [02:56] Tonio_: x86 or amd64 ? [02:57] x86 [02:57] \sh regarde [02:57] raphink: thanks \sh [02:57] in edgy right? [02:58] yes [02:58] hi raphink, Tonio_ [02:59] hi ajmitch [02:59] <>< [02:59] hey ajmitch [03:01] __GNUC__ must be defined to use __s64 and __STRICT_ANSI__ [03:01] concerning this kernel headers error it is the second time I have it in 3 days [03:01] oh [03:02] not __STRICT_ANSI__ sorry [03:02] in order to use this class [03:02] I should report this to benC right ? [03:02] is it you stephan ? [03:03] see /usr/include/linux/types.h [03:03] line 28 [03:03] #if defined(__GNUC__) && !defined(__STRICT_ANSI__) [03:03] I can see this yes... [03:04] Tonio_: it's not a problem with linux-heaers, __GNUC__ must be defined and __STRICT_ANSI__ must not be defined [03:04] otherwise the class it not usable [03:04] check if kdebase defines __GNUC__ and __STRICT_ANSI__ [03:04] okay but that should have changed recently, since the same package was building 2 days ago [03:04] and no it's not stephan [03:04] it's still me :) [03:04] hehe okay [03:05] well the kernel in edgy hasn't changed for a quite a time [03:06] a month or so [03:06] I mean the upstream version [03:06] weird...... [03:06] latest Riddell's upload is 2 days old... [03:07] well I'd think kdebase is more likely to hav changed than linux-source [03:07] did you try on another machine Tonio_? [03:08] raphink: no but I will [03:08] k [03:08] raphink: can I use tiber for this ? [03:08] I only have my laptop there [03:08] the upstream kernel may not have changed, but l-k-h has [03:08] sure [03:09] it's been through a few changes lately [03:09] ajmitch: okay, that could explain [03:09] 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 this [03:09] lkh ? [03:09] oh right [03:09] linux kernel headers [03:09] linux-kernel-headers package [03:09] yep [03:10] I had the same issue compiling kxmame (relative to joystick too) [03:10] and it was working 2 weeks ago too [03:11] ajmitch: would you suggest reporting this to the kernel team ? === freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #kubuntu-devel [03:11] probably [03:12] okay thanks [03:12] BenC can always just yell at you if it's not related :) [03:13] Tonio_: noone is likely to be around right now in #u-kernel :) [03:13] I *think* BenC has a week or two vacation now as well [03:14] ajmitch: arf, okay I'll report a launchpad bug then :) [03:14] probably better [03:14] definitely better [03:18] https://launchpad.net/distros/ubuntu/+source/linux-kernel-headers/+bug/53732 [03:18] done [03:18] Malone bug 53732 in linux-kernel-headers "/usr/include/linux/joystick.h:131: error: '__s64' does not name a type" [Untriaged,Unconfirmed] [03:20] okay let's go back to that kdelibs patch... [03:21] 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] sounds weird... [03:21] Tonio_: yes, could not find a reason either [03:22] hence the debug [03:22] would be good to be able to display this value :) [03:23] ajmitch: thanks for the help === ajmitch didn't help much :) [03:23] :P [03:24] toma: I have several merges to complete... can I let you looking at this ? [03:24] once done we will kickass konqueror :) [03:24] s/konqueror/firefox :) [03:25] i'm not so happy with developing stuff this way [03:25] if every compile takes ages i'll loose interest very soon [03:25] toma: I can understand you... [03:26] kdelibs or kdebase are a pain for this.... [03:26] raphink: isn't there a way to only recompile the modified stuff with debuild/pbuilder ? [03:27] because every test takes 1 hour at least.... [03:27] raphink: maybe \sh knows a trick... [03:27] and why doesnt it make use of icecream [03:27] Tonio_: ccache with pbuilder [03:27] ajmitch: looking, thanks :) [03:27] it's not perfect, but it can speed compiles up a bit === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #kubuntu-devel [03:28] google will probably show you a couple of ways to hook it into pbuilder (I use it here) [03:29] ok, second ftbfs, i can not work like this [03:30] debuild should not clean the build [03:32] toma: I'm testing with ccache, looks pretty easy to use [03:32] toma: also you can use debuild instead of pbuilder [03:32] temp files will not be removed with it [03:33] im using debuild [03:33] arf* [03:33] does it clean the build ? [03:33] hum true.... I didn't figure out this in the past... [03:34] debuild -nc [03:34] iirc === Tonio_ plans to read the full debuild man soon... :( [03:35] are you building on a fast box? [03:37] ajmitch: not me, dunno concerning toma [03:37] I'm on a laptop... [03:37] ah [03:37] yes, that can be painful [03:40] how do i reverse all patches? === _superstoned [n=supersto@168-234.surfsnel.dsl.internl.net] has joined #kubuntu-devel [03:45] toma: dpatch deapply debian/patches/*.diff probably :) [03:45] but if you want to deapply them in the tmp build dir, that might be a bit more complicated... [03:47] how can you all work with these tools === neoncode [n=neoncode@unaffiliated/neoncode] has joined #kubuntu-devel [03:49] toma: suffering ? :) [03:56] another build, last try [04:00] toma: okay, I would like to test something also, but how do you write 2^4 in c++ ? [04:00] I mean simply, without translating this to 2*2*2*2 ? [04:01] would that require include math.h too ? [04:02] Tonio_: http://www.cplusplus.com/ref/cmath/pow.html [04:02] && yes for the include if it is not there [04:24] Does speedstep work in current kpowersave? === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel [04:25] hi all [04:25] hey Hobbsee [04:25] hi Tonio_ ;0 [04:25] hi [04:25] 8;0 [04:25] bleh [04:25] :0 [04:25] ))) [04:25] Hi hobbsee. [04:25] :) [04:25] toma: aren't you getting crazy ? ;) [04:25] finally. [04:25] hi toma, hunger [04:25] Tonio_: definitly [04:25] Hobbsee: too hot? [04:26] hunger: no, my shift key wasnt working, for some reasson [04:26] Hobbsee: Maybe because it is too hot? ;-) [04:26] hunger: it's not hot here :P [04:26] toma: yes, kdelibs is a pain to work on sometimes... [04:26] not to say everytime :) [04:26] Tonio_: what's it doing? [04:26] Tonio_: but it is making apidox now, so the end is near === hunger is sitting in the cellar with his laptop and still sweating. [04:27] lol [04:27] toma: cool [04:27] Hobbsee: we're trying to patch a specific khtml function that would be very usefull to activate for edgy [04:27] toma: I'm building too, doing another test on my own [04:27] Tonio_: ahhh.... [04:28] damn aptitude! It litteraly takes minutes to start up:-( [04:30] Hobbsee: sure you'll love it.... if we succeed [04:30] we will succeed [04:30] Tonio_: hehe [04:30] toma: for sure yes ! [04:30] Tonio_: and then you'll tackle other packages ;p === hunger is trying to get his feet wet with kde4. [04:30] Hobbsee: which ones ? [04:31] Tonio_: well, knetworkmanager, hopefully. and the powersave/kpowersave stuff if you're brave. [04:32] hum concerning knetworkmanager, depends on the changelog, because of uvf, and concerning kpowersave, yes, lots of chances I'm updating it [04:36] Tonio_: 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] Tonio_: 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 sure [04:38] It 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] killall networkmanager? === Hobbsee ducks [04:39] oh yay. more syncs. [04:39] ho my goooooooooood !!!!!!! [04:39] Hobbsee: Yeap, that works of course;-) [04:39] hunger: :P [04:39] Tonio_: what's up? === Hobbsee notes that kde 3.5.4 is due to be tagged tomorrow. [04:39] there is a french website where people can subscribe and try to search for old friends... [04:39] Hobbsee: But ubuntu is supposed to be for human beings, not for geeks;-) [04:39] hunger: heh, true. [04:39] can you imagin my first love I didn't saw for 10 years just emailed me ? ;) [04:40] my god ! [04:40] Hobbsee: Thinking about it: initscripts are rather geekish themselves:-) [04:40] hunger: heh, true === Hobbsee is a geek. you should see her birthday card. [04:41] Hobbsee: Oh, I believe that:-) You would be hanging out in the mall if you weren't;-) [04:42] hunger: heh, at 1am? === Hobbsee certainly wouldnt have bothered coming home. grumble grumble. [04:43] Hobbsee: dunno what these young people do nowadays... to be frank: I did not even when I was one of them. [04:44] hunger: heh === hunger is wondering if anyone here will travel to akademy in september. [04:46] I guess Riddell will be there. [04:47] yay, another sync. === Hobbsee wont be. === Hobbsee has no passport [04:47] Hobbsee: Are you american? [04:47] hunger: nope [04:47] hunger: i'm in sydney, australia [04:48] first i'm asked if i'm a new zealander, then i'm asked if i'm an american. sigh. ;p [04:48] Hobbsee: Oh, no wonder it is not hot at your place... it must be winter there. === raphink [n=raphink@ubuntu/member/raphink] has joined #kubuntu-devel [04:48] Hmmm... frequency scaling seemes borked in edgy on my box. Does it work for someone? [04:49] Why do I buy a 2,something GHz CPU when it keeps getting stuck at 800MHz? === hunger sighs. [04:50] hunger: hehe, yes ;) [04:51] OTOH: This does explain why aptitude takes *AGES* to read in its data. Or at least I hope so. === Hobbsee continues the merges. well, the syncs. [04:54] go go go Hobbsee [04:54] raphink: hehe [04:54] ;) [04:54] aptitude takes so long to update its data that I need to update again right after it is done:-( [04:54] Hi raphink [04:54] hi hunger === bddebian [n=bdefrees@71.224.172.103] has joined #kubuntu-devel [04:55] hi bddebian [04:56] Hi Hobbsee [04:56] Tonio_: sorry, i leave it to you... [04:57] toma: I can understand === apokryphos- [n=apokryph@host-84-9-33-180.bulldogdsl.com] has joined #kubuntu-devel [04:59] So 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. [05:01] no idea, i stopped watching. === Tonio_ [n=tonio@tonio.planetemu.net] has joined #kubuntu-devel [05:03] grmpf......... it doesn't work [05:03] toma: what were your letest tests ? [05:03] latests test sorry [05:04] i tried to make sense out the debugging... [05:04] toma: okay [05:04] I'm sure we're missing something very simple [05:05] it doesn't make sense the value gets back from positive to negative... [05:05] there is certainly something very simple we're missing... I'l investigate all the night if necessary but I'll find [05:05] http://rafb.net/paste/results/7ETXbH43.html [05:05] something turns it negative [05:06] yes [05:06] the value does this : 1 -> 2 -> 3 .... -> 8 -> -8 -> -7... [05:06] I don't see how... [05:06] but that's it [05:07] that can only happen when deltaY <=0 [05:07] yes [05:08] so the problem is with the delta [05:08] but we dont need that [05:08] so the *= can maybe change to a = [05:08] yes that's my thought too [05:09] have fun rebuilding ;-) [05:09] toma: will do :) [05:09] i'm rebuilding as well though [05:09] the build is stlighly faster with ccache [05:09] ajmitch: thanks or the tip, very aooreciated ;) [05:09] building in svn right now, even faster i think [05:10] especially when additional changes are neede [05:13] toma: int deltaX = point.x() - d->m_mouseScrollIndicator->x() - 24; [05:13] -24 is because we're on a base of 25 px [05:13] we probably shoud remove this [05:13] maybe [05:13] it is the bottom of the indicator [05:14] so you want to caclulate from the bottom of the indicator or the middle? [05:19] probably the middle [05:22] *jaw drops* === toma looks happily at the gant view of icemon [05:24] toma: Yeap.... running make -j 20 is fun;-) [05:24] Riddell: you around, at all? [05:24] oh, wait, he's at LGL [05:29] Hobbsee: ah, that's why he is on mute for 24 hours :) [05:29] Tonio_: yep [05:30] Tonio_: i was thinking of getting kopete 0.12.1 backported to dapper, or put into dapper-updates [05:31] toma: http://rafb.net/paste/results/iSjGvc87.html my latest patch in build [05:31] toma: if that doesn't work, I'll really need an explanation on why is the value changed to negative.... [05:32] Hobbsee: it is possible as long as it builds without any modifications... [05:32] Hobbsee: does it compile with kde 3.5.2 ? [05:32] Tonio_: no idea. [05:32] Tonio_: it can not change to negative in your patch [05:32] should be fine [05:32] Hobbsee: you should test in a dapper pbuilder [05:33] Tonio_: yeah, i will. i just got another report about it. [05:33] toma: the point is the old code wasn't supposed to change it to negative too... [05:33] not sure the baviour with pow will be desirable... It will go fast soon... === My8os [n=My8os@ppp138-148.adsl.forthnet.gr] has joined #Kubuntu-devel [05:46] toma: hum, what would you suggest instead ? [05:47] Tonio_: maybe just lineair, but experiments would be best [05:48] toma: well, let's fff something working with pow and then another cleaner way to do it ;) [05:48] s/fff/find (delay cause by pbuilder sorry) === 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 [06:06] toma: you should give a try at ccache for pbuilder, it really reduces the built time... about 30% here [06:09] hey \sh [06:11] <\sh> hey tonio... === Tonio_ [n=tonio@tonio.planetemu.net] has joined #kubuntu-devel [06:31] toma: my patch fuchin fails........ [06:32] arghhhhhhhhh [06:32] why? [06:32] I don't understand the but the value is still reversed [06:32] negative? [06:32] yup [06:33] I don't see how, but we miss something [06:33] something certainly obvious === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel [06:34] okay let's restart in another way to do [06:36] toma: during your debug, what was the tested value ? [06:36] isn't there a post calculation on it, like if bla > 8 then blabla ? [06:36] there is certainly something like this outside the file [06:37] delta, abs and m_mousescrollby [06:37] and which one is the reversed one that changes the others ? [06:37] delta ? === _att [n=x@caracas-4081.adsl.interware.hu] has joined #kubuntu-devel [06:43] toma: http://paste.ubuntu-nl.org/18626 [06:43] that's ugly, but that CANNOT fail [06:43] unless the value is changed somewhere else === _att [n=x@caracas-4081.adsl.interware.hu] has left #kubuntu-devel ["Konversation] [06:45] Tonio_: yep === toma [n=toma@toma.kovoks.nl] has left #kubuntu-devel ["Ooh,] === Tonio_ patches kopete to get hoverclosebutton on its tabs...... [06:56] this one at least is easy to figureout :) === 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 [07:07] Tonio_: your patch does not work [07:08] something is limiting it at 7 [07:08] toma: still reverted ? [07:08] yes [07:08] grmpf....... [07:08] so if we find that limitation, we can remove it.......; let's search [07:09] deltaY is not turning to nagative, so that is not the cause [07:09] yup [07:09] the value is read somewhere and potentially changed.... let's find out where [07:10] no [07:11] it is in that routine [07:11] // qt includes and classes [07:11] #include [07:11] could it be in qt directly ? [07:11] konqueror: 1 deltaY 128 adY 128 - 1 [07:11] konqueror: 2 deltaY 128 adY 128 - -8 [07:11] before and after the if statement [07:12] so the if results in negative number [07:12] ah [07:12] hum, how can we get 2 different values with the same deltaY ??? [07:13] I don't see the point [07:14] the if statement converts m_mouseScrollByY to something negative === My8os [n=My8os@ppp138-148.adsl.forthnet.gr] has joined #Kubuntu-devel [07:16] toma: how is it possible ? [07:16] i have an idea [07:17] toma: which is ?* [07:18] yeah, works === toma dances around [07:20] Tonio_: one second, need two more tests [07:20] okay === Dinofly [n=dinofly@AAmiens-151-1-76-231.w86-192.abo.wanadoo.fr] has joined #kubuntu-devel [07:26] Tonio_: trying to find some good values now [07:27] the problem is around line 391 [07:27] 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] I must say I don't understand how can the if change this but........ [07:27] there the bandwidth is limited to 4 [07:27] bandwidth ? [07:28] not sure about the details, remove the :4 and the values can exceed the 8 [07:29] toma: hum, variable size issue issue ? [07:29] yep [07:29] okay let's test === pygi [n=pygi@83-131-251-115.adsl.net.t-com.hr] has joined #kubuntu-devel [07:30] Tonio_: there is a need for the -24 [07:31] toma: yes I've seen this :) [07:31] else you are totally unable to stop it [07:32] Tonio_: http://rafb.net/paste/results/US3SgP27.html [07:32] seems to provide the best results for me [07:32] i tried a couple of values, these work the most natural for me [07:34] tome cool :) === claydoh [n=clay@bb-66-63-100-239.gwi.net] has joined #kubuntu-devel [07:34] toma: would you suggest this more than exp so far ? [07:35] what was that pow again? [07:35] i can test quickly now [07:35] toma: I wanted to make acceleration exponential [07:36] let me show you again [07:36] Tonio_: it is already with my patch [07:36] for my feeling [07:37] toma: okay lets test and if it's okay, let's keep it like that [07:38] if you have that pow formula at hand i can test it [07:38] hum yes just wait a second [07:39] toto = (int)(deltaY / 25) [07:39] and then set the value to pow(2,toto) [07:39] that should give a pretty rendering too :) [07:40] hehe the kopete patch works [07:40] hop uploading [07:42] Tonio_: up does not work anymore [07:43] hu ? [07:43] ah, the abs is needed [07:43] hehe ;) [07:43] else - * - [07:44] Tonio_: ok, but it is too fast [07:45] toma: great let's use the first idea (*0.1) [07:45] toma: MANY, MANY thanks :) [07:45] for the time and the pain [07:47] devided by 50 is pretty ok [07:48] toma: okay I am able to test now, you did enough and lost enough time :) [07:48] fyi I'l probably patch konsole for hoverclosebutton too :) [07:48] it works perfectly with kopete [07:49] okido [07:49] needs to be patched too ? [07:49] the pow version is difficult to stop [07:49] forget that [07:49] toma: okay let's forget it [07:52] Tonio_: anything else kdelibs related? [07:52] i'm now setup, so i can do those quickly now [07:52] toma: how do you do ? manual compilation ? [07:52] yes [07:52] okay ;) It looks ended for today until I find something else to do [07:52] running kdelibs from svn instead of the kubuntu version [07:54] oki [07:54] Tonio_: wasn't there something about a kcm which needed to change when there is no smb ? [07:58] okido, returning to kubuntu kdelibs then === 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 [08:26] toma: I'll probably increase the speed a bit, firefox is about twice as speed as this [08:26] on very long pages, that's of any use [08:26] like planet.ubuntu.com [08:26] oki [08:30] toma: otherwise livelly ;) [08:30] lovelly [08:31] yeah, im almost tempted to use it [08:32] toma: that's pretty usefull when you are used to use it [08:32] most firefox users use that all the time [08:32] i like pasting urls with middle click [08:32] toma: still possible, middle click on the tab bar, it works [08:32] you can also middle click on a link too [08:33] cool [08:33] just that you have to middle click on the tabbar and not the page [08:33] yes [08:33] doable [08:34] nice tip [08:34] yes, that brings more functionnality with a minimum issues === 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 [10:25] re [10:26] moins [10:29] Hello kwwii, imbrandon [10:29] heya bddebian [10:29] howdy bddebian, imbrandon === 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 [11:59] back in black