Yeah, I noticed... I really wonder what is up with the buildsystem
sometimes. For some reason my build check did not discover this.
You mean the trusty dependency check of autotools? :-)
Should be fixed now.
Confirmed.
Bo
"Bo Peng" <[EMAIL PROTECTED]> writes:
| >
| > I belive I have finished the merging of this to trunk now.
| > Please inform me if you belive I have forgot something.
|
| I hope that you are still patching, since r14389 does not compile.
| The error messages are :
|
| src/frontends/qt3/qscreen.h:
I belive I have finished the merging of this to trunk now.
Please inform me if you belive I have forgot something.
I hope that you are still patching, since r14389 does not compile.
The error messages are :
src/frontends/qt3/qscreen.h:43: error: `lyx::frontend::CursorShape'
has not been decla
If you use pain string concatenation you will certainly fail... but
the os.path module might be of help.
I tried. os.path.join two full paths will return the latter. In my
patch today, I discard the drive part of the second path, and do
things like
c:\destdir + c:\program files = c:\destdir\pro
| Why don't we handle these two actions separately? My understanding
| is that the first should be triggered by C-v, the second by
| middle-button.
Only on windows... on linux (with emacs bindings) C-y will yank from
selection., but also from clipboard... depends really...
I vote against this b
"Bo Peng" <[EMAIL PROTECTED]> writes:
| > What is missing: Keyboard shortcuts for the new lfun, and a mechanism to
| > disable the selection lfun on systems that do not support a selection. We
| > also need to integrate the external clipboard with our internal
| > clipboard, but I don't know how.
I belive I have finished the merging of this to trunk now.
Please inform me if you belive I have forgot something.
--
Lgb
"Bo Peng" <[EMAIL PROTECTED]> writes:
| Sorry Georg, it is too complicated to apply your patch. I guess you
| can simply commit.
|
| { LFUN_CHAR_FORWARD_SELECT, "forward-select", ReadOnly |
SingleParUpdate },
| + { LFUN_CLIPBOARD_PASTE, "clipboard-paste", Noop },
|
| F
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| Abdelrazak Younes <[EMAIL PROTECTED]> writes:
|
| | Georg Baum wrote:
| | > Abdelrazak Younes wrote:
| | >
| | >> I will commit to my branch to let Lars the time to review this patch. I
| | >> hope he will not be upset to have multiple fix in the
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| If so, I should commit to trunk immediately and if someone is not OK
| for some reason the commit should be reverted. That is how you show
| trust to developers in my opinion. And please note that Lars quite
| often do not wait at all before committi
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Georg Baum wrote:
| > Abdelrazak Younes wrote:
| >
| >> I will commit to my branch to let Lars the time to review this patch. I
| >> hope he will not be upset to have multiple fix in the same branch.
| > I fear he will, because this has nothing to do
Michael Gerz <[EMAIL PROTECTED]> writes:
| -### Check which frontends we want to use. The default is XForms only
| +### Check which frontends we want to use.
| ###
| AC_DEFUN([LYX_USE_FRONTENDS],
| [AC_MSG_CHECKING([what frontend should be used for the GUI])
| AC_ARG_WITH(frontend,
|[ --w
Georg Baum <[EMAIL PROTECTED]> writes:
| This patch adds a cache for FileName::isZipped, because the file has to be
| read to get that information. The plan is to eventually replace most
| filename variables of type string with variables of type FileName. That
| would mean less checks like BOOS
Joost Verburg <[EMAIL PROTECTED]> writes:
| Bo Peng wrote:
| > 1. upload lyx win installer to svn/winInstaller (parallel to
| > www-devel)
That would be svn://svn.lyx.org/lyx/winInstaller then.
| > 2. upload patches to various external programs (with readme)
| > 3. upload modified binaries to de
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| As the former one, this one is obviously correct and I need it for my
| branch so I'll commit it now.
|
| Abdel.
| Index: text.C
| ===
| --- text.C(revision 14346)
| +++ text.C(
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| And qt4 (the frontend) is already faster than qt3 nowadays on Windows
| and Linux.
Hmm... lets say 'equally fast' (or slow...)
--
Lgb
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
|
| Bo> BTW, I use scons alone on all platforms now. I find that DESTDIR
| Bo> is still working in a wrong way. It *replaces* prefix
| Bo> (DESTDIR/bin/lyx) rather than prefix it (DESTDIR/prefix/b
Uwe Stöhr <[EMAIL PROTECTED]> writes:
| > Work with the guy and get Lars to give
| > you write permission to development/Win32/packaging.
|
| I asked Lars twice (on the list) to give me write permissions but got
| no response. I've read that also Joost has no write permissions, is
| that true?
H
Thanks for the answer.
Any comments from the developers?
>> "In additon, you can change regular text to a footnote, by selecting it
>> and hitting the Insert footnote button; change a footnote to regular
>> text by clicking the Insert footnote button when the cursor is in the
>> footnote."
>
> I
[EMAIL PROTECTED] writes:
| Author: younes
| Date: Sat Jul 8 16:40:22 2006
| New Revision: 14377
|
| URL: http://www.lyx.org/trac/changeset/14377
| Log:
| Fix potential crashes related to element presence in a given map.
|
| Modified:
| lyx-devel/trunk/src/bufferview_funcs.C
| lyx-devel
Sorry Georg, it is too complicated to apply your patch. I guess you
can simply commit.
{ LFUN_CHAR_FORWARD_SELECT, "forward-select", ReadOnly |
SingleParUpdate },
+ { LFUN_CLIPBOARD_PASTE, "clipboard-paste", Noop },
For C-v or menu paste only, right?
+ case
What is missing: Keyboard shortcuts for the new lfun, and a mechanism to
disable the selection lfun on systems that do not support a selection. We
also need to integrate the external clipboard with our internal
clipboard, but I don't know how. Does anybody have an idea for shortcuts?
Do you mean
The attached patch implements this behaviour.
I will try it out today. Clipboard has always been a problem with lyx
and I am really happy that you are working on it. Anything else I can
do for you?
Bo
LyX does currently only support the X selection. The clipboard is
unsupported, which is a problem especially on windows, since windows has
no selection.
The selection should be filled whenever a text is highlighted. The
selection contents should be pasted when the middle mouse button is
presse
Am Samstag, 8. Juli 2006 13:10 schrieb Michael Gerz:
> Hi,
>
> some more xforms relicts, use --with-frontend=qt3
Michael,
you forgot the frontend for the rpm spec file. The attached goes in now.
Georg
Index: configure.ac
===
--- c
This patch is a preparation for my long planned Cliboard/Selection split.
It moves some more stuff from Workarea to Clipboard for qt3 and gtk and
goes in now, since we already have the same structure in qt4.
Georg
Log:
Move more methods from WorkArea to Clipboard in qt3 and gtk
* src/f
Localisation problems:
Hi.
I'm developing a localized version of LyX for Persian, based on LyX
1.3.5(It's too old :-) , but it was the latest version when I decided
to do the job), and I'm doing this with modifying files that render
Arabic text, because Persian is somehow similar to Arabic(same sc
Juergen Spitzmueller wrote:
Abdelrazak Younes wrote:
They are related to the API changing I am doing so I cannot reproduce
them either for trunk or for 1.4.2. FWIW, I am not even sure that they
are still needed for my branch. But I think they should be applied anyway.
OK. Just in case you have
Some small fixes. Going in now.
Georg
Log:
* src/frontends/gtk/GuiImplementation.C: include config.h
* src/frontends/qt4/GuiImplementation.C: ditto
* src/frontends/qt4/TocModel.C: ditto
* src/frontends/qt4/GuiClipboard.C: ditto
* src/frontends/gtk/GuiClipbo
Hello,
This is the continuation of my cleanup work (only qt4). I hope to be
able to finish this work before I go on holidays. I am committing this
to the "younes" branch. I don't know how and when the merging to trunk
will occur.
Abdel.
Log:
This commit transfers the WorkArea::redraw() ca
Jean-Marc Lasgouttes wrote:
I can add these files to ftp.lyx.org/pub/lyx/contrib. If this is OK, I
propose that you updload them to ftp.devel.lyx.org/pub/incoming, and
I'll move them.
I would prefer to be able to update them myself without having to bug
you all the time. When Lars has fixed th
Hi,
some more xforms relicts, use --with-frontend=qt3
Michael
Index: configure.ac
===
--- configure.ac (Revision 14371)
+++ configure.ac (Arbeitskopie)
@@ -180,7 +180,7 @@
libglademm version:\t\t${LIBGLADEMM_VERSION}\n"
;;
Sorry: wrong list.
Jürgen
Am Samstag, 8. Juli 2006 13:04 schrieb Juergen Spitzmueller:
> Charles de Miramon wrote:
> > Having an 'apply' button in the Table Parameters dialog would be a nice
> > usability enhancement.
>
> http://bugzilla.lyx.org/show_bug.cgi?id=1699
>
> > The table interface is i
Charles de Miramon wrote:
> Having an 'apply' button in the Table Parameters dialog would be a nice
> usability enhancement.
http://bugzilla.lyx.org/show_bug.cgi?id=1699
> The table interface is indeed quite confusing. I think it should be split
> between a dialog for the general parameters for t
Abdelrazak Younes wrote:
> They are related to the API changing I am doing so I cannot reproduce
> them either for trunk or for 1.4.2. FWIW, I am not even sure that they
> are still needed for my branch. But I think they should be applied anyway.
OK. Just in case you have the feeling a crash is un
Juergen Spitzmueller wrote:
Abdelrazak Younes wrote:
Sure but I don't have a 1.4 tree here. I have enough of two.
In case of crashes, you could tell us how to reproduce them, so we can check
if they also occur in the stable branch.
I do get crashes in 1.4.2svn occassionally (almost always whe
Hi,
here are a few more files that had references to xforms.
I am committing right now, as the changes look rather trivial.
Michael
Index: src/frontends/qt3/QPrefs.C
===
--- src/frontends/qt3/QPrefs.C (Revision 14371)
+++ src/front
Abdelrazak Younes wrote:
> Sure but I don't have a 1.4 tree here. I have enough of two.
In case of crashes, you could tell us how to reproduce them, so we can check
if they also occur in the stable branch.
I do get crashes in 1.4.2svn occassionally (almost always when I don't have
time to track
38 matches
Mail list logo