Re: latex-lab?

2010-04-17 Thread xPol
rgheck wrote: > > I'm still wondering what precisely people want here. Porting LyX to an > AJAX application would be possible, but not something we on the > development team have anything near the time to do. So let me ask what I > asked before: What is it that people want to be able to do that y

Re: r34186 - in lyx-devel/trunk: lib/lyx2lyx src src/frontends/qt4 src/insets

2010-04-17 Thread rgheck
On 04/17/2010 08:07 PM, Enrico Forestieri wrote: Please, see lib/lyx2lyx/LyX.py for a workaround to the "import lyx2lyx_version" problem when running from build directory. I saw that before, but the sad thing is it would require replicating the hard-coded string in two places. I'm still th

Re: r34186 - in lyx-devel/trunk: lib/lyx2lyx src src/frontends/qt4 src/insets

2010-04-17 Thread rgheck
On 04/17/2010 07:03 PM, Enrico Forestieri wrote: This is with autotools. The file will be copied to the right place but only when installing. The problem occurs when you run lyx in place (without installing it) and I am surprised that it works for you. I'll check it with a fresh co. rh

Re: r34186 - in lyx-devel/trunk: lib/lyx2lyx src src/frontends/qt4 src/insets

2010-04-17 Thread Enrico Forestieri
On Sun, Apr 18, 2010 at 01:03:54AM +0200, Enrico Forestieri wrote: > On Sat, Apr 17, 2010 at 06:19:29PM -0400, rgheck wrote: > > > On 04/17/2010 05:19 PM, Enrico Forestieri wrote: > > >On Sat, Apr 17, 2010 at 03:30:10PM -0400, rgheck wrote: > > > > > >>On 04/17/2010 02:16 PM, Enrico Forestieri wr

Re: r34186 - in lyx-devel/trunk: lib/lyx2lyx src src/frontends/qt4 src/insets

2010-04-17 Thread Enrico Forestieri
On Sat, Apr 17, 2010 at 06:19:29PM -0400, rgheck wrote: > On 04/17/2010 05:19 PM, Enrico Forestieri wrote: > >On Sat, Apr 17, 2010 at 03:30:10PM -0400, rgheck wrote: > > > >>On 04/17/2010 02:16 PM, Enrico Forestieri wrote: > >>>On Sat, Apr 17, 2010 at 03:04:41PM +0200, rgh...@lyx.org wrote: > >>>

Re: Crash when module not found

2010-04-17 Thread rgheck
On 04/17/2010 06:06 PM, BH wrote: Stephan's build of LyX-2.0-alpha2 creates a new user's directory for me. When I don't copy over my standard modules but try to open a file that requires one, I get a crash. I thought something like this might be about to happen. I've fixed it. rh

Re: r34186 - in lyx-devel/trunk: lib/lyx2lyx src src/frontends/qt4 src/insets

2010-04-17 Thread rgheck
On 04/17/2010 05:19 PM, Enrico Forestieri wrote: On Sat, Apr 17, 2010 at 03:30:10PM -0400, rgheck wrote: On 04/17/2010 02:16 PM, Enrico Forestieri wrote: On Sat, Apr 17, 2010 at 03:04:41PM +0200, rgh...@lyx.org wrote: Author: rgheck Date: Sat Apr 17 15:04:41 2010 New Revisi

Re: Spellchecker and thesaurus for LyX/Mac

2010-04-17 Thread BH
On Sat, Apr 17, 2010 at 3:34 PM, Stephan Witt wrote: > Am 17.04.2010 um 21:02 schrieb BH: > >> On Sat, Apr 17, 2010 at 1:45 PM, Stephan Witt wrote: >>> Hi, >>> >>> thinking about the way to go with spell checkers and thesaurus... >>> >>> Currently the build on Mac is able to include aspell with a

Crash when module not found

2010-04-17 Thread BH
Stephan's build of LyX-2.0-alpha2 creates a new user's directory for me. When I don't copy over my standard modules but try to open a file that requires one, I get a crash. Here's the backtrace: terminate called after throwing an instance of 'lyx::support::ExceptionMessage' what(): Module not a

Re: forward search on Mac

2010-04-17 Thread BH
On Sat, Apr 17, 2010 at 5:22 PM, Enrico Forestieri wrote: > On Sat, Apr 17, 2010 at 02:52:13PM -0400, BH wrote: > >> I'm delighted to see work being done on forward search. I wonder, >> though, how to get it working for Mac. >> >> Currently, the Navigate > Forward Search menu item is greyed-out fo

Re: forward search on Mac

2010-04-17 Thread Enrico Forestieri
On Sat, Apr 17, 2010 at 02:52:13PM -0400, BH wrote: > I'm delighted to see work being done on forward search. I wonder, > though, how to get it working for Mac. > > Currently, the Navigate > Forward Search menu item is greyed-out for > me, I assume because LyX doesn't know about any Mac .pdf view

Re: r34186 - in lyx-devel/trunk: lib/lyx2lyx src src/frontends/qt4 src/insets

2010-04-17 Thread Enrico Forestieri
On Sat, Apr 17, 2010 at 03:30:10PM -0400, rgheck wrote: > On 04/17/2010 02:16 PM, Enrico Forestieri wrote: > >On Sat, Apr 17, 2010 at 03:04:41PM +0200, rgh...@lyx.org wrote: > > > >>Author: rgheck > >>Date: Sat Apr 17 15:04:41 2010 > >>New Revision: 34186 > >>URL: http://www.lyx.org/trac/changeset

Master vs Child Preamble, Etc

2010-04-17 Thread rgheck
Given the common questions about this kind of thing, I wonder if we should have a per-document setting that would allow the user to specify that the params for a certain document are to be taken from the master, if there is one. I would guess that this would only be active on output. Has any

Re: Spellchecker and thesaurus for LyX/Mac

2010-04-17 Thread Stephan Witt
Am 17.04.2010 um 21:02 schrieb BH: > On Sat, Apr 17, 2010 at 1:45 PM, Stephan Witt wrote: >> Hi, >> >> thinking about the way to go with spell checkers and thesaurus... >> >> Currently the build on Mac is able to include aspell with a subset of >> dictionaries. > > I've just downloaded your a

Re: r34186 - in lyx-devel/trunk: lib/lyx2lyx src src/frontends/qt4 src/insets

2010-04-17 Thread rgheck
On 04/17/2010 02:16 PM, Enrico Forestieri wrote: On Sat, Apr 17, 2010 at 03:04:41PM +0200, rgh...@lyx.org wrote: Author: rgheck Date: Sat Apr 17 15:04:41 2010 New Revision: 34186 URL: http://www.lyx.org/trac/changeset/34186 Log: LyX version info for InsetInfo. I am not able to load

Re: latex-lab?

2010-04-17 Thread rgheck
On 04/17/2010 12:38 PM, xPol wrote: Do you think that the latex-lab project, an implementation of a web based LaTeX editor for Google Docs, could be exploited to carry lyx on the web? Here: http://code.google.com/p/latex-lab/ The idea behind this sort of thing could be adapted, but the LaTe

Re: Spellchecker and thesaurus for LyX/Mac

2010-04-17 Thread BH
On Sat, Apr 17, 2010 at 1:45 PM, Stephan Witt wrote: > Hi, > > thinking about the way to go with spell checkers and thesaurus... > > Currently the build on Mac is able to include aspell with a subset of > dictionaries. I've just downloaded your alpha2 build, and it seems to run fine for me, at l

forward search on Mac

2010-04-17 Thread BH
I'm delighted to see work being done on forward search. I wonder, though, how to get it working for Mac. Currently, the Navigate > Forward Search menu item is greyed-out for me, I assume because LyX doesn't know about any Mac .pdf viewers. The .pdf viewer I'm most familiar with is Skim.app, which

Re: r34186 - in lyx-devel/trunk: lib/lyx2lyx src src/frontends/qt4 src/insets

2010-04-17 Thread Enrico Forestieri
On Sat, Apr 17, 2010 at 03:04:41PM +0200, rgh...@lyx.org wrote: > Author: rgheck > Date: Sat Apr 17 15:04:41 2010 > New Revision: 34186 > URL: http://www.lyx.org/trac/changeset/34186 > > Log: > LyX version info for InsetInfo. I am not able to load old documents anymore: Traceback (most recent c

Re: r34149 - in lyx-devel/trunk: lib/ui src src/frontends/qt4 src/frontends/qt4/ui

2010-04-17 Thread Enrico Forestieri
On Sat, Apr 17, 2010 at 03:21:41PM +0200, Jürgen Spitzmüller wrote: > Jürgen Spitzmüller wrote: > > IOW, it seems we need to issue > > > > okular --unique 'file:path/to/dvifile.dvi#src: texfile.tex' > > > > and > > > > okular --unique 'file:path/to/pdffile.pdf#src: > > path/to/texfile.tex' > >

Spellchecker and thesaurus for LyX/Mac

2010-04-17 Thread Stephan Witt
Hi, thinking about the way to go with spell checkers and thesaurus... Currently the build on Mac is able to include aspell with a subset of dictionaries. I've prepared a patch to allow for searching dictionaries at different locations. I'll attach it below. Now LyX/Mac is looking at runtime 1)

latex-lab?

2010-04-17 Thread xPol
Do you think that the latex-lab project, an implementation of a web based LaTeX editor for Google Docs, could be exploited to carry lyx on the web? Here: http://code.google.com/p/latex-lab/ ---Pol

InsetInfo Context Menu Problems

2010-04-17 Thread rgheck
The context menu seems to be completely disabled unless the cursor is directly in front of the InsetInfo. rh

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

2010-04-17 Thread Jean-Marc Lasgouttes
* Shouldn't we let BufferView call the Buffer getStatus() functions ?, Yes, if the case with no bufferview still works. JMarc

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

2010-04-17 Thread rgheck
On 04/17/2010 09:34 AM, rgh...@lyx.org wrote: Author: rgheck Date: Sat Apr 17 15:34:13 2010 New Revision: 34190 URL: http://www.lyx.org/trac/changeset/34190 Log: Disable InsetInfo for VC when VC is not active. It would probably be better to let the various backends tell us what they handle

Re: r34149 - in lyx-devel/trunk: lib/ui src src/frontends/qt4 src/frontends/qt4/ui

2010-04-17 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > IOW, it seems we need to issue > > okular --unique 'file:path/to/dvifile.dvi#src: texfile.tex' > > and > > okular --unique 'file:path/to/pdffile.pdf#src: > path/to/texfile.tex' > > if I read the sources correctly. The following does work for me with -synctex=1 and

Re: buffer new on tabbar double click

2010-04-17 Thread rgheck
On 04/17/2010 07:34 AM, Edwin Leuven wrote: any objections to the attached? If I'm reading it right, this happens only when you double click into an empty area of the tab bar, right? If so, fine with me. rh

buffer new on tabbar double click

2010-04-17 Thread Edwin Leuven
any objections to the attached? ed. x.patch Description: Binary data

Re: r34149 - in lyx-devel/trunk: lib/ui src src/frontends/qt4 src/frontends/qt4/ui

2010-04-17 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > http://techbase.kde.org/Schedules/KDE4/4.4_Release_Goals > > * Okular: Support both inverse search and forward search for dvi and pdf Kile 2.0.83 issues okular --unique '%target' for forward DVI search. %target is a kile flag for the relative file name (see below). In kile