mp1076 has quit [Read error: Connection reset by peer]
mp1076 has joined #maemo-leste
<freemangordon>
Wizzup: I see nothing in that BT
<freemangordon>
what is the context?
<freemangordon>
like, how did you manage to trigger it?
skyres has joined #maemo-leste
xmn has quit [Ping timeout: 260 seconds]
* freemangordon
works on adding HW accelerated compositing in OMAP DDX
inky has quit [Ping timeout: 260 seconds]
<bencoh>
neat
<Wizzup>
freemangordon: it keeps happening
<Wizzup>
like 100% cpu, same message
<Wizzup>
freemangordon: is that for mafw gst xv?
<Wizzup>
also, the debian sofiasip is from 2011...
<Wizzup>
there is upstream with new releases, they don't use it though
<Wizzup>
I'm going to add autostart for conversations through xsession and dsmeutil
<Wizzup>
dsmetool*
akossh has joined #maemo-leste
<Wizzup>
conversations in -devel will now auto start on boot, in the background
xes_ has joined #maemo-leste
xes has quit [Ping timeout: 276 seconds]
<freemangordon>
Wizzup: no, that is for speeding-up scrolling in gtk applications etc
<freemangordon>
Wizzup: please either try to debug or provide useful backtrace
<Wizzup>
freemangordon: can't, it already died, but it happened a few times to me
<Wizzup>
it looks like it's trying to exit but just gets stuck
<Wizzup>
I figured the line number in the msg was useful
<Wizzup>
freemangordon: I want to add some indexes and other things to rtcom db
<Wizzup>
I can change rtcom-eventlogger's db schema for it, and it should just update databases it touches
<Wizzup>
rtcom-eventlogger already executes the db schema every open
<Wizzup>
so it should be no problem
<Wizzup>
agreed?
<Wizzup>
like CREATE INDEX IF NOT EXISTS idx_events_channel on events(channel);
arno11 has joined #maemo-leste
xmn has joined #maemo-leste
xmn has quit [Quit: ZZZzzz…]
<freemangordon>
I still don't understand why we want to change the UX to app-centric
<freemangordon>
unless I miss something
<Wizzup>
??
<freemangordon>
why do you need the above index?
<Wizzup>
the database has no index for channel, which means it has to do full row scan every time you want to find messags that are part of group chats
<Wizzup>
or even just to get a list of things that were group chats
<Wizzup>
I refuse to do the group chats the way fremantle does them, it's literally the worth idea they ever produced :D
<Wizzup>
(window must be open for you to be in the chat)
<Wizzup>
s/worth/worst/
<Wizzup>
this has nothing to do with how the chat overview looks like
<freemangordon>
ok
<freemangordon>
but then, how do you leave/rejoin a group chat?
<Wizzup>
the query takes ~3-4s on my n900 without the index, sub second with index
<Wizzup>
fremantle that is
<freemangordon>
but ok, one index more should not be an issue
<Wizzup>
freemangordon: and re the ux, we can do other things, it's all trivial to change and I'm sure you've seen :D
<Wizzup>
right now I just want to get group chat logging and rendering of group chats in there
<freemangordon>
ok
xmn has joined #maemo-leste
xmn has quit [Quit: ZZZzzz…]
arno11 has quit [Quit: Lost terminal]
<Wizzup>
ok, I have group chat logging done for conversations
<Wizzup>
now to clean up the code and support multiple channels
<Wizzup>
it's the same as fremantle, except for the is_read bit, which fremantle sets to 1 (?)
<Wizzup>
maybe because irc doesn't have a notion of is_read, and they use it to report whether a message is read or not
<Wizzup>
freemangordon: 43G of music and no problems yet
<freemangordon>
great
<freemangordon>
I have 3-4 more functions to RE and hopefully we'll have HW compositing on SGX
<Wizzup>
cool :)
<freemangordon>
that should make all the difference in UX speed wise, esp on n900
<Wizzup>
:)
arno11 has joined #maemo-leste
<arno11>
:)
<Wizzup>
I worry with many tp things getting sorted, audio in sip/xmpp calls will be really hard :D
<Wizzup>
freemangordon: we can probably use idx_ev_group_uid index
<Wizzup>
seems to be better, includes account name and channel
<sicelo>
why would the audio be hard?
<Wizzup>
because it would a combination of farstream, gstreamer, and all the weird sip/xmpp audio codec negotiation, turn/stun, and gabble and rakia not being up to date with latest
<arno11>
and pulseaudio: sip/xmpp calls must be detected as calls from UCM. otherwise no microphone so no audio sync so no sound.
<Wizzup>
sure, but right now nothing shows up in pavucontrol, even though both devices think the call is active :D