]> git.lyx.org Git - lyx.git/log
lyx.git
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 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

12 years agoImplement a native IPA inset (bug #2591) with instant preview.
Jürgen Spitzmüller [Tue, 6 Mar 2012 07:54:22 +0000 (07:54 +0000)]
Implement a native IPA inset (bug #2591) with instant preview.

Currently only basic functionality (our math-tipa functionality plus multipar input). Further enhancements (such as proper unicode input and a specific toolbar) are planned. DocBook and XHTML output also need to be audited.

The lyx2lyx reversion routine surely can be improved (help appreciated), and I don't know  tex2lyx enough to handle this file format change.

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

12 years agoGerman UserGuide.lyx: some more translations and style fixes to be compliant with...
Uwe Stöhr [Mon, 5 Mar 2012 23:32:18 +0000 (23:32 +0000)]
German UserGuide.lyx: some more translations and style fixes to be compliant with the other language variants

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

12 years agotex2lyx: support for inline listings (fixes last part of #8066)
Uwe Stöhr [Mon, 5 Mar 2012 22:04:22 +0000 (22:04 +0000)]
tex2lyx: support for inline listings (fixes last part of #8066)
OK also for branch?

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

12 years agotex2lyx/text.cpp: don't parse catBegin in verbatim environments
Uwe Stöhr [Mon, 5 Mar 2012 21:04:21 +0000 (21:04 +0000)]
tex2lyx/text.cpp: don't parse catBegin in verbatim environments

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

12 years agoOn Windows, properly account for the encoding of the temporary directory.
Enrico Forestieri [Mon, 5 Mar 2012 17:14:09 +0000 (17:14 +0000)]
On Windows, properly account for the encoding of the temporary directory.

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

12 years agotex2lyx/text.cpp: clarify a comment and add a question
Uwe Stöhr [Mon, 5 Mar 2012 01:51:19 +0000 (01:51 +0000)]
tex2lyx/text.cpp: clarify a comment and add a question

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

12 years ago- text.cpp: full tex2lyx support for lstlisting (support for \lstinline will follow...
Uwe Stöhr [Mon, 5 Mar 2012 01:45:14 +0000 (01:45 +0000)]
- text.cpp: full tex2lyx support for lstlisting (support for \lstinline will follow soon)
- test/test-insets.tex: add a more advanced examples

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

12 years agoEmbeddedObjects.lyx: description how to color every second table row
Uwe Stöhr [Sun, 4 Mar 2012 23:51:57 +0000 (23:51 +0000)]
EmbeddedObjects.lyx: description how to color every second table row

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

12 years agotex2lyx/text.cpp: whitespace fixes
Uwe Stöhr [Sun, 4 Mar 2012 14:18:33 +0000 (14:18 +0000)]
tex2lyx/text.cpp: whitespace fixes

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

12 years agotest/test-insets.tex: add examples for listings
Uwe Stöhr [Sun, 4 Mar 2012 14:06:13 +0000 (14:06 +0000)]
test/test-insets.tex: add examples for listings

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

12 years ago- text.cpp: - fix tex2lyx parsing of verbatim environments
Uwe Stöhr [Sun, 4 Mar 2012 13:27:53 +0000 (13:27 +0000)]
- text.cpp: - fix tex2lyx parsing of verbatim environments
- Parser.cpp: - new function to parse verbatim environments
- test/test-structure.tex: updated example

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

12 years ago- UserGuide.lyx: add the F5-key feature
Uwe Stöhr [Sun, 4 Mar 2012 01:23:46 +0000 (01:23 +0000)]
- UserGuide.lyx: add the F5-key feature
- Japanese and German UserGuide.lyx: adapt a section to the other language variants

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

12 years ago* sk.po
Kornel Benko [Sat, 3 Mar 2012 15:44:01 +0000 (15:44 +0000)]
* sk.po

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

12 years agoFix handling of the add branch textfield in GuiBranches
Vincent van Ravesteijn [Sat, 3 Mar 2012 14:39:32 +0000 (14:39 +0000)]
Fix handling of the add branch textfield in GuiBranches

- Enter in the textfield adds the branch,
- Make sure the dialog is not closed when pressing enter,
- Pressing Ctrl+Enter or the Enter on the numpad closes the dialog.

Patch based on a patch from Scott Kostyshak.

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

12 years agoGuiCitation: Do not allow to add entries by pressing Enter when the Add button is...
Vincent van Ravesteijn [Sat, 3 Mar 2012 12:39:19 +0000 (12:39 +0000)]
GuiCitation: Do not allow to add entries by pressing Enter when the Add button is disabled.

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

12 years agoAdd Scott Kostyshak to the credits.
Vincent van Ravesteijn [Sat, 3 Mar 2012 11:43:14 +0000 (11:43 +0000)]
Add Scott Kostyshak to the credits.

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

12 years agomodernCV.lyx: fix #8064
Uwe Stöhr [Fri, 2 Mar 2012 23:38:46 +0000 (23:38 +0000)]
modernCV.lyx: fix #8064

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

12 years agoImplement access to hunspell's stemming function and let the Thesaurus use that ...
Jürgen Spitzmüller [Fri, 2 Mar 2012 10:20:09 +0000 (10:20 +0000)]
Implement access to hunspell's stemming function and let the Thesaurus use that (part of bug #8060).

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

12 years agoWork around qt bug that prevents the glyph LATIN CAPITAL LETTER SHARP S from being...
Jürgen Spitzmüller [Fri, 2 Mar 2012 09:06:09 +0000 (09:06 +0000)]
Work around qt bug that prevents the glyph LATIN CAPITAL LETTER SHARP S from being pasted (bug #8057).

Candidate for branch.

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

12 years agoSince version 1.9 SumatraPDF supports forward search without DDE commands.
Enrico Forestieri [Fri, 2 Mar 2012 02:35:30 +0000 (02:35 +0000)]
Since version 1.9 SumatraPDF supports forward search without DDE commands.

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

12 years agoFix parsing of \sindex{stuff} and \sindex[]{stuff}
Georg Baum [Thu, 1 Mar 2012 20:37:34 +0000 (20:37 +0000)]
Fix parsing of \sindex{stuff} and \sindex[]{stuff}

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

12 years agoMove the citation engine machinery to layouts.
Julien Rioux [Thu, 1 Mar 2012 00:41:30 +0000 (00:41 +0000)]
Move the citation engine machinery to layouts.

Add a new layout syntax CiteEngine to define the citation commands
available for a given citation engine.

Also extend the CiteFormat syntax to allow more customization. This
mechanism, previously used to produce bibliography entries in the
citation GUI based on the BibTeX entrytype, is now also used to
produce the textual labels for citation insets in the buffer view.

Thus citation styles are almost completely customizable by modules.
Modules for the basic, jurabib and natbib engines are implemented.

Layout format incremented to 37.

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

12 years agoinstaller:
Uwe Stöhr [Wed, 29 Feb 2012 22:40:03 +0000 (22:40 +0000)]
installer:
- fix an uninstallation bug that user settings were not remove if requested
- whitespace fix

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

12 years agotex2lyx/text.cpp: a fix and a clarification
Uwe Stöhr [Wed, 29 Feb 2012 22:39:21 +0000 (22:39 +0000)]
tex2lyx/text.cpp: a fix and a clarification

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

12 years ago* Additional.lyx - RCS tweaks for Win
Pavel Sanda [Wed, 29 Feb 2012 18:39:45 +0000 (18:39 +0000)]
* Additional.lyx - RCS tweaks for Win

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

12 years agoUpdate boost to version 1.49.0
Vincent van Ravesteijn [Wed, 29 Feb 2012 16:31:24 +0000 (16:31 +0000)]
Update boost to version 1.49.0

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

12 years agoImport \sindex correctly
Georg Baum [Tue, 28 Feb 2012 20:34:50 +0000 (20:34 +0000)]
Import \sindex correctly

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

12 years agoAvoid crash in call to magic_file() if the checked file does not exist
Kornel Benko [Tue, 28 Feb 2012 15:21:46 +0000 (15:21 +0000)]
Avoid crash in call to magic_file() if the checked file does not exist

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

12 years agoFrench UserGuide.lyx: fix file ending
Uwe Stöhr [Tue, 28 Feb 2012 00:03:29 +0000 (00:03 +0000)]
French UserGuide.lyx: fix file ending

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

12 years agoinstaller: this is LyX 2.0.3
Uwe Stöhr [Mon, 27 Feb 2012 01:52:22 +0000 (01:52 +0000)]
installer: this is LyX 2.0.3

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

12 years agoinstaller: fix an uninstaller issue
Uwe Stöhr [Mon, 27 Feb 2012 01:50:43 +0000 (01:50 +0000)]
installer: fix an uninstaller issue

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

12 years agoFrench UserGuide.lyx: updates from Jean-Pierre
Uwe Stöhr [Mon, 27 Feb 2012 01:00:47 +0000 (01:00 +0000)]
French UserGuide.lyx: updates from Jean-Pierre

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

12 years ago- text.cpp: escape backslashes in verbatim, fix a thinko
Uwe Stöhr [Mon, 27 Feb 2012 00:55:57 +0000 (00:55 +0000)]
- text.cpp: escape backslashes in verbatim, fix a thinko
- test-structure.tex: add verbatim testcase

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

12 years agoSimplify & fix InsetGraphics tooltip, DocFileName inherits from FileName.
Pavel Sanda [Sun, 26 Feb 2012 23:09:25 +0000 (23:09 +0000)]
Simplify & fix InsetGraphics tooltip, DocFileName inherits from FileName.

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

12 years agoAdd tooltip for graphics insets
Pavel Sanda [Sat, 25 Feb 2012 23:05:28 +0000 (23:05 +0000)]
Add tooltip for graphics insets

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

12 years agoCheck for needed magic functions before using libmagic
Kornel Benko [Sat, 25 Feb 2012 13:07:17 +0000 (13:07 +0000)]
Check for needed magic functions before using libmagic

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

12 years agoDuplicate definitions :(
Kornel Benko [Thu, 23 Feb 2012 09:34:25 +0000 (09:34 +0000)]
Duplicate definitions :(

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

12 years ago* sk.po, without remerge
Kornel Benko [Thu, 23 Feb 2012 08:53:54 +0000 (08:53 +0000)]
* sk.po, without remerge

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

12 years agoGreetings to Lars from Scott Kostyshak, cf r40585.
Pavel Sanda [Wed, 22 Feb 2012 12:11:21 +0000 (12:11 +0000)]
Greetings to Lars from Scott Kostyshak, cf r40585.

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

12 years agoAdded libmagic to cmake build. Should to be also adapted to windows
Kornel Benko [Wed, 22 Feb 2012 10:07:04 +0000 (10:07 +0000)]
Added libmagic to cmake build. Should to be also adapted to windows

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

12 years agoMake guessFormatFromContents() a bit more private, since it is not supposed
Georg Baum [Tue, 21 Feb 2012 20:46:37 +0000 (20:46 +0000)]
Make guessFormatFromContents() a bit more private, since it is not supposed
to be used in new code.

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

12 years agoUse libmagic for file format detection if available.
Georg Baum [Tue, 21 Feb 2012 20:29:44 +0000 (20:29 +0000)]
Use libmagic for file format detection if available.

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

12 years agomerge triplicated image format lists
Georg Baum [Tue, 21 Feb 2012 20:20:53 +0000 (20:20 +0000)]
merge triplicated image format lists

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

12 years ago* sk.po
Kornel Benko [Tue, 21 Feb 2012 15:35:59 +0000 (15:35 +0000)]
* sk.po

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

12 years agoFix #7787
Pavel Sanda [Tue, 21 Feb 2012 13:54:55 +0000 (13:54 +0000)]
Fix #7787

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