IRC log of #maemo-ssu for Wednesday, 2011-02-23

barzamwell now it does, but 5 minutes ago it didnt! I stand corrected then :)00:02
*** M4rtinK has joined #maemo-ssu00:05
MohammadAGSc0rpius, I can't reproduce https://bugs.maemo.org/show_bug.cgi?id=11821, should I close it as WORKSFORME?00:09
*** ruskie has quit IRC00:22
*** nhOmega has joined #maemo-ssu00:22
*** nhOmega is now known as ruskie00:22
*** ruskie has quit IRC00:22
*** ruskie has joined #maemo-ssu00:22
merlin_1991MohammadAG, I'm currently trying to reproduce00:25
*** ruskie has quit IRC00:26
*** ruskie has joined #maemo-ssu00:26
merlin_1991tried with mail for exchange, worked perfectly fine00:27
MohammadAGyou'd think I'd have noticed no notifications :P00:28
MohammadAGClosed00:29
*** Mensoif has quit IRC00:29
*** Venemo has quit IRC00:38
*** lcuk has quit IRC00:42
*** PatrickM|away has quit IRC00:47
Sc0rpiusas I stated in that bug00:48
Sc0rpiusI think he has the notifications turned off and he never replied my comment00:48
Sc0rpius"Are you sure you have enabled the notifications in Modest?"00:49
Sc0rpiusso anyway, I couldn't reproduce it either, and I'm pretty sure he had the notifications turned off00:49
MohammadAGchanging parallax values in hildon-desktop is fun01:11
MohammadAGmade it configurable http://gitorious.org/community-ssu/hildon-desktop/commit/aabd427d5d66500a23282c3d00e00e2363ae6a8c01:11
Sc0rpiuswhy don't you put that in gconf01:13
Sc0rpiusso people can change it using gconftool01:14
Sc0rpiusoh it's via transitions.ini01:14
Sc0rpiusI would migrate the whole transitions.ini to gconf01:15
MohammadAGI wouldn't01:15
Sc0rpius:(01:15
MohammadAGI like the fact that it defaults to a value if no file's found01:15
MohammadAGgconf can't do that right?01:15
Sc0rpiusyou do it in your code01:15
Sc0rpiusif you can't find the value in gconf, you create it with the default value01:16
MohammadAGhd_transition_get_double("home", "parallax", 1.3)01:16
MohammadAGif it doesn't find the value, it uses 1.301:16
merlin_1991I bet you can easily write wrapper functions to gconf that do exactly that01:54
Sc0rpiusyeah actually Modest does that01:54
Sc0rpiusand the nice thing is that you can change via gconf the values and you wouldn't need to kill -SIGHUP hildon-desktop to reload the configuration01:54
Sc0rpiusthe changes will be taken immediately01:55
merlin_1991wait you can sighup h-d?01:55
Sc0rpiusmaybe not01:55
Sc0rpiushehe01:55
Sc0rpiusactually I do killall hildon-desktop01:56
merlin_1991h-d should listen for -usr1 just like dd does01:56
merlin_1991i think apache does it too01:57
*** Brownout has quit IRC01:58
merlin_1991and yea I mistook sughup for sigusr1 :D01:59
merlin_1991s/sughup/sighup/01:59
*** Brownout has joined #maemo-ssu02:03
*** Brownout_ has joined #maemo-ssu02:06
*** Brownout has quit IRC02:09
*** Guest94930 has joined #maemo-ssu02:10
*** arcean has quit IRC02:14
*** merlin_1991 has quit IRC02:14
*** M4rtinK has quit IRC02:29
*** njsf has left #maemo-ssu02:40
*** lcuk has joined #maemo-ssu02:54
*** lcuk has quit IRC02:54
*** lcuk has joined #maemo-ssu02:54
*** Guest94930 has quit IRC03:21
*** trbs has quit IRC03:51
*** M4rtinK has joined #maemo-ssu04:18
*** Brownout_ is now known as Brownout04:24
DocScrutinizerwhy should any process use any changes in gconf automatically? don't you think it needs some signal from gconfd to the process as well? or is gconf so braindead you need to read the var each time you use it? and if that's how it works, why can 't you do same with any other arbitrary storage method holding your settings?04:27
DocScrutinizerthe only thing that makes gconf special is the *central* daemon that's needed for a whole system to work, and which tends to be the bottleneck quite often, and sometimes eats CPU cycles for nuttin, just like PA does04:28
DocScrutinizerthe big problem with gconf is you have no F*ing clue what to save, to copy, or to delete, as there's no obvious relation between the key in gconf and the program binary and associated directories04:31
DocScrutinizeryou need a running gconfd to install / uninstall programs which is a mega PITA04:31
DocScrutinizeresp since gconfd depends on other rather complex system services you usually don't want around as well, when in system maintenance mode (init -s)04:33
DocScrutinizerhow would you restore a borked program from a system backup you did last week, when that program depends on settings in gconf?04:36
DocScrutinizernonono, I don't want to restore the whole machine to state of last week, including all the productive processes of 57 users in 9 user groups. Just restore that single program, as somebody broke it by a mishap update04:38
DocScrutinizergconf quite frequently is a gashead's concept and the solution to problems nonexistent04:39
DocScrutinizerlike "it doesn't need sighup"04:40
DocScrutinizerit ever occurred to you there might be situations where you *want* a dedicated command like kill -HUP to signal to a process that you're now done with that 23 config changes that need to be done atomically? How would you do this with gconfd? When this great tool doesn't need any such signal?04:43
DocScrutinizerhell - even a simple config file can be monitored via inotify, and I could save the new config all settings in one "save" or mv or cp command, no -sighup needed04:44
DocScrutinizergconftool-2 otoh, is for sure tricky to convince to do changes on multiple keys in an atomic way04:45
DocScrutinizerbasically there's exactly ONE usecase for gconf: config values that change frequently and are both written and read by a changing undefined set of processes04:47
*** lcuk has quit IRC05:09
*** lcuk has joined #maemo-ssu05:10
*** lcuk has quit IRC05:10
*** lcuk has joined #maemo-ssu05:10
*** Milhouse has quit IRC05:15
*** njsf has joined #maemo-ssu05:31
*** Milhouse has joined #maemo-ssu05:58
*** Milhouse has joined #maemo-ssu05:58
*** M4rtinK has quit IRC06:22
*** njsf has quit IRC07:07
*** njsf has joined #maemo-ssu07:12
Sc0rpiusok that was a nice rant against gconf :)07:15
*** njsf has quit IRC07:24
*** njsf has joined #maemo-ssu07:30
*** DocScrutinizer has quit IRC07:31
*** DocScrutinizer has joined #maemo-ssu07:31
*** divan has joined #maemo-ssu08:08
*** Mensoif has joined #maemo-ssu09:24
*** Mensoif has quit IRC09:29
*** andre__ has joined #maemo-ssu09:35
*** andre__ has joined #maemo-ssu09:35
*** lcuk has quit IRC09:47
*** chainsawbike has quit IRC09:47
*** SpacedOut has quit IRC09:47
*** ecksun has quit IRC09:47
*** haltdef has quit IRC09:47
*** prgrm has quit IRC09:47
*** trumee has quit IRC09:48
*** X-Fade has quit IRC09:48
*** faari has quit IRC09:48
*** ZogG has quit IRC09:48
*** Kaptenen has quit IRC09:48
*** ChanServ has quit IRC09:48
*** Milhouse has quit IRC09:48
*** njsf has quit IRC09:48
*** Brownout has quit IRC09:48
*** arisd has quit IRC09:48
*** crashanddie has quit IRC09:48
*** IronLegend has quit IRC09:48
*** timoph has quit IRC09:48
*** divan has quit IRC09:48
*** lardman|gone has quit IRC09:48
*** wmarone has quit IRC09:48
*** macmaN has quit IRC09:48
*** barzam has quit IRC09:48
*** phellarv has quit IRC09:48
*** Lava_C has quit IRC09:48
*** Sc0rpius has quit IRC09:48
*** RST38h has quit IRC09:48
*** peetah_ has quit IRC09:48
*** w00t_ has quit IRC09:48
*** teve has quit IRC09:48
*** andre__ has quit IRC09:48
*** ruskie has quit IRC09:48
*** xnt14 has quit IRC09:48
*** ^24seven has quit IRC09:48
*** Jaffa has quit IRC09:48
*** Po0ky has quit IRC09:48
*** DocScrutinizer has quit IRC09:48
*** MohammadAG has quit IRC09:48
*** andre__ has joined #maemo-ssu09:53
*** divan has joined #maemo-ssu09:53
*** DocScrutinizer has joined #maemo-ssu09:53
*** njsf has joined #maemo-ssu09:53
*** Milhouse has joined #maemo-ssu09:53
*** lcuk has joined #maemo-ssu09:53
*** Brownout has joined #maemo-ssu09:53
*** ruskie has joined #maemo-ssu09:53
*** haltdef has joined #maemo-ssu09:53
*** chainsawbike has joined #maemo-ssu09:53
*** SpacedOut has joined #maemo-ssu09:53
*** ecksun has joined #maemo-ssu09:53
*** X-Fade has joined #maemo-ssu09:53
*** trumee has joined #maemo-ssu09:53
*** prgrm has joined #maemo-ssu09:53
*** ChanServ has joined #maemo-ssu09:53
*** ZogG has joined #maemo-ssu09:53
*** faari has joined #maemo-ssu09:53
*** Kaptenen has joined #maemo-ssu09:53
*** wmarone has joined #maemo-ssu09:53
*** Lava_C has joined #maemo-ssu09:53
*** macmaN has joined #maemo-ssu09:53
*** lardman|gone has joined #maemo-ssu09:53
*** Sc0rpius has joined #maemo-ssu09:53
*** RST38h has joined #maemo-ssu09:53
*** xnt14 has joined #maemo-ssu09:53
*** barzam has joined #maemo-ssu09:53
*** MohammadAG has joined #maemo-ssu09:53
*** peetah_ has joined #maemo-ssu09:53
*** arisd has joined #maemo-ssu09:53
*** w00t_ has joined #maemo-ssu09:53
*** ^24seven has joined #maemo-ssu09:53
*** crashanddie has joined #maemo-ssu09:53
*** Po0ky has joined #maemo-ssu09:53
*** Jaffa has joined #maemo-ssu09:53
*** IronLegend has joined #maemo-ssu09:53
*** timoph has joined #maemo-ssu09:53
*** teve has joined #maemo-ssu09:53
*** phellarv has joined #maemo-ssu09:53
*** jordan.freenode.net sets mode: +o ChanServ09:53
*** The3_14ed|r has joined #maemo-ssu10:05
*** Milhouse has quit IRC10:05
*** Milhouse has joined #maemo-ssu10:05
*** Milhouse has joined #maemo-ssu10:05
*** psycho_oreos has joined #maemo-ssu10:11
*** lcuk has quit IRC10:24
*** The3_14ed|r has quit IRC10:24
*** chainsawbike has quit IRC10:24
*** SpacedOut has quit IRC10:24
*** ecksun has quit IRC10:24
*** haltdef has quit IRC10:24
*** prgrm has quit IRC10:24
*** trumee has quit IRC10:24
*** X-Fade has quit IRC10:24
*** faari has quit IRC10:24
*** ZogG has quit IRC10:24
*** Kaptenen has quit IRC10:24
*** ChanServ has quit IRC10:25
*** psycho_oreos has quit IRC10:25
*** njsf has quit IRC10:25
*** Brownout has quit IRC10:25
*** arisd has quit IRC10:25
*** crashanddie has quit IRC10:25
*** IronLegend has quit IRC10:25
*** timoph has quit IRC10:25
*** divan has quit IRC10:25
*** lardman|gone has quit IRC10:25
*** wmarone has quit IRC10:25
*** macmaN has quit IRC10:25
*** barzam has quit IRC10:25
*** phellarv has quit IRC10:25
*** Lava_C has quit IRC10:25
*** Sc0rpius has quit IRC10:25
*** RST38h has quit IRC10:25
*** peetah_ has quit IRC10:25
*** w00t_ has quit IRC10:25
*** teve has quit IRC10:25
*** andre__ has quit IRC10:25
*** ruskie has quit IRC10:25
*** xnt14 has quit IRC10:25
*** ^24seven has quit IRC10:25
*** Jaffa has quit IRC10:25
*** Po0ky has quit IRC10:25
*** Milhouse has quit IRC10:25
*** DocScrutinizer has quit IRC10:25
*** MohammadAG has quit IRC10:25
*** teve has joined #maemo-ssu10:36
*** w00t_ has joined #maemo-ssu10:36
*** peetah_ has joined #maemo-ssu10:36
*** RST38h has joined #maemo-ssu10:36
*** Sc0rpius has joined #maemo-ssu10:36
*** Lava_C has joined #maemo-ssu10:36
*** psycho_oreos has joined #maemo-ssu10:36
*** Milhouse has joined #maemo-ssu10:36
*** The3_14ed|r has joined #maemo-ssu10:36
*** andre__ has joined #maemo-ssu10:36
*** divan has joined #maemo-ssu10:36
*** DocScrutinizer has joined #maemo-ssu10:36
*** njsf has joined #maemo-ssu10:36
*** lcuk has joined #maemo-ssu10:36
*** Brownout has joined #maemo-ssu10:36
*** ruskie has joined #maemo-ssu10:36
*** haltdef has joined #maemo-ssu10:36
*** chainsawbike has joined #maemo-ssu10:36
*** SpacedOut has joined #maemo-ssu10:36
*** ecksun has joined #maemo-ssu10:36
*** X-Fade has joined #maemo-ssu10:36
*** trumee has joined #maemo-ssu10:36
*** prgrm has joined #maemo-ssu10:36
*** ChanServ has joined #maemo-ssu10:36
*** ZogG has joined #maemo-ssu10:36
*** faari has joined #maemo-ssu10:36
*** Kaptenen has joined #maemo-ssu10:36
*** wmarone has joined #maemo-ssu10:36
*** macmaN has joined #maemo-ssu10:36
*** lardman|gone has joined #maemo-ssu10:36
*** xnt14 has joined #maemo-ssu10:36
*** barzam has joined #maemo-ssu10:36
*** MohammadAG has joined #maemo-ssu10:36
*** arisd has joined #maemo-ssu10:36
*** ^24seven has joined #maemo-ssu10:36
*** crashanddie has joined #maemo-ssu10:36
*** Po0ky has joined #maemo-ssu10:36
*** Jaffa has joined #maemo-ssu10:36
*** IronLegend has joined #maemo-ssu10:36
*** timoph has joined #maemo-ssu10:36
*** phellarv has joined #maemo-ssu10:36
*** jordan.freenode.net sets mode: +o ChanServ10:36
*** villev has joined #maemo-ssu10:49
JaffaMorning, all10:57
MohammadAGmorning11:17
MohammadAGJaffa, wouldn't it be illegal to include the CSS files?11:19
MohammadAGpondering a revert to PR1.3 tut11:26
MohammadAGthough that would be time consuming11:26
*** BCMM has joined #maemo-ssu11:30
JaffaMohammadAG: I'd say we should only distribute patching packages for closed source stuff11:34
JaffaWhether that's a binary patch or a text patch.11:34
JaffaAnd then combination of dpkg-divert and patch in postinst/prerm as you say11:34
MohammadAGJaffa, conversations is closed source11:35
MohammadAGeven though the .css files are open, the license isn't GPL11:35
JaffaIndeed.11:44
JaffaBut distributing a patch to the CSS files, and appying it automatically, is fine.11:45
BCMMis it at all possible for a .css to *not* be "open"?11:53
JaffaBCMM: Could be obfuscated, or even stored in a binary/compressed format and decoded on load by the using program.11:54
JaffaWhich is how Nokia suggest QML files are made "non-open"11:55
MohammadAGwell, they are open, they just can't be legally replaced11:57
JaffaMohammadAG: No, replacing them is legal.11:59
MohammadAGreally?11:59
JaffaOf course.11:59
MohammadAGthen why should be patching them?11:59
JaffaReplacing something on a device you own is legal.11:59
MohammadAGheh11:59
MohammadAGI meant in debs11:59
JaffaRight. let's be clear on terminology.12:00
Jaffa"Ship" - no. Unless they've basically been rewritten.12:00
Jaffa"Replace" - yes. But how to do, if we can't ship?12:00
MohammadAGpatch12:00
Jaffa"Patch" - yes. Although the context will be copyrighted from the original file, it's small enough to not count as a violation.12:01
Jaffas/violation/copyright violation/12:01
* Jaffa said this about forcerotation btw: http://talk.maemo.org/showpost.php?p=953421&postcount=96912:07
MohammadAGthe whitelist should be done asap imho12:10
JaffaHow would we identify the app?12:12
JaffaNot sure I've ever done xwininfo on a Maemo 5 window12:13
MohammadAGsurely there's a unique window ID12:16
MohammadAGYou know12:17
MohammadAGas noobish as I may be in GLib and C, I'm starting on MafwPlaylist today12:17
MohammadAGhow hard could it be :)12:17
Jaffa:-)12:18
JaffaMohammadAG: But you don't want a unique, per-instance, window ID.12:19
MohammadAGyeah, I know12:19
MohammadAGDon't all apps have a unique ID?12:19
MohammadAGon X1112:19
MohammadAG(I've never looked into X11 btw)12:19
JaffaTypically things like "window class" can be used.12:22
JaffaBut it's been a whle.12:22
MohammadAGtbh, I was thinking a daemon should be made outside hildon-desktop12:24
MohammadAGbut thp would know better here12:24
BCMMthere is window class and window role, both names rather than numbers12:24
BCMMthey should be unique to the application and to the specific window (e.g. close dialog), respectively12:25
BCMM(no i don't know X11; this just comes from setting up window-specific overrides with KWin)12:25
*** normaltusker has joined #maemo-ssu12:28
JaffaMohammadAG: Daemon and associated communication could slow rotation down even further.12:29
JaffaBCMM: Indeed. But I've not looked at them in Fremantle. I remember looking at them in Bora/Chinook.12:30
MohammadAGJaffa, I was thinking of something that would set the rotation flag, hildon-desktop wouldn't have to be patched12:30
BCMMit's Xorg... should be all the same as a desktop12:30
BCMMunless GTK and Qt on maemo are intentionally broken in that respect, or people have been writing stupid applications that all call themselves "foo"12:31
MohammadAGlol12:31
JaffaMohammadAG: So, daemon watches for window being mapped, if it decides to, it sets the flag?12:32
MohammadAGJaffa, daemon watches for windows, if the window is listed in a whitelist, set the portrait flag on it12:33
MohammadAGh-d would still do the rotation12:33
MohammadAGassuming the whitelist is kept on / (it would be a few kbs anyway), lag shouldn't happen12:33
BCMMsurely that's a perfect example of the sort of thing a window manager normally does?12:34
*** SpacedOut has quit IRC12:34
JaffaMohammadAG: Doesn't need to reread the whitelist every time. Daemon should keep it in memory.12:36
MohammadAGwell, that can be done too12:36
*** SpacedOut has joined #maemo-ssu12:36
JaffaWe're not talking something which is enormous ;-)12:37
thphmm, is the messaging stuff that contains the CSS open source or closed? if closed, can we add a "messaging-portrait-support" package to the cssu that dpkg-diverts the css files?12:46
Jaffathp: Yes.12:48
JaffaSee the bug ;-)12:48
Jaffahttps://bugs.maemo.org/show_bug.cgi?id=1197612:48
povbotBug 11976: viewing sms conversations in portrait mode without horizontal scrolling (patch)12:48
Jaffathp: that's the tech spec I outlined12:48
*** peetah_ is now known as peetah12:57
normaltuskerI can confirm tht the  patch is working fine. Tried it out on my phone.13:14
*** lizardo has joined #maemo-ssu13:46
thpJaffa: yay :) cool13:47
thpJaffa: although i think it's preinst and postrm13:47
thp(because you have to divert *before* installing the file, and undivert *after* removing the file)13:48
Jaffathp: The patch would be in /opt/messaging-portrait-support/css.patch (say). That's installed there by dpkg. Then, in postinst, you dpkg-divert /usr/share/something/foo.css to foo.css.orig and apply the patch to it to give you the new foo.css13:52
thpoh, yeah. because we can't ship the css and have to patch it "live" on the system?13:54
thpis that because of licensing problems?13:56
thpmaybe we can write our own "free" css? ;)13:56
thpJaffa: ^13:58
Lava_Cnice, patches are in14:03
*** Lava_C is now known as Lava_Croft14:04
Jaffathp: Indeed. Patching is first step; maybe we can get wazd to rewrite ;-)14:06
*** NIN101 has joined #maemo-ssu14:06
*** trbs has joined #maemo-ssu14:11
Lava_Crofthow come ham doesnt notice cssu update14:16
BCMMLava_Croft: refresh?14:17
Lava_CroftBCMM: I pressed Update14:17
BCMMthat's the one, yeah...14:17
Lava_Croft:)14:17
MohammadAGthat doesn't always refresh fyi14:17
Lava_Crofto?14:18
Lava_Croftthen how?14:18
MohammadAGtap the title bar then refresh14:18
Lava_Croftaah14:18
Lava_Croftstrange behaviour, thanks14:18
BCMMon a related note, i know one shouldn't really apt-get upgrade, but is apt-get update always safe?14:18
MohammadAGprobably14:18
MohammadAGI don't see a reason it shouldn't be safe14:19
Lava_Croftlolbug, MohammadAG14:19
Lava_Croftit works now, obviously14:19
Lava_Croftthanks14:19
Lava_Croftgreat work on the fix, people14:29
*** M4rtinK has joined #maemo-ssu14:30
Lava_Croftthis CSSU is just what we (n900 users) needed14:31
Lava_Croftso i guess everybody is all rage about nokiams?14:31
Lava_Croft(I am not)14:31
MohammadAGnah14:32
Lava_Crofti felt a slight sting when hearing about it, thats for sure14:32
normaltuskerI was seriously pissed off on hearing that!14:35
Lava_CroftI knew that would be a silly emotion14:36
Lava_CroftNokia is a company after all, companies are there to make moneys14:36
Lava_CroftApart from the obvious philophical implications, i actually like the idea of nokia hardware powering windows phones14:36
Lava_Croftphilosophical*14:37
Lava_Croftmy brother has an imported HTC phone running wp7, its begging for good nokia hardware14:39
Lava_Croftapart from the really nice and big screen14:39
BCMMis it normal for the tactile support in h-d to "chirrup"?14:39
MohammadAGsqueak?14:39
BCMMsorta, yeah14:39
BCMMi guess it's using the vibe at less than full-power14:40
MohammadAGyeah14:40
BCMMis that intentional?14:40
Lava_Croftyou know what's odd14:40
Lava_Crofthaving a second N900 as backup device still does not satisfy me14:40
Lava_Croftand i scout for a 3rd14:40
Lava_Crofteven tho i really dont need it14:40
MohammadAGBCMM, low-speed, yes, sound, no14:41
normaltuskerLava_Croft: LOL. I share your feelings though i have to be satisfied with just one! :(14:41
Lava_Croftnormaltusker: found a used one on dutch ebay for 150e14:41
Lava_Croftit was as good as new, only the box was a bit harmed14:41
normaltuskeranyways, got to go. Day's over for me! :)14:41
BCMMMohammadAG: what does the normal "click" vibration when you tap look like? high-power, very short?14:41
Lava_Croftbye14:42
MohammadAGfull speed I think14:42
Lava_CroftBCMM: high frequency, short14:42
Lava_Croftspeed/frequency14:42
normaltuskerLava_Croft: I could never use a handed down phone. My first and last was the Nokia 2600 back in 2005! :)14:42
Lava_Crofthah14:42
Lava_Croftmy first was a 510014:42
Lava_Croftsecond N90014:42
Lava_Croft:>14:42
Lava_Croftthose are the only phones i ever owned14:42
Lava_Croftalways used a Palm for other stuff14:43
Lava_Croftthen my PalmIIIxe got stolen by a really dumb junkie14:43
MohammadAG echo 255 > /sys/class/leds/twl4030\:vibrator/brightness; gsleep 0.01; echo 0 > /sys/class/leds/twl4030\:vibrator/brightness14:43
BCMMhah, the wikipedia article on angular frequency is great14:43
normaltuskerLava_croft: I have used Nokia phones from the time I knew phones in India. I had a Samsung wave for a while until my N900 came back from Warranty. :)14:44
BCMMit's illustrated with a spinning smiley face14:44
Lava_Croft:>14:44
normaltuskerThat's a wonderful piece of hardware, but it needs Linux! :)14:44
Lava_CroftI used some shitty other brand phones from panasonic and samsung for several whiles14:44
BCMM(that's probably what junkies that *aren't* really dumb do in their spare time or something)14:44
Lava_CroftBCMM: this one was dumb14:44
Lava_Croftit stole my palm14:44
Lava_Croftworth: about 5 euros14:44
Lava_Croftat the pawnshop14:44
Lava_Croftthats not enough money for one ball of crack14:44
Lava_Crofti have a friend who worked at the homeless shelter where the junkie lived14:45
normaltuskerseriously going now. :) Will try and get back on the Phone's IRC so that I can still keep up when I am riding back home! :)14:45
Lava_Croftcrazy story etc14:45
Lava_Croftbye!14:45
Lava_Croftuse irssi!14:45
*** normaltusker has quit IRC14:45
Lava_Crofton a remote server!14:45
Lava_Croft<314:45
*** M4rtinK has quit IRC14:54
*** the_lord has joined #maemo-ssu15:27
*** BCMM has quit IRC15:43
*** ivgalvez has joined #maemo-ssu16:16
*** lcuk has quit IRC16:27
*** lcuk has joined #maemo-ssu16:30
*** lcuk has quit IRC16:30
*** lcuk has joined #maemo-ssu16:30
*** Aranel has joined #maemo-ssu16:34
JaffaGah, the cheek of reopening things in the CSSU bugzilla.16:39
w00t_Jaffa: ?16:55
Jaffaw00t_: https://bugs.maemo.org/show_bug.cgi?id=11968 got closed as MohammadAG as RESOLVED INVALID. Then the guy went and opened it again whilst adding his comment.17:01
povbotBug 11968: SIM contacts17:01
w00t_heh17:02
*** piggz_ has joined #maemo-ssu17:07
*** divan has quit IRC17:07
piggz_lo...the latest hildon-desktop has some very bad side-effects when blurless is enabled....the status menu no longer displays properly17:07
piggz_infact, anywhere when blurless would be used, the display becomes corupt17:08
Lava_Croftnot over here17:10
*** psycho_oreos has quit IRC17:12
*** psycho_oreos has joined #maemo-ssu17:14
MohammadAGJaffa, he means he wants to view contacts without copying17:15
MohammadAGJaffa, close it as either RESOLVED WONTIFX after changing it to Contacts not CSSU, or close it as RESOLVED INVALID per CSSU17:15
piggz_also, switching dekstops is very jerky17:15
MohammadAGI'd do it but I'm on 2G17:16
piggz_Lava_Croft: what version have you got?17:16
piggz_when sliding dekstops, it stops part way   :)17:17
*** Kaptenen has quit IRC17:17
piggz_version 20.2010.36-2maemo12.117:18
MohammadAGreboot17:19
*** Kaptenen has joined #maemo-ssu17:20
piggz_MohammadAG: i have17:20
MohammadAGdmesg | grep SGX17:20
*** lardman|gone is now known as lardman17:20
piggz_just booting again....17:21
*** ivgalvez has quit IRC17:21
piggz_MohammadAG: after that reboot if is smoother...and SGX is not found17:23
MohammadAGlogs are cleared each reboot17:26
*** lcuk has quit IRC17:28
*** lcuk has joined #maemo-ssu17:31
*** M4rtinK has joined #maemo-ssu17:44
*** piggz_ has quit IRC17:53
*** lcuk has quit IRC17:56
*** lcuk has joined #maemo-ssu17:58
*** lcuk has quit IRC17:58
*** lcuk has joined #maemo-ssu17:58
*** Sc0rpius has quit IRC18:05
*** Sc0rpius has joined #maemo-ssu18:16
*** marcels has joined #maemo-ssu18:43
*** BCMM has joined #maemo-ssu18:46
*** psycho_oreos has quit IRC18:56
*** Venemo has joined #maemo-ssu19:06
*** dave1010 has joined #maemo-ssu19:23
MohammadAGthp, http://gitorious.org/cordia/hildon-desktop/commit/7ccf55c9bf01d8bebfab13c2f21dc09702c99fae is a neat effect19:34
RST38hMohammad: Whatdoesitdo?19:40
thpMohammadAG: i think i've seen it on the video19:42
MohammadAGthp, merges fine with current h-d19:44
MohammadAGRST38h, zoom in on press19:44
* MohammadAG tries to make it configurable19:44
Lava_Croftheh19:45
MohammadAGthp, one question19:46
MohammadAGin C, does if (1) = true?19:46
lcukyes19:47
lcukanything !0 is true19:48
lcukif(2){...}19:48
lcukif(28342384283423){...}19:48
VenemoMohammadAG: yes, and while(1) is an endless loop19:48
thpMohammadAG: as lcuk said19:49
MohammadAGah, got it19:49
MohammadAGwhich section would this be best in?19:49
MohammadAG[home]?19:49
thpprobably, yes19:50
thpi think it only works on the desktop?19:51
MohammadAGno, it's on all parts of hildon-desktop19:51
thpeverywhere? even in apps?19:51
MohammadAGyes19:51
MohammadAGactually, no19:52
MohammadAGonly in hildon-desktop's parts in apps19:52
MohammadAG(i.e X button, task manager etc)19:52
*** dave1010 has quit IRC19:52
MohammadAGyay it works20:02
*** oiuztredrtzh has joined #maemo-ssu20:03
*** Venemo has quit IRC20:03
*** oiuztredrtzh has quit IRC20:05
*** Venemo has joined #maemo-ssu20:07
MohammadAGthp, Venemo20:09
MohammadAGhttp://gitorious.org/community-ssu/hildon-desktop/commit/3b4a8b8a0d2279e6bfbe3a55bdae339ad007736220:09
Venemonice to see it MohammadAG :)20:10
VenemoMohammadAG: is it cool on N900 too?20:11
MohammadAGyeah20:11
MohammadAG(increasing zoom effect, or better yet, making it configurable) would be cooler20:11
*** tgalal has joined #maemo-ssu20:26
Venemowe're considering merging in the desktop zooming feature too20:29
Venemoby 'we', I mean Cordia :)20:29
MohammadAGdesktop zooming?20:29
Venemoyes20:29
MohammadAGdidn't you merge it already?20:29
Venemoafaik we haven't20:29
MohammadAGhmm20:30
VenemoMohammadAG: http://gitorious.org/qildon/hildon-desktop/commit/4525cf814672712f8f92a803f746ae9d2f7c34f020:30
MohammadAGoh20:31
MohammadAGI thought you meant the effect20:31
Venemowhat effect?20:31
VenemoMohammadAG: do you mean the "desktop press feedback"?20:32
MohammadAGyeah20:32
Venemook20:32
MohammadAGincluded it in the CSSU20:32
Venemoyes, you told it :)20:32
MohammadAGVenemo, how does one zoom?20:32
MohammadAGjust making sure you didn't mix :p20:32
Venemo"desktop press feedback" != zoom20:32
Venemoas I said, we haven't merged the zoom feature yet20:33
JaffaThe problem with desktop press feedback is that it pops back out, which isn't what you'd expect if you're dragging20:33
MohammadAGyeah20:33
JaffaVenemo: What does "global zoom" mean then?20:33
MohammadAGJaffa, like on the iPhone I guess20:33
MohammadAG(accessibility feature)20:34
JaffaAh20:34
MohammadAGbut how does one do it?20:34
JaffaAnd navigate around et.20:34
Jaffa+c20:34
JaffaOne weird artifact I've noticed recently. If I'm in an app and tap on the top-left, I'll see a frame of the desktop before it blurs away to the launcher20:34
VenemoJaffa: as I said, we _haven't_ merged that patch yet!!!!!!20:34
VenemoJaffa: that link is moimart's repo, not ours20:35
JaffaVenemo: I assumed you'd know what a patch did to even look at it ;-)20:35
MohammadAGless ! Venemo20:35
VenemoJaffa: it supports global zooming.20:35
VenemoJaffa: like, zooming in and out on the desktop and apps20:36
MohammadAGthe iPhone does this in a confusing yet smart way20:36
MohammadAGthe N900 lacks multitouch though20:36
VenemoI think moimart made it work with a shortcut key combo20:36
Lava_Croftuse volume rocker for zooming:)20:37
JaffaLittle status bar slider is probably the nicest way.20:38
MohammadAGhmm20:39
MohammadAGor some button + microB zoom in gesture20:39
MohammadAG<Jaffa> The problem with desktop press feedback is that it pops back out, which isn't what you'd expect if you're dragging20:39
Lava_Crofthm20:39
MohammadAGsmoku's video shows it stays pressed20:39
MohammadAGI wonder how he did it20:40
VenemoMohammadAG: ask him20:43
MohammadAGhe's idling20:43
VenemoMohammadAG: I dunno20:43
*** lcuk has quit IRC20:54
*** lcuk has joined #maemo-ssu21:07
*** lcuk has quit IRC21:07
*** lcuk has joined #maemo-ssu21:07
*** cyteen has quit IRC21:10
*** marcels has quit IRC21:24
*** lcuk has quit IRC21:25
*** chadi has joined #maemo-ssu21:40
*** BCMM has quit IRC21:43
*** cyteen has joined #maemo-ssu21:52
*** cyteen has quit IRC21:52
*** cyteen has joined #maemo-ssu21:57
*** marcels has joined #maemo-ssu22:14
chadiI would like to see portrait on the wireless selection dialog22:28
MohammadAGclosed source22:29
chaditoo bad. what package is it part of?22:30
MohammadAGnot sure, probably icd222:31
*** lardman|home has joined #maemo-ssu22:54
*** lcuk has joined #maemo-ssu23:00
*** lcuk has quit IRC23:00
*** lcuk has joined #maemo-ssu23:00
*** marcels has quit IRC23:08
*** lcuk has quit IRC23:11
*** arisd_ has joined #maemo-ssu23:15
*** arisd has quit IRC23:16
*** Brownout has quit IRC23:16
*** arisd_ is now known as arisd23:17
*** Brownout has joined #maemo-ssu23:17
*** Brownout is now known as Guest2326323:18
*** Kaptenen has quit IRC23:18
*** Kaptenen has joined #maemo-ssu23:20
*** Guest23263 has quit IRC23:21
*** Guest23263 has joined #maemo-ssu23:21
*** Guest23263 is now known as Brownout23:21
*** BCMM has joined #maemo-ssu23:28
*** arisd_ has joined #maemo-ssu23:34
*** faari-ddr has joined #maemo-ssu23:34
*** arisd_ has quit IRC23:35
*** the_lord has quit IRC23:39
*** Aranel_ has joined #maemo-ssu23:42
*** Aranel_ has quit IRC23:42
*** Vid has joined #maemo-ssu23:50
*** zogg_ has joined #maemo-ssu23:51
*** trbs has quit IRC23:51
*** SpacedOut has quit IRC23:51
*** The3_14ed|r has quit IRC23:51
*** chainsawbike has quit IRC23:51
*** ecksun has quit IRC23:51
*** haltdef has quit IRC23:51
*** NIN101 has quit IRC23:51
*** faari-ddr has quit IRC23:51
*** prgrm has quit IRC23:51
*** trumee has quit IRC23:52
*** X-Fade has quit IRC23:52
*** arisd has quit IRC23:52
*** faari has quit IRC23:52
*** Aranel has quit IRC23:52
*** villev has quit IRC23:52
*** ZogG has quit IRC23:52
*** ChanServ has quit IRC23:52
*** trbs has joined #maemo-ssu23:54
*** SpacedOut has joined #maemo-ssu23:54
*** The3_14ed|r has joined #maemo-ssu23:54
*** haltdef has joined #maemo-ssu23:54
*** chainsawbike has joined #maemo-ssu23:54
*** ecksun has joined #maemo-ssu23:54
VidHello, can anyone tell me where to find the source code for the Diablo CSSU?23:55

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