Jürgen Spitzmüller
ef9d8927c7
* New layout and template files for the Journal of Statistical Software (JSS), contributed by Andreas Karlsson
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25045 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 08:58:25 +00:00
Enrico Forestieri
c9d2c73706
Simplify the definition of \mathsym by using the package relsize.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25042 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 04:46:50 +00:00
Richard Heck
983c002dd5
More lyx2lyx fixes. Same issue.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25041 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 02:26:56 +00:00
Richard Heck
180b205049
More fixes, same issue.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25040 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 02:22:44 +00:00
Richard Heck
b40db6b561
Fix revert btprint lyx2lyx.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25039 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 02:21:29 +00:00
Richard Heck
74141d4f72
Fixes for the fixes.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25038 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 02:18:51 +00:00
Richard Heck
3e70c177a9
Fix for revert_nocite lyx2lyx. Warnings as before.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25037 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 02:14:15 +00:00
Richard Heck
f7158c0d29
More lyx2lyx fixes. Same warning as before.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25036 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 02:04:33 +00:00
Richard Heck
72a84b1c09
Fix framed notes lyx2lyx reversion. Again, this was a mechanical fix. It should be checked.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25035 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 01:50:39 +00:00
Richard Heck
d70f3a1f3b
Fix framed notes lyx2lyx.
...
Note that this is a mechanical fix. Someone should check that it works.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25034 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 01:45:19 +00:00
Richard Heck
24165dfe3d
Fix a bunch of backslashes.
...
If this is wrong, someone revert it. But I think it must be right.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25033 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 01:37:43 +00:00
Richard Heck
07d7b03773
Fix the encoding.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25032 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 01:33:17 +00:00
Richard Heck
b5ce6e4bda
Fix space inset lyx2lyx.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25031 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 01:28:31 +00:00
Uwe Stöhr
d53c1b699a
German documentation update by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25024 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-31 12:27:10 +00:00
Richard Heck
2a47858dda
Fix remaining issues with InsetSpace. The identifier "Space" used in the .lyx
...
file has been changed to "space" to match the identifier used for the inset in
Inset.cpp and for the dialog in GuiView.cpp.
In future, we will want to get a similar uniformity elsewhere: The identifier
used in the LyX file should match the one used as inset identifier. The easy
way to do this, in the code, is to have insets write themselves this way:
os << insetName(lyxCode()) << " ";
rather than at present:
os << "space ";
Similar things could then happen elsewhere. E.g., if the dialog names are in
sync with the inset names, then we could do something like:
hideDialogs(insetName(lyxCode()), this);
rather than
hideDialogs("space", this);
and perhaps even put that into the Inset destructor rather than have specific
versions in each inset---with a test for whether there is such a dialog, of
course.
But this is all for later.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25016 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-30 15:38:43 +00:00
Richard Heck
1f8d6daee4
Revert previous commit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25013 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-30 14:59:28 +00:00
Abdelrazak Younes
eef4223e1b
fix duplicate shortcuts.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24994 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-29 11:45:00 +00:00
Uwe Stöhr
2e578c9bd4
German Extended.lyx: - small correction by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24987 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-28 20:51:37 +00:00
Uwe Stöhr
62d85c7437
sciword.bind: update the math numbering to what we have in trunk, fixes also bug 4893
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24986 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-28 20:45:01 +00:00
Uwe Stöhr
3f72061f22
German Extended.lyx: - fix handling of the picinpar package
...
- delete sections whose content is already in the EmbeddedObjects manual and therefore already removed in the English version of this document
German UserGuide.lyx: some cleanups by Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24973 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-27 22:11:25 +00:00
Richard Heck
43c7e56ef2
Work around an incompatibility between paper.cls and how we handle environments. The paper class seems to expect a pair of newlines are the end of the abstract envirnoment, which we do not produce; this has the effect that the abstract runs into the first paragraph in certain cases.
...
Jurgen, this could also go into branch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24965 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-27 16:22:25 +00:00
Abdelrazak Younes
7bb8a5f183
Re-engineer the toolbar support code:
...
- We now rely more upon Qt features,
- the initial toolbar positioning defined in "lib/ui/default.ui" is now only used if there is no session or if session handling is disabled,
- The session saving/restoring is window dependent.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24954 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-27 11:15:17 +00:00
Jean-Marc Lasgouttes
703eca7670
make display of group list only depend on existence of groups; move the addition of a separator to the ui file
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24941 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-26 09:33:08 +00:00
Uwe Stöhr
3194afe343
EmbeddedObjects.lyx: as bug 4839 is fixed, the next step to update the this manual.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24939 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-25 22:15:31 +00:00
Uwe Stöhr
76bceffe1b
German documentation updates by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24935 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-25 20:03:04 +00:00
Jürgen Spitzmüller
fce7799859
* lib/configure.py:
...
- add support for Graphviz Dot files (bug 4882).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24932 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-25 08:49:15 +00:00
Jürgen Spitzmüller
8479e06b54
* math.bind:
...
- comment out already taken accelerator (bug 4880).
Stefan, please select an unused one.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24902 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-23 10:11:07 +00:00
José Matox
81ca2da2d4
escape backslashes when importing the cells
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24862 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-20 11:20:33 +00:00
Uwe Stöhr
a2f6539aff
configure.py: rename "Comma-separated values" to "Table (CSV)"
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24852 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-20 00:59:16 +00:00
Uwe Stöhr
506aac3ba6
Tutorial.lyx: updated for LyX 1.6
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24851 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-20 00:10:20 +00:00
Uwe Stöhr
97d726340d
French UserGuide.lyx: translation updates by Siegfried
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24849 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-19 22:28:27 +00:00
Uwe Stöhr
2134c42dd5
more work to update the EmbeddedObjects.lyx manual for LyX 1.6
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24828 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-19 00:17:43 +00:00
Uwe Stöhr
40578f6e31
German Extended.lyx: new section about picinpar and CSV-file updates by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24827 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-18 23:45:39 +00:00
Uwe Stöhr
f651fc5541
UserGuide.lyx: fix the bibliography
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24826 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-18 22:04:51 +00:00
Uwe Stöhr
0beb0c1a6d
csv2lyx.py: I haven't contributed something to the actual file version
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24824 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-18 20:43:04 +00:00
Uwe Stöhr
d201fd7e56
EmbeddedObjects.lyx: add a note about box alignment
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24822 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-18 20:35:07 +00:00
José Matox
b1faf53669
Update file to the last version discussed on bugzilla and on the devel list
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24821 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-18 19:26:05 +00:00
Uwe Stöhr
58220e118d
csv2lyx.py: new csv2lyx version by Hartmut and José
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24818 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-18 19:08:23 +00:00
Uwe Stöhr
b2b4cb1fe3
BufferParams.cpp: fix the order for page sizes, fileformat change is needed, fixes http://bugzilla.lyx.org/show_bug.cgi?id=4868
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24792 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-15 22:54:13 +00:00
Uwe Stöhr
aa7d21d98b
more work to update the EmbeddedObjects.lyx manual
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24757 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-13 23:26:40 +00:00
Uwe Stöhr
8a5dd41130
examples/es/mathed.lyx: deleted because the Math manual has been translated to Spanish since LyX 1.5.5.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24726 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-11 13:35:58 +00:00
Jürgen Spitzmüller
4144ef2223
* lib/lyx2lyx/lyx_1_6.py:
...
- more work on InsetIndex reversion. Now InsetSpecialChar and font switches are
handled (within limits)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24716 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-11 08:17:14 +00:00
Jürgen Spitzmüller
27ac72bfa9
* lib/lyx2lyx/lyx_1_6.py:
...
- more work on InsetIndex reversion. Still lots left to do.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24711 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-10 17:19:26 +00:00
Uwe Stöhr
df85fce637
Math.lyx: compile fixes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24707 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-09 23:48:55 +00:00
Uwe Stöhr
b881b05477
German Extended.lyx: info about the new CSV importer
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24706 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-09 23:20:35 +00:00
Jürgen Spitzmüller
e2ed743c23
* lib/lyx2lyx/lyx_1_6.py:
...
- partial fix of bug 4838 (reversion of new index inset to 1.5)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24697 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-09 10:53:08 +00:00
Jürgen Spitzmüller
a90b442f69
* apa.layout: revert some unintended changes.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24695 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-09 09:03:36 +00:00
Jürgen Spitzmüller
7d5fd32778
* lib/layouts/apa.layout:
...
- Use styleguide-conforming headings in the APA layout (bug 4827).
* src/Buffer.cpp:
- file format change to 333.
* lib/lyx2lyx/lyx_1_6.py:
- convert obsoleted layouts.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24694 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-09 08:57:32 +00:00
Jürgen Spitzmüller
088f6f5f9e
* lib/layouts/theorems-starred-equivalents.inc:
...
- Fix LaTeX errors triggered by switching from ams article to ams plain
article (patch by Paul Rubin and me).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24692 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-09 08:01:37 +00:00
José Matox
999889716a
No need to change LyX.py everytime there is a file format change
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24684 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-08 10:01:38 +00:00
Jürgen Spitzmüller
7bf20758b5
fix bug 4837.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24682 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-08 09:43:27 +00:00
Uwe Stöhr
f8ab97698c
EmbeddedObjects.lyx: some more compile fixes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24678 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-08 00:30:20 +00:00
Uwe Stöhr
8a6dc38c0a
Heureka!
...
with a workaround for bug 4398, the EmbeddedObjects manuals now compile.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24677 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-08 00:07:34 +00:00
Uwe Stöhr
b62752ad14
UserGuide.lyx: tiny addition
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24672 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-07 22:46:23 +00:00
Uwe Stöhr
dece756aff
French Math.lyx: forgot this in the previous commits
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24669 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-07 21:51:01 +00:00
Uwe Stöhr
9883d5df97
French documentation updates by Jean-Pierre and Siegfried
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24666 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-07 21:35:06 +00:00
Uwe Stöhr
557a329d88
Intro.lyx: Updated for LyX 1.6.0
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24648 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-06 23:03:50 +00:00
Pavel Sanda
13e42a8c73
Introduce groups for graphics insets. That includes:
...
- GuiGraphics dialog field for setup new groups.
- Graphics context menu for assigning to certain group.
- Fileformat change for groupId field in Graphics inset.
- Undo mechanism added to inset-apply, for catching changes
in preference dialog.
- Qt designer 4.4 used now.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24644 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-06 21:13:09 +00:00
Jürgen Spitzmüller
2c796e8fcb
* csv2lyx:
...
- make output more closely to format 276. This also prevents lyx2lyx from choking
while importing a csv file into 1.6.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24626 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-06 05:54:19 +00:00
Jürgen Spitzmüller
42aaa245db
* Hartmut's csv2lyx script
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24620 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-05 17:08:21 +00:00
Abdelrazak Younes
a75742cb98
fix inverted lfuns.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24611 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-05 08:12:32 +00:00
Abdelrazak Younes
a01ff241e2
Add context menu for outline operations. Choice of words might not be best.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24610 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-05 07:52:48 +00:00
Jürgen Spitzmüller
98b51ebfbc
* lyx2lyx/lyx_1_6.py (revert_rotfloat, revert_widesideways, revert_subfig):
...
- when searching \begin_inset Float, exclude \begin_inset FloatList (bug 4824)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24608 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-05 06:37:25 +00:00
Uwe Stöhr
0270addb11
EmbeddedObjects.lyx: some initial work to update this manual (it still doesn't compile due to bug 4822 and 4398)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24607 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-05 00:11:16 +00:00
Richard Heck
02eb8d0b78
Fix an unintentional problem.
...
Generally speaking, these hints aren't terribly useful. Just having a list of umpteen possible next keys with no indication what any of them do is, well, as I said, not terribly useful. But I don't have a better idea, unless we can somehow do tooltips off the status bar.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24600 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-04 16:27:08 +00:00
Edwin Leuven
832bbc4329
fix: http://bugzilla.lyx.org/show_bug.cgi?id=4688
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24598 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-04 07:51:50 +00:00
Uwe Stöhr
b8a1679751
add Nicola Focci to the credits, part 2/3
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24595 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-03 18:43:22 +00:00
Uwe Stöhr
62443733bd
documentation files: bug 4600 is fixed now, so I removed the ugly hacks that were needed to make the docs compile
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24593 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-03 18:29:23 +00:00
Uwe Stöhr
34f4eb551d
German FAQ.lyx, Extended.lyx: updates by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24572 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-01 16:13:19 +00:00
Jürgen Spitzmüller
a8d19aeff5
whitespace.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24568 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-30 20:16:37 +00:00
Jürgen Spitzmüller
95767b840b
support for rightarrowfill, leftarrowfill, upbracefill, downbracefill, by Helge Hafting.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24567 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-30 20:11:57 +00:00
Richard Heck
6bc34295e3
Add JabRef to the search list for BibTeX editors.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24544 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-28 19:42:22 +00:00
Jürgen Spitzmüller
764b5cf859
support for default master document.
...
file format change.
This is the last feature for today. Promised.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24540 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-28 16:38:56 +00:00
Jürgen Spitzmüller
99f2abf59f
dynamic context menu for InsetCitation.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24538 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-28 15:21:55 +00:00
Jürgen Spitzmüller
eb60240b73
Oops.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24537 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-28 15:20:03 +00:00
Jürgen Spitzmüller
a585806b3c
Implement inset-edit in InsetBibtex and add a context menu.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24536 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-28 15:14:18 +00:00
Jürgen Spitzmüller
c778f093ea
basic context menu for InsetExternal.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24531 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-28 05:12:28 +00:00
Jürgen Spitzmüller
1458cd52b7
* implement "inset-edit" in InsetInclude.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24528 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-27 18:03:21 +00:00
Jürgen Spitzmüller
878b3ce315
Implement basic context menu for include insets.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24525 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-27 15:49:15 +00:00
Jürgen Spitzmüller
ff0e3cd8b2
* fix translation of module descriptions that have a backslash (bug 4799).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24517 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-27 09:27:50 +00:00
Uwe Stöhr
1b0892ac1c
German Extended.lyx, UserGuide.lyx: updates by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24512 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-26 13:47:25 +00:00
Richard Heck
1c4daca8f5
Add some module-related documentation to the user guide.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24511 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-26 13:03:29 +00:00
Uwe Stöhr
6172e35f83
German Shortcuts.lyx by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24510 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-26 13:02:53 +00:00
Uwe Stöhr
f7ac332808
German Extended.lyx, UserGuide.lyx: updates by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24497 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-24 22:09:02 +00:00
Richard Heck
abefc3a7ad
Fix bug 4701.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24491 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-24 16:32:28 +00:00
Richard Heck
5846be6af9
Revert 24482.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24490 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-24 16:25:08 +00:00
Jean-Marc Lasgouttes
25b9bc9a38
fix on-screen counter for Section in article (AMS)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24484 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-24 07:32:51 +00:00
Uwe Stöhr
6363dce008
Shortcuts.lyx: remove the file because it was never more than a stub and also outdated. It's not needed any longer due to the new shortcuts dialog. Fixes http://bugzilla.lyx.org/show_bug.cgi?id=4774
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24482 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-24 01:43:45 +00:00
Uwe Stöhr
73b2d12d5b
- Makefile.depend: some fixes for r24434
...
- doc_toc.py: translation by Koji
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24466 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-22 22:51:01 +00:00
Uwe Stöhr
e40550aaa3
Math.lyx: description of the new supported commands \brace and \brack
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24458 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-22 19:50:08 +00:00
Richard Heck
a8f13b250d
Endnote is multi paragraph.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24450 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-22 17:52:49 +00:00
Jürgen Spitzmüller
de04d11b9d
* beamer.layout:
...
- custom insets for presentation/article mode.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24440 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-22 09:13:07 +00:00
Uwe Stöhr
020ae08d55
languages: corrected command for Mexican - as result of a long discussion
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24439 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-22 01:38:47 +00:00
Uwe Stöhr
24db14962e
forgot this in r24434
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24436 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-22 00:37:30 +00:00
Uwe Stöhr
337341c37f
SCons and Make: register the Italian clipart files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24435 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-22 00:32:03 +00:00
Uwe Stöhr
cff5b102ff
new Japanese Intro.lyx by Koji
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24434 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-22 00:29:18 +00:00
Uwe Stöhr
456f40dc2c
German UserGuide.lyx: updates by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24428 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-21 22:59:53 +00:00
Richard Heck
63f7d0318c
We don't need to report this. Sometimes this will be absent.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24391 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-20 16:35:33 +00:00
Jürgen Spitzmüller
87a1bb5f58
* beamer.layout: Categorization.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24377 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-20 10:02:20 +00:00
Richard Heck
9cf878cc60
Move pin image to the attic.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24374 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-20 03:20:44 +00:00
José Matox
b749e175c6
Fix calls to find_default_layout (guarentee arguments consistency)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24371 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-19 21:29:44 +00:00
Jürgen Spitzmüller
a125dab7fd
* lyx_1_6.py:
...
- fix typo in new helper function.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24366 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-19 17:03:21 +00:00
Uwe Stöhr
31808dd993
stdmenus.inc: remove doubled menu entry, fixes http://bugzilla.lyx.org/show_bug.cgi?id=4765
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24356 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-19 15:48:18 +00:00
Uwe Stöhr
4350e7a0b7
- Tutorial.lyx: remove the word "commercial" as requested on the lyx-docs list
...
- make the Spanish manuals compile
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24354 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-19 15:06:00 +00:00
Uwe Stöhr
871f069c14
Italian Intro.lyx: big update by Nicola Focci
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24351 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-19 14:20:52 +00:00
Uwe Stöhr
268846b7b7
languages: don't deactivate the decimal dot for Spanish as discussed in http://bugzilla.lyx.org/show_bug.cgi?id=4736 (in Mexican the dot is deactivated)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24349 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-19 13:56:50 +00:00
Bo Peng
76d272da30
Embedding: revert embedding options and extra_embedded_files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24328 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-18 17:06:03 +00:00
Edwin Leuven
448bc037a0
fix index problem
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24319 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-17 21:12:24 +00:00
Uwe Stöhr
ba7a649a41
German UserGuide.lyx: the daily update from Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24307 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-16 21:50:42 +00:00
Jürgen Spitzmüller
04a719f4a7
* lib/layouts/article-beamer.layout:
...
* lib/layouts/scrarticle-beamer.layout:
* lib/Makefile.am:
* development/scons/scons_manifest.py:
- new layouts that support beamerarticle.cls
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24289 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-16 13:43:11 +00:00
Uwe Stöhr
7fa7e2a9d9
languages: support for Mexican Spanish as discussed in http://bugzilla.lyx.org/show_bug.cgi?id=4736
...
fileformat change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24288 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-16 00:25:08 +00:00
Uwe Stöhr
67920b5b0f
German UserGuide.lyx: updates by Hartmut - part 3
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24286 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-15 23:37:01 +00:00
Uwe Stöhr
3ac1f6e540
splash.lyx: update to actual file format
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24284 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-15 23:30:32 +00:00
Uwe Stöhr
d332250661
German UserGuide.lyx: updates by Hartmut - part 1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24282 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-15 23:17:44 +00:00
Richard Heck
58d58dfe55
Try to fix the PlainLayout issue a bit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24276 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-15 17:59:01 +00:00
Richard Heck
27dd040f6d
PlainLayout is now Plain Layout.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24272 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-15 15:53:35 +00:00
Richard Heck
fa9959fd41
Check for Plain Layout as well as for Standard in these cases. We should always do this in the 1.6.x lyx2lyx.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24270 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-15 15:52:01 +00:00
Richard Heck
5ae2f40671
Fix bug 4737.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24269 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-15 15:41:14 +00:00
Jürgen Spitzmüller
6f18b79871
* lib/scripts/TeXFiles.py:
...
- fix typo spotted by Hartmut.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24260 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-15 14:04:40 +00:00
Jürgen Spitzmüller
0fab956f4a
* lib/lyx2lyx/lyx_1_6.py:
...
- fix reversion when hyperref is _not_ selected.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24259 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-15 14:02:42 +00:00
Jürgen Spitzmüller
642e28fc61
* src/insets/InsetExternal.cpp (validate):
...
- bug fix: if no specific PDFLaTeX out format is defined, we have to use
the LaTeX requirement tag in pdflatex output
* lib/external_templates:
- remove unneeded PDFLaTeX format specification.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24255 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-13 12:50:35 +00:00
Uwe Stöhr
0b81d4d31d
German UserGuide.lyx: updates by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24247 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-12 13:58:34 +00:00
Uwe Stöhr
17c3888d25
lyx2lyx: lyx2lyx: lyx_1_6.py, parser_tools.py:
...
add some comments
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24246 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-12 13:54:30 +00:00
Uwe Stöhr
c594c4d561
lyx2lyx: lyx_1_6.py, parser_tools.py:
...
add a conversion routine for the PDF options, fixes http://bugzilla.lyx.org/show_bug.cgi?id=4612
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24245 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-12 13:48:17 +00:00
Uwe Stöhr
beed92af2b
German UserGuide.lyx: Index and spelling updates by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24241 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-11 22:07:25 +00:00
Uwe Stöhr
9c1daa0e0b
German Extended.lyx: small update by Hartmut: now all XForms related stuff is removed
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24240 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-11 22:05:25 +00:00
Jürgen Spitzmüller
345be8a6d0
* lib/lyx2lyx/lyx_1_6.py:
...
- put in a reversion for the embed tag of InsetExternal as close as possible to the
actual change. This fixes the reversion of documents with external insets to 1.5,
but still leaves a range of invalid file formats.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24239 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-11 17:20:59 +00:00
Jürgen Spitzmüller
5997d41b38
** support pdfpages via external inset **
...
* development/FORMAT:
* src/Buffer.cpp:
- format incremented to 326
* src/LaTeXFeatures.cpp:
* lib/chkconfig.ltx:
* lib/doc/LaTeXConfig.lyx:
- support pdfpages
* lib/external_templates:
- add template for pdfpages
* lib/lyx2lyx/LyX.py:
* lib/lyx2lyx/lyx_1_6.py:
- add reversion routine.
* lib/configure.py:
- fix call to "pdftops --eps"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24237 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-11 14:07:25 +00:00
Uwe Stöhr
ee5ace1d77
Extended.lyx: remove a chapter whose content is already in other doc files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24218 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-10 22:09:06 +00:00
Uwe Stöhr
d4276b4222
Extended.lyx: small update by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24209 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-10 20:59:09 +00:00
Uwe Stöhr
adc11fcc84
UserGuide.lyx: fix index entries
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24199 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-09 22:20:21 +00:00
Uwe Stöhr
36932b10fa
German UserGuide.lyx: updates by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24195 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-09 20:15:58 +00:00
Uwe Stöhr
c3e7ea1e0e
German Extended.lyx: - updates by Hartmut
...
- fix the index entry sort order
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24194 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-09 20:08:14 +00:00
Uwe Stöhr
cab92e7c81
languages: we need also a dummy encoding for the dummy languages (e.g. for the pot files)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24188 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-09 01:28:41 +00:00
Uwe Stöhr
5beb2607f0
German Extended.lyx: updates by Hartmut for LyX 1.6
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24186 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-09 00:03:47 +00:00
Uwe Stöhr
49ca9a37a0
French Math.lyx: updates by Siegfried
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24185 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-08 23:30:42 +00:00
Uwe Stöhr
671f132db0
- French UserGuide.lyx: updates for LyX 1.6 by Siegfried
...
- UserGuide.lyx: fix appearance of a wrap float
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24184 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-08 23:28:33 +00:00
Jürgen Spitzmüller
482126dafb
* vert2.png:
...
- add correct file.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24179 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-08 16:03:25 +00:00
Jürgen Spitzmüller
555e2cabe1
* vert2.png:
...
- remove wrong file.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24178 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-08 16:01:58 +00:00
Edwin Leuven
24130fa0c2
resuscitate Vert.png as vert2.png
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24175 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-08 14:57:06 +00:00
Edwin Leuven
e8ba8d4fd6
Removed file/folder
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24174 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-08 14:45:18 +00:00
Jürgen Spitzmüller
d5732a0153
* don't know how to change this otherwise
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24172 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-08 11:42:44 +00:00
Jürgen Spitzmüller
0f3df7d446
* don't know how to change this otherwise
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24171 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-08 11:41:11 +00:00
Jürgen Spitzmüller
f19953fe71
* fix symbol in the math panel (part of bug 4720):
...
- Vert.png: rename to vert.png (what it actually is)
- Vert.png: add correct symbol
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24169 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-08 11:26:31 +00:00
Uwe Stöhr
885af1e23e
UserGuide.lyx: fix output of the wrap floats section
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24168 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-08 09:34:00 +00:00
Uwe Stöhr
8af4a80c49
Math.lyx: get rid of an ERT
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24163 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-08 09:19:59 +00:00
Joost Verburg
a97d8143bf
gray border
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24156 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-07 18:32:34 +00:00
Uwe Stöhr
20ee5c565b
UserGuide.lyx: fix a typo spotted by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24151 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-07 15:46:12 +00:00
Joost Verburg
26763681bb
new logo graphics
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24148 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-07 12:50:54 +00:00
Uwe Stöhr
a678fb0f6c
German UserGuide.lyx: some updates and compile fixes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24147 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-07 12:32:57 +00:00
André Pönitz
d6cc538f51
adding two lines here saves some extra work in Languages.cpp
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24124 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-05 12:22:56 +00:00
André Pönitz
e46e1cfca9
taking the liberty to spiff up my CREDITS entry...
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24120 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-04 20:32:38 +00:00
Joost Verburg
242cdc062e
obfuscate e-mail addresses in source
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24119 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-04 20:23:48 +00:00
Joost Verburg
6a50e8351e
update for e-mail address obfuscation method of new website
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24118 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-04 19:55:01 +00:00
Pavel Sanda
ff473c9787
Add dissolving to insets context menu.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24114 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-04 10:49:01 +00:00
André Pönitz
a928e2fc30
revert 24111
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24112 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-04 06:00:39 +00:00
Joost Verburg
0e6e06b051
e-mail address obfuscation replaced by JavaScript
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24111 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-03 23:06:35 +00:00
Joost Verburg
6ce21eab1f
hyperlinks in wiki format
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24103 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-03 18:08:13 +00:00
Joost Verburg
15bb8065b9
update for new website. generates CREDITS, credits.inc and blanket-permission.inc.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24102 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-03 17:29:27 +00:00
José Matox
bfdee3f1cd
Fix invalid mix of int and strings.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24092 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-02 12:03:09 +00:00
Jürgen Spitzmüller
c2ebb0b952
* some UI clarification on \enspace vs. \enskip
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24087 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-01 14:53:29 +00:00
Enrico Forestieri
2ad48f204b
Fix bug 4668
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24080 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-01 02:29:41 +00:00
Uwe Stöhr
3d80bf4525
German UserGuide.lyx: update for Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24077 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-31 19:41:23 +00:00
Uwe Stöhr
da0a9688bd
configure.py: check for BibTeX programs. This makes it possible to use for example a Japanese BibTeX program.
...
Fixes http://bugzilla.lyx.org/show_bug.cgi?id=4143
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24056 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-30 00:11:36 +00:00
Uwe Stöhr
30663a8019
Fileformat change.
...
Provide only one Japanese language that is encoding independent, patch partly by Koji Yokata.
This fixes http://bugzilla.lyx.org/show_bug.cgi?id=4597
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24053 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-29 23:25:40 +00:00
Uwe Stöhr
3ef089fa0a
German UserGuide.lyx: updates by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24050 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-29 22:26:29 +00:00
Uwe Stöhr
29b29588f4
- UserGuide.lyx: describe the new \pagebreak and \linebreak insets
...
- Math.lyx: convert ERT to the new \pagebreak and \linebreak insets
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24046 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-29 16:54:32 +00:00
Uwe Stöhr
ed2df64f10
EmbeddedObjects.lyx: - remove the \href stuff as this is now explained in the UserGuide
...
UserGuide.lyx: explain the new URL and Hyperlink handling
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24045 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-29 16:31:16 +00:00
Uwe Stöhr
f35bd40636
Math.lyx:
...
- remove the \href stuff as this is now explained in the UserGuide
- bug 518 is partially fixed in trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24044 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-29 16:24:56 +00:00
Uwe Stöhr
377e6498b2
- de.po: updates by Hartmut
...
- German UserGuide.lyx: update for LyX 1.6.0 from Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24030 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-29 04:31:57 +00:00
Uwe Stöhr
8ccb43b67c
- Math.lyx: some more updates for LyX 1.6.0
...
- UserGuide.lyx: only updated to latest fileformat
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24029 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-29 04:25:35 +00:00
Uwe Stöhr
0e267a0727
Math.lyx: fix index entries
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24025 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-29 02:06:09 +00:00
Abdelrazak Younes
eab9af1e6a
fix duplicate shortcuts.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24022 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-28 22:03:04 +00:00
Abdelrazak Younes
6a3a4135fc
add some flesh to math context menu. Not sure my choice of items are the best possible, feel free to adjust/complement.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24021 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-28 22:00:15 +00:00
Abdelrazak Younes
62797eb0c7
Fix copy&paste bug.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24019 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-28 18:52:42 +00:00
Abdelrazak Younes
53daaabef4
Add tabular context menu. Feel free to enhance/modify Edwin.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24018 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-28 18:50:33 +00:00
Uwe Stöhr
be79379841
Math.lyx: first step to update it for LyX 1.6.0.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24010 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-28 01:54:17 +00:00
Enrico Forestieri
c0d04eea68
Backslashes should be escaped, otherwise the translated string is ignored.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24003 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-27 11:06:36 +00:00
Pavel Sanda
d450553e6a
Add shortcut for find-next.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23985 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-26 19:39:53 +00:00
Jean-Marc Lasgouttes
3d2cb4b1b5
properties=>settings for context menus
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23970 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-26 10:45:36 +00:00
Jürgen Spitzmüller
c876a2e7c7
Merge the two linebreak insets into one.
...
* src/Buffer.cpp:
- file format change to 324
* development/FORMAT:
- document file format change
* src/insets/InsetNewline.{cpp,h}:
- the former two separate derivates are now merged into one inset
with proper Params and Mailer. This simplifies the structure and allows for
switching between the two kinds.
* src/Text3.cpp:
- The newline insets are now being generated with
newline-insert [newline|linebreak]
* src/factory.cpp:
* src/Text.cpp:
- Newline inset is now a proper inset with opening and closing tag.
* src/FuncCode.h:
* src/LyXAction.cpp:
* src/Text3.cpp:
* src/insets/InsetCollapsable.cpp:
* src/insets/InsetTabular.cpp:
* src/mathed/InsetMathGrid.cpp:
* src/mathed/InsetMathHull.cpp:
- remove LFUN_NEW_LINE, LFUN_LINE_BREAK,
add LFUN_NEWLINE_INSERT
* lib/lyx2lyx/LyX.py:
* lib/lyx2lyx/lyx_1_6.py:
- conversion and reversion routines for newline insets.
* lib/ui/stdmenus.inc:
* lib/ui/stdcontext.inc
- adapt menu and add context menu to switch between newpage variants.
* lib/bind/*.bind:
- adapt to new lfuns.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23966 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-26 08:10:01 +00:00
Uwe Stöhr
15c8d2b97c
German UserGuide.lyx: tiny improvement by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23961 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-26 01:06:48 +00:00
Uwe Stöhr
c2e191b9dd
languages: clarify the German language names as discussed in http://bugzilla.lyx.org/show_bug.cgi?id=4657
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23959 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-25 23:29:17 +00:00
Jürgen Spitzmüller
e8ffafef99
* lyx_1_6.py: attempt to fix the make install problem.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23953 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-25 19:10:04 +00:00
Jürgen Spitzmüller
fa4d6355aa
* stdcontext.inc:
...
- honour JMarc's suggestions.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23951 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-25 16:18:15 +00:00
Richard Heck
5d02c5e7ea
Forgot the most important bit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23949 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-25 16:03:02 +00:00
Richard Heck
72b7c73b5a
Move context menus to their own file.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23948 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-25 16:02:26 +00:00
Jürgen Spitzmüller
d2a4c97ab8
Merge the diverse newpage insets into one.
...
* src/Buffer.cpp:
- file format change to 323
* development/FORMAT:
- document file format change
* src/insets/InsetNewpage.cpp:
- the former four separate derivates are now merged into one inset
with proper Params and Mailer. This simplifies the structure and allows for
switching between the various kinds.
* factory.cpp:
- The newpage insets are now being generated with
newpage-insert [newpage|pagebreak|clearpage|cleardoublepage]
* src/Text.cpp:
- Newpage inset is now a proper inset with opening and closing tag.
* src/FuncCode.h:
* src/LyXAction.cpp:
* src/Text3.cpp:
* src/insets/InsetCollapsable.cpp:
- remove LFUN_PAGEBREAK_INSERT, LFUN_CLEARPAGE_INSERT
and LFUN_CLEARDOUBLEPAGE_INSERT
* lib/lyx2lyx/LyX.py:
* lib/lyx2lyx/lyx_1_6.py:
- conversion and reversion routines for newpage insets.
* lib/ui/stdmenus.inc:
- adapt menu and add context menu to switch between newpage variants.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23942 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-25 09:26:03 +00:00
Richard Heck
c2ac470567
Little update to conglomerate context menu.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23941 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-25 06:46:18 +00:00
Jürgen Spitzmüller
4b1cfb9852
* stdmenus.inc:
...
* src/insets/InsetCollapsable.inc:
- specific context menu for conglomerate insets
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23940 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-25 06:17:18 +00:00
Jürgen Spitzmüller
ebc3f47945
* lib/ui/stdmenus.inc (context-note):
...
- remove pointer to superfluous dialog. The dialog itself will die eventually.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23937 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-25 05:10:56 +00:00
Richard Heck
340b193e3d
Update the Customization manual.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23933 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-24 21:08:49 +00:00
Jürgen Spitzmüller
241a8442d7
fix the general collapsable context-menu:
...
* src/InsetCollapsable.cpp (getStatus):
- fix the logic
* src/BufferView.cpp:
- fix next-inset-toggle
- don't require argument for inset-settings
* lib/stdmenus.inc (context-collapsable):
- use next-inset-toggle instead of inset-toggle
- add (optional) inset-settings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23928 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-24 16:33:56 +00:00
Jürgen Spitzmüller
e1ac6d4118
Some context menu work:
...
* src/BufferView.cpp:
* src/FuncCode.h:
* src/LyXAction.cpp:
- new LFUN_NEXT_INSET_MODIFY
* src/insets/InsetBox.{cpp, h}:
* src/insets/InsetCommand.{cpp,h}:
* src/insets/InsetNote.{cpp,h}:
* src/insets/InsetSpace.{cpp,h}:
* src/insets/InsetVSpace.{cpp,h}:
- implement context menu and access to some changes
* lib/ui/stdmenus.ui:
- new context menus for Box, Space, VSpace, Note.
- extend the context menu for InsetRef.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23920 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-24 13:33:48 +00:00
Richard Heck
2567314e44
Add some history to layout2layout.py.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23918 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-24 13:21:26 +00:00
Richard Heck
d252730dff
New AddToPreamble tag for layout files. This tag will ADD some information to the document premable rather than completely over-write it, as the Preamble tag does.
...
Increment layout format to 7.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23916 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-24 13:11:16 +00:00
Richard Heck
761f004cdc
Update layout format.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23915 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-24 13:02:18 +00:00
Richard Heck
fa73407a68
Use character styles in the Customization manual. Also contains a few minor updates.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23914 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-24 12:54:26 +00:00
Richard Heck
700af7e701
Add support for document-local layout information. GUI is to follow.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23913 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-24 12:31:07 +00:00
Bo Peng
057dd755f5
Move LFUN_GRAPHICS_EDIT and LFUN_EXTERNAL_EDIT from LyXFunc.cpp to BufferView.cpp so that a valid inset can be retrieved and called upon; add context-menu for InsetGraphics and InsetListings
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23910 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-24 04:27:43 +00:00
Jürgen Spitzmüller
cf2320996b
* lib/ui/stdmenus.inc:
...
- add "Edit..." item to label & ref context menu.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23902 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-23 12:56:27 +00:00
Abdelrazak Younes
de6f93296f
Context menu for collapsing minimalistic insets such as ERT.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23880 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-21 18:02:47 +00:00
Jürgen Spitzmüller
1382dfe88d
"hfill-insert" -> "space-insert hfill" in bind files.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23874 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-21 16:25:17 +00:00
Jürgen Spitzmüller
ae8197abb9
Fix hyphenation point in bind files.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23873 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-21 16:20:32 +00:00
Pavel Sanda
2ab76cdad1
Fix hyphenation point in menu.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23870 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-21 16:02:08 +00:00
Edwin Leuven
b7406da7f0
* new function to set border around selection
...
* add to toolbar + icon
* update border icons to match in size
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23846 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-20 08:45:40 +00:00
Bo Peng
19f2856b7d
Update contribution
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23840 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-19 22:25:59 +00:00
José Matox
7535cabd60
Normalize the begining of Tabular insets (+ cosmetics: remove spaces at the end of lines)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23823 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-19 09:40:24 +00:00
Edwin Leuven
57041a9b84
take care of superfluous space in 1.3 tabular format
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23821 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-19 08:41:44 +00:00
Uwe Stöhr
be3d526dbd
- German EmbeddedObjects.lyx: tiny beautification by Hartmut
...
- German Extended.lyx: remove stuff that is already in the EmbeddedObjects manual
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23817 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-18 21:37:06 +00:00
Uwe Stöhr
dc079d53a0
UserGuide.lyx: \hspace*{\fill} is now also supported
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23814 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-18 21:14:42 +00:00
José Matox
6c57005797
fix bug 4639
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23813 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-18 19:41:50 +00:00
Edwin Leuven
e01e14872d
Free line setting in tabulars. FILE FORMAT CHANGE.
...
- gets rid of the M_TOGGLE_LINE_... functions
- allows arbitrary clines without multicol
- sets arbitrary vertical lines through multicol
- drop row/col line properties, everything is now stored at the cell level
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23812 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-18 18:08:32 +00:00
Jürgen Spitzmüller
18101eea7b
** add support for protected horizontal fill. FILE FORMAT CHANGE. **
...
* src/Buffer.cpp:
- increment file format to 320.
* src/insets(InsetSpace.{cpp, h}:
- add HFILL_PROTECTED, a protected horizontal fill
(LaTeX: \hspace*{\fill})
* src/factory.cpp:
* src/frontends/qt4/GuiHSpace.{cpp, h}:
- handle the new space type.
* lib/lyx2lyx/LyX.py:
* lib/lyx2lyx/lyx_1_6.py:
- reversion routine for protected hfill.
* development/FORMAT:
- document file format change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23805 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-18 12:11:28 +00:00
Uwe Stöhr
7b49fea525
first step of currently countless other to update the UserGuide.lyx
...
Changelog:
(I'll announce a list of changes on the lyx-docs list for the translators when the update is ready)
- index generation: sec. 6.6, 6.6.3, 6.6.5
- wrap floats: sec. 4.6.1.4
- new horizontal space dialog: complete sec. 3.5, sec. 3.5.6 is now sec. 3.5.2
- new hyperlink dialog: Bibliography
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23802 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-18 02:18:44 +00:00
Uwe Stöhr
aabe612234
German Extended.lyx: additions by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23800 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-17 22:02:11 +00:00
Jürgen Spitzmüller
66afc03a54
* lib/lyx2lyx/lyx_1_6.py:
...
- fix convert_spaceinset routine.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23794 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-17 14:35:03 +00:00
Jürgen Spitzmüller
e14f384a2c
* lib/lyx2lyx/lyx_1_6.py:
...
- fix error in convert_subfig triggered by the User Guide.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23792 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-17 14:12:42 +00:00
Pavel Sanda
5f51e1c9af
Add fullscreen to context menu, so returning back is possible
...
even without shortcut.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23791 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-17 14:11:21 +00:00
Jürgen Spitzmüller
f2e8cd3cd9
*** File Format Change: UI and enhancement for InsetSpace ***
...
* src/insets/InsetSpace.{cpp,h}:
- merge in HFill inset, add support for dotfill, hrulefill,
hspace and hspace*
* src/insets/InsetHFill.{cpp,h}:
- remove
* src/frontends/qt4/GuiHSpace.{cpp,h}:
* src/frontends/qt4/ui/HSpaceUi.ui:
* src/frontends/qt4/GuiView:
- new GUI for Space insets.
* src/insets/Inset.{cpp,h}:
* src/insets/InsetCode.h:
* src/insets/InsetCollapsable.cpp:
* src/insets/InsetCommandParams.cpp:
- remove HFILL_CODE and LFUN_HFILL_INSERT, add SPACE_CODE where necessary,
new Inset member isStretchableSpace() to indicate HFill and friends.
* Buffer.cpp:
- increase format to 319
* lib/lyx2lyx/LyX.py:
* lib/lyx2lyx/lyx_1_6.py:
- conversion/reversion routines
* development/FORMAT:
- document file format change
* src/Makefile.am:
* src/frontends/qt4/Makefile.am:
* development/scons/scons_manifest.py:
- deal with UI changes.
* src/LyXAction.cpp:
- remove LFUN_HFILL_INSERT
* src/LyXFunc.cpp:
- handle space dialog.
* src/factory.cpp:
* src/Paragraph.cpp (isHFill):
* src/Text.cpp:
* src/Text3.cpp:
* src/TextMetrics.cpp:
- adapt to changes
* lib/ui/classic.ui:
* lib/ui/stdmenus.ui:
- add HSpace dialog, remove HFill.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23787 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-17 09:23:43 +00:00
Uwe Stöhr
0db2667b1b
- Spanish Math.lyx: many small cleanups by Ignacio
...
- Math.lyx: small correction according to the final solution for bug 2556
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23782 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-17 01:25:21 +00:00
Enrico Forestieri
0b21465259
Update the description of the bm package in LaTeXConfig.lyx.
...
Also make sure that bm is loaded after amsmath.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23706 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-13 01:44:49 +00:00
Uwe Stöhr
cd5e5efe51
Math.lyx: bug 2556 is now fixed
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23705 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-13 01:16:41 +00:00
Uwe Stöhr
7ca2e6fd7c
French UserGuide: missing translations from Siegfried
...
German Extended.lyx: revert unwanted changes from previous commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23700 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-13 00:45:05 +00:00
Uwe Stöhr
2bc13ccb8f
German Extended.lyx: updated by Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23697 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-13 00:20:12 +00:00
Enrico Forestieri
ba496b94ac
Merge InsetMathBoldSymbol and InsetMathBM by providing \boldsymbol
...
through the bm package.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23684 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-12 14:33:16 +00:00
Richard Heck
68cd81bcc1
Makefile bug.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23664 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-11 17:51:29 +00:00
Stefan Schimanski
d5e63e10f4
* added xargs package
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23632 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-10 14:20:10 +00:00
Stefan Schimanski
21eddc8fe2
* math macro definition context menu
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23621 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-10 12:51:14 +00:00
Stefan Schimanski
9f5d7a7251
* check for xargs in configure.py
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23620 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-10 12:50:47 +00:00
Pavel Sanda
65910a6c74
Add menuitem.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23611 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-09 23:43:07 +00:00
Pavel Sanda
635b2c1cc3
Start some context-edit menu.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23609 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-09 23:30:02 +00:00
Bo Peng
932998494b
Embedding: add option \extra_embedded_files to buffer params. This increase
...
LyX file format to 318. The Embedded files panel of document settings has
been simplied, with working add and remove buttons. Note that bease BufferParams
lacks buffer path information, extraEmbeddedFiles are vector<string>, instead
of EmbeddedFileList (as previously planned).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23606 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-09 23:04:14 +00:00
Uwe Stöhr
a49c4e3454
stdmenus.inc: comment out two non-working menu entries
...
(see http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg136498.html )
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23600 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-09 16:49:25 +00:00
Pavel Sanda
741d69b138
Add the possibility to remove label from equation.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23594 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-09 15:49:24 +00:00
Pavel Sanda
e1699b9d37
Cosmetics
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23593 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-09 15:16:50 +00:00
Pavel Sanda
5e79b2ca4f
Add math context menu.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23591 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-09 15:07:27 +00:00
Jürgen Spitzmüller
01d9b33db9
* lib/configure.py:
...
- add support for htmltolatex
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23583 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-09 12:22:28 +00:00
Abdelrazak Younes
268ef141e5
add a simple context menu for InsetLabel.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23582 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-09 11:51:34 +00:00
Abdelrazak Younes
3f5e92ce72
add a simple context menu for InsetRef.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23580 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-09 11:24:27 +00:00
Jürgen Spitzmüller
b7cf6951b6
* lib/layouts/theorems-ams.inc:
...
* lib/layouts/theorems-starred.inc:
* lib/layouts/theorems.inc:
- some more amsthm fixes (and whitespace).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23577 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-09 10:13:59 +00:00
Richard Heck
999d69709f
Whoops. Wrong place.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23569 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-08 16:47:47 +00:00
Richard Heck
ee56712fc8
Per J"urgen.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23568 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-08 16:46:56 +00:00
Jürgen Spitzmüller
2d697fb88f
* lib/configure.py:
...
- add support for gnuhtml2latex
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23566 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-08 16:17:15 +00:00
Pavel Sanda
300977b597
Add unrtf to configure.py.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23563 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-08 15:44:49 +00:00
Bernhard Roider
5a7724d89c
config for bm.sty
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23559 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-08 13:06:09 +00:00
Richard Heck
d76e4b2311
Be more careful.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23545 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-07 20:57:40 +00:00
Richard Heck
3ce4518e19
Whitespace.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23544 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-07 20:57:18 +00:00
Richard Heck
c19b310d25
Starred --> Unnumbered, per Edwin
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23539 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-07 17:42:08 +00:00
Richard Heck
d2e5ef3d65
Some initial layout categories. More later, if this all works out.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23502 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-06 05:02:23 +00:00