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
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.
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
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/
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.
| > |
| >
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
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
"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...
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
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
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
Abdelrazak Younes wrote:
> PS: Sorry Angus but you deserved it ;-)
> PPS: I'm talking about Rugby...
Me too. So did you.
> 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
> 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
besides all the previous comments i see now one problem, which has
to be resolved before the patch can go in.
p
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
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
> 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
hi,
when i press enter in text i get the "note" character instead of new line.
can anybody confirm ?
pavel
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
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
> 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
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
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()
> | + 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
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]))
>
"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 (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.
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.
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
[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/
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
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
> 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
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);
}
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
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
On Sun, Oct 21, 2007 at 07:16:15PM +0200, Stefan Schimanski wrote:
> Trivial fix. committed.
>
> Stefan
Wonder why it compiled here...
Andre'
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
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
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_
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
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*
> > > -
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
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
... 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
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
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
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:
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
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
Is there a possibility that the LaTeX object used by
Converters::scanLog() and Converters::runLaTeX() live
longer than the corresponding Buffer?
Andre'
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,
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,
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
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
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
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
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)
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.
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
[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-
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
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
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
> > >
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
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
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
68 matches
Mail list logo