/srv/irclogs.ubuntu.com/2010/09/20/#kubuntu-devel.txt

eMyllermenubar isn't working anymore. what's the deal? :\00:07
eMyllerokay, sunday night... i should go take a walk as well.00:11
ScottK-droidrbelem, New mobile image on i386 to try.01:39
rbelemcool! \o/01:39
ScottKnixternal: Need the powerpc box again if you're around ...02:36
nixternalScottK: still need it?04:03
ScottKnixternal: Yep.04:03
nixternalstarting up now04:04
ScottKThanks.04:11
nixternalnp04:13
ScottKnixternal: All done.  I shut it down.  Thanks.04:24
ScottKRiddell: Dropping poxml for a bit (from kdesdk) was fine, but it's getting rather late in the game.  I've left you Bug 643198 and I'm off to bed.04:33
ubottuLaunchpad bug 643198 in kdesdk (Ubuntu Maverick) "poxml package dropped, breaks building of other packages" [High,Triaged] https://launchpad.net/bugs/64319804:33
maksbotanhi people11:03
maksbotancan u help with pykde?11:03
maksbotanwhat args must be passed to KAuth.HelperSupport.helperMain?11:03
markeymaksbotan: wrong channel I'd say. try #kde-python maybe?11:13
markeyor #kde-bindings11:13
markeynot sure11:13
apacheloggerJontheEchidna: bug 641288 ... maybe libqapt exhausts the stack?11:18
ubottuLaunchpad bug 641288 in kubuntu-debug-installer (Ubuntu) "kubuntu-debug-installer crashed with SIGSEGV in QMutex::lock()" [Medium,New] https://launchpad.net/bugs/64128811:18
apacheloggersince it is reported to only happen after upgrade to ubuntu4 which transited to the new libqapt11:19
apacheloggeralso I do not see how given the limited work scope of kdi how it could exhaust the stack11:19
RLahow to create a new bug report for kubuntu?12:44
Quintasan_DroidO/12:44
RLahttps://launchpad.net/~kubuntu-bugs <- is it possible to it through this web page?12:46
=== rgreening_ is now known as rgreening
persiaRLa, You might try running `ubuntu-bug ${PACKAGE}`, or visiting http://launchpad.net/ubuntu/+source/${PACKAGE}/+bugs : I'd suspect you'd get clearer support for filing bugs in #kubuntu or #kubuntu-bugs12:52
RLanever mind, i found out how12:53
Quintasan_Droidshadeslayer: kdeedu compiled, uploading recipe when I get home :P12:57
shadeslayerawesome :D12:58
shadeslayerQuintasan_Droid: ill finish kdegraphics12:58
apacheloggerWTF12:59
apacheloggerlikeback has super odd code12:59
Quintasan_DroidGreat.  It seems that I will do Amarok soon12:59
RiddellQuintasan_Droid, shadeslayer: project neon moving up the KDE stack?13:00
shadeslayerRiddell: yes!! :D13:00
shadeslayerRiddell: maxb set up the imports for kdebase and kdesupport manually, and https://wiki.kubuntu.org/Kubuntu/ProjectNeon/Packaging13:01
shadeslayerhe has a cron job which imports kdesupport and kdebase onto his pc and then pushes them to LP13:01
shadeslayeri just need to test build kdegraphics...13:01
apacheloggerQStringList( acceptedLocales.mid( 0, acceptedLocales.count() - 1 ) ).join( ", " )13:03
apacheloggerlook13:03
apacheloggerthey made simple things look complicated13:03
* apachelogger just loves that13:03
* persia jumps up and down and prepares a debdiff13:06
apacheloggerpersia: done fixing KO?13:06
persiaFinished last night, but it took 22 hours for me to do a complete rebuild from clean source on armel (all other architectures were faster, although powerpc ran out of space)13:07
Quintasan_DroidRiddell: everything went better than expected13:07
Riddellpersia: ooh?!13:08
RiddellQuintasan_Droid: excellent13:08
persiaRiddell, quilt patch is on 625204 if you want an advance look: debdiff will be up shortly.13:09
apacheloggersweetness13:11
Riddellpersia: wow, that's a big patch13:12
apacheloggerpersia: cool13:13
apacheloggerSput: you were the one complaining about amarok havign a whitespace problem, right?13:14
apacheloggereh13:14
persiaRiddell, There's only one interesting bit: for koffice-2.2.2/krita/plugins/paintops/spray/random_gauss.h Most of the rest is just cleanup for krita upstrream.  There's lots of doubles left, but they were never used as qreal, so I left them doubles in case there was a reason for it.13:14
apacheloggerSput: newline, not whitespace13:14
Riddellpersia: did you check it actually runs?13:15
persiaUm, so, like, if I start X on this thing, and move my mouse, and go get a cup of water, and come back, the pointer might have gotten there.13:16
Riddellok we'll leave that for someone else :)13:16
persiaI figure that having it build means that anyone who owns hardware fast enough can file bugs.13:16
shadeslayerapachelogger: do you have a idea how to resize a Qt widget to show more options by clicking a > in the main widget?13:24
shadeslayer> being a actual arrow in the widget...13:24
apacheloggerresize()13:25
shadeslayerand how do i show the '>' ?13:25
apacheloggerin fact if you change a child of a widget it should auto resize (that is if the sizehint of its children changes I think)13:25
apacheloggershadeslayer: qlabel for example13:26
shadeslayermm13:26
apacheloggershadeslayer: can really be any sort of widget13:26
apacheloggerbutton of course would be an obvious choice13:26
shadeslayerit will resize itself? 13:26
shadeslayerthat is awesome13:26
apacheloggerbut generally you can implement a click event for every widget13:26
apacheloggershadeslayer: if the new widgets are children of the parenting widget (e.g. the window widget)13:26
shadeslayeroh.. hmm13:27
apacheloggeror if you add them to a layout that is parented by such a widget (in which case the sizehint of the layout changes I think)13:27
shadeslayeri basically want a > in the GUI and when you click it the arrow points downward displaying 4-5 checkboxes13:27
apacheloggerwell13:29
apacheloggerthat is just like a details >> button13:29
apacheloggerand there are plenty of those design failures around ;)13:29
shadeslayeryou mean i shouldnt use them? :P13:29
shadeslayerhmm.. idea..13:30
apacheloggerdepends on what you do with it and who is supposed to use it :P13:30
shadeslayerapachelogger: trying to make a zsync gui .. wanted to display options that can be passed to zsync13:31
apacheloggergenerally I do not think that windows changing size just display more crap was probably not a good idea13:31
shadeslayermaybe ill finish it before UDS... make a 0.1 release till then :P13:31
apacheloggershadeslayer: do you have the other gui ready?13:31
shadeslayerwhich other GUI ?13:31
apacheloggerwell the non-option part13:32
shadeslayeryes13:32
apacheloggershadeslayer: screenie plz13:32
shadeslayerone sec13:32
shadeslayerapachelogger: http://imgur.com/M00Wp : what it currently does is check if the link is a valid zsync link or not13:33
shadeslayerill be removing the Options button13:33
shadeslayerand replacing it with checkboxes at the bottom...13:33
apacheloggerand what for do you need the arrow then?13:33
shadeslayerapachelogger: this is a new direction im going at now :)13:34
apacheloggeryeah13:34
apacheloggerbut why have the arrow?13:34
shadeslayeri was initially thinking that i can hide the options and when you click on > it shows them checkboxes13:34
apacheloggerthere is no use in it13:34
shadeslayeryep.. think so too now13:34
shadeslayerand what is the button that you click and it opens a file browser to select your download location?13:35
apacheloggerand if you would want to go for good looking ness you might want to forget about the button concept and instead do the following13:35
apachelogger...13:35
apacheloggeronce user entered/pasted url13:35
apacheloggeryou kick off a qanimnation13:35
apacheloggerthat fadingly expands the dialog to show the options13:35
apacheloggerBUT13:35
apacheloggerI do not think that makes any sort of sense for the target audience :P13:35
* shadeslayer also plans a dropdown list offering K/X/Ubuntu ISO's13:35
shadeslayerapachelogger: thats just show off :P13:36
apacheloggersurely would be a nice experience to program though ;)13:36
apacheloggershadeslayer: actually no, that also makes sense from a natural POV13:36
shadeslayeryus.. maybe after im done with QProcess and QCheckBoxes13:36
apacheloggera) by showing the options once the user added foo you give the options a direct context13:36
apacheloggerb) by using an animation it feels less interrupting13:37
shadeslayeri have to figure out how to make QProgressBar render the reading of the ISO :P13:37
shadeslayerapachelogger: i guess your right.. ill make the basic GUI for now, ill work on the QAnimation part later :)13:38
shadeslayer->qtn00b13:38
* apachelogger finds it more enjoyable to do fancy things :P13:38
apacheloggerthough my defintion of fancy is having a load of dbus objects with loads of custom data types :P13:38
persiashadeslayer, Take care: the flavour/architecture matrix changes each release cycle, so it's easy to get prepopulated dialogs out of date.  Maybe better to do some sort of parsing of the tree (or request the cdimage team to post a file with the current matrix which your tool can read)13:40
apacheloggershadeslayer: for the progressbar rendering I would derive the qprocess to parse stdout for the current progress (IIRC zsync displays the numeric value)... then emit that13:40
shadeslayerapachelogger: tell me one thing... can i pass foo.zsync, where foo might be a URL or a local file?13:40
apacheloggershadeslayer: to zsync? I dunno.13:40
shadeslayerpersia: yeah i was thinking the same during college13:40
shadeslayerapachelogger: no to the URL bar you see in the dialog13:41
persiacdimage team accepts bugs at launchpad.net/ubuntu-cdimage :)13:41
shadeslayeri was thinking on the lines of isLocal() from QFileInfo13:41
steveireIs there a repo somewhere with recent Qt 4.7 packages?13:41
shadeslayerpersia: hehe :P13:41
apacheloggershadeslayer: what difference would it make to the call?13:41
apacheloggersteveire: for karmic?13:42
shadeslayerapachelogger: theres a seprate option ... we need to call zsync -k for local foo.zsync files13:42
shadeslayerthats what the manpage says13:42
apacheloggershadeslayer: oh13:44
apacheloggerisnt that for the target or something?13:44
steveireapachelogger: 10.04 I think13:44
shadeslayerthats would be -o i think13:44
steveireI think that's karmic13:44
apacheloggersteveire: no, that is lucid13:44
apacheloggersteveire: for 10.04 you just need the 4.5 backports13:45
apacheloggersudo add-apt-repository ppa:kubuntu-ppa/backports 13:45
apacheloggerthen update and upgrade13:45
apacheloggerthat should pull in 4.7 rc or beta213:45
apacheloggershadeslayer: the manpage sez that -k is to define the local name13:46
shadeslayerohhh13:46
shadeslayerhmm13:46
shadeslayerapachelogger: what do you use for the password field?13:49
apacheloggerklineedit with password turned on13:49
apacheloggershadeslayer: or qlineedit if you want to be qt-only13:50
shadeslayerapachelogger: yeah im trying to be qt only atm :)13:50
shadeslayerill switch to K stuff once i understand the Q classes 13:51
steveireapachelogger: Great. And the rc is already in 10.10?13:55
apacheloggersteveire: yep13:55
apacheloggerwell actually a git snapshot after rc is in 10.10 I think13:55
apacheloggerand will arrive in the 10.04 backport when KDE 4.5.2 gets released13:56
apachelogger...likeback is seriously weird...14:20
Sputapachelogger: yes, it makes the code unreadable for me :P14:31
Sputin particular with *also* having detached braces14:32
Quintasanmoar testbuilds14:47
apacheloggerSput: ahha ahhaaha15:08
apacheloggerdude15:09
apacheloggerI shall make you have a heart attack15:09
SputI"M NOT GOING TO LOOK AT AMAROK CODE AGAIN!1!!15:09
apacheloggerSput: http://gitorious.org/kmess/likeback/blobs/master/frontend/likeback.cpp15:09
apacheloggerI was like OMFGIH and then I was like NO WAY and then COFFEE... then I went to bed and got up roughly 12 hours later :P15:10
Sputyeah, seems kinda excessive indeed15:11
apacheloggerSput: check out the header15:12
apachelogger^^15:12
apacheloggerthat is like ~15:12
apacheloggerliterally ~15:12
apacheloggerjust more top-downish15:12
apacheloggerlike a water fall maybe15:12
Sputwell, it's documented at least...15:13
Sputbut they also document the code well15:13
Sput// constructor15:13
apacheloggerthe ctor is uberdocumented15:14
apachelogger  // Initialize the button-bar:15:14
apachelogger  d->bar = new LikeBackBar( this );15:14
apacheloggeroh I would not have guessed that :P15:14
apachelogger^ that happens when you use emacs for emacs is an editor that does not provide you with neat features that allow you to easily navigate code :P15:15
shadeslayerapachelogger: http://imgur.com/wAKix15:15
apacheloggershadeslayer: you are not setting a hostname there, are you? :P15:16
shadeslayerapachelogger: thats just a testcase :P15:16
shadeslayerthe password is foobar ... LD15:16
shadeslayer:D15:16
apacheloggeryour test case is flawed :P15:16
shadeslayerhehe15:16
shadeslayernow i work on the ACTUAL QProcess part ^_^15:17
shadeslayeri just realised.. i need a Quit Button there 15:17
shadeslayerapachelogger: btw in your sponsorship email does the to field have a address ?15:21
apacheloggerAmarok is now available as white lightning too15:21
* shadeslayer needs to take a printout and cant find it on his15:21
apacheloggershadeslayer: no15:21
shadeslayerapachelogger: id like it with a hint of blue :)15:22
apacheloggershadeslayer: why do you need a printout?15:22
shadeslayerapachelogger: weird right?15:22
apacheloggershadeslayer: not really15:22
shadeslayerapachelogger: need it for the passport15:22
apacheloggermass mails often get sent with everyone in BCC15:22
shadeslayerwell.. its optional really... but just thought it might help...15:22
shadeslayerhmm15:22
shadeslayerthat would explain it15:22
apacheloggershadeslayer: why do you need a mail for a passport?15:22
shadeslayerapachelogger: im getting it made in something called tatkal15:27
shadeslayerwhich means i get my passport in 3 days15:27
shadeslayerinstead of the usual 21 days or more15:27
shadeslayersoo... they need some kind of proof that i have a genuine reason to get the passport made in such a hurry15:27
apacheloggerah15:28
apacheloggerin austria you just need to pay more ^^15:28
apacheloggerlike 40 euros extra and you get it within a day I think15:28
shadeslayerapachelogger: that too :P15:28
apacheloggerfor another 40 extra you can get an intermediate passport right away15:28
sheytanHey :D15:28
shadeslayertakes 1500 INR more15:28
sheytanHow do i become a ubuntu member? :D15:28
apacheloggershadeslayer: that is only 3 euros, lucky you ^^15:28
shadeslayerapachelogger: lol no15:28
apacheloggersheytan: you bribe someone15:29
shadeslayerthats like ... 25 euros15:29
sheytanapachelogger really? :D15:29
apacheloggersheytan: mostly15:29
shadeslayer!member | sheytan15:29
ubottusheytan: Want to become an Ubuntu member? Look at https://wiki.ubuntu.com/Membership15:29
apacheloggerbulldog98: we need to have a talk about membership btw15:29
shadeslayer/tmp/buildd/project-neon-kdegraphics-0/ksnapshot/ksnapshot.cpp:70: fatal error: X11/extensions/Xfixes.h: No such file or directory >> yeah right15:30
shadeslayeralready have xserver-xorg-dev15:30
apacheloggerxfixes is not in there15:30
apacheloggeryou see15:30
apacheloggerx is made out of a core15:30
apacheloggera core that hasnt changed in 20 years15:30
apacheloggerwell, maybe 100 lines of it changed or so15:30
shadeslayerheh15:30
apacheloggerand around it they stuck a billion billion plugins15:30
shadeslayerapachelogger: which package? ubottu said xserver-xorg-dev ..15:30
apacheloggershadeslayer: I think it is in another one15:31
apachelogger!find Xfixes.h maverick15:31
shadeslayer!search Xfixes.h15:31
ubottuFile Xfixes.h found in libxfixes-dev15:31
ubottuFound: 15:31
apacheloggersee15:31
shadeslayeroh :P15:31
apacheloggerliar!!!!15:31
apacheloggerblaming ubottu.... that is no way to treat a bot15:31
shadeslayerhehe.. i guess the keyword was maverick15:32
apachelogger!find Xfixes.h lucid15:32
ubottuFile Xfixes.h found in libxfixes-dev15:32
apacheloggershadeslayer: no :P15:32
shadeslayer...15:32
apacheloggeryou were just looking for someone to blame, and the bot seemed like an easy enough target15:32
apacheloggerbut you did not know that I know how to operate the bot :P15:32
shadeslayerhahaha :D15:33
shadeslayerwhats the difference between !search and !find ?15:33
apachelogger!help search15:33
ubottuSorry, I don't know anything about help search15:33
apachelogger!help find15:33
ubottuSorry, I don't know anything about help find15:33
apachelogger*shrug*15:33
apachelogger!search15:33
ubottuSearch factoids for term: !search <term>15:33
apacheloggershadeslayer: search is for factoids :P15:34
apacheloggerfind is for puc15:34
shadeslayeroic15:34
sheytanis someone packageing amarok? :)15:51
apachelogger!find perldoc15:52
ubottuFound: libperldoc-search-perl15:52
shadeslayerapachelogger: whats the icon name i should pass to setIcon for a download icon?15:53
apacheloggerI dunno15:53
apacheloggerlook it up in oxygen15:53
shadeslayerapachelogger: i have to put the whole path in the setIcon function?15:55
mfraz74Now that Amarok 2.3.2 has been released will this go into Maverick and Lucid's backports PPA?15:55
shadeslayermfraz74: Maverick... probably no15:55
apacheloggershadeslayer: depends on the seticon you are talking about15:57
Riddellmfraz74: it's already in maverick15:57
shadeslayerapachelogger: its from QPushButton15:57
mfraz74Riddell: cheers15:57
apacheloggershadeslayer: well, look at the signature :P15:57
apacheloggerif it accepts something stringish then you can pass a path15:58
apacheloggerif not you cannot15:58
apacheloggerin any case you should not pass full paths to icons15:58
Riddellah, dantti 16:31
Riddelldantti: what are these packagekit patches I need to look at?16:32
danttiRiddell: hey :) yesterday I worked all day on a 2nd job, and then at night my 1st job asked me to work all night :P at least I have all day free 16:33
danttiRiddell: what do you prefer that I point the commits or that I send you the patches?16:33
* Riddell respect.16:33
Riddelldantti: either is fine16:34
danttiRiddell: packagekit is now on gitorious if I didn't tell you so I think this makes packaging a bit easier (dunno) http://gitorious.org/packagekit/packagekit16:34
Riddellit's all git, it's all confusing :)16:35
danttihttp://gitorious.org/packagekit/packagekit/commit/58e5b2b56250d1a7580831ea17d6161f84b00ef716:36
danttihttp://gitorious.org/packagekit/packagekit/commit/68eb126106c26d324645fe0a3d0f1d982ba661e516:36
danttihttp://gitorious.org/packagekit/packagekit/commit/c79e2f6f705d45379c6fab9939681a3aa34daaa516:36
danttithe last one just make some warnings about obsolete code in apt go away...16:36
danttithe 2nd is an important fix in pk-qt16:37
danttiand the first I added the Fonts group in aptcc16:37
danttiRiddell: about kpk did you find any issues? I'm changing how the model works to make huge calls be faster, it's almost done, and then I'll try to fix the question mark icons tha I don't know yet why they are appearing...16:39
sheytanQuintasan Hey, sure i can :D16:39
danttisheytan: hey :)16:39
sheytandantti heya :D16:40
ScottKsheytan: I saw you asked about becoming an Ubuntu member.  You could also become a Kubuntu member (which includes Ubuntu membership) by applying to the Kubuntu Council instead of one of the regional membership boards.16:41
sheytanScottK actually i was looking for Kubuntu member :D Thought it's the same :)16:42
ulyssessheytan: maybe it's the same, but a @kubuntu.org alias is more cool than an @ubuntu.com:)16:43
sheytanyeah :D16:43
ScottKKubuntu membership is superior because it lets you participate in Kubuntu specific stuff (like Kubuntu Council elections) in addition to all the normal Ubuntu member stuff.16:46
macosheytan: and you can use the ~kubuntu-members bzr branches to make changes for later upload16:50
shadeslayer_i really really do need a core :|16:50
sheytanScottK i readed the ubuntu member page but i still don't know how to join :D16:50
=== shadeslayer_ is now known as shadeslayer
sheytanCould you link me somwhere i can do this? :)16:51
macosheytan: for kubuntu member, you show up to a Kubuntu Council meeting16:51
=== sheytan is now known as sheytan_
shadeslayer^ something we havent had for a long time 16:51
macoshadeslayer: i think they tend to be scheduled when someone wants to become a member :P16:51
shadeslayermaco: or a dev :P16:52
sheytan_maco where are usually those meetings? :D16:52
macohere or #ubuntu-meeting16:52
shadeslayersheytan_: here or #ubuntu-meeting16:52
macodepending on whether #ubuntu-meeting is already taken by someone else16:52
sheytan_maco cool, and when is the next one? :D16:52
CIA-116[scripts] sitter * 1177571 * trunk/KDE/kdesdk/scripts/astyle-kdelibs set property svn:exectuable SVN_SILENT16:53
maconot scheduled yet16:53
shadeslayerapachelogger: stop avoiding me :P16:53
macopoke Riddell or someone to make a poll for meeting times 16:53
shadeslayersheytan_: or make one yourself and post in kubuntu-devel ML16:53
apacheloggerwhut?16:53
sheytan_ok, cool, thank you :)16:54
shadeslayerapachelogger: whats that class called? the one which opens File Browsers and 16:54
shadeslayerlets you save stuff16:54
apacheloggerkfiledialog?16:54
apacheloggerqfiledialog?16:54
shadeslayerwill have to check16:54
apacheloggertsimpson: I know, I am annoying, but it would be cool if ubottu could also search Qt documentation ;)16:55
sheytan_btw, i had a crazy idea today, already shared with ofirk. It's about a video for our new web page :D16:56
sheytan_The idea is that devs and some users could record themselfs saying 'hi i'm ... and i'm using kubuntu' :D16:56
sheytan_and we put that all videos into one and share that on the site :D16:56
sheytan_what do you think? :D16:56
ScottKIf I'm in it, it would scare away users.16:57
shadeslayermaybe we could do that at UDS :P16:57
apacheloggerI am against having ScottK in there too :P16:57
macoScottK: not if you put your sourpuss away for the video. if we give you ice cream beforehand, can you do that?16:58
sheytan_come on guys :D16:58
sheytan_This won't scare anyone :D16:58
sheytan_shadeslayer, those of you who will be at USD can do this :P16:58
sheytan_But not every one will be there :)16:59
* shadeslayer will force ubuntu devs to say kubuntu16:59
apacheloggermaco: do I get some ice cream too?16:59
shadeslayerapachelogger: im bringing along my whole collection of shipit CD's :D16:59
apacheloggershadeslayer: now why did you let them ship it to you in the first place :P17:00
shadeslayeri dont have a 10.04 release shipit CD tho.. 17:00
shadeslayer:P17:00
apacheloggerhm, now I almost git commited this channel :P17:01
apacheloggeralt+tab is a major sin of today's life17:01
sheytan_the video we would put here http://i.imgur.com/srjtM.jpg :D17:06
shadeslayerapachelogger: does QVBoxLayout resize buttons if i have a custom button size set?17:07
apacheloggershadeslayer: depends on the sizing policy and minimum/maximum size17:09
apacheloggerof both17:09
shadeslayerapachelogger: http://pastebin.com/sAe8gch417:10
apacheloggershadeslayer: you are leaking memory17:10
shadeslayerapachelogger: dont care as of noq17:10
shadeslayerleaky mem can be fixed laterz17:11
* apachelogger notes that 3/10 leaks will be forgotten17:11
shadeslayerright now i want it to work :P17:11
apacheloggershadeslayer: so what should I be looking at?17:11
ScottKLeaking memory like a sieve doesn't qualify as works.17:11
apacheloggershadeslayer:  also I think we already once found a way to get the file ending ... :P    if(url->text().trimmed().endsWith(".zsync"))17:12
shadeslayerapachelogger: thats with QFileInfo, i just did this one with QLineEdit functions17:12
shadeslayerapachelogger: line 1917:13
shadeslayeri need a pushbutton of a small size, like the ones KDE has 17:13
shadeslayerwhen that button is clicked i shall call QFileDialog17:13
shadeslayerQuintasan: https://code.edge.launchpad.net/~neon/project-neon/project-neon-kdegraphics-ubuntu17:14
shadeslayerkdegraphics done ...17:14
shadeslayeroh craps..17:17
shadeslayerwrong bzr branch17:17
Riddelldantti: one minor issue, the edit origins button opens the new window but it isn't attached as a dialogue, we used --attach <WinID> to make software-properties-kde behave as a dialogue17:18
sheytan_shadeslayer you propably will know - does rekonq support html5 video?17:18
apacheloggershadeslayer: your pushy button will most likely be resized17:18
shadeslayersheytan_: yes.. 17:18
apacheloggerbut you will see that at testing will you not?17:18
shadeslayerapachelogger: by layout right?17:18
sheytan_shadeslayer cool, thanks :D17:18
apacheloggershadeslayer: yes17:18
apacheloggershadeslayer: well, technically by it's size hint17:18
shadeslayerlayout resize overrides my pushy button17:18
danttiRiddell: well apachelogger said to use startService by name which afaik does not allow to add that, let me check again17:19
shadeslayerQuintasan: https://code.edge.launchpad.net/~neon/project-neon/kdegraphics-ubuntu17:19
apacheloggershadeslayer: if you tell it to use a policy of minimum expansion then it will try to be as small as possible and the layout will hence try ot fix it into a size that the button can be as small as possible and use the rest of the space for everything else in the layout17:19
apacheloggerdantti: you could find the exec by name and then attach the attach to it17:20
shadeslayerQToolButton to the rescue :P17:20
apacheloggerit is ewwwy eitherway17:20
Riddelldantti: yeah, it's not too important17:20
danttiRiddell: k, weird searches that are really big now crashes :P can you try searching for 's' just to see if the slow mode does not crash?17:21
Riddellslow..17:24
shadeslayer_i managed to destroy amarok UI : http://imgur.com/Hi1B8 \o/17:25
apacheloggernoo17:25
apacheloggerthat happens when you drink too much moonshine :D17:26
Riddelldantti: works17:26
danttiRiddell: k, I think I found the problem I should return 0 columns when the model is empty, now it does not crash.. 17:26
danttiRiddell: thanks for testing :)17:26
Riddelldantti: I take it there's no way of browsing non application packages except through searching for them?17:26
danttiRiddell: well yes, the only way we it could be was searching in pk groups, or I could add something like "Installed Packages" named "All Packages" were all available + installed were returned17:28
danttido you think this is important?17:29
Riddelldantti: it seems quite sensible to me actually17:31
Riddellyou browse applications but you don't tend to browse the whole package list17:31
danttiRiddell: yes, imo when I want to search for packages I already kind of know it's name17:32
danttibrowsing for apps is cool cause you actually are searching for new things that you don't know it exists17:33
shadeslayer_ive had enuf of Qt for today ... im sleeping :P17:41
sheytan_Quintasan: do you have any kde 4.6 packages in neo yet?17:48
RiddellI presume they're all trunk17:54
Riddellhi rbelem, did the samba support get anywhere?18:09
* ScottK misread drunk for trunk and wondered what apachelogger had done now.18:11
rbelemhi Riddell, if we still can add it to this release, i can finish it on the next days(until friday)18:12
rbelemRiddell, sorry for did not finish it :(18:13
Riddellrbelem: hard to say if it could get in, can't guarantee anything now, but since it's in an area which is already broken then probably yes18:15
rbelemRiddell, cool! :-)18:15
ScottKmgraesslin: I've got test reports that your software rasterizer fix solved our problem.  Thanks again.18:19
mgraesslincool18:19
bulldog98apachelogger: ping18:22
ScottKIs our kmymoney linked against libaqbanking?  There's a bug in Debian about that not being the case there.18:32
danttiis it normal to install libqt4-dbg and everything starts to crash?18:58
Riddelldantti: nope18:59
danttiRiddell: I was trying to find what QTreeView does that crashes, and then every qt app crashed here, I even restarted and kdm crashed too :P19:00
Riddellsure your libqt4-dbg version matches your libqt version?19:01
danttiRiddell: yup 4:4.7.0~rc1+git20100917-0ubuntu1, everything is up2date here19:04
ScottKRiddell: Should I accept packagekit and kpackagekit?19:07
danttiand the backtrace only shows seg fault after installing it, I guess there is some problem with the package19:09
RiddellScottK: yes please19:11
Riddelldantti: no problems here with libqt4-dbg installed19:12
danttiRiddell: amd64?19:12
danttihere after a short time plasma starts to crash, and does not start anymore19:12
Riddelli38619:13
danttiwell donnu how can I help in this case19:14
dantti*dunno19:14
ScottKRiddell: (and dantti) accepted.19:16
danttiScottK: thanks19:16
ScottKYou're welcome.19:16
Riddellfor qtwebkit I'm told 4.7.0 is tagged as qtwebkit-2.0.019:26
Riddellhowever I've no idea how to get a tag out of git19:27
ScottKSput: ^^^ could we have a git tech assist please.19:30
danttiRiddell: isn't just git checkout tag_name?19:36
Riddell>git checkout qtwebkit-2.0.019:39
Riddellfatal: Not a git repository (or any of the parent directories): .git19:39
Riddellnope19:39
Riddellgit clone git://gitorious.org/webkit/webkit.git keeps giving me EOF19:39
danttigit tag will list the tags, if it's there git checkout should work i think19:41
danttiyup it's what git-checkout manual says at least19:42
RiddellI'll try the clone again, third time lucky19:45
danttiRiddell: isn't qtwebkit here ? http://gitorious.org/+qtwebkit-developers/webkit/qtwebkit/commits/qtwebkit-2.019:46
danttithere I see that tag19:46
RiddellI was following http://trac.webkit.org/wiki/QtWebKitContrib19:47
danttiright, well I don't know webkit develpment's so i'm probably wrong19:48
neversfeldeseems that I am back online with my mobile phone19:59
neversfeldeRiddell: is your server available again?20:00
Riddellneversfelde: could be20:02
Riddellwanting to do some packaging?20:02
neversfeldeRiddell: yes :)20:02
neversfeldeI guess someone is working on Amark packages?20:03
neversfeldeif not, I could do20:03
neversfelde+o20:04
Riddellneversfelde: we have them in maverick, still needs doing for lucid20:13
neversfeldeok, I will not manage to do it today, have to work tomorrow20:14
neversfeldeand I still love to say this :)20:14
neversfeldebut I have time the next evening 20:14
=== Nightrose2 is now known as Nightrose
ryanakcaHurray, handed out 225 Kubuntu CDs to university students :)21:45
afiestas__Hi, where can I see the source code of bluedevil package'21:49
afiestas__?21:49
ulyssesafiestas__: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/maverick/bluedevil/maverick/files21:50
afiestas__perfect, thanks21:50
Riddellafiestas__: looking for something?21:51
afiestas__yes, if it has the last patch which fix a crash21:52
afiestas__and it does :p so everything perfect21:52
afiestas__just pushing/releasing RC4-1 21:52
Riddellpersia: krita still doing it's thing with your patch, I'll upload21:59
=== jefferai is now known as fejjerai
ScottKRiddell: I accepted it.22:44
ScottKpersia: ^^^22:44
Riddellthis time tomorrow we'll have koffice on arm!22:46
persiaRiddell, ScottK: Thanks..  Is anything else of particular interest, while I have my qreal hunting skills in top shape?23:14
Riddellpersia: koffice trunk :(23:21
Riddellthe patch doesn't apply in most places23:21
persia:(23:22
persiahttp://wiki.koffice.org/index.php?title=Building/Building_KOffice is accurate? (ignoring the obviously incorrect reference to koffice-kde4)23:24
Riddellpersia: yes23:29
persiaMight be a bit :)23:29

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