Bo Peng wrote:
> If you can smuggle my code with your patch, I do not have to wait two OKs.
> :-)
I'll do that. It's obvious enough.
Jürgen
Uwe Stöhr wrote:
> Attached is the patch. The powerdot.layout requires to check for three
> packages in the file "chkconfig.ltx" but this is unproblematic I think.
Why are rotate-textures and listings required? The powerdot documentation does
not list that in the dependencies table (but it does p
On 5/20/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote:
Bo Peng wrote:
> Patch attached. OK to apply?
This interferes with my dialog rewrite (translation). Please wait (or I
integrate your fix into my patch).
If you can smuggle my code with your patch, I do not have to wait two OKs. :-)
Bo
On 5/20/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote:
Uwe Stöhr wrote:
> I give an OK to commit it.
Bo?
Yes. I guess I already said so in bugzilla?
Bo
Richard Heck wrote:
> I've been studying this bug a bit and think I know where the problem is,
> more or less. The attached file is as minimal as I can get it. The
> change of font is crucial. Without it, there is no crash.
I think the real problem is really just the view-source widget requesting
Bo Peng wrote:
> Patch attached. OK to apply?
This interferes with my dialog rewrite (translation). Please wait (or I
integrate your fix into my patch).
Jürgen
Bo Peng wrote:
> > OK for this one?
>
> OK.
I need one more OK ...
Jürgen
Uwe Stöhr wrote:
> I give an OK to commit it.
Bo?
Jürgen
On Sun, May 20, 2007 at 01:44:55AM +0300, Dov Feldstern wrote:
> Elazar Leibovich wrote:
> >BTW, I think we absolutely MUST someday (TM) to include an
> >explicit
> >paragraph direction setting. Having the user to read
> >documentation and
> >ignoring the current defacto standard is not an option
On Sun, May 20, 2007 at 01:21:17AM +0300, Elazar Leibovich wrote:
> BTW, I think we absolutely MUST someday (TM) to include an
> explicit
> paragraph direction setting. Having the user to read
> documentation and
> ignoring the current defacto standard is not an option.
Yes, I agree. The current
I traced this bug a little bit and find some weird things going on.
I am surprised that ifstream(".") returns OK, as shown in my test program.
#include
#include
int main()
{
std::ifstream ifs(".");
if (!ifs)
std::cout << "error \n";
else
std
Patch attached. OK to apply?
Bo
Index: src/frontends/qt4/QListings.h
===
--- src/frontends/qt4/QListings.h (revision 18422)
+++ src/frontends/qt4/QListings.h (working copy)
@@ -38,6 +38,8 @@
void on_floatCB_stateChanged(int state);
On 5/19/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote:
This patch does that. There's still hardcoded English in the messages of the
Advanced widget. This needs some reworking of InsetListingsParams, and I
leave this to Bo.
OK for this one?
OK.
Bo
On 5/19/07, Uwe Stöhr <[EMAIL PROTECTED]> wrote:
Bo Peng schrieb:
> Please test the attached patch. I will wait for another OK to commit.
This is OK now.
I applied it since it is trivial.
Bo
Bo:
>> I think so so please add a bug report and ask Jose to add it.
José:
> Submit it to the list where it can be discussed. I don't have any problem
> adding new layout files at any stage as long as it does not imply new code,
> and it follows our guidelines...
Attached is the patch. The powerd
On May 19, 2007, at 12:34 PM, Bob Lounsbury wrote:
I've always received the error of 'Qt4 library not found' when trying
to compile LyX with Qt4.3.0 until I issued the command:
export PKG_CONFIG_PATH=/path/to/Qt4/lib/pkgconfig/
which was discussed on the list, but never added to the
INSTALL.
Uwe Stöhr wrote:
CTAN is the official TeX/LaTeX file and package repository.
OK, now I understand. Then, I need to ask the author of the japanese
package if he can upload it to CTAN.
The author of the Japanese package agreed to put his package on CTAN.
So, I hope we can find it there soon. I wi
This also addresses the new bug 3659.
Richard Heck wrote:
> The attached patch partially addresses this bug. Not completely, because
> it only checks if a file is including itself and not if a file includes
> a file that includes it (etc). The places where the more general check
> would need to b
I've been studying this bug a bit and think I know where the problem is,
more or less. The attached file is as minimal as I can get it. The
change of font is crucial. Without it, there is no crash.
Font::writeLatexEndChanges we have this code:
if (open_encoding_) {
// We need to close
Elazar Leibovich wrote:
BTW, I think we absolutely MUST someday (TM) to include an explicit
paragraph direction setting. Having the user to read documentation and
ignoring the current defacto standard is not an option.
I opened a bugzilla request, see
http://bugzilla.lyx.org/show_bug.cgi?id=36
Peter Kümmel wrote:
On slow/loaded systems the last patch floods the
event queue with timer events instead of key/scroll events.
I hope attached patch will now really fix the problem.
Peter
This works for me (timer_scroll_4.patch) --- at least for what I'm
testing, namely, cursor movement b
BTW, I think we absolutely MUST someday (TM) to include an explicit
paragraph direction setting. Having the user to read documentation and
ignoring the current defacto standard is not an option.
On 5/20/07, Dov Feldstern <[EMAIL PROTECTED]> wrote:
Martin Vermeer wrote:
> On Sat, May 19, 2007 at
Martin Vermeer wrote:
On Sat, May 19, 2007 at 06:27:12AM +, Ran Rutenberg wrote:
On 5/19/07, Uwe Stöhr <[EMAIL PROTECTED]> wrote:
Can I commit it?:
Of course - that's what I wished.
Ran, one question: Is it necessary to use the same note behind the
word "LyX"?
Unfortunately, yes. There
The attached patch partially addresses this bug. Not completely, because
it only checks if a file is including itself and not if a file includes
a file that includes it (etc). The places where the more general check
would need to be done are identified with FIXME RECURSIVE INPUT so that
this can b
Koji Yokota wrote:
Therefore, is it possible for you to provide another choice for
Japanese *not to use* the CJK package? That is, another choice in the
menu of Document Setting -> Language which creates a code like:
> \batchmode
> \makeatletter
> [EMAIL PROTECTED]/home/hge//}}
> \makeatother
There is something really strange going on. I am trying to debug the
problem for half an hour now as it also shows up on my machine. The
layoutlist_ containter looks fine before the "cit = begin()" call in
TextClass::read. But when I step into the begin() function suddenly
the start value o
Looks sensible to me.
Stefan Schimanski wrote:
> STL's vector doesn't give access to the data required by Qt, but
> QVector does. So this slight variation of your proposed patch:
>
>// double the size if needed
>static QVector points(32);
>if (np > points.size())
>
Peter Kümmel wrote:
Dov Feldstern wrote:
The truth is, I don't know that this is directly related to the machine
on which it's running. My machine is quite powerful --- it's a Pentium
IV 3.0 GHz; and I don't see any jump in the system load when I start
scrolling, either: not when I start and the
> Now that I have permissions I've done something to about 20 attachments.
> The ones I found had the MIME type 'text/html', so I changed it to
> 'application/spam', and changed the note. When clicking on this particular
> MIME type, I'm asked to save it to disk so I'm hoping it's a workaround i
STL's vector doesn't give access to the data required by Qt, but
QVector does. So this slight variation of your proposed patch:
// double the size if needed
static QVector points(32);
if (np > points.size())
points.resize(2 * np);
Will commit if nobody compl
Committed...thanks Uwe and J"urgen
Richard Heck wrote:
> Attached is a slightly updated version of this patch. OK to commit?
>
> A proper clean-up of this will have to wait a bit.
>
> Richard
>
>
>
>
> Index: Paragrap
On Sat, May 19, 2007 at 06:51:17PM +0200, Stefan Schimanski wrote:
> Here is the patch. Comments?
>
> Wonder if there is something like that in Boost, but didn't find it.
>
> Stefan
Index: src/frontends/qt4/QLPainter.cpp
===
--- sr
So, here is an updated patch that forces an updateExpansion on clone.
But beware, this is another piece of the patchwork in the macro
implementation. I played around with it and found several strange
cases of the cursor navigation, unfolding and so on, e.g. when
jumping into a macro with up
Uwe Stöhr wrote:
> > Attached is a slightly updated version of this patch. OK to commit?
>
> +1
>
> Jürgen?
OK.
Jürgen
> Attached is a slightly updated version of this patch. OK to commit?
+1
Jürgen?
regards Uwe
Abdelrazak Younes wrote:
> Peter Kümmel wrote:
>> Next try. To see how it works change the event_delay_ms
>> variable in the constructor to 3000 and use -dbg 12.
>
> This looks way too complicated Peter. There must be a simpler solution.
>
> Abdel.
>
You could start with some like the attached
Here is the patch. Comments?
Wonder if there is something like that in Boost, but didn't find it.
Stefan
semistaticpoints.patch
Description: Binary data
Am 19.05.2007 um 16:10 schrieb Stefan Schimanski:
Am 19.05.2007 um 14:48 schrieb Andre Poenitz:
On Sat, May 19, 2007 at 10:52:48AM -0
Georg Baum wrote:
>>> So, if you open
>>> /path/file.lyx and File>Export>Format, you will get a directory
>>> /path/file.format.conversion/ in which all the files generated by the
>>> converter will be found (e.g. the mess that htlatex generates ends up
>>> in/path/file.html.conversion/).
>>>
I've always received the error of 'Qt4 library not found' when trying
to compile LyX with Qt4.3.0 until I issued the command:
export PKG_CONFIG_PATH=/path/to/Qt4/lib/pkgconfig/
which was discussed on the list, but never added to the INSTALL.MacOSX.
Bob Lounsbury
On 5/19/07, Anders Ekberg <[EMA
Scott Lambert
Sat, 19 May 2007 07:36:42 -0700
I am following the build instructions in Install.MacOSX and I keep
getting "qt 4 library not found" error. Full output below.
I am following Install.MacOSX exactly.
-Scott
Configuration
Host type: i686-apple-darwin8.9.1
Spe
Attached is a slightly updated version of this patch. OK to commit?
A proper clean-up of this will have to wait a bit.
Richard
--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
This patch does that. There's still hardcoded English in the messages of the
Advanced widget. This needs some reworking of InsetListingsParams, and I
leave this to Bo.
OK for this one?
Jürgen
Index: src/frontends/qt4/QDocument.cpp
Abdelrazak Younes wrote:
> Peter Kümmel wrote:
>> Next try. To see how it works change the event_delay_ms
>> variable in the constructor to 3000 and use -dbg 12.
>
> This looks way too complicated Peter. There must be a simpler solution.
>
> Abdel.
>
Is this your only comment?
Anyway I don't t
Thanks, Georg, for the comments. I'll take these into account and
re-work the code a bit. If you can point me towards the resultfile flag
in your playground, I'll have a look at that, too, though perhaps not
immediately, as there are more pressing bugs to fix before 1.5.rc1.
Richard
Georg Baum w
Jürgen Spitzmüller wrote:
> Richard Heck wrote:
>
>> The attached addresses http://bugzilla.lyx.org/show_bug.cgi?id=3650. The
>> issues were two. (i) When the old inset was erased, the iterator became
>> invalid, and the attempt to increment it caused an abort; (ii) after
>> clearing that up, a
Abdelrazak Younes wrote:
> Richard Heck wrote:
>> Index: Paragraph.h
>> ===
>> --- Paragraph.h(revision 18413)
>> +++ Paragraph.h(working copy)
>> @@ -359,9 +359,11 @@
>> ///
>> bool hfillExpansion(Row const & row, po
Bernhard Roider wrote:
>> In general enums are more explicative:
>>
>> enum CursorMove {
>> NoMove,
>> MoveRight,
>> MoveLeft
>> }
>>
> I did not take a closer look at the code, but shouldn't it be forward
> and backward instead of right and left?
I don't think so. The `right' and `left
On Sat, 19 May 2007, Michael Gerz wrote:
[EMAIL PROTECTED] schrieb:
On Sat, 12 May 2007, Michael Gerz wrote:
> this patch brings change tracking output to the PDF world.
What's up with the long lines?
What do you mean?
My memory might be wrong, but weren't some of the lines rather long?
"You can pass options and an overlay specification to a frame by giving these
in TEX-mode as the first thing in the frame title. (Some magic is performed to
extract them in LYX-mode from there.)"
I tried
<[fragile]>
[]
[fragile]
Nothing works. See attached.
Bo
beamer-listings.lyx
Descriptio
I am following the build instructions in Install.MacOSX and I keep
getting "qt 4 library not found" error. Full output below.
I am following Install.MacOSX exactly.
-Scott
Configuration
Host type: i686-apple-darwin8.9.1
Special build flags:assertions pch c
Abdelrazak Younes schrieb:
Richard Heck wrote:
Index: Paragraph.h
===
--- Paragraph.h(revision 18413)
+++ Paragraph.h(working copy)
@@ -359,9 +359,11 @@
///
bool hfillExpansion(Row const & row, pos_type pos) const;
Michael Gerz wrote:
> Hi,
>
> the attached patch further polishes the text class names and changes to
> warnings.
>
> OK?
Fine with me, excpet for probably:
(MW - Polish) -> (MW, Polish) [consistency with "DIN-Brief, German"]
(Springer - LNCS) -> (Springer -- LNCS) or (Springer LNCS)
Jürgen
Uwe Stöhr wrote:
> There's only one bit now: The listings inset itself has a document
> language, so that it gets blue underlined when copying it to another
> document.
> This should not be the case because it is not needed as the listings
> content also don't have a defined document language, see
Am 19.05.2007 um 14:48 schrieb Andre Poenitz:
On Sat, May 19, 2007 at 10:52:48AM -, [EMAIL PROTECTED] wrote:
+ // Must use new as np is not known at compile time.
+ boost::scoped_array points(new QPoint[np]);
There are never more than five of them, are there?
So you could as
>Andre' Martin JMarc José Chr
>July 21 4 0 001
>July 28 4 2 000
>Aug 4 4 4 503
>Aug 11 4 5 454
>Aug 17 4 5 054
>Aug 25 ===
Am 19.05.2007 um 15:36 schrieb Abdelrazak Younes:
Stefan Schimanski wrote:
So here is a working patch for 1.5svn. I also attached an example
file. Try it out with the patch and without. It is a lot faster.
Scrolling around in the macro without the patch is nearly impossible.
You'll have t
> the attached patch further polishes the text class names and changes to
warnings.
>
> OK?
I added comments to every change. Some of your changes need to be slightly
changed.
Here they are:
Index: src/callback.cpp
===
--- src/cal
[EMAIL PROTECTED] schrieb:
On Sat, 12 May 2007, Michael Gerz wrote:
this patch brings change tracking output to the PDF world.
What's up with the long lines?
What do you mean?
Michael
Am 19.05.2007 um 15:41 schrieb Abdelrazak Younes:
Abdelrazak Younes wrote:
Stefan Schimanski wrote:
So here is a working patch for 1.5svn. I also attached an example
file. Try it out with the patch and without. It is a lot faster.
Scrolling around in the macro without the patch is nearly
[EMAIL PROTECTED] schrieb:
On Mon, 14 May 2007, José Matos wrote:
On Monday 14 May 2007 21:47:05 Jean-Marc Lasgouttes wrote:
Andre' Martin JMarc José Chr
July 21 4 0 001
July 28 4 2 000
Aug 4 4 4 503
Aug 11
Abdelrazak Younes wrote:
Stefan Schimanski wrote:
So here is a working patch for 1.5svn. I also attached an example
file. Try it out with the patch and without. It is a lot faster.
Scrolling around in the macro without the patch is nearly impossible.
You'll have to disable "instant preview" t
Helge Hafting schrieb:
Jean-Marc Lasgouttes wrote:
You see this as natural from the programmer POV, but I am not sure it
is so clear from the user point of view. What about renaming the entry
as "Outline" or "Show outline"?
Good idea. The current name might make the user think it
is for mo
> This is the final one. It sets the screen font of listings to foreground (i.e.
> black).
I'm imperssed about your speed in fixing bugs!
The patch works here for all cases.
There's only one bit now: The listings inset itself has a document language, so that it gets blue
underlined when copyin
Hi,
the attached patch further polishes the text class names and changes to
warnings.
OK?
Michael
Index: src/callback.cpp
===
--- src/callback.cpp (Revision 18421)
+++ src/callback.cpp (Arbeitskopie)
@@ -401,9 +401,9 @@
// FIXM
Stefan Schimanski wrote:
So here is a working patch for 1.5svn. I also attached an example file.
Try it out with the patch and without. It is a lot faster. Scrolling
around in the macro without the patch is nearly impossible.
You'll have to disable "instant preview" to really see the differenc
Sorry, mixed the patch with the marker patch. Here it is again
Stefan
mathmacrospeedup.patch
Description: Binary data
So here is a working patch for 1.5svn. I also attached an example
file. Try it out with the patch and without. It is a lot faster.
Scrolling around in the macro without
Peter Kümmel wrote:
Next try. To see how it works change the event_delay_ms
variable in the constructor to 3000 and use -dbg 12.
This looks way too complicated Peter. There must be a simpler solution.
Abdel.
So here is a working patch for 1.5svn. I also attached an example
file. Try it out with the patch and without. It is a lot faster.
Scrolling around in the macro without the patch is nearly impossible.
Moreover I did some minor cleanup of the code, especially setting up
the coordinate cache.
Bo Peng schrieb:
Please test the attached patch. I will wait for another OK to commit.
This is OK now.
thanks and regards
Uwe
Am 19.05.2007 um 14:48 schrieb Andre Poenitz:
On Sat, May 19, 2007 at 10:52:48AM -, [EMAIL PROTECTED] wrote:
+ // Must use new as np is not known at compile time.
+ boost::scoped_array points(new QPoint[np]);
There are never more than five of them, are there?
So you could as
On Sat, May 19, 2007 at 10:53:39AM +0200, Peter Kümmel wrote:
>
> > +#include
> >
>
> not needed will remove it
>
> > class QWidget;
>
> > + ///
> > + QTimer delayed_scrollbar_sync;
> > + ///
> > + QTimer delayed_key_event;
> > + struct key_info { QKeySymbol* sym; Qt::KeyboardModi
Ran Rutenberg schrieb:
Can I commit it?:
Of course - that's what I wished.
But as we are in release freeze, I needed 2 OKs before. I interprete mine, Bo, and Martin as OK, so
I put it in and also corrected the wrong "he" prefix:
http://www.lyx.org/trac/changeset/18420
http://www.lyx.org/tr
On Sat, May 19, 2007 at 11:18:37AM +0300, Martin Vermeer wrote:
> On Tue, May 15, 2007 at 11:27:12AM +0200, [EMAIL PROTECTED] wrote:
> > On Mon, 14 May 2007, José Matos wrote:
> >
> > >On Monday 14 May 2007 21:47:05 Jean-Marc Lasgouttes
> > >wrote:
> >
> Andre' Martin JMarc José Chr
On Sat, May 19, 2007 at 10:52:48AM -, [EMAIL PROTECTED] wrote:
> + // Must use new as np is not known at compile time.
> + boost::scoped_array points(new QPoint[np]);
There are never more than five of them, are there?
So you could as well use a static array and assert on np.
Andre'
On Mon, 14 May 2007, [EMAIL PROTECTED] wrote:
On Sun, 13 May 2007, Pavel Sanda wrote:
> Someone (trama ngs.ru) attached a spam attachment to
>
> http://bugzilla.lyx.org/show_bug.cgi?id=993
>
> I don't know how to remove the attachment, does anyone else?
afaik bugzilla has not such fu
On Sat, 19 May 2007, Jean-Marc Lasgouttes wrote:
"Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Fri, May 18, 2007 at 01:05:32PM +0200, Jean-Marc Lasgouttes
Andre> wrote:
Aussie is very very slow currently. It is not clear why from a top
listing. I'd like to restart httpd to s
Jürgen Spitzmüller wrote:
> Better patch attached.
This is the final one. It sets the screen font of listings to foreground (i.e.
black).
Jürgen
Index: src/insets/InsetListings.h
===
--- src/insets/InsetListings.h (revision 18408)
+
Stefan Schimanski wrote:
This simple patch got lost. Didn't get the mail back from the
mailinglist, but the archive shows it... strange. So here it is again.
Waiting for comments.
Looks good.
Abdel.
This simple patch got lost. Didn't get the mail back from the
mailinglist, but the archive shows it... strange. So here it is
again. Waiting for comments.
Stefan
Another thing I just noticed when making the screenshot: the
markers overpaint some parts of the boxes. See in the screenshot. A
Richard Heck wrote:
Index: Paragraph.h
===
--- Paragraph.h (revision 18413)
+++ Paragraph.h (working copy)
@@ -359,9 +359,11 @@
///
bool hfillExpansion(Row const & row, pos_type pos) const;
- /// Check if we are in
--- Bennett Helm <[EMAIL PROTECTED]> wrote:
> On May 18, 2007, at 8:45 PM, John Kane wrote:
>
> >
> > --- Bennett Helm <[EMAIL PROTECTED]> wrote:
> >
> >> On May 18, 2007, at 7:23 PM, John Kane wrote:
> >>
> >>> --- "A. Scottedward Hodel" <[EMAIL PROTECTED]>
> wrote:
> >>>
> I want to echo
José Matos wrote:
> On Friday 18 May 2007 10:22:40 am Peter Kümmel wrote:
>> Do you use the open source C++ library QuantLib somewhere in your projects?
>> http://quantlib.org/
>
> I am considering it but usually I use python and R libraries. :-)
>
There is a binding of quantlibs to R:
http://
Jürgen Spitzmüller wrote:
> Please test. I'll commit if I get two OKs (Uwe, Bo?).
Better patch attached.
Jürgen
Index: src/insets/InsetListings.cpp
===
--- src/insets/InsetListings.cpp (revision 18408)
+++ src/insets/InsetListings.cp
José Matos wrote:
> On Friday 18 May 2007 10:18:17 am Peter Kümmel wrote:
>> Nice to hear. Do you use the merge option to speed up compilation?
>
> I am considering it.
> This blog entry made me curious: C++ noodling, http://tromey.com/blog/?p=352
>
Yes you could assume a speed up of 4-5 by swit
Peter Kümmel wrote:
> Next try. To see how it works change the event_delay_ms
> variable in the constructor to 3000 and use -dbg 12.
>
>
> Please test if scrolling works when
>
> - moving the slider with the mouse
> - clicking in the scroll bar
> - pressing page up/down keys
> - arrow keys
> - a
Jürgen asked me to post this patch:
http://bugzilla.lyx.org/attachment.cgi?id=1688&action=view
It works for me, but I still understand the font business only partly, so
please test carefully.
José, please tell if/when this should go in.
Georg
Peter Kümmel wrote:
Have fun!
Do you know that beta3 is out?
Yes, now I'm going to try it.
Hope you get not other problems because of iconv.
I will report if there is any.
Thanks,
Koji
Am Freitag, 18. Mai 2007 21:14 schrieb José Matos:
> On Friday 18 May 2007 7:42:56 pm Richard Heck wrote:
> > The attached patch addresses these bugs, all of which have to do with
> > export, viewing, and the like---ultimately, with the conversion
> > routines. The patch introduces a new conversio
Koji Yokota wrote:
> Peter Kümmel wrote:
>> bformat is just a call to boost:
>>
>> boost::basic_format(fmt) % arg1).str();
>>
>> So it is a boost bug when checking the format string,
>> or our string is somehow invalid. This does not help much.
>>
>> But we could disable boost format, so please try
Andre Poenitz wrote:
> On Fri, May 18, 2007 at 01:38:39PM +0100, José Matos wrote:
>> On Friday 18 May 2007 10:18:17 am Peter Kümmel wrote:
>>> Nice to hear. Do you use the merge option to speed up compilation?
>> I am considering it.
>> This blog entry made me curious: C++ noodling, http://tromey.
Peter Kümmel wrote:
bformat is just a call to boost:
boost::basic_format(fmt) % arg1).str();
So it is a boost bug when checking the format string,
or our string is somehow invalid. This does not help much.
But we could disable boost format, so please try attached patch.
Peter, with this pat
> +#include
>
not needed will remove it
> class QWidget;
> + ///
> + QTimer delayed_scrollbar_sync;
> + ///
> + QTimer delayed_key_event;
> + struct key_info { QKeySymbol* sym; Qt::KeyboardModifiers mod; };
> + std::vector delayed_keys;
> };
Andre, any tips how to
Next try. To see how it works change the event_delay_ms
variable in the constructor to 3000 and use -dbg 12.
Please test if scrolling works when
- moving the slider with the mouse
- clicking in the scroll bar
- pressing page up/down keys
- arrow keys
- arrow buttons on the scroll bar
- using the
On Tue, May 15, 2007 at 11:27:12AM +0200, [EMAIL PROTECTED] wrote:
> On Mon, 14 May 2007, José Matos wrote:
>
> >On Monday 14 May 2007 21:47:05 Jean-Marc Lasgouttes
> >wrote:
>
Andre' Martin JMarc José Chr
July 21 4 0 001
July 28 4 2 000
On Fri, May 18, 2007 at 01:38:39PM +0100, José Matos wrote:
> On Friday 18 May 2007 10:18:17 am Peter Kümmel wrote:
> > Nice to hear. Do you use the merge option to speed up compilation?
>
> I am considering it.
> This blog entry made me curious: C++ noodling, http://tromey.com/blog/?p=352
I earl
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Fri, May 18, 2007 at 01:05:32PM +0200, Jean-Marc Lasgouttes
Andre> wrote:
>> Aussie is very very slow currently. It is not clear why from a top
>> listing. I'd like to restart httpd to see what happens. Is that
>> always a safe
Koji Yokota wrote:
> Peter Kümmel wrote:
>> We still don't know which string is wrong
>> so here the next code:
>>
>> docstring format = _("LyX directory, %1$s. \n");
>> lyxerr << "format = " << to_utf8(format) << endl;
>>
>> docstring path = from_utf8("/home/dir/");
>> lyxerr << "p
> "Micha" == Micha Feigin <[EMAIL PROTECTED]> writes:
Micha> A box of height 0pt is theoretically possible although I'm not
Micha> sure why anyone would want it (it's much less useful than an
Micha> automatic height box).
It is a usual trick to put two strings one over the other.
JMarc
On Fri, May 18, 2007 at 01:05:32PM +0200, Jean-Marc Lasgouttes wrote:
>
> Aussie is very very slow currently. It is not clear why from a top
> listing. I'd like to restart httpd to see what happens. Is that always
> a safe thing to do?
Pretty safe, yes.
> Is it just a
> sudo /etc/init.d/httpd re
Andre Poenitz wrote:
> On Fri, May 18, 2007 at 08:43:12AM +0200, Peter Kümmel wrote:
>> Andre Poenitz wrote:
===
--- src/frontends/qt4/GuiWorkArea.cpp (revision 18380)
+++ src/frontends/qt4/GuiWorkArea.cpp (wor
1 - 100 of 107 matches
Mail list logo