On Wed, Jun 09, 2004 at 01:38:33AM +0200, Lars Gullik Bj?nnes wrote:
> Ok, thanks. You didn't try the patch did you?
ah, you know me so well
john
John Levon <[EMAIL PROTECTED]> writes:
| On Tue, Jun 08, 2004 at 07:42:08PM +0200, Lars Gullik Bj?nnes wrote:
>
>> (Or do we now require automake > 1.7?) (what version of automake is in
>> RH9?)
>
| 1.6.3
Ok, thanks. You didn't try the patch did you?
--
Lgb
On Tue, Jun 08, 2004 at 07:42:08PM +0200, Lars Gullik Bj?nnes wrote:
> (Or do we now require automake > 1.7?) (what version of automake is in
> RH9?)
1.6.3
john
It would be nice if people could check that this works with automake
older than 1.8.3 and 1.7.8. I have tested those with distcheck.
(Or do we now require automake > 1.7?) (what version of automake is in
RH9?)
Index: Makefile.am
===
Bennett Helm <[EMAIL PROTECTED]> writes:
>> | +#ifdef Q_WS_MACX
>> | + menubar_(new QMenubar())
>>^
>>mistake here
>>
>> should be : menubar_(new QMenubar)
>
| Making this change still gives me the same error when compiling:
Oh, it wasn't supposed
On Jun 8, 2004, at 11:35 AM, Lars Gullik Bjønnes wrote:
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Index: src/frontends/qt2/QLMenubar.C
| ===
| RCS file:
/usr/local/lyx/cvsroot/lyx-devel/src/frontends/qt2/QLMenubar.C,v
| retri
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Index: src/frontends/qt2/QLMenubar.C
| ===
| RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/qt2/QLMenubar.C,v
| retrieving revision 1.8
| diff -u -p -r1.8 QLMenubar.C
| ---
This patch is supposed to fix the disappearing menus problem on
Qt/Mac. Bennett, could you tell me whether it helps you? I am not even
sure that it compiles for qt/mac, actually :)
It should be very transparent for qt/x11.
I guess I should use some scoped_ptr instead of handling my own
pointer, tho
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| This patch is supposed to fix the disappearing menus problem on
| Qt/Mac. Bennett, could you tell me whether it helps you? I am not even
| sure that it compiles for qt/mac, actually :)
>
| It should be very transparent for qt/x11.
>
| I guess I sh
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
>
| | I add a arg to awk: -v top_srcdir="$(top_srcdir)"
| | then I add a function:
| |function fixupfilename()
| |{
| |fna=FILENAME;
| |sub(top_srcdir "
This patch is supposed to fix the disappearing menus problem on
Qt/Mac. Bennett, could you tell me whether it helps you? I am not even
sure that it compiles for qt/mac, actually :)
It should be very transparent for qt/x11.
I guess I should use some scoped_ptr instead of handling my own
pointer,
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| I add a arg to awk: -v top_srcdir="$(top_srcdir)"
| then I add a function:
|function fixupfilename()
|{
|fna=FILENAME;
|sub(top_srcdir "/", ", fna);
|return fna;
|}
I changed
On Mon, Jun 07, 2004 at 10:32:27AM -0500, [EMAIL PROTECTED] wrote:
> On Sun, Jun 06, 2004 at 09:53:32PM +0200, Andre Poenitz wrote:
> > If you want to prevent spam, address your local legislators.
>
> Well, at least gmane does offer a good solution: encrypt the email addresses
> (but they stay fun
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
| Lars> The relative path from going from builddir to sourcedir, they
| Lars> must be removed when generating the filenames in the pots.
>
| But when I do
| cd ${srcdir} ; awk 'bl
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> The relative path from going from builddir to sourcedir, they
Lars> must be removed when generating the filenames in the pots.
But when I do
cd ${srcdir} ; awk 'blah' lib/ui/*.ui >foo.pot
there is nothing related to build di
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
| Lars> | Was it? What kind of differences? I really thought I took care
| Lars> of that.
>
| Lars> the file names ended up different.
>
| Basically, the approach was to do
| cd ${
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> | Was it? What kind of differences? I really thought I took care
Lars> of that.
Lars> the file names ended up different.
Basically, the approach was to do
cd ${srcdir} ; do_the_awk_dance
This seems much cleaner than the rem
Georg Baum wrote:
>> Angus> I fail to see why it would be a hinderance. lyx2lyx is
>> already Angus> distributed under the GPL.
>>
>> Angus> Anyway, I hereby announce that I am happy with the change of
>> Angus> licence of tex2lyx to the GPL. So that's one fewer
>> 'signature' Angus> you need to c
Hello,
is anybody working on a Qt version of LyX for the Win32 platform?
I tried to compile the LyX 1.3.4 sources with the latest cygwin
(includes g++ 3.3.1 and X11) but compilation failed due to unresolved
global constructor/destructor references during linking. (It seems to
be a compiler/linke
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
| Lars> Ah. you are using a build dir outside the source dir.
>
| Yes.
>
| Lars> Yes. it was not working. (the pot file was different depending
| Lars> on build dir != srcdir, and th
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>
| Jean-Marc> This patch adds code for LyX/Mac to find its locale files
| Jean-Marc> correctly and changes the default user directory from .lyx
| Jean-Marc> to ~/Library/Prefere
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Can I apply the patch?
The patch looks ok to me.
--
Lgb
Jean-Marc Lasgouttes wrote:
>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> I fail to see why it would be a hinderance. lyx2lyx is already
> Angus> distributed under the GPL.
>
> Angus> Anyway, I hereby announce that I am happy with the change of
> Angus> licence of tex2ly
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Ah. you are using a build dir outside the source dir.
Yes.
Lars> Yes. it was not working. (the pot file was different depending
Lars> on build dir != srcdir, and that is not good and makes "make
Lars> distcheck" fail.)
Was it
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| The following patch ensures that things like "List of Figures" gets
| translated correctly on screen (and in latex output in the case of
| algorithms).
>
| The awk code in po/Makefile.in.in could be made shorter if only I knew
| how to refer to th
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Jean-Marc> This patch adds code for LyX/Mac to find its locale files
Jean-Marc> correctly and changes the default user directory from .lyx
Jean-Marc> to ~/Library/Preferences/LyX (for Qt/Mac too).
Jean-Marc> Lars, this changes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> I have finished the move of the docs from the lyxdoc module to
Lars> lyx-devel.
Lars> I belive that everything is in order now, but if someone could
Lars> have a look and verify I'd be grateful.
Everything seems to work correc
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> I fail to see why it would be a hinderance. lyx2lyx is already
Angus> distributed under the GPL.
Angus> Anyway, I hereby announce that I am happy with the change of
Angus> licence of tex2lyx to the GPL. So that's one fewer 'signatu
> "Hartmut" == Hartmut Haase <[EMAIL PROTECTED]> writes:
Hartmut> If in src/frontends/xforms/FormPreferences.C between the
Hartmut> lines
[...]
Hartmut> the lyx colors in Tools->Preferences->Look & Feel->Colors get
Hartmut> sorted.
Shouldn't this be done in the controller? Then it would work
The following patch ensures that things like "List of Figures" gets
translated correctly on screen (and in latex output in the case of
algorithms).
The awk code in po/Makefile.in.in could be made shorter if only I knew
how to refer to the /regexp/ match.
The main caveat with this patch is that I
30 matches
Mail list logo