[EMAIL PROTECTED] wrote:
On Tue, 14 Nov 2006, Abdelrazak Younes wrote:
The user should not have to use the GUI to do something as simple as that!
I agree it should be simple to make the current environment change to the
standard environment. What do you think about binding a keybord shortcut,
p
John Levon wrote:
On Tue, Nov 14, 2006 at 06:18:08PM +0100, Abdelrazak Younes wrote:
// When the above and the inner function are fixed, we can do this:
- //return needRedraw;
+ return needRedraw;
return true;
Need to remove the second return
Indeed, thanks.
Abd
On Tue, Nov 14, 2006 at 11:18:47PM +, José Matos wrote:
> On Tuesday 14 November 2006 6:05 pm, Enrico Forestieri wrote:
> > >
> > > I should prepare a patch for 1.4.
> >
> > I could do it, if you don't mind.
>
> Thank you, go ahead. :-)
Patch attached. Jean-Marc, can this go in?
(this ti
On Tue, 14 Nov 2006, Abdelrazak Younes wrote:
> [EMAIL PROTECTED] wrote:
> > On Tue, 14 Nov 2006, Abdelrazak Younes wrote:
> >
> > > I use that also but I think a more intuitive way for that would just to
> > > use the BackSpace key. If the paragraph is empty, then the environment
> > > will swit
On Tuesday 14 November 2006 3:17 pm, Jean-Marc Lasgouttes wrote:
> We could decide that layout-paragraph without argument sets layout to
> default.
I like both proposals.
> JMarc
--
José Abílio
On Tuesday 14 November 2006 3:15 pm, Jean-Marc Lasgouttes wrote:
>
> Thanks. I've cleaned it up a bit.
Thanks Jean-Marc,
I was offline today because our connection (here it means the
connection from
Northern Portuguese Universities) was down.
I will delay this task for tomorro
On Tuesday 14 November 2006 6:05 pm, Enrico Forestieri wrote:
> >
> > I should prepare a patch for 1.4.
>
> I could do it, if you don't mind.
Thank you, go ahead. :-)
--
José Abílio
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes:
Peter> For the alpha I would not create a branch (a copy of trunk in
Peter> the branch folder), just remember somewhere the revision number
Peter> when releasing the alpha version.
Instead of a branch, we can create a tag, like I do for 1.
José Matos wrote:
> On Monday 13 November 2006 11:28 pm, José Matos wrote:
>> On Monday 13 November 2006 2:48 pm, José Matos wrote:
>>> PS: I was thinking about doing this either late today or tomorrow.
>> In order to do no mistakes and to follow the suggestions posted I will
>> delay the release
On Tue, Nov 14, 2006 at 11:11:48PM +0100, Peter Kümmel wrote:
> Enrico Forestieri wrote:
> > On Tue, Nov 14, 2006 at 09:56:08PM +0100, Peter Kümmel wrote:
> >> Enrico Forestieri wrote:
> >
> >>> The patch from Georg fixes it. But I also see another problem.
> >>> When clicking on the "BibTeX Gener
Enrico Forestieri wrote:
> On Tue, Nov 14, 2006 at 09:56:08PM +0100, Peter Kümmel wrote:
>> Enrico Forestieri wrote:
>
>>> The patch from Georg fixes it. But I also see another problem.
>>> When clicking on the "BibTeX Generated Bibliography" inset, I don't
>>> see the bibliography style, even if
Michael Gerz wrote:
Edwin Leuven wrote:
is there a reason to have both M_TOGGLE_LINE_TOP and TOGGLE_LINE_TOP ?
couldn't we just have one TOGGLE_LINE_TOP and set the proper flags
depending whether we are in a multicolumn cell or not?
This is exactly what I proposed for 1.4 :-)
the attach patc
On Tue, Nov 14, 2006 at 09:56:08PM +0100, Peter Kümmel wrote:
> Enrico Forestieri wrote:
> > The patch from Georg fixes it. But I also see another problem.
> > When clicking on the "BibTeX Generated Bibliography" inset, I don't
> > see the bibliography style, even if it is there. This must be due
Peter Kümmel wrote:
> Abdelrazak Younes wrote:
>> Peter Kümmel wrote:
>>> Peter Kümmel wrote:
Abdelrazak Younes wrote:
> Peter,
>
> I think you did that change. Please revert it or fix it the proper way.
I'll revert, didn't know the proper way.
>> The proper way would be to hi
Abdelrazak Younes wrote:
> Hello,
>
> Between two chunk of work, I've managed to finish the patch, so here it is.
>
> With this patch, when you click anywhere, including within nested text
> insets (not for mathed), there is no redrawing at _all_. This is an
> improvement over lyx-1.4 where the f
Enrico Forestieri wrote:
> On Tue, Nov 14, 2006 at 08:21:10PM +0100, Peter Kümmel wrote:
>> Georg Baum wrote:
>
>>> Indeed. Does the attached patch work for you? If yes I would prefer that,
>>> since we should convert all filename stuff to docstring eventually and use
>>> one place where that is
Am Dienstag, 14. November 2006 09:50 schrieb Abdelrazak Younes:
> Uwe Stöhr wrote:
> > The second closing brace of the \index command is swallowed.
>
> Somebody knows how to fix this? Somewhere in the export to latex code I
> suppose...
It was a lyx2lyx problem as I suspected, and I fixed it. Jo
On Tue, Nov 14, 2006 at 08:21:10PM +0100, Peter Kümmel wrote:
> Georg Baum wrote:
> > Indeed. Does the attached patch work for you? If yes I would prefer that,
> > since we should convert all filename stuff to docstring eventually and use
> > one place where that is converted to the encoding tha
Georg Baum wrote:
> Am Dienstag, 14. November 2006 20:21 schrieb Peter Kümmel:
>> As I understand it now, to_utf8 creates a std::string which
>> gets destroyed after construction. And the ctor of Tokenizer
>> doesn't make a deep copy of the string, it only stores iterators.
>
> That explanation ma
Am Dienstag, 14. November 2006 20:21 schrieb Peter Kümmel:
> As I understand it now, to_utf8 creates a std::string which
> gets destroyed after construction. And the ctor of Tokenizer
> doesn't make a deep copy of the string, it only stores iterators.
That explanation makes sense. I understand the
Bennett Helm wrote:
> On Nov 14, 2006, at 1:41 PM, Georg Baum wrote:
>
>> Am Dienstag, 14. November 2006 19:08 schrieb Peter Kümmel:
>>> Peter Kümmel wrote:
Bennett Helm wrote:
> Recipe for another crash (1.5 on Mac).
>
> Create a document with a bibliography that specifies two .b
Am Dienstag, 14. November 2006 20:04 schrieb Edwin Leuven:
> Michael Gerz wrote:
> > Edwin Leuven wrote:
> >
> >> is there a reason to have both M_TOGGLE_LINE_TOP and TOGGLE_LINE_TOP ?
> >>
> >> couldn't we just have one TOGGLE_LINE_TOP and set the proper flags
> >> depending whether we are in a
Georg Baum wrote:
> Am Dienstag, 14. November 2006 19:08 schrieb Peter Kümmel:
>> Peter Kümmel wrote:
>>> Bennett Helm wrote:
Recipe for another crash (1.5 on Mac).
Create a document with a bibliography that specifies two .bib files.
Select View > View Source, and check the "Dis
On Nov 14, 2006, at 1:41 PM, Georg Baum wrote:
Am Dienstag, 14. November 2006 19:08 schrieb Peter Kümmel:
Peter Kümmel wrote:
Bennett Helm wrote:
Recipe for another crash (1.5 on Mac).
Create a document with a bibliography that specifies two .bib
files.
Select View > View Source, and chec
Michael Gerz wrote:
Edwin Leuven wrote:
is there a reason to have both M_TOGGLE_LINE_TOP and TOGGLE_LINE_TOP ?
couldn't we just have one TOGGLE_LINE_TOP and set the proper flags
depending whether we are in a multicolumn cell or not?
This is exactly what I proposed for 1.4 :-)
what happene
Am Dienstag, 14. November 2006 19:08 schrieb Peter Kümmel:
> Peter Kümmel wrote:
> > Bennett Helm wrote:
> >> Recipe for another crash (1.5 on Mac).
> >>
> >> Create a document with a bibliography that specifies two .bib files.
> >> Select View > View Source, and check the "Display complete source"
On Mon, Nov 13, 2006 at 11:02:21PM +, José Matos wrote:
> On Monday 13 November 2006 8:11 pm, Enrico Forestieri wrote:
> >
> > I fixed it. This led me to the following issue. It seems that the boolean
> > values True and False were introduced in python 2.3, but we are using them
> > in the 1.4.
Peter Kümmel wrote:
> Bennett Helm wrote:
>> Recipe for another crash (1.5 on Mac).
>>
>> Create a document with a bibliography that specifies two .bib files.
>> Select View > View Source, and check the "Display complete source"
>> option. Back in the main LyX window, start typing text in a standar
On Tue, Nov 14, 2006 at 06:18:08PM +0100, Abdelrazak Younes wrote:
> // When the above and the inner function are fixed, we can do this:
> - //return needRedraw;
> + return needRedraw;
> return true;
Need to remove the second return
john
Hello,
Between two chunk of work, I've managed to finish the patch, so here it is.
With this patch, when you click anywhere, including within nested text
insets (not for mathed), there is no redrawing at _all_. This is an
improvement over lyx-1.4 where the full screen were redrawn two times on
Edwin Leuven wrote:
is there a reason to have both M_TOGGLE_LINE_TOP and TOGGLE_LINE_TOP ?
couldn't we just have one TOGGLE_LINE_TOP and set the proper flags
depending whether we are in a multicolumn cell or not?
This is exactly what I proposed for 1.4 :-)
Michael
[EMAIL PROTECTED] wrote:
On Tue, 14 Nov 2006, Abdelrazak Younes wrote:
I use that also but I think a more intuitive way for that would just to
use the BackSpace key. If the paragraph is empty, then the environment
will switch automatically to "Standard" instead of deleting the new
paragraph.
Georg Baum wrote:
> Peter Kümmel wrote:
>
>> Is this mapping OK?
>
> Sorry, only after reading the mapping I realize that my suggestion does not
> make sense: We want to make the file unreadable for other users. This is
> not possible with the windows variant of chmod, so I think it is best to
>
Jean-Marc Lasgouttes wrote:
>> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes:
>
> Peter> We could disable it on Linux (attached patch), or add an option
> Peter> in the preferences.
>
> No. The real question is "why do we want a splash screen". The only
> reasonable reason is for when we
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> [EMAIL PROTECTED] wrote:
>> I agree it should be simple to make the current environment change
>> to the standard environment. What do you think about binding a
>> keybord shortcut, perhaps 'M-s', to this action (combined with a
>> sep
[EMAIL PROTECTED] wrote:
> I agree it should be simple to make the current environment change to the
> standard environment. What do you think about binding a keybord shortcut,
> perhaps 'M-s', to this action (combined with a separate GUI button)?
I have added a button to my toolbar to do this. I
Bennett Helm wrote:
> Recipe for another crash (1.5 on Mac).
>
> Create a document with a bibliography that specifies two .bib files.
> Select View > View Source, and check the "Display complete source"
> option. Back in the main LyX window, start typing text in a standard
> paragraph. After a few
On Tue, 14 Nov 2006, Jean-Marc Lasgouttes wrote:
> > "José" == José Matos <[EMAIL PROTECTED]> writes:
>
> José> Any other suggestion?
>
> Here is what I do these days for 1.4 releases.
I've added this here:
http://wiki.lyx.org/devel/pmwiki.php/Devel/ReleaseProcedure
/Christian
Peter Kümmel wrote:
Edwin Leuven wrote:
thanks
Currently you can't install with
the files of the folder development/cmake.
ok
But it should not be too hard to add
the install support with the INSTALL_* macros:
http://cmake.org/HTML/Documentation.html
So what is to do while installing?
On
> "José" == José Matos <[EMAIL PROTECTED]> writes:
José> Any other suggestion?
Here is what I do these days for 1.4 releases.
About version number: note that, with autoconf at least, if you name
it anything else that 1.5.0svn or 1.5.0preN, the build system will
default to configuring in st
Edwin Leuven wrote:
> thanks
Currently you can't install with
the files of the folder development/cmake.
But it should not be too hard to add
the install support with the INSTALL_* macros:
http://cmake.org/HTML/Documentation.html
So what is to do while installing?
Only copying files into a othe
Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> I use that also but I think a more intuitive way for that
Abdelrazak> would just to use the BackSpace key. If the paragraph is
Abdelrazak> empty, then the environment will switch automatically
Recipe for another crash (1.5 on Mac).
Create a document with a bibliography that specifies two .bib files.
Select View > View Source, and check the "Display complete source"
option. Back in the main LyX window, start typing text in a standard
paragraph. After a few keystrokes, LyX crashes.
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes:
Peter> We could disable it on Linux (attached patch), or add an option
Peter> in the preferences.
No. The real question is "why do we want a splash screen". The only
reasonable reason is for when we are too lazy to make our program load
fa
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> I use that also but I think a more intuitive way for that
Abdelrazak> would just to use the BackSpace key. If the paragraph is
Abdelrazak> empty, then the environment will switch automatically to
Abdelrazak> "Standard"
thanks
On Monday 13 November 2006 11:28 pm, José Matos wrote:
> On Monday 13 November 2006 2:48 pm, José Matos wrote:
> > PS: I was thinking about doing this either late today or tomorrow.
>
> In order to do no mistakes and to follow the suggestions posted I will
> delay the release to tomorrow. I am wr
On Mac, 1.5 crashes every time on attempting to typeset (in any
format). Here's the backtrace:
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x005ed580
boost::shared_ptrboost::regex_traits > > >::swap
(this=0xa0b09b04, [EMAIL PROT
Peter Kümmel wrote:
> Is this mapping OK?
Sorry, only after reading the mapping I realize that my suggestion does not
make sense: We want to make the file unreadable for other users. This is
not possible with the windows variant of chmod, so I think it is best to
not use chmod on windows at all.
> "christian" == christian ridderstrom <[EMAIL PROTECTED]> writes:
christian> I've added this here:
christian> http://wiki.lyx.org/devel/pmwiki.php/Devel/ReleaseProcedure
Thanks. I've cleaned it up a bit.
JMarc
On Tue, 14 Nov 2006, Abdelrazak Younes wrote:
> I use that also but I think a more intuitive way for that would just to
> use the BackSpace key. If the paragraph is empty, then the environment
> will switch automatically to "Standard" instead of deleting the new
> paragraph. Of course this will
Hi!
I am using LyX 1.4.3-4 on Windows XP and it is already the third or
fourth time that LyX crashes while I am working on a document. Finally,
I have managed to find a sequence of events that leads to the crash:
1- Open a new document and write enough lines of text (one character per
line i
[EMAIL PROTECTED] wrote:
Author: kuemmel
Date: Tue Nov 14 11:06:07 2006
New Revision: 15916
URL: http://www.lyx.org/trac/changeset/15916
Log:
add option to disable the console on windows
Good idea. I've tried to disable that manually in the generated project
but unfortunately, I didn't notice
Abdelrazak Younes wrote:
> [EMAIL PROTECTED] wrote:
>> Author: kuemmel
>> Date: Tue Nov 14 11:06:07 2006
>> New Revision: 15916
>>
>> URL: http://www.lyx.org/trac/changeset/15916
>> Log:
>> add option to disable the console on windows
>
> Good idea. I've tried to disable that manually in the gener
Jean-Marc Lasgouttes wrote:
>> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes:
>
> Peter> Here a totally superfluously patch: a splash screen which shows
> Peter> up while loading LyX. ;)
>
> Personally, I find such splashes annoying.
>
> JMarc
>
>
We could disable it on Linux (attach
Peter Kümmel wrote:
> msvc only supports S_IWRITE/READ, seems it is better to disable it.
> Are there reasons not to disable it on Windows?
Since we basically want to make files and directories readonly you could
also map the mode arguments to S_IWRITE/READ. The same holds for directory
creation.
I don't know if these functions are really deprecated,
we could just suppress warning C4996 globally
Index: config.h.cmake
===
--- config.h.cmake (revision 15915)
+++ config.h.cmake (working copy)
@@ -171,6 +171,7 @@
#ifde
lyxlex_pimpl.C
D:\devel\lyx\trunk\boost\boost/iostreams/detail/streambuf/chainbuf.hpp(111)
: warning C4996: 'std::basic_streambuf<_Elem,_Traits>::xsgetn' was
declared deprecated
with
[
_Elem=char,
_Traits=std::char_traits
]
C:\Program Fil
Peter Kümmel wrote:
Abdelrazak Younes wrote:
If someone is looking for a fun yet simple project to do. Here is one:
In lyx::use_gui mode, instead of outputting to the console (cout or
cerr) if would be better to pipe all messages onto a file and visualise
the contents dynamically in a Qt window
Uwe Stöhr wrote:
> There's another bug:
> LyX 1.4.3:
> \includegraphics[scale=0.85]{clipart/tabular-insert.xpm.png}
>
> becomes in LyX 1.5svn:
> \includegraphics[scale=0.85,bb = 0 0 200 100, draft,
> type=eps]{clipart/tabular-insert.xpm.png}
>
> Or Abdel, did you play with your preferences so th
Georg Baum wrote:
> Peter Kümmel wrote:
>
>> msvc only supports S_IWRITE/READ, seems it is better to disable it.
>> Are there reasons not to disable it on Windows?
>
> Since we basically want to make files and directories readonly you could
> also map the mode arguments to S_IWRITE/READ. The same
... using the toolbar doesn't work as expected (i think)
the reason is that when setting the (top) line through the dialog passes
through the controller:
void ControlTabular::toggleTopLine()
{
if (tabular().isMultiColumn(getActiveCell()))
set(LyXTabular::M_TOGGLE_LINE_T
Georg Baum wrote:
> [EMAIL PROTECTED] wrote:
>
>> Modified: lyx-devel/trunk/development/cmake/config.h.cmake
>> URL:
>>
> http://www.lyx.org/trac/file/lyx-devel/trunk/development/cmake/config.h.cmake?rev=15913
> ==
>> ---
Georg Baum wrote:
Uwe Stöhr wrote:
There's another bug:
LyX 1.4.3:
\includegraphics[scale=0.85]{clipart/tabular-insert.xpm.png}
becomes in LyX 1.5svn:
\includegraphics[scale=0.85,bb = 0 0 200 100, draft,
type=eps]{clipart/tabular-insert.xpm.png}
Or Abdel, did you play with your preferences so
Abdelrazak Younes wrote:
> Georg Baum wrote:
>> Abdelrazak Younes wrote:
>>
>>> Uwe Stöhr wrote:
There is a bug in LyX 1.5svn with Index entries, because this valid LyX
1.4.3 LaTeX-code:
(GIF, file extension {}``\texttt{.gif}'')\index{GIF|see{Image
formats}},
{}``Por
[EMAIL PROTECTED] wrote:
> Modified: lyx-devel/trunk/development/cmake/config.h.cmake
> URL:
>
http://www.lyx.org/trac/file/lyx-devel/trunk/development/cmake/config.h.cmake?rev=15913
>
==
> --- lyx-devel/trunk/development/
Abdelrazak Younes wrote:
> Couldn't we place a dummy "image not found" in the latex export? Or
> better, inform the user that some images are not found and point the
> error list to which?
Agreed. I do not like this 'feature' at all. I'd prefer an error instead of
this 'pseudo image' (and BTW it
Georg Baum wrote:
Abdelrazak Younes wrote:
Uwe Stöhr wrote:
There is a bug in LyX 1.5svn with Index entries, because this valid LyX
1.4.3 LaTeX-code:
(GIF, file extension {}``\texttt{.gif}'')\index{GIF|see{Image formats}},
{}``Portable Network Graphics'' (PNG, file extension
{}``\texttt{.png}
Uwe Stöhr wrote:
> I don't have a crash with or without my patch on Windows. But LaTeX
> gives me an error:
>
> Paragraph ended before [EMAIL PROTECTED] was complete.
>
> "I suspect you've forgotten a `}', causing me to apply this
> control sequence to too much text. How can we recover?
Abdelrazak Younes wrote:
> Uwe Stöhr wrote:
>> There is a bug in LyX 1.5svn with Index entries, because this valid LyX
>> 1.4.3 LaTeX-code:
>>
>> (GIF, file extension {}``\texttt{.gif}'')\index{GIF|see{Image formats}},
>> {}``Portable Network Graphics'' (PNG, file extension
>> {}``\texttt{.png}''
Edwin Leuven wrote:
Andreas Karlsson wrote:
It would be easier to return to Standard if one could just click on
the "Decrease depth" button and then if one is on the first level of
the Itemize/Enumerate/Description/List list, one is automatically
returned to Standard.
It would requre less wo
José Matos wrote:
> On Thursday 09 November 2006 12:26 pm, Georg Baum wrote:
>> Helge Hafting wrote:
>> > Wrong. Why in the world should they be "ascii" ???
>>
>> Because that is required by the LyX internals. For example, the layout
>> names are run through the gettext mechanism, and that requir
On Sat, Nov 11, 2006 at 11:57:50AM +0100, Georg Baum wrote:
> > I wonder whether a 'drawSymbol' function would not have been
> > better documentation...
>
> Yes, I thought about that. I did not do it, because you would need several
> ones (in mathed and frontend, and also for metrics), the code
On Sat, Nov 11, 2006 at 10:59:58AM +0100, [EMAIL PROTECTED] wrote:
> On Wed, 8 Nov 2006, Andre Poenitz wrote:
>
> > As in "can't run batch converters anymore just because someone views a
> > lyx file"?
>
> Shouldn't at least this one be easy if single instance v.s. multiple
> instances is contr
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
> "José" == José Matos <[EMAIL PROTECTED]> writes:
José> Hi all, I am thinking about starting the procedures leading to
José> the alpha release. I would like to ask now "what do you think it
José> needs to be done before rel
75 matches
Mail list logo