/srv/irclogs.ubuntu.com/2010/11/13/#kubuntu-devel.txt

CIA-42[muon] jmthomas * 1196303 * trunk/extragear/sysadmin/muon/installer/ (8 files in 2 dirs) Add a rudimentary breadcrumb widget. At the moment you can't go up without forgetting where you just were, and it's not very pretty yet (completeness before paint(), I always say), but it is useable00:02
CIA-42[muon] jmthomas * 1196309 * trunk/extragear/sysadmin/muon/installer/ (3 files in 2 dirs) Only delete previous views when we are going down a level from a parent that already has a child00:26
CIA-42[muon] jmthomas * 1196318 * trunk/extragear/sysadmin/muon/installer/ (AvailableView.cpp AvailableView.h) Fix a bug where you could not go back to a category you had been to if you visited another category in between00:39
JontheEchidnaYay, breadcrumb works pretty reliably now. Just gotta make the categories view handle subcategories...00:40
=== claydoh_ is now known as claydoh
CIA-42[muon] jmthomas * 1196323 * trunk/extragear/sysadmin/muon/installer/ (AvailableView.cpp AvailableView.h) Stop ApplicationWidgets from accumulating when going back to a category's package listing and clicking a new category01:13
CIA-42[muon] jmthomas * 1196325 * trunk/extragear/sysadmin/muon/installer/ (3 files in 2 dirs) Icon support for Breadcrumbs01:21
JontheEchidnahttp://imgur.com/VEIfS01:23
JontheEchidnagotta write a QPushButton subclass with a neat paint() function to make the breadcrumbs pretty01:28
* JontheEchidna will rip the one off of amarok's breadcrumb button widget01:28
JontheEchidnaor maybe just "borrow" the whole widget P-:01:30
JontheEchidnaP-: == smiley01:30
CIA-42[muon] jmthomas * 1196332 * trunk/extragear/sysadmin/muon/installer/ (9 files in 2 dirs) "Borrow" the BreadcrumbItemButton from Amarok and tweak it to suit our purposes... isn't open soure great? ;-)01:55
CIA-42[muon] jmthomas * 1196333 * trunk/extragear/sysadmin/muon/installer/AvailableView.cpp Use a horizontal KSeparator to separate the BreadcrumbWidget from the rest of the view02:03
JontheEchidnajust needs arrows in the breadcrumb: http://imgur.com/mUvlH02:04
CIA-42[muon] jmthomas * 1196341 * trunk/extragear/sysadmin/muon/installer/BreadcrumbWidget/BreadcrumbWidget.cpp I can't figure out how to get arrows and icons on the breadcrumbs without screwing up the painting, so keep the icons and space the crumbs a bit more03:18
valorie\o/ for code re-use!03:31
dasKreechvalorie: I'd like to express something but I'll reuse your \o/04:29
valorielol04:33
CIA-42[muon] jmthomas * 1196348 * trunk/extragear/sysadmin/muon/installer/AvailableView.cpp Don't crash when going forward to a widget we just went back from04:35
JontheEchidnatechnically it's a code copy, which is somewhat not \o/04:35
dasKreech\o04:36
JontheEchidnao/04:36
valorielol04:36
CIA-42[muon] jmthomas * 1196349 * trunk/extragear/sysadmin/muon/installer/ (6 files in 2 dirs) We are not at all pressed for space here, so an eliding button doesn't really make sense in our case04:36
valoriewhy isn't code copying good too?04:37
valoriewhy overwork the brain and fingers when you don't have to?04:37
CIA-42[muon] jmthomas * 1196350 * trunk/extragear/sysadmin/muon/installer/ (AvailableView.cpp BreadcrumbWidget/BreadcrumbWidget.h) Correctly bold breadcrumb items when navigating back to already-visited views04:41
JontheEchidnahaving two separate copies of the code mean that fixes in one don't make it to the other04:41
JontheEchidnasharing code in the form of a shared library is great, but a code copy is not so great04:42
CIA-42[muon] jmthomas * 1196351 * trunk/extragear/sysadmin/muon/installer/AvailableView.cpp I really, really wish QStandardItems were not editable by default :/04:45
valoriewell, I see that point04:51
valoriehowever, display code seems a bit different to me04:52
valorieif you truly were doing a fix, I'll bet you would send a patch along to amarok04:52
JontheEchidnaprobably. It's not a very big class at all. Just a thin wrapper over a QPushButton with a different appearance, so it's not that big of a deal04:53
valorieotoh, if it's something lots of people will use, you could always make it a little lib04:53
valorieseems a bit obscure though04:53
JontheEchidnaA KBreadcrumbWidget framework would be neat04:54
JontheEchidnamight be a bit hard to make it generic enough for everybody, yet flexible enough for everybody04:54
JontheEchidnawell, I'm satisified with my breadcrumb for tonight: http://imgur.com/H74Bu04:55
JontheEchidnag'night04:58
dasKreechnight04:58
dasKreechhaha are those lil icons instead of arrows?04:59
dasKreechthat's neat04:59
CIA-42[muon] yurchor * 1196355 * trunk/extragear/sysadmin/muon/installer/ApplicationWidget.cpp fix typo05:42
=== Guest74782 is now known as gaurav
=== tazz_ is now known as tazz
=== Tscheesy_ is now known as Tscheesy
evilshadeslayerapachelogger: i got commit access to KDE :P09:19
evilshadeslayerwhee09:19
=== evilshadeslayer is now known as shadeslayer
valoriethat's a relief09:20
valoriewhat if an EVIL shadeslayer had commit access!09:20
shadeslayerheh :P09:24
=== hunger_ is now known as hunger
apacheloggerneversfelde: a translation of what?09:57
apacheloggerQuintasan: surely the name is awesome09:58
apacheloggerevilnhandler_: I wonder if that is good :P09:58
apacheloggerdantti: IMHO printd should not be a d at all09:59
apacheloggermore like a tray app09:59
CIA-42[print-manager] sitter * 1196389 * trunk/playground/base/print-manager/add-printer/AddPrinterAssistant.cpp hide help button since currently there is no help10:17
ulyssesJontheEchidna: there is a typo in installer/ApplicationWidget.cpp:163, there is an extra 's'10:34
apacheloggereheheheh10:38
apacheloggerdantti: that CupsThreadRequest looks odd10:38
apacheloggerdantti: http://labs.qt.nokia.com/2006/12/04/threading-without-the-headache/ seems more like what was intended10:40
valorieapachelogger: http://thereifixedit.failblog.org/2010/11/10/white-trash-repairs-my-little-soldering-iron/10:45
apacheloggerahahaha, the blog post by doctormo is awesome10:47
apacheloggermuch truth in there, even on a $DEPRJECT vs $DISTRO level10:48
apacheloggervalorie: zomg!10:48
valoriecute/disturbing10:49
apacheloggeruhhhhhhhhhhhhh10:49
apacheloggerkdualaction10:49
valorieevery time I look at it I can't decide which side wins10:49
apacheloggeraurelien is my hero10:50
apacheloggervalorie: disturbing clearly10:50
apacheloggerhow would you like to get things plugged into your forehead?10:50
apachelogger... => disturbing10:51
valoriewell, but I'm a sentient being10:53
valorieI guess I haven't watched Toy Story enough10:53
apacheloggerAND UNICORNS ARE NOT!?!??!?!!?!!?!??!!?!?!?!!?!?!?!!?!?!?!?FNb/n10:53
valorierofl10:53
valoriebut clearly, this would be a most useful unicorn!10:53
valorieespecially if you have some flux around10:54
valoriea little hardware geek unicorn10:54
* apachelogger is creeped out by hardware geeks11:01
apacheloggerthey are a bit like nano11:01
apacheloggeryay11:02
apacheloggerwoohooo11:02
apacheloggerScottK: ice cream!11:03
apacheloggerdo you like vanilla? :D11:03
CIA-42[print-manager] sitter * 1196402 * trunk/playground/base/print-manager/printer-manager-kcm/PrinterDescription.ui (log message trimmed)11:25
CIA-42When using a form layout, the layout needs to allow expanding for expanding11:25
CIA-42widgets or text will be cut off. Word-wrap apparently does not have any effect11:25
* apachelogger should go buy stuff11:25
* apachelogger needs food and usb cables and usb hubs and alcohol and a space ship11:26
ulyssess/space\ ship/TARDIS/11:26
valoriewhere ya goin' in the spaceship?11:27
apacheloggerhome11:27
valorielol11:27
apacheloggerulysses: is that sed?11:28
* apachelogger thinks we should use supremacy and go with :%s/space ship /TARDIS/11:28
apacheloggersilly whitespace escapes11:28
ulyssesI hope11:29
apacheloggerulysses: surely one can avoid the whitespace escape in a sed context too11:30
* apachelogger thinks the whitespace escapes where unnecessary and ulysses is messing with apachelogger's madness11:30
apachelogger:%s/madness/sanity/11:30
* apachelogger finds qformlayouts very strange11:31
danttiapachelogger: not sure that site solves the problem, would thread->start() make thread his own parent?11:34
apacheloggerhm, my docs blog post needs some work11:34
apacheloggerdantti: why would it need to be its own parent?11:35
apachelogger(the thread of itself that is)11:35
apacheloggersounds kinda sick too ^^11:35
danttibecause the problem is that the thread object was not created inside a thread so the signals are not received by the thread itself that's basic qt threading11:35
danttiI mean all thread slots actually run on the creator of the thread which makes the thread useless11:36
apacheloggernot sure I flollow11:37
danttiat first i didn't understand but after thiago telling me this was how it works i understant11:37
apacheloggerat the point you move an object to a thread it will run within the context of the thread's eventloop11:37
danttiapachelogger: ok, but I can move the QThread subclass to itself?11:38
dantti*can I11:38
apacheloggerwhy do you need the sublcass?11:38
apacheloggerthe idea is that you do not need to sublcass at all11:38
apacheloggerbut have an object, create it in the current thread and then move it to a generic QThread11:38
danttihmm right, ok11:38
danttiapachelogger: but that blog post says that you still have to have a QThread subclass to call exec()11:40
apacheloggernot anymore11:40
apacheloggerthat got changed in 4.4 or so11:40
danttiQt alread does this?11:40
danttiok11:40
apacheloggerthe default qthread now implements a run that calls exec11:40
danttiwell that code is very sensible but I'll try to do that..11:40
apacheloggerdantti: also, I think we need to look into the qformlayout for the kcm description widget11:41
apacheloggerthat sizing in there does not look l10n/fontsize save at all11:41
danttigo to go church now.. or I gona be late :P cya later11:41
apacheloggerdantti: btw, what in particular is not implemented with the add printer dialog?11:42
apacheloggerfrom what I have seen it actually adds local printers just fine11:42
apacheloggerthen again it failed for me since I used bogus device URIs ^^11:42
danttiapachelogger: well, the py thing has some smarteness like probing a samba server, and suggesting a proper dirver11:43
apacheloggerah11:43
apacheloggerok11:43
apacheloggerown ppd file is also not working ;)11:43
danttialso it add printers automaggically which printd needs to get notified and call add-printer11:43
apacheloggerprintd needs to be made printray :P11:44
danttiwell it goes in kded so d:P11:44
apacheloggerthat needs to be changed11:44
apacheloggeror is there use that actually is daemonish?11:44
danttiit is, it periodically check for new jobs11:45
apacheloggerthat is tray use11:45
danttito show a printer tray icon11:45
apacheloggerthat is the problem there... the daemon is way too fat because it incorporates ui stuff, which it really should not do11:45
apacheloggerkdeds should be lightwight and notify consumers about interesting events11:46
danttiwell any way need to go now... cya11:46
apacheloggerdantti: o/11:46
apacheloggerat the least the daemon should be split into tray and actual daemon11:46
apacheloggerhowever that has little merit since the daemon only watches for new printers and only has one consumer (the tray icon)11:47
=== yofel_ is now known as yofel
CIA-42[muon] jmthomas * 1196434 * trunk/extragear/sysadmin/muon/installer/ApplicationWidget.cpp Typo fixes for i18n context13:03
CIA-42[muon] jmthomas * 1196435 * trunk/extragear/sysadmin/muon/installer/ (7 files) Rename ApplicationWidget -> ApplicationDetailsWidget13:10
=== sikon is now known as lucidfox
apparleIs there anyway to decide what notifications should be minimized into the notifcation widget, and what are just shown and then discarded and not stored13:35
CIA-42[muon] jmthomas * 1196440 * trunk/extragear/sysadmin/muon/installer/ (4 files in 2 dirs) Move more category-modelish stuff down into the CategoryView13:36
shadeslayerapachelogger: which phone do you have btw?15:02
shadeslayerQuintasan_: Desire Z isnt available here, and its supposed to be coming after 3 months, i dont want to wait that logn15:02
=== Quintasan_ is now known as Quintasan
Quintasan:/15:03
Quintasanmeh15:03
Quintasandunno then15:03
Quintasanget something else then15:03
shadeslayerProbably the desire15:03
shadeslayerwth15:04
shadeslayerQuintasan: you cant install apps on the SD card?15:04
QuintasanWell, there are two ways to install apps on SD15:04
Quintasanapps2sd in Froyo15:04
Quintasanor15:05
shadeslayerdoes it require rooting and such?15:05
Quintasancreate and ext3 or 2 or even 4 partition on your SDcard and symlink the partition as /data/data15:05
shadeslayerthat sounds better15:05
Quintasanapps2sd in Froyo doesnt require any ingerention in software15:05
Quintasanhowever not all apps support native apps2sd15:06
shadeslayerso symlinking is better?15:06
Quintasanbut if you symlink the partition as /data/data they have nothing to complain about because they won't even know that they are on sdcard15:06
Quintasanit is better15:06
Quintasanbut u need rootz15:06
shadeslayerand does that require rooting?15:06
shadeslayerah15:06
shadeslayer:P15:06
Quintasanand you need to format your sd card15:06
Quintasanshadeslayer: you don't want to root your phone?15:07
shadeslayerQuintasan: after i root the SD card, can i un-root it?15:07
Quintasanlol dude15:07
shadeslayerQuintasan: i dont have a phone right now :P15:07
shadeslayerwait15:07
shadeslayers/SDcard/Phone15:07
Quintasanshadeslayer: Android is basically Linux15:07
shadeslayeryeah15:07
Quintasanyeah, you can unroot it15:07
Quintasanit's just two files15:07
shadeslayerQuintasan: im concerned about the warranty shitz :P15:07
shadeslayerincase i break it and such15:07
Quintasanusually /system/xbin/su and /system/apps/Superuser.apk15:07
shadeslayerah kewl15:08
Quintasanunless you are flashing ROM you can't break it permamently by rooting15:08
shadeslayerQuintasan: so the HTC page says the desire supports face recognition, the reviews say it doesnt....15:08
shadeslayeroh and the reseller told me HTC doesnt have a good reputation for keyboards15:09
Quintasanlol15:09
Quintasantheir on-screen keyboard is the most popular android keyboard15:09
Quintasanand QWERTY in desire z is apparently better than the milestone one15:09
shadeslayerQuintasan: the physical one .......15:09
Quintasanread XDA instead of asking resellers15:10
Quintasanthey will want you to buy the most useless phones they have on stock :P15:10
shadeslayerlol15:11
shadeslayerQuintasan: any comments on the Desire15:14
QuintasanWell, I had it in my hands only for few hours but I was quite impressed15:15
QuintasanLooked like a nice phone15:15
QuintasanHas a few rock solid ROMs on XDA15:15
shadeslayerQuintasan: http://forum.xda-developers.com/showthread.php?t=695667 << .exe files? :O15:18
Quintasanshadeslayer: I think those are self-extracting archives15:19
shadeslayerQuintasan: i cant see a LED on the Desire15:21
shadeslayerdoes it have one? ( the status notifying LED )15:21
Quintasan>I can confirm red when the battery is low, orange when it is charging, and green when it is fully powered, AND when there are notifications.15:22
shadeslayerwhere it it?15:23
shadeslayer*is it?15:23
Quintasanupper right corner I think15:23
Quintasanhttp://www.xda-developers.com/android/toggle-blue-led-on-htc-desire/15:24
Quintasanshadeslayer: xda is your best resource on HTC phones15:24
shadeslayerQuintasan: im still trying to get my way around that site :P15:25
shadeslayerahh 15:25
apacheloggershadeslayer: a space invader 300015:28
shadeslayerapachelogger: :O ... it didnt look like one15:29
apacheloggershadeslayer: well, it is disgusing as something else for you native terrans15:30
shadeslayerahh15:30
shadeslayerQuintasan: should i wait for android 2.3 or just go with the desire15:32
Quintasanno idea15:32
apacheloggershadeslayer: you should get a n90015:32
shadeslayerapachelogger: its a fricking old phone15:33
apacheloggeror wait for the n900+k - zomg edition15:33
shadeslayerepicly old15:33
shadeslayerthe wait would kill ne15:33
shadeslayer*me15:33
yofelI found the 'please connect  to the Pc Suite to update' message for the last Maemo5 update my n900 amusing, apt-get dist-upgrade FTW :D15:34
shadeslayerhahaha15:34
* apachelogger thinks his eyephone is malfunctioning15:36
=== claydoh_ is now known as claydoh
* claydoh craves a Galaxy Tab - a big android phone, but without the phone 15:43
QuintasanIt's about the time Quintasan starts learning physics instead of wasting time15:59
* Quintasan has caught many bad grades just beacause he was lazy16:00
apacheloggerargh16:05
apacheloggerno jt around16:05
apachelogger-.-16:05
ScottKshadeslayer: You should be able to run Kubuntu Mobile on  (n900).16:10
shadeslayerScottK: i can also run debian on the Desire :P16:25
ScottKNo plasma mobile in Debian.16:25
shadeslayerScottK: N900 is way too outdated16:26
CIA-42[kdebase-workspace] Harald Sitter <apachelogger@ubuntu.com> * apachelogger@ubuntu.com-20101113162734-n6ef3crgzt0r3crx * debian/ (changelog patches/series) (log message trimmed)16:27
CIA-42Add kubuntu_01_kdewallpapers_install.diff, which adds a button to the Plasma16:27
CIA-42wallpaper config to easily install the kdewallpapers package. The button is only16:27
shadeslayerhttps://launchpad.net/~rohangarg/+archive/kde-extra?field.series_filter=natty << bluedevil packaged, can someone sponsor them :)16:28
shadeslayernight all16:28
CIA-42[kdebase-workspace] Harald Sitter <apachelogger@ubuntu.com> * apachelogger@ubuntu.com-20101113163145-vtyw5y9rqfcwjx7o * debian/ (3 files in 2 dirs) rename to 03 and actually add patch16:31
CIA-42[kdebase-workspace] Harald Sitter <apachelogger@ubuntu.com> * apachelogger@ubuntu.com-20101113163203-1xdhz5mutobac33v * debian/patches/series add knewstuff patch to series16:32
CIA-42[kubuntu-debug-installer] Harald Sitter <apachelogger@ubuntu.com> * apachelogger@ubuntu.com-20101113163634-ave13bsder3f5yi0 * debian/changelog releasing version 11.04ubuntu116:36
* neversfelde is back online16:50
ScottKapachelogger: Yes.  Actually vanilla is my favorite.  Thanks for the ice cream.17:01
ScottKshadeslayer: Did you work on docbook fixing?  kmetronome is broken due to this and could stand a fixup.18:32
shadeslayerScottK: sure can do, but this really needs upstream poking18:33
ScottKshadeslayer: Yes, but they are generally more responsive when you have a patch in hand.18:33
shadeslayerbut.. i cant do it this week, i can only do it next week :)18:33
ScottKshadeslayer: OK.  Next week starts tomorrow, so that's fine.18:34
shadeslayerthe week after that :P18:34
shadeslayerim looking at the FTBFS rho18:34
shadeslayer*tho18:34
ScottKThanks.18:34
shadeslayerbahaha18:34
shadeslayeris kmetronome in git/svn ?18:35
ScottKNo idea.18:36
ScottKJust saw it on the FTBFS page.18:36
shadeslayerok18:36
shadeslayerScottK: heh http://pastebin.com/Nr8Pk6Nx18:41
ScottKshadeslayer: You have Universe enabled?18:43
ScottKlibdrumstick-dev is most definitely not a virtual package.18:43
shadeslayerhmm... natty pbuilder might not have it 18:43
shadeslayerlemme check18:44
shadeslayeruniverse not enabled :P18:44
shadeslayerScottK: ive uploaded the fixed package to https://launchpad.net/~rohangarg/+archive/kde-extra?field.series_filter=natty19:03
shadeslayerso thats 3 packages that need sponsoring19:04
ScottKshadeslayer: Did you and Quintasan agree on who's bluedevil package we'd use?19:04
shadeslayeruh... afaik he said he was testing my packages19:05
ScottKDid he give you a result?19:05
rbelemshadeslayer, ScottK, do you know where i can find kdelibs coding style?19:07
ScottKrbelem: JontheEchidna and apachelogger know about that.19:08
rbelemcool :-)19:08
shadeslayerrbelem: http://techbase.kde.org/Policies/Kdelibs_Coding_Style19:08
shadeslayer^^ for when theyre not around :P19:09
rbelemthx shadeslayer :-)19:10
ScottKshadeslayer: kmetronome uploaded.  Thank you for your contribution to Ubuntu.19:33
shadeslayerkewl :)19:33
macoRiddell: you around? i need someone with epoxy experience19:33
ScottKWhat kind of epoxy?20:54
macoScottK: im using shoe-goo and wanted to know how to smooth it out... but the itnernet said ice cubes, so i went with that21:16
ScottKOK.21:16
ScottKCan't argue with the internet.21:17
apacheloggeryou can, you'd need to go into pornography though...21:18
* apachelogger needs more minions21:19
apacheloggerthis world needs a libphononexperimental package21:19
* JontheEchidna is listening to Uzi Does It Ft. Chevy Jones by Get Busy Committee on Uzi Does It [Amarok]21:23
ScottKapachelogger: You should probably speak to our phonon maintainer about that.21:23
ScottKOh wait ....21:23
JontheEchidnaheh21:23
JontheEchidnaapachelogger: what's the story w/ libphononexperimental anyways?21:23
JontheEchidnaseems like that should just be another git branch in trunk21:24
apacheloggerwhy?21:24
apacheloggerit extends phonon with features that are not yet ready for primetime21:24
JontheEchidnajust wondering why it needs to be a whole shared library21:27
JontheEchidnaout of curiosity, especially since I don't do Phonon hacking21:27
apacheloggerJontheEchidna: because it is not part of Qt's phonon for example ;)21:28
JontheEchidnaArgh. Yeah, I can see how that would make things weird21:28
* JontheEchidna notes that one course of action suggested in the UDS summary is to bring torches to Brisbane for inflicting QtMultimediaKit on us21:29
JontheEchidna;)21:29
apacheloggerI was thinking about sending a printer....21:32
apacheloggeroh my21:32
apacheloggerdid I just write that21:32
apacheloggeroh dear oh dear21:32
apacheloggerMamarok: kde bug 226329 is all messed up21:33
ubottuKDE bug 226329 in general "some mp3 files are not played" [Critical,Reopened] http://bugs.kde.org/show_bug.cgi?id=22632921:33
* apachelogger counts at least 3 problems that are not even related21:33
apacheloggerone being PEBKAC21:34
* ScottK is tired of waiting for management to make a decision about the whole IT/Thumb2 thing and so is fixoring packages.21:41
apacheloggerScottK: fix0r the pkg-kde-tools :P21:42
ScottKYou think?21:42
ScottKOK.21:42
apacheloggerwell, fixing it in each package is way more work21:42
apacheloggeralso if management comes after you with a big poking stick you do not need to revert a bazillion packages ^^21:43
tazzhey i am having trouble building kde from trunk, specifically polkit from kdesupport here is the pastebin http://paste.ubuntu.com/531410/21:57
apacheloggersudo apt-get install pkg-config21:59
tazzpkg-config is already the newest version.22:00
apacheloggerwhoops22:00
apacheloggermy bade22:00
apachelogger!find polkit-gobject22:00
ubottuFound: libpolkit-gobject-1-0, libpolkit-gobject-1-dev22:00
apacheloggertazz: ^22:01
tazzlibpolkit-gobject-1-0 is already the newest version.22:01
tazzlibpolkit-gobject-1-dev is already the newest version.22:01
tazz:-/22:01
tazzthats the problem.22:01
yofelerm, if you mean polkit-qt-1, that's not in kdesupport anymore, and polkit-qt won't build on anything newer than lucid since lucid is the last version that has polkit 0.922:03
tazzyofel, it seems you are right, but dont i need it while building kdelib, for someof the backend stuff ?22:05
yofelour project-neon-kdelibs package currently builds fine without polkit-qt-1, but cmake says it's strongly recommended (kauth stuff I think)22:06
tazzyofel, exactly22:06
yofelwell, polkit-qt-1 is here now if you need it: http://gitweb.kde.org/polkit-qt-1.git22:06
tazzyofel, thats where i am pulling it from, but i thought it was under kdesupport, so i pulled it under kdesupport.22:07
tazzah, let it be, i'll justgo ahead without it :p22:09
yofelit *was* until recently, they moved it to git on 2010-10-26 (kdesupport r1189944)22:11
apacheloggertazz: maybe their cmake file is crap(tm)22:12
* tazz shrugs if its good enough for kde trunk, kubuntu its good enough for me...22:13
tazz:)22:13
apacheloggerit is not part of kde trunk22:15
tazzyea its not any more, so i need not worry22:16
tazzthanks for pointing that out, yofel apachelogger 22:17
apacheloggertazz: it never was :P22:17
apacheloggerit is part of kdesupport22:17
apacheloggerthat is a whole different story 22:17
tazzdoh!22:17
yofelheh22:17
* yofel hits cmake with a sledgehammer22:19
yofelstupid error output, it's not that it doesn't find the package, it's that it doesn't make a difference between 'package not there' and 'package version too old' *-.-22:20
yofeltazz: you'll have to pull polkit from natty should you need polkit-qt-122:21
apacheloggerthat is when you do not implement non-crappy cmake stuff :P22:21
apacheloggeryofel: or just use the regular polkit :P22:21
* yofel was thinking in project-neon dimensions :P22:21
tazzhehe, for now i dont need polkit, when i do i'll probably help fix it.22:21
yofelout TODO list only gets longer... *sigh*22:22
* apachelogger wanted neon out the door the week after uds.....22:22
tazzbtw i would like to help with neon stuff, its just that i am new to packaging in kubuntu and havent had any solid success building even a single package.22:23
tazzs/neon/neon natty/22:23
yofelnatty is on hold until bug 669703 is fixed22:25
ubottuLaunchpad bug 669703 in Launchpad Bazaar Integration "natty recipe build fails because natty-cat-lpbuildd is empty" [Medium,Triaged] https://launchpad.net/bugs/66970322:25
=== claydoh is now known as Guest3221
yofelwe have *some* packages for maverick and lucid so far22:25
yofelcurrent TODO https://wiki.kubuntu.org/Kubuntu/ProjectNeon/Packaging22:25
* tazz looks22:26
yofelhere's the ppa if you want to use something from it https://launchpad.net/~neon/+archive/ppa/+packages22:26
=== claydoh_ is now known as claydoh
yofelthe kde* package aren't really ready yet, but kdesupport stuff should be fine to use22:28
apacheloggerScottK: whom could we poke with that bug?22:32
ScottKThe Launchpad bug?22:32
apacheloggeraye22:32
* apachelogger considers poking jcastro to poke someone for lack of better ideas22:32
ScottKI'd ask barry on Monday (or if you see him before) who best to poke.22:33
apacheloggervery well22:33
apacheloggeryofel: ^22:33
yofelthanks, natty isn't that much of a priority though currently..22:35
yofeltazz: btw, if you're interested visit us in #project-neon22:35
=== saintlee is now known as newboon2age_
apparlewhy can't I install services in dolphin from the get new services?22:43
apacheloggerhuh?22:46
apparleapachelogger: whatever services I install, don't appear22:46
apacheloggerthere is a get new service thing for service menus?22:46
apacheloggeranyhow22:46
apacheloggermost likely the creators were unable to package their crap properly22:47
apparleapachelogger: I tried 2-3 packages, neither of them appear on the menu22:50
apparleapachelogger: what are the packages have to be made like?22:54
apacheloggerI have no idea22:54
apparle:D22:55
apparleguys, the new notification system has got problems... particularly with kopete and quassel23:16
apparlea 15 min chat with someone and the notification widget is filled up with all the messages and useful ones get hidden23:17
CIA-42[muon] jmthomas * 1196729 * trunk/ (13 files in 4 dirs) (log message trimmed)23:47
CIA-42I did some thinking and have made some vast improvements to the view hierarchy.23:47
CIA-42Before, the root view (AvailableView in this instance) was doing it all: Housing23:47
JontheEchidnaSketching out heirarchies really helps23:48
JontheEchidna*hierarchies23:49
JontheEchidnawho needs some fancy-schmancy diagramming program? pencil + paper ftw23:49
JontheEchidnaI keep mine in a notebook. It's fun seeing how designs evolve the more you think about them23:50
CIA-42[muon] jmthomas * 1196740 * trunk/extragear/sysadmin/muon/installer/CategoryView/CategoryViewWidget.cpp Don't leak subviews23:59

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