Petr Vanek <[email protected]> writes:

> On Sat, 09 Oct 2010 17:48:39 +0200
> Marco Trevisan (Treviño) <[email protected]> (MT() wrote:
>
>>Il giorno ven, 08/10/2010 alle 20.40 +0200, Łukasz Pankowski ha
>>scritto:
>>> Hi,
>>> 
>>> ffphonelog
>>> ----------
>>> 
>>> I suddenly decided to try to write a phone log in Vala, using
>>> Elementary, and could not stop until it is usable :).  Highly
>>> inspired by pyphonelog GUI (even uses its icons).
>>
>>Oh, finally! I was waiting for this since long time!
>>It's fast and the interface doesn't hang ;)
>
> Very nice and quick! Thank you!
>
> If i may, here is a suggestion: :)
>
> Is there any chance to have an extended ALL view,
> where one could see also SMS IN/OUT (not necessarily the messages
> themselves, just when they arrived)? Also Gprs ON/OFF? This would
> create a complete log of phone events.

Hi,

It may be a good thing to have such a complete view, but I personally do
not have a strong need for that and so I do not plan to do that (limited
spare time).

I see one major missing feature (I hope to fix it in November): limited
and hardcoded number of displayed items, this is quite easy to fix: the
items are already loaded asynchronously (not blocking the GUI) in small
chunks (10 items each), the second ingredient that is missing is to not
set the limit but only request a next chunk of items from opimd if user
may soon scroll the list to see it.

The other issue is that not all items are properly displayed which is
connected with some corner cases of dbus support by Vala compiler.  Best
way to fix it would require (easy) switching to GDBus (GLib/GIO >= 2.26
and Vala >= 0.10) and we have GLib = 2.24.1 in SHR-U.

Łukasz.

>
> Petr
> _______________________________________________
> Shr-devel mailing list
> [email protected]
> http://lists.shr-project.org/mailman/listinfo/shr-devel
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to