[00:07] menubar isn't working anymore. what's the deal? :\ [00:11] okay, sunday night... i should go take a walk as well. [01:39] rbelem, New mobile image on i386 to try. [01:39] cool! \o/ [02:36] nixternal: Need the powerpc box again if you're around ... [04:03] ScottK: still need it? [04:03] nixternal: Yep. [04:04] starting up now [04:11] Thanks. [04:13] np [04:24] nixternal: All done. I shut it down. Thanks. [04:33] Riddell: 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] Launchpad bug 643198 in kdesdk (Ubuntu Maverick) "poxml package dropped, breaks building of other packages" [High,Triaged] https://launchpad.net/bugs/643198 [11:03] hi people [11:03] can u help with pykde? [11:03] what args must be passed to KAuth.HelperSupport.helperMain? [11:13] maksbotan: wrong channel I'd say. try #kde-python maybe? [11:13] or #kde-bindings [11:13] not sure [11:18] JontheEchidna: bug 641288 ... maybe libqapt exhausts the stack? [11:18] Launchpad bug 641288 in kubuntu-debug-installer (Ubuntu) "kubuntu-debug-installer crashed with SIGSEGV in QMutex::lock()" [Medium,New] https://launchpad.net/bugs/641288 [11:19] since it is reported to only happen after upgrade to ubuntu4 which transited to the new libqapt [11:19] also I do not see how given the limited work scope of kdi how it could exhaust the stack [12:44] how to create a new bug report for kubuntu? [12:44] O/ [12:46] https://launchpad.net/~kubuntu-bugs <- is it possible to it through this web page? === rgreening_ is now known as rgreening [12:52] RLa, 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-bugs [12:53] never mind, i found out how [12:57] shadeslayer: kdeedu compiled, uploading recipe when I get home :P [12:58] awesome :D [12:58] Quintasan_Droid: ill finish kdegraphics [12:59] WTF [12:59] likeback has super odd code [12:59] Great. It seems that I will do Amarok soon [13:00] Quintasan_Droid, shadeslayer: project neon moving up the KDE stack? [13:00] Riddell: yes!! :D [13:01] Riddell: maxb set up the imports for kdebase and kdesupport manually, and https://wiki.kubuntu.org/Kubuntu/ProjectNeon/Packaging [13:01] he has a cron job which imports kdesupport and kdebase onto his pc and then pushes them to LP [13:01] i just need to test build kdegraphics... [13:03] QStringList( acceptedLocales.mid( 0, acceptedLocales.count() - 1 ) ).join( ", " ) [13:03] look [13:03] they made simple things look complicated [13:03] * apachelogger just loves that [13:06] * persia jumps up and down and prepares a debdiff [13:06] persia: done fixing KO? [13:07] Finished 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] Riddell: everything went better than expected [13:08] persia: ooh?! [13:08] Quintasan_Droid: excellent [13:09] Riddell, quilt patch is on 625204 if you want an advance look: debdiff will be up shortly. [13:11] sweetness [13:12] persia: wow, that's a big patch [13:13] persia: cool [13:14] Sput: you were the one complaining about amarok havign a whitespace problem, right? [13:14] eh [13:14] Riddell, 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] Sput: newline, not whitespace [13:15] persia: did you check it actually runs? [13:16] Um, 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] ok we'll leave that for someone else :) [13:16] I figure that having it build means that anyone who owns hardware fast enough can file bugs. [13:24] apachelogger: do you have a idea how to resize a Qt widget to show more options by clicking a > in the main widget? [13:24] > being a actual arrow in the widget... [13:25] resize() [13:25] and how do i show the '>' ? [13:25] in 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:26] shadeslayer: qlabel for example [13:26] mm [13:26] shadeslayer: can really be any sort of widget [13:26] button of course would be an obvious choice [13:26] it will resize itself? [13:26] that is awesome [13:26] but generally you can implement a click event for every widget [13:26] shadeslayer: if the new widgets are children of the parenting widget (e.g. the window widget) [13:27] oh.. hmm [13:27] or 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] i basically want a > in the GUI and when you click it the arrow points downward displaying 4-5 checkboxes [13:29] well [13:29] that is just like a details >> button [13:29] and there are plenty of those design failures around ;) [13:29] you mean i shouldnt use them? :P [13:30] hmm.. idea.. [13:30] depends on what you do with it and who is supposed to use it :P [13:31] apachelogger: trying to make a zsync gui .. wanted to display options that can be passed to zsync [13:31] generally I do not think that windows changing size just display more crap was probably not a good idea [13:31] maybe ill finish it before UDS... make a 0.1 release till then :P [13:31] shadeslayer: do you have the other gui ready? [13:31] which other GUI ? [13:32] well the non-option part [13:32] yes [13:32] shadeslayer: screenie plz [13:32] one sec [13:33] apachelogger: http://imgur.com/M00Wp : what it currently does is check if the link is a valid zsync link or not [13:33] ill be removing the Options button [13:33] and replacing it with checkboxes at the bottom... [13:33] and what for do you need the arrow then? [13:34] apachelogger: this is a new direction im going at now :) [13:34] yeah [13:34] but why have the arrow? [13:34] i was initially thinking that i can hide the options and when you click on > it shows them checkboxes [13:34] there is no use in it [13:34] yep.. think so too now [13:35] and what is the button that you click and it opens a file browser to select your download location? [13:35] and if you would want to go for good looking ness you might want to forget about the button concept and instead do the following [13:35] ... [13:35] once user entered/pasted url [13:35] you kick off a qanimnation [13:35] that fadingly expands the dialog to show the options [13:35] BUT [13:35] I do not think that makes any sort of sense for the target audience :P [13:35] * shadeslayer also plans a dropdown list offering K/X/Ubuntu ISO's [13:36] apachelogger: thats just show off :P [13:36] surely would be a nice experience to program though ;) [13:36] shadeslayer: actually no, that also makes sense from a natural POV [13:36] yus.. maybe after im done with QProcess and QCheckBoxes [13:36] a) by showing the options once the user added foo you give the options a direct context [13:37] b) by using an animation it feels less interrupting [13:37] i have to figure out how to make QProgressBar render the reading of the ISO :P [13:38] apachelogger: i guess your right.. ill make the basic GUI for now, ill work on the QAnimation part later :) [13:38] ->qtn00b [13:38] * apachelogger finds it more enjoyable to do fancy things :P [13:38] though my defintion of fancy is having a load of dbus objects with loads of custom data types :P [13:40] shadeslayer, 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] shadeslayer: for the progressbar rendering I would derive the qprocess to parse stdout for the current progress (IIRC zsync displays the numeric value)... then emit that [13:40] apachelogger: tell me one thing... can i pass foo.zsync, where foo might be a URL or a local file? [13:40] shadeslayer: to zsync? I dunno. [13:40] persia: yeah i was thinking the same during college [13:41] apachelogger: no to the URL bar you see in the dialog [13:41] cdimage team accepts bugs at launchpad.net/ubuntu-cdimage :) [13:41] i was thinking on the lines of isLocal() from QFileInfo [13:41] Is there a repo somewhere with recent Qt 4.7 packages? [13:41] persia: hehe :P [13:41] shadeslayer: what difference would it make to the call? [13:42] steveire: for karmic? [13:42] apachelogger: theres a seprate option ... we need to call zsync -k for local foo.zsync files [13:42] thats what the manpage says [13:44] shadeslayer: oh [13:44] isnt that for the target or something? [13:44] apachelogger: 10.04 I think [13:44] thats would be -o i think [13:44] I think that's karmic [13:44] steveire: no, that is lucid [13:45] steveire: for 10.04 you just need the 4.5 backports [13:45] sudo add-apt-repository ppa:kubuntu-ppa/backports [13:45] then update and upgrade [13:45] that should pull in 4.7 rc or beta2 [13:46] shadeslayer: the manpage sez that -k is to define the local name [13:46] ohhh [13:46] hmm [13:49] apachelogger: what do you use for the password field? [13:49] klineedit with password turned on [13:50] shadeslayer: or qlineedit if you want to be qt-only [13:50] apachelogger: yeah im trying to be qt only atm :) [13:51] ill switch to K stuff once i understand the Q classes [13:55] apachelogger: Great. And the rc is already in 10.10? [13:55] steveire: yep [13:55] well actually a git snapshot after rc is in 10.10 I think [13:56] and will arrive in the 10.04 backport when KDE 4.5.2 gets released [14:20] ...likeback is seriously weird... [14:31] apachelogger: yes, it makes the code unreadable for me :P [14:32] in particular with *also* having detached braces [14:47] moar testbuilds [15:08] Sput: ahha ahhaaha [15:09] dude [15:09] I shall make you have a heart attack [15:09] I"M NOT GOING TO LOOK AT AMAROK CODE AGAIN!1!! [15:09] Sput: http://gitorious.org/kmess/likeback/blobs/master/frontend/likeback.cpp [15:10] I 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 :P [15:11] yeah, seems kinda excessive indeed [15:12] Sput: check out the header [15:12] ^^ [15:12] that is like ~ [15:12] literally ~ [15:12] just more top-downish [15:12] like a water fall maybe [15:13] well, it's documented at least... [15:13] but they also document the code well [15:13] // constructor [15:14] the ctor is uberdocumented [15:14] // Initialize the button-bar: [15:14] d->bar = new LikeBackBar( this ); [15:14] oh I would not have guessed that :P [15:15] ^ 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 :P [15:15] apachelogger: http://imgur.com/wAKix [15:16] shadeslayer: you are not setting a hostname there, are you? :P [15:16] apachelogger: thats just a testcase :P [15:16] the password is foobar ... LD [15:16] :D [15:16] your test case is flawed :P [15:16] hehe [15:17] now i work on the ACTUAL QProcess part ^_^ [15:17] i just realised.. i need a Quit Button there [15:21] apachelogger: btw in your sponsorship email does the to field have a address ? [15:21] Amarok is now available as white lightning too [15:21] * shadeslayer needs to take a printout and cant find it on his [15:21] shadeslayer: no [15:22] apachelogger: id like it with a hint of blue :) [15:22] shadeslayer: why do you need a printout? [15:22] apachelogger: weird right? [15:22] shadeslayer: not really [15:22] apachelogger: need it for the passport [15:22] mass mails often get sent with everyone in BCC [15:22] well.. its optional really... but just thought it might help... [15:22] hmm [15:22] that would explain it [15:22] shadeslayer: why do you need a mail for a passport? [15:27] apachelogger: im getting it made in something called tatkal [15:27] which means i get my passport in 3 days [15:27] instead of the usual 21 days or more [15:27] soo... they need some kind of proof that i have a genuine reason to get the passport made in such a hurry [15:28] ah [15:28] in austria you just need to pay more ^^ [15:28] like 40 euros extra and you get it within a day I think [15:28] apachelogger: that too :P [15:28] for another 40 extra you can get an intermediate passport right away [15:28] Hey :D [15:28] takes 1500 INR more [15:28] How do i become a ubuntu member? :D [15:28] shadeslayer: that is only 3 euros, lucky you ^^ [15:28] apachelogger: lol no [15:29] sheytan: you bribe someone [15:29] thats like ... 25 euros [15:29] apachelogger really? :D [15:29] sheytan: mostly [15:29] !member | sheytan [15:29] sheytan: Want to become an Ubuntu member? Look at https://wiki.ubuntu.com/Membership [15:29] bulldog98: we need to have a talk about membership btw [15:30] /tmp/buildd/project-neon-kdegraphics-0/ksnapshot/ksnapshot.cpp:70: fatal error: X11/extensions/Xfixes.h: No such file or directory >> yeah right [15:30] already have xserver-xorg-dev [15:30] xfixes is not in there [15:30] you see [15:30] x is made out of a core [15:30] a core that hasnt changed in 20 years [15:30] well, maybe 100 lines of it changed or so [15:30] heh [15:30] and around it they stuck a billion billion plugins [15:30] apachelogger: which package? ubottu said xserver-xorg-dev .. [15:31] shadeslayer: I think it is in another one [15:31] !find Xfixes.h maverick [15:31] !search Xfixes.h [15:31] File Xfixes.h found in libxfixes-dev [15:31] Found: [15:31] see [15:31] oh :P [15:31] liar!!!! [15:31] blaming ubottu.... that is no way to treat a bot [15:32] hehe.. i guess the keyword was maverick [15:32] !find Xfixes.h lucid [15:32] File Xfixes.h found in libxfixes-dev [15:32] shadeslayer: no :P [15:32] ... [15:32] you were just looking for someone to blame, and the bot seemed like an easy enough target [15:32] but you did not know that I know how to operate the bot :P [15:33] hahaha :D [15:33] whats the difference between !search and !find ? [15:33] !help search [15:33] Sorry, I don't know anything about help search [15:33] !help find [15:33] Sorry, I don't know anything about help find [15:33] *shrug* [15:33] !search [15:33] Search factoids for term: !search [15:34] shadeslayer: search is for factoids :P [15:34] find is for puc [15:34] oic [15:51] is someone packageing amarok? :) [15:52] !find perldoc [15:52] Found: libperldoc-search-perl [15:53] apachelogger: whats the icon name i should pass to setIcon for a download icon? [15:53] I dunno [15:53] look it up in oxygen [15:55] apachelogger: i have to put the whole path in the setIcon function? [15:55] Now that Amarok 2.3.2 has been released will this go into Maverick and Lucid's backports PPA? [15:55] mfraz74: Maverick... probably no [15:57] shadeslayer: depends on the seticon you are talking about [15:57] mfraz74: it's already in maverick [15:57] apachelogger: its from QPushButton [15:57] Riddell: cheers [15:57] shadeslayer: well, look at the signature :P [15:58] if it accepts something stringish then you can pass a path [15:58] if not you cannot [15:58] in any case you should not pass full paths to icons [16:31] ah, dantti [16:32] dantti: what are these packagekit patches I need to look at? [16:33] Riddell: 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] Riddell: what do you prefer that I point the commits or that I send you the patches? [16:33] * Riddell respect. [16:34] dantti: either is fine [16:34] Riddell: 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/packagekit [16:35] it's all git, it's all confusing :) [16:36] http://gitorious.org/packagekit/packagekit/commit/58e5b2b56250d1a7580831ea17d6161f84b00ef7 [16:36] http://gitorious.org/packagekit/packagekit/commit/68eb126106c26d324645fe0a3d0f1d982ba661e5 [16:36] http://gitorious.org/packagekit/packagekit/commit/c79e2f6f705d45379c6fab9939681a3aa34daaa5 [16:36] the last one just make some warnings about obsolete code in apt go away... [16:37] the 2nd is an important fix in pk-qt [16:37] and the first I added the Fonts group in aptcc [16:39] Riddell: 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] Quintasan Hey, sure i can :D [16:39] sheytan: hey :) [16:40] dantti heya :D [16:41] sheytan: 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:42] ScottK actually i was looking for Kubuntu member :D Thought it's the same :) [16:43] sheytan: maybe it's the same, but a @kubuntu.org alias is more cool than an @ubuntu.com:) [16:43] yeah :D [16:46] Kubuntu 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:50] sheytan: and you can use the ~kubuntu-members bzr branches to make changes for later upload [16:50] i really really do need a core :| [16:50] ScottK i readed the ubuntu member page but i still don't know how to join :D === shadeslayer_ is now known as shadeslayer [16:51] Could you link me somwhere i can do this? :) [16:51] sheytan: for kubuntu member, you show up to a Kubuntu Council meeting === sheytan is now known as sheytan_ [16:51] ^ something we havent had for a long time [16:51] shadeslayer: i think they tend to be scheduled when someone wants to become a member :P [16:52] maco: or a dev :P [16:52] maco where are usually those meetings? :D [16:52] here or #ubuntu-meeting [16:52] sheytan_: here or #ubuntu-meeting [16:52] depending on whether #ubuntu-meeting is already taken by someone else [16:52] maco cool, and when is the next one? :D [16:53] [scripts] sitter * 1177571 * trunk/KDE/kdesdk/scripts/astyle-kdelibs set property svn:exectuable SVN_SILENT [16:53] not scheduled yet [16:53] apachelogger: stop avoiding me :P [16:53] poke Riddell or someone to make a poll for meeting times [16:53] sheytan_: or make one yourself and post in kubuntu-devel ML [16:53] whut? [16:54] ok, cool, thank you :) [16:54] apachelogger: whats that class called? the one which opens File Browsers and [16:54] lets you save stuff [16:54] kfiledialog? [16:54] qfiledialog? [16:54] will have to check [16:55] tsimpson: I know, I am annoying, but it would be cool if ubottu could also search Qt documentation ;) [16:56] btw, i had a crazy idea today, already shared with ofirk. It's about a video for our new web page :D [16:56] The idea is that devs and some users could record themselfs saying 'hi i'm ... and i'm using kubuntu' :D [16:56] and we put that all videos into one and share that on the site :D [16:56] what do you think? :D [16:57] If I'm in it, it would scare away users. [16:57] maybe we could do that at UDS :P [16:57] I am against having ScottK in there too :P [16:58] ScottK: not if you put your sourpuss away for the video. if we give you ice cream beforehand, can you do that? [16:58] come on guys :D [16:58] This won't scare anyone :D [16:58] shadeslayer, those of you who will be at USD can do this :P [16:59] But not every one will be there :) [16:59] * shadeslayer will force ubuntu devs to say kubuntu [16:59] maco: do I get some ice cream too? [16:59] apachelogger: im bringing along my whole collection of shipit CD's :D [17:00] shadeslayer: now why did you let them ship it to you in the first place :P [17:00] i dont have a 10.04 release shipit CD tho.. [17:00] :P [17:01] hm, now I almost git commited this channel :P [17:01] alt+tab is a major sin of today's life [17:06] the video we would put here http://i.imgur.com/srjtM.jpg :D [17:07] apachelogger: does QVBoxLayout resize buttons if i have a custom button size set? [17:09] shadeslayer: depends on the sizing policy and minimum/maximum size [17:09] of both [17:10] apachelogger: http://pastebin.com/sAe8gch4 [17:10] shadeslayer: you are leaking memory [17:10] apachelogger: dont care as of noq [17:11] leaky mem can be fixed laterz [17:11] * apachelogger notes that 3/10 leaks will be forgotten [17:11] right now i want it to work :P [17:11] shadeslayer: so what should I be looking at? [17:11] Leaking memory like a sieve doesn't qualify as works. [17:12] shadeslayer: also I think we already once found a way to get the file ending ... :P if(url->text().trimmed().endsWith(".zsync")) [17:12] apachelogger: thats with QFileInfo, i just did this one with QLineEdit functions [17:13] apachelogger: line 19 [17:13] i need a pushbutton of a small size, like the ones KDE has [17:13] when that button is clicked i shall call QFileDialog [17:14] Quintasan: https://code.edge.launchpad.net/~neon/project-neon/project-neon-kdegraphics-ubuntu [17:14] kdegraphics done ... [17:17] oh craps.. [17:17] wrong bzr branch [17:18] dantti: one minor issue, the edit origins button opens the new window but it isn't attached as a dialogue, we used --attach to make software-properties-kde behave as a dialogue [17:18] shadeslayer you propably will know - does rekonq support html5 video? [17:18] shadeslayer: your pushy button will most likely be resized [17:18] sheytan_: yes.. [17:18] but you will see that at testing will you not? [17:18] apachelogger: by layout right? [17:18] shadeslayer cool, thanks :D [17:18] shadeslayer: yes [17:18] shadeslayer: well, technically by it's size hint [17:18] layout resize overrides my pushy button [17:19] Riddell: well apachelogger said to use startService by name which afaik does not allow to add that, let me check again [17:19] Quintasan: https://code.edge.launchpad.net/~neon/project-neon/kdegraphics-ubuntu [17:19] shadeslayer: 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 layout [17:20] dantti: you could find the exec by name and then attach the attach to it [17:20] QToolButton to the rescue :P [17:20] it is ewwwy eitherway [17:20] dantti: yeah, it's not too important [17:21] Riddell: 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:24] slow.. [17:25] i managed to destroy amarok UI : http://imgur.com/Hi1B8 \o/ [17:25] noo [17:26] that happens when you drink too much moonshine :D [17:26] dantti: works [17:26] Riddell: k, I think I found the problem I should return 0 columns when the model is empty, now it does not crash.. [17:26] Riddell: thanks for testing :) [17:26] dantti: I take it there's no way of browsing non application packages except through searching for them? [17:28] Riddell: 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 returned [17:29] do you think this is important? [17:31] dantti: it seems quite sensible to me actually [17:31] you browse applications but you don't tend to browse the whole package list [17:32] Riddell: yes, imo when I want to search for packages I already kind of know it's name [17:33] browsing for apps is cool cause you actually are searching for new things that you don't know it exists [17:41] ive had enuf of Qt for today ... im sleeping :P [17:48] Quintasan: do you have any kde 4.6 packages in neo yet? [17:54] I presume they're all trunk [18:09] hi rbelem, did the samba support get anywhere? [18:11] * ScottK misread drunk for trunk and wondered what apachelogger had done now. [18:12] hi Riddell, if we still can add it to this release, i can finish it on the next days(until friday) [18:13] Riddell, sorry for did not finish it :( [18:15] rbelem: 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 yes [18:15] Riddell, cool! :-) [18:19] mgraesslin: I've got test reports that your software rasterizer fix solved our problem. Thanks again. [18:19] cool [18:22] apachelogger: ping [18:32] Is our kmymoney linked against libaqbanking? There's a bug in Debian about that not being the case there. [18:58] is it normal to install libqt4-dbg and everything starts to crash? [18:59] dantti: nope [19:00] Riddell: I was trying to find what QTreeView does that crashes, and then every qt app crashed here, I even restarted and kdm crashed too :P [19:01] sure your libqt4-dbg version matches your libqt version? [19:04] Riddell: yup 4:4.7.0~rc1+git20100917-0ubuntu1, everything is up2date here [19:07] Riddell: Should I accept packagekit and kpackagekit? [19:09] and the backtrace only shows seg fault after installing it, I guess there is some problem with the package [19:11] ScottK: yes please [19:12] dantti: no problems here with libqt4-dbg installed [19:12] Riddell: amd64? [19:12] here after a short time plasma starts to crash, and does not start anymore [19:13] i386 [19:14] well donnu how can I help in this case [19:14] *dunno [19:16] Riddell: (and dantti) accepted. [19:16] ScottK: thanks [19:16] You're welcome. [19:26] for qtwebkit I'm told 4.7.0 is tagged as qtwebkit-2.0.0 [19:27] however I've no idea how to get a tag out of git [19:30] Sput: ^^^ could we have a git tech assist please. [19:36] Riddell: isn't just git checkout tag_name? [19:39] >git checkout qtwebkit-2.0.0 [19:39] fatal: Not a git repository (or any of the parent directories): .git [19:39] nope [19:39] git clone git://gitorious.org/webkit/webkit.git keeps giving me EOF [19:41] git tag will list the tags, if it's there git checkout should work i think [19:42] yup it's what git-checkout manual says at least [19:45] I'll try the clone again, third time lucky [19:46] Riddell: isn't qtwebkit here ? http://gitorious.org/+qtwebkit-developers/webkit/qtwebkit/commits/qtwebkit-2.0 [19:46] there I see that tag [19:47] I was following http://trac.webkit.org/wiki/QtWebKitContrib [19:48] right, well I don't know webkit develpment's so i'm probably wrong [19:59] seems that I am back online with my mobile phone [20:00] Riddell: is your server available again? [20:02] neversfelde: could be [20:02] wanting to do some packaging? [20:02] Riddell: yes :) [20:03] I guess someone is working on Amark packages? [20:03] if not, I could do [20:04] +o [20:13] neversfelde: we have them in maverick, still needs doing for lucid [20:14] ok, I will not manage to do it today, have to work tomorrow [20:14] and I still love to say this :) [20:14] but I have time the next evening === Nightrose2 is now known as Nightrose [21:45] Hurray, handed out 225 Kubuntu CDs to university students :) [21:49] Hi, where can I see the source code of bluedevil package' [21:49] ? [21:50] afiestas__: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/maverick/bluedevil/maverick/files [21:50] perfect, thanks [21:51] afiestas__: looking for something? [21:52] yes, if it has the last patch which fix a crash [21:52] and it does :p so everything perfect [21:52] just pushing/releasing RC4-1 [21:59] persia: krita still doing it's thing with your patch, I'll upload === jefferai is now known as fejjerai [22:44] Riddell: I accepted it. [22:44] persia: ^^^ [22:46] this time tomorrow we'll have koffice on arm! [23:14] Riddell, ScottK: Thanks.. Is anything else of particular interest, while I have my qreal hunting skills in top shape? [23:21] persia: koffice trunk :( [23:21] the patch doesn't apply in most places [23:22] :( [23:24] http://wiki.koffice.org/index.php?title=Building/Building_KOffice is accurate? (ignoring the obviously incorrect reference to koffice-kde4) [23:29] persia: yes [23:29] Might be a bit :)