]> git.lyx.org Git - lyx.git/log
lyx.git
17 years agoEmbeddedObjects.lyx: tiny fix
Uwe Stöhr [Tue, 3 Jul 2007 22:33:55 +0000 (22:33 +0000)]
EmbeddedObjects.lyx: tiny fix

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

17 years agoGerman Intro.lyx: don't require koma-script
Uwe Stöhr [Tue, 3 Jul 2007 21:27:03 +0000 (21:27 +0000)]
German Intro.lyx: don't require koma-script
German Tutorial.lyx: dito

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

17 years agoscons: fix last commit
Bo Peng [Tue, 3 Jul 2007 20:20:20 +0000 (20:20 +0000)]
scons: fix last commit

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

17 years agoscons: embed lyx.exe.manifest to lyx.exe, no longer use qt manifest.
Bo Peng [Tue, 3 Jul 2007 20:16:11 +0000 (20:16 +0000)]
scons: embed lyx.exe.manifest to lyx.exe, no longer use qt manifest.

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

17 years agoFix uninitialized var introduced in http://www.lyx.org/trac/changeset/18966
Bernhard Roider [Tue, 3 Jul 2007 18:58:02 +0000 (18:58 +0000)]
Fix uninitialized var introduced in http://www.lyx.org/trac/changeset/18966

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

17 years agoFix bug 3877.
Abdelrazak Younes [Tue, 3 Jul 2007 17:11:05 +0000 (17:11 +0000)]
Fix bug 3877.

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

17 years agoAuto raising the dialog when the user click on a Citation inset...
Abdelrazak Younes [Tue, 3 Jul 2007 08:59:10 +0000 (08:59 +0000)]
Auto raising the dialog when the user click on a Citation inset...

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

17 years agoadd comment and ling to bug 3907.
Abdelrazak Younes [Tue, 3 Jul 2007 08:23:04 +0000 (08:23 +0000)]
add comment and ling to bug 3907.

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

17 years agoUse native file dialog on non cygwin windows installation (fix bug 3907).
Abdelrazak Younes [Tue, 3 Jul 2007 06:41:54 +0000 (06:41 +0000)]
Use native file dialog on non cygwin windows installation (fix bug 3907).

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

17 years agozh_CN.po: more Chinese translations
Bo Peng [Mon, 2 Jul 2007 22:27:12 +0000 (22:27 +0000)]
zh_CN.po: more Chinese translations

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

17 years agoGerman Intro.lyx: Updates from Hartmut
Uwe Stöhr [Mon, 2 Jul 2007 21:09:18 +0000 (21:09 +0000)]
German Intro.lyx: Updates from Hartmut
German Tutorial.lyx: dito

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

17 years ago * lib/images/promote.xpm: fix section number in icon
Michael Schmitt [Mon, 2 Jul 2007 19:41:45 +0000 (19:41 +0000)]
* lib/images/promote.xpm: fix section number in icon

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

17 years agozh_CN.po: add a few more Chinese translations
Bo Peng [Mon, 2 Jul 2007 19:36:36 +0000 (19:36 +0000)]
zh_CN.po: add a few more Chinese translations

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

17 years agoFix Bug 3947: BibTeX allows parentheses in the key (even if the whole entry is delimi...
Bernhard Roider [Mon, 2 Jul 2007 18:01:27 +0000 (18:01 +0000)]
Fix Bug 3947: BibTeX allows parentheses in the key (even if the whole entry is delimited by parentheses)

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

17 years agoFix bug 3750: this code is a kludge and should be removed when tex2lyx is
Jean-Marc Lasgouttes [Mon, 2 Jul 2007 16:02:41 +0000 (16:02 +0000)]
Fix bug 3750: this code is a kludge and should be removed when tex2lyx is
updated to support format >= 257 (with InsetCaption).

* src/Layout.cpp (forCaption): new method. Returns a pointer to a newly
allocated Layout suitable for representing a caption.

* src/tex2lyx/tex2lyx.cpp (tex2lyx): allocate a captionlayout object

* src/tex2lyx/text.cpp: use the captionlayout object to recognize the
\caption command.

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

17 years ago* src/frontends/controllers/Dialog.{cpp,h}:
Jürgen Spitzmüller [Mon, 2 Jul 2007 13:54:30 +0000 (13:54 +0000)]
* src/frontends/controllers/Dialog.{cpp,h}:
- new boolean canApplyToReadonly that allows to apply params/update view
  even if the buffer is readOnly for specific dialogs.

* src/frontends/controllers/ControlPrint.h:
- use that (fix bug 3909)
* src/frontends/controllers/ControlViewSource:
- dto. (fix bug 3943)

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

17 years agolanguages: add a dumy language for arabic_arabtex. I dropped this from the arabic...
Uwe Stöhr [Mon, 2 Jul 2007 00:35:52 +0000 (00:35 +0000)]
languages: add a dumy language for arabic_arabtex. I dropped this from the arabic patch last week because I misunderstood Dov. This dummy language is indeed needed.

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

17 years agoGerman Extended.lyx: Updates from Hartmut
Uwe Stöhr [Sun, 1 Jul 2007 21:14:56 +0000 (21:14 +0000)]
German Extended.lyx: Updates from Hartmut

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

17 years ago* lib/CREDITS:
Jürgen Spitzmüller [Sun, 1 Jul 2007 15:17:11 +0000 (15:17 +0000)]
* lib/CREDITS:
* lib/generate_contributions.py:
- add Hangzai Luo.

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

17 years ago* src/tex2lyx/tex2lyx.cpp:
Jürgen Spitzmüller [Sun, 1 Jul 2007 15:16:08 +0000 (15:16 +0000)]
* src/tex2lyx/tex2lyx.cpp:
- use internal_path (bug 3788), patch by Hangzai Luo and me).

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

17 years agoGerman UserGuide: updates from Hartmut
Uwe Stöhr [Sat, 30 Jun 2007 22:52:35 +0000 (22:52 +0000)]
German UserGuide: updates from Hartmut
German EmbeddedObjects: fix a typo

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

17 years ago* lib/lyx2lyx/lyx_1_5.py (revert_unicode): fix typo in comment
Jürgen Spitzmüller [Sat, 30 Jun 2007 06:56:15 +0000 (06:56 +0000)]
* lib/lyx2lyx/lyx_1_5.py (revert_unicode): fix typo in comment

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

17 years agopartial simplied Chinese translations
Bo Peng [Sat, 30 Jun 2007 06:08:13 +0000 (06:08 +0000)]
partial simplied Chinese translations

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

17 years ago* lib/lyx2lyx/lyx_1_5.py:
Jürgen Spitzmüller [Sat, 30 Jun 2007 06:07:20 +0000 (06:07 +0000)]
* lib/lyx2lyx/lyx_1_5.py:
- fix convert_graphics_rotation and make revert_graphics_rotation actually work.

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

17 years agofix zh_CN.po translation (do not copy original string)
Bo Peng [Sat, 30 Jun 2007 04:42:37 +0000 (04:42 +0000)]
fix zh_CN.po translation (do not copy original string)

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

17 years agoUserGuide: fix the description how to change the font size in formulas
Uwe Stöhr [Fri, 29 Jun 2007 21:42:26 +0000 (21:42 +0000)]
UserGuide: fix the description how to change the font size in formulas

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

17 years agoEmbeddedObjects: fix bug in description of \extrarowheight command
Uwe Stöhr [Fri, 29 Jun 2007 20:50:39 +0000 (20:50 +0000)]
EmbeddedObjects: fix bug in description of \extrarowheight command

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

17 years agoinstaller: drop support for zh_CN.po until it contains any translation
Uwe Stöhr [Fri, 29 Jun 2007 19:49:42 +0000 (19:49 +0000)]
installer: drop support for zh_CN.po until it contains any translation

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

17 years agodoc/doc_toc.py: - fix the input encoding of the TOC.lyx files
Uwe Stöhr [Fri, 29 Jun 2007 19:13:57 +0000 (19:13 +0000)]
doc/doc_toc.py: - fix the input encoding of the TOC.lyx files
                - set Python file encoding to utf-8
scripts/ext_copy.py: - set Python file encoding to utf-8

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

17 years agoFix this bug reported by Mael Hilléreau:
Abdelrazak Younes [Fri, 29 Jun 2007 10:31:51 +0000 (10:31 +0000)]
Fix this bug reported by Mael Hilléreau:

1. Open a document with child documents, each comprising divisions;
2. Show the outline pane. You can see childs' divisions;
3. Select (view) one of the childs;
4. Close this child doc. The focus comes back to the master doc;
5. Click in the outline pane at some point corresponding to the child doc you closed. LyX crashes with SIGSEGV (instead of reopening the child...).

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

17 years agoinstaller: support for the Chinese menu language translations
Uwe Stöhr [Fri, 29 Jun 2007 00:14:50 +0000 (00:14 +0000)]
installer: support for the Chinese menu language translations
scons/scons_manifest.py: add the new Chinese .po files

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

17 years agoelsart.layout: fix Acknowlegments enviroment
Uwe Stöhr [Thu, 28 Jun 2007 22:37:15 +0000 (22:37 +0000)]
elsart.layout: fix Acknowlegments enviroment
 (bug 3931: http://bugzilla.lyx.org/show_bug.cgi?id=3931)

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

17 years agoGerman UserGuide.lyx: Change to two sided document layout
Uwe Stöhr [Thu, 28 Jun 2007 21:33:55 +0000 (21:33 +0000)]
German UserGuide.lyx: Change to two sided document layout
                      (with permission by Hartmut)

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

17 years agoControlPrint.cpp
Uwe Stöhr [Thu, 28 Jun 2007 21:21:05 +0000 (21:21 +0000)]
ControlPrint.cpp
LyXFunc.cpp
  Quote file paths in printer dialog
  Fix bug 3915: http://bugzilla.lyx.org/show_bug.cgi?id=3915
  (patch from Jürgen and JMarc)

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

17 years agoadd zh_TW.po and rename zh.po to zh_CN.po
Bo Peng [Thu, 28 Jun 2007 17:23:54 +0000 (17:23 +0000)]
add zh_TW.po and rename zh.po to zh_CN.po

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

17 years agoWindows Vista: these applications don't need any special rights
Joost Verburg [Thu, 28 Jun 2007 17:00:30 +0000 (17:00 +0000)]
Windows Vista: these applications don't need any special rights

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

17 years agocorrect name for userdata directory and updated applications
Joost Verburg [Thu, 28 Jun 2007 16:51:46 +0000 (16:51 +0000)]
correct name for userdata directory and updated applications

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

17 years agoinstall msvcr71.dll for Python
Joost Verburg [Thu, 28 Jun 2007 16:38:02 +0000 (16:38 +0000)]
install msvcr71.dll for Python

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

17 years agoupdate from ingar pareliussen
Jean-Marc Lasgouttes [Thu, 28 Jun 2007 12:27:00 +0000 (12:27 +0000)]
update from ingar pareliussen

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

17 years agoWindows Vista: request highest possible execution level for current user
Joost Verburg [Thu, 28 Jun 2007 07:34:49 +0000 (07:34 +0000)]
Windows Vista: request highest possible execution level for current user

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

17 years agoUpdate last rc1 references
José Matox [Thu, 28 Jun 2007 07:16:28 +0000 (07:16 +0000)]
Update last rc1 references

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

17 years agoFix some issues with the paragraph settings dialog. The main change
Richard Heck [Thu, 28 Jun 2007 00:48:06 +0000 (00:48 +0000)]
Fix some issues with the paragraph settings dialog. The main change
is that we distinguish between the "Default" alignment and whatever
that default happens to be: I.e., so far as the code goes, the UI now
distinguishes LYX_ALIGN_LAYOUT from LYX_ALIGN_WHATEVER, when WHATEVER
happens to be the default. So you can explicitly force, say, left-align,
and that will stick between document classes.

* src/Paragraph.cpp:
Don't output params if alignment is the default.

* src/ParagraphParameters.cpp
Treat LYX_ALIGN_LAYOUT as its own alignment.

* src/Text2.cpp
Treat LYX_ALIGN_LAYOUT as its own alignment, and force it to be accepted
as a possible alignment.

* src/frontends/controllers/ControlParagraph.{h,cpp}
New method haveMultiParSelection().

*src/frontends/qt4/QParagraph.{h,cpp}
*src/frontends/qt4/ui/ParagraphUi.ui
UI adjustments as mentioned.

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

17 years agoMakefile.am: add Hungarian example files
Uwe Stöhr [Thu, 28 Jun 2007 00:00:02 +0000 (00:00 +0000)]
Makefile.am: add Hungarian example files

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

17 years agoUserguide: Only fix a markup and a typo
Uwe Stöhr [Wed, 27 Jun 2007 23:51:21 +0000 (23:51 +0000)]
Userguide: Only fix a markup and a typo

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

17 years agoinstaller updates
Uwe Stöhr [Wed, 27 Jun 2007 22:29:46 +0000 (22:29 +0000)]
installer updates

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

17 years agolyx_1_5.py: last part of fix for bug 3313
Uwe Stöhr [Wed, 27 Jun 2007 20:46:04 +0000 (20:46 +0000)]
lyx_1_5.py: last part of fix for bug 3313
OK from José: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg121628.html

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

17 years agoBack to svn (1.5.0 is near, hurray!).
José Matox [Wed, 27 Jun 2007 18:34:08 +0000 (18:34 +0000)]
Back to svn (1.5.0 is near, hurray!).

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

17 years ago1.5.0 (Release Candidate 2) 1.5.0rc2
José Matox [Wed, 27 Jun 2007 18:29:16 +0000 (18:29 +0000)]
1.5.0 (Release Candidate 2)

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

17 years agoUpdate scons to the latest FreeBSD patch
José Matox [Wed, 27 Jun 2007 18:17:29 +0000 (18:17 +0000)]
Update scons to the latest FreeBSD patch

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

17 years agoFreeBSD libc uses UCS4, but libstdc++ has no proper wchar_t support compiled in ...
José Matox [Wed, 27 Jun 2007 18:02:54 +0000 (18:02 +0000)]
FreeBSD libc uses UCS4, but libstdc++ has no proper wchar_t support compiled in (Jean-Marc)

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

17 years agoLast update for translations before RC2.
José Matox [Wed, 27 Jun 2007 17:57:46 +0000 (17:57 +0000)]
Last update for translations before RC2.

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

17 years agotypo
Georg Baum [Wed, 27 Jun 2007 14:50:50 +0000 (14:50 +0000)]
typo

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

17 years agoGerman UserGuide: latest patches by Hartmut
Uwe Stöhr [Wed, 27 Jun 2007 00:01:15 +0000 (00:01 +0000)]
German UserGuide: latest patches by Hartmut
German EmbeddedObjects: change option names according to Michaels latest de.po translations in rev 18905

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

17 years ago po/de.po: final translations before LyX 1.5.0rc2
Michael Schmitt [Tue, 26 Jun 2007 22:11:35 +0000 (22:11 +0000)]
po/de.po: final translations before LyX 1.5.0rc2

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

17 years agoGerman EmbeddedObjects.lyx: fix again an incorrect markup
Uwe Stöhr [Tue, 26 Jun 2007 21:59:32 +0000 (21:59 +0000)]
German EmbeddedObjects.lyx: fix again an incorrect markup

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

17 years agoEmbeddedObjects: small changes to markup again
Uwe Stöhr [Tue, 26 Jun 2007 21:53:10 +0000 (21:53 +0000)]
EmbeddedObjects: small changes to markup again
German version: fix many typos

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

17 years ago * po/de.po: small update
Michael Schmitt [Tue, 26 Jun 2007 21:47:55 +0000 (21:47 +0000)]
* po/de.po: small update

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

17 years ago po/*.po: remerge again (one more message)
Michael Schmitt [Tue, 26 Jun 2007 20:51:21 +0000 (20:51 +0000)]
po/*.po: remerge again (one more message)

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

17 years agoinstaller updates
Uwe Stöhr [Tue, 26 Jun 2007 20:41:47 +0000 (20:41 +0000)]
installer updates

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

17 years agocmake part of bug 3527, with macro USE_WCHAR_T
Peter Kümmel [Tue, 26 Jun 2007 18:35:52 +0000 (18:35 +0000)]
cmake part of bug 3527,  with macro USE_WCHAR_T

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

17 years agoalphabetical order
Joost Verburg [Tue, 26 Jun 2007 18:11:15 +0000 (18:11 +0000)]
alphabetical order

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

17 years agoFix bug 2753: LyX doesn't support paths and filenames with parentheses
Jürgen Spitzmüller [Tue, 26 Jun 2007 16:55:42 +0000 (16:55 +0000)]
Fix bug 2753: LyX doesn't support paths and filenames with parentheses

* src/frontends/qt4/QBibtex.cpp:
* src/frontends/qt4/QExternal.cpp:
* src/frontends/qt4/QGraphics.cpp:
* src/frontends/qt4/QInclude.cpp:
- remove path validator

* src/support/filetools.{cpp,h}:
- new validator for exporting LaTeX files

* src/insets/ExternalSupport.cpp:
* src/insets/InsetBibtex.cpp:
* src/insets/InsetGraphics.cpp:
* src/insets/InsetInclude.cpp:
- use validator when exporting a LaTeX file

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

17 years ago* src/frontends/qt4/QPrint.cpp:
Jürgen Spitzmüller [Tue, 26 Jun 2007 16:46:40 +0000 (16:46 +0000)]
* src/frontends/qt4/QPrint.cpp:
- use internal_path to prevent assert on windows (bug 3916).

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

17 years agoscons part of bug 3527
Bo Peng [Tue, 26 Jun 2007 16:28:27 +0000 (16:28 +0000)]
scons part of bug 3527

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

17 years agoupdate translations for rc2
José Matox [Tue, 26 Jun 2007 16:15:28 +0000 (16:15 +0000)]
update translations for rc2

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

17 years agoFix bug 3904
Enrico Forestieri [Tue, 26 Jun 2007 15:45:58 +0000 (15:45 +0000)]
Fix bug 3904

* src/graphics/GraphicsConverter.cpp
(move_file, build_script): convert any path name to the local
encoding directly in the python script.

* src/support/tempname.cpp
(tempName): don't pass local 8bit encoded strings to addName as
it expects them to be utf8 encoded.

* src/ServerSocket.cpp
(ServerSocket::ServerSocket): ditto for setEnv.

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

17 years agoFix to bug 3886
Alfredo Braunstein [Tue, 26 Jun 2007 14:11:42 +0000 (14:11 +0000)]
Fix to bug 3886

acceptChanges:

* move the bulk of acceptChanges without the call to DEPM to
paragraph_funcs

copySelectionHelper:

* call this new acceptChanges

pasteParagraphList:

* use Text::setCursor(Cusor,...) instead of Text::setCursor(CursorSlice...)
in order to have DEPM invoked at the end of the insertion

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

17 years agoUpdate release files for RC2.
José Matox [Tue, 26 Jun 2007 13:51:37 +0000 (13:51 +0000)]
Update release files for RC2.

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

17 years agoFix bug 3313 (unicode error when invoking lyx2lyx) by Anders Ekberg
José Matox [Tue, 26 Jun 2007 13:15:29 +0000 (13:15 +0000)]
Fix bug 3313 (unicode error when invoking lyx2lyx) by Anders Ekberg

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

17 years ago* src/frontends/qt4/QDocument.cpp:
Jürgen Spitzmüller [Tue, 26 Jun 2007 08:00:44 +0000 (08:00 +0000)]
* src/frontends/qt4/QDocument.cpp:
* src/frontends/qt4/QInclude.cpp:
* src/frontends/qt4/QListings.cpp:
- add missing slot to "pass validation" checkbox togling signal.

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

17 years agoEmbeddedObjects: fix fileformat of previous EmbeddedObjects commit
Uwe Stöhr [Tue, 26 Jun 2007 00:26:56 +0000 (00:26 +0000)]
EmbeddedObjects: fix fileformat of previous EmbeddedObjects commit

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

17 years ago- Fileformat change: rename "arabic" to "arabic_arabtex"
Uwe Stöhr [Tue, 26 Jun 2007 00:11:03 +0000 (00:11 +0000)]
- Fileformat change: rename "arabic" to "arabic_arabtex"
- Split the language Arabic into "arabic_arabi" that uses the arabi-package and "arabic-arabtex" that uses the arabTeX-package to typeset Arabic. This is needed because both packages have some advantages over the other people need.
(This change is a consequence of a long and fruitful discussion with Mostafa, Dov, and me.)

Patch by Dov and me.

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

17 years agoEmbeddedObjects: changes to markup
Uwe Stöhr [Mon, 25 Jun 2007 23:46:32 +0000 (23:46 +0000)]
EmbeddedObjects: changes to markup

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

17 years agoFix bug 1749. CAUTION: lyx2lyx not fully working yet (see FIXMEs).
Jürgen Spitzmüller [Mon, 25 Jun 2007 13:49:51 +0000 (13:49 +0000)]
Fix bug 1749. CAUTION: lyx2lyx not fully working yet (see FIXMEs).

* development/FORMAT:
- document file format change

* src/Buffer.cpp: bump format to 275.

* lib/lyx2lyx/LyX.py:
* lib/lyx2lyx/lyx_1_5.py:
- conversion and reversion of scaleBeforeRotation param (doesn't work yet!)

* src/insets/InsetGraphicsParams.{cpp,h}:
- new param scaleBeforeRotation
* src/insets/InsetGraphics.cpp:
- swap order of scale and rotate (if scaleBeforeRotation is false)

* src/frontends/qt4/QGraphics.C:
* src/frontends/qt4/QGraphicsDialog.{cpp,h}:
* src/frontends/qt4/ui/GraphicsUi.ui:
- add checkbox to toggle scaleBeforeRotation.

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

17 years ago* src/frontends/controllers/ControlMath.cpp (find_xpm):
Jürgen Spitzmüller [Mon, 25 Jun 2007 12:38:43 +0000 (12:38 +0000)]
* src/frontends/controllers/ControlMath.cpp (find_xpm):
- substitute characters ; : ! , by literal expressions (probably fix bug 3834),

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

17 years agowhitespace
Alfredo Braunstein [Mon, 25 Jun 2007 12:01:25 +0000 (12:01 +0000)]
whitespace

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

17 years agoFix one-by-some bug in tabular selection drawing by appropriately
Alfredo Braunstein [Mon, 25 Jun 2007 08:19:15 +0000 (08:19 +0000)]
Fix one-by-some bug in tabular selection drawing by appropriately
calling InsetText::drawSelection instead of Text:drawSelection

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

17 years agoremove unused CursorSlice::invalidate & isValid methods
Alfredo Braunstein [Mon, 25 Jun 2007 08:06:32 +0000 (08:06 +0000)]
remove unused CursorSlice::invalidate & isValid methods

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

17 years agoinstaller updates
Uwe Stöhr [Mon, 25 Jun 2007 00:59:08 +0000 (00:59 +0000)]
installer updates

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

17 years agoEmbeddedObjects: some minor changes to markup
Uwe Stöhr [Mon, 25 Jun 2007 00:58:25 +0000 (00:58 +0000)]
EmbeddedObjects: some minor changes to markup

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

17 years agoNew German EmbeddedObjects manual
Uwe Stöhr [Mon, 25 Jun 2007 00:57:19 +0000 (00:57 +0000)]
New German EmbeddedObjects manual

Part 2: the documents

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

17 years agoIntro.lyx: fix a typo spotted by Jarvis Liang
Uwe Stöhr [Sun, 24 Jun 2007 18:36:32 +0000 (18:36 +0000)]
Intro.lyx: fix a typo spotted by Jarvis Liang

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

17 years ago* src/Text3.cpp (getStatus):
Jürgen Spitzmüller [Sun, 24 Jun 2007 15:35:45 +0000 (15:35 +0000)]
* src/Text3.cpp (getStatus):
- enable LFUN_MATH_INSERT (fix bug 3557).

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

17 years ago* lib/doc/Makefile.am:
Jürgen Spitzmüller [Sun, 24 Jun 2007 08:51:41 +0000 (08:51 +0000)]
* lib/doc/Makefile.am:
- fix compilation broken by revision 18872.

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

17 years agoNew German EmbeddedObjects manual
Uwe Stöhr [Sat, 23 Jun 2007 12:30:03 +0000 (12:30 +0000)]
New German EmbeddedObjects manual

Part 1: the images

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

17 years agoEmbeddedObjects: add ligature breaks, spotted by Hartmut
Uwe Stöhr [Sat, 23 Jun 2007 11:19:04 +0000 (11:19 +0000)]
EmbeddedObjects: add ligature breaks, spotted by Hartmut

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

17 years ago * po/*.po:
Michael Schmitt [Sat, 23 Jun 2007 09:25:09 +0000 (09:25 +0000)]
* po/*.po:
* po/POTFILES.in: remerge

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

17 years ago po/cs.po: updates by Pavel Sanda
Michael Schmitt [Sat, 23 Jun 2007 09:06:46 +0000 (09:06 +0000)]
po/cs.po: updates by Pavel Sanda

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

17 years agoFix bug 2520: Make InsetExternal translateable
Jürgen Spitzmüller [Sat, 23 Jun 2007 07:50:13 +0000 (07:50 +0000)]
Fix bug 2520: Make InsetExternal translateable

* po/lyx_pot.py:
- new function external_l10n: parse external_templates and extract the relevant parts for translation.
* development/scons/SConstruct:
* po/Makefile.in.in:
- use external_l10n

* src/insets/InsetExternal.cpp:
* src/frontends/qt4/QExternal.cpp:
- make eveything translatable

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

17 years agoUserguide: two minor things I forgot in the last commit
Uwe Stöhr [Sat, 23 Jun 2007 01:50:02 +0000 (01:50 +0000)]
Userguide: two minor things I forgot in the last commit

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

17 years agoFix value for the didot in all documentations
Uwe Stöhr [Sat, 23 Jun 2007 01:41:15 +0000 (01:41 +0000)]
Fix value for the didot in all documentations
EmbeddedObjects: fix two issues spotted by Hartmut

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

17 years agoMinor update to INSTALL.Win32, suggested by Roger
Bo Peng [Sat, 23 Jun 2007 00:48:53 +0000 (00:48 +0000)]
Minor update to INSTALL.Win32, suggested by Roger

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

17 years agoinstaller updates
Uwe Stöhr [Fri, 22 Jun 2007 23:21:48 +0000 (23:21 +0000)]
installer updates

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

17 years agoAdd keymap file for Farsi, provided by Mostafa
Uwe Stöhr [Fri, 22 Jun 2007 22:41:45 +0000 (22:41 +0000)]
Add keymap file for Farsi, provided by Mostafa

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

17 years agoFix some UI bugs related to the paragraph settings dialog. The default
Richard Heck [Fri, 22 Jun 2007 22:34:16 +0000 (22:34 +0000)]
Fix some UI bugs related to the paragraph settings dialog. The default
checkbox has been changed to a radio button, so that other alignments
can be chosen without the user's having to uncheck "Default".

There was some disagreement about the interface here. See, for example,
this thread:
  http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg121328.html
For now, this will do.

The interface here is not fully functional. At present, if the Default
happens to be Justified, then checking Justified is simply equivalent to
checking Default. This is due to the behavior of Text::setParagraph(), and
it should be changed if this interface is retained.

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

17 years agoBufferParams.cpp: correct wrong previous commit
Uwe Stöhr [Fri, 22 Jun 2007 22:31:49 +0000 (22:31 +0000)]
BufferParams.cpp: correct wrong previous commit

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

17 years agoFixes for Farsi:
Uwe Stöhr [Fri, 22 Jun 2007 22:23:37 +0000 (22:23 +0000)]
Fixes for Farsi:
- Bufferparams.cpp: set correct font encoding for Farsi
- lib/languages: define quotation marks for Farsi

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

17 years agofix bug 1942: http://bugzilla.lyx.org/show_bug.cgi?id=1942
Uwe Stöhr [Fri, 22 Jun 2007 21:25:41 +0000 (21:25 +0000)]
fix bug 1942: http://bugzilla.lyx.org/show_bug.cgi?id=1942
- we don't require wasysym any more. Either esint or amsmath is used, depending if esint is installed

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

17 years ago* Fix Bug 3346
Alfredo Braunstein [Fri, 22 Jun 2007 17:14:03 +0000 (17:14 +0000)]
* Fix Bug 3346

Clear the dirty flag of tabular copy/paste clipboard on normal text copy

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

17 years ago* src/Text3.cpp: don't reset current_layout too early (fix bug 3727).
Jürgen Spitzmüller [Fri, 22 Jun 2007 16:36:30 +0000 (16:36 +0000)]
* src/Text3.cpp: don't reset current_layout too early (fix bug 3727).

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