On 06/27/2016 03:31 PM, Henrik Kragh wrote:
> Hi,
>
> I haven't used the mailing list before so I hop eI have reached the
> right one.
>
> I have used Lyx for some and has recently upgraded to Win10. I have
> downloaded the two different installers (ended up using the bundle).
> However today windo
On 06/27/2016 04:14 PM, Georg Baum wrote:
> Guillaume Munch wrote:
>
>> Dear list,
>>
>>
>> Here is a patch that removes all uses of std::bind and boost::bind in
>> src/. I think this is something that we want in the long term, because
>> it makes the changed code much more readable and maintainabl
Am Sonntag, 26. Juni 2016 um 19:48:52, schrieb Enrico Forestieri
> On Sun, Jun 26, 2016 at 07:23:08PM +0200, Jean-Marc Lasgouttes wrote:
>
> > Le 26/06/2016 17:56, Enrico Forestieri a écrit :
> > > On Sun, Jun 26, 2016 at 05:44:04PM +0200, Jean-Marc Lasgouttes wrote:
> > >
> > > > Le 26/06/2016
Am Montag, 27. Juni 2016 um 12:27:02, schrieb Joel Kulesza
> On Mon, Jun 27, 2016 at 11:48 AM, Kornel Benko wrote:
>
> > Do you also have "/opt/local/rh/qt5/usr/bin/qmake"?
> > If yes, set your PATH to "/opt/local/rh/qt5/usr/bin:$PATH"
> >
> > Done, see below. Note that I prepended another pat
Guillaume Munch wrote:
> Dear list,
>
>
> Here is a patch that removes all uses of std::bind and boost::bind in
> src/. I think this is something that we want in the long term, because
> it makes the changed code much more readable and maintainable.
You mean std::bind, or did I miss any remaini
Hi,
I haven't used the mailing list before so I hop eI have reached the right
one.
I have used Lyx for some and has recently upgraded to Win10. I have
downloaded the two different installers (ended up using the bundle).
However today windows defender suddently tells me that there is a trojan in
t
On Mon, Jun 27, 2016 at 11:48 AM, Kornel Benko wrote:
> Do you also have "/opt/local/rh/qt5/usr/bin/qmake"?
> If yes, set your PATH to "/opt/local/rh/qt5/usr/bin:$PATH"
>
> Done, see below. Note that I prepended another path to make sure it picks
up the right qmake (because the one in /usr/bin
Am Montag, 27. Juni 2016 um 11:33:17, schrieb Joel Kulesza
> On Mon, Jun 20, 2016 at 4:21 PM, Kornel Benko wrote:
>
> > Am Montag, 20. Juni 2016 um 16:04:03, schrieb Joel Kulesza <
> > jkule...@gmail.com>
> > > On Mon, Jun 20, 2016 at 3:39 PM, Kornel Benko wrote:
> > > > > I have asked the admi
On Mon, Jun 20, 2016 at 4:21 PM, Kornel Benko wrote:
> Am Montag, 20. Juni 2016 um 16:04:03, schrieb Joel Kulesza <
> jkule...@gmail.com>
> > On Mon, Jun 20, 2016 at 3:39 PM, Kornel Benko wrote:
> > > > I have asked the admins to install Qt5 and I'll give it another go
> > > > following that (ET
Le 26/06/2016 21:17, Richard Heck a écrit :
It would help me if you could explain this new syntax. I'm a philosopher, not a
programmer.
-theApp()->registerSocketCallback(fd,
-bind(&LyXComm::read_ready, this));
+theApp()->registerSocketCallback(fd, [this]() { read_re
Am Sonntag, 26. Juni 2016 um 18:11:20, schrieb Scott Kostyshak
> On Sun, Jun 26, 2016 at 11:33:53PM +0200, Enrico Forestieri wrote:
> > On Sun, Jun 26, 2016 at 02:50:28PM -0400, Scott Kostyshak wrote:
> >
> > > On Sun, Jun 26, 2016 at 01:51:58PM +0200, Enrico Forestieri wrote:
> > >
> > > > > C
11 matches
Mail list logo