autogen.sh gtkglextmm warning

2011-05-26 Thread Tommaso Cucinotta
Hi all, when configuring LyX for development, I can see this: $ ./autogen.sh Using automake (GNU automake) 1.11.1 Using autoconf (GNU Autoconf) 2.67 Building macros... /usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD /usr/share/acloca

Re: r38846 - in lyx-devel/trunk: development/autotests src

2011-05-26 Thread Tommaso Cucinotta
Il 26/05/2011 19:48, Richard Heck ha scritto: On 05/26/2011 01:46 PM, Richard Heck wrote: On 05/26/2011 01:08 PM, tomm...@lyx.org wrote: Author: tommaso Date: Thu May 26 19:08:48 2011 New Revision: 38846 URL: http://www.lyx.org/trac/changeset/38846 Log: Bugfix in how the search buffer was expo

Re: r38846 - in lyx-devel/trunk: development/autotests src

2011-05-26 Thread Tommaso Cucinotta
Il 26/05/2011 19:46, Richard Heck ha scritto: On 05/26/2011 01:08 PM, tomm...@lyx.org wrote: Author: tommaso Date: Thu May 26 19:08:48 2011 New Revision: 38846 URL: http://www.lyx.org/trac/changeset/38846 - ParIterator it = buffer.par_iterator_begin(); - ParIterator

Re: Using pkgconfig to configure hunspell (autotools)

2011-05-26 Thread Richard Heck
On 05/26/2011 12:38 PM, José Matos wrote: > Hi all, > Rex Dieter took the last step to use pkgconfig to configure libhunspell > for autoconf. The patch follows attached (both for 2.0 and 2.1). > > FWIW the same fix should be applied to mythes detection present in > lyxinclude.m4 but I

Re: r38842 - lyx-devel/trunk/src

2011-05-26 Thread Richard Heck
On 05/26/2011 03:05 PM, José Matos wrote: > On Thursday 26 May 2011 15:16:53 rgh...@lyx.org wrote: >> Fix bug reported on user list. Children included more than once in >> the same document could not be rendered. >> >> Problem was that we were using children_positions to deal with the >> included d

Re: Lyx 2.0 Fedora 14 , error with parent and child document

2011-05-26 Thread Enrico Forestieri
On Thu, May 26, 2011 at 10:29:21AM -0400, Richard Heck wrote: > On 05/26/2011 07:21 AM, Enrico Forestieri wrote: > > On Thu, May 26, 2011 at 11:04:06AM +0100, José Matos wrote: > >> On Wednesday 25 May 2011 15:15:39 ajaucot wrote: > >>> Hello, > >>> > >>> In a master file, the same child file is in

Re: r38842 - lyx-devel/trunk/src

2011-05-26 Thread José Matos
On Thursday 26 May 2011 15:16:53 rgh...@lyx.org wrote: > Fix bug reported on user list. Children included more than once in > the same document could not be rendered. > > Problem was that we were using children_positions to deal with the > included documents. That structure only includes each chil

Re: r38846 - in lyx-devel/trunk: development/autotests src

2011-05-26 Thread Richard Heck
On 05/26/2011 01:46 PM, Richard Heck wrote: > On 05/26/2011 01:08 PM, tomm...@lyx.org wrote: >> Author: tommaso >> Date: Thu May 26 19:08:48 2011 >> New Revision: 38846 >> URL: http://www.lyx.org/trac/changeset/38846 >> >> Log: >> Bugfix in how the search buffer was exported for the Advanced Find &

Re: r38847 - lyx-devel/trunk/src/frontends/qt4

2011-05-26 Thread Richard Heck
On 05/26/2011 01:33 PM, tomm...@lyx.org wrote: > Author: tommaso > Date: Thu May 26 19:33:36 2011 > New Revision: 38847 > URL: http://www.lyx.org/trac/changeset/38847 > > Log: > Use the main document's buffer(), when scanning for citations from within the > citation dialog. > This allows to pick a

Re: r38846 - in lyx-devel/trunk: development/autotests src

2011-05-26 Thread Richard Heck
On 05/26/2011 01:08 PM, tomm...@lyx.org wrote: > Author: tommaso > Date: Thu May 26 19:08:48 2011 > New Revision: 38846 > URL: http://www.lyx.org/trac/changeset/38846 > > Log: > Bugfix in how the search buffer was exported for the Advanced Find & Replace. > For example, before this footnotes were n

Re: #7581: Advanced search buffer always article class

2011-05-26 Thread Tommaso Cucinotta
Il 23/05/2011 21:34, Tommaso Cucinotta ha scritto: Il 23/05/2011 14:50, Abdel Younes ha scritto: Maybe the solution is to create a special EmbeddedBuffer class that will constantly refer to the document Buffer (const access to the params, ref cache, etc). EmbeddedBuffer would inherit Buffer a

Using pkgconfig to configure hunspell (autotools)

2011-05-26 Thread José Matos
Hi all, Rex Dieter took the last step to use pkgconfig to configure libhunspell for autoconf. The patch follows attached (both for 2.0 and 2.1). FWIW the same fix should be applied to mythes detection present in lyxinclude.m4 but I do not feel brave enough. :-) We need f

Re: r38844 - lyx-devel/trunk/src/frontends/qt4/ui

2011-05-26 Thread Richard Heck
On 05/26/2011 12:28 PM, Vincent van Ravesteijn wrote: > > > A little, as I added a couple lines to the dialog. (The fix is to > label > the list of references, so you can get to it with a shortcut.) > > Richard > > > I ask because people have been complaining about this when

Re: r38844 - lyx-devel/trunk/src/frontends/qt4/ui

2011-05-26 Thread Vincent van Ravesteijn
> > > A little, as I added a couple lines to the dialog. (The fix is to label > the list of references, so you can get to it with a shortcut.) > > Richard > > I ask because people have been complaining about this when they are using small notebooks. However I don't remember whether it was this dial

Re: r38844 - lyx-devel/trunk/src/frontends/qt4/ui

2011-05-26 Thread Richard Heck
On 05/26/2011 12:17 PM, Vincent van Ravesteijn wrote: > On 26-5-2011 18:01, rgh...@lyx.org wrote: >> Author: rgheck >> Date: Thu May 26 18:01:16 2011 >> New Revision: 38844 >> URL: http://www.lyx.org/trac/changeset/38844 >> >> Log: >> Fix bug #7576 as suggested there. >> >> Modified: >>lyx-deve

Re: r38844 - lyx-devel/trunk/src/frontends/qt4/ui

2011-05-26 Thread Vincent van Ravesteijn
On 26-5-2011 18:01, rgh...@lyx.org wrote: > Author: rgheck > Date: Thu May 26 18:01:16 2011 > New Revision: 38844 > URL: http://www.lyx.org/trac/changeset/38844 > > Log: > Fix bug #7576 as suggested there. > > Modified: >lyx-devel/trunk/src/frontends/qt4/ui/RefUi.ui > > Modified: lyx-devel/t

Re: r38839 - lyx-devel/trunk/src

2011-05-26 Thread Richard Heck
On 05/26/2011 09:44 AM, tomm...@lyx.org wrote: > Author: tommaso > Date: Thu May 26 15:44:44 2011 > New Revision: 38839 > URL: http://www.lyx.org/trac/changeset/38839 > > Log: > Now advanced find and replace doesn't ignore white spaces while matching with > ignore format. > This fixes #7584. > > M

Re: Lyx 2.0 Fedora 14 , error with parent and child document

2011-05-26 Thread Richard Heck
On 05/26/2011 07:21 AM, Enrico Forestieri wrote: > On Thu, May 26, 2011 at 11:04:06AM +0100, José Matos wrote: >> On Wednesday 25 May 2011 15:15:39 ajaucot wrote: >>> Hello, >>> >>> In a master file, the same child file is input twice (with >>> insert/file/child). >>> When using Lyx 1.6 and older v

Re: DVI forward search on Windows

2011-05-26 Thread Vincent van Ravesteijn
On Thu, May 26, 2011 at 2:45 PM, Richard Heck wrote: > On 05/25/2011 09:21 AM, Enrico Forestieri wrote: > > On Wed, May 25, 2011 at 03:04:01PM +0200, Enrico Forestieri wrote: > >> Then, as time_t is not required to be an integral type, it is better > >> not to play with casts. I am going to comm

Re: DVI forward search on Windows

2011-05-26 Thread Richard Heck
On 05/25/2011 09:21 AM, Enrico Forestieri wrote: > On Wed, May 25, 2011 at 03:04:01PM +0200, Enrico Forestieri wrote: >> Then, as time_t is not required to be an integral type, it is better >> not to play with casts. I am going to commit a simple and safe fix. > I committed the fix at r38835. Pleas

Re: Lyx 2.0 Fedora 14 , error with parent and child document

2011-05-26 Thread Enrico Forestieri
On Thu, May 26, 2011 at 11:04:06AM +0100, José Matos wrote: > On Wednesday 25 May 2011 15:15:39 ajaucot wrote: > > Hello, > > > > In a master file, the same child file is input twice (with > > insert/file/child). > > When using Lyx 1.6 and older versions, visualization in PDF run well, > > but wit

Re: Lyx 2.0 Fedora 14 , error with parent and child document

2011-05-26 Thread José Matos
On Wednesday 25 May 2011 15:15:39 ajaucot wrote: > Hello, > > In a master file, the same child file is input twice (with > insert/file/child). > When using Lyx 1.6 and older versions, visualization in PDF run well, > but with Lyx 2.0.0, the first input is executed, but the second one give > an err

Re: advice on how to implement my dream LyX feature

2011-05-26 Thread Tommaso Cucinotta
Il 26/05/2011 08:05, Xu Wang ha scritto: -Interesting, I didn't know that the Mac OS Preview has a crop feature that correctly extracts vector graphics. The issue pointed out here seems a very common requirement, which I tackled too many times in the past by using the image snapshot tool fro