Re: Patch Candidate List #6

2007-10-21 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > > http://www.lyx.org/trac/changeset/20931 - Add support for greek and > > cyrillic chars such that it is not necessary to mark them in the proper > > language for typesetting. > > http://www.lyx.org/trac/changeset/20932 - Correct ordering > > http://www.lyx.org/trac/chang

Re: FontList-related (?) crash in trunk

2007-10-21 Thread Abdelrazak Younes
Alfredo Braunstein wrote: Angus Leeming wrote: Abdelrazak Younes wrote: PS: Sorry Angus but you deserved it ;-) PPS: I'm talking about Rugby... Me too. So did you. :-) Viva Argentina ;-) Abdel.

Re: LaTex progress widget

2007-10-21 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Oct 22, 2007 at 12:03:33AM +0200, Peter Kümmel wrote: | > Lars Gullik Bjønnes wrote: | > >Peter Kümmel <[EMAIL PROTECTED]> writes: | > > | > >| > As far as I can tell using QtCore in support/*.cpp is acceptable | > >| > nowadays, so just use QPro

Re: FontList-related (?) crash in trunk

2007-10-21 Thread Alfredo Braunstein
Angus Leeming wrote: > Abdelrazak Younes wrote: >> PS: Sorry Angus but you deserved it ;-) >> PPS: I'm talking about Rugby... > > Me too. So did you. :-) A/

Re: LaTex progress widget

2007-10-21 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Sun, Oct 21, 2007 at 11:48:11PM +0200, Lars Gullik Bjønnes wrote: | > Peter Kümmel <[EMAIL PROTECTED]> writes: | > | > | > As far as I can tell using QtCore in support/*.cpp is acceptable | > | > nowadays, so just use QProcess and be done. | > | | >

Re: [patch] use std::count instead of manual loop

2007-10-21 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > Just let me add something... gcc 4.3's stdlibc++ will have support for | > a paralell mode, where some of the standard algorithms (and some other | > stuff) will automatically be able to take advantage of multi-core and | > smp. | | Using OpenMP? Th

Re: LaTex progress widget

2007-10-21 Thread Peter Kümmel
Andre Poenitz wrote: On Mon, Oct 22, 2007 at 12:03:33AM +0200, Peter Kümmel wrote: Lars Gullik Bjønnes wrote: Peter Kümmel <[EMAIL PROTECTED]> writes: | > As far as I can tell using QtCore in support/*.cpp is acceptable | > nowadays, so just use QProcess and be done. | | also mocing? Have I

Re: [PATCH] Embedded child document type.

2007-10-21 Thread Lars Gullik Bjønnes
"Bo Peng" <[EMAIL PROTECTED]> writes: | > Is this patch just a trick then to get a file bundled with lyx? | > If that is the case, I don't like it. | | I am not sure how much you know about this embedding feature so allow | me to explain. This is a feature I have wanted for... Oooo so long...

Re: LaTex progress widget

2007-10-21 Thread Andre Poenitz
On Mon, Oct 22, 2007 at 12:03:33AM +0200, Peter Kümmel wrote: > Lars Gullik Bjønnes wrote: > >Peter Kümmel <[EMAIL PROTECTED]> writes: > > > >| > As far as I can tell using QtCore in support/*.cpp is acceptable > >| > nowadays, so just use QProcess and be done. > >| > >| also mocing? > > > >Have I

Re: LaTex progress widget

2007-10-21 Thread Andre Poenitz
On Sun, Oct 21, 2007 at 11:48:11PM +0200, Lars Gullik Bjønnes wrote: > Peter Kümmel <[EMAIL PROTECTED]> writes: > > | > As far as I can tell using QtCore in support/*.cpp is acceptable > | > nowadays, so just use QProcess and be done. > | > | also mocing? > > Have I said lately that I really dis

Re: [patch] use std::count instead of manual loop

2007-10-21 Thread Andre Poenitz
On Sun, Oct 21, 2007 at 11:33:53PM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Sun, Oct 21, 2007 at 09:43:11PM +0200, Lars Gullik Bjønnes wrote: > | > > | > Does this look correct? > | > [The #if0 vs. else parth] > | > > | > WriteStream & operator<<(Wri

Re: FontList-related (?) crash in trunk

2007-10-21 Thread Angus Leeming
Abdelrazak Younes wrote: > PS: Sorry Angus but you deserved it ;-) > PPS: I'm talking about Rugby... Me too. So did you.

Re: [PATCH] Embedded child document type.

2007-10-21 Thread Bo Peng
> I can of course use a new inset type, but that would be a stripped > down version of InsetInclude. I can also allow user to enter such > files in Document->Settings->Embedding. Maybe you would like the > latter option? Note that I did not choose the latter option because embedded child document

Re: [PATCH] Embedded child document type.

2007-10-21 Thread Bo Peng
> Is this patch just a trick then to get a file bundled with lyx? > If that is the case, I don't like it. I am not sure how much you know about this embedding feature so allow me to explain. Skipping all the failed attempts, right now, when you insert a figure, or later any child document like pr

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Pavel Sanda
besides all the previous comments i see now one problem, which has to be resolved before the patch can go in. p

Re: LaTex progress widget

2007-10-21 Thread Peter Kümmel
Here the updated patch, it only needs an menu entry for hideing/showing the dock widget. Peter Index: development/cmake/src/support/CMakeLists.txt === --- development/cmake/src/support/CMakeLists.txt(revision 21106) +++ devel

Re: Dynamic Macro - documentation and updated patch

2007-10-21 Thread Stefan Schimanski
Am 21.10.2007 um 23:49 schrieb Pavel Sanda: Hi! I wrote a small documentation of my dynmacro patch. You can find the patch itself, in sync with r21100 from today, here: http://1stein.org/download/dynmacro.patch i guess you mean http://1stein.org/download/dynmacro16.patch Yes, right. T

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Pavel Sanda
> And now we are in multi-line terrritory, so add braces. :-) omg :D pavel diff --git a/src/LyXFunc.cpp b/src/LyXFunc.cpp index 2471363..f29782e 100644 --- a/src/LyXFunc.cpp +++ b/src/LyXFunc.cpp @@ -1947,6 +1947,9 @@ void LyXFunc::dispatch(FuncRequest const & cmd) actOn

Return doesnt work in trunk

2007-10-21 Thread Pavel Sanda
hi, when i press enter in text i get the "note" character instead of new line. can anybody confirm ? pavel

Re: LaTex progress widget

2007-10-21 Thread Peter Kümmel
Lars Gullik Bjønnes wrote: Peter Kümmel <[EMAIL PROTECTED]> writes: | > As far as I can tell using QtCore in support/*.cpp is acceptable | > nowadays, so just use QProcess and be done. | | also mocing? Have I said lately that I really dislike Qt stuff outside Gui stuff? We don't have any a

Re: LaTex progress widget

2007-10-21 Thread Lars Gullik Bjønnes
Peter Kümmel <[EMAIL PROTECTED]> writes: | > As far as I can tell using QtCore in support/*.cpp is acceptable | > nowadays, so just use QProcess and be done. | | also mocing? Have I said lately that I really dislike Qt stuff outside Gui stuff? -- Lgb

Re: Dynamic Macro - documentation and updated patch

2007-10-21 Thread Pavel Sanda
> Hi! > > I wrote a small documentation of my dynmacro patch. You can find the patch > itself, in sync with r21100 from today, here: > http://1stein.org/download/dynmacro.patch i guess you mean http://1stein.org/download/dynmacro16.patch pavel

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Lars Gullik Bjønnes
Pavel Sanda <[EMAIL PROTECTED]> writes: I am a nit-pick and I know it... | diff --git a/src/frontends/qt4/GuiToolbar.cpp b/src/frontends/qt4/GuiToolbar.cpp | index 9b727be..b518c54 100644 | --- a/src/frontends/qt4/GuiToolbar.cpp | +++ b/src/frontends/qt4/GuiToolbar.cpp | @@ -271,6 +272,29 @@ vo

Re: [patch] use std::count instead of manual loop

2007-10-21 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Sun, Oct 21, 2007 at 09:43:11PM +0200, Lars Gullik Bjønnes wrote: | > | > Does this look correct? | > [The #if0 vs. else parth] | > | > WriteStream & operator<<(WriteStream & ws, docstring const & s) | > { | > if (ws.pendingSpace() && s.length()

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Pavel Sanda
> | + if (!sorted || end<2 || !(item[0].category() == > QChar::Letter_Uppercase)) { > > '!=' does not work? leftover from past. > Space after '//', but the comment in-itself looks strange? Do we have > misnamed function? setDefaultIndex? then we could ditch comment as > well. removed. the

Re: [patch] use std::count instead of manual loop

2007-10-21 Thread Andre Poenitz
On Sun, Oct 21, 2007 at 09:43:11PM +0200, Lars Gullik Bjønnes wrote: > > Does this look correct? > [The #if0 vs. else parth] > > WriteStream & operator<<(WriteStream & ws, docstring const & s) > { > if (ws.pendingSpace() && s.length() > 0) { > if (isAlphaASCII(s[0])) >

Re: [PATCH] Embedded child document type.

2007-10-21 Thread Lars Gullik Bjønnes
"Bo Peng" <[EMAIL PROTECTED]> writes: | Dear all, | | As described in another thread, this patch adds an "Embedded File" | type to InsetInclude. It has a pseudo-latex name "embedded", but will | not output any latex code. Using this type of InsetInclude, arbitrary | files can be inserted, and bun

A bug in LyX 1.5.1

2007-10-21 Thread Mark S.
A bug in LyX 1.5.1 (now distributed with Gutsy Gibbon): When working in formulas within the document, the arrow buttons behave the opposite way. Meaning, if one wants to go left in the formula, the left button will actually make him go right and the right one will make him go left.

[PATCH] Embedded child document type.

2007-10-21 Thread Bo Peng
Dear all, As described in another thread, this patch adds an "Embedded File" type to InsetInclude. It has a pseudo-latex name "embedded", but will not output any latex code. Using this type of InsetInclude, arbitrary files can be inserted, and bundled when the .lyx file is saved in bundled format.

Dynamic Macro - documentation and updated patch

2007-10-21 Thread Stefan Schimanski
Hi! I wrote a small documentation of my dynmacro patch. You can find the patch itself, in sync with r21100 from today, here: http://1stein.org/ download/dynmacro.patch The documentation is linked from the wiki page for macros (http:// wiki.lyx.org/Devel/Macros#toc8) as lyx file or pdf. Wa

Re: [patch] Make lyx compile with gcc trunk

2007-10-21 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | This also contains the manual->std::count change. Look at this instead, it is not polluted by ws changes. Index: src/LyXAction.cpp === --- src/LyXAction.cpp (revision 21106) +++ src/

[patch] Make lyx compile with gcc trunk

2007-10-21 Thread Lars Gullik Bjønnes
This also contains the manual->std::count change. Index: src/LyXAction.cpp === --- src/LyXAction.cpp (revision 21106) +++ src/LyXAction.cpp (working copy) @@ -423,7 +423,7 @@ } -LyXAction::func_type const LyXAction::getActionTyp

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Lars Gullik Bjønnes
Pavel Sanda <[EMAIL PROTECTED]> writes: | > Looks good. A few comments below. | | updated patch attached. I have not looked at parent, but wonder a bit about the use case anyway. But... | diff --git a/src/frontends/qt4/GuiToolbar.cpp b/src/frontends/qt4/GuiToolbar.cpp | index 9b727be..5889509

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-21 Thread Pavel Sanda
> Looks good. A few comments below. updated patch attached. > > +void GuiLayoutBox::addSortItem(QString const & item, bool sorted) > > The name is strange. I'd rather keep addItem if possible, or > addSortedItem or addItemSort. (this is a minor complaint...) changed to addItemSort. > > + //s

[patch] use std::count instead of manual loop

2007-10-21 Thread Lars Gullik Bjønnes
Does this look correct? [The #if0 vs. else parth] WriteStream & operator<<(WriteStream & ws, docstring const & s) { if (ws.pendingSpace() && s.length() > 0) { if (isAlphaASCII(s[0])) ws.os() << ' '; ws.pendingSpace(false); }

Re: Patch Candidate List #6

2007-10-21 Thread Enrico Forestieri
On Sun, Oct 21, 2007 at 07:52:07PM +0200, Michael Gerz wrote: > http://www.lyx.org/trac/changeset/20725 - Fix (again) bug 3510 after r20508 Not applicable. > http://www.lyx.org/trac/changeset/20931 - Add support for greek and > cyrillic chars such that it is not necessary to mark them in the pr

Patch Candidate List #6

2007-10-21 Thread Michael Gerz
Hi, here comes a new 1.5.X patch candidate list. It is rather large but I guess that most entries are complete useless. Best regards, Michael /// Patch Candidate List #6 Approved by Jürgen -- http://www.lyx.org/trac/changeset/20419 - GuiApplication::noti

Re: Trunk doesn't compile for the last 5 days?

2007-10-21 Thread Andre Poenitz
On Sun, Oct 21, 2007 at 07:16:15PM +0200, Stefan Schimanski wrote: > Trivial fix. committed. > > Stefan Wonder why it compiled here... Andre'

Re: Trunk doesn't compile for the last 5 days?

2007-10-21 Thread Stefan Schimanski
Trivial fix. committed. Stefan Am 21.10.2007 um 18:55 schrieb Stefan Schimanski: r20976: --- lyx-devel/trunk/src/frontends/qt4/Action.cpp (original) +++ lyx-devel/trunk/src/frontends/qt4/Action.cpp Tue Oct 16 00:43:55 2007 @@ -27,7 +27,7 @@ namespace frontend { -Action::Action(GuiViewBase

Re: [Cvslog] r21092 - /lyx-devel/trunk/src/frontends/qt4/GuiToolbar.cpp

2007-10-21 Thread Enrico Forestieri
On Sun, Oct 21, 2007 at 06:45:40PM +0200, Andre Poenitz wrote: > On Sun, Oct 21, 2007 at 06:27:28PM +0200, Enrico Forestieri wrote: > > On Sun, Oct 21, 2007 at 05:57:06PM +0200, Andre Poenitz wrote: > > > > > On Sun, Oct 21, 2007 at 03:43:01PM +0200, Enrico Forestieri wrote: > > > > $ ls -l src/l

Re: LyX 1.5 - Promised prizes for premium programmers

2007-10-21 Thread Andre Poenitz
On Sun, Oct 21, 2007 at 07:01:08PM +0200, Michael Gerz wrote: > Andre Poenitz schrieb: > >On Sun, Oct 21, 2007 at 06:32:05PM +0200, Michael Gerz wrote: > > > >>... and the winners are ... > >> > >>$ find . -type f -name "*.cpp" -exec svn blame > >>svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_

Re: LyX 1.5 - Promised prizes for premium programmers

2007-10-21 Thread Andre Poenitz
On Sun, Oct 21, 2007 at 06:32:05PM +0200, Michael Gerz wrote: > > ... and the winners are ... > > $ find . -type f -name "*.cpp" -exec svn blame > svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X/src/{} \; > blame.cpp > $ find . -type f -name "*.h" -exec svn blame > svn://svn.lyx.org/lyx/l

Re: [Cvslog] r21092 - /lyx-devel/trunk/src/frontends/qt4/GuiToolbar.cpp

2007-10-21 Thread Andre Poenitz
On Sun, Oct 21, 2007 at 06:27:28PM +0200, Enrico Forestieri wrote: > On Sun, Oct 21, 2007 at 05:57:06PM +0200, Andre Poenitz wrote: > > > On Sun, Oct 21, 2007 at 03:43:01PM +0200, Enrico Forestieri wrote: > > > $ ls -l src/lyx*.exe > > > -rwxr-xr-x 1 root 21148998 Oct 21 01:22 src/lyx.exe* > > > -

Re: LyX 1.5 - Promised prizes for premium programmers

2007-10-21 Thread Michael Gerz
Andre Poenitz schrieb: On Sun, Oct 21, 2007 at 06:32:05PM +0200, Michael Gerz wrote: ... and the winners are ... $ find . -type f -name "*.cpp" -exec svn blame svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X/src/{} \; > blame.cpp $ find . -type f -name "*.h" -exec svn blame svn://svn

Trunk doesn't compile for the last 5 days?

2007-10-21 Thread Stefan Schimanski
r20976: --- lyx-devel/trunk/src/frontends/qt4/Action.cpp (original) +++ lyx-devel/trunk/src/frontends/qt4/Action.cpp Tue Oct 16 00:43:55 2007 @@ -27,7 +27,7 @@ namespace frontend { -Action::Action(GuiViewBase & lyxView, QString const & icon, +Action::Action(GuiViewBase & lyxView, QIcon const

LyX 1.5 - Promised prizes for premium programmers

2007-10-21 Thread Michael Gerz
... and the winners are ... $ find . -type f -name "*.cpp" -exec svn blame svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X/src/{} \; > blame.cpp $ find . -type f -name "*.h" -exec svn blame svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X/src/{} \; > blame.h $ cut --characters='8-1

Re: Lyx 1.5: formulae in wide table only appear offscreen while being edited

2007-10-21 Thread Darren Freeman
On Sun, 2007-10-14 at 09:39 -0700, Sarah Olsen wrote: > In Gutsy's latest LyX, as well as in the more recent version 1.5.2, it > is impossible to edit any math in cells of a table that extend off the > screen to the right, ie a table which is wider than the screen. Sounds like a slightly more gene

Re: [Cvslog] r21092 - /lyx-devel/trunk/src/frontends/qt4/GuiToolbar.cpp

2007-10-21 Thread Enrico Forestieri
On Sun, Oct 21, 2007 at 05:57:06PM +0200, Andre Poenitz wrote: > On Sun, Oct 21, 2007 at 03:43:01PM +0200, Enrico Forestieri wrote: > > $ ls -l src/lyx*.exe > > -rwxr-xr-x 1 root 21148998 Oct 21 01:22 src/lyx.exe* > > -rwxr-xr-x 1 root 19975298 Sep 12 00:32 src/lyx-old.exe* > > > > So, today the

Re: [Cvslog] r21092 - /lyx-devel/trunk/src/frontends/qt4/GuiToolbar.cpp

2007-10-21 Thread Andre Poenitz
On Sun, Oct 21, 2007 at 06:12:30PM +0200, Peter Kümmel wrote: > Enrico Forestieri wrote: > >On Sun, Oct 21, 2007 at 11:46:11AM +0200, Andre Poenitz wrote: > > > >>On Sun, Oct 21, 2007 at 12:33:27PM +0300, Martin Vermeer wrote: > >>>On Sun, Oct 21, 2007 at 06:22:09AM +0200, Enrico Forestieri wrote:

Re: [Cvslog] r21092 - /lyx-devel/trunk/src/frontends/qt4/GuiToolbar.cpp

2007-10-21 Thread Enrico Forestieri
On Sun, Oct 21, 2007 at 05:53:05PM +0200, Andre Poenitz wrote: > On Sun, Oct 21, 2007 at 03:43:01PM +0200, Enrico Forestieri wrote: > > My other impression is that people should _think_ more about the > > consequences of implementing their "cool" feature and check whether > > the advantages they c

Re: [Cvslog] r21092 - /lyx-devel/trunk/src/frontends/qt4/GuiToolbar.cpp

2007-10-21 Thread Peter Kümmel
Enrico Forestieri wrote: On Sun, Oct 21, 2007 at 11:46:11AM +0200, Andre Poenitz wrote: On Sun, Oct 21, 2007 at 12:33:27PM +0300, Martin Vermeer wrote: On Sun, Oct 21, 2007 at 06:22:09AM +0200, Enrico Forestieri wrote: On Sat, Oct 20, 2007 at 11:08:09PM -, [EMAIL PROTECTED] wrote: Autho

Buffer & LaTeX

2007-10-21 Thread Andre Poenitz
Is there a possibility that the LaTeX object used by Converters::scanLog() and Converters::runLaTeX() live longer than the corresponding Buffer? Andre'

Re: [Cvslog] r21092 - /lyx-devel/trunk/src/frontends/qt4/GuiToolbar.cpp

2007-10-21 Thread Andre Poenitz
On Sun, Oct 21, 2007 at 03:43:01PM +0200, Enrico Forestieri wrote: > $ ls -l src/lyx*.exe > -rwxr-xr-x 1 root 21148998 Oct 21 01:22 src/lyx.exe* > -rwxr-xr-x 1 root 19975298 Sep 12 00:32 src/lyx-old.exe* > > So, today the executable size is 1Mb bigger than the size on > September 12. To reproduce,

Re: [Cvslog] r21092 - /lyx-devel/trunk/src/frontends/qt4/GuiToolbar.cpp

2007-10-21 Thread Andre Poenitz
On Sun, Oct 21, 2007 at 03:43:01PM +0200, Enrico Forestieri wrote: > My other impression is that people should _think_ more about the > consequences of implementing their "cool" feature and check whether > the advantages they claim are really advantages on systems different > than theirs. > > IMO,

Re: LyX Debian/Ubuntu packages.

2007-10-21 Thread Jürgen Spitzmüller
Richard Kleeman wrote: > Jürgen, > It would be useful to those using the 64 bit version of Ubuntu. You > could install the i386 package on an amd64 system using a forcing option > in dpkg but this is suboptimal. I see. I uploaded it. Thanks. Jürgen

Re: LyX Debian/Ubuntu packages.

2007-10-21 Thread Richard Kleeman
Jürgen, It would be useful to those using the 64 bit version of Ubuntu. You could install the i386 package on an amd64 system using a forcing option in dpkg but this is suboptimal. Richard Jürgen Spitzmüller wrote: Richard Kleeman wrote: I did the same thing but for the 64bit version. Archi

Re: LyX Debian/Ubuntu packages.

2007-10-21 Thread Jürgen Spitzmüller
Richard Kleeman wrote: > I did the same thing but for the 64bit version. Architecture dependent > Deb here: > > http://www.math.nyu.edu/faculty/kleeman/amd64/lyx_1.5.2-1kleeman1_amd64.deb I just uploaded ubuntu binaries from Sam to the server. Should this one be added? Jürgen

Re: incoming 1.5.2 binaries for dapper and etch

2007-10-21 Thread Jürgen Spitzmüller
Sam Lewis wrote: > Hi, > > I've uploaded two binaries to pub/incoming/ for the dapper ubuntu and > etch debian distributions including build and install description. > > Could someone please place them in the appropriate folder. Many thanks! done. Jürgen

[Patch] ERT simplification

2007-10-21 Thread Martin Vermeer
Now that we have verbatim, why not use it... - Martin Index: output_latex.cpp === --- output_latex.cpp(revision 21080) +++ output_latex.cpp(working copy) @@ -558,7 +558,7 @@ if (closing_rtl_ltr_environment)

incoming 1.5.2 binaries for dapper and etch

2007-10-21 Thread Sam Lewis
Hi, I've uploaded two binaries to pub/incoming/ for the dapper ubuntu and etch debian distributions including build and install description. Could someone please place them in the appropriate folder. Many thanks! Cheers, Sam lyx-1.5.2-1_dapper_i386.deb lyx-1.5.2-1_dapper_i386.README lyx-1.5.

Re: [Cvslog] r21092 - /lyx-devel/trunk/src/frontends/qt4/GuiToolbar.cpp

2007-10-21 Thread Enrico Forestieri
On Sun, Oct 21, 2007 at 11:46:11AM +0200, Andre Poenitz wrote: > On Sun, Oct 21, 2007 at 12:33:27PM +0300, Martin Vermeer wrote: > > On Sun, Oct 21, 2007 at 06:22:09AM +0200, Enrico Forestieri wrote: > > > On Sat, Oct 20, 2007 at 11:08:09PM -, [EMAIL PROTECTED] wrote: > > > > > > > Author: br

Re: [Cvslog] r21094 - in /lyx-devel/trunk: development/scons/scons_man...

2007-10-21 Thread Bernhard Roider
[EMAIL PROTECTED] schrieb: Author: bpeng Date: Sun Oct 21 03:26:32 2007 New Revision: 21094 URL: http://www.lyx.org/trac/changeset/21094 Log: Fix scons and CmdDef.h for the introduction of CmdDef. Thank you bernhard Modified: lyx-devel/trunk/development/scons/scons_manifest.py lyx-

Re: command.cmd?

2007-10-21 Thread Bernhard Roider
Andre Poenitz schrieb: make[2]: Entering directory `/data/lyx/release-dynamic/lib/lyx2lyx' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/data/lyx/release-dynamic/lib/lyx2lyx' make[2]: Entering directory `/data/lyx/release-dynamic/lib' make[2]: *** No rule to make target `com

Re: [patch] load images from filesystem if not found in the resources

2007-10-21 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > I don't understand this. Bernhard restores lost functionalities doesn't > it? Yes, it does (partially). > If you ui files points to icons not present in the resource LyX will > search them on disk. That's good, but it's still a regression. For instance, I don't wanna

Re: [Cvslog] r21092 - /lyx-devel/trunk/src/frontends/qt4/GuiToolbar.cpp

2007-10-21 Thread Andre Poenitz
On Sun, Oct 21, 2007 at 12:33:27PM +0300, Martin Vermeer wrote: > On Sun, Oct 21, 2007 at 06:22:09AM +0200, Enrico Forestieri wrote: > > On Sat, Oct 20, 2007 at 11:08:09PM -, [EMAIL PROTECTED] wrote: > > > > > Author: broider > > > Date: Sun Oct 21 01:08:02 2007 > > > New Revision: 21092 > > >

Re: [Cvslog] r21092 - /lyx-devel/trunk/src/frontends/qt4/GuiToolbar.cpp

2007-10-21 Thread Martin Vermeer
On Sun, Oct 21, 2007 at 06:22:09AM +0200, Enrico Forestieri wrote: > On Sat, Oct 20, 2007 at 11:08:09PM -, [EMAIL PROTECTED] wrote: > > > Author: broider > > Date: Sun Oct 21 01:08:02 2007 > > New Revision: 21092 > > > > URL: http://www.lyx.org/trac/changeset/21092 > > Log: > > Search for too

command.cmd?

2007-10-21 Thread Andre Poenitz
make[2]: Entering directory `/data/lyx/release-dynamic/lib/lyx2lyx' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/data/lyx/release-dynamic/lib/lyx2lyx' make[2]: Entering directory `/data/lyx/release-dynamic/lib' make[2]: *** No rule to make target `commands/default.cmd', need

Re: [patch] Getting rid of some LTR bias

2007-10-21 Thread Andre Poenitz
On Sat, Oct 20, 2007 at 11:01:24PM +0200, Dov Feldstern wrote: > Hi! > > The attached patch gets rid of some of the LTR bias which currently > exists in the code. What I mean is, there are various places in the code > where Right or Left are mentioned, where what we actually mean is > forward o