]> git.lyx.org Git - lyx.git/log
lyx.git
16 years agolatex_lang should not have a babel language
Jean-Marc Lasgouttes [Sat, 4 Aug 2007 12:42:08 +0000 (12:42 +0000)]
latex_lang should not have a babel language

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19302 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix bug 4094: HTML export issue with FAT32 on Linux.
Richard Heck [Sat, 4 Aug 2007 03:04:23 +0000 (03:04 +0000)]
Fix bug 4094: HTML export issue with FAT32 on Linux.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19298 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agorevert r19291 (mk4ht returns the wrong error code))
Jean-Marc Lasgouttes [Fri, 3 Aug 2007 21:19:29 +0000 (21:19 +0000)]
revert r19291 (mk4ht returns the wrong error code))

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19296 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix bugs 4077 and 4086.
Richard Heck [Fri, 3 Aug 2007 16:09:42 +0000 (16:09 +0000)]
Fix bugs 4077 and 4086.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19293 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUse `mk4ht oolatex' instead of `htlatex etc etc etc', per Jean-Pierre's advice.
Richard Heck [Fri, 3 Aug 2007 14:45:43 +0000 (14:45 +0000)]
Use `mk4ht oolatex' instead of `htlatex etc etc etc', per Jean-Pierre's advice.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19291 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix bug 4096. Don't disconnect the buffer until we're ready to connect again.
Richard Heck [Fri, 3 Aug 2007 14:07:39 +0000 (14:07 +0000)]
Fix bug 4096. Don't disconnect the buffer until we're ready to connect again.
Also, clean up the code a little.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19287 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agohonor all the link flags coming from pkg-config
Jean-Marc Lasgouttes [Fri, 3 Aug 2007 10:36:49 +0000 (10:36 +0000)]
honor all the link flags coming from pkg-config

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19285 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agocredit Darren
Jean-Marc Lasgouttes [Fri, 3 Aug 2007 10:12:46 +0000 (10:12 +0000)]
credit Darren

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19282 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago * src/support/gzstream,cpp:
Jean-Marc Lasgouttes [Wed, 1 Aug 2007 15:16:44 +0000 (15:16 +0000)]
* src/support/gzstream,cpp:
* src/support/gzstream.h: re-introduce the stream we were using in
1.4.x. The boost iostream solution produces unreadable streams
on windows and we do not know why currently.

* src/support/Makefile.am:
* src/Buffer.cpp:
* src/Lexer.cpp:
* development/scons/scons_manifest.py: adapt.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19271 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago * LyXAction.cpp: mark LFUN_SERVER_GOTO_FILE_ROW as working for
Jean-Marc Lasgouttes [Wed, 1 Aug 2007 13:16:24 +0000 (13:16 +0000)]
    * LyXAction.cpp: mark LFUN_SERVER_GOTO_FILE_ROW as working for
        read-only files (fixes bug 4023)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19268 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago[2085] Get OpenDocument export working when htlatex is available but oolatex
Richard Heck [Tue, 31 Jul 2007 17:18:02 +0000 (17:18 +0000)]
[2085] Get OpenDocument export working when htlatex is available but oolatex
is not. Also check for oowriter as an ODT viewer.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19260 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agosrc/frontends/qt4/GuiApplication.cpp: fix a bug that prevents translator of languages...
Bo Peng [Tue, 31 Jul 2007 17:09:50 +0000 (17:09 +0000)]
src/frontends/qt4/GuiApplication.cpp: fix a bug that prevents translator of languages with long names to be loaded

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19259 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoupdate email address for Hartmut Haase
Jean-Marc Lasgouttes [Tue, 31 Jul 2007 14:31:55 +0000 (14:31 +0000)]
update email address for Hartmut Haase

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19254 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago * CutAndPaste.cpp (pasteSelection): do not set the selection after
Jean-Marc Lasgouttes [Tue, 31 Jul 2007 13:34:09 +0000 (13:34 +0000)]
* CutAndPaste.cpp (pasteSelection): do not set the selection after
pasting.

* Text3.cpp (doDispatch/LFUN_MOUSE_PRESS): reorganize the code to make
sure that mouseSetCursor gets called (and therefore persistent selection
stored as needed).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19252 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUse home made code for the bool facet.
Enrico Forestieri [Tue, 31 Jul 2007 13:13:23 +0000 (13:13 +0000)]
Use home made code for the bool facet.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19250 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* lib/Makefile.am:
Jürgen Spitzmüller [Tue, 31 Jul 2007 04:46:09 +0000 (04:46 +0000)]
* lib/Makefile.am:
* development/scons/scons_manifest.py:
- add apa template.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19247 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoSCons: allow linking SConstruct to lyx top source directory because I am tired of...
Bo Peng [Mon, 30 Jul 2007 15:46:19 +0000 (15:46 +0000)]
SCons: allow linking SConstruct to lyx top source directory because I am tired of typing development/scons/SConstrct again and again

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19243 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* src/LyXFunc.cpp (doDispatch):
Jürgen Spitzmüller [Mon, 30 Jul 2007 14:55:27 +0000 (14:55 +0000)]
* src/LyXFunc.cpp (doDispatch):
- force full screen update on buffer switch (fixes bug 3969).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19241 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* src/frontends/controllers/frontend_helpers.{cpp,h}:
Jürgen Spitzmüller [Mon, 30 Jul 2007 13:48:46 +0000 (13:48 +0000)]
* src/frontends/controllers/frontend_helpers.{cpp,h}:
- new function getSortedColors
* src/frontends/qt4/QPrefs.cpp:
- use that to sort the colors (bug 2571)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19236 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoAdd missing facets for extraction from an idocstream on platforms
Enrico Forestieri [Mon, 30 Jul 2007 13:15:27 +0000 (13:15 +0000)]
Add missing facets for extraction from an idocstream on platforms
lacking support for wchar_t. This solves bug 4076.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19233 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* src/Text3.cpp (doDispatch):
Jürgen Spitzmüller [Mon, 30 Jul 2007 10:33:43 +0000 (10:33 +0000)]
* src/Text3.cpp (doDispatch):
- always replace selected text when inserting an inset (bug 672)
- inset selected text in inserted URL inset (bug 683)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19231 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* src/LaTeX.cpp: Get rid of annoying LaTeX error after changing the document language
Jürgen Spitzmüller [Fri, 27 Jul 2007 18:42:48 +0000 (18:42 +0000)]
* src/LaTeX.cpp: Get rid of annoying LaTeX error after changing the document language
  (bug 2468)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19229 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* lib/template/apa.lyx: update to 1.5 format.
Jürgen Spitzmüller [Fri, 27 Jul 2007 18:31:13 +0000 (18:31 +0000)]
* lib/template/apa.lyx: update to 1.5 format.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19228 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* lib/template/apa.lyx: new file (fix bug 2390).
Jürgen Spitzmüller [Fri, 27 Jul 2007 18:26:08 +0000 (18:26 +0000)]
* lib/template/apa.lyx: new file (fix bug 2390).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19225 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix Bug 4053: Update other controls allows invalid listings parameters to be passed...
Bo Peng [Fri, 27 Jul 2007 18:17:00 +0000 (18:17 +0000)]
Fix Bug 4053: Update other controls allows invalid listings parameters to be passed in listings-related dialogs.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19224 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix dictionary downloading
Joost Verburg [Wed, 25 Jul 2007 18:42:22 +0000 (18:42 +0000)]
fix dictionary downloading

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19210 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoMove back to svn (the development for the next major release)
José Matox [Wed, 25 Jul 2007 13:16:00 +0000 (13:16 +0000)]
Move back to svn (the development for the next major release)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19209 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoLyX 1.5.0 is released 1.5.0
José Matox [Wed, 25 Jul 2007 13:07:59 +0000 (13:07 +0000)]
LyX 1.5.0 is released

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19205 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoquick fix for bug: "select, select, middle-button paste" pastes the first selection
Bo Peng [Wed, 25 Jul 2007 05:12:52 +0000 (05:12 +0000)]
quick fix for bug: "select, select, middle-button paste" pastes the first selection

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19199 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agorevert locale sorting since it gives problems with gcc 3.x (see bug 2738)
José Matox [Tue, 24 Jul 2007 22:50:46 +0000 (22:50 +0000)]
revert locale sorting since it gives problems with gcc 3.x (see bug 2738)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19198 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoconfigure.py: add support for the EMF file format and the metafile2eps conversion...
Joost Verburg [Tue, 24 Jul 2007 21:08:25 +0000 (21:08 +0000)]
configure.py: add support for the EMF file format and the metafile2eps conversion utility for WMF/EMF to EPS conversion

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19196 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoupdate announce and synchronise with news
José Matox [Tue, 24 Jul 2007 20:42:35 +0000 (20:42 +0000)]
update announce and synchronise with news

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19195 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoupdate announce
José Matox [Tue, 24 Jul 2007 18:39:31 +0000 (18:39 +0000)]
update announce

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19193 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUpdate lyx examples to latest file format (for 1.5.0 release)
José Matox [Tue, 24 Jul 2007 17:45:46 +0000 (17:45 +0000)]
Update lyx examples to latest file format (for 1.5.0 release)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19192 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUpdate documentation to latest file format (for 1.5.0 release)
José Matox [Tue, 24 Jul 2007 17:43:36 +0000 (17:43 +0000)]
Update documentation to latest file format (for 1.5.0 release)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19191 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUpdate documentation to latest file format (for 1.5.0 release)
José Matox [Tue, 24 Jul 2007 17:39:27 +0000 (17:39 +0000)]
Update documentation to latest file format (for 1.5.0 release)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19190 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoConvert layout files to utf8
José Matox [Tue, 24 Jul 2007 17:16:35 +0000 (17:16 +0000)]
Convert layout files to utf8

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19189 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUpdate from 1.4.x branch
José Matox [Tue, 24 Jul 2007 17:00:01 +0000 (17:00 +0000)]
Update from 1.4.x branch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19188 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* src/Text3.cpp:
Jürgen Spitzmüller [Tue, 24 Jul 2007 15:18:21 +0000 (15:18 +0000)]
* src/Text3.cpp:
- quick fix for bug 4055 (with FIXME comments)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19185 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoadd to ANNOUNCE the need to run qtconfig if CJK characters can not be displayed
Bo Peng [Tue, 24 Jul 2007 15:04:40 +0000 (15:04 +0000)]
add to ANNOUNCE the need to run qtconfig if CJK characters can not be displayed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19184 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoPrepare for lyx 1.4.5
José Matox [Tue, 24 Jul 2007 14:29:21 +0000 (14:29 +0000)]
Prepare for lyx 1.4.5

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19182 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* lib/doc/UserGuide.lyx:
Jürgen Spitzmüller [Tue, 24 Jul 2007 08:50:41 +0000 (08:50 +0000)]
* lib/doc/UserGuide.lyx:
* lib/doc/de/UserGuide.lyx:
- document the different utf-encodings.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19181 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoAnnounce support for local class and layout files
Bo Peng [Mon, 23 Jul 2007 17:46:35 +0000 (17:46 +0000)]
Announce support for local class and layout files

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19173 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoAnother take at bug 4049
José Matox [Mon, 23 Jul 2007 17:06:32 +0000 (17:06 +0000)]
Another take at bug 4049

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19172 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* src/BufferParams.cpp (writeEncodingPreamble):
Jürgen Spitzmüller [Mon, 23 Jul 2007 16:46:26 +0000 (16:46 +0000)]
* src/BufferParams.cpp (writeEncodingPreamble):
- correct encoding check.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19171 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoSecond part of bug 4050 fix
José Matox [Sun, 22 Jul 2007 20:10:28 +0000 (20:10 +0000)]
Second part of bug 4050 fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19168 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix problem reported by bug 4050 (I am not sure if this fixes the bug)
José Matox [Sun, 22 Jul 2007 19:03:11 +0000 (19:03 +0000)]
Fix problem reported by bug 4050 (I am not sure if this fixes the bug)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19167 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix bug 2049
José Matox [Sun, 22 Jul 2007 18:20:22 +0000 (18:20 +0000)]
Fix bug 2049

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19166 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago * po/ja.po: update by Koji Yokota
Michael Schmitt [Sat, 21 Jul 2007 19:52:57 +0000 (19:52 +0000)]
* po/ja.po: update by Koji Yokota

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19165 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago * src/OutputParams.h:
Michael Schmitt [Sat, 21 Jul 2007 18:10:55 +0000 (18:10 +0000)]
* src/OutputParams.h:
* src/Paragraph.cpp:
* src/OutputParams.cpp: fix LaTeX output in change tracking mode:
text inside logically deleted insets must always be output as logically
deleted

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19164 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix wrong fix r19160. I did not have an extra \end_layout, but missed a \begin_layout
Bo Peng [Sat, 21 Jul 2007 05:45:50 +0000 (05:45 +0000)]
fix wrong fix r19160. I did not have an extra \end_layout, but missed a \begin_layout

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19163 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoAdd a note to README about a bug affecting python versions <= 2.3.3
Enrico Forestieri [Sat, 21 Jul 2007 00:44:26 +0000 (00:44 +0000)]
Add a note to README about a bug affecting python versions <= 2.3.3

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19162 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoSpanish EmbeddedObjects.lyx: updates from Ignacio
Uwe Stöhr [Fri, 20 Jul 2007 20:42:20 +0000 (20:42 +0000)]
Spanish EmbeddedObjects.lyx: updates from Ignacio

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19161 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoRemove an extra \end_layout from revert_listings_inset
Bo Peng [Fri, 20 Jul 2007 19:02:52 +0000 (19:02 +0000)]
Remove an extra \end_layout from revert_listings_inset

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19160 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago(Atempt to) Fix bug 4048
José Matox [Fri, 20 Jul 2007 16:02:24 +0000 (16:02 +0000)]
(Atempt to) Fix bug 4048

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19159 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoPrepare code for refactorisation
José Matox [Fri, 20 Jul 2007 15:06:48 +0000 (15:06 +0000)]
Prepare code for refactorisation

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19158 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoMove related code together (no code added or deleted)
José Matox [Fri, 20 Jul 2007 14:25:04 +0000 (14:25 +0000)]
Move related code together (no code added or deleted)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19157 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoAdded a comment to the relase notes about non-RTL keymaps
Dov Feldstern [Fri, 20 Jul 2007 14:07:03 +0000 (14:07 +0000)]
Added a comment to the relase notes about non-RTL keymaps

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19156 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoChanges from Angus to release notes
José Matox [Fri, 20 Jul 2007 13:48:30 +0000 (13:48 +0000)]
Changes from Angus to release notes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19155 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* lib/unicodesymbols: whitespace
Jürgen Spitzmüller [Fri, 20 Jul 2007 12:56:56 +0000 (12:56 +0000)]
* lib/unicodesymbols: whitespace

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19154 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* lib/lyx2lyx/lyx_1_5.py (revert_unicode):
Jürgen Spitzmüller [Fri, 20 Jul 2007 10:26:01 +0000 (10:26 +0000)]
* lib/lyx2lyx/lyx_1_5.py (revert_unicode):
- reintroduce \n's accidentally removed in revision 19145
  (fixes bug 4046)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19153 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* lib/unicodesymbols: fix typo.
Jürgen Spitzmüller [Fri, 20 Jul 2007 10:23:59 +0000 (10:23 +0000)]
* lib/unicodesymbols: fix typo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19152 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix a few edge-cases which in the lyx2lyx conversion to format 249
Dov Feldstern [Fri, 20 Jul 2007 02:10:28 +0000 (02:10 +0000)]
Fix a few edge-cases which in the lyx2lyx conversion to format 249
(multi-encoding -> utf8); specifically, the language was being
incorrectly identified in certain insets, which of course led to
encoding problems.
This fixes part of bug 3613 (http://bugzilla.lyx.org/show_bug.cgi?id=3613).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19151 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoCorrectly generate latex for font/language/encoding switches inside and around
Dov Feldstern [Fri, 20 Jul 2007 01:28:20 +0000 (01:28 +0000)]
Correctly generate latex for font/language/encoding switches inside and around
insets. Up until now this has not been 100% correct, especially in the case
of RTL languages (but not only those).
This fixes bug 1820 (http://bugzilla.lyx.org/show_bug.cgi?id=1820)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19150 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoUserGuide.lyx: clean up author entries
Uwe Stöhr [Thu, 19 Jul 2007 23:59:48 +0000 (23:59 +0000)]
UserGuide.lyx: clean up author entries

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19149 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago * lib/doc/doc_toc.py: fix typo
Michael Schmitt [Thu, 19 Jul 2007 17:53:00 +0000 (17:53 +0000)]
* lib/doc/doc_toc.py: fix typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19146 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoClean and speedup code in revert_unicode
José Matox [Thu, 19 Jul 2007 17:15:31 +0000 (17:15 +0000)]
Clean and speedup code in revert_unicode

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19145 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* lib/lyx2lyx/lyx_1_5.py (revert_unicode): fixes by Georg Baum (bug 3985)
Jürgen Spitzmüller [Thu, 19 Jul 2007 14:59:43 +0000 (14:59 +0000)]
* lib/lyx2lyx/lyx_1_5.py (revert_unicode): fixes by Georg Baum (bug 3985)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19138 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix bug 4033 (Georg)
José Matox [Thu, 19 Jul 2007 12:24:01 +0000 (12:24 +0000)]
Fix bug 4033 (Georg)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19137 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* lib/lyx2lyx/lyx_1_5.py:
Jürgen Spitzmüller [Thu, 19 Jul 2007 10:33:40 +0000 (10:33 +0000)]
* lib/lyx2lyx/lyx_1_5.py:
- use document.default_layout instead of hardcoded "Standard" layout (bug 4035)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19135 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoanother safe guard.
Abdelrazak Younes [Thu, 19 Jul 2007 09:12:34 +0000 (09:12 +0000)]
another safe guard.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19134 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoanother safe guard.
Abdelrazak Younes [Thu, 19 Jul 2007 07:28:47 +0000 (07:28 +0000)]
another safe guard.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19133 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoObvious crash-fix introduced by 19094.
Abdelrazak Younes [Thu, 19 Jul 2007 07:24:21 +0000 (07:24 +0000)]
Obvious crash-fix introduced by 19094.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19132 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoconst fix
Abdelrazak Younes [Thu, 19 Jul 2007 06:21:28 +0000 (06:21 +0000)]
const fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19129 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agodocumentation: remove linuxdoc descriptions (part2)
Uwe Stöhr [Wed, 18 Jul 2007 23:34:31 +0000 (23:34 +0000)]
documentation: remove linuxdoc descriptions (part2)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19124 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agodocumentation: remove linuxdoc descriptions (part1), fixes bug 2787 http://bugzilla...
Uwe Stöhr [Wed, 18 Jul 2007 23:24:33 +0000 (23:24 +0000)]
documentation: remove linuxdoc descriptions (part1), fixes bug 2787 http://bugzilla.lyx.org/show_bug.cgi?id=2787

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19123 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agodoc_toc.py: add comment to explain its calling syntax (fixes bug 3798
Uwe Stöhr [Wed, 18 Jul 2007 19:45:11 +0000 (19:45 +0000)]
doc_toc.py: add comment to explain its calling syntax (fixes bug 3798
            http://bugzilla.lyx.org/show_bug.cgi?id=3798)
depend.py: dito, and fix file encoding

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19122 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofr.po: updates from Jean-Pierre
Uwe Stöhr [Wed, 18 Jul 2007 19:42:25 +0000 (19:42 +0000)]
fr.po: updates from Jean-Pierre

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19121 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFinish simplified Chinese translations. Expect criticisms from users and lots of...
Bo Peng [Wed, 18 Jul 2007 17:10:00 +0000 (17:10 +0000)]
Finish simplified Chinese translations. Expect criticisms from users and lots of revisions though.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19120 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* src/frontends/qt4/qlkey.h: add AltGr as modifier key (fix bug 4026)
Jürgen Spitzmüller [Wed, 18 Jul 2007 16:52:52 +0000 (16:52 +0000)]
* src/frontends/qt4/qlkey.h: add AltGr as modifier key (fix bug 4026)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19119 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix bug 3404 (from Bo Peng)
José Matox [Wed, 18 Jul 2007 10:49:33 +0000 (10:49 +0000)]
Fix bug 3404 (from Bo Peng)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19114 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoImprove revert unicode (bug 3958) from Anders Ekberg
José Matox [Wed, 18 Jul 2007 10:47:44 +0000 (10:47 +0000)]
Improve revert unicode (bug 3958) from Anders Ekberg

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19113 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoProperly fix bug 3258.
Abdelrazak Younes [Wed, 18 Jul 2007 09:55:33 +0000 (09:55 +0000)]
Properly fix bug 3258.

* InsetTabular:
  - remove the is_deleted_ boolean
  - dispatch(): remove the call to updateDialog at the end

* ControlTabular::initialiseParams(): connect to the current tabular if found.

* QTabular::update_contents(): initialiseParams() each time.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19112 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix inset drawing issues (bug 3582)
Jürgen Spitzmüller [Wed, 18 Jul 2007 09:54:38 +0000 (09:54 +0000)]
Fix inset drawing issues (bug 3582)

* src/rowpainter.cpp:
- inNarrowInset: fix method
- paintPar: repaint if we are in a narrow inset.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19111 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* src/insets/Inset.h: fix encoding of author names
Jürgen Spitzmüller [Wed, 18 Jul 2007 09:30:38 +0000 (09:30 +0000)]
* src/insets/Inset.h: fix encoding of author names

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19110 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoSimplified Chinese translations, almost done.
Bo Peng [Wed, 18 Jul 2007 05:23:47 +0000 (05:23 +0000)]
Simplified Chinese translations, almost done.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19109 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoEmbeddedObjects: fix character for centered dot
Uwe Stöhr [Wed, 18 Jul 2007 00:18:54 +0000 (00:18 +0000)]
EmbeddedObjects: fix character for centered dot

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19108 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agohu.po: Hungarian translation updates from Szöke
Uwe Stöhr [Tue, 17 Jul 2007 20:25:31 +0000 (20:25 +0000)]
hu.po: Hungarian translation updates from Szöke

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19107 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoIntro.lyx: fix name of manual (spotted by Jean-Pierre)
Uwe Stöhr [Tue, 17 Jul 2007 20:12:42 +0000 (20:12 +0000)]
Intro.lyx: fix name of manual (spotted by Jean-Pierre)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19106 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoReverse numbers in Arabic (Arabi) latex output, so that they are output
Dov Feldstern [Tue, 17 Jul 2007 19:06:33 +0000 (19:06 +0000)]
Reverse numbers in Arabic (Arabi) latex output, so that they are output
correctly. This is not needed for Arabic (ArabTeX), as ArabTeX takes care
of this internally.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19105 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agomore std declaration fixes.
Abdelrazak Younes [Tue, 17 Jul 2007 17:46:54 +0000 (17:46 +0000)]
more std declaration fixes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19104 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agomore std declaration fixes.
Abdelrazak Younes [Tue, 17 Jul 2007 17:40:44 +0000 (17:40 +0000)]
more std declaration fixes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19103 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agofix std declaration.
Abdelrazak Younes [Tue, 17 Jul 2007 17:33:36 +0000 (17:33 +0000)]
fix std declaration.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19102 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix crash loading old files (http://www.mail-archive.com/lyx-users%40lists.lyx.org...
José Matox [Tue, 17 Jul 2007 16:46:19 +0000 (16:46 +0000)]
Fix crash loading old files (http://www.mail-archive.com/lyx-users%40lists.lyx.org/msg57472.html)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19101 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* src/rowpainter.cpp:
Jürgen Spitzmüller [Tue, 17 Jul 2007 13:35:32 +0000 (13:35 +0000)]
* src/rowpainter.cpp:
- draw appendix frame only for the main text.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19100 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoOld lyx files (from 1.0 era) can start with a begin deeper
José Matox [Tue, 17 Jul 2007 11:53:46 +0000 (11:53 +0000)]
Old lyx files (from 1.0 era) can start with a begin deeper

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19097 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoWith or without multiview, a crash can happen randomly if the statusbar timer times...
Abdelrazak Younes [Tue, 17 Jul 2007 09:21:52 +0000 (09:21 +0000)]
With or without multiview, a crash can happen randomly if the statusbar timer times out after the view is closed. Two reason for that:
1) LyXFunc::lyx_view_ is not set to 0
2) quiting is not set to true.

This patch add safe guards when closing a view and/or exiting.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19095 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoFix this bug:
Abdelrazak Younes [Tue, 17 Jul 2007 09:20:39 +0000 (09:20 +0000)]
Fix this bug:

1) create a doc
2) insert an ert inset
3) right-click the inset
4) new window
5) delete the ert inset: BOOM!

This commit replace the static hideDialog signal which was in effect shared by all views with a direct call to Dialog::hide().

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19094 a592a061-630c-0410-9148-cb99ea01b6c8

16 years ago* BufferView::setCursorFromRow(): reset the Cursor to the main InsetText because...
Abdelrazak Younes [Tue, 17 Jul 2007 08:37:47 +0000 (08:37 +0000)]
* BufferView::setCursorFromRow(): reset the Cursor to the main InsetText because that is what is expected afterwards.

This fixes this crash reported by Bennett:

I'm using pdfsync via lyxpipe to have LyX jump to where I click in the .pdf file of an open LyX document. Recently I've been getting crashes. Here's the console output:

Assertion triggered in void lyx::Text::setCursorIntern(lyx::Cursor&, lyx::pit_type, lyx::pos_type, bool, bool) by failing check "this == cur.text()" in file Text2.cpp:746

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19093 a592a061-630c-0410-9148-cb99ea01b6c8

16 years agoMore simplified Chinese translations (2338 done, 1208 missing)
Bo Peng [Mon, 16 Jul 2007 22:31:00 +0000 (22:31 +0000)]
More simplified Chinese translations (2338 done, 1208 missing)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19092 a592a061-630c-0410-9148-cb99ea01b6c8