Are you interested in making the 1.4.3 source package compatible with
The binary package needs share/doc/Cygwin/lyx-1.4.3-1.README
and share/doc/lyx-1.4.3. The latter is different from what we have.
In the source package, I will also need scons-base.
I will prepare a shell script for the build
JMarc,
Are you interested in making the 1.4.3 source package compatible with
cygwin? I have been on the cygwin-package list for a while and it
seems that maintaining a cygwin package is not terribly difficult or
time consuming. Since 1.4.3 compiles and works well under cygwin, it
might be a good
On Fri, Aug 25, 2006 at 01:23:21PM -0500, Bo Peng wrote:
> > 2767regression configure.py's printouts are hidden
> >
> > Bo?
>
> I still do not quite get what is the problem. Under linux, there are
> configure.py printouts, under windows, there is no cmd are lyx is
> started. There is n
On Fri, Aug 25, 2006 at 01:42:45AM +, Luis Rivera wrote:
> Hello,
Hi Luis!
> I just want to report that CygLyX-QtX11 1.4.2 runs perfectly fine on
> Win98, save for the required xorg-x11-fscl package, overlooked by the
> Wiki page on Cygwin. Without this package the program displays blank
> s
On Fri, Aug 25, 2006 at 05:05:04PM +0200, Jean-Marc Lasgouttes wrote:
>
> We have come a long way towards 1.4.3, so now is the time to think
> about a release. I will be in vacation again next week, so the date
> should be some time at the beginning of September.
>
> Things that I expect to be do
Am Freitag, 25. August 2006 21:24 schrieb Georg Baum:
> Oops, I mixed this one with bug 2637. I simply forgot 2687. Here is the
> patch that goes in now. I'll prepare another one for 2637.
This is the backported patch, well tested. OK to go in?
Georg
Log:
Fix bug 2637
* src/graphics/Gr
Am Freitag, 25. August 2006 17:51 schrieb Jean-Marc Lasgouttes:
> >> 2687 fixedintrunk, regression LaTeX log file cannot be viewed if
> >> the path of the temp d...
> >>
> >> Georg, I thought this one was already in...
>
> Georg> No, I wanted to do that but then found out that the fix in
> Georg>
Dear Developers:
I have come across what might be a bug in LyX. I have attached a DVI
file containing all the information pertaining to the bug. I hope the
information I have provided is sufficient to help in investigating the
fault.
Thanks.
--
Ayaz Ahmed Khan
Then, gently touching my face, sh
2767regression configure.py's printouts are hidden
Bo?
I still do not quite get what is the problem. Under linux, there are
configure.py printouts, under windows, there is no cmd are lyx is
started. There is nothing different from previous versions.
Bo
Jean-Marc Lasgouttes wrote:
Thanks Angus, you are always here when I need you :)
:)
Bonnes vacances, Jean-Marc.
A.
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Jean-Marc Lasgouttes wrote:
>> We have come a long way towards 1.4.3, so now is the time to think
>> about a release. I will be in vacation again next week, so the date
>> should be some time at the beginning of September.
Angus> F
Jean-Marc Lasgouttes wrote:
We have come a long way towards 1.4.3, so now is the time to think
about a release. I will be in vacation again next week, so the date
should be some time at the beginning of September.
Following our established tradition, here is a more
grammatically-correct status
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
>> - the boost patch from Georg
Georg> already in.
Good.
>> - I think we should apply the patch stripcharset-2.diff below.
>> Comments?
Georg> Looks good. Are there problems with the current stripping?
Currently, we always strip the enco
Jean-Marc Lasgouttes wrote:
> We have come a long way towards 1.4.3, so now is the time to think
> about a release. I will be in vacation again next week, so the date
> should be some time at the beginning of September.
>
> Things that I expect to be done for 1.4.3:
>
> - the boost patch from Ge
We have come a long way towards 1.4.3, so now is the time to think
about a release. I will be in vacation again next week, so the date
should be some time at the beginning of September.
Things that I expect to be done for 1.4.3:
- the boost patch from Georg
- the inset dissolve patch. Juergen,
Jean-Marc Lasgouttes wrote:
>> "Georg" == Georg Baum
>> <[EMAIL PROTECTED]>
>> writes:
>
> Georg> After some testing I found out that the problem is in
> Georg> boost::bind. It goes away if I only update boost::bind (see
> Georg> attached patch, I took it from Lars' boost-1.34 branch)
Edwin Leuven wrote:
Abdelrazak Younes wrote:
Otherwise looks good except that you took the path of minimal effort
;-) No automatic slots, etc...
added some autoslots, other suggestions?
so many things to do, yet so little time
No problem I was just teasing you. You got me used to redesign
Abdelrazak Younes wrote:
Otherwise looks good except that you took the path of minimal effort ;-)
No automatic slots, etc...
added some autoslots, other suggestions?
so many things to do, yet so little time
will commit the attached...
Index: src/frontends/qt4/QFloatDialog.C
==
Edwin Leuven wrote:
Angus Leeming wrote:
Given that FloatPlacementUi derives from QWidget:
+ FloatPlacementUi
+
I don't think FloatPlacement needs to derive directly from QWidget:
-class FloatPlacement : public QWidget {
+class FloatPlacement : public QWidget, public Ui::FloatPlacementUi {
Angus Leeming wrote:
Edwin Leuven wrote:
the attached patch fp.diff
* implements the float widget as a .ui file
* renames from floatplacement.[Ch] -> FloatPlacement.[Ch]
compare.diff shows the differences between the two files
If you'd used svn rename I think this diff would have come for f
Angus Leeming wrote:
Given that FloatPlacementUi derives from QWidget:
+ FloatPlacementUi
+
I don't think FloatPlacement needs to derive directly from QWidget:
-class FloatPlacement : public QWidget {
+class FloatPlacement : public QWidget, public Ui::FloatPlacementUi {
that's what i thought
Edwin Leuven wrote:
the attached patch fp.diff
* implements the float widget as a .ui file
* renames from floatplacement.[Ch] -> FloatPlacement.[Ch]
compare.diff shows the differences between the two files
comments welcome
Given that FloatPlacementUi derives from QWidget:
+ FloatPlacementUi
the attached patch fp.diff
* implements the float widget as a .ui file
* renames from floatplacement.[Ch] -> FloatPlacement.[Ch]
compare.diff shows the differences between the two files
comments welcome
thanks, ed.
Index: src/frontends/qt4/QFloatDialog.C
=
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> After some testing I found out that the problem is in
Georg> boost::bind. It goes away if I only update boost::bind (see
Georg> attached patch, I took it from Lars' boost-1.34 branch)). I do
Georg> not know boost::bind well enough to f
Lars Gullik Bjønnes wrote:
> But we don't really support external boost... so perhaps I should
> remove the possibility of using that instead.
That would be a step backward, since the long term goal is to not include
boost. We can support external boost 1.34 in trunk without problems, and
this is
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Georg Baum <[EMAIL PROTECTED]> writes: | For trunk
Lars> I propose to update the included boost to 1.34cvs, since boost
Lars> is | in freeze and boost 1.34 will probably be released before
Lars> LyX 1.5.0. Lars | wanted to do th
> "Luis" == Luis Rivera <[EMAIL PROTECTED]> writes:
Luis> Hello, I don't know if a standalone console lyx2tex (maybe with
Luis> lyx2lyx) is too farfetched...
In the current state of things, I guess it would not be very easy, but
doable.
JMarc
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Michael Gerz wrote:
>> Hi,
>>
>> I have a few LFUN-related questions:
>>
>> * Is LFUN_ERROR_NEXT still needed or can we remove it?
Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2775
It would not be difficult to reimplement, but I
Georg Baum wrote:
Michael Gerz wrote:
Hi,
I have a few LFUN-related questions:
* Is LFUN_ERROR_NEXT still needed or can we remove it?
http://bugzilla.lyx.org/show_bug.cgi?id=2775
* Does anybody know why we have word-find-backward, word-find-forward,
and word-find (3 instead of 2 functio
Georg Baum <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
|
| > Georg Baum <[EMAIL PROTECTED]>
| > writes:
| >
| > | For trunk I propose to update the included boost to 1.34cvs, since boost
| > | is in freeze and boost 1.34 will probably be released before LyX 1.5.0.
| > | Lars wanted
30 matches
Mail list logo