Re: Tiny patch of InsetParamsDialog and question ButtonController

2012-06-03 Thread Abdelrazak Younes
On 03/06/2012 00:01, Hans-Dieter Hiep wrote: Is there a reason the InsetParamsDialog doesn't use the ButtonController, i.e. by inheriting from GuiDialog? Most of InsetParamsDialog's implementation is a duplicate of ButtonController's implementation. As such, both InsetParamsDialog and ButtonContr

Tiny patch of InsetParamsDialog and question ButtonController

2012-06-02 Thread Hans-Dieter Hiep
Hello there, My name is Hans and I am a user of LyX. I would like to contribute to the project. As I have some experience with C++ and Object Orientated programming, the first thing I did was looking at an existing bug, which was a GUI Dialog synchronization bug, http://www.lyx.org/trac/ticket/81

Re: Tiny patch to autogen.sh

2002-07-08 Thread Jean-Marc Lasgouttes
> "adrien" == adrien rebollo <[EMAIL PROTECTED]> writes: adrien> Time to wake up... Here it is. Applied. Thanks. JMarc

Re: Tiny patch to autogen.sh

2002-07-08 Thread adrien . rebollo
On Mon, Jul 08, 2002 at 01:34:11PM +0200, Jean-Marc Lasgouttes wrote: > > "adrien" == adrien rebollo <[EMAIL PROTECTED]> writes: > > adrien> Hello, I am having fun installing two different versions of > adrien> autoconf at the same time, and I noticed a small incoherence > adrien> in autogen.

Re: Tiny patch to autogen.sh

2002-07-08 Thread Jean-Marc Lasgouttes
> "adrien" == adrien rebollo <[EMAIL PROTECTED]> writes: adrien> Hello, I am having fun installing two different versions of adrien> autoconf at the same time, and I noticed a small incoherence adrien> in autogen.sh It should test if aclocal and autoheader are adrien> present using the variab

Tiny patch to autogen.sh

2002-07-07 Thread adrien . rebollo
Hello, I am having fun installing two different versions of autoconf at the same time, and I noticed a small incoherence in autogen.sh It should test if aclocal and autoheader are present using the variable, the same way we do with autoconf and automake. I attach a patch. Adrien Rebollo --

Re: [tiny-PATCH] fix GNOME includes in configure.in

2002-01-13 Thread Jean-Marc Lasgouttes
> I've got some fairly big changes for the gnome frontend coming soon, > but for now this change will do. > > I've attached the full patch, including ChangeLog Thanks, applied. BTW, could you check whether it is really necessary to add all those gnome checks _before_ we select compiler in conf

Re: [tiny-PATCH] fix GNOME includes in configure.in

2002-01-12 Thread Michael Koziarski
On Sat, Jan 12, 2002 at 09:27:30PM +1000 or thereabouts, Allan Rae wrote: > > This looks reasonable. It should still work with gnome-libs-1.2.x. > > Do you want me to apply it or do you have some other work to add that > will include a ChangeLog? > I've got some fairly big changes for the gno

Re: [tiny-PATCH] fix GNOME includes in configure.in

2002-01-12 Thread Allan Rae
This looks reasonable. It should still work with gnome-libs-1.2.x. Do you want me to apply it or do you have some other work to add that will include a ChangeLog? BTW, sorry to keep you waiting for a response I've been wrestling with the very alpha python-howto.layout. Allan.

Re: [tiny-PATCH] fix GNOME includes in configure.in

2002-01-12 Thread Michael Koziarski
On Sat, Jan 12, 2002 at 07:46:01PM +1000 or thereabouts, Allan Rae wrote: > On Sat, 12 Jan 2002, Michael Koziarski wrote: > > > Any problems with it? > > You forgot to attach it. > > Allan. (ARRae) Som may consider that a problem :) -- =

[tiny-PATCH] fix GNOME includes in configure.in

2002-01-12 Thread Michael Koziarski
Hey guys, in preparation for the GNOME 2 beta releases, redhat's rawhide has moved the gnome / gtk / libxml / libglade into their own subdirectories off /usr/include (i.e /usr/include/libglade-1.0). This broke the compilation on my rawhide PC here at home. The tiny attached patch fixes it. I'm

Re: Bug list - Update [tiny PATCH]

2001-11-26 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > > "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> > > writes: > > Juergen> Yes, there are! The shortcuts "C-s" and "M-F" for forwards > Juergen> search and "C-r" or "M-B" for bachwards search. AFAIK the > Juergen> only way to make them visible to the use

Re: Bug list - Update [tiny PATCH]

2001-11-26 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Yes, there are! The shortcuts "C-s" and "M-F" for forwards Juergen> search and "C-r" or "M-B" for bachwards search. AFAIK the Juergen> only way to make them visible to the user is to add some text Juergen> to the buttons

Re: Bug list - Update [tiny PATCH]

2001-11-25 Thread Juergen Spitzmueller
Michael Schmitt wrote: - In the "open" dialog, "Documents" and "Examples" do not have shortcuts; As I already said, they have the shortcuts M-1 and M-2. I will eventually have a look if I can set additional shortcuts for this buttons in their different contexts. - in "find & replace", no shor

Re: tiny patch

2000-10-10 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Note that I removed a couple of lines from the ChangeLog Angus> because they were never applied! I applied that. JMarc

Re: tiny patch

2000-10-10 Thread Jean-Marc Lasgouttes
>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> The following tiny patch allows CVS to compile on my box. A. I thought I already commited that to cvs... JMarc

tiny patch

2000-10-10 Thread Angus Leeming
The following tiny patch allows CVS to compile on my box. A. Note that I removed a couple of lines from the ChangeLog because they were never applied! Index: ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/ChangeLog,v

RE: tiny patch

2000-07-05 Thread Juergen Vigna
> using std::ostream; > +using std::endl; > > InsetCollapsable::InsetCollapsable() > : UpdatableInset() Applied! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Italienallee 13/N Tel/Fax:

Re: tiny patch

2000-07-05 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> The following trivial patch allows compilation of current CVS Angus> with DEC compilers A. It is already in my tree. I will submit that soon. JMarc

tiny patch

2000-07-05 Thread Angus Leeming
The following trivial patch allows compilation of current CVS with DEC compilers A. Index: insetcollapsable.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insetcollapsable.C,v retrieving revision 1.24 diff -u -r1.24 inse

Re: Tiny patch

2000-07-03 Thread Jose Abilio Oliveira Matos
On Mon, Jul 03, 2000 at 11:45:06AM +0100, Angus Leeming wrote: > This tiny patch allows current CVS to be compiled with dec CXX. > Angus My fault. Thanks, applied... -- José

Tiny patch

2000-07-03 Thread Angus Leeming
This tiny patch allows current CVS to be compiled with dec CXX. Angus Index: src/LaTeXFeatures.h === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/LaTeXFeatures.h,v retrieving revision 1.16 diff -u -r1.16 LaTeXFeatures.h --- src

Re: Tiny patch

2000-05-31 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 31-May-2000 Andre Poenitz wrote: | > | > I wonder whether the patch submission policy could be changed to | > "send plain text to the list if the patch is small (say <200 lines), | > put the patch on a ftp- or webserver if it is large and you have

Re: Tiny patch

2000-05-31 Thread Juergen Vigna
On 31-May-2000 Andre Poenitz wrote: > > I wonder whether the patch submission policy could be changed to > "send plain text to the list if the patch is small (say <200 lines), > put the patch on a ftp- or webserver if it is large and you have access > to one, send it as a zipped attachment to t

RE: Tiny patch

2000-05-31 Thread Juergen Vigna
On 30-May-2000 Dekel Tsur wrote: > Is in! Jürgen -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna E-Mail: [EMAIL PROTECTED] Italienallee 13/N Tel:+39-0471-450260 I-39100 Bozen Fax:

Re: Tiny patch

2000-05-31 Thread Andre Poenitz
I wonder whether the patch submission policy could be changed to "send plain text to the list if the patch is small (say <200 lines), put the patch on a ftp- or webserver if it is large and you have access to one, send it as a zipped attachment to the list in the remaining case" It is always a

Tiny patch

2000-05-30 Thread Dekel Tsur
patch.gz

Tiny patch for DEC cxx

2000-04-14 Thread Angus Leeming
This patch allows compilation of lyx-1.1.4fix3 on a DEC Alpha running Tru64 Unix 4.0e with cxx. Angus aleem@pneumon:aleem->cxx -V DIGITAL C++ V6.1-029 on DIGITAL UNIX V4.0 (Rev. 1091) *** lyx_main.C~ Tue Jan 25 17:21:47 2000 --- lyx_main.C Fri Apr 14 16:04:28 2000 *** *** 574,580 *

Re: tiny patch 2

2000-04-13 Thread Angus Leeming
JMarc> It is not there in the rae branch, since xtl uses both. Lars > ok, rae branch... Lars > could it be that the linker (+++) does not handle exceptions right? N! (Angus falling over cliff --- please help!) I'm trying to compile the HEAD branch. Lars> Where is the -fno-exceptions -f

Re: tiny patch 2

2000-04-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Where is the -fno-exceptions -fno-rtti? | | It is not there in the rae branch, since xtl uses both. ok, rae branch... could it be that the linker (+++) does not handle

Re: tiny patch 2

2000-04-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Granted. Unfortunately, I can compile kbiff without problems. Angus> No kde code is truly small (all those libraries!) but this is Angus> as small as they get. So it should work. Angus> LyX appears to be invoking code in libgcc.a

Re: tiny patch 2

2000-04-13 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Where is the -fno-exceptions -fno-rtti? It is not there in the rae branch, since xtl uses both. JMarc

Re: tiny patch 2

2000-04-13 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Angus> Incidentally, (temporarily) commenting it out in this file | Angus> (specs) did not remove my multiply defined problem. Any ideas | Angus> who I should contact? | | JMarc> Try first to compile a simple C or C++ program. It is better to ask | JMa

Re: tiny patch 2

2000-04-13 Thread Angus Leeming
Angus> Incidentally, (temporarily) commenting it out in this file Angus> (specs) did not remove my multiply defined problem. Any ideas Angus> who I should contact? JMarc> Try first to compile a simple C or C++ program. It is better to ask JMarc> for help with a small example when possible. Grant

Re: tiny patch 2

2000-04-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> This comes from the file Angus> /usr/local/GNU/lib/gcc-lib/alphaev5-dec-osf4.0e/2.95.2/specs: Angus> *startfile: Angus> %{!shared:%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}} I have the same on my gcc 2.95.2 install. Angu

Re: tiny patch 2

2000-04-13 Thread Angus Leeming
Angus> I've just tried to compile yesterday's CVS with a brand-new Angus> gcc-2.95.2*. Everything woks well up to the link stage where Angus> things fall over with "multiply defined". Here's what's sent to Angus> collect2: Angus> /usr/local/GNU/lib/gcc-lib/alphaev5-dec-osf4.0e/2.95.2/collect2 Ang

Re: tiny patch 2

2000-04-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I've just tried to compile yesterday's CVS with a brand-new Angus> gcc-2.95.2*. Everything woks well up to the link stage where Angus> things fall over with "multiply defined". Here's what's sent to Angus> collect2: Angus> /usr/lo

Re: tiny patch 2

2000-04-13 Thread Angus Leeming
Angus> Compilation falls over on my machine in font.C (recent CVS). Angus> Fixed by the following tiny patch. Angus Angus> *** font.C Fri Apr 7 11:51:12 2000 --- font.C~ Fri Apr 7 Angus> 10:22:37 2000 *** *** 3,9 Angus> #include "font.h" Angus> #i

Re: tiny patch 2

2000-04-11 Thread Jean-Marc Lasgouttes
>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Compilation falls over on my machine in font.C (recent CVS). Angus> Fixed by the following tiny patch. Angus Angus> *** font.C Fri Apr 7 11:51:12 2000 --- font.C~ Fri Apr 7 Angu

Re: tiny patch

2000-04-11 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> compilation fails on a recent CVS in insetlatexaccent.C: Angus> implicit declaration of int printf() Applied. JMarc

Re: tiny patch

2000-04-07 Thread Angus Leeming
On Fri, 07 Apr 2000, you wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | compilation fails on a recent CVS in insetlatexaccent.C: | | implicit declaration of int printf() | | The following patch fixes the problem. Lars> reversed patch? Maybe. Get rid of printf() and all is well. Angus

Re: tiny patch

2000-04-07 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | compilation fails on a recent CVS in insetlatexaccent.C: | | implicit declaration of int printf() | | The following patch fixes the problem. reversed patch? Lgb

Re: tiny patch 2

2000-04-07 Thread Jose Abilio Oliveira Matos
On Fri, Apr 07, 2000 at 02:44:45PM +0100, Angus Leeming wrote: > The CVS version is a few days old. How do I establish > exactly which? Look for the first entry in Changelog (there you have the date) > Angus > -- José

Re: tiny patch 2

2000-04-07 Thread Angus Leeming
Angus> #include "font.h" #include "FontLoader.h" #include "lyxrc.h" - Angus> #include "support/lstrings.h" JMarc> What error do you get? I do not understand why removing this JMarc> line helps... Angus> I don't know why it says "-". Must have diffed the files in the Angus> wrong order. Read it

Re: tiny patch 2

2000-04-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> #include "font.h" #include "FontLoader.h" #include "lyxrc.h" - Angus> #include "support/lstrings.h" JMarc> What error do you get? I do not understand why removing this JMarc> line helps... Angus> I don't know why it says "-". Mus

Re: tiny patch 2

2000-04-07 Thread Angus Leeming
Angus> #include "font.h" Angus> #include "FontLoader.h" Angus> #include "lyxrc.h" Angus> - #include "support/lstrings.h" JMarc> What error do you get? I do not understand why removing this line JMarc> helps... I don't know why it says "-". Must have diffed the files in the wrong order. Read i

Re: tiny patch 2

2000-04-07 Thread Jean-Marc Lasgouttes
>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Compilation falls over on my machine in font.C (recent CVS). Angus> Fixed by the following tiny patch. Angus Angus> *** font.C Fri Apr 7 11:51:12 2000 --- font.C~ Fri Apr 7 Angu

tiny patch 2

2000-04-07 Thread Angus Leeming
Compilation falls over on my machine in font.C (recent CVS). Fixed by the following tiny patch. Angus *** font.C Fri Apr 7 11:51:12 2000 --- font.C~ Fri Apr 7 10:22:37 2000 *** *** 3,9 #include "font.h" #include "FontLoader.h" #include

tiny patch

2000-04-07 Thread Angus Leeming
compilation fails on a recent CVS in insetlatexaccent.C: implicit declaration of int printf() The following patch fixes the problem. Angus *** insetlatexaccent.C Fri Apr 7 10:59:06 2000 --- insetlatexaccent.C~ Fri Apr 7 10:22:39 2000 *** *** 180,186 plusasc =