On Sat, Aug 18, 2007 at 02:40:27PM -0400, Richard Heck wrote:
>
> This looks reasonable to me, though I haven't tested it. (I'm still
> obsessing over BibTeX stuff.)
>
> One suggestion: I think CharStyles should by default have an unobtrusive
> presentation, NOT with the label showing.
OK
The attached patch allows to ./configure --enable-monolithic-controllers
which will at compile time create a file 'lyxcontrollers.cpp' #including
all controller .cpp files. This will then be compiled in one go
_without_ using precompiled headers (they slow the process down in this
case)
On my ma
Hi,
Having been using 1.5.1-1 for a while now, I just uninstalled 1.5.0rc2.
I noticed that the uninstaller told MikTeX to remove some fonts (?)
that LyX apparently installed (including a chess font?). Hopefully I
won't need them.
Deleting LyX-installed fonts makes sense if you're removing
On Sat, Aug 18, 2007 at 09:47:29PM +0300, Martin Vermeer wrote:
> I would surprise me if very old python versions would
> still work correctly for LyX. configure.ac seems to require
> 2.3, which definitely has +=. (But not i++, which would be
> even better)
>
> So, shall I replace all i = i + 1 b
On Sat, 18 Aug 2007, Bo Peng wrote:
So, shall I replace all i = i + 1 by i += 1, and commit
my layout2layout? Do any objections come to mind?
Perhaps we should check with Bo. I'm sure he knows exactly what version
we require and what its capabilities are. So I'm adding him to the cc
list here.
On Sat, Aug 18, 2007 at 11:12:57PM +0300, Dov Feldstern wrote:
>
>
> Hi!
>
> I know this sounds more like a question for the users' list, but anyhow ;) :
>
> How do you start using CharStyles? I don't see it anywhere in the menus, and
> when I try "charstyle-insert" from the minibuffer I g
> > So, shall I replace all i = i + 1 by i += 1, and commit
> > my layout2layout? Do any objections come to mind?
> >
> Perhaps we should check with Bo. I'm sure he knows exactly what version
> we require and what its capabilities are. So I'm adding him to the cc
> list here.
Lyx requires python 2
Hi!
I know this sounds more like a question for the users' list, but anyhow ;) :
How do you start using CharStyles? I don't see it anywhere in the menus,
and when I try "charstyle-insert" from the minibuffer I get "command
disabled"... Do I have to create styles, or are there some provided wit
Martin Vermeer wrote:
I would surprise me if very old python versions would
still work correctly for LyX. configure.ac seems to require
2.3, which definitely has +=. (But not i++, which would be
even better)
So, shall I replace all i = i + 1 by i += 1, and commit
my layout2layout? Do any objec
On Sat, Aug 18, 2007 at 12:19:20PM +0200, Andre Poenitz wrote:
> On Sat, Aug 18, 2007 at 03:37:22AM -0400, Richard Heck wrote:
> > Martin Vermeer wrote:
> > >On Sat, Aug 18, 2007 at 01:27:57AM -0400, Richard Heck wrote:
> > >
> > >> Martin Vermeer wrote:
> > >>
> > >>>Attached my attempt. I a
This looks reasonable to me, though I haven't tested it. (I'm still
obsessing over BibTeX stuff.)
One suggestion: I think CharStyles should by default have an unobtrusive
presentation, NOT with the label showing. The default presentation now
(or previously?) gets particularly ugly if you try
Abdelrazak Younes wrote:
These are not from trunk but on Tomaso's advanced search work. You
should either revert your tree or update Tomaso's patch ;-)
strangely the revert window in tortoisesvn was empty, but the files were
trailing in the tree (and then cmake's globbing bit me in the bum)
On Sat, Aug 18, 2007 at 12:09:18PM -0400, Richard Heck wrote:
> Martin Vermeer wrote:
> > Steady progress, see patch.
> >
> I tried but failed.
>
> rh
Here is the full, final patch of all parts.
- Martin
Index: development/FORMAT
On Sat, Aug 18, 2007 at 12:09:18PM -0400, Richard Heck wrote:
> Martin Vermeer wrote:
> > Steady progress, see patch.
> >
> I tried but failed.
>
> rh
>
Ok, let's try again ;-/
("must have been good-looking cause he's so hard to see")
- Martin
Index: InsetCharStyle.h
==
Abdelrazak Younes wrote:
Richard Heck wrote:
Attached is an updated patch. It's long, to be sure, but not really
that complicated. A lot of it is really code re-organization that was
made possible (and necessary) by the fact that we now have
full-fledged classes where once there was just a col
Martin Vermeer wrote:
Steady progress, see patch.
I tried but failed.
rh
--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Andre Poenitz wrote:
> Okokok ;-)
:-)
A/
On Sat, Aug 18, 2007 at 05:05:07PM +0200, Edwin Leuven wrote:
> Edwin Leuven wrote:
> >but i get the messages below, someone got a clue what is going on here?
>
> great to go out for a stroll and find stuff fixed on my return.
>
> i still get this though:
>
> 1>c:\lyx\trunk\src\frontends\qt4\Sea
Edwin Leuven wrote:
Edwin Leuven wrote:
but i get the messages below, someone got a clue what is going on here?
great to go out for a stroll and find stuff fixed on my return.
i still get this though:
These are not from trunk but on Tomaso's advanced search work. You
should either revert y
Edwin Leuven wrote:
but i get the messages below, someone got a clue what is going on here?
great to go out for a stroll and find stuff fixed on my return.
i still get this though:
1>c:\lyx\trunk\src\frontends\qt4\SearchAdv.h(17) : fatal error C1083:
Cannot open include file: 'ui/SearchAdvUi
On Sat, Aug 18, 2007 at 04:12:36PM +0200, Alfredo Braunstein wrote:
> Andre Poenitz wrote:
>
> > On Sat, Aug 18, 2007 at 12:54:56PM +0200, Alfredo Braunstein wrote:
> >> Abdelrazak Younes wrote:
> >>
> >> > Alfredo Braunstein wrote:
> >> >> This the same concept as the previous post for CursorSli
On Sat, Aug 18, 2007 at 04:02:23PM +0200, Peter Kümmel wrote:
> In Modules/Platforms/UnixPaths.cmake I found this:
>
> SET(CMAKE_SYSTEM_PROGRAM_PATH ${CMAKE_SYSTEM_PROGRAM_PATH}
> /bin /usr/bin /usr/local/bin /usr/pkg/bin /sbin
> )
>
> Maybe it helps to set CMAKE_SYSTEM_PROGRAM_PATH when call
Alfredo Braunstein wrote:
Abdelrazak Younes wrote:
I actually like this behavior. Why having a scrollbar if there is no
need for it?
Exactly, but then the scrollbar pops up even if it is useless. ;-)
Year, that's the real bug :-)
Abdel.
Andre Poenitz wrote:
> On Sat, Aug 18, 2007 at 12:54:56PM +0200, Alfredo Braunstein wrote:
>> Abdelrazak Younes wrote:
>>
>> > Alfredo Braunstein wrote:
>> >> This the same concept as the previous post for CursorSlices.
>> >
>> > I personally agree with the two patches.
>>
>> Thanks! I'll apply
Andre Poenitz wrote:
On Sat, Aug 18, 2007 at 02:45:52PM +0200, Peter Kümmel wrote:
Abdelrazak Younes wrote:
Edwin Leuven wrote:
i am trying to compile lyx (cmake, msvc), but run into trouble.
i don't do anything fancy (or different from before the summer) just
run cmake in the standard way a
On Sat, Aug 18, 2007 at 12:54:56PM +0200, Alfredo Braunstein wrote:
> Abdelrazak Younes wrote:
>
> > Alfredo Braunstein wrote:
> >> This the same concept as the previous post for CursorSlices.
> >
> > I personally agree with the two patches.
>
> Thanks! I'll apply on monday if there are no objec
Abdelrazak Younes wrote:
> I actually like this behavior. Why having a scrollbar if there is no
> need for it?
Exactly, but then the scrollbar pops up even if it is useless. ;-)
A/
On Sat, Aug 18, 2007 at 02:45:52PM +0200, Peter Kümmel wrote:
> Abdelrazak Younes wrote:
> >Edwin Leuven wrote:
> >>i am trying to compile lyx (cmake, msvc), but run into trouble.
> >>
> >>i don't do anything fancy (or different from before the summer) just
> >>run cmake in the standard way and po
On Sat, Aug 18, 2007 at 03:09:30PM +0300, Martin Vermeer wrote:
> Steady progress, see patch.
>
> This would require a version bump in order to do properly:
> getting rid of InsetCharStyle's draw_label and use
> Collapsable's status_ for this purpose.
>
> I'll do this and commit later today if no
Alfredo Braunstein wrote:
Abdelrazak Younes wrote:
Alfredo Braunstein wrote:
Abdelrazak Younes wrote:
Here is a patch with this fix against latest trunk.
Abdel.
+ void LyXView::setBuffer(Buffer * newBuffer)
shouldn't this be called something like addBuffer ?
It's between the two notions.
Abdelrazak Younes wrote:
> Alfredo Braunstein wrote:
>> Abdelrazak Younes wrote:
>>
>>> Here is a patch with this fix against latest trunk.
>>>
>>> Abdel.
>>
>> + void LyXView::setBuffer(Buffer * newBuffer)
>>
>> shouldn't this be called something like addBuffer ?
>
> It's between the two noti
Alfredo Braunstein wrote:
[EMAIL PROTECTED] wrote:
+ Font * layoutfont;
if (pos < body_pos)
- layoutfont = lout->labelfont;
+ layoutfont = &lout->labelfont;
else
- layoutfont = lout->font;
+ layoutfont = &lout->font;
Font font = get
[EMAIL PROTECTED] wrote:
> + Font * layoutfont;
> if (pos < body_pos)
> - layoutfont = lout->labelfont;
> + layoutfont = &lout->labelfont;
> else
> - layoutfont = lout->font;
> + layoutfont = &lout->font;
>
> Font font = getFontSetting
Peter Kümmel wrote:
Abdelrazak Younes wrote:
Edwin Leuven wrote:
i am trying to compile lyx (cmake, msvc), but run into trouble.
i don't do anything fancy (or different from before the summer) just
run cmake in the standard way and point it to the gnuwin32 dir.
but i get the messages below,
Peter Kümmel wrote:
Abdelrazak Younes wrote:
Edwin Leuven wrote:
i am trying to compile lyx (cmake, msvc), but run into trouble.
i don't do anything fancy (or different from before the summer) just
run cmake in the standard way and point it to the gnuwin32 dir.
but i get the messages below,
Abdelrazak Younes wrote:
Edwin Leuven wrote:
i am trying to compile lyx (cmake, msvc), but run into trouble.
i don't do anything fancy (or different from before the summer) just
run cmake in the standard way and point it to the gnuwin32 dir.
but i get the messages below, someone got a clue w
Abdelrazak Younes wrote:
Edwin Leuven wrote:
i am trying to compile lyx (cmake, msvc), but run into trouble.
i don't do anything fancy (or different from before the summer) just
run cmake in the standard way and point it to the gnuwin32 dir.
but i get the messages below, someone got a clue w
I assume a pch problem; try it again with the command line option -Dmerge=1.
But there was a problem with version.cpp which is fixed now.
You could also build without the IDE: devenv lyx-qt4.sln /build Release
Now there is a simple batch file to rebuild a release version:
call it from a build f
Edwin Leuven wrote:
i am trying to compile lyx (cmake, msvc), but run into trouble.
i don't do anything fancy (or different from before the summer) just run
cmake in the standard way and point it to the gnuwin32 dir.
but i get the messages below, someone got a clue what is going on here?
tha
Steady progress, see patch.
This would require a version bump in order to do properly:
getting rid of InsetCharStyle's draw_label and use
Collapsable's status_ for this purpose.
I'll do this and commit later today if nobody objects
(yes, everything still works ;-)
- Martin
On Fri, Aug 17, 2007 at 09:28:44AM +0200, Jean-Marc Lasgouttes wrote:
>
> Err, this is not exactly what I wrote, is it?
>
> > InsetLayout const & TextClass::insetlayout(docstring const & name) const
> > {
> > - return insetlayoutlist_[name];
> > + docstring n = name;
> > + while (!n.emp
Alfredo Braunstein wrote:
Abdelrazak Younes wrote:
Here is a patch with this fix against latest trunk.
Abdel.
+ void LyXView::setBuffer(Buffer * newBuffer)
shouldn't this be called something like addBuffer ?
It's between the two notions. It will indeed add a WorkArea if it does
not curre
Abdelrazak Younes wrote:
> Here is a patch with this fix against latest trunk.
>
> Abdel.
+ void LyXView::setBuffer(Buffer * newBuffer)
shouldn't this be called something like addBuffer ?
A/
i am trying to compile lyx (cmake, msvc), but run into trouble.
i don't do anything fancy (or different from before the summer) just run
cmake in the standard way and point it to the gnuwin32 dir.
but i get the messages below, someone got a clue what is going on here?
thanks!
ed.
2>-- B
Abdelrazak Younes wrote:
> Alfredo Braunstein wrote:
>> This the same concept as the previous post for CursorSlices.
>
> I personally agree with the two patches.
Thanks! I'll apply on monday if there are no objections.
btw, we should implement good const semantics for CursorSlice, DocIterator
a
I guess, dynamic should be default on Linux, and static only default on
Mac and Windows, but this way it compiles at least out-of-the-box.
Andre'
Index: configure.ac
===
--- configure.ac(revision 19626)
+++ configure.ac
Alfredo Braunstein wrote:
> // suppose we want the function to avoid touching the data
> void somefun(CursorSlice const & a)
> {
> CursorSlice & b = a;
Sorry, should be
CursorSlice b = a;
:-)
> b.paragraph().erase();
> ...
> }
A/
Alfredo Braunstein wrote:
This the same concept as the previous post for CursorSlices.
I personally agree with the two patches.
Abdel.
Alfredo Braunstein wrote:
Abdelrazak Younes wrote:
Abdelrazak Younes wrote:
Abdelrazak Younes wrote:
Here is my most recent patch. What is not working yet:
Btw, very nice design description. I think it is very useful.
Thanks. Don't hesitate to complement/modify it once it is in trunk.
Ab
On Sat, Aug 18, 2007 at 03:37:22AM -0400, Richard Heck wrote:
> Martin Vermeer wrote:
> >On Sat, Aug 18, 2007 at 01:27:57AM -0400, Richard Heck wrote:
> >
> >> Martin Vermeer wrote:
> >>
> >>>Attached my attempt. I am a complete amateur with python
> >>>and work with layout2layout also for th
On Fri, Aug 17, 2007 at 09:41:08PM +0100, José Matos wrote:
> On Thursday 09 August 2007 14:00:04 Georg Baum wrote:
> > [EMAIL PROTECTED] wrote:
> > > Author: baum
> > > Date: Thu Aug 9 14:47:06 2007
> > > New Revision: 19373
> > >
> > > URL: http://www.lyx.org/trac/changeset/19373
> > > Log:
> >
Richard Heck wrote:
Attached is an updated patch. It's long, to be sure, but not really that
complicated. A lot of it is really code re-organization that was made
possible (and necessary) by the fact that we now have full-fledged
classes where once there was just a collection of functions. So
Abdelrazak Younes wrote:
> Abdelrazak Younes wrote:
>> Abdelrazak Younes wrote:
>>> Here is my most recent patch. What is not working yet:
Btw, very nice design description. I think it is very useful.
>>> - the close tab button: it is implemented but does not show up.
>>> - the splash screen: it
Martin Vermeer wrote:
On Sat, Aug 18, 2007 at 01:27:57AM -0400, Richard Heck wrote:
Martin Vermeer wrote:
Attached my attempt. I am a complete amateur with python
and work with layout2layout also for the first time, so...
does this make sense? FWIW it works.
Well, I don't kn
54 matches
Mail list logo