]> git.lyx.org Git - lyx.git/log
lyx.git
15 years agoKornel's cmake install changes:
Peter Kümmel [Sun, 28 Dec 2008 13:35:29 +0000 (13:35 +0000)]
Kornel's cmake install changes:

New files:
        Directories:
development/cmake/po
development/cmake/man
        Files:
development/cmake/po/CMakeLists.txt
Creates lyx.pot and *.gmo-files;
Installs ${_lang} as ${LYX_ABS_INSTALLED_DATADIR}/${LYX_LOCALEDIR}/${_lang}/LC_MESSAGES/lyx.mo
development/cmake/man/CMakeLists.txt
Handling of lyx-manuals.
development/cmake/modules/FindLyXGettext.cmake
Original: (GNU) FindGettext.cmake
Changed the installation subdirectory of .gmo-files.
Previously installing into "/usr/local/share/lyx2.0" led
   to e.g. /usr/local/share/lyx2.0/share/locale/de/LC_MESSAGES/lyx.mo
   now     /usr/local/share/lyx2.0/locale/de/LC_MESSAGES/lyx.mo
Changes:
        development/cmake/Install.cmake
                macro lyx_install _parent_src_dir
                        searches now through directories specified as simple regular expression.
                        Until now we had to specify explicitly each directory for each language.
                Mode of the DESTINATION/lyx2lyx is now corect
                Installation of the .gmo files

development/cmake/config.h.cmake:
Changed some #cmakedefine to #define, because config_file() did not
         substitute the desired values in config.h.
         Some typos corrected (TOP_SRCDIR -> TOP_SRC_DIR)

        development/cmake/configCompiler.h.cmake
                Removed doubly defined ENABLE_NLS, HAVE_LC_MESSAGES
                Installation directory still hardcoded, users need to to set environment
                variable LYX_LOCALEDIR to get the corect translations.

development/cmake/CMakeLists.txt
Setting correct values to LYX_ABS_INSTALLED_DATADIR,
         LYX_ABS_INSTALLED_LOCALEDIR, LYX_ABS_TOP_SRCDIR.
Now the lyx-executable searches on the installed places for it's data,
         so no need to set environment anymore.
New variable: LYX_LOCALEDIR. We need it later in FindLyXGettext.cmake,
     because we cannot use the absolute path LYX_ABS_INSTALLED_LOCALEDIR.
(We need relative path when packaging to different root-directory).
                Use of module FindLyXGettext.cmake: This is a modified version
        of (GNU) FindGettext.cmake
                Include the new development/cmake/po directory
Include the new development/cmake/man directory

        development/cmake/po/CMakeLists.txt
                Creation of lyx.pot and apropriate .gmo files
                Creating lyx.pot file
                        I had to use perl to simulate the unix "cat" command. Maybe Jose can
                        write the corect statement in python

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

15 years agomake Pavel happy
Georg Baum [Tue, 23 Dec 2008 17:25:11 +0000 (17:25 +0000)]
make Pavel happy

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

15 years agoAdd clarifying comment.
Enrico Forestieri [Tue, 23 Dec 2008 12:49:42 +0000 (12:49 +0000)]
Add clarifying comment.

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

15 years agoFindAndReplace by Tommaso:
Abdelrazak Younes [Tue, 23 Dec 2008 08:18:11 +0000 (08:18 +0000)]
FindAndReplace by Tommaso:

- solves some issues related to the dialog set-up
 (overlapping of dialog title with upper sub-widget),
 by "borrowing" the widget structure from
 ViewSource.{h,cpp}
- reduces the default occupation of the dialog (in particular,
 it was "colliding" with the ViewSource itself);
- proposes to introduce a tabbed-panel in the F&R
 dialog, so as to have a "basic" and "advanced" tabs;
 (one option could be to make the dialog even smaller
  by moving all of the replace-related stuff into a separate
  "Replace" tab)

- recovers the eventFilter functionality back, so as to catch
 "Enter" or "Esc" key presses while in the Search Work Area

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

15 years agoTake into account that '\' is always part of a LaTeX command and also
Enrico Forestieri [Tue, 23 Dec 2008 02:03:53 +0000 (02:03 +0000)]
Take into account that '\' is always part of a LaTeX command and also
that entries in the unicodesymbols file may not start with '\'.
Maybe the method should be renamed as fromLaTeXCode?

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

15 years agofix potential problems detected by gcc
Georg Baum [Mon, 22 Dec 2008 18:18:47 +0000 (18:18 +0000)]
fix potential problems detected by gcc

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

15 years agofix metrics debugging
Georg Baum [Mon, 22 Dec 2008 18:16:05 +0000 (18:16 +0000)]
fix metrics debugging

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

15 years agofix bug 2558: hspace support in math
Georg Baum [Mon, 22 Dec 2008 18:12:32 +0000 (18:12 +0000)]
fix bug 2558: hspace support in math

The basic idea was to reuse the corresponding text space inset in the same
fashion as is already done for references. The dialog displays a different
selection for math than for text. If wanted, the additional spaces could
also be enabled for text, but that would be a file format change.
Constructs like \hspace{\mylengthvariable} that are not supported are
treated by the math parser as ERT as before.

For reasons I don't know the context menu does not work, but this is not so
important IMHO (since a left click opens the dialog).

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

15 years ago * Encoding.cpp (fromLaTeXCommand): fix bug when the string passed
Jean-Marc Lasgouttes [Mon, 22 Dec 2008 15:23:05 +0000 (15:23 +0000)]
* Encoding.cpp (fromLaTeXCommand): fix bug when the string passed
to the method does not match any of the known unicode symbols.

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

15 years agoLine length
Pavel Sanda [Mon, 22 Dec 2008 10:51:09 +0000 (10:51 +0000)]
Line length

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

15 years ago* GuiPrefs.cpp (apply):
Jürgen Spitzmüller [Mon, 22 Dec 2008 10:41:37 +0000 (10:41 +0000)]
* GuiPrefs.cpp (apply):
- unbind existing shortcuts before binding new ones (bug 5444).
  Patch submitted and tested by Bennett.

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

15 years ago* Text3.cpp:
Jürgen Spitzmüller [Mon, 22 Dec 2008 10:24:43 +0000 (10:24 +0000)]
* Text3.cpp:
- enable LFUN_INSET_DISSOLVE for insets at cursor (bug 4985).

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

15 years agoEmbeddedObjects.lyx: include Pavel's changes
Uwe Stöhr [Sun, 21 Dec 2008 11:24:12 +0000 (11:24 +0000)]
EmbeddedObjects.lyx: include Pavel's changes

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

15 years agoSort order
Pavel Sanda [Sun, 21 Dec 2008 01:54:04 +0000 (01:54 +0000)]
Sort order

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

15 years agoFix first insert of external material & instant preview.
Pavel Sanda [Sun, 21 Dec 2008 01:53:47 +0000 (01:53 +0000)]
Fix first insert of external material & instant preview.
Bug http://bugzilla.lyx.org/show_bug.cgi?id=5626 .
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg146921.html .

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

15 years agoAdvSearch - next patch from Tommaso.
Pavel Sanda [Sat, 20 Dec 2008 16:00:47 +0000 (16:00 +0000)]
AdvSearch - next patch from Tommaso.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg146966.html

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

15 years agoHopefully better dialog policy.
Pavel Sanda [Sat, 20 Dec 2008 13:09:36 +0000 (13:09 +0000)]
Hopefully better dialog policy.

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

15 years agoTemplate type can be changed in dialog.
Pavel Sanda [Sat, 20 Dec 2008 10:08:15 +0000 (10:08 +0000)]
Template type can be changed in dialog.

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

15 years agoAffect only scale box. Thanks Juergen.
Pavel Sanda [Sat, 20 Dec 2008 10:06:31 +0000 (10:06 +0000)]
Affect only scale box. Thanks Juergen.

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

15 years agocmake: gettext patch from Kornel
Peter Kümmel [Sat, 20 Dec 2008 09:25:55 +0000 (09:25 +0000)]
cmake: gettext patch from Kornel

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

15 years ago* EmbeddedObjects.lyx
Pavel Sanda [Sat, 20 Dec 2008 01:42:12 +0000 (01:42 +0000)]
* EmbeddedObjects.lyx

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

15 years agoFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5628 .
Pavel Sanda [Sat, 20 Dec 2008 01:30:57 +0000 (01:30 +0000)]
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5628 .

Instant preview of external material uses scaling from latex settings.

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

15 years agoFix, but keep disabled, mathed autocorrect
Martin Vermeer [Fri, 19 Dec 2008 10:26:33 +0000 (10:26 +0000)]
Fix, but keep disabled, mathed autocorrect

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

15 years ago* LaTeXUI.ui:
Jürgen Spitzmüller [Fri, 19 Dec 2008 09:57:27 +0000 (09:57 +0000)]
* LaTeXUI.ui:
* UserGuide:
- Postscript driver -> graphics driver.

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

15 years ago* BufferParams.{cpp,h}:
Jürgen Spitzmüller [Fri, 19 Dec 2008 09:32:04 +0000 (09:32 +0000)]
* BufferParams.{cpp,h}:
- pass graphics driver to geometry (bug 5613)
- put papersize options to package call, not in \geometry
  which broke compilation in some cases (bug 3838)

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

15 years agoDuplicate line.
Pavel Sanda [Wed, 17 Dec 2008 16:32:54 +0000 (16:32 +0000)]
Duplicate line.

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

15 years ago* trunk/EmbeddedObjects.lyx (CT used)
Pavel Sanda [Wed, 17 Dec 2008 15:13:03 +0000 (15:13 +0000)]
* trunk/EmbeddedObjects.lyx (CT used)

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

15 years agoIn virtue of the last commit, we can massively simplify minimalistic.module.
Richard Heck [Tue, 16 Dec 2008 16:14:48 +0000 (16:14 +0000)]
In virtue of the last commit, we can massively simplify minimalistic.module.

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

15 years agoCurrently, a second InsetLayout declaration of a given inset completely
Richard Heck [Tue, 16 Dec 2008 16:11:15 +0000 (16:11 +0000)]
Currently, a second InsetLayout declaration of a given inset completely
overwrites the existing definition, instead of updating it, as our Style
declarations do. This patch fixes this behavior, so that e.g.:

#\DeclareLyXModule{ERT}
#DescriptionBegin
#Make ERT Classic
#DescriptionEnd

Format 11

InsetLayout ERT
Decoration classic
End

will do as advertised.

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

15 years agoAllow Dia diagrams as external insets.
Pavel Sanda [Tue, 16 Dec 2008 16:07:07 +0000 (16:07 +0000)]
Allow Dia diagrams as external insets.

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

15 years agoExit early to avoid indentation.
Richard Heck [Tue, 16 Dec 2008 16:01:32 +0000 (16:01 +0000)]
Exit early to avoid indentation.

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

15 years agoLet InsetWrap find its InsetLayout.
Jürgen Spitzmüller [Tue, 16 Dec 2008 15:34:32 +0000 (15:34 +0000)]
Let InsetWrap find its InsetLayout.

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

15 years agoConstness and a typo.
Richard Heck [Tue, 16 Dec 2008 14:13:02 +0000 (14:13 +0000)]
Constness and a typo.

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

15 years agoispell leftover.
Pavel Sanda [Tue, 16 Dec 2008 11:43:08 +0000 (11:43 +0000)]
ispell leftover.

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg146777.html

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

15 years ago* BufferView.cpp:
Jürgen Spitzmüller [Tue, 16 Dec 2008 09:04:27 +0000 (09:04 +0000)]
* BufferView.cpp:
- record undo for LFUN_NEXT_INSET_MODIFY.

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

15 years ago* LyXAction.cpp:
Jürgen Spitzmüller [Tue, 16 Dec 2008 07:44:09 +0000 (07:44 +0000)]
* LyXAction.cpp:
- LFUN_NEXT_INSET_MODIFY: ReadOnly -> Noop.

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

15 years agoFix a typo in scons_manifest.py
Bo Peng [Mon, 15 Dec 2008 17:59:14 +0000 (17:59 +0000)]
Fix a typo in scons_manifest.py

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

15 years agoimprove debug information
Jean-Marc Lasgouttes [Mon, 15 Dec 2008 15:47:33 +0000 (15:47 +0000)]
improve debug information

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

15 years agoUpdates thanks to spitz....
Richard Heck [Mon, 15 Dec 2008 15:00:21 +0000 (15:00 +0000)]
Updates thanks to spitz....

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

15 years agoI\89/1ÀH\8b\$\bH\8bl$\10L\8bd$\18L\8bl$ L\8bt$(L\8b|$0H\83Ä8ÃM\85ö¸\f
Jürgen Spitzmüller [Mon, 15 Dec 2008 11:08:23 +0000 (11:08 +0000)]
I\89/1ÀH\8b\$\bH\8bl$\10L\8bd$\18L\8bl$ L\8bt$(L\8b|$0H\83Ä8ÃM\85ö¸\f

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

15 years agodo not require inset dimensions when the inset is not in the right range (bug 4443)
Jean-Marc Lasgouttes [Mon, 15 Dec 2008 10:51:00 +0000 (10:51 +0000)]
do not require inset dimensions when the inset is not in the right range (bug 4443)

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

15 years ago* lyx_1_6.py (revert_wrapplacement):
Jürgen Spitzmüller [Mon, 15 Dec 2008 09:45:52 +0000 (09:45 +0000)]
* lyx_1_6.py (revert_wrapplacement):
- fix reversion of placement argument (bug 5618).

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

15 years agoinstaller: sync with branch
Uwe Stöhr [Mon, 15 Dec 2008 00:58:50 +0000 (00:58 +0000)]
installer: sync with branch

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

15 years agoFix the hanging module.
Richard Heck [Sun, 14 Dec 2008 17:11:47 +0000 (17:11 +0000)]
Fix the hanging module.

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

15 years agocmake: more install fixes, thx to Kornel Benko
Peter Kümmel [Sun, 14 Dec 2008 17:09:06 +0000 (17:09 +0000)]
cmake: more install fixes, thx to Kornel Benko

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

15 years agoCould not convert file: don't warn me to death
Peter Kümmel [Sat, 13 Dec 2008 15:11:34 +0000 (15:11 +0000)]
Could not convert file: don't warn me to death

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

15 years agofix linker error
Peter Kümmel [Sat, 13 Dec 2008 14:41:37 +0000 (14:41 +0000)]
fix linker error

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

15 years ago1/ call InsetCollapsable::validate instead of InsetText::validate in several
Jean-Marc Lasgouttes [Fri, 12 Dec 2008 15:38:52 +0000 (15:38 +0000)]
1/ call InsetCollapsable::validate instead of InsetText::validate in several
  to allow customization in layout files

2/ do not add preamble chunks for features that are used in inactive insets
  (notes, inactive branches)

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

15 years agomake help-open search in examples too
Jean-Marc Lasgouttes [Fri, 12 Dec 2008 15:34:35 +0000 (15:34 +0000)]
make help-open search in examples too

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

15 years ago* beamer.layout:
Jürgen Spitzmüller [Fri, 12 Dec 2008 13:31:35 +0000 (13:31 +0000)]
* beamer.layout:
- remove obsolete and wrong counter

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

15 years agoEmbeddedObjects.lyx, Math.lyx, UserGuide.lyx: Spanish translation updates by Ignacio
Uwe Stöhr [Thu, 11 Dec 2008 12:05:57 +0000 (12:05 +0000)]
EmbeddedObjects.lyx, Math.lyx, UserGuide.lyx: Spanish translation updates by Ignacio

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

15 years ago* elsarticle.layout:
Jürgen Spitzmüller [Thu, 11 Dec 2008 09:47:28 +0000 (09:47 +0000)]
* elsarticle.layout:
- elsarticle.cls loads natbib internally

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

15 years ago* LyXFunc.cpp: prevent potential assertion.
Jürgen Spitzmüller [Thu, 11 Dec 2008 09:25:08 +0000 (09:25 +0000)]
* LyXFunc.cpp: prevent potential assertion.

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

15 years ago* Paragraph.cpp: embrace ']' (fix bug 5610)
Jürgen Spitzmüller [Wed, 10 Dec 2008 19:52:13 +0000 (19:52 +0000)]
* Paragraph.cpp: embrace ']' (fix bug 5610)

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

15 years agofix line endings
Peter Kümmel [Wed, 10 Dec 2008 17:29:44 +0000 (17:29 +0000)]
fix line endings

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

15 years agocmake: add TODO
Peter Kümmel [Wed, 10 Dec 2008 17:28:27 +0000 (17:28 +0000)]
cmake: add TODO

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

15 years agocmake: fix gcc include
Peter Kümmel [Wed, 10 Dec 2008 17:19:56 +0000 (17:19 +0000)]
cmake: fix gcc include

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

15 years agocmake install: add new languages
Peter Kümmel [Tue, 9 Dec 2008 20:31:28 +0000 (20:31 +0000)]
cmake install: add new languages

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

15 years agocmake: fix linux install path
Peter Kümmel [Tue, 9 Dec 2008 20:14:59 +0000 (20:14 +0000)]
cmake: fix linux install path

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

15 years agocmake: fix install rules
Peter Kümmel [Tue, 9 Dec 2008 20:13:04 +0000 (20:13 +0000)]
cmake: fix install rules

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

15 years agoanother ispell leftover
Pavel Sanda [Tue, 9 Dec 2008 10:45:29 +0000 (10:45 +0000)]
another ispell leftover

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

15 years ago- EmbeddedObjects.lyx: two more infos about longtables
Uwe Stöhr [Tue, 9 Dec 2008 00:22:50 +0000 (00:22 +0000)]
- EmbeddedObjects.lyx: two more infos about longtables
- UserGuide.lyx: fix a typo

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

15 years agonext one
Pavel Sanda [Mon, 8 Dec 2008 22:27:49 +0000 (22:27 +0000)]
next one

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

15 years agoispell leftover
Pavel Sanda [Mon, 8 Dec 2008 22:26:45 +0000 (22:26 +0000)]
ispell leftover

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

15 years agoUpdate it.po
Enrico Forestieri [Mon, 8 Dec 2008 18:17:10 +0000 (18:17 +0000)]
Update it.po

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

15 years agodocumentation: final math macro touches
Uwe Stöhr [Sun, 7 Dec 2008 19:36:29 +0000 (19:36 +0000)]
documentation: final math macro touches

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

15 years agode.po: typo
Uwe Stöhr [Sun, 7 Dec 2008 18:55:40 +0000 (18:55 +0000)]
de.po: typo

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

15 years agostdcontext.inc: forgot the renaming in this file in r27794 therefore another po-file...
Uwe Stöhr [Sun, 7 Dec 2008 18:48:53 +0000 (18:48 +0000)]
stdcontext.inc: forgot the renaming in this file in r27794 therefore another po-file remerge

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

15 years agopo files: remerge and some translations for de.po
Uwe Stöhr [Sun, 7 Dec 2008 17:20:56 +0000 (17:20 +0000)]
po files: remerge and some translations for de.po

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

15 years agolyxfind.cpp: fix spacing
Uwe Stöhr [Sun, 7 Dec 2008 17:18:30 +0000 (17:18 +0000)]
lyxfind.cpp: fix spacing

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

15 years agoscons_manifest.py: fix SCons after removal of Ispell and Pspell
Uwe Stöhr [Sun, 7 Dec 2008 17:11:53 +0000 (17:11 +0000)]
scons_manifest.py: fix SCons after removal of Ispell and Pspell

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

15 years agoMakefile.am: PSpell and ISpell was removed for LyX 2.0 at the developer meeting
Uwe Stöhr [Sun, 7 Dec 2008 17:09:18 +0000 (17:09 +0000)]
Makefile.am: PSpell and ISpell was removed for LyX 2.0 at the developer meeting

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

15 years agodocumentation: the macro chapter for the Math manual
Uwe Stöhr [Sun, 7 Dec 2008 16:49:53 +0000 (16:49 +0000)]
documentation: the macro chapter for the Math manual
(The adoption of the UserGuide will follow later.)

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

15 years agodocumentation: prepare for the math macro chapter part 1 and 2 for trunk
Uwe Stöhr [Sun, 7 Dec 2008 14:29:13 +0000 (14:29 +0000)]
documentation: prepare for the math macro chapter part 1 and 2 for trunk

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

15 years ago* postats.py: skip en.po, which falls off the stats.
Jürgen Spitzmüller [Sun, 7 Dec 2008 10:55:03 +0000 (10:55 +0000)]
* postats.py: skip en.po, which falls off the stats.

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

15 years agoACM-siggraph: new layout and template file for article submissions for ACM SIGGRAPH...
Uwe Stöhr [Sat, 6 Dec 2008 17:56:32 +0000 (17:56 +0000)]
ACM-siggraph: new layout and template file for article submissions for ACM SIGGRAPH meetings

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

15 years agorecipebook: a new layout to typeset recipes based on the koma-script book class,...
Uwe Stöhr [Sat, 6 Dec 2008 16:13:17 +0000 (16:13 +0000)]
recipebook: a new layout to typeset recipes based on the koma-script book class, contributed by Szöke Sandor

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

15 years ago* LyXFunc.cpp (reload):
Jürgen Spitzmüller [Sat, 6 Dec 2008 14:44:40 +0000 (14:44 +0000)]
* LyXFunc.cpp (reload):
- if the lyx_view_ has been detroyed, create a new one (fix bug 5389).

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

15 years ago* unicodesymbols:
Jürgen Spitzmüller [Fri, 5 Dec 2008 18:27:52 +0000 (18:27 +0000)]
* unicodesymbols:
- some fixes by G. Milde (bug 5456)

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

15 years ago* src/buffer_funcs.{cpp,h}:
Jürgen Spitzmüller [Fri, 5 Dec 2008 15:49:07 +0000 (15:49 +0000)]
* src/buffer_funcs.{cpp,h}:
- add optional bool "acceptDirty" to checkAndLoadLyXFiles.
   If true, the method doesn't care for buffer dirtiness
* src/Buffer.cpp:
- when checking for master buffer, do not care if it's dirty
  (fix bug 5514)

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

15 years ago* GuiToolbar.cpp (set):
Jürgen Spitzmüller [Fri, 5 Dec 2008 14:02:03 +0000 (14:02 +0000)]
* GuiToolbar.cpp (set):
- honour obsoleted styles (part of bug 2607).

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

15 years ago* GuiSpellchecker:
Jürgen Spitzmüller [Fri, 5 Dec 2008 10:20:26 +0000 (10:20 +0000)]
* GuiSpellchecker:
- prevent invalid pointer access (spellchecker crash reported by Abdel).

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

15 years ago* Buffer.cpp (readFile):
Jürgen Spitzmüller [Thu, 4 Dec 2008 09:14:17 +0000 (09:14 +0000)]
* Buffer.cpp (readFile):
- set params().compressed (bug 5589).

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

15 years ago* install lyx_2_0.py
Jürgen Spitzmüller [Wed, 3 Dec 2008 22:46:53 +0000 (22:46 +0000)]
* install lyx_2_0.py

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

15 years agoAdd button to rescan the list of bib/bst files from within the dialogs.
Jürgen Spitzmüller [Tue, 2 Dec 2008 08:46:59 +0000 (08:46 +0000)]
Add button to rescan the list of bib/bst files from within the dialogs.

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

15 years ago* lyx_1_6.py:
Jürgen Spitzmüller [Tue, 2 Dec 2008 07:40:23 +0000 (07:40 +0000)]
* lyx_1_6.py:
- fix the conversion of some more complex index insets.

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

15 years agoachemso: fix a typo, add a new inset for chemical symbols like H2SO4, fix wrong citation
Uwe Stöhr [Mon, 1 Dec 2008 00:42:20 +0000 (00:42 +0000)]
achemso: fix a typo, add a new inset for chemical symbols like H2SO4, fix wrong citation

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

15 years agoAdd *.lyx16 filter to File->Open..
Vincent van Ravesteijn [Sun, 30 Nov 2008 19:14:34 +0000 (19:14 +0000)]
Add *.lyx16 filter to File->Open..

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

15 years ago- UserGuide.lyx: the final commit, the User's Guide should now be completely up to...
Uwe Stöhr [Sun, 30 Nov 2008 18:13:23 +0000 (18:13 +0000)]
- UserGuide.lyx: the final commit, the User's Guide should now be completely up to date for LyX 1.6.x
- Customization.lyx: fix two menu names

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

15 years agoEmbeddedObjects.lyx: describe the effect of \strut in sec. 2.12.1
Uwe Stöhr [Sun, 30 Nov 2008 15:49:06 +0000 (15:49 +0000)]
EmbeddedObjects.lyx: describe the effect of \strut in sec. 2.12.1

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

15 years agoconfigure.py: Add the new LyX 1.6.x file format and convertor.
Vincent van Ravesteijn [Sat, 29 Nov 2008 22:14:59 +0000 (22:14 +0000)]
configure.py: Add the new LyX 1.6.x file format and convertor.

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

15 years agoFix bug 5507: Full screen hangs LyX when no file is opened
Vincent van Ravesteijn [Sat, 29 Nov 2008 17:29:13 +0000 (17:29 +0000)]
Fix bug 5507: Full screen hangs LyX when no file is opened
http://bugzilla.lyx.org/show_bug.cgi?id=5507

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

15 years agoGerman UserGuide.lyx: another update from Hartmut
Uwe Stöhr [Sat, 29 Nov 2008 14:21:08 +0000 (14:21 +0000)]
German UserGuide.lyx: another update from Hartmut

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

15 years agoachemso: correct previous commit
Uwe Stöhr [Sat, 29 Nov 2008 00:56:42 +0000 (00:56 +0000)]
achemso: correct previous commit

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

15 years agoachemso: new layout and example file for journals submitted to the American Chemical...
Uwe Stöhr [Sat, 29 Nov 2008 00:41:48 +0000 (00:41 +0000)]
achemso: new layout and example file for journals submitted to the American Chemical Society (ACS)

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

15 years agoGerman UserGuide.lyx: update from Hartmut
Uwe Stöhr [Sat, 29 Nov 2008 00:29:53 +0000 (00:29 +0000)]
German UserGuide.lyx: update from Hartmut

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

15 years agoParagraph.cpp: revert r27719 because this broke every document that uses a note or...
Uwe Stöhr [Sat, 29 Nov 2008 00:23:21 +0000 (00:23 +0000)]
Paragraph.cpp: revert r27719 because this broke every document that uses a note or comment

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

15 years agoseminar.lyx: there is a new version of seminar available fixing a long standing bug
Uwe Stöhr [Fri, 28 Nov 2008 23:46:22 +0000 (23:46 +0000)]
seminar.lyx: there is a new version of seminar available fixing a long standing bug

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

15 years agoOops.. compile fix.
Vincent van Ravesteijn [Fri, 28 Nov 2008 23:01:20 +0000 (23:01 +0000)]
Oops.. compile fix.

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

15 years agoFix bug 5074: Crash while switching to Word
Vincent van Ravesteijn [Fri, 28 Nov 2008 22:48:50 +0000 (22:48 +0000)]
Fix bug 5074: Crash while switching to Word
http://bugzilla.lyx.org/show_bug.cgi?id=5074

In GuiApplication.cpp the function cfFromMime returns an invalid FORMATETC struct with uninitialized members when the mimeType is not emf or wmf.

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