converting python scripts to utf-8

2006-08-04 Thread José Matos
Hi, I would like to convert all python scripts to utf-8. Does anyone opposes such move? Best regards, -- José Abílio

Re: Clipboard overhaul?

2006-08-04 Thread Andre Poenitz
On Wed, Aug 02, 2006 at 08:00:59AM +0200, Juergen Spitzmueller wrote: Bo Peng wrote: BTW, bug 1919 mentioned some idea called grid paste. Can anyone elaborate on it? An idea André came up with we discussed how to fix the broken tabular paste mechanism:

Re: converting python scripts to utf-8

2006-08-04 Thread Bo Peng
On 8/4/06, José Matos [EMAIL PROTECTED] wrote: Hi, I would like to convert all python scripts to utf-8. Does anyone opposes such move? As long there is no warning message regarding non-displayable characters (mostly for author names), and the stripped python in the current windows

Re: converting python scripts to utf-8

2006-08-04 Thread José Matos
On Friday 04 August 2006 14:41, Bo Peng wrote: and the stripped python in the current windows installer can handle utf-8... Plain and simple: if the stripped versions does not handle utf-8 it is broken and should be fixed. For a Friday it is the simplest answer I can give. Bo -- José

Re: converting python scripts to utf-8

2006-08-04 Thread Bo Peng
Plain and simple: if the stripped versions does not handle utf-8 it is broken and should be fixed. For a Friday it is the simplest answer I can give. I think it should, but Joost would better check the installer against this when 1.4.3 is out. Bo

Re: [PATCH] Add more controls to the view source dialog.

2006-08-04 Thread Bo Peng
Dear all, The patch has been committed. The function names are writeXXXSource for the ostream version and makeXXXFile for the file version, where XXX is LaTeX, LinuxDoc and DocBook. I did not touch the Ascii file since writeAsciiSource does not sound right. 'write' seems to be better than

Re: converting python scripts to utf-8

2006-08-04 Thread José Matos
On Friday 04 August 2006 15:04, Bo Peng wrote: I think it should, but Joost would better check the installer against this when 1.4.3 is out. I intend to do this just for 1.5, not 1.4. Bo -- José Abílio

Latest SVN lyx: make dist failure

2006-08-04 Thread Kayvan A. Sylvan
Probably a simple change in one of the Makefile.am files... - Forwarded message from Cron Daemon [EMAIL PROTECTED] - Configuration Host type: x86_64-unknown-linux-gnu Special build flags:aiksaurus assertions pch concept-checks stdlib-debug warnings

GuiWorkArea: #undef QT3_SUPPORT

2006-08-04 Thread Peter Kümmel
Attached a patch which removes the usage of QT3_SUPPORT functions in GuiWorkArea. Summary: * Different types for mouse buttons and keys: -key_modifier::state q_key_state(Qt::ButtonState state) +key_modifier::state q_key_state(Qt::KeyboardModifiers state) -mouse_button::state

Bug: qt4 mouse wheel scrolling

2006-08-04 Thread Peter Kümmel
Scrolling with the mouse wheel does not work for the qt4 frontend. Is this a bug of GuiWorkArea? Peter

Re: Latest SVN lyx: make dist failure

2006-08-04 Thread Lars Gullik Bjønnes
Kayvan A. Sylvan [EMAIL PROTECTED] writes: | Probably a simple change in one of the Makefile.am files... Right. | make[1]: *** No rule to make target `gnome--.m4', needed by `distdir'. Stop. Delete it from EXTRA_DIST -- Lgb

converting python scripts to utf-8

2006-08-04 Thread José Matos
Hi, I would like to convert all python scripts to utf-8. Does anyone opposes such move? Best regards, -- José Abílio

Re: Clipboard overhaul?

2006-08-04 Thread Andre Poenitz
On Wed, Aug 02, 2006 at 08:00:59AM +0200, Juergen Spitzmueller wrote: > Bo Peng wrote: > > BTW, bug 1919 mentioned some idea called grid paste. Can anyone elaborate > > on it? > > An idea André came up with we discussed how to fix the broken tabular paste > mechanism: >

Re: converting python scripts to utf-8

2006-08-04 Thread Bo Peng
On 8/4/06, José Matos <[EMAIL PROTECTED]> wrote: Hi, I would like to convert all python scripts to utf-8. Does anyone opposes such move? As long there is no warning message regarding non-displayable characters (mostly for author names), and the stripped python in the current windows

Re: converting python scripts to utf-8

2006-08-04 Thread José Matos
On Friday 04 August 2006 14:41, Bo Peng wrote: > and the stripped python in the > current windows installer can handle utf-8... Plain and simple: if the stripped versions does not handle utf-8 it is broken and should be fixed. For a Friday it is the simplest answer I can give. > Bo -- José

Re: converting python scripts to utf-8

2006-08-04 Thread Bo Peng
Plain and simple: if the stripped versions does not handle utf-8 it is broken and should be fixed. For a Friday it is the simplest answer I can give. I think it should, but Joost would better check the installer against this when 1.4.3 is out. Bo

Re: [PATCH] Add more controls to the view source dialog.

2006-08-04 Thread Bo Peng
Dear all, The patch has been committed. The function names are writeXXXSource for the ostream version and makeXXXFile for the file version, where XXX is LaTeX, LinuxDoc and DocBook. I did not touch the Ascii file since writeAsciiSource does not sound right. 'write' seems to be better than

Re: converting python scripts to utf-8

2006-08-04 Thread José Matos
On Friday 04 August 2006 15:04, Bo Peng wrote: > I think it should, but Joost would better check the installer against > this when 1.4.3 is out. I intend to do this just for 1.5, not 1.4. > Bo -- José Abílio

Latest SVN lyx: "make dist" failure

2006-08-04 Thread Kayvan A. Sylvan
Probably a simple change in one of the Makefile.am files... - Forwarded message from Cron Daemon <[EMAIL PROTECTED]> - Configuration Host type: x86_64-unknown-linux-gnu Special build flags:aiksaurus assertions pch concept-checks stdlib-debug warnings

GuiWorkArea: #undef QT3_SUPPORT

2006-08-04 Thread Peter Kümmel
Attached a patch which removes the usage of QT3_SUPPORT functions in GuiWorkArea. Summary: * Different types for mouse buttons and keys: -key_modifier::state q_key_state(Qt::ButtonState state) +key_modifier::state q_key_state(Qt::KeyboardModifiers state) -mouse_button::state

Bug: qt4 mouse wheel scrolling

2006-08-04 Thread Peter Kümmel
Scrolling with the mouse wheel does not work for the qt4 frontend. Is this a bug of GuiWorkArea? Peter

Re: Latest SVN lyx: "make dist" failure

2006-08-04 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | Probably a simple change in one of the Makefile.am files... Right. | make[1]: *** No rule to make target `gnome--.m4', needed by `distdir'. Stop. Delete it from EXTRA_DIST -- Lgb