Hi Helge,
in such situations, I adjusted the scale on screen to 50% (or even smaller).
That doesn't solve the problem at all, but it makes scrolling and navigating
in your document much easier.
Dominik
On Thu, Feb 28, 2008 at 2:12 PM, Helge Hafting <[EMAIL PROTECTED]>
wrote:
> Scrolling has imp
Helge Hafting wrote:
Scrolling has improved a lot since the last time I compiled!
There is stiill one problem though:
I have a long document, near the end is a sequence
of 3 images with nothing between them.
Each image is slightly taller than the main window.
I can not scroll up through these i
Bennett Helm wrote:
On Feb 28, 2008, at 7:55 PM, Pavel Sanda wrote:
you really mean --enable-optimization=-Os ? why not O2 ?
With LyX-1.3, I did some systematic tests. O3 was not noticeably faster
than O2 or Os, and we thought at the time that we might as well keep the
size down. So we decide
On Feb 28, 2008, at 7:55 PM, Pavel Sanda wrote:
you really mean --enable-optimization=-Os ? why not O2 ?
With LyX-1.3, I did some systematic tests. O3 was not noticeably
faster
than O2 or Os, and we thought at the time that we might as well
keep the
size down. So we decided on Os. I haven'
>> you really mean --enable-optimization=-Os ? why not O2 ?
>
> With LyX-1.3, I did some systematic tests. O3 was not noticeably faster
> than O2 or Os, and we thought at the time that we might as well keep the
> size down. So we decided on Os. I haven't tested LyX-1.6, but old habits
> are hard
On Feb 28, 2008, at 4:55 PM, Pavel Sanda wrote:
Thanks, updating automake did the trick. I enclose a patch for
the install
instructions file (where also 1.5 -> 1.6 is addressed). Could
someone
please apply if it's OK?
Looks good to me -- someone please apply!
you really mean --enable-opt
Dear translators,
the next major LyX release "1.6" is on the way to beta status. It contains many new exiting and
usefule features that are listed here:
http://wiki.lyx.org/LyX/NewInLyX16
The changes are so massive that we could even call it LyX 2.0. Therefore there are many new strings
to tr
>> Thanks, updating automake did the trick. I enclose a patch for the install
>> instructions file (where also 1.5 -> 1.6 is addressed). Could someone
>> please apply if it's OK?
>
> Looks good to me -- someone please apply!
you really mean --enable-optimization=-Os ? why not O2 ?
pavel
Ich schrieb:
I'll move what you have translated in the 1.5 branch to trunk, remerge
> it and post a request for translation on the lyx-docs later today.
I have done the po file move from branch to trunk and remerged then them in trunk. So you can now
start the translations for LyX 1.6.
rega
Bernhard Roider wrote:
trunk does not compile:
[EMAIL PROTECTED] schrieb:
-if (!contains(buffer().params().documentClass().name(),
"art")) {
+if (!contains(buffer().params().baseClass()->name(), "art")) {
InsetBibtex.cpp
..\..\..\trunk\src\insets\InsetBibtex.cpp(313) : erro
The attached patch backports the fixes for bug 2461 from trunk to branch. OK to
go in Jürgen?
regards Uwe
Index: InsetMathFrameBox.cpp
===
--- InsetMathFrameBox.cpp (revision 23288)
+++ InsetMathFrameBox.cpp (working copy)
@@ -37,11
trunk does not compile:
[EMAIL PROTECTED] schrieb:
- if (!contains(buffer().params().documentClass().name(), "art"))
{
+ if (!contains(buffer().params().baseClass()->name(), "art")) {
InsetBibtex.cpp
..\..\..\trunk\src\insets\InsetBibtex.cpp(313) : error C2027: u
On Thu, Feb 28, 2008 at 06:18:37PM +0100, Abdelrazak Younes wrote:
> Martin Vermeer wrote:
>> On Thu, 28 Feb 2008 16:06:39 +0100
>> Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
>>> rgheck wrote:
Abdelrazak Younes wrote:
> The code is very weird:
>
> if (isRequired("framed") && must
A. Sengupta wrote:
This is to let you know that attempts to download lyx-1.5.4 over the
past few days is invariably leading to "Internal error in server
ftp://ftp.lyx.org/lyx/stable/";.
Since this is going on for quite a few days now, perhaps something
is wrong somewhere?
The correct
On Thu, Feb 28, 2008 at 01:47:31PM +0100, Pol wrote:
> I am considering to test lyx 1.6 (linux).
Wait a week or two.
Andre'
On Thu, Feb 28, 2008 at 03:33:47PM +0100, Abdelrazak Younes wrote:
> Helge Hafting wrote:
>> Whenever I press shift+2 to get an apostrophe (which
>> LyX normally change to a << or >> sign, things goes wrong.
>> I get a silly dialog box where the caption says:
>> LyX: Inset::buffer_member... (The re
Helge Hafting wrote:
Compiled & installed todays lyx-1.6 from svn.
It complained that it could not use my custom
.layout, that used to work for 1.5 as well as
a few months old lyx-1.6svn.
I've fixed this. It was something I missed when we changed the
TextClass::read() API.
rh
Abdelrazak Younes wrote:
Martin Vermeer wrote:
On Thu, 28 Feb 2008 16:06:39 +0100
Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
rgheck wrote:
Abdelrazak Younes wrote:
The code is very weird:
if (isRequired("framed") && mustProvide("color")) {
RGBColor c = rgbFromHexName(lcolor.getX11Name
Andre Poenitz wrote:
On Thu, Feb 28, 2008 at 11:57:08AM +0100, Abdelrazak Younes wrote:
The code is very weird:
if (isRequired("framed") && mustProvide("color")) {
RGBColor c = rgbFromHexName(lcolor.getX11Name(Color_shadedbg));
getX11Name() returns a named color (egg "red") and rgbF
On Thu, Feb 28, 2008 at 11:57:08AM +0100, Abdelrazak Younes wrote:
> The code is very weird:
>
> if (isRequired("framed") && mustProvide("color")) {
> RGBColor c = rgbFromHexName(lcolor.getX11Name(Color_shadedbg));
>
> getX11Name() returns a named color (egg "red") and rgbFromHexName()
> req
This is to let you know that attempts to download lyx-1.5.4 over
the past few days is invariably leading to "Internal error in server
ftp://ftp.lyx.org/lyx/stable/";.
Since this is going on for quite a few days now, perhaps something
is wrong somewhere?
Thanks.
**
Does the following patch look reasonable? The boundary of each slice
is kind of implicitly false for all slices but the top slice of a
cursor. So when popping slices we should set the boundary flag to false.
This fixes the following crash:
* ctrl-m a
* right (leaving the math to the right)
*
Martin Vermeer wrote:
On Thu, 28 Feb 2008 16:06:39 +0100
Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
rgheck wrote:
Abdelrazak Younes wrote:
The code is very weird:
if (isRequired("framed") && mustProvide("color")) {
RGBColor c = rgbFromHexName(lcolor.getX11Name(Color_shadedbg));
This
> What are the major improvements that one would find in the final 1.6 release?
http://wiki.lyx.org/LyX/NewInLyX16
> Is the xml backend already in place?
No.
regards Uwe
Hi,
On Thu, 28 Feb 2008, Apache wrote:
* http://wiki.lyx.org/FAQ.ERT . . . 2008-02-28 10:40 CET by jspitzm
Juergen has done a terrific job in revering spam, e.g. on the page
http://wiki.lyx.org/FAQ/ERT
I've now given in and changed it so that a password is required to edit
that passw
On Feb 28, 2008, at 10:53 AM, Anders Ekberg wrote:
On Feb 27, 2008, at 6:12 AM, Pavel Sanda wrote:
anek$ ./autogen.sh
Using automake (GNU automake) 1.9.4
Using autoconf (GNU Autoconf) 2.59
most i can say that automake 1.10 and autoconf 2.61 work here.
try to ask other mac people about the ver
On Thu, 28 Feb 2008 16:06:39 +0100
Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
> rgheck wrote:
> > Abdelrazak Younes wrote:
> >> The code is very weird:
> >>
> >> if (isRequired("framed") && mustProvide("color")) {
> >> RGBColor c = rgbFromHexName(lcolor.getX11Name(Color_shadedbg));
> >>
> >
On Feb 27, 2008, at 6:12 AM, Pavel Sanda wrote:anek$ ./autogen.shUsing automake (GNU automake) 1.9.4Using autoconf (GNU Autoconf) 2.59most i can say that automake 1.10 and autoconf 2.61 work here.try to ask other mac people about the version of autotools they use.(i'm not even sure autools are the
Leuven, E. wrote:
Abdel wrote
> Pavel Sanda wrote:
>> 5. painting problems of outliner when smaller window is set. see
attached.
>
> Confirmed. Edwin, could you help here please?
the attached gets rid of the floating buttons, but somehow the minimum
sizehint of the dockwidget seems to get
I am considering to test lyx 1.6 (linux).
What are the major improvements that one would find in the final 1.6
release?
Is the xml backend already in place?
thank you
--
pol
don't know whether this is useful, but i see the following when i turn all
compile warnings on:
2>WordList.cpp
2>c:\lyx\trunk\src\support/weighted_btree.h(1328) : warning C4244: 'argument' :
conversion from 'int' to 'unsigned short', possible loss of data
2>c:\lyx\trunk\src\support/weigh
On Thu, Feb 28, 2008 at 02:22:01PM +0100, Stefan Schimanski wrote:
> Great patch. Now I get a crash. So no need to install Visual Studio!
> Thanks! :-)
D'oh! ;-)
--
Enrico
Am 28.02.2008 um 16:20 schrieb Leuven, E.:
When did you update from svn? I checked in a fix 30 min ago.
that didn't fix it for me...
The mentioned fix was about text mode anyway. So yes, it couldn't fix
your problem...
Stefan
On Thu, Feb 28, 2008 at 03:53:54PM +0100, Stefan Schimanski wrote:
> Can you please try it out on Windows again? I fixed a stack memory
> corruption error. I am quite sure that this was the reason for the
> strange behaviour you reported on Windows.
Yes, that was it. Good detective work!
--
Am 28.02.2008 um 16:20 schrieb Leuven, E.:
When did you update from svn? I checked in a fix 30 min ago.
that didn't fix it for me...
Can you reproduce it? If yes, how? Did you try stdlib-debug builds?
Which compiler do you use?
Stefan
> When did you update from svn? I checked in a fix 30 min ago.
that didn't fix it for me...
Am 28.02.2008 um 16:16 schrieb Leuven, E.:
when i type a backslash in math lyx crashes (this is windows).
oddly enough the crash doesn't occur with a debug build, so no
backtrace unfortunately...
When did you update from svn? I checked in a fix 30 min ago.
Stefan
when i type a backslash in math lyx crashes (this is windows).
oddly enough the crash doesn't occur with a debug build, so no backtrace
unfortunately...
[EMAIL PROTECTED] wrote:
Author: rgheck
Date: Thu Feb 28 15:49:01 2008
New Revision: 23322
URL: http://www.lyx.org/trac/changeset/23322
Log:
baseclasslist --> BaseClassList singleton. Prep for further type safety.
FYI: The point of all of this is to enforce the distinction between
"base" cl
rgheck wrote:
Abdelrazak Younes wrote:
The code is very weird:
if (isRequired("framed") && mustProvide("color")) {
RGBColor c = rgbFromHexName(lcolor.getX11Name(Color_shadedbg));
This is the same problem discussed a while back concerning color handing:
http://www.mail-archive.com/lyx-
Abdelrazak Younes wrote:
rgheck wrote:
Abdelrazak Younes wrote:
The code is very weird:
if (isRequired("framed") && mustProvide("color")) {
RGBColor c = rgbFromHexName(lcolor.getX11Name(Color_shadedbg));
This is the same problem discussed a while back concerning color
handing:
http:/
rgheck wrote:
Abdelrazak Younes wrote:
The code is very weird:
if (isRequired("framed") && mustProvide("color")) {
RGBColor c = rgbFromHexName(lcolor.getX11Name(Color_shadedbg));
This is the same problem discussed a while back concerning color handing:
http://www.mail-archive.com/lyx-
Abdelrazak Younes wrote:
The code is very weird:
if (isRequired("framed") && mustProvide("color")) {
RGBColor c = rgbFromHexName(lcolor.getX11Name(Color_shadedbg));
This is the same problem discussed a while back concerning color handing:
http://www.mail-archive.com/lyx-devel@lists.lyx.
Am 26.02.2008 um 09:56 schrieb Stefan Schimanski:
Am 26.02.2008 um 03:03 schrieb Enrico Forestieri:
On Mon, Feb 25, 2008 at 03:43:51PM +0100, Abdelrazak Younes wrote:
Stefan Schimanski wrote:
No, Windoze...
Visual C or gcc?
Visual C++ 9.0 (aka 2008 express edition). Only Enrico uses
Richard?
d:\devel\lyx\trunk\src\text.cpp(919) : warning C4715:
'lyx::Text::handleBibitems' : not all control paths return a value
Helge Hafting wrote:
Whenever I press shift+2 to get an apostrophe (which
LyX normally change to a << or >> sign, things goes wrong.
I get a silly dialog box where the caption says:
LyX: Inset::buffer_member... (The rest is cut off)
Inside the box, there is the uninformative
sentence "LyX Code:2
Whenever I press shift+2 to get an apostrophe (which
LyX normally change to a << or >> sign, things goes wrong.
I get a silly dialog box where the caption says:
LyX: Inset::buffer_member... (The rest is cut off)
Inside the box, there is the uninformative
sentence "LyX Code:2" and an "OK" button.
sebastian guttenberg wrote:
Hum, in principle you should get a dialog saying
"Inset::buffer_ member not initialized!", do you?
No, I don't get any dialog. Lyx just diasappears as soon as I open a
file (or it freezes, when I run it within gdb).
By the way, which platform is that? I know that M
crashes:
http://tinyurl.com/2q7v23
major bugs, mostly regressions:
http://tinyurl.com/3dtwce
regards Uwe
i will forward this to devel list. at some time we should take all
.po files in branch, move it to trunk and remerge, so translators
can start work on them. i'm not sure whats the right time for this
transition... ?
The right time is now I think. We are a few weeks behind our release schedule
t
> On Thu, Feb 21, 2008 at 09:28:24PM +0100, Stefan Schimanski wrote:
> > If you like statistics about LyX:
> >
> > http://www.ohloh.net/projects/3881?p=LyX
>
> Do they pick up projects by themselves or did someone actively register
> LyX? Also, is there a way to make them getting closer to the tru
Great patch. Now I get a crash. So no need to install Visual Studio!
Thanks! :-)
Stefan
Am 28.02.2008 um 11:28 schrieb [EMAIL PROTECTED]:
Author: forenr
Date: Thu Feb 28 11:28:10 2008
New Revision: 23308
URL: http://www.lyx.org/trac/changeset/23308
Log:
Fix crash on cygwin with completion i
Scrolling has improved a lot since the last time I compiled!
There is stiill one problem though:
I have a long document, near the end is a sequence
of 3 images with nothing between them.
Each image is slightly taller than the main window.
I can not scroll up through these images with the
page-up
Compiled & installed todays lyx-1.6 from svn.
It complained that it could not use my custom
.layout, that used to work for 1.5 as well as
a few months old lyx-1.6svn.
I inspected the debug output from
lyx16 -dbg tclass files init
and saw that my .layout file gets converted from
format 2 to forma
Abdel wrote
> Pavel Sanda wrote:
>> 5. painting problems of outliner when smaller window is set. see attached.
>
> Confirmed. Edwin, could you help here please?
the attached gets rid of the floating buttons, but somehow the minimum sizehint
of the dockwidget seems to get lost.
i don't have time
Enrico Forestieri wrote:
On Thu, Feb 28, 2008 at 12:59:37PM +0100, Abdelrazak Younes wrote:
Enrico Forestieri wrote:
...
thus I was (in my intention) friendly teasing you.
A smiley would have conveyed this very important information :-)
I am losing the notion of time... I could swear that t
On Thu, Feb 28, 2008 at 12:59:37PM +0100, Abdelrazak Younes wrote:
> Enrico Forestieri wrote:
...
> > thus I was (in my intention) friendly teasing you.
>
> A smiley would have conveyed this very important information :-)
I am losing the notion of time... I could swear that today was Friday...
-
sebastian guttenberg wrote:
Great! I did another svn-update and the problem is already fixed :-)
Not fixed but worked around:
Author: younes
Date: Thu Feb 28 11:04:15 2008
New Revision: 23307
URL: http://www.lyx.org/trac/changeset/23307
Log:
InsetMathHull::addToToc(): Work around buffer refer
Enrico Forestieri wrote:
On Thu, Feb 28, 2008 at 11:38:28AM +0100, Abdelrazak Younes wrote:
Enrico Forestieri wrote:
On Thu, Feb 28, 2008 at 10:40:06AM +0100, Abdelrazak Younes wrote:
How is that related? Are you talking about the windows closing orgy
code? FWIW, most of what I erased is eith
i will forward this to devel list. at some time we should take all
.po files in branch, move it to trunk and remerge, so translators
can start work on them. i'm not sure whats the right time for this
transition... ?
> Hello,
>
> If I run msgfmt on fr.po in trunk, I get this:
> 2294 translated m
Great! I did another svn-update and the problem is already fixed :-)
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
On Thu, Feb 28, 2008 at 11:38:28AM +0100, Abdelrazak Younes wrote:
> Enrico Forestieri wrote:
> > On Thu, Feb 28, 2008 at 10:40:06AM +0100, Abdelrazak Younes wrote:
> >
> >> How is that related? Are you talking about the windows closing orgy
> >> code? FWIW, most of what I erased is either my own
The code is very weird:
if (isRequired("framed") && mustProvide("color")) {
RGBColor c = rgbFromHexName(lcolor.getX11Name(Color_shadedbg));
getX11Name() returns a named color (egg "red") and rgbFromHexName()
requires an Hexadecimal color beginning with '#'. I can't believe this
code is
lyx.exe!boost::assertion_failed(const char * expr=0x00eb3b44, const
char * function=0x00eb3ab0, const char * file=0x00eb3a98, long line=80)
Line 49 C++
> lyx.exe!lyx::rgbFromHexName(const
std::basic_string,std::allocator > &
x11hexname="red") Line 80 + 0x4b bytes C++
lyx.exe!lyx::L
Enrico Forestieri wrote:
On Thu, Feb 28, 2008 at 10:40:06AM +0100, Abdelrazak Younes wrote:
How is that related? Are you talking about the windows closing orgy
code? FWIW, most of what I erased is either my own code or Peter's so I
really don't know what you are talking about.
We were talkin
On Thu, Feb 28, 2008 at 10:40:06AM +0100, Abdelrazak Younes wrote:
> How is that related? Are you talking about the windows closing orgy
> code? FWIW, most of what I erased is either my own code or Peter's so I
> really don't know what you are talking about.
We were talking about fishness...
>
> Hum, in principle you should get a dialog saying
> "Inset::buffer_ member not initialized!", do you?
No, I don't get any dialog. Lyx just diasappears as soon as I open a
file (or it freezes, when I run it within gdb).
> FYI, we did a pretty big change in the code (buffer reference inside
> i
sebastian guttenberg wrote:
Hi all!
After finally managing to solve my update-problems with Abdel's advice,
I have now the problem that I cannot open my lyx-documents, because lyx
always crashes when I am trying to do so. The backtrace is pasted below.
Please ask me, if you need one of my lyx-doc
Enrico Forestieri wrote:
On Thu, Feb 28, 2008 at 08:13:06AM +0100, Abdelrazak Younes wrote:
Enrico Forestieri wrote:
On Tue, Feb 26, 2008 at 09:56:22AM +0100, Stefan Schimanski wrote:
Am 26.02.2008 um 03:03 schrieb Enrico Forestieri:
On Mon, Feb 25, 2008 at 03:43:51PM +0100, Abdelrazak Youne
On Thu, Feb 28, 2008 at 08:13:06AM +0100, Abdelrazak Younes wrote:
> Enrico Forestieri wrote:
> > On Tue, Feb 26, 2008 at 09:56:22AM +0100, Stefan Schimanski wrote:
> >> Am 26.02.2008 um 03:03 schrieb Enrico Forestieri:
> >>
> >>> On Mon, Feb 25, 2008 at 03:43:51PM +0100, Abdelrazak Younes wrote:
>
Hi all!
After finally managing to solve my update-problems with Abdel's advice,
I have now the problem that I cannot open my lyx-documents, because lyx
always crashes when I am trying to do so. The backtrace is pasted below.
Please ask me, if you need one of my lyx-documents to reproduce it.
Sebast
Hi Abdel
Thanks again for the answer! Although somewhat shocking ;-)
I figured out that my memory is very weak, because I had asked a very
similar question already in December
(http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133047.html),
but had forgot about it. Jean-Marc Lasgouttes gave me
72 matches
Mail list logo