]> git.lyx.org Git - lyx.git/log
lyx.git
12 years agoThe logic of the endParagraph() routine is wrong. We should first
Richard Heck [Sun, 8 Apr 2012 14:03:23 +0000 (10:03 -0400)]
The logic of the endParagraph() routine is wrong. We should first
check if the parsep_tag is pending.

12 years agoWe need to check, in closeFontTags(), for the case where we haven't
Richard Heck [Sun, 8 Apr 2012 14:02:40 +0000 (10:02 -0400)]
We need to check, in closeFontTags(), for the case where we haven't
had any content.

12 years agoThe isTagOpen() routine can be const.
Richard Heck [Sun, 8 Apr 2012 14:01:54 +0000 (10:01 -0400)]
The isTagOpen() routine can be const.

12 years agoDebugging code for the tag stack, disabled by default.
Richard Heck [Sun, 8 Apr 2012 13:59:57 +0000 (09:59 -0400)]
Debugging code for the tag stack, disabled by default.

12 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Sat, 7 Apr 2012 01:09:12 +0000 (03:09 +0200)]
Merge branch 'master' of git.lyx.org:lyx

12 years agouk.po: translation update by Yuri
Uwe Stöhr [Sat, 7 Apr 2012 01:05:51 +0000 (03:05 +0200)]
uk.po: translation update by Yuri

12 years agofi.po - change date to prevent porting from branch
Pavel Sanda [Sat, 7 Apr 2012 00:04:50 +0000 (02:04 +0200)]
fi.po - change date to prevent porting from branch

12 years ago* fi.po - fix #8115 (Chapter, Part untranslated)
Pavel Sanda [Fri, 6 Apr 2012 23:30:30 +0000 (01:30 +0200)]
* fi.po - fix #8115 (Chapter, Part untranslated)

12 years agoFinnish layouttranslations, checked by Hannu Vuolasaho.
Pavel Sanda [Fri, 6 Apr 2012 23:12:08 +0000 (01:12 +0200)]
Finnish layouttranslations, checked by Hannu Vuolasaho.
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg91879.html

12 years agoRemerge fi.po
Pavel Sanda [Fri, 6 Apr 2012 22:54:44 +0000 (00:54 +0200)]
Remerge fi.po

12 years agoMore shortcuts
Kornel Benko [Fri, 6 Apr 2012 10:29:00 +0000 (12:29 +0200)]
More shortcuts

12 years agoFix error output for XHTML a bit.
Richard Heck [Tue, 3 Apr 2012 22:13:59 +0000 (18:13 -0400)]
Fix error output for XHTML a bit.

12 years agoMake index comparisons for XHTML output case insensitive.
Richard Heck [Tue, 3 Apr 2012 21:54:50 +0000 (17:54 -0400)]
Make index comparisons for XHTML output case insensitive.

12 years agoMerge branch 'master' of git.lyx.org:lyx
Richard Heck [Tue, 3 Apr 2012 19:54:54 +0000 (15:54 -0400)]
Merge branch 'master' of git.lyx.org:lyx

12 years agoClear local layout before reading BufferParams. Otherwise, you can't
Richard Heck [Tue, 3 Apr 2012 19:53:56 +0000 (15:53 -0400)]
Clear local layout before reading BufferParams. Otherwise, you can't
delete the local layout.

12 years agoFix bug #8107. Just an oversight: We need to invalidate the file
Richard Heck [Sun, 1 Apr 2012 22:21:22 +0000 (18:21 -0400)]
Fix bug #8107. Just an oversight: We need to invalidate the file
cache, not just the BibInfo cache, when we create a new BibTeX
inset.

12 years agoMerge branch 'master' of lyx:lyx
Pavel Sanda [Fri, 30 Mar 2012 23:09:21 +0000 (01:09 +0200)]
Merge branch 'master' of lyx:lyx

12 years agoAt least document QImage stuff.
Pavel Sanda [Fri, 30 Mar 2012 16:15:30 +0000 (18:15 +0200)]
At least document QImage stuff.

12 years ago* sk.po
Kornel Benko [Tue, 27 Mar 2012 14:09:31 +0000 (16:09 +0200)]
* sk.po

12 years agoClean up the include_bib script a bit.
Richard Heck [Mon, 26 Mar 2012 16:06:04 +0000 (12:06 -0400)]
Clean up the include_bib script a bit.

12 years agode.po: update
Juergen Spitzmueller [Mon, 26 Mar 2012 10:52:43 +0000 (12:52 +0200)]
de.po: update

12 years agoForgotten string change.
Juergen Spitzmueller [Mon, 26 Mar 2012 10:41:44 +0000 (12:41 +0200)]
Forgotten string change.

12 years agoBeamer supports \subsubsection. Add to layout.
Juergen Spitzmueller [Mon, 26 Mar 2012 10:12:14 +0000 (12:12 +0200)]
Beamer supports \subsubsection. Add to layout.

OK for branch?

12 years agoFix tex2lyx table output.
Georg Baum [Sun, 25 Mar 2012 16:46:00 +0000 (18:46 +0200)]
Fix tex2lyx table output.

It is broken since the latest file format update (neither did Uwe run a test
after updating the file format, nor did I after undoing my accidental change).
The reason it was broken: the bool version of write_attribute() is chosen
for "0" instead of the string version, so each table used rotate="true".

12 years agoExtend the notermination flag to math as well.
Georg Baum [Sun, 25 Mar 2012 13:36:00 +0000 (15:36 +0200)]
Extend the notermination flag to math as well.

Math commands need it as well as text commands. At the same time, this
further unifies the checking for termination and fixes cases of wrong
output (e.g. for 0x2005).

12 years agoRevert unwanted change.
Georg Baum [Sun, 25 Mar 2012 09:25:14 +0000 (11:25 +0200)]
Revert unwanted change.

I have no idea how this was created. I hadf changed this file, but reverted
it with git chekout before committing.

12 years agoFix bug #6936.
Georg Baum [Sun, 25 Mar 2012 09:16:32 +0000 (11:16 +0200)]
Fix bug #6936.

If \hline is entered, do not create an unknown inset, but increase the number
of hlines of the current row if that is allowed. The same idea is applied to
copy-paste (not part of the bug report).
This is also a test for committing via git.

12 years agoFix bug #8098
Enrico Forestieri [Sun, 25 Mar 2012 03:14:58 +0000 (05:14 +0200)]
Fix bug #8098

The Windows shell cannot have a UNC path as the current directory.
However, using pushd to change to the same directory automatically
maps the UNC path to a drive letter and thus it works.

Note that when calling cmd.exe from a UNC path there are still
warnings about the UNC path, but the command is then successfully
executed because the current directory is set to something digestible
by the shell.

12 years agoPunctuation + some shortcuts
Kornel Benko [Sat, 24 Mar 2012 17:11:25 +0000 (18:11 +0100)]
Punctuation + some shortcuts

12 years agoFix monolithic build (bug #8079)
Vincent van Ravesteijn [Sat, 24 Mar 2012 14:25:30 +0000 (15:25 +0100)]
Fix monolithic build (bug #8079)

12 years agoFix more possible crashes due to asInsetRef()
Vincent van Ravesteijn [Fri, 23 Mar 2012 20:15:55 +0000 (21:15 +0100)]
Fix more possible crashes due to asInsetRef()

InsetMathHull has no method asInsetRef() and returns therefore 0.

See also 447e0d03.

12 years agoFix bug #8095.
Richard Heck [Fri, 23 Mar 2012 18:37:48 +0000 (14:37 -0400)]
Fix bug #8095.

The crash was due to the otherwise innocent looking 07924ac300f68e. The cast
Vincent replaced was already wrong---it seems to have been a thinko in
7bbd67eb2679---but it worked kind of by accident before. Now it crashes.

12 years agoAdd a few more things to ignore, mostly generated files.
Richard Heck [Fri, 23 Mar 2012 18:09:19 +0000 (14:09 -0400)]
Add a few more things to ignore, mostly generated files.

12 years agoSetup .gitignore for generated files
Lars Gullik Bjønnes [Wed, 21 Mar 2012 08:44:32 +0000 (09:44 +0100)]
Setup .gitignore for generated files

Setting up .gitignore or .git/info/excludes is something that should
be done. Not doing it makes it a lot harder to see actual new files
that should be added.

Signed-off-by: Lars Gullik Bjønnes <larsbj@gullik.org>
12 years agoagain some things which cherry pick did not catch, sorry
Uwe Stöhr [Wed, 21 Mar 2012 23:02:36 +0000 (00:02 +0100)]
again some things which cherry pick did not catch, sorry

12 years agolyx2lyx/lyx_2_1.py: add missing things from previous commit (cherry pick seems to...
Uwe Stöhr [Wed, 21 Mar 2012 22:39:33 +0000 (23:39 +0100)]
lyx2lyx/lyx_2_1.py: add missing things from previous commit (cherry pick seems to make mistakes or I used it not correctly)

12 years agofull support for table rotations; fileformat change
Uwe Stöhr [Wed, 21 Mar 2012 22:04:45 +0000 (23:04 +0100)]
full support for table rotations; fileformat change

12 years agostep 1
Uwe Stöhr [Mon, 19 Mar 2012 00:21:26 +0000 (01:21 +0100)]
step 1

12 years agobeamer.layout: fix #8092 (Block can have nested childs so that all of its contents...
Uwe Stöhr [Wed, 21 Mar 2012 20:40:17 +0000 (21:40 +0100)]
beamer.layout: fix #8092 (Block can have nested childs so that all of its contents must have a dynamic margin, not only the first)

12 years agoGuiTabular.cpp: fix bug #8092
Uwe Stöhr [Tue, 20 Mar 2012 00:40:07 +0000 (01:40 +0100)]
GuiTabular.cpp: fix bug #8092

12 years ago- lyx2lyx/lyx_2_1.py: remove wrong info (was a copy/paste mistake)
Uwe Stöhr [Tue, 20 Mar 2012 00:26:55 +0000 (01:26 +0100)]
- lyx2lyx/lyx_2_1.py: remove wrong info (was a copy/paste mistake)
- GuiTabular.cpp: fix a comment

12 years agoFix bug #7975 following suggestions made by JMarc there.
Richard Heck [Mon, 19 Mar 2012 21:57:28 +0000 (17:57 -0400)]
Fix bug #7975 following suggestions made by JMarc there.

12 years agoFORMAT: Don't use trac markup to specify a commit
Vincent van Ravesteijn [Mon, 19 Mar 2012 10:10:46 +0000 (11:10 +0100)]
FORMAT: Don't use trac markup to specify a commit

Trac never interprets the contents of files as links, so
it is not necessary to write a sha1 like this.

12 years agoInsetTabular.cpp: code optimization; there is no need for a conversion
Uwe Stöhr [Mon, 19 Mar 2012 00:28:38 +0000 (01:28 +0100)]
InsetTabular.cpp: code optimization; there is no need for a conversion

12 years ago- INSTALL.Win32: revise and update the description because since Qt 4.8 it mustn...
Uwe Stöhr [Sun, 18 Mar 2012 22:59:03 +0000 (23:59 +0100)]
- INSTALL.Win32: revise and update the description because since Qt 4.8 it mustn't be compiled (and can currently also not without a lot of hacking). Moreover we have now a build script that does all the configuration in one step and we can benefit from the fast Ninja compilation

Signed-off-by: Uwe Stöhr <uwestoehr@lyx.org>
12 years agoFORMAT: specify commit sha for latest fileformat change
Uwe Stöhr [Sun, 18 Mar 2012 22:07:21 +0000 (23:07 +0100)]
FORMAT: specify commit sha for latest fileformat change

12 years ago* de.po: update
Juergen Spitzmueller [Sun, 18 Mar 2012 15:03:28 +0000 (16:03 +0100)]
* de.po: update

12 years agoFix bug #8083: Fix the selection of cells below multirows
Vincent van Ravesteijn [Sat, 17 Mar 2012 23:05:15 +0000 (00:05 +0100)]
Fix bug #8083: Fix the selection of cells below multirows

Multirows were introduced in 8bb69f24 (Uwe Stoehr, 11 Feb 2010). In the
computation of the nearest cell, it was forgotten to account for the
vertical offset. tabular.cellHeight is the full height of the cell, while
the point that comes from the coordCache is offsetted by VOffset.
Therefore, we have to subtract the VOffset from o.y_.

12 years agoUpdate it.po
Enrico Forestieri [Sat, 17 Mar 2012 20:14:30 +0000 (21:14 +0100)]
Update it.po

12 years agoClear the error list from previous errors
Vincent van Ravesteijn [Sat, 17 Mar 2012 18:00:25 +0000 (19:00 +0100)]
Clear the error list from previous errors

We only copied the error list to the cloned buffer when makeLatexfile
failed. This means that a second try will never clear the error list and
the user will be presented the same list again.

Therefore, we unconditionally copy the error list such that we also clear
the list on success.

12 years agoNew strings sk.po
Kornel Benko [Sat, 17 Mar 2012 10:15:53 +0000 (11:15 +0100)]
New strings sk.po

12 years agoLets try first commit and bring trunk back to compiling.
Pavel Sanda [Sat, 17 Mar 2012 00:27:13 +0000 (01:27 +0100)]
Lets try first commit and bring trunk back to compiling.

12 years agoReplace #warning by something that is understood by MSVC
Vincent van Ravesteijn [Fri, 16 Mar 2012 11:22:34 +0000 (12:22 +0100)]
Replace #warning by something that is understood by MSVC

MSVC gives a warning when using #warning. However, it does
not show the actual warning.

12 years agoRevert commenting the file format warnings
Vincent van Ravesteijn [Fri, 16 Mar 2012 11:20:52 +0000 (12:20 +0100)]
Revert commenting the file format warnings

These warnings have been (accidentally) commented out in
42aeab2a (uwestoehr; support for table cell rotations;
16-03-2012). In the next commit the warning will be replaced
by a form which is also understood by MSVC.

12 years agosupport for table cell rotations; fileformat change
Uwe Stöhr [Fri, 16 Mar 2012 01:29:37 +0000 (02:29 +0100)]
support for table cell rotations; fileformat change

12 years agocmake/build.bat: don't mention SVN anymore as it would only lead to confusion
Uwe Stöhr [Fri, 16 Mar 2012 01:23:25 +0000 (02:23 +0100)]
cmake/build.bat: don't mention SVN anymore as it would only lead to confusion

12 years agoUpdate autogenerated lib/layouttranslations.
Vincent van Ravesteijn [Thu, 15 Mar 2012 14:58:52 +0000 (15:58 +0100)]
Update autogenerated lib/layouttranslations.

12 years agoMake the version as part of package name of
Kornel Benko [Thu, 15 Mar 2012 12:01:09 +0000 (13:01 +0100)]
Make the version as part of package name of
cmake build be configurable.
Use -DLYX_LOCALVERSIONING=ON (default = OFF)
The package name will then be
lyx-2.1.0-xxxxgit-yyyy.zzz
where xxxx == version number (similar to svn)
      yyyy == your OS (e.g. Linux)
      zzz  == package extension (e.g. deb, rpm, tar.gz etc)

otherwise the string '-xxxxgit' will not be used.

12 years agoFix bug #8069: View/Update other formats button disabled with non-TeX fonts
Juergen Spitzmueller [Thu, 15 Mar 2012 11:55:40 +0000 (12:55 +0100)]
Fix bug #8069: View/Update other formats button disabled with non-TeX fonts

12 years agoGuiTabular.cpp: fix bug #8084
Uwe Stöhr [Thu, 15 Mar 2012 01:37:20 +0000 (02:37 +0100)]
GuiTabular.cpp: fix bug #8084

12 years agotex2lyx/text.cpp: code improvement as proposed by Georg
Uwe Stöhr [Thu, 15 Mar 2012 01:10:13 +0000 (02:10 +0100)]
tex2lyx/text.cpp: code improvement as proposed by Georg

12 years agofurther port from branch: - IOP-article.lyx
Uwe Stöhr [Thu, 15 Mar 2012 01:04:28 +0000 (02:04 +0100)]
further port from branch: - IOP-article.lyx

12 years agoport recent changes to master:
Uwe Stöhr [Thu, 15 Mar 2012 00:48:06 +0000 (01:48 +0100)]
port recent changes to master:
- EmbeddedObjects.lyx
- splash.lyx

12 years agoFix lyx2lyx revertion for natbib.
Julien Rioux [Tue, 13 Mar 2012 23:43:27 +0000 (00:43 +0100)]
Fix lyx2lyx revertion for natbib.

We need to search for the \cite_engine line starting from the
beginning of the document header.

12 years agoAdvertising change as in commit c324d6eae6231658803849d13320b14a96717234 (r40877).
Tommaso Cucinotta [Tue, 13 Mar 2012 23:05:36 +0000 (23:05 +0000)]
Advertising change as in commit c324d6eae6231658803849d13320b14a96717234 (r40877).

12 years agoAddress bug 7975 by changing how toggling works, as suggested by
Richard Heck [Tue, 13 Mar 2012 16:08:25 +0000 (12:08 -0400)]
Address bug 7975 by changing how toggling works, as suggested by
JMarc.

12 years agoStyle.
Richard Heck [Tue, 13 Mar 2012 16:07:48 +0000 (12:07 -0400)]
Style.

12 years ago#7855 subversion 1.7.x support: use svn info to check if a file is under version...
Stephan Witt [Sun, 11 Mar 2012 11:12:12 +0000 (11:12 +0000)]
#7855 subversion 1.7.x support: use svn info to check if a file is under version control; this works for 1.6.x too; to avoid excessive forks of child processes check for the existence of a .svn directory in current dir and parent directories

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

12 years agoFix typo
Vincent van Ravesteijn [Sat, 10 Mar 2012 21:45:01 +0000 (21:45 +0000)]
Fix typo

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

12 years agoFix typo and whitespace
Vincent van Ravesteijn [Sat, 10 Mar 2012 21:20:25 +0000 (21:20 +0000)]
Fix typo and whitespace

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

12 years agoAccidentally removed this code at last commit.
Richard Heck [Sat, 10 Mar 2012 16:49:20 +0000 (16:49 +0000)]
Accidentally removed this code at last commit.

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

12 years agofix glitch.
Jürgen Spitzmüller [Sat, 10 Mar 2012 14:35:46 +0000 (14:35 +0000)]
fix glitch.

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

12 years agofix file permissions of lib/scripts/ -files in cmake build
Kornel Benko [Sat, 10 Mar 2012 14:23:33 +0000 (14:23 +0000)]
fix file permissions of lib/scripts/ -files in cmake build

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

12 years agoAdd "notermination" flag to unicodesymbols. This tells us not to try any termination...
Jürgen Spitzmüller [Sat, 10 Mar 2012 13:34:42 +0000 (13:34 +0000)]
Add "notermination" flag to unicodesymbols. This tells us not to try any termination of the command (such as '{}' or ' ' ).

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

12 years agofix typo
Georg Baum [Sat, 10 Mar 2012 12:28:44 +0000 (12:28 +0000)]
fix typo

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

12 years agoUpdate tex2lyx to file format 427. InsetIPA is not yet supported, but the
Georg Baum [Sat, 10 Mar 2012 11:53:47 +0000 (11:53 +0000)]
Update tex2lyx to file format 427. InsetIPA is not yet supported, but the
produced output is valid format 427.

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

12 years agofix file permissions of lib/scripts/listerrors
Georg Baum [Sat, 10 Mar 2012 11:03:44 +0000 (11:03 +0000)]
fix file permissions of lib/scripts/listerrors

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

12 years agoinstaller: Python files belong to the Lib folder of Python
Uwe Stöhr [Sat, 10 Mar 2012 10:46:14 +0000 (10:46 +0000)]
installer: Python files belong to the Lib folder of Python

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

12 years agoShow backends rather than formats in the View>Source combo box.
Richard Heck [Fri, 9 Mar 2012 22:24:20 +0000 (22:24 +0000)]
Show backends rather than formats in the View>Source combo box.

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

12 years agoChange the backends() routine so it only gives us backends that
Richard Heck [Fri, 9 Mar 2012 22:24:17 +0000 (22:24 +0000)]
Change the backends() routine so it only gives us backends that
are appropriate for the current document.

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

12 years ago* sk.po
Kornel Benko [Fri, 9 Mar 2012 13:24:35 +0000 (13:24 +0000)]
* sk.po

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

12 years ago* de.po: update
Jürgen Spitzmüller [Fri, 9 Mar 2012 12:43:56 +0000 (12:43 +0000)]
* de.po: update

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

12 years agoClarify widget description (I had to consult the sources to find out what this does).
Jürgen Spitzmüller [Fri, 9 Mar 2012 12:31:16 +0000 (12:31 +0000)]
Clarify widget description (I had to consult the sources to find out what this does).

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

12 years ago* de.po: update
Jürgen Spitzmüller [Fri, 9 Mar 2012 12:22:46 +0000 (12:22 +0000)]
* de.po: update

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

12 years agoConsider specifics for TIPAs T3 font encoding and allow insertion of straight quote...
Jürgen Spitzmüller [Fri, 9 Mar 2012 11:14:39 +0000 (11:14 +0000)]
Consider specifics for TIPAs T3 font encoding and allow insertion of straight quote (stress shortcut) to IPA inset.

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

12 years ago* unicodesymbols: shortcuts for the non-combining characters.
Jürgen Spitzmüller [Fri, 9 Mar 2012 10:18:59 +0000 (10:18 +0000)]
* unicodesymbols: shortcuts for the non-combining characters.

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

12 years ago* implement possibility to use IPA shortcut notation (the actual shortcuts will follow)
Jürgen Spitzmüller [Fri, 9 Mar 2012 09:05:13 +0000 (09:05 +0000)]
* implement possibility to use IPA shortcut notation (the actual shortcuts will follow)
* do not terminate macros by {} if not necessary (prevent kerning violation)

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

12 years agoGerman Intro.lyx: fix a comment as suggested in the list
Uwe Stöhr [Thu, 8 Mar 2012 19:14:48 +0000 (19:14 +0000)]
German Intro.lyx: fix a comment as suggested in the list

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

12 years agoDon't show citation engines in the list of modules. They are found under the bibliogr...
Julien Rioux [Thu, 8 Mar 2012 16:43:05 +0000 (16:43 +0000)]
Don't show citation engines in the list of modules. They are found under the bibliography settings.

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

12 years agoDisplay the module category in the list of modules.
Julien Rioux [Thu, 8 Mar 2012 16:43:04 +0000 (16:43 +0000)]
Display the module category in the list of modules.

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

12 years agoWhitespace only.
Julien Rioux [Thu, 8 Mar 2012 16:43:02 +0000 (16:43 +0000)]
Whitespace only.

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

12 years ago* sk.po
Kornel Benko [Wed, 7 Mar 2012 09:26:57 +0000 (09:26 +0000)]
* sk.po

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

12 years agoinstaller:
Uwe Stöhr [Wed, 7 Mar 2012 00:56:12 +0000 (00:56 +0000)]
installer:
- fix installation of eLyXer
- install unoconv (fixes bug 7980)

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

12 years agoMore useful message (tells the user that ESC cancels the long operation in progress).
Tommaso Cucinotta [Tue, 6 Mar 2012 23:26:19 +0000 (23:26 +0000)]
More useful message (tells the user that ESC cancels the long operation in progress).

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

12 years agoNow ESC cancels long Advanced Find and Replace operations.
Tommaso Cucinotta [Tue, 6 Mar 2012 23:21:12 +0000 (23:21 +0000)]
Now ESC cancels long Advanced Find and Replace operations.
(see #7217 and #7965 for related issues and discussion)

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

12 years agoInsetIPA: fixes with non-tex-fonts.
Jürgen Spitzmüller [Tue, 6 Mar 2012 10:39:01 +0000 (10:39 +0000)]
InsetIPA: fixes with non-tex-fonts.

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

12 years agoHandling of libmagic for some mime-types leads to incorrect value 'text/plain'.
Kornel Benko [Tue, 6 Mar 2012 09:41:41 +0000 (09:41 +0000)]
Handling of libmagic for some mime-types leads to incorrect value 'text/plain'.

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

12 years ago* sk.po
Kornel Benko [Tue, 6 Mar 2012 09:31:41 +0000 (09:31 +0000)]
* sk.po

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

12 years agoAllow superscript (but not subscript) in IPA inset.
Jürgen Spitzmüller [Tue, 6 Mar 2012 09:14:24 +0000 (09:14 +0000)]
Allow superscript (but not subscript) in IPA inset.

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

12 years agodocument file format change.
Jürgen Spitzmüller [Tue, 6 Mar 2012 07:56:24 +0000 (07:56 +0000)]
document file format change.

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