[Ekiga-devel-list] Unfrozen code?

2009-02-20 Thread Julien Puydt
I have some experimental code in my personal branches, which I don't 
dare committing since we're frozen.


When will development start again?

Snark
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] Unfrozen code?

2009-02-21 Thread Damien Sandras
Le samedi 21 février 2009 à 08:26 +0100, Julien Puydt a écrit :
> I have some experimental code in my personal branches, which I don't 
> dare committing since we're frozen.
> 
> When will development start again?

We are not frozen. If your code improves teh current stability of Ekiga,
or if your code does not affect next release, it can be pushed. However,
I would be happy if developers could help closing the maximum number of
bugs in bugzilla.

Due to office work, I'll be unavailable this week-end.
-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   Be IP   : http://www.beip.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:dsand...@ekiga.net
   

___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] Unfrozen code?

2009-02-21 Thread Julien Puydt

Damien Sandras a écrit :

We are not frozen. If your code improves teh current stability of Ekiga,


H... it's not exactly that.


or if your code does not affect next release, it can be pushed.


well, I do hope it will affect it for the better!


However, I would be happy if developers could help closing the maximum number of
bugs in bugzilla.


The most worrying stuff in the bugs I have assigned to myself is :
http://bugzilla.gnome.org/show_bug.cgi?id=565443

Snark
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] Unfrozen code?

2009-02-21 Thread Eugen Dedu

Julien Puydt wrote:

Damien Sandras a écrit :

We are not frozen. If your code improves teh current stability of Ekiga,


H... it's not exactly that.


or if your code does not affect next release, it can be pushed.


well, I do hope it will affect it for the better!

However, I would be happy if developers could help closing the maximum 
number of

bugs in bugzilla.


The most worrying stuff in the bugs I have assigned to myself is :
http://bugzilla.gnome.org/show_bug.cgi?id=565443


From RM point of view :o) :

If you could fix
http://bugzilla.gnome.org/show_bug.cgi?id=570008
and finish the gstreamer support,
and those for 3.2.0:
http://bugzilla.gnome.org/buglist.cgi?product=ekiga&bug_status=NEW&bug_status=REOPENED&bug_status=ASSIGNED&bug_status=UNCONFIRMED&target_milestone=3.20
it would be wonderful...

There is also:
http://bugzilla.gnome.org/show_bug.cgi?id=566520
http://bugzilla.gnome.org/show_bug.cgi?id=564761
and others...

I plan to work on http://bugzilla.gnome.org/show_bug.cgi?id=134533.

Finally, a interesting bug in bugzilla: on 
http://bugzilla.gnome.org/browse.cgi?product=ekiga I choose "Total 
bugs", it does not show bugs with NEEDINFO status, such as 
http://bugzilla.gnome.org/show_bug.cgi?id=570008


--
Eugen
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] Unfrozen code?

2009-02-21 Thread Julien Puydt

Eugen Dedu a écrit :

Julien Puydt wrote:

Damien Sandras a écrit :

We are not frozen. If your code improves teh current stability of Ekiga,


H... it's not exactly that.


or if your code does not affect next release, it can be pushed.


well, I do hope it will affect it for the better!

However, I would be happy if developers could help closing the 
maximum number of

bugs in bugzilla.


The most worrying stuff in the bugs I have assigned to myself is :
http://bugzilla.gnome.org/show_bug.cgi?id=565443


 From RM point of view :o) :

If you could fix
http://bugzilla.gnome.org/show_bug.cgi?id=570008


I have unfortunately no idea what can start a thread on exit :-(


and finish the gstreamer support,


Sigh... I still have no idea why the audio output works in the audio 
test and not during a call. :-(


Snark
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] Unfrozen code?

2009-02-21 Thread Eugen Dedu

Julien Puydt wrote:

Eugen Dedu a écrit :

Julien Puydt wrote:

Damien Sandras a écrit :
We are not frozen. If your code improves teh current stability of 
Ekiga,


H... it's not exactly that.


or if your code does not affect next release, it can be pushed.


well, I do hope it will affect it for the better!

However, I would be happy if developers could help closing the 
maximum number of

bugs in bugzilla.


The most worrying stuff in the bugs I have assigned to myself is :
http://bugzilla.gnome.org/show_bug.cgi?id=565443


 From RM point of view :o) :

If you could fix
http://bugzilla.gnome.org/show_bug.cgi?id=570008


I have unfortunately no idea what can start a thread on exit :-(


Could you check if on your machine the following lines from engine.cpp 
are executed twice?

  if (service_core)
delete service_core;

--
Eugen
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] Unfrozen code?

2009-02-22 Thread Julien Puydt

Eugen Dedu a écrit :

Julien Puydt wrote:

Eugen Dedu a écrit :

If you could fix
http://bugzilla.gnome.org/show_bug.cgi?id=570008


I have unfortunately no idea what can start a thread on exit :-(


Could you check if on your machine the following lines from engine.cpp 
are executed twice?

  if (service_core)
delete service_core;


I committed a simple patch today... does it change the situation?

Snark
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] Unfrozen code?

2009-02-23 Thread Eugen Dedu

Julien Puydt wrote:

Eugen Dedu a écrit :

Julien Puydt wrote:

Eugen Dedu a écrit :

If you could fix
http://bugzilla.gnome.org/show_bug.cgi?id=570008


I have unfortunately no idea what can start a thread on exit :-(


Could you check if on your machine the following lines from engine.cpp 
are executed twice?

  if (service_core)
delete service_core;


I committed a simple patch today... does it change the situation?


Nope :o(

local-roster-bridge:
Component to push contacts into the local roster
*** glibc detected *** ekiga-snapshot: corrupted double-linked list: 
0x0228eb90 ***

=== Backtrace: =
/lib/libc.so.6[0x7f865dc591b8]
[...]

(sometimes Segmentation fault, sometimes the message above).

(let's continue discussion in bugzilla.)

--
Eugen
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list