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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo