Re: [Basket-devel] libgit2

2015-05-09 Thread Robert Charbonneau
On May 9, 2015 12:38:42 PM Gleb Baryshev wrote: > 06.05.2015 22:53, Gleb Baryshev wrote: > > 06.05.2015 18:53, Robert Charbonneau wrote: > >> I noticed the configuration dialog isn't present yet for the > >> application so maybe I'll work at getting that ported in and then > >> reorganize for new o

Re: [Basket-devel] libgit2

2015-05-09 Thread Gleb Baryshev
06.05.2015 22:53, Gleb Baryshev wrote: > 06.05.2015 18:53, Robert Charbonneau wrote: >> I noticed the configuration dialog isn't present yet for the >> application so maybe I'll work at getting that ported in and then >> reorganize for new options. Will fork today and start playing. >> Thanks Gleb

Re: [Basket-devel] libgit2

2015-05-06 Thread Gleb Baryshev
06.05.2015 18:53, Robert Charbonneau wrote: > Yup, I do have a Github account. > If you wish, create a pull request with libgit2 init fixes, or I can just commit those myself. > I noticed the configuration dialog isn't present yet for the application so > maybe I'll work at getting that ported

Re: [Basket-devel] libgit2

2015-05-06 Thread Robert Charbonneau
Yup, I do have a Github account. I noticed the configuration dialog isn't present yet for the application so maybe I'll work at getting that ported in and then reorganize for new options. Will fork today and start playing. Thanks Gleb! On May 6, 2015 09:52:50 AM Gleb Baryshev wrote: > libgit2

Re: [Basket-devel] libgit2

2015-05-06 Thread Gleb Baryshev
libgit2 has been included for synchronization between computers (by means of some git hosting) - see the most recent message here: http://sourceforge.net/p/basket/mailman/basket-devel/?viewmonth=201403 and also closed pull requests on github. BTW we should add configuration options to Basket to

Re: [Basket-devel] libgit2

2015-05-04 Thread Robert Charbonneau
On May 4, 2015 08:01:58 PM Robert Charbonneau wrote: > On May 4, 2015 07:58:10 PM Robert Charbonneau wrote: > > Hey folks, > > > > The latest libgit2 provided by Ubuntu 15.04 is 2.1.4 which does not have > > git_threads_init() and git_threads_shutdown(); instead I've changed the > > source to us

Re: [Basket-devel] libgit2

2015-05-04 Thread Robert Charbonneau
On May 5, 2015 08:33:55 AM Gleb Baryshev wrote: > 04.05.2015 23:53, Robert Charbonneau wrote: > > > > I did a bit of reading and found the following: > > http://stackoverflow.com/questions/27998122/libgit2-and-qt-error > > > > I tried adding git_libgit2_init(); prior to your call to > > git_threads

Re: [Basket-devel] libgit2

2015-05-04 Thread Gleb Baryshev
04.05.2015 23:53, Robert Charbonneau wrote: > > I did a bit of reading and found the following: > http://stackoverflow.com/questions/27998122/libgit2-and-qt-error > > I tried adding git_libgit2_init(); prior to your call to > git_threads_init() in Application::Application() but I still get this > e

Re: [Basket-devel] libgit2

2015-05-04 Thread Robert Charbonneau
On May 4, 2015 07:58:10 PM Robert Charbonneau wrote: > Hey folks, > > The latest libgit2 provided by Ubuntu 15.04 is 2.1.4 which does not have > git_threads_init() and git_threads_shutdown(); instead I've changed the > source to use: > > git_libgit2_init(); > git_libgit2_shutdown(); > > I have

[Basket-devel] libgit2

2015-05-04 Thread Robert Charbonneau
Hey folks, The latest libgit2 provided by Ubuntu 15.04 is 2.1.4 which does not have git_threads_init() and git_threads_shutdown(); instead I've changed the source to use: git_libgit2_init(); git_libgit2_shutdown(); I haven't made any commits, but changing this in Application resolved the issu