IRC log for #maemo-ssu on 20121130

00:37.35*** join/#maemo-ssu KrayonWork (~krayon@pdpc/supporter/28for7/krayon)
00:46.00*** join/#maemo-ssu jon_y (~enforcer@2002:7c52:3c69::7c52:3c69)
03:20.04*** join/#maemo-ssu amiconn_ (amiconn@rockbox/developer/amiconn)
04:01.31*** join/#maemo-ssu DocScrutinizer05 (~HaleBopp@openmoko/engineers/joerg)
05:29.03*** join/#maemo-ssu joshgillies (~josh@ppp108-33.static.internode.on.net)
05:53.27*** join/#maemo-ssu luf (luf@nat/ibm/x-ghbqkysxzlvjgmhk)
06:18.54*** join/#maemo-ssu Jaded (~jade@Jade.broker.freenet6.net)
06:18.54*** join/#maemo-ssu Jaded (~jade@unaffiliated/jade)
06:40.35*** join/#maemo-ssu Milhouse (~irc_milho@Maemo/community/contributor/Milhouse)
06:45.54*** join/#maemo-ssu Pali (~pali@unaffiliated/pali)
06:57.27*** join/#maemo-ssu _rd (~rd@p57B4833B.dip0.t-ipconnect.de)
07:42.24*** join/#maemo-ssu jade (~jade@Jade.broker.freenet6.net)
07:42.24*** join/#maemo-ssu jade (~jade@unaffiliated/jade)
08:03.11*** join/#maemo-ssu Martix_ (~martix@ip-62-245-106-78.net.upcbroadband.cz)
08:55.16*** join/#maemo-ssu toxaris (~toxaris@s83-180-246-172.cust.tele2.se)
09:02.30*** join/#maemo-ssu kolp (~quassel@212.255.25.65)
09:05.10*** join/#maemo-ssu jon_y (~enforcer@2002:7c52:3c69::7c52:3c69)
09:26.12kolpfreemangordon: re tklock: would it be possible/make sense to make it possible to show the slider by other means than powerbuttoon press, (thinking dbus, or something)
09:26.30kolpSo that it can be used by timenowd (http://talk.maemo.org/showthread.php?t=83682)
09:27.06kolpWithout timenowd having to emulate a powerbutton press
09:27.52kolpWhich can also trigger other apps, too, not only tklock
09:29.19*** join/#maemo-ssu M4rtinK (~M4rtinK@mail.melf.eu)
10:00.32*** join/#maemo-ssu dhbiker (~dhbiker@95.87.145.172)
10:25.54*** join/#maemo-ssu lizardo (lizardo@nat/indt/x-xlzszfejefpolmil)
11:03.30*** join/#maemo-ssu Pali (~pali@unaffiliated/pali)
12:13.40*** join/#maemo-ssu M4rtinK (~M4rtinK@mail.melf.eu)
12:22.14*** join/#maemo-ssu zogg__ (~zoggrules@bzq-79-182-249-148.red.bezeqint.net)
12:42.49*** join/#maemo-ssu dhbiker (~dhbiker@95.87.145.172)
13:21.28freemangordonPali: have some time?
13:21.34freemangordonI need a little help
13:21.49Palisome yes :-)
13:22.15freemangordonok, I cannot figure out how to correctly destroy GtkWindow :(
13:22.58freemangordoni.e. the following code w = gtk_window_new(GTK_TOPLEVEL);gtk_widget_destroy(w); does not seem to free all of the memory
13:29.14Paligtk_widget_destroy should be used for destruct any gtkwidget
13:30.54freemangordonPali: yes, I know that, but there is something weird - after calling  gtk_widget_destroy, the object is still valid, with ref count of 0
13:31.20Palibug in glib/gtk?
13:31.32keriocan valgrind also be used to check for memory leaks?
13:31.39Paliwhen ref count is 0, it should be deleted
13:31.50lufkerio: yes
13:33.36*** join/#maemo-ssu M4rtinK (~M4rtinK@mail.melf.eu)
13:35.30freemangordonPali: I know, that is why I ask
13:42.13lufkerio: something new in bluez testing?
13:42.58kerioluf: no
13:42.59lufkerio: If I remember you had problem with connection failure and wrong status icon
13:53.28*** join/#maemo-ssu dhbiker (~dhbiker@95.87.145.172)
14:00.26*** join/#maemo-ssu NIN101 (~NIN@p5DD29841.dip0.t-ipconnect.de)
14:08.05*** join/#maemo-ssu NIN102 (~NIN@p5DD28B45.dip0.t-ipconnect.de)
14:46.41*** join/#maemo-ssu FIQ (~fiq@unaffiliated/fiq)
15:23.26*** join/#maemo-ssu toxaris (~toxaris@s83-180-246-172.cust.tele2.se)
16:03.26DocScrutinizer05freemangordon: I suspect some garbage collection to kick in eventually
16:04.47DocScrutinizer05you also might try to free(w)
16:05.12DocScrutinizer05nfc
16:10.06freemangordonDocScrutinizer05: I suspect something like gc
16:11.23kerioPali: i realize that it's wrong, but can you make your hald-addon-bme keep the green led on until the charger is unplugged?
16:12.09Palikerio, led is handled by mce
16:12.19Paliif you RE mce, then yes
16:12.36kerioPali: how did it work before, then?
16:13.46Paliyou send message to MCE if charger is connected or no and message if battery is charging or fully charger
16:14.24keriowell, you could lie...
16:15.16Paliif you understand MCE, please tell me about it
16:15.48keriono, i mean
16:16.12keriomake hald-addon-bme report the battery as fully charged from the moment it becomes fully charged to the moment you unplug the charger
16:18.26Paliwhy?
16:18.43kerioso the led is green :3
16:18.49Palifully charged flag is taken from bq27x00
16:25.42DocScrutinizer05Pali: that's not what LED is supposed to show, though. Kerio's request is in line with 'classical' behaviour
16:34.02freemangordon:nod:
16:51.31*** join/#maemo-ssu amiconn_ (amiconn@rockbox/developer/amiconn)
17:00.04*** join/#maemo-ssu NIN102 (~NIN@p5DD28B45.dip0.t-ipconnect.de)
17:00.20freemangordonFUUUU... power key menu seems to leak too :(
17:00.29freemangordoni give up
17:00.35freemangordon(for now)
17:01.19*** join/#maemo-ssu M4rtinK2 (~M4rtinK@mail.melf.eu)
17:05.28ShadowJKsends message to activate/deactivate led patterns from some revisions of his charge script
17:05.33*** join/#maemo-ssu dhbiker_ (~dhbiker@95.87.145.172)
17:13.51*** join/#maemo-ssu Martix_ (~martix@ip-62-245-106-78.net.upcbroadband.cz)
17:24.07merlin1991btw freemangordon does the tklock still leak in its current from?
17:25.19*** join/#maemo-ssu arcean (~arcean@aacr133.neoplus.adsl.tpnet.pl)
17:29.38merlin1991arcean: ping
17:29.58arceanhi merlin1991
17:31.59merlin1991when do you think you'll have your current iteration of hildon-desktop done?
17:32.32merlin1991also any idea about the info on tmo regarding the weird rotation problems?
17:33.14arceanthe problem with QTLockscreen is fixed
17:33.23merlin1991within your master?
17:33.27arceanyes
17:33.42arceanand the second should be fixed in Qt
17:33.59merlin1991btw why does the second suddenly appear now?
17:34.53arceanno, it's also broken in earlier versions
17:35.08merlin1991ah so the only regression is the QTLockscreen problem
17:35.30arceanyes, I think so
17:39.03arceanQTLockscreen would work fine, if the second problem doesn't exist:) ie. we have to change Qt to not listen to MCE :)
17:39.58merlin1991I'm all for it :D
17:41.26arceansuch a change will need a lot of testing :D
17:48.38*** join/#maemo-ssu ivgalvez (~quassel@205.pool85-49-214.dynamic.orange.es)
17:51.46merlin1991freemangordon: what's still blocking you from updating -thumb besides the hildon-desktop things?
17:52.50freemangordonthat one
17:53.47arceanit only affects QTLockscreen - as the user is unable to lock to landscape that window
17:54.31freemangordonarcean: there is some problem in tasknav too
17:55.15arceanit's broken since i don't even know when :)
17:55.46keriofreemangordon: can we use this as an example of cssu-thumb being more stable than cssu-testing, when DocScrutinizer starts ranting? :D
17:56.10arceanin previous releases Qt app locked to landscape was shown in portrait tasknav in portrait mode
17:57.12arceannow it's shown in landscape, but Qt rotates window's content so it looks like http://talk.maemo.org/attachment.php?attachmentid=30011&stc=1&d=1353758113
17:57.38freemangordonarcean: I have OMP here, will test it now
17:58.07freemangordonjust a minute to commit and push tklock replacement RC :P
18:00.01arceanheh, the tklock code is a nice spagheti :)
18:00.13freemangordonarcean: yes, OMP rotates to portrait
18:00.24freemangordonbut that's expected
18:00.36arceandepends
18:00.41freemangordonit should not rotate to landscape
18:00.45arceanwith orientation lock in tasknav?
18:01.18freemangordonit stays in landscape
18:01.39freemangordonagain, expected
18:01.39arceanand what about tasknav miniature?
18:01.45freemangordonlandscape
18:02.54freemangordonarcean: this is h-d 1:2.2.142-22+thumb0
18:03.55freemangordonforced rotation disabled
18:04.01freemangordonOMP blacklisted
18:04.04arceanOMP in portrait -> enabling OLock -> rotates to landscape -> switch to tasknav -> the OMP miniature is shown in landscape?
18:04.35freemangordonyes
18:04.39arceanand blacklisted?
18:04.42freemangordonyes
18:04.47merlin1991arcean: his h-d isn't of the latest version
18:05.04*** join/#maemo-ssu Jade (~jade@unaffiliated/jade)
18:05.07arceanand what if it's not blacklisted?
18:05.18freemangordonarcean: lemme try
18:05.21arceanok
18:06.17freemangordonarcean: the same
18:06.25freemangordonshall I restart h-d?
18:06.54arceanno, restart of the OMP should be enough
18:07.00freemangordonaah, wait
18:07.44freemangordonthe same, it is landscaped in tasknav
18:08.22freemangordonBTW i blacklisted it when I had forced rotation enabled
18:08.31freemangordonthen it have to be blacklisted
18:09.05freemangordonarcean: there is some regression
18:10.28freemangordonmerlin1991: tklock is ready
18:10.30arceandamn, it work for me now
18:11.10arceanfreemangordon, let's start again :P
18:11.17arceanit's about forcerotation=1 & blaclisting the OMP?
18:11.21freemangordonmerlin1991: unfortunately double-click-to-lock leaks about 100k every 2-3 locks
18:11.31merlin1991wtf?
18:11.40freemangordonarcean: not sure, shall i enable forced rotation?
18:11.50freemangordonmerlin1991: yeah
18:11.55freemangordontry it
18:12.25arceanblaclisting is not working without forcerotation enabled
18:12.38freemangordonarcean: ok, i'll enable it
18:12.44freemangordonhmm, wait
18:13.39freemangordonarcean: shall I restart h-d?
18:14.04arceannot needed, but let's restart :)
18:14.09freemangordonhehe
18:14.11freemangordonok
18:15.43freemangordonok. with forced rotation enabled and OMP blacklisted:
18:15.48arceanfreemangordon, can you take a screenshot of the OMP in portrait tasknav with forcerotation and blacklisted?
18:16.23freemangordonOMP started->rotated to portrait->OL locked
18:16.34freemangordonit rotates to landscape
18:16.45freemangordonthumbnail in tasknav is in landscape too
18:16.54freemangordonarcean: you don't believe me?
18:17.17freemangordonarcean: install h-d from thumb and try it
18:17.24arceanwith the latest h-d: http://i.imgur.com/99EEp.png
18:18.02freemangordonarcean: why tasknav is in portrait?
18:18.23freemangordonwith orientation locked it should stay in landscape
18:18.49arceanyes, but I thought we're talking about forcerotation and blacklisting :)
18:19.22freemangordonarcean: shall I have orientation locked?
18:19.33arceanno, disabled
18:20.02freemangordonwell, with no orientation lock, OMP rotates to portrait
18:20.20freemangordonin tasknav that is
18:20.32freemangordonand it is fully displayed
18:20.37arceanyeah
18:20.42freemangordoni.e. everything is OK
18:21.00arceanis it blacklisted?
18:21.03freemangordonyes
18:21.35arceanthen the thumbnail shouldn't be displayed as portrait window
18:21.42freemangordonwhy?
18:22.03freemangordonapplication preference should take over the blacklist for portrait
18:22.16arceanlook at X Terminal in my screenshot
18:22.34freemangordonbut terminal has no _HILDON_PORTRAIT set
18:22.43freemangordonwhiule OMP has
18:22.45freemangordon*while
18:23.11arceanthat behaviour is depracted on demand :)
18:23.17freemangordonblacklisting makes sense only for applicationins we don;t want to force rotate
18:23.40freemangordonbut we should not forbid applications from going portrait if they want to
18:24.02arceanhttps://gitorious.org/~arcean/community-ssu/arcean-hildon-desktop/blobs/master/src/mb/hd-comp-mgr.c#line3925
18:24.15arceanI would say, we have to fix Qt
18:24.18arcean:D
18:24.38freemangordonarcean: I would say you have to fix that regression :D
18:24.47freemangordonbefore wi fix Qt
18:24.48freemangordon:P
18:24.49keriothe blacklist should mean "don't force to rotate"
18:24.57freemangordonkerio: exactly
18:25.16freemangordoni.e. do what application says
18:26.00arceanthat's correct, but as freemangordon noted in previous h-d released blacklisting Qt-based apps didn't work
18:26.13freemangordonarcean: what?
18:26.14arceans/released/releases
18:26.18freemangordoni didn't say that
18:26.29freemangordonit works as it should
18:26.48freemangordoni.e. we don;t FORCE them to rotate
18:26.52arceanah, ok then
18:27.10freemangordonbut if they want to rotate, well, leave them do it
18:27.53freemangordonarcean: I know what and why you did it that way
18:28.27freemangordonand that's why i said - fix the regression until we fix Qt
18:28.29arceanhmm
18:28.53freemangordonQt should listen h-d, not mce
18:29.12freemangordondid i get it right?
18:29.46arceanor just set ONCE the correct flag and do not change them later
18:29.59freemangordonarcean: in applications?
18:30.11arceanie on every MCE signal
18:30.13freemangordonno way, OMP is very good example
18:30.16freemangordonaah
18:30.43freemangordonvideo qindow in OMP should not rotate to portrait
18:30.47freemangordon*window
18:30.55freemangordonwhile all of the others can
18:31.49arceanall in all, freemangordon uncomment the line https://gitorious.org/~arcean/community-ssu/arcean-hildon-desktop/blobs/master/src/mb/hd-comp-mgr.c#line3925
18:31.56arceanand it should be ok
18:32.44freemangordonmerlin1991: ^^^
18:33.33freemangordonarcean: btw I think you changed some stuff in tasknav p?l decision making
18:33.39freemangordonP/L
18:33.54*** join/#maemo-ssu arcean_ (~arcean@aacr133.neoplus.adsl.tpnet.pl)
18:34.04arceanto sum up, blaclisting should lock in landscape only those windows which do NOT support portrait mode?
18:34.13freemangordonexactly
18:34.53freemangordonarcean: and forced rotation is enabled
18:35.27arceanyeah, with disabled the blacklisting would not work :P
18:35.28freemangordonblacklisting shall not have any effect if forced rotation is disabled
18:35.55freemangordons/shall/should/
18:37.49arceanfreemangordon, to be honest I don't remember If I changed anything in tasknav :)
18:38.04freemangordonarcean: I am almost sure
18:39.16arceanhmm, why do you think so?
18:40.20freemangordonarcean: aah, it is just formatting
18:40.24freemangordon(i hope)
18:40.26freemangordon:D
18:40.34arceanhehe
18:41.14arceanIIRC it was completely unreadable Titan's spagheti :)
18:41.30freemangordonwhy Titan's?
18:41.40freemangordonthis is Nokia legacy afaik
18:42.01arceanit came from modified-h-d
18:42.15arceanor something like that
18:42.42*** join/#maemo-ssu Woody14619 (~Woody@2620:4:4000:1:4dc:d805:ee07:3bca)
18:42.42*** join/#maemo-ssu Woody14619 (~Woody@Maemo/Community/council/Woody14619)
18:43.05freemangordonanyway, enough from mr for today :P
18:43.16freemangordongoing to visit some bar :P
18:43.19freemangordonnight
18:43.22arcean:D
18:43.33arceannight
18:50.37*** join/#maemo-ssu Woody14619a (~Woody@2620:4:4000:1:4dc:d805:ee07:3bca)
18:50.37*** join/#maemo-ssu Woody14619a (~Woody@Maemo/Community/council/Woody14619)
18:52.09*** join/#maemo-ssu BCMM (~user@unaffiliated/bcmm)
19:00.32*** join/#maemo-ssu Martix (~martix@ip-62-245-106-78.net.upcbroadband.cz)
19:01.54*** join/#maemo-ssu jon_y (~enforcer@2002:7c52:3c69::7c52:3c69)
19:07.49arceanok, fix pushed
19:10.27*** join/#maemo-ssu Martix (~martix@ip-62-245-106-78.net.upcbroadband.cz)
19:38.07*** join/#maemo-ssu Pali (~pali@unaffiliated/pali)
19:53.42*** join/#maemo-ssu wumpwoast (~jcassidy@63.251.248.156)
20:03.18*** join/#maemo-ssu toxaris (~toxaris@s83-180-246-172.cust.tele2.se)
20:29.37*** join/#maemo-ssu arcean (~arcean@aacr133.neoplus.adsl.tpnet.pl)
20:31.35*** join/#maemo-ssu nox- (noident@freebsd/developer/nox)
21:07.21*** join/#maemo-ssu _rd (~rd@p57B4833B.dip0.t-ipconnect.de)
21:31.27*** join/#maemo-ssu _rd (~rd@p57B4833B.dip0.t-ipconnect.de)
22:07.50*** join/#maemo-ssu Martix (~martix@ip-62-245-106-78.net.upcbroadband.cz)
22:40.42*** join/#maemo-ssu _rd (~rd@p57B4833B.dip0.t-ipconnect.de)
22:42.33*** join/#maemo-ssu Milhouse (~irc_milho@Maemo/community/contributor/Milhouse)
22:52.35*** join/#maemo-ssu FireFly (~firefly@oftn/member/FireFly)
22:57.15*** join/#maemo-ssu Woody14619a (~Woody@2620:4:4000:1:4dc:d805:ee07:3bca)
22:57.17*** join/#maemo-ssu Woody14619a (~Woody@Maemo/Community/council/Woody14619)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.