Re: #7919: add scalable icon for distribution packages

2011-12-02 Thread Timo Kluck
Comment(by lasgouttes):  Concerning Linux, I think we have a bug open about providing a lyx.desktop  file and installing it at the right place. It would be great if we could  settle this too. I could provide a patch for that. It would be easy to just copy the one from the Debian package. I'd

Re: Broken lines in tables

2011-12-02 Thread Kornel Benko
Am Freitag, 2. Dezember 2011 um 12:47:14, schrieb Bianca Kranzusch bia...@kranzusch.net Hi! I'm still working on my diploma thesis, and another issue has come up. In some of my tables, I get broken horizontal lines. I have not been able so far to find out why this happens in some tables,

Re: #7919: add scalable icon for distribution packages

2011-12-02 Thread Jean-Marc Lasgouttes
Le 12/02/11 13:56, Timo Kluck a écrit : Comment(by lasgouttes): Concerning Linux, I think we have a bug open about providing a lyx.desktop file and installing it at the right place. It would be great if we could settle this too. I could provide a patch for that. It would be easy to just

Re: #7919: add scalable icon for distribution packages

2011-12-02 Thread Timo Kluck
2011/12/2 Jean-Marc Lasgouttes lasgout...@lyx.org: As it is now, it will install it in $(datadir)/applications. I'm not sure what happens on windows or MacOS. Do we even use autotools on those platforms? We do use autotools on the Mac and for cygwin builds. But as far as I know these

Re: r40211 - in lyx-devel/trunk/src: . insets

2011-12-02 Thread Jean-Marc Lasgouttes
Le 12/02/11 00:28, Richard Heck a écrit : Sorry, what I meant was: LFUN_BRANCH_ACTIVATE is handled in InsetBranch, as well as in Buffer (in the current code). We get there when it's called from the context menu. (You can (de)activate a branch by right-clicking on the inset and choosing a menu

Re: r40211 - in lyx-devel/trunk/src: . insets

2011-12-02 Thread Richard Heck
On 12/02/2011 10:15 AM, Jean-Marc Lasgouttes wrote: Le 12/02/11 00:28, Richard Heck a écrit : Sorry, what I meant was: LFUN_BRANCH_ACTIVATE is handled in InsetBranch, as well as in Buffer (in the current code). We get there when it's called from the context menu. (You can (de)activate a branch

Re: LyX trunk builded with Qt creator on Ubuntu 11.10

2011-12-02 Thread André Pönitz
On Thu, Dec 01, 2011 at 08:49:16PM -0500, Richard Heck wrote: On 12/01/2011 06:41 PM, André Pönitz wrote: On Thu, Dec 01, 2011 at 06:36:33AM +0200, Nicu Tofan wrote: Hello! I've created the attached .pro file from the source files in the trunk, while looking into CMakeLists. The

push selection to search dialog

2011-12-02 Thread Edwin Leuven
hi, atm our (quick) search shows an empy dialog (or the text from a previous search) when hitting ctrl+F it is standard behavior to put selected text (if any) in the search dialog the attached patch does this comments/suggestions? ed. x.diff Description: Binary data

Re: push selection to search dialog

2011-12-02 Thread Stephan Witt
Am 02.12.2011 um 21:39 schrieb Edwin Leuven: hi, atm our (quick) search shows an empy dialog (or the text from a previous search) when hitting ctrl+F it is standard behavior to put selected text (if any) in the search dialog the attached patch does this comments/suggestions? I have

Re: push selection to search dialog

2011-12-02 Thread Richard Heck
On 12/02/2011 03:39 PM, Edwin Leuven wrote: hi, atm our (quick) search shows an empy dialog (or the text from a previous search) when hitting ctrl+F it is standard behavior to put selected text (if any) in the search dialog the attached patch does this comments/suggestions? ed. From

Review of SourceCodeExploration wiki page

2011-12-02 Thread Nicu Tofan
Hello. http://wiki.lyx.org/Devel/SourceCodeExploration#sDevel.SourceCodeExploration_18 If anyone has time to review what I've put together there, it would be great. Please edit, suggest different layout, ... There is, of course, a great deal of work ahead. I'm thinking about dealing with the

Re: Review of SourceCodeExploration wiki page

2011-12-02 Thread Richard Heck
On 12/02/2011 04:05 PM, Nicu Tofan wrote: Hello. http://wiki.lyx.org/Devel/SourceCodeExploration#sDevel.SourceCodeExploration_18 If anyone has time to review what I've put together there, it would be great. Please edit, suggest different layout, ... There is, of course, a great deal of work

Re: Review of SourceCodeExploration wiki page

2011-12-02 Thread Xu Wang
On Fri, Dec 2, 2011 at 4:05 PM, Nicu Tofan nicu.to...@gmail.com wrote: Hello. http://wiki.lyx.org/Devel/SourceCodeExploration#sDevel.SourceCodeExploration_18 If anyone has time to review what I've put together there, it would be great. Please edit, suggest different layout, ... There is,

Re: LyX trunk builded with Qt creator on Ubuntu 11.10

2011-12-02 Thread Peter Kümmel
On 02.12.2011 20:25, André Pönitz wrote: On Thu, Dec 01, 2011 at 08:49:16PM -0500, Richard Heck wrote: On 12/01/2011 06:41 PM, André Pönitz wrote: On Thu, Dec 01, 2011 at 06:36:33AM +0200, Nicu Tofan wrote: Hello! I've created the attached .pro file from the source files in the trunk, while

Re: r40211 - in lyx-devel/trunk/src: . insets

2011-12-02 Thread Jean-Marc Lasgouttes
Le 02/12/11 18:27, Richard Heck a écrit : That's right. The problem is that the code assumes hidden buffers can never be dirty. See e.g. GuiView::closeBufferAll(). So I guess the thing to do is solve this to the extent we can and put a FIXME about why we can't solve the other case yet. Yes.

Re: r40334 - lyx-devel/trunk/src/insets

2011-12-02 Thread Jean-Marc Lasgouttes
Le 02/12/11 22:21, rgh...@lyx.org a écrit : + // FIXME If the branch is in the master document, we cannot + // call recordUndo..., becuase the master may be hidden, and + // the code presently assumes that hidden documents can

Re: r40334 - lyx-devel/trunk/src/insets

2011-12-02 Thread Richard Heck
On 12/02/2011 05:28 PM, Jean-Marc Lasgouttes wrote: Le 02/12/11 22:21, rgh...@lyx.org a écrit : +// FIXME If the branch is in the master document, we cannot +// call recordUndo..., becuase the master may be hidden, and +// the code presently assumes that

Re: #7919: add scalable icon for distribution packages

2011-12-02 Thread Timo Kluck
> Comment(by lasgouttes): >>  Concerning Linux, I think we have a bug open about providing a lyx.desktop >>  file and installing it at the "right place". It would be great if we could >>  settle this too. > I could provide a patch for that. It would be easy to just copy the > one from the Debian

Re: Broken lines in tables

2011-12-02 Thread Kornel Benko
Am Freitag, 2. Dezember 2011 um 12:47:14, schrieb Bianca Kranzusch > Hi! > > I'm still working on my diploma thesis, and another issue has come up. > > In some of my tables, I get broken horizontal lines. I have not been > able so far to find out why this happens in some

Re: #7919: add scalable icon for distribution packages

2011-12-02 Thread Jean-Marc Lasgouttes
Le 12/02/11 13:56, Timo Kluck a écrit : Comment(by lasgouttes): Concerning Linux, I think we have a bug open about providing a lyx.desktop file and installing it at the "right place". It would be great if we could settle this too. I could provide a patch for that. It would be easy to

Re: #7919: add scalable icon for distribution packages

2011-12-02 Thread Timo Kluck
2011/12/2 Jean-Marc Lasgouttes : >> >> As it is now, it will install it in $(datadir)/applications. I'm not >> sure what happens on windows or MacOS. Do we even use autotools on >> those platforms? > > We do use autotools on the Mac and for cygwin builds. But as far as I know >

Re: r40211 - in lyx-devel/trunk/src: . insets

2011-12-02 Thread Jean-Marc Lasgouttes
Le 12/02/11 00:28, Richard Heck a écrit : Sorry, what I meant was: LFUN_BRANCH_ACTIVATE is handled in InsetBranch, as well as in Buffer (in the current code). We get there when it's called from the context menu. (You can (de)activate a branch by right-clicking on the inset and choosing a menu

Re: r40211 - in lyx-devel/trunk/src: . insets

2011-12-02 Thread Richard Heck
On 12/02/2011 10:15 AM, Jean-Marc Lasgouttes wrote: > Le 12/02/11 00:28, Richard Heck a écrit : >> Sorry, what I meant was: LFUN_BRANCH_ACTIVATE is handled in InsetBranch, >> as well as in Buffer (in the current code). We get there when it's >> called from the context menu. (You can (de)activate a

Re: LyX trunk builded with Qt creator on Ubuntu 11.10

2011-12-02 Thread André Pönitz
On Thu, Dec 01, 2011 at 08:49:16PM -0500, Richard Heck wrote: > On 12/01/2011 06:41 PM, André Pönitz wrote: > > On Thu, Dec 01, 2011 at 06:36:33AM +0200, Nicu Tofan wrote: > >> Hello! > >> > >> I've created the attached .pro file from the source files in the trunk, > >> while > >> looking into

push selection to search dialog

2011-12-02 Thread Edwin Leuven
hi, atm our (quick) search shows an empy dialog (or the text from a previous search) when hitting ctrl+F it is standard behavior to put selected text (if any) in the search dialog the attached patch does this comments/suggestions? ed. x.diff Description: Binary data

Re: push selection to search dialog

2011-12-02 Thread Stephan Witt
Am 02.12.2011 um 21:39 schrieb Edwin Leuven: > hi, > > atm our (quick) search shows an empy dialog (or the text from a > previous search) when hitting ctrl+F > > it is standard behavior to put selected text (if any) in the search dialog > > the attached patch does this > >

Re: push selection to search dialog

2011-12-02 Thread Richard Heck
On 12/02/2011 03:39 PM, Edwin Leuven wrote: > hi, > > atm our (quick) search shows an empy dialog (or the text from a > previous search) when hitting ctrl+F > > it is standard behavior to put selected text (if any) in the search dialog > > the attached patch does this > > comments/suggestions? > >

Review of SourceCodeExploration wiki page

2011-12-02 Thread Nicu Tofan
Hello. http://wiki.lyx.org/Devel/SourceCodeExploration#sDevel.SourceCodeExploration_18 If anyone has time to review what I've put together there, it would be great. Please edit, suggest different layout, ... There is, of course, a great deal of work ahead. I'm thinking about dealing with the

Re: Review of SourceCodeExploration wiki page

2011-12-02 Thread Richard Heck
On 12/02/2011 04:05 PM, Nicu Tofan wrote: > Hello. > > http://wiki.lyx.org/Devel/SourceCodeExploration#sDevel.SourceCodeExploration_18 > If anyone has time to review what I've put together there, it would be great. > Please edit, suggest different layout, ... > There is, of course, a great deal

Re: Review of SourceCodeExploration wiki page

2011-12-02 Thread Xu Wang
On Fri, Dec 2, 2011 at 4:05 PM, Nicu Tofan wrote: > Hello. > > > http://wiki.lyx.org/Devel/SourceCodeExploration#sDevel.SourceCodeExploration_18 > If anyone has time to review what I've put together there, it would be > great. > Please edit, suggest different layout, ... >

Re: LyX trunk builded with Qt creator on Ubuntu 11.10

2011-12-02 Thread Peter Kümmel
On 02.12.2011 20:25, André Pönitz wrote: On Thu, Dec 01, 2011 at 08:49:16PM -0500, Richard Heck wrote: On 12/01/2011 06:41 PM, André Pönitz wrote: On Thu, Dec 01, 2011 at 06:36:33AM +0200, Nicu Tofan wrote: Hello! I've created the attached .pro file from the source files in the trunk, while

Re: r40211 - in lyx-devel/trunk/src: . insets

2011-12-02 Thread Jean-Marc Lasgouttes
Le 02/12/11 18:27, Richard Heck a écrit : That's right. The problem is that the code assumes hidden buffers can never be dirty. See e.g. GuiView::closeBufferAll(). So I guess the thing to do is solve this to the extent we can and put a FIXME about why we can't solve the other case yet. Yes.

Re: r40334 - lyx-devel/trunk/src/insets

2011-12-02 Thread Jean-Marc Lasgouttes
Le 02/12/11 22:21, rgh...@lyx.org a écrit : + // FIXME If the branch is in the master document, we cannot + // call recordUndo..., becuase the master may be hidden, and + // the code presently assumes that hidden documents can

Re: r40334 - lyx-devel/trunk/src/insets

2011-12-02 Thread Richard Heck
On 12/02/2011 05:28 PM, Jean-Marc Lasgouttes wrote: > Le 02/12/11 22:21, rgh...@lyx.org a écrit : >> +// FIXME If the branch is in the master document, we cannot >> +// call recordUndo..., becuase the master may be hidden, >> and >> +// the code presently