Commit Graph

22589 Commits

Author SHA1 Message Date
Vincent van Ravesteijn
6c2ab16e55 Revert previous commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30917 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-08 00:07:52 +00:00
Vincent van Ravesteijn
1b28af61e5 Fix part of bug #6127: Roundtrip Lyx->Latex->Lyx fails.
Add the package amstext to the list of known packages.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30916 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 22:51:02 +00:00
Richard Heck
96033ed83d Makefiles for previous commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30913 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 19:24:37 +00:00
Richard Heck
7f100a1e6d Move the LaTeX proof declaration to a separate file, for inclusion elsewhere.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30912 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 19:20:13 +00:00
Richard Heck
286f6b302d Normalize whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30911 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 19:15:38 +00:00
Richard Heck
185b2ff053 Fixes for theorem modules from Paul Rubin.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30910 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 19:06:12 +00:00
Vincent van Ravesteijn
a43e6129eb Work-around for bug #6034: Applying preferences confuses window about its size.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30897 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 12:49:03 +00:00
Jürgen Spitzmüller
89e7f60e1d Catch encoding exception when performing instant preview on an uncodable char (bug 6116).
* MathStream{.cpp, h}:
	- replace bool dryrun() by enum output that also knows whether the stream is for instant preview
* InsetMathHull.cpp:
	- tell the stream whether we use it for instant preview.
* MathString.cpp (write):
	- gracefully catch encoding exception for instant preview.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30895 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 05:25:22 +00:00
Uwe Stöhr
c5d70358cc UserGuide.lyx: describe the menu File -> Fax
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30892 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 01:33:40 +00:00
Uwe Stöhr
9457f62107 configure.py: check for hylapex, a fax program that runs on all platforms
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30891 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 01:31:22 +00:00
Vincent van Ravesteijn
31afc053ea Fix bug #740 (part 2): Wish for added menu item: File->Close all.
Now disable the menuitem when there is only 1 visible buffer.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30890 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 00:41:39 +00:00
Uwe Stöhr
2d420ddfc4 UserGuide.lyx: adjust dashes as proposed by John R. Hudson
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30888 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 00:06:32 +00:00
Uwe Stöhr
49e7abf8a4 UserGuide.lyx: update to latest file format
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30887 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 00:02:41 +00:00
Uwe Stöhr
75767b521e LaTeXConfig.lyx: this has also been forgotten in r30338
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30886 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-06 23:27:02 +00:00
Vincent van Ravesteijn
187e7e197a Fix typo for r30882.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30883 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-06 23:20:34 +00:00
Vincent van Ravesteijn
97efae2561 Fix bug #740: Wish for added menu item: File->Close all.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30882 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-06 23:17:16 +00:00
Uwe Stöhr
50f884bd44 chkconfig.ltx: this has been forgotten in r30338
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30880 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-06 23:14:08 +00:00
Uwe Stöhr
9cf9bb1b49 German Tutorial.lyx: please Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30878 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-06 23:09:52 +00:00
Vincent van Ravesteijn
8b237b49cd Fix bug #6125: Float positioning dialog enables invalid options for subfloats.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30877 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-06 22:42:42 +00:00
Jürgen Spitzmüller
b9e188c397 * fr.po: update by Jean-Pierre.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30876 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-06 13:13:34 +00:00
Richard Heck
a2891daae3 Better name for variable.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30874 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-06 12:44:06 +00:00
Jürgen Spitzmüller
fcf0dfebd8 * de/Tutorial.lyx: minor corrections reported on lyx-docs.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30873 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-06 11:47:40 +00:00
Enrico Forestieri
abb1ff4a66 MacroData has a buffer_ member, so use this instead of a dummy one.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30871 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-06 10:25:48 +00:00
Enrico Forestieri
d53c2ec215 Fix bug #6014: Assertion when pasting "\def" into 2.0svn
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30870 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-06 09:53:06 +00:00
Jürgen Spitzmüller
3a8121ddee * lyx2lyx/lyx_1_6.py: fix convert_url routine (bug 6121).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30869 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-06 08:05:31 +00:00
Vincent van Ravesteijn
3114ce609c Some small code simplications.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30866 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-04 23:01:06 +00:00
Vincent van Ravesteijn
b86942b4f4 Uniform naming of functions.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30865 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-04 22:50:36 +00:00
Vincent van Ravesteijn
27a0ac410f Remove some unnecessary negated logic.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30864 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-04 22:44:23 +00:00
Vincent van Ravesteijn
dfabfe49c6 Hide some internals of Changes:
* no one has to know that the current author has by default id 0,

Forgot this in the previous commit.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30863 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-04 22:37:19 +00:00
Vincent van Ravesteijn
6d8f1aa244 Hide some internals of Changes:
* no one has to know that the current author has by default id 0,
* avoid unnecessary use of the Type enum.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30862 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-04 22:15:17 +00:00
Kornel Benko
ad8a353281 Add use of installed boost libraries
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30861 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-04 20:56:14 +00:00
Vincent van Ravesteijn
11c3f2d1bc Fix the math output mess I caused in r30822.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30860 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-04 20:34:53 +00:00
Pavel Sanda
c1fa134b90 Upgrade to autoconf 2.64
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30859 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-04 11:49:24 +00:00
Enrico Forestieri
7771fedf9c White space.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30857 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-04 10:37:14 +00:00
Pavel Sanda
7c170d8fa8 Please Andre
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30856 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-04 09:26:46 +00:00
Vincent van Ravesteijn
0bac4a686d Fix shortcuts context menu after r30296.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30855 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-03 22:45:06 +00:00
Uwe Stöhr
ea02a9db1c Spanish UserGuide.lyx, Math.lyx: translations by Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30853 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-03 20:18:20 +00:00
Uwe Stöhr
eacb23587a Hebrew Intro.lyx: fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30851 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-03 20:07:24 +00:00
Vincent van Ravesteijn
997d8ba557 Fix bug #6119: Keyboard map still shows up after deleting.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30850 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-03 19:54:32 +00:00
Enrico Forestieri
898c621b84 Properly restore the file encoding after a LaTeX environment with local scope.
Fixes bug #5690: Hebrew file cannot be exported to dvi or pdf.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30848 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-03 18:31:20 +00:00
Jean-Marc Lasgouttes
ca7b18a5db Try to implement properly recursive setBuffer. Normally, implmenting
for InsetMathNest and InsetMathHull is enough.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30847 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-03 10:30:34 +00:00
Uwe Stöhr
9833b35aa5 UserGuide.lyx: add info how to ascertain the author of a tracked change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30846 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-02 23:54:05 +00:00
Uwe Stöhr
dbd8d89fba UserGuide.lyx: actualize the change tracking section
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30843 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-02 23:09:16 +00:00
Uwe Stöhr
bfb7785f65 Extended.lyx: only whitespace (and update to latest file format)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30841 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-02 22:35:01 +00:00
Uwe Stöhr
2f62763e99 Customization.lyx: only whitespace (and update to latest file format)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30840 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-02 22:22:44 +00:00
Uwe Stöhr
a40d601ebe UserGuide.lyx: issues spotted by JR Hudson - part 3 of 3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30839 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-02 22:21:56 +00:00
Uwe Stöhr
0586f96144 UserGuide.lyx, Math.lyx: issues spotted by JR Hudson - part 2 of 3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30836 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-02 21:41:34 +00:00
Uwe Stöhr
12fc778c62 UserGuide.lyx: corrections of bugs spotted by JR Hudson - part 1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30835 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-02 17:02:56 +00:00
Uwe Stöhr
02b81fb226 UserGuide.lyx: update to current file format
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30833 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-02 16:57:44 +00:00
Abdelrazak Younes
aafa4532d4 CMake: Define USE_HUNSPELL in case the library is found.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30832 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-02 16:45:33 +00:00