Martin Vermeer wrote:
> On Sun, Apr 02, 2006 at 07:59:42PM +0200, Lars Gullik Bjønnes wrote:
>> Martin Vermeer <[EMAIL PROTECTED]> writes:
>>
>> | See patch. No GUI support for now.
>>
>> Can we use something a bit stronger typed for the kind parameter?
>
> That would be an enum.
Another possi
Martin Vermeer wrote:
> The attached seems to work OK.
For me as well (from a very quick test).
Jürgen
Ekkehart Schlicht wrote:
> 3. Scroll in the document from beginning to end with mouse and sidebar:
> Lyx 137: momentarily, smooth movement
> Lyx 141: no smooth scrolling, considerable delays.
>
> 4. Scroll through document from beginning to end with page down key
> pressed: Lyx 137
> One (semi-) bad thing though... we (perhaps only I) have for some time
> been trying to move us away from the (La)TeX centric approach. And
> begin to view TeX as just the typesetter, nothing fundamental to LyX.
If we never need to view the latex code for errors (and never need
ERT), we do not n
"Bo Peng" <[EMAIL PROTECTED]> writes:
| Dear list,
|
| After some more thoughts, I plan to implement this feature like the
| following. Comments are welcome.
|
| 1. An on/off menu under "view" called "view latex for selected text"
| or simply "view latex". It will be enabled with a valid latex
Dear list,
After some more thoughts, I plan to implement this feature like the
following. Comments are welcome.
1. An on/off menu under "view" called "view latex for selected text"
or simply "view latex". It will be enabled with a valid latex document
. Support for docbook etc may be pending.
we Stöhr <[EMAIL PROTECTED]> writes:
>
> Hello LyXers,
>
> under
>
> http://developer.berlios.de/project/showfiles.php?group_id=5117&release_id=9632
>
> you can find a testversion of the LyX installer for Windows (version
> 1.9), the first one that comes with LyX 1.4.
Should the thesaurus wor
I was just wondering if there's some reason why we can't include these steps
in the various auto* files? This recipe changes fairly often & while greatly
appreciated is a bit of a hassle to keep up with.
cheers,
andrew
export LDFLAGS="-L/home/user/qt-3/lib -lqtmain -lqt-mt -lopengl32 -lgl
Lars Gullik Bjønnes a écrit :
Adrien Rebollo <[EMAIL PROTECTED]> writes:
| Hello,
| I am unable to checkout the subversion repository by anonymous access.
| I type the following:
| svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx-devel
| and that does just nothing.
| Am I doing it wrong or is th
Hello Angus,
attached a patch to assure that the installer doesn't overwrite registry
entries of LyX 1.3.x.
I also added some informations that will shown in Windows System Control
-> Software panel.
best regards Uwe
p.s. How can I enable localized menus in LyX 1.4.x? I've seen that you
del
Adrien Rebollo <[EMAIL PROTECTED]> writes:
| Hello,
| I am unable to checkout the subversion repository by anonymous access.
| I type the following:
| svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx-devel
| and that does just nothing.
| Am I doing it wrong or is there something broken?
| Adrien R
Hello,
I am unable to checkout the subversion repository by anonymous access. I
type the following:
svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx-devel
and that does just nothing.
Am I doing it wrong or is there something broken?
Adrien Rebollo
Am Sonntag, 2. April 2006 17:26 schrieb Enrico Forestieri:
> Well, I think that I cannot hardcode a format in external_path as
> this would be a regression.
The fixes should go to 1.5svn first, and IMO it is acceptable if 1.5svn is
temporarily broken in that aspect, so I would not care about that
Am Sonntag, 2. April 2006 17:57 schrieb Enrico Forestieri:
> Well, I am facing a problem related to it now. Please, help this
> C++ newbie to solve the following problem.
>
> I had already the need to add an enum argument to internal_path.
> Its natural declaration was in "support/os.h" in the
> l
Am Sonntag, 2. April 2006 17:35 schrieb Lars Gullik Bjønnes:
> Something similar can be done for gui input I guess. And must perhaps
> be done anyway, depends on if we can get the gui to give us unicode
> input regardless of how the locale is setup.
Both qt and gtk have conversion functions. I do
On Sun, Apr 02, 2006 at 07:59:42PM +0200, Lars Gullik Bjønnes wrote:
> Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> | See patch. No GUI support for now.
>
> Can we use something a bit stronger typed for the kind parameter?
That would be an enum.
- Martin
pgp7mMQ6dD6Ul.pgp
Description: PGP
Hi,
I assume that the developers have tried the new version only on small
papers where it seems to work flawlessly (as far as I can judge). With
large manuscripts (I am writing a book) I have observed over the weekend
some serious problems with 1.4.1. In other ways, 1.4.1 is definitely an
impro
Martin Vermeer <[EMAIL PROTECTED]> writes:
| See patch. No GUI support for now.
Can we use something a bit stronger typed for the kind parameter?
--
Lgb
See patch. No GUI support for now.
- Martin
Index: math_factory.C
===
--- math_factory.C (revision 13546)
+++ math_factory.C (working copy)
@@ -317,10 +317,12 @@ MathAtom createMathInset(string const &
retu
Enrico Forestieri a écrit :
On Sun, Apr 02, 2006 at 07:02:08PM +0200, Abdelrazak Younes wrote:
Enrico Forestieri a écrit :
On Sun, Apr 02, 2006 at 06:16:34PM +0200, Abdelrazak Younes wrote:
[...]
It always contains paths with forward slashes, but according to
the logic currently used, an ab
I added a patch to
http://bugzilla.lyx.org/show_bug.cgi?id=2455
and to
http://bugzilla.lyx.org/show_bug.cgi?id=2418
both are in the just released LyXWinInstaller testversion 1.9 because I
think they are useful.
Opinions?
regards Uwe
On Sun, Apr 02, 2006 at 07:02:08PM +0200, Abdelrazak Younes wrote:
> Enrico Forestieri a écrit :
> > On Sun, Apr 02, 2006 at 06:16:34PM +0200, Abdelrazak Younes wrote:
> [...]
>
> > It always contains paths with forward slashes, but according to
> > the logic currently used, an absolute path may
On Sun, Apr 02, 2006 at 04:54:44PM +, Angus Leeming wrote:
> Enrico Forestieri <[EMAIL PROTECTED]> writes:
> > In C I would simply "#include " within
> > "support/filetools.h", but I don't think this is the correct C++
> > solution.
>
> You can't forward declare enums, so your
> proposed solu
On Saturday 01 April 2006 09:36, Abdelrazak Younes wrote:
> Andre Poenitz a écrit :
> > A few entries from a recent data sheet:
> > 2006-03-26, 04:12, 3150 g, 50 cm, "Paula".
>
> Hey! Congratulation to your wife and you! Hope everything is all right.
+1
> Abdel.
--
José Abílio
Hello LyXers,
under
http://developer.berlios.de/project/showfiles.php?group_id=5117&release_id=9632
you can find a testversion of the LyX installer for Windows (version
1.9), the first one that comes with LyX 1.4.
To learn more about the LyX installer for Windows, have a look at
http://wiki
On Sun, Apr 02, 2006 at 07:19:34PM +0300, Martin Vermeer wrote:
> On Sun, Apr 02, 2006 at 05:37:31PM +0200, Andre Poenitz wrote:
> >
> > I wonder whether I am doing something wrong.
> >
> > 'svn update' works, and is finished after maybe ten seconds.
> >
> > 'svn commit' asks for commit message,
Enrico Forestieri a écrit :
On Sun, Apr 02, 2006 at 06:16:34PM +0200, Abdelrazak Younes wrote:
[...]
It always contains paths with forward slashes, but according to
the logic currently used, an absolute path may appear in the .lyx
file. In the win32 version this is in a C:/xxx path style,
wher
Andre Poenitz <[EMAIL PROTECTED]> writes:
| I wonder whether I am doing something wrong.
|
| 'svn update' works, and is finished after maybe ten seconds.
|
| 'svn commit' asks for commit message, password, and exits with a message
|
| svn: Commit failed (details follow):
|
| - and that's it.
Enrico Forestieri <[EMAIL PROTECTED]> writes:
> In C I would simply "#include " within
> "support/filetools.h", but I don't think this is the correct C++
> solution.
You can't forward declare enums, so your
proposed solution is fine for now.
An alternative would be to define a class that
is conve
Andre Poenitz <[EMAIL PROTECTED]> writes:
| On Sun, Apr 02, 2006 at 05:35:05PM +0200, Lars Gullik Bjønnes wrote:
| > Other musings on this subject?
|
| I was waiting for your initiative.
|
| As Unicode is the declared target for 1.5 I'd be even ok with
| having all of it in trunk.
I would to,
On Sun, Apr 02, 2006 at 06:16:34PM +0200, Abdelrazak Younes wrote:
> Enrico Forestieri a écrit :
> > On Sun, Apr 02, 2006 at 01:11:50PM +0200, Georg Baum wrote:
> >> - Implicit format change of .lyx files. I know that there are currently
> >> problems in this area due to the mixup, but for the fu
On Sun, Apr 02, 2006 at 05:57:55PM +0200, Michael Gerz wrote:
[...]
> 5. Aspell
[...]
> 5.4 Edit files
[...]
> ./modules/speller/language.cpp:
Isn't this ./modules/speller/default/language.cpp ?
--
Enrico
Martin Vermeer a écrit :
On Sun, Apr 02, 2006 at 09:24:27AM +0200, Abdelrazak Younes wrote:
Abdelrazak Younes a écrit :
...
+ // is it a layout that has no label at all (ex: standard layout)?
+ if (layout->labeltype == LABEL_NO_LABEL)
+ return;
A
Martin Vermeer a écrit :
On Sun, Apr 02, 2006 at 09:24:27AM +0200, Abdelrazak Younes wrote:
Hum no, not when the inset was following an enum list. I was calling
needEnumCounterReset with "buf.paragraphs()" instead of "it.plist". The
following patch is fixing this. If you want me to commit i
On Sun, Apr 02, 2006 at 05:35:05PM +0200, Lars Gullik Bjønnes wrote:
> Other musings on this subject?
I was waiting for your initiative.
As Unicode is the declared target for 1.5 I'd be even ok with
having all of it in trunk.
Andre'
On Sun, Apr 02, 2006 at 05:37:31PM +0200, Andre Poenitz wrote:
>
> I wonder whether I am doing something wrong.
>
> 'svn update' works, and is finished after maybe ten seconds.
>
> 'svn commit' asks for commit message, password, and exits with a message
>
> svn: Commit failed (details follow)
On Sun, Apr 02, 2006 at 05:26:37PM +0200, Enrico Forestieri wrote:
> Come on, Georg, there are many choices by the configure script
> that cannot be undone by the user! Think about dvipng which once
> detected dictates the instant-preview image formats, and if it
> doesn't work correctly (how alre
Enrico Forestieri a écrit :
On Sun, Apr 02, 2006 at 01:11:50PM +0200, Georg Baum wrote:
- Implicit format change of .lyx files. I know that there are currently
problems in this area due to the mixup, but for the future I would like
to have only one representation of file names in .lyx files for
Bo Peng wrote:
But not to INSTALL.Win32? We should try to keep that thing in sync.
Well, we (try to) do so. However, INSTALL.Win32 passes responsibility to
two build scripts for compiling the aspell and lyx sources.
Moreover, INSTALL.Win32 and Angus' scripts rely on a shared qtwin
library
On Sun, Apr 02, 2006 at 01:14:09PM +0200, Georg Baum wrote:
> Am Samstag, 1. April 2006 21:17 schrieb Enrico Forestieri:
> > On Sat, Apr 01, 2006 at 05:55:07PM +0200, Georg Baum wrote:
> > > Almost. No boolean please (that would circumvent the whole idea of
> > > internal/external path). Simply h
I wonder whether I am doing something wrong.
'svn update' works, and is finished after maybe ten seconds.
'svn commit' asks for commit message, password, and exits with a message
svn: Commit failed (details follow):
- and that's it. No details.
Anybody seen this before?
Andre'
Andre Poenitz <[EMAIL PROTECTED]> writes:
| What's the current policy on commit messages/ChangeLog entries?
For the 1.4 branch we do ChangeLog files as we have used to.
For trunk we write the svn log as we would have done in the ChangeLog.
(or close to). We have stopped bothering with the change
What's the current policy on commit messages/ChangeLog entries?
Andre'
We need to look into how we shall make this happen.
IMHO there are three (semi-)ortogonal issues we have to tackle:
1. Input (unicode input from gui)
2. Output (write utf8 to file and parse it)
3. Storage (Store the unicode chars in our paragraphs)
Of these 1 and 3 can be
On Sun, Apr 02, 2006 at 01:11:50PM +0200, Georg Baum wrote:
> Am Samstag, 1. April 2006 18:48 schrieb Enrico Forestieri:
> > On Sat, Apr 01, 2006 at 05:44:55PM +0200, Georg Baum wrote:
> > > Let us please postpone the user visible paths for now, and first get
> > > the
> > > internal representat
Enrico Forestieri wrote:
Michael, the point is that I think a cygwin version of LyX is potentially
better than a native version. This is my opinion and I do not want to
convince anybody of it. You should understand that there may be someone
who doesn't like what you like and viceversa ;-)
I
> The only question I would like to ask is that how the developers would
> like filePath() to be passed to buffer param().
>
> Patch one calls filePath() for every readToken call:
>
> string unknown = params().readToken(lex, token, filePath() )
>
> and the second one set buffer_path as a parameter.
On Sun, Apr 02, 2006 at 03:08:01PM +0200, Michael Gerz wrote:
> FYI: An updated list of bug fixes that haven't been applied to the
> stable branch yet.
>
> ===
> r13328 - Fix bug 2195: Slowness in rendering inside insets, especially
> on the Mac
> r13415 -
FYI: An updated list of bug fixes that haven't been applied to the
stable branch yet.
===
r13328 - Fix bug 2195: Slowness in rendering inside insets, especially
on the Mac
r13415 - Changes to the within-inset row rendering caching code
r13420 - constify;
On Sun, Apr 02, 2006 at 02:15:51PM +0200, Lars Gullik Bjønnes wrote:
> Andre Poenitz <[EMAIL PROTECTED]> writes:
>
> | Purely cosmetic.
>
> thanks. just commit it.
>
> We have more of this type of fixes needed as well.
I know. I just wanted to get in touch with LyX soruces slowly ;-}
Andre'
On Sat, Apr 01, 2006 at 09:13:17AM -0600, Bo Peng wrote:
> > The .lyx format is not really working. One can, e.g. not use
> > 'real' text within math, which makes implementing e.g. \mbox
> > impossible.
>
> There must be some good reasons to change .lyx format, and switch to
> unicode. But those r
Andre Poenitz <[EMAIL PROTECTED]> writes:
| Purely cosmetic.
thanks. just commit it.
We have more of this type of fixes needed as well.
--
Lgb
Am Samstag, 1. April 2006 18:48 schrieb Enrico Forestieri:
> On Sat, Apr 01, 2006 at 05:44:55PM +0200, Georg Baum wrote:
> > Let us please postpone the user visible paths for now, and first get
the
> > internal representation right.
Pretty please!!!
> In the actual implementation external_path
Am Samstag, 1. April 2006 21:17 schrieb Enrico Forestieri:
> On Sat, Apr 01, 2006 at 05:55:07PM +0200, Georg Baum wrote:
> > Almost. No boolean please (that would circumvent the whole idea of
> > internal/external path). Simply hardcode the decision in internal_path
> > and external_path. Later w
Jean-Marc Lasgouttes wrote:
These look OK,
Text changes applied.
except the one with \input and \include: (1) I am not
sure it is clearer to everybody and (2) I am not sure our po machnery
like backslashes in strings. So please remove this part for now.
The backslashes may be problem, in
Andre Poenitz wrote:
A few entries from a recent data sheet:
2006-03-26, 04:12, 3150 g, 50 cm, "Paula".
Congratulations, Andre!
Paul A. Rubin wrote:
(Excellent choice of name, by the way.)
/Paul
LOL :-)
Michael
Purely cosmetic.
Andre'
Index: lyxvc.C
===
--- lyxvc.C (revision 13545)
+++ lyxvc.C (working copy)
@@ -27,7 +27,7 @@
#include "support/lyxlib.h"
using lyx::support::bformat;
-using lyx::support::IsFileReadable;
+using lyx
Bo Peng wrote:
Why didn't do it a few days earlier? :-)
I sent them a couple of times in the past.
Michael
On Sun, Apr 02, 2006 at 09:24:27AM +0200, Abdelrazak Younes wrote:
> Abdelrazak Younes a écrit :
...
> + // is it a layout that has no label at all (ex: standard layout)?
> + if (layout->labeltype == LABEL_NO_LABEL)
> + return;
Actually a better optimization would be to put
On Sun, Apr 02, 2006 at 09:24:27AM +0200, Abdelrazak Younes wrote:
> Abdelrazak Younes a écrit :
> >Martin Vermeer a écrit :
...
> >>Did you test that it is functionally identical (esp. with enum counters
> >>inside insets etc.)? If it is, I am in favour of this.
> >
> >Yes.
>
> Hum no, not when
60 matches
Mail list logo