Re: Thread Safety

2014-03-21 Thread aparsloe
On 22/03/2014 10:28 a.m., Richard Heck wrote: I've pushed a large audit of static variables, trying to identify where there might be threading conflicts. Perhaps the most serious I found is in output_latex.cpp, where we use static variables to track the current encoding. That could lead to p

Re: 2.1 release status

2014-03-21 Thread Uwe Stöhr
Am 17.03.2014 23:46, schrieb Uwe Stöhr: @ everybody: Can you please review http://wiki.lyx.org/LyX/NewInLyX21 if all new features are listed so that I know what to document. These are not blocking issues, but thanks for reminding people. I of course know that this is no blocker but why does

Re: trac down?

2014-03-21 Thread Scott Kostyshak
On Fri, Mar 21, 2014 at 9:28 PM, Vincent van Ravesteijn wrote: > Scott Kostyshak schreef op 22-3-2014 0:49: > >> For about 15 minutes now I've been getting >> >> 500 Internal Server Error >> >> Scott > > It seems to be working again. Same here. Scott

Re: trac down?

2014-03-21 Thread Vincent van Ravesteijn
Scott Kostyshak schreef op 22-3-2014 0:49: For about 15 minutes now I've been getting 500 Internal Server Error Scott It seems to be working again. Vincent

trac down?

2014-03-21 Thread Scott Kostyshak
For about 15 minutes now I've been getting 500 Internal Server Error Scott

Re: PATCH: automatic copying and migration of elder user config directories Was: LyX user directory path on Mac contains PACKAGE

2014-03-21 Thread Uwe Stöhr
Am 21.03.2014 11:50, schrieb Jean-Marc Lasgouttes: And what about multi-user PCs? Take for example a typical case where only the admin installs programs (the standard in most companies and some universities) then the admin Windows account don't have a LyX preference because he never started it.

Re: PATCH: automatic copying and migration of elder user config directories Was: LyX user directory path on Mac contains PACKAGE

2014-03-21 Thread Uwe Stöhr
Am 21.03.2014 23:29, schrieb Stephan Witt: Am 21.03.2014 um 20:56 schrieb Georg Baum : Exactly. I cannot understand why something working on Linux without any problem - the in place upgrade of the .lyx user configuration - shouldn't work on Windows or Mac OS X. Because on Linux you are the bos

Re: PATCH: automatic copying and migration of elder user config directories Was: LyX user directory path on Mac contains PACKAGE

2014-03-21 Thread Uwe Stöhr
Am 21.03.2014 20:56, schrieb Georg Baum: No, it is an expert option without exaggerating. I bet 99% would just click on the answer the installer would set as default. Sure, but this is exactly what is good for them: If user settings of an older major version exist, and if no user settings of t

Re: Questions and annotations about some new LyX 2.1 features

2014-03-21 Thread Uwe Stöhr
Am 21.03.2014 04:13, schrieb Richard Heck: I played a lot bat cannot see this new menu entry. What do I have to do to see it? We've always had this menu, even in 2.0.x. There are just new options, I think. Hi Richard, thanks for your help. As Vincent said this feature was indeed later on r

Re: PATCH: automatic copying and migration of elder user config directories Was: LyX user directory path on Mac contains PACKAGE

2014-03-21 Thread Stephan Witt
Am 21.03.2014 um 20:56 schrieb Georg Baum : > Uwe Stöhr wrote: > >> No, it is an expert option without exaggerating. I bet 99% would just >> click on the answer the installer would set as default. > > Sure, but this is exactly what is good for them: If user settings of an > older major version

Thread Safety

2014-03-21 Thread Richard Heck
I've pushed a large audit of static variables, trying to identify where there might be threading conflicts. Perhaps the most serious I found is in output_latex.cpp, where we use static variables to track the current encoding. That could lead to problems if we were exporting LaTeX while also d

Re: [LyX/2.2-staging] Draw a small red frame around preview images that are too small.

2014-03-21 Thread Richard Heck
On 03/21/2014 05:12 PM, Vincent van Ravesteijn wrote: On Friday, March 21, 2014, Richard Heck > wrote: commit 1bb7c3baafb636eb02c09ee651b4f7b7a5836b04 Author: Richard Heck Date: Wed Mar 19 12:43:21 2014 -0400 Draw a small red frame around preview images that are too sm

Re: #8950: LyX 2.0.7 reconfiguration fails on Mac OSX 10.9.1

2014-03-21 Thread Richard Heck
On 03/21/2014 04:34 PM, LyX Ticket Tracker wrote: #8950: LyX 2.0.7 reconfiguration fails on Mac OSX 10.9.1 +--- Reporter: kitbaum | Owner: rgheck Type: defect | Status: reopened Prior

[LyX/2.2-staging] Draw a small red frame around preview images that are too small.

2014-03-21 Thread Vincent van Ravesteijn
On Friday, March 21, 2014, Richard Heck > wrote: > commit 1bb7c3baafb636eb02c09ee651b4f7b7a5836b04 > Author: Richard Heck > Date: Wed Mar 19 12:43:21 2014 -0400 > > Draw a small red frame around preview images that are too small. > > diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/In

Re: [LyX/2.2-staging] Tooltip for completion word length.

2014-03-21 Thread Vincent van Ravesteijn
- - + + + Shortest word that LyX will offer to compete. + + Compete -> complete. Vincent

Re: about irc

2014-03-21 Thread Richard Heck
On 03/21/2014 10:52 AM, rhoit wrote: which server and the channel the irc to come. there seem to be two http://wiki.lyx.org/LyX/IRC says irc.debian.org #lyx in gsoc page its free node irc://irc.freenode.org/lyx-devel I don't think many of the devels actually use those nowadays. Discussion ha

Re: PATCH: automatic copying and migration of elder user config directories Was: LyX user directory path on Mac contains PACKAGE

2014-03-21 Thread Georg Baum
Uwe Stöhr wrote: > No, it is an expert option without exaggerating. I bet 99% would just > click on the answer the installer would set as default. Sure, but this is exactly what is good for them: If user settings of an older major version exist, and if no user settings of the current major vers

Re: [PATCH] Do not store Languages in completion work lists, but only, pointers

2014-03-21 Thread Jean-Marc Lasgouttes
Le 21/03/14 19:56, Georg Baum a écrit : Vincent van Ravesteijn wrote: On the other hand, I don't like using pointers instead. It feels fragile to compare pointers. Why not just a "std::string language" as the key ? Languages are compared by pointers at many other places, which of course assum

Re: Questions and annotations about some new LyX 2.1 features

2014-03-21 Thread Georg Baum
Vincent van Ravesteijn wrote: > On Fri, Mar 21, 2014 at 4:05 AM, Uwe Stöhr wrote: >> While updating the docs I stumbled over the following features which I >> don't fully understand (all texts taken from >> http://wiki.lyx.org/LyX/NewInLyX21): >> >> 1. "Ability to paste as simple unformatted text

Re: [PATCH] Do not store Languages in completion work lists, but only, pointers

2014-03-21 Thread Georg Baum
Vincent van Ravesteijn wrote: > On the other hand, I don't like using pointers instead. It feels fragile > to compare pointers. Why not just a "std::string language" as the key ? Languages are compared by pointers at many other places, which of course assumes that the only language objects live

about irc

2014-03-21 Thread rhoit
which server and the channel the irc to come. there seem to be two http://wiki.lyx.org/LyX/IRC says irc.debian.org #lyx in gsoc page its free node irc://irc.freenode.org/lyx-devel

Re: [PATCH] Do not store Languages in completion work lists, but only, pointers

2014-03-21 Thread Jean-Marc Lasgouttes
21/03/2014 12:54, Vincent van Ravesteijn: Probably the Language class started out as a light-weight object. Now, however, we store the complete layout translation in it, and thus every Paragraph has a copy of this translation map, which indeed is quite over-the-top. On the other hand, I don't li

Re: [PATCH] Do not store Languages in completion work lists, but only, pointers

2014-03-21 Thread Richard Heck
On 03/21/2014 07:54 AM, Vincent van Ravesteijn wrote: On Fri, Mar 21, 2014 at 12:33 PM, Jean-Marc Lasgouttes mailto:lasgout...@lyx.org>> wrote: Here is something I stumbled upon yesterday: each Paragraph object sores at least on copy of a Language object! I have not quantify the

Re: [LyX features/str-metrics] Fix bug #9040: In RtL documents end-of-paragraph marker shifts the row display

2014-03-21 Thread Richard Heck
On 03/21/2014 04:09 AM, Jean-Marc Lasgouttes wrote: Le 21/03/2014 04:34, Richard Heck a écrit : I added it so you can do e.g. [82c77f14/features] now. There's all sorts of other info here: http://trac.edgewall.org/wiki/TracRepositoryAdmin but I'm not sure any of it really needs to be done

Re: [PATCH] Do not store Languages in completion work lists, but only, pointers

2014-03-21 Thread Vincent van Ravesteijn
On Fri, Mar 21, 2014 at 12:33 PM, Jean-Marc Lasgouttes wrote: > Here is something I stumbled upon yesterday: each Paragraph object sores > at least on copy of a Language object! > > I have not quantify the cost of this thing, but it may be useful to > backport it to 2.1.x eventually. > > Looking a

[PATCH] Do not store Languages in completion work lists, but only, pointers

2014-03-21 Thread Jean-Marc Lasgouttes
Here is something I stumbled upon yesterday: each Paragraph object sores at least on copy of a Language object! I have not quantify the cost of this thing, but it may be useful to backport it to 2.1.x eventually. Looking at the completion code shows a lot of other weird stuff, like collectin

Re: PATCH: automatic copying and migration of elder user config directories Was: LyX user directory path on Mac contains PACKAGE

2014-03-21 Thread Jean-Marc Lasgouttes
21/03/2014 10:16, Uwe Stöhr: And what about multi-user PCs? Take for example a typical case where only the admin installs programs (the standard in most companies and some universities) then the admin Windows account don't have a LyX preference because he never started it. This is something tha

Re: [LyX/2.2-staging] Use qstr to convert string to a QString

2014-03-21 Thread Vincent van Ravesteijn
On Fri, Mar 21, 2014 at 11:37 AM, Benjamin Piwowarski wrote: > commit a366fa1b4b5c1c4d6083339c8a0d2b4ec385f48c > Author: Benjamin Piwowarski > Date: Fri Mar 21 11:06:06 2014 +0100 > > Use qstr to convert string to a QString > Good, I got your e-mail now. > > diff --git a/src/frontends/

Re: Fix problem with python and change of PATH

2014-03-21 Thread Vincent van Ravesteijn
On Fri, Mar 21, 2014 at 10:47 AM, Benjamin Piwowarski wrote: > On 21 Mar 2014 at 10:07:21 , Vincent van Ravesteijn (v...@lyx.org) wrote: > > From: Benjamin Piwowarski >> Date: Fri, 14 Mar 2014 10:48:40 + (+0100) >> Subject: Fix problem with python and change of PATH >> X-Git-Url: >> http://gi

GSoc Application

2014-03-21 Thread rhoit
Hi, I come from Nepal that's UTC +05:45, Currently enrolled in Kathmandu University, Masters by Research Program. Doing some research on Opinion Mining sneak peak here. http://rhoit.github.io/talks/kures14/ github pages : https://github.com/rhoit/bio resume in Latex : http://rhoit.github.io/

Re: Fix problem with python and change of PATH

2014-03-21 Thread Benjamin Piwowarski
On 21 Mar 2014 at 10:07:21 , Vincent van Ravesteijn (v...@lyx.org) wrote: From: Benjamin Piwowarski Date: Fri, 14 Mar 2014 10:48:40 + (+0100) Subject: Fix problem with python and change of PATH X-Git-Url:  http://git.lyx.org/?p=lyx.git;a=commitdiff_plain;h=49b943e8458c6d23a7db29033e92601c7404f

Re: PATCH: automatic copying and migration of elder user config directories Was: LyX user directory path on Mac contains PACKAGE

2014-03-21 Thread Uwe Stöhr
Am 21.03.2014 10:24, schrieb Vincent van Ravesteijn: I understand your motivations. I just was asking whether you have thought about it. Yes I did. But, aren't you exaggerating that this is an expert option ? No, it is an expert option without exaggerating. I bet 99% would just click on th

Re: PATCH: automatic copying and migration of elder user config directories Was: LyX user directory path on Mac contains PACKAGE

2014-03-21 Thread Vincent van Ravesteijn
On Fri, Mar 21, 2014 at 10:16 AM, Uwe Stöhr wrote: > > Wouldn't it be ok, to have the instaler ask: "Do you want to copy your >> preferences of the already installed LyX ?" >> > > We should not focus on experts. > [...] > regards Uwe > I understand your motivations. I just was asking whether

Re: PATCH: automatic copying and migration of elder user config directories Was: LyX user directory path on Mac contains PACKAGE

2014-03-21 Thread Uwe Stöhr
Am 21.03.2014 09:25, schrieb Vincent van Ravesteijn: Having multiple versions of LyX should rather be special usecase than the normal one, but anyway. Oh, I would say that many users have 2 installations side by side and I can understand that. If you use LyX for large and/or important documen

Re: Fix problem with python and change of PATH

2014-03-21 Thread Vincent van Ravesteijn
From: Benjamin Piwowarski > Date: Fri, 14 Mar 2014 10:48:40 + (+0100) > Subject: Fix problem with python and change of PATH > X-Git-Url: > http://git.lyx.org/?p=lyx.git;a=commitdiff_plain;h=49b943e8458c6d23a7db29033e92601c7404fff5 > > Fix problem with python and change of PATH > > - waits tha

Re: OS X: Title bar can be clicked to access file path

2014-03-21 Thread Vincent van Ravesteijn
>--- a/src/frontends/qt4/GuiView.cpp >+++ b/src/frontends/qt4/GuiView.cpp >@@ -1002,6 +1002,9 @@ void GuiView::updateWindowTitle(GuiWorkArea * wa) >return; >setWindowTitle(qt_("LyX: ") + wa->windowTitle()); >setWindowIconText(wa->windowIconText()); >+#if (QT_VERSION >= 0x040400) >+ setWindowFilePat

Re: PATCH: automatic copying and migration of elder user config directories Was: LyX user directory path on Mac contains PACKAGE

2014-03-21 Thread aparsloe
On 21/03/2014 9:25 p.m., Vincent van Ravesteijn wrote: On Fri, Mar 21, 2014 at 1:47 AM, Uwe Stöhr wrote: Am 18.03.2014 09:17, schrieb Vincent van Ravesteijn: Uwe, have you though about this in your installer ? I haven't yet got what the problem is. The Win installer is designed that one c

No cvs-log mails

2014-03-21 Thread Vincent van Ravesteijn
Hi Benjamin, There are still no mails sent about your commits. Are you sure you are subscribed to the cvslog mailinglist with your lyx.org address. Vincent

Re: Freeze for rc1

2014-03-21 Thread Uwe Stöhr
Am 21.03.2014 09:30, schrieb Vincent van Ravesteijn: Please also start updating all docs to the 2.1 fileformat. I can do it as well, but I don't want to interfere with your commits. Please do this. thanks and regards Uwe

Re: 2.1 release status

2014-03-21 Thread Vincent van Ravesteijn
On Fri, Mar 21, 2014 at 1:28 AM, Uwe Stöhr wrote: > Am 18.03.2014 08:53, schrieb Vincent van Ravesteijn: > > >> LyX 2.1 is far past its due data, so, yes, I want to release as soon >> as possible. > > > OK. The installer is ready as I said. I can ship an older version of > ImageMagick without the

Re: Freeze for rc1

2014-03-21 Thread Vincent van Ravesteijn
On Fri, Mar 21, 2014 at 1:37 AM, Uwe Stöhr wrote: > Am 20.03.2014 09:39, schrieb Vincent van Ravesteijn: > > >> As far as I can see all issues, which were identified in the last >> week, are now solved in current master. Therefore, I want to start >> releasing rc1. After the release of rc1, mast

Re: Questions and annotations about some new LyX 2.1 features

2014-03-21 Thread Vincent van Ravesteijn
On Fri, Mar 21, 2014 at 4:13 AM, Richard Heck wrote: > >> 3. "A new preference variable to adjust the minimum length of words to be >> collected in the candidate list for text input completion was provided by >> Richard Heck and Stephan Witt." >> >> This feature misses a tooltipin the prefeences d

Re: Questions and annotations about some new LyX 2.1 features

2014-03-21 Thread Vincent van Ravesteijn
On Fri, Mar 21, 2014 at 4:05 AM, Uwe Stöhr wrote: > While updating the docs I stumbled over the following features which I don't > fully understand (all texts taken from http://wiki.lyx.org/LyX/NewInLyX21): > > 1. "Ability to paste as simple unformatted text the clipboard contents. This > is avail

Re: PATCH: automatic copying and migration of elder user config directories Was: LyX user directory path on Mac contains PACKAGE

2014-03-21 Thread Vincent van Ravesteijn
On Fri, Mar 21, 2014 at 1:47 AM, Uwe Stöhr wrote: > Am 18.03.2014 09:17, schrieb Vincent van Ravesteijn: > > >> Uwe, have you though about this in your installer ? > > > I haven't yet got what the problem is. > The Win installer is designed that one can have parallel installations of > different m

Re: [LyX features/str-metrics] Fix bug #9040: In RtL documents end-of-paragraph marker shifts the row display

2014-03-21 Thread Jean-Marc Lasgouttes
Le 21/03/2014 04:34, Richard Heck a écrit : I added it so you can do e.g. [82c77f14/features] now. There's all sorts of other info here: http://trac.edgewall.org/wiki/TracRepositoryAdmin but I'm not sure any of it really needs to be done. Hmm, Vincent convinced me that we do not want to