Currently, EmbeddedFiles stores a list of ParConstIterator that can be
used to locate the inset's paragraph. This has a number of problems:
1. I can only move the cursor to the beginning of the paragraph, not
where the inset is.
2. Such ParConstIterator need to be updated along with
structureChan
I haven't tested, but I know you'll need to add a do-nothing reversion
as well. And the format number went to 283 earlier, so:
Index: lib/lyx2lyx/lyx_1_6.py
===
[279, [long_charstyle_names]],
[280, [axe_show_l
Second iteration of the floatflt->wrapfig transition patch,
for lyx-1.6 only due to the format change.
The format is now increased from 282 to 283, because the
exported latex is different.
I hope someone can have a look at the lyx2lyx stuff, as I don't
know that part very well. I tried to add
> It's fixing time. The earthquake is over,
Great! I just sent a message asking this...
Bo
> There have been several update() methods in the different layers
> of the GUII machinery. I had to rename some when merging classes,
> and even if these changes were rather mechanical it's rather likely
> that something went wrong somewhere.
So is there any planned big changes?
Bo
> > > Moving with
> > > arrow keys (also typing) can suddently
> >
> > How sudden? Can't you derive a test case from it?
>
> I can not reproduce it reliably. I am still trying.
it seems i was able to catch another way how to reproduce the bug 4045.
1. launch lyx, new doc
2. launch firefox/openoff
On Fri, Sep 07, 2007 at 06:34:46PM -0400, Richard Heck wrote:
>
> Andre (I suppose),
>
> What's the state of src/frontends/ now? Safe to commit, or shall we
> continue holding off? The last bit of the modules stuff is the
> frontend
It's fixing time. The earthquake is over, but a few things
On Fri, Sep 07, 2007 at 10:37:33PM +0200, Tommaso Cucinotta wrote:
> Hi all,
>
> when compiling with --enable-shared (that would seem a good
> switch to enable at a first glance), linking fails due to a double
> inclusion of Dialog.o. Details follow (version from SVN).
Thanks, fixed.
Andre'
On Sat, Sep 08, 2007 at 06:05:28PM +0200, Abdelrazak Younes wrote:
> It seems that Dialog::update() and by consequence Dialog::updateView()
> are never called...
>
> Is it something known or shall I investigate?
Would be nice if you did.
There have been several update() methods in the different
> The issue of using some kind of distributed version control has come up
> a few times in the past few weeks. I've finally decided to start playing
> around with this a bit. I decided to create an experimental mercurial
> (http://www.selenic.com/mercurial/wiki/) repository.
to make things easi
On Sat, Sep 08, 2007 at 05:39:51PM -, [EMAIL PROTECTED] wrote:
> Author: forenr
> Date: Sat Sep 8 19:39:50 2007
> New Revision: 20149
>
> URL: http://www.lyx.org/trac/changeset/20149
> Log:
> Better looking icon for emphasis.
>
> Modified:
> lyx-devel/trunk/lib/images/font-emph.png
Att
On Sat, Sep 08, 2007 at 10:36:51AM +0200, Jürgen Spitzmüller wrote:
> Enrico Forestieri wrote:
> > Jürgen, Ok for branch, too?
>
> Yes, OK.
Applied.
--
Enrico
Richard Heck wrote:
> > Use Old Style Figures
> >
>
> Old style figures are numerals, like "3", that descend below the
> baseline.
The German term is "Mediävalziffern".
Jürgen
On Fri, Sep 07, 2007 at 06:03:00PM +1000, Darren Freeman wrote:
> On Thu, 2007-09-06 at 20:32 +0200, Andre Poenitz wrote:
> > ccache is dead easy.
> >
> > As root
> >
> > ln -s /usr/local/bin/gcc /usr/bin/ccache
> > ln -s /usr/local/bin/g++ /usr/bin/ccache
>
> Oh god no! You'll (try to) overw
On Fri, Sep 07, 2007 at 10:01:48AM +0200, Jean-Marc Lasgouttes wrote:
> Enrico Forestieri <[EMAIL PROTECTED]> writes:
>
> > Here are the patches for trunk and branch. Those with Qt 4.1, on *nix
> > should register the fonts with fontconfig by themselves (or use the
> > xft-fonts package), on windo
This is a very simple patch made possible by the recent changes to how
TextClasses are handled. It introduces a layout-reload LFUN that forces
the current layout to be reloaded and re-read from disk. I don't propose
to put this into the GUI. It's something that will be needed only by
people w
Abdelrazak Younes wrote:
It seems that Dialog::update() and by consequence Dialog::updateView()
are never called...
Is it something known or shall I investigate?
It's been reported that OK buttons are not functioning. That presumably
has to do with Andre's cleanup. I've also noticed that Inser
It seems that Dialog::update() and by consequence Dialog::updateView()
are never called...
Is it something known or shall I investigate?
Abdel.
> > Maybe POTFILES.in is needed after all?
>
> Scons automatically generates POTFILES. I guess autoconf people need
> to do something like 'make updatepo' before 'make'.
no, this doesnt work; configure wont create any makefile inside po directory.
adding POTFILES.in helps. if this does not break
On Sat, Sep 08, 2007 at 12:02:41PM +0100, José Matos wrote:
> On Saturday 08 September 2007 11:43:12 Martin Vermeer wrote:
> > Here's the patch. An entry to FORMAT is still coming.
> > The new format will be 283.
> >
> > Can I go ahead with this? The actual work has been in,
> > this just seals it.
On Saturday 08 September 2007 11:43:12 Martin Vermeer wrote:
> Here's the patch. An entry to FORMAT is still coming.
> The new format will be 283.
>
> Can I go ahead with this? The actual work has been in,
> this just seals it.
Yes.
> Hmmm, should look at the documentation.
>
> - Martin
--
Jo
Here's the patch. An entry to FORMAT is still coming.
The new format will be 283.
Can I go ahead with this? The actual work has been in,
this just seals it.
Hmmm, should look at the documentation.
- Martin
Index: src/Buffer.cpp
===
On Sat, Sep 08, 2007 at 10:34:21AM +0200, Jean-Marc Lasgouttes wrote:
> Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> > It turns out to be possible to exter in the minibuffer
> > a command: flex-insert Note:Comment, which will enter a
> > flex inset under the name Note:Comment, which looks,
> > f
Jean-Marc Lasgouttes wrote:
Am I the only one who cannot use the OK button in things like
Insert>Graphics? It is kind of counterproductive.
same behavior here. some problem with the button controller i guess...
Jean-Marc Lasgouttes wrote:
> Is it related to one of the 'slowness' bugs that we have?
Probably yes. I couldn't really test until now, since a had urgent work to do.
> This is very unfortunate...
Indeed.
Jürgen
Enrico Forestieri wrote:
> Jürgen, Ok for branch, too?
Yes, OK.
Jürgen
Martin Vermeer <[EMAIL PROTECTED]> writes:
> It turns out to be possible to exter in the minibuffer
> a command: flex-insert Note:Comment, which will enter a
> flex inset under the name Note:Comment, which looks,
> feels and probably behaves like the real thing... only,
> it's a flex inset.
Is th
Richard Heck <[EMAIL PROTECTED]> writes:
> Andre (I suppose),
>
> What's the state of src/frontends/ now? Safe to commit, or shall we
> continue holding off? The last bit of the modules stuff is the
> frontend
Am I the only one who cannot use the OK button in things like
Insert>Graphics? It i
It turns out to be possible to exter in the minibuffer
a command: flex-insert Note:Comment, which will enter a
flex inset under the name Note:Comment, which looks,
feels and probably behaves like the real thing... only,
it's a flex inset.
I don't think we want this. The attached blocks it.
Will c
29 matches
Mail list logo