Georg,
when saving file "C:\Dokumente und Einstellungen\foo\bar\foo.lyx" (no
non-ASCII characters), the following assertion is raised:
Assertion triggered in __thiscall lyx::support::FileName::FileName(const
class std::basic_string,class
std::allocator > &) by failing check "absolutePath(nam
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED]
> Gesendet: 27.11.06 14:38:25
> An: lyx-devel@lists.lyx.org
> Betreff: Lyx website and Docbook XML
>
>
> Hi
>
Hi,
> When browsing, came to conclusion that lyx
> website is very hard to read. Somehow the
> background is way too
Enrico Forestieri wrote:
> On Thu, Nov 30, 2006 at 01:05:09AM +0100, Peter Kümmel wrote:
>> Enrico Forestieri wrote:
>>> On Thu, Nov 30, 2006 at 12:21:41AM +0100, Enrico Forestieri wrote:
On Wed, Nov 29, 2006 at 04:56:48PM +0100, Peter Kümmel wrote:
> Bennett Helm wrote:
[...]
>>
On Thu, Nov 30, 2006 at 01:05:09AM +0100, Peter Kümmel wrote:
> Enrico Forestieri wrote:
> > On Thu, Nov 30, 2006 at 12:21:41AM +0100, Enrico Forestieri wrote:
> >> On Wed, Nov 29, 2006 at 04:56:48PM +0100, Peter Kümmel wrote:
> >>> Bennett Helm wrote:
> >> [...]
> I'm trying again with curren
Enrico Forestieri wrote:
> On Thu, Nov 30, 2006 at 12:21:41AM +0100, Enrico Forestieri wrote:
>> On Wed, Nov 29, 2006 at 04:56:48PM +0100, Peter Kümmel wrote:
>>> Bennett Helm wrote:
>> [...]
I'm trying again with current svn, but session isn't working for me:
everything below [session in
On Thu, Nov 30, 2006 at 12:21:41AM +0100, Enrico Forestieri wrote:
> On Wed, Nov 29, 2006 at 04:56:48PM +0100, Peter Kümmel wrote:
> > Bennett Helm wrote:
> [...]
> > > I'm trying again with current svn, but session isn't working for me:
> > > everything below [session info] in the session file has
On Wed, Nov 29, 2006 at 04:56:48PM +0100, Peter Kümmel wrote:
> Bennett Helm wrote:
[...]
> > I'm trying again with current svn, but session isn't working for me:
> > everything below [session info] in the session file has been deleted,
> > and nothing I do brings it back -- including deleting the
The default warning level of the msvc cmake builds is now /W4.
The cmake option
-DDISABLEWALL=1
switches to /W3,
-DWALL=1
re enables /W4.
To disable a specific warning add it to MSVC_W_DISABLE of
cmake/CMakeLists.txt. To make the warning an error add it
to MSVC_W_ERROR of the same file.
Bennett Helm wrote:
> On Nov 29, 2006, at 3:22 PM, Peter Kümmel wrote:
>
>> Does it also work when you remove the patch before the last one?
>
> Crash this time. Here's the backtrace:
OK, I've checked in both patches.
But it's not a perfect solution, I've also added
this comment:
Index: lyx_ma
Looks like I forgot to send this answer...
Andre Poenitz wrote:
On Sat, Nov 25, 2006 at 11:37:29AM +0100, Abdelrazak Younes wrote:
You misunderstood the problem.
Probably.
Drawing math is not faster nor slower than the rest. What's
problematic is to have to redraw when navigating with the m
Am Mittwoch, 29. November 2006 09:51 schrieb
[EMAIL PROTECTED]:
> What exactly is it that we would like to be done?
>
> If we can describe the task in detail, maybe there is someone on the
> users' list that would like to help? (I assume the task requires some
> graphic...)
Yes, it does. The d
On Nov 29, 2006, at 3:22 PM, Peter Kümmel wrote:
Does it also work when you remove the patch before the last one?
Crash this time. Here's the backtrace:
LyX::quit() called: 1
LyX::quit() 1
LyX::quit() 2
LyX::quit() 3
LyX::quit() 4
LyX::quit() 5
Program received signal EXC_BAD_ACCESS, Co
Bennett Helm wrote:
> On Nov 29, 2006, at 3:03 PM, Peter Kümmel wrote:
>
>> Bennett Helm wrote:
>>> On Nov 29, 2006, at 12:36 PM, Peter Kümmel wrote:
>>>
OK, the patch has tested if theApp is valid, and it seems it is, but
it crashes anyway. So here a patch which tests if the reason for
On Nov 29, 2006, at 3:03 PM, Peter Kümmel wrote:
Bennett Helm wrote:
On Nov 29, 2006, at 12:36 PM, Peter Kümmel wrote:
OK, the patch has tested if theApp is valid, and it seems it is, but
it crashes anyway. So here a patch which tests if the reason for the
crash is the pure virtual function.
Bennett Helm wrote:
> On Nov 29, 2006, at 12:36 PM, Peter Kümmel wrote:
>
>> OK, the patch has tested if theApp is valid, and it seems it is, but
>> it crashes anyway. So here a patch which tests if the reason for the
>> crash is the pure virtual function. It could be that is also does
>> not help
>> $ ./src/lyx-qt4.exe -dbg info -geometry 800x600+100+30
>> Setting debug level to info
>> Debugging `info' (General information)
>> Wrong command line option `-geometry'. Exiting.
>> Deleting tmp dir /tmp
>> Not deleting /tmp.
> Did it actually try to delete /tmp? Just wondering if
> there is a
Andre Poenitz wrote:
On Mon, Nov 27, 2006 at 11:31:14AM +0100, Abdelrazak Younes wrote:
Hello,
It took a great deal of step by step debugging but my supposition was
right, redoParagraph() is the culprit!
The reason why the slowdown (and the csrss.exe) appears only in the line
following a big
Andre Poenitz wrote:
On Sun, Nov 26, 2006 at 05:57:28PM +0100, Abdelrazak Younes wrote:
This is in now. The next step would be to recognize * identifiers so
that we could do:
lyx -e *.lyx -e latex
This should be done by the shell,, not by LyX. If you wabnt that
functionality also on Windows,
On Nov 29, 2006, at 12:36 PM, Peter Kümmel wrote:
OK, the patch has tested if theApp is valid, and it seems it is, but
it crashes anyway. So here a patch which tests if the reason for the
crash is the pure virtual function. It could be that is also does
not help, but I hope it does.
Still cras
On Sun, Nov 26, 2006 at 08:17:43PM +0100, Abdelrazak Younes wrote:
> >Did you mean
> >
> > lyx -e latex *.lyx
> >
> >to convert all .lyx-files into .tex-files?
for i in *.lyx ; do lyx -e latex $i ; done
Something similar works also with cmd.exe.
Andre'
On Sun, Nov 26, 2006 at 05:57:28PM +0100, Abdelrazak Younes wrote:
> This is in now. The next step would be to recognize * identifiers so
> that we could do:
>
> lyx -e *.lyx -e latex
This should be done by the shell,, not by LyX. If you wabnt that
functionality also on Windows, just run LyX fro
On Sun, Nov 26, 2006 at 08:04:19PM +0100, Georg Baum wrote:
> Even if you consider the multiple hfill case, e.g. you have to draw 3
> hfills in a space of 37 pixels you somehow have to distribute this space to
> the 3 hfills, e.g. the first and second one are 12 pixels wide, and the
> third is 1
On Mon, Nov 27, 2006 at 11:31:14AM +0100, Abdelrazak Younes wrote:
> Hello,
>
> It took a great deal of step by step debugging but my supposition was
> right, redoParagraph() is the culprit!
> The reason why the slowdown (and the csrss.exe) appears only in the line
> following a big formula is b
On Sun, Nov 26, 2006 at 06:57:32PM +0100, Abdelrazak Younes wrote:
> >if you don't want the shell to interpret the '*'
>
> There is no such thing in windows :-(
There are lots of such things. They just do not show up in the programs
menu on a stock XP home installation...
Andre'
Enrico Forestieri wrote:
> On Wed, Nov 29, 2006 at 05:30:36PM +0100, Peter Kümmel wrote:
>> Enrico Forestieri wrote:
>>> On Wed, Nov 29, 2006 at 03:49:31PM +0100, Peter Kümmel wrote:
Enrico Forestieri wrote:
> I am not so sure, but yes, now that I know it is a Qt4 limitation I
> could
On Wed, Nov 29, 2006 at 05:30:36PM +0100, Peter Kümmel wrote:
> Enrico Forestieri wrote:
> > On Wed, Nov 29, 2006 at 03:49:31PM +0100, Peter Kümmel wrote:
> >> Enrico Forestieri wrote:
> >>> I am not so sure, but yes, now that I know it is a Qt4 limitation I
> >>> could try to implement it. After a
Enrico Forestieri wrote:
> On Wed, Nov 29, 2006 at 03:49:31PM +0100, Peter Kümmel wrote:
>> Enrico Forestieri wrote:
>>> I am not so sure, but yes, now that I know it is a Qt4 limitation I
>>> could try to implement it. After all, I don't want that you make the
>>> work for me ;-)
>> But I have don
On Wed, Nov 29, 2006 at 05:18:25PM +0100, Peter Kümmel wrote:
> OK, here a ifdef free version. ;-)
No please, this will not work on cygwin. Pretty please ;-)
--
Enrico
On Wed, Nov 29, 2006 at 03:49:31PM +0100, Peter Kümmel wrote:
> Enrico Forestieri wrote:
> > I am not so sure, but yes, now that I know it is a Qt4 limitation I
> > could try to implement it. After all, I don't want that you make the
> > work for me ;-)
>
> But I have done. ;-)
I owe you a beer,
Abdelrazak Younes wrote:
> Peter Kümmel wrote:
>> Abdelrazak Younes wrote:
>>> Peter Kümmel wrote:
+{
+#ifdef Q_OS_WIN
+int x, y;
+int w, h;
+QRegExp re( "[=]*(?:([0-9]+)[xX]([0-9]+)){0,1}[
]*(?:([+-][0-9]*)([+-][0-9]*)){0,1}" );
+
Bennett Helm wrote:
> On Nov 28, 2006, at 4:27 PM, Peter Kümmel wrote:
>
>> Bennett Helm wrote:
>>> On Nov 28, 2006, at 4:02 PM, Peter Kümmel wrote:
>>>
Bennett Helm wrote:
> OSX typically has 2 icon sizes that can be selected -- normal and
> small.
>
> By my lights, the
I had a chance to have a look at the bug in Toc dialog. I guess I
found the source of the error.
When the updateGui is called, the function
ControlToc::getCurrentTocItem() is called. In this routine, item is
turned by
kernel().buffer().tocBackend().item(type,ParConstIterator it);
and ParConstI
Peter Kümmel wrote:
Abdelrazak Younes wrote:
Peter Kümmel wrote:
+{
+#ifdef Q_OS_WIN
+int x, y;
+int w, h;
+QRegExp re( "[=]*(?:([0-9]+)[xX]([0-9]+)){0,1}[
]*(?:([+-][0-9]*)([+-][0-9]*)){0,1}" );
+re.indexIn( toqstr(geometryArg.c_str()));
+w = re.cap(
Abdelrazak Younes wrote:
> Peter Kümmel wrote:
>> Enrico Forestieri wrote:
>>> On Wed, Nov 29, 2006 at 01:17:44PM +0100, Peter Kümmel wrote:
Enrico Forestieri wrote:
> On Wed, Nov 29, 2006 at 10:10:08AM -, [EMAIL PROTECTED] wrote:
>> Author: kuemmel
>> Date: Wed Nov 29 11:10:07
Peter Kümmel wrote:
Enrico Forestieri wrote:
On Wed, Nov 29, 2006 at 01:17:44PM +0100, Peter Kümmel wrote:
Enrico Forestieri wrote:
On Wed, Nov 29, 2006 at 10:10:08AM -, [EMAIL PROTECTED] wrote:
Author: kuemmel
Date: Wed Nov 29 11:10:07 2006
New Revision: 16101
URL: http://www.lyx.org/tr
Am Mittwoch, 29. November 2006 16:02 schrieb Bennett Helm:
> >
> > This is fixed now. I reused the former solution in rowpainter.C but
> > now this is done automatically on-the-fly.
>
> Works for me. Thanks!
>
For me too. However, multiple moving page up, page down, and then using slider
I had
On Nov 29, 2006, at 9:10 AM, Abdelrazak Younes wrote:
Abdelrazak Younes wrote:
Kornel Benko wrote:
Am Dienstag, 28. November 2006 16:20 schrieb Abdelrazak Younes:
Abdelrazak Younes wrote:
Bennett Helm wrote:
2. Crash: load User's Guide. Page down to the bottom, then
page up several times.
Enrico Forestieri wrote:
> On Wed, Nov 29, 2006 at 01:17:44PM +0100, Peter Kümmel wrote:
>> Enrico Forestieri wrote:
>>> On Wed, Nov 29, 2006 at 10:10:08AM -, [EMAIL PROTECTED] wrote:
Author: kuemmel
Date: Wed Nov 29 11:10:07 2006
New Revision: 16101
URL: http://www.lyx
Abdelrazak Younes wrote:
Kornel Benko wrote:
Am Dienstag, 28. November 2006 16:20 schrieb Abdelrazak Younes:
Abdelrazak Younes wrote:
Bennett Helm wrote:
2. Crash: load User's Guide. Page down to the bottom, then page up
several times. LyX crashes. Here's the backtrace:
This is because I did
On Nov 28, 2006, at 4:27 PM, Peter Kümmel wrote:
Bennett Helm wrote:
On Nov 28, 2006, at 4:02 PM, Peter Kümmel wrote:
Bennett Helm wrote:
OSX typically has 2 icon sizes that can be selected -- normal
and small.
By my lights, the trouble with the icons in 1.5 is not that the
icons
thems
Michael Gerz wrote:
What is the standard icon size for KDE/Windows applications?
There are four sizes of Windows icons—48 × 48, 32 × 32, 24 × 24, and 16
× 16 pixels.
more info here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/html/winxpicons.asp
Starting with v
Jean-Marc Lasgouttes wrote:
I am beginning to wonder whether we should disable all menu merging,
as Qt/Mac allows us to do.
I think this is a sound solution, at least for 1.5.0.
Abdel.
Georg Baum wrote:
Abdelrazak Younes wrote:
But shouldn't that be the goal? I mean, it would make a lot of sense to
me if tex2lyx used the LyX memory model by filling in inset by inset a
lyx::Buffer.
It would be interesting to try that out. It would certainly require some
work, e.g. tex2lyx do
On Nov 29, 2006, at 8:45 AM, Jean-Marc Lasgouttes wrote:
I looked at the part about menus merging, and I am not very
optimistic. First, we have a commented out part of code that reads
/*#ifdef Q_WS_MACX
// These translations are meant to break Qt/Mac menu merging
// algorithm on
Abdelrazak Younes wrote:
> But shouldn't that be the goal? I mean, it would make a lot of sense to
> me if tex2lyx used the LyX memory model by filling in inset by inset a
> lyx::Buffer.
It would be interesting to try that out. It would certainly require some
work, e.g. tex2lyx does not interpret
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Bennett> On Nov 29, 2006, at 4:07 AM, Jean-Marc Lasgouttes wrote:
>>> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
>>
Thanks. Bennett, does the following patch restore dropping files
on dock?
>>
Bennett> Yes.
>> An
Georg Baum wrote:
Abdelrazak Younes wrote:
José Matos wrote:
My purpose is to do this for 1.6, I do not intend to start from scratch
(that would be madness) but to use different available tools, that I have
described in other messages.
Indeed. The difference between you (José) and me is th
On Nov 29, 2006, at 4:07 AM, Jean-Marc Lasgouttes wrote:
"Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Thanks. Bennett, does the following patch restore dropping files
on dock?
Bennett> Yes.
And double-clicking on lyx file in the finder also works?
Yes.
Bennett
José Matos wrote:
> On Monday 27 November 2006 4:07 pm, Ozgur Ugras BARAN wrote:
>> It would be better put
>> this patch now (If Jose approves), so there will be no file format
>> change for lyx-1.5 series.
>>
>> Thanks a lot.
>
> What do Georg and Bo think about this patch?
I don't like LFUN
Abdelrazak Younes wrote:
> José Matos wrote:
>> My purpose is to do this for 1.6, I do not intend to start from scratch
>> (that would be madness) but to use different available tools, that I have
>> described in other messages.
Indeed. The difference between you (José) and me is that I doubt t
On Wed, Nov 29, 2006 at 01:17:44PM +0100, Peter Kümmel wrote:
> Enrico Forestieri wrote:
> > On Wed, Nov 29, 2006 at 10:10:08AM -, [EMAIL PROTECTED] wrote:
> >> Author: kuemmel
> >> Date: Wed Nov 29 11:10:07 2006
> >> New Revision: 16101
> >>
> >> URL: http://www.lyx.org/trac/changeset/16101
>
Enrico Forestieri wrote:
On Wed, Nov 29, 2006 at 12:46:22PM +0100, Peter Kümmel wrote:
Same for Qt3, maybe it has worked with Qt3 because of Enrico's
Qt/Win32/X11/cygwin version.
Nope. It also works with the official 1.4.3-5 build by Joost using
MSVC. This is a bad regression of Qt4 with res
On Wed, Nov 29, 2006 at 12:46:22PM +0100, Peter Kümmel wrote:
> Same for Qt3, maybe it has worked with Qt3 because of Enrico's
> Qt/Win32/X11/cygwin version.
Nope. It also works with the official 1.4.3-5 build by Joost using
MSVC. This is a bad regression of Qt4 with respect to Qt3.
--
Enrico
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
>> Sure, I have never said the opposite. My purpose is also not to
>> discourage anyone from improving tex2lyx, an healthy competition is
>> always in our best interest.
Abdelrazak> Well, I'd rather let Georg concentrate his fre
Enrico Forestieri wrote:
> On Wed, Nov 29, 2006 at 10:10:08AM -, [EMAIL PROTECTED] wrote:
>> Author: kuemmel
>> Date: Wed Nov 29 11:10:07 2006
>> New Revision: 16101
>>
>> URL: http://www.lyx.org/trac/changeset/16101
>> Log:
>> Windows doesn't support the geometry option
> [...]
>> +* The -geom
On Wed, Nov 29, 2006 at 10:10:08AM -, [EMAIL PROTECTED] wrote:
> Author: kuemmel
> Date: Wed Nov 29 11:10:07 2006
> New Revision: 16101
>
> URL: http://www.lyx.org/trac/changeset/16101
> Log:
> Windows doesn't support the geometry option
[...]
> +* The -geometry option doesn't work on Windows
Am Mittwoch, 29. November 2006 12:31 schrieb Abdelrazak Younes:
> Peter Kümmel wrote:
> > Am Mittwoch, 29. November 2006 11:40 schrieb Enrico Forestieri:
> >> On Wed, Nov 29, 2006 at 09:50:51AM +0100, Peter Kümmel wrote:
> >>> The geometry option is a feature of the linux windows
> >>> manager/x-se
Peter Kümmel wrote:
Am Mittwoch, 29. November 2006 11:40 schrieb Enrico Forestieri:
On Wed, Nov 29, 2006 at 09:50:51AM +0100, Peter Kümmel wrote:
The geometry option is a feature of the linux windows
manager/x-server(?), and is not availabale on Windows.
Are you sure? The Qt3 frontend handles
José Matos wrote:
On Wednesday 29 November 2006 7:32 am, Abdelrazak Younes wrote:
Here is my view of the subject FWIW: The problem is that you are
discouraging Georg and probably other to further update tex2lyx. I can
personally can see the advantages of a python implementation (easier
maintenan
Am Mittwoch, 29. November 2006 11:40 schrieb Enrico Forestieri:
> On Wed, Nov 29, 2006 at 09:50:51AM +0100, Peter Kümmel wrote:
> > The geometry option is a feature of the linux windows
> > manager/x-server(?), and is not availabale on Windows.
>
> Are you sure? The Qt3 frontend handles it pretty g
On Wed, Nov 29, 2006 at 10:09:48AM +0100, Georg Baum wrote:
> Enrico Forestieri wrote:
>
> > Note that it would suffice appending any character not being part of
> > the current numpunct facet, so the '\0' is pretty ok.
>
> If it works... (but I would have used a space, '\0' can be surprising).
> "José" == José Matos <[EMAIL PROTECTED]> writes:
>> It is not difficult to produce some lyx-specific XML format but it
>> would be much better if this XML format can be used exchangeable
>> with some other applications/standards like ooffice, docbook or
>> even MS Word. I mean, if there are
On Wednesday 29 November 2006 7:32 am, Abdelrazak Younes wrote:
>
> Here is my view of the subject FWIW: The problem is that you are
> discouraging Georg and probably other to further update tex2lyx. I can
> personally can see the advantages of a python implementation (easier
> maintenance, easier
On Monday 27 November 2006 4:07 pm, Ozgur Ugras BARAN wrote:
> It would be better put
> this patch now (If Jose approves), so there will be no file format
> change for lyx-1.5 series.
>
> Thanks a lot.
What do Georg and Bo think about this patch?
I don't have a problem with the file format c
On Tuesday 28 November 2006 9:30 pm, Bo Peng wrote:
> > I think there's hope that in the future people will rather require Open
> > Doc Format files instead of Word. Then it would be great if Lyx could
> > export ODF easily. Maybe the planned XML file format will help...?
>
> Lars seems to be doing
On Wed, Nov 29, 2006 at 09:50:51AM +0100, Peter Kümmel wrote:
> The geometry option is a feature of the linux windows manager/x-server(?),
> and is not availabale on Windows.
Are you sure? The Qt3 frontend handles it pretty good on Windows, too.
> Currently only the geometry option is passed wit
Peter Kümmel wrote:
> Jean-Marc Lasgouttes wrote:
>>> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes:
What is your favourite size, BTW?
>> Peter> I think 26 for the normal size and 20 for the small size should
>> Peter> be ok on Windows.
>>
>> Peter> The Qt default is 24, but it seems
Jean-Marc Lasgouttes wrote:
>> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes:
>
>>> What is your favourite size, BTW?
>
> Peter> I think 26 for the normal size and 20 for the small size should
> Peter> be ok on Windows.
>
> Peter> The Qt default is 24, but it seems too small for some ma
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes:
>> What is your favourite size, BTW?
Peter> I think 26 for the normal size and 20 for the small size should
Peter> be ok on Windows.
Peter> The Qt default is 24, but it seems too small for some math
Peter> icons, see the math_24.png.
Pet
On Wed, Nov 29, 2006 at 09:53:29AM +0100, [EMAIL PROTECTED] wrote:
> On Wed, 29 Nov 2006, Enrico Forestieri wrote:
>
> > $ ./src/lyx-qt4.exe -dbg info -geometry 800x600+100+30
> > Setting debug level to info
> > Debugging `info' (General information)
> > Wrong command line option `-geometry'. Exit
I've checked in a patch which adds a tool bar popup with
three icon sizes: small, normal, big. Default is normal,
and should look like lyx 1.4.
At the moment we don't have SVG icons, also the icons
don't have all the same size, so I think this is the
best we could do for now.
Peter
Abdelrazak Younes wrote:
Helge Hafting wrote:
After a couple of hours testing yesterday's lyx-1.5,
two problems stand out:
* I can move the cursor out of the window! Normally, lyx scrolls
down when the cursor is on the last line
in the main window and I press down arrow. Now, the cursor
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes:
Helge> I now get correct spellchecking - for words which happens to be
Helge> ascii-only. This patch is a success.
Helge> I guess this is a well-known unicode problem, but anyway: Both
Helge> encodings are bad: LANG=nb_NO.UTF-8 LANG=nb_NO
Jean-Marc Lasgouttes wrote:
This trivial fix is going in now: we have to use nb_NO instead of
no_NO, as we already to in po/.
I now get correct spellchecking - for words which happens to be
ascii-only. This patch is a success.
I guess this is a well-known unicode problem, but anyway:
Both en
Bo Peng wrote:
> Seriously, tex2lyx is rarely used (so speed is not an issue) and
> involves a lot of string handling. Python seems to be a much better
> language for this purpose than C++.
That is not the question. Speed is really not an issue (and tex2lyx is slow
for large documents because of
Abdelrazak Younes wrote:
> You should clarify your plan IMHO.
I asked for that clarification some time ago, and José said he plans to do
that for 1.6.
I don't care about the time frame. As long as he seriously plans to do that
any work on tex2lyx apart from fixing very simple bugs is wasted.
Ge
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Here is my view of the subject FWIW: The problem is that
Abdelrazak> you are discouraging Georg and probably other to further
Abdelrazak> update tex2lyx.
Abdelrazak> Now, if your plan is really to do that RSN and you
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
Bo> Seriously, tex2lyx is rarely used (so speed is not an issue) and
Bo> involves a lot of string handling.
There is not a lot of string handling. Whereas lyx2lyx works with
search and replace, tex2lyx is a parser. I do not think the advantages
o
Enrico Forestieri wrote:
> I did that. It turned out that the compiler num_get implementation
> finishes like this:
>
> if (__beg == __end)
> __err |= ios_base::eofbit;
> return __beg;
>
> So, if there's nothing after the last character part of the number being
> read, the eofbit is set, invalid
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
>> Thanks. Bennett, does the following patch restore dropping files
>> on dock?
Bennett> Yes.
And double-clicking on lyx file in the finder also works?
JMarc
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
>> Abdel, is the style of the event() method qt4-ly correct?
Abdelrazak> It looks good to me. This is something that was on my TODO
Abdelrazak> list for a _long_ time. Glad you did it. There's some more
Abdelrazak> MAC code comme
Peter Kümmel wrote:
> Jean-Marc Lasgouttes wrote:
>>> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes:
>> Peter> But some people like smaller (sub-optimal-scaled) icons, it was
>> Peter> already requested on the list. And nobody is forced to change
>> Peter> the size when he doesn't like it.
On Wed, 29 Nov 2006, Enrico Forestieri wrote:
> $ ./src/lyx-qt4.exe -dbg info -geometry 800x600+100+30
> Setting debug level to info
> Debugging `info' (General information)
> Wrong command line option `-geometry'. Exiting.
> Deleting tmp dir /tmp
> Not deleting /tmp.
Did it actually try to delet
On Wed, 29 Nov 2006, Georg Baum wrote:
> Peter Kümmel wrote:
>
> > The Qt default is 24, but it seems too small for some math icons,
> > see the math_24.png.
>
> Yes, some math icons are too big (partly my doing, but I tought that
> would be better than no icons at all). We really need somebody
Abdelrazak Younes wrote:
> [EMAIL PROTECTED] wrote:
>> Author: forenr
>> Date: Wed Nov 29 01:25:24 2006
>> New Revision: 16095
>>
>> URL: http://www.lyx.org/trac/changeset/16095
>> Log:
>> Add a regression to Status.15x
>>
>> Modified:
>> lyx-devel/trunk/Status.15x
>>
>> Modified: lyx-devel/tru
Peter Kümmel wrote:
> The Qt default is 24, but it seems too small for some math icons,
> see the math_24.png.
Yes, some math icons are too big (partly my doing, but I tought that would
be better than no icons at all). We really need somebody to go over all
icons and make them consistent.
Georg
Enrico Forestieri <[EMAIL PROTECTED]> writes:
>
> On Mon, Nov 27, 2006 at 09:03:00PM +0100, Jean-Marc Lasgouttes wrote:
>
> > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:
> >
> > Enrico> I think you have an old version of Solaris. Solaris 10 comes
> > Enrico> with gcc 3.4.3 a
87 matches
Mail list logo