Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Tue, Nov 26, 2002 at 08:55:20PM +0100, Lars Gullik Bj?nnes wrote:
| > |
| > | So should I move this function to frontends/qt/qt_helpers.C
| > | (this file doesn't exist now) ?
| >
| > Yes, why not. Or any other file that fits the bill.
|
| Here is the
On Tue, Nov 26, 2002 at 08:55:20PM +0100, Lars Gullik Bj?nnes wrote:
> |
> | So should I move this function to frontends/qt/qt_helpers.C
> | (this file doesn't exist now) ?
>
> Yes, why not. Or any other file that fits the bill.
Here is the latest version of the patch.
Now I'm just waiting for s
Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Tue, Nov 26, 2002 at 07:02:21PM +0100, Lars Gullik Bj?nnes wrote:
| > +string makeFontName(string const & family, string const & foundry)
| > +{
| > + if (foundry.empty())
| > + return family;
| > +#if QT_VERSION >= 300
| > + r
On Tue, Nov 26, 2002 at 07:02:21PM +0100, Lars Gullik Bj?nnes wrote:
> +string makeFontName(string const & family, string const & foundry)
> +{
> + if (foundry.empty())
> + return family;
> +#if QT_VERSION >= 300
> + return family + '[' + foundry + ']';
> +#else
> +
Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Tue, Nov 26, 2002 at 05:28:03PM +0200, Dekel Tsur wrote:
>>
>> Here is the patch that implements the above for the QT frontend.
>> Please check that it works correctly with QT2.
>
| I had a small error in the patch above and it probably hadn't functione
On Tue, Nov 26, 2002 at 05:28:03PM +0200, Dekel Tsur wrote:
>
> Here is the patch that implements the above for the QT frontend.
> Please check that it works correctly with QT2.
I had a small error in the patch above and it probably hadn't functioned
correctly with QT2. Here is an updated version
On Tue, Nov 26, 2002 at 01:08:20PM +0200, Dekel Tsur wrote:
> Here is what should be done:
> 1. In lyxrc.C, we should be able to read old preferences file
> (or perhaps we should write a preferences file converter ?).
>
> 2. In the frontend font loader, the code should combine the family &
> found
Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Tue, Nov 26, 2002 at 01:06:59PM +0100, Lars Gullik Bj?nnes wrote:
>> | Dekel> Do you mean that in lyxrc we should store two variable for each
>> | Dekel> font: family & foundary (e.g.
>> | Dekel> roman_font_family/roman_font_foundry) ? Also, should we us
On Tue, Nov 26, 2002 at 01:06:59PM +0100, Lars Gullik Bj?nnes wrote:
> | Dekel> Do you mean that in lyxrc we should store two variable for each
> | Dekel> font: family & foundary (e.g.
> | Dekel> roman_font_family/roman_font_foundry) ? Also, should we use in
> | Dekel> the preferences file: \screen
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
>
| Dekel> On Sun, Nov 24, 2002 at 11:53:32PM +0100, Lars Gullik Bj?nnes
| Dekel> wrote:
>>> I belive the fault is at the xforms side actually, in that we are
>>> way to low-level in the lyxrc
Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Sun, Nov 24, 2002 at 11:53:32PM +0100, Lars Gullik Bj?nnes wrote:
>> I belive the fault is at the xforms side actually, in that we are way
>> to low-level in the lyxrc file, i.e. "-*-times". We should to the same
>> with the xforms frontend that has been
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Mon, Nov 25, 2002 at 01:51:24PM +0100, Jean-Marc Lasgouttes
John> wrote: Should this be solved with qt-only menu layout ?
>> It could be an optitem and the lfun should be disabled if there is
>> nothing hooked to the signal.
John> H
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> On Sun, Nov 24, 2002 at 11:53:32PM +0100, Lars Gullik Bj?nnes
Dekel> wrote:
>> I belive the fault is at the xforms side actually, in that we are
>> way to low-level in the lyxrc file, i.e. "-*-times". We should to
>> the same with the
On Tuesday 26 November 2002 11:08 am, Dekel Tsur wrote:
> 4. What should be done in the XForms dialog ?
> The alternatives are:
> - For each font, replace the text input widget by a combox like the QT
> preferences dialog.
That'd be nice...
Angus
> - Create two text input widgets for each font.
On Sun, Nov 24, 2002 at 11:53:32PM +0100, Lars Gullik Bj?nnes wrote:
> I belive the fault is at the xforms side actually, in that we are way
> to low-level in the lyxrc file, i.e. "-*-times". We should to the same
> with the xforms frontend that has been done in qt, have a style
> "Times" and a fou
On Sunday 24 November 2002 17:53, John Levon wrote:
> If there are any bugs you think are needed for 1.3.0 please tell me
>
> bug 666
> lyx2lyx cannot load elasticity.lyx
>
> Can a lyx2lyx person comment on this please ?
I am looking into this. As well as the other lyx2lyx related bugs.
On Mon, Nov 25, 2002 at 01:51:24PM +0100, Jean-Marc Lasgouttes wrote:
> John> Should this be solved with qt-only menu layout ?
>
> It could be an optitem and the lfun should be disabled if there is
> nothing hooked to the signal.
Hmm, maybe. I was thinking of #define FRONTEND_NAME in co
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> bug 719 Preamble menu item does nothing
John> Should this be solved with qt-only menu layout ?
It could be an optitem and the lfun should be disabled if there is
nothing hooked to the signal.
Another bug: LYX_CHECK_DECL does not wo
John Levon wrote:
> bug 710
> qdocument not complete
>
> Still needs comment on what needs doing
AFAIK the only missing thing is that setting bullets does not automatically
use the packages which are needed (e.g. pifont).
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg48002.html
>
On Sun, Nov 24, 2002 at 11:53:32PM +0100, Lars Gullik Bjønnes wrote:
> I belive the fault is at the xforms side actually, in that we are way
> to low-level in the lyxrc file, i.e. "-*-times". We should to the same
> with the xforms frontend that has been done in qt, have a style
> "Times" and a fo
John Levon <[EMAIL PROTECTED]> writes:
| bug 735
| qt doesn't start with sensible fonts
|
| Dekel has a patch, but I dunno if it works fine with Qt 2
I belive the fault is at the xforms side actually, in that we are way
to low-level in the lyxrc file, i.e. "-*-times". We should to the same
On Sun, Nov 24, 2002 at 07:08:15PM +0100, Herbert Voss wrote:
> ?? I use qt3
OK, thanks. Please report this bug to [EMAIL PROTECTED]
Give them the xev output and tell them that key() is returning
Qt::Key_unknown
regards
john
--
Khendon's Law: If the same point is made twice by the same perso
John Levon schrieb:
bug 737
qt can't handle some keys like Ä
As discussed. Perhaps we could force such users to use Qt 3
?? I use qt3
Herbert
--
http://www.educat.hu-berlin.de/~voss/lyx/
If there are any bugs you think are needed for 1.3.0 please tell me
bug 666
lyx2lyx cannot load elasticity.lyx
Can a lyx2lyx person comment on this please ?
bug 638
lyx goes infinite loop on input file
Still needs triage from someone
bug 710
qdocument not complete
Sti
On Mon, Nov 18, 2002 at 12:53:34PM +, John Levon wrote:
> > I don't think this is easy to fix. We would have to redo the
> > whole page-up/down scroll routine to not scroll on lyx-rows but
> > on real screen heigth.
>
> Well, do we ? Surelly all we need is the cursor placement routine to
> ope
On Mon, Nov 18, 2002 at 09:33:03AM +0100, Michael Schmitt wrote:
> - "Search" as well as "replace all" sometimes miss some places (in
> particular in tabulars
> and insets) (see also #576).
if it's "also" can you provide simple testcases (I know you're good at
that).
> - When a search str
On Mon, Nov 18, 2002 at 09:06:11AM +0100, Juergen Vigna wrote:
> >infinite loop trying to search
> >http://bugzilla.lyx.org/show_bug.cgi?id=615
> >page down for large tables broken
> >http://bugzilla.lyx.org/show_bug.cgi?id=618
> >
> > - need guru help
>
> I don't think this is easy to fix. W
Hi John,
two more bugs (at least in 1.2.2cvs):
- "Search" as well as "replace all" sometimes miss some places (in
particular in tabulars
and insets) (see also #576).
- When a search string is found in a math formula, sometimes the
screen is not updated correctly
(formula is outside sc
John Levon wrote:
If there are bugs that should be on this list but aren't, tell me.
infinite loop trying to search
http://bugzilla.lyx.org/show_bug.cgi?id=615
page down for large tables broken
http://bugzilla.lyx.org/show_bug.cgi?id=618
- need guru help
I don't think this is easy to fix. We
If there are bugs that should be on this list but aren't, tell me.
infinite loop trying to search
http://bugzilla.lyx.org/show_bug.cgi?id=615
page down for large tables broken
http://bugzilla.lyx.org/show_bug.cgi?id=618
- need guru help
http://bugzilla.lyx.org/show_bug.cgi?id=638
Lyx go
http://tinyurl.com/2b0y
mostly Qt bugs.
john
--
""All the people we like are We, and everyone else is They."
- Kipling
On Wed, Oct 30, 2002 at 07:11:06PM +0200, Dekel Tsur wrote:
> Bug #668 is very serious.
yes thanks
john
--
""All the people we like are We, and everyone else is They."
- Kipling
On Wed, Oct 30, 2002 at 01:35:35AM +, John Levon wrote:
> http://tinyurl.com/2b0y
>
> Please inform me about other bugs not listed here that must be fixed
> before 1.3.0 !
Bug #668 is very serious.
Another example for this bug (or perhaps a different bug) is given in
the attached file:
When
On Wed, Oct 30, 2002 at 09:55:40AM +0100, Juergen Spitzmueller wrote:
> and perhaps the other stuff on qt/TODO
yes, I should fill up bugzilla
john
--
""All the people we like are We, and everyone else is They."
- Kipling
On Wed, Oct 30, 2002 at 06:35:02AM +, Philippe Elie wrote:
> #11 0x40380d99 in QPrintDialog::~QPrintDialog ()
>from /usr/lib/qt/lib/libqt-mt.so.3
argh ! how silly :)
Now I need a different name ...
thanks Phil
john
--
""All the people we like are We, and everyone else is They."
Am Mittwoch, 30. Oktober 2002 02:35 schrieb John Levon:
> Please inform me about other bugs not listed here that must be fixed
> before 1.3.0 !
>
> Qt
QDocument:
(from TODO)
- finalize bullets
- buffer should update after apply
- set default unit if metric
Philippe Elie wrote:
John Levon wrote:
#10 0x4038c62a in QDialog::~QDialog () from /usr/lib/qt/lib/libqt-mt.so.3
#11 0x40380d99 in QPrintDialog::~QPrintDialog ()
from /usr/lib/qt/lib/libqt-mt.so.3
^
you have a name conflict between your
QPrintDialog and th
John Levon wrote:
http://tinyurl.com/2b0y
Please inform me about other bugs not listed here that must be fixed
before 1.3.0 !
Qt
--
544 Print dialog gets deleted twice -> crash
not called twice, rather your ~QPrintDialog is never called
- doesn't affect xforms. I need help here badly
#9
http://tinyurl.com/2b0y
Please inform me about other bugs not listed here that must be fixed
before 1.3.0 !
Qt
--
544 Print dialog gets deleted twice -> crash
- doesn't affect xforms. I need help here badly
695 qt: no tabular dialog
528 qt2 frontend: Edit -> Preferences Dialog missing
39 matches
Mail list logo