Commit Graph

1852 Commits

Author SHA1 Message Date
Pavel Sanda
f1ed78e722 Backport fix for bug #6255.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31620 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-14 20:05:30 +00:00
Jean-Marc Lasgouttes
f97af290b2 distribute properly new modules
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31612 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-13 20:13:48 +00:00
Uwe Stöhr
1779cde32d installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31604 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-13 01:43:26 +00:00
Uwe Stöhr
6b1b44a703 installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31579 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-10 14:27:33 +00:00
Jürgen Spitzmüller
49269cbb8a fix names.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31551 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-07 07:53:53 +00:00
Jürgen Spitzmüller
fef67dd339 * New layout files for Inderscience journals, contributed by Koji Yokota.
The old layout file is marked deprecated.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31507 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-04 12:56:23 +00:00
Kornel Benko
c45722a0ba Adapted the build-systems to the new slovak translation of splash.lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31505 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-04 12:52:45 +00:00
Uwe Stöhr
30321350fe also for branch:
- elsarticle.layout: add the stdlayouts, fixes #6189
- elsarticle.lyx: add two theorems as example

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31449 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-22 23:23:42 +00:00
Uwe Stöhr
a19aa609ce -also for branch-
svglobal3.layout:
 - major overhaul for version 3.2 that has to be used since 2007
 - remove wrong document class option, fixes first part of #6198
svjour.inc:
 - remove style "subparagraph" that doesn't exist, fixes second part of #6198
 - simplifications
svjour3.lyx: new template file for articles in journals published by Springer (It is the LyX implementation of the  template.tex file provided by svjour version 3.2)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31428 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-21 11:50:54 +00:00
Uwe Stöhr
929303c5f3 installer: fix a bug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31423 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-21 00:37:48 +00:00
Uwe Stöhr
ec37e82ae0 recipebook.layout: remove unnecessary definitions - nothing that needs to be mentioned in the status file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31415 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-20 15:40:52 +00:00
Uwe Stöhr
44b4c28347 Math.lyx: revision of appendix A, symbol for the Fourier translation added
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31393 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-17 02:02:17 +00:00
Enrico Forestieri
6ffeab01b7 Implement the LyXServer on Windows.
In order to enable the server, specify the LyXServer pipe in
Tools->Preferences->Paths. The path to be entered there must have the
form "\\.\pipe\nameofyourchoice" (without quotes). After that, you can
send commands to LyX. For example, if the pipe path is \\.\pipe\lyxpipe,
typing the following in a terminal:

echo LYXCMD:test:file-open > \\.\pipe\lyxpipe.in
type \\.\pipe\lyxpipe.out

brings up the file dialog and returns the acknowledgment from LyX.
Beware of spaces when using cmd.exe. For example, the following:
echo LYXCMD:test:file-open:foo.lyx> \\.\pipe\lyxpipe.in
will correctly load the document named foo.lyx, but
echo LYXCMD:test:file-open:foo.lyx > \\.\pipe\lyxpipe.in
(notice the space before the redirection) will try to load a
document whose name is "foo.lyx .lyx" because cmd.exe will also
pass the space (sigh).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31389 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-13 20:49:30 +00:00
Uwe Stöhr
433fdaedcb powerdot-example.lyx: remove obsolete option to be able to compile the document with recent versions of powerdot, see http://www.mail-archive.com/lyx-users@lists.lyx.org/msg76401.html
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31367 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-10 23:29:19 +00:00
Uwe Stöhr
334c581947 installer: some preparations
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31365 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-10 23:23:00 +00:00
Uwe Stöhr
cdd1ef044b French UserGuide.lyx, EmbeddedObjects.lyx: a note from Jean-Pierre for a bug in TeXLive 2007
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31363 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-10 22:08:45 +00:00
Uwe Stöhr
9ffc23a1b9 installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31362 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-10 19:44:30 +00:00
Uwe Stöhr
efa3f6564c installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31335 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-07 17:47:40 +00:00
Uwe Stöhr
f1d5f2ed9c - French Braille.lyx: updates by Jean-Pierre
- Braille.lyx: my Email address can already be found in the LyX credits

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31285 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-05 14:26:08 +00:00
Uwe Stöhr
ffe6d3b56d installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31282 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-05 01:22:48 +00:00
Uwe Stöhr
e2b8cf06f0 installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31262 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-02 22:57:26 +00:00
Uwe Stöhr
83180cd61f documentation files: the small updates that went to trunk last week, nothing to mention in status.16x
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31261 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-02 22:52:35 +00:00
Uwe Stöhr
892e033e94 installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31260 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-02 22:47:55 +00:00
Joost Verburg
b33150733a * All ImageMagick and Ghostscript resources are no longer installed as separate files but included in the applications. This improves performance and makes maintenance easier.
* Updated download location
* Fixed compatibility issue with recent NSIS versions

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31187 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-21 22:35:41 +00:00
Uwe Stöhr
d5a26173e4 French documentation files: translation updates by Siegfried
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31170 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-20 23:24:56 +00:00
Enrico Forestieri
0e322e01c7 On Cygwin, use link options at the link (rather than compile) stage.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31146 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-19 17:01:02 +00:00
Uwe Stöhr
3d6a867b5c New French translation for the Braille.lyx manual from Jean-Pierre
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31134 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-18 23:57:47 +00:00
Uwe Stöhr
922376d111 installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31021 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-13 21:41:34 +00:00
Uwe Stöhr
e653df21dd installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30915 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 21:40:01 +00:00
Uwe Stöhr
46e786292e installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30885 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-06 23:23:47 +00:00
Uwe Stöhr
8d6dea3be9 Hebrew documentation files: set the encoding explicitly to "cp1255" since the default would be "latin9,cp1255" due to the English parts in these files and that won't load cp1255 completely.
This behavior is new since some encoding updates at CTAN and I don't know why this is the case. using only "cp1255" will encode latin text correctly.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30829 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-02 14:08:13 +00:00
Uwe Stöhr
d9610c3cb5 installer: update to Ghostscript 8.70
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30827 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-02 13:06:22 +00:00
Uwe Stöhr
8fb7769602 - Visual support for the integral signs \fint and \fintop in formulas also for branch.
- add toolbar entries for \landdownint and the like

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30683 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-19 13:21:37 +00:00
Uwe Stöhr
d9584a8c5d scons_manifest.py: revert unintended commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30681 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-18 21:58:25 +00:00
Uwe Stöhr
e64ddc0b08 - Math.lyx: describe the new support for chemical equations
- status.16x: the support for chemical formulas is the major new feature of LyX 1.6.4, therefore advertise it as such

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30679 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-18 21:51:16 +00:00
Uwe Stöhr
ce6e844d91 German Intro.lyx and Tutorial.lyx: spell checking and updates by Hartmut and me
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30668 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-18 14:40:10 +00:00
Uwe Stöhr
d88c4c0c37 installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30657 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-18 01:10:53 +00:00
Uwe Stöhr
a8a013599b French UserGuide.lyx: correct an image path
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30586 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-14 19:06:08 +00:00
Uwe Stöhr
97e2f70acf German Extended.lyx: update from Hartmut and me
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30486 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-11 15:40:59 +00:00
Uwe Stöhr
8a22ee8437 installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30455 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-10 17:19:35 +00:00
Uwe Stöhr
16712564dd SConstruct: apply Jürgen's patch to disable assertions in release mode (works only on Linux not on Windows, but better than nothing). I tested the patch the last weeks without having problems.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30436 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-09 18:06:00 +00:00
Uwe Stöhr
e41870c873 UserGuide.lyx: remove an obsolete sentence; spotted by Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30335 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-02 12:41:54 +00:00
Uwe Stöhr
9f7ba61cb3 Spanish documentation and translation updates by Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30333 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-02 12:27:28 +00:00
Enrico Forestieri
8359be573d Add some cygwin stuff.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30332 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-01 21:10:00 +00:00
Uwe Stöhr
142e0604aa installer: update to Qt 4.5.2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30325 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-30 14:28:12 +00:00
Uwe Stöhr
d4d0a8856a SCons: sort
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30320 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-30 12:00:37 +00:00
Uwe Stöhr
8994382510 installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30318 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-30 11:44:27 +00:00
Pavel Sanda
af5d3f5f6c Backport r30289, r30290
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30291 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-28 12:24:52 +00:00
Uwe Stöhr
f84aba02aa installer:
- require NSIS 2.45 because of the fixed Indonesian translation
- preparation for LyX 1.6.4
- update to JabRef 2.5

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30248 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-23 20:46:49 +00:00
Uwe Stöhr
6535b61bf8 EmbeddedObjects.lyx: add a sentence about branches in child documents
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30236 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-23 01:21:15 +00:00
Uwe Stöhr
9c7b15d131 installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30234 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-23 00:57:52 +00:00
Uwe Stöhr
3e036d6cd9 documentation files: remove residues of DocStyle.lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30204 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-20 13:54:08 +00:00
Uwe Stöhr
bdda6d2204 Customization.lyx: remove links to the removed file DocStyle.lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30199 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-20 13:02:40 +00:00
Uwe Stöhr
676c255df6 DocStyle.lyx: remove this outdated file. It has not been used since years. Every doc file currently has its own format which is OK since the format is the same for each whole file.
(People started now translating DocStyle.lyx while it isn't worth it.)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30197 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-19 22:41:33 +00:00
Uwe Stöhr
1d6898955c installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30195 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-19 21:49:57 +00:00
Uwe Stöhr
1bde292bee installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30163 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-18 20:33:57 +00:00
Uwe Stöhr
0ea658283f installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30138 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-16 12:16:14 +00:00
Uwe Stöhr
3d72071bc6 EmbeddedObjects.lyx: fix #5985
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30063 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-12 00:26:16 +00:00
Uwe Stöhr
e0bc3d87ec installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30023 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-08 20:30:32 +00:00
Uwe Stöhr
f3ae89e3fb new Slovakian translation of the Intro manual thanks to Kornel
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30012 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-07 19:27:44 +00:00
Uwe Stöhr
c71f66f70b Intro.lyx: - bugzilla is dead
- some cleanups

final part

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30003 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-06 16:25:20 +00:00
Enrico Forestieri
d8d90dfd89 Add lyxeditor script to development/tools, adjust properties of other
files and also add lyxpak.py to the distributed files.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30001 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-06 15:35:30 +00:00
Uwe Stöhr
0fc8f233f7 Intro.lyx: - bugzilla is dead
- some cleanups

the other language versions of Intro.lyx are coming later

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30000 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-06 15:28:32 +00:00
Uwe Stöhr
222661e83c installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29996 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-06 14:16:20 +00:00
Jürgen Spitzmüller
ef31f02ca5 backport rev. 29324:
Timestamp: 
04/19/09 13:57:52
Author: 
spitz 
Message: 
Implement a warning dialog with a "Do not show this warning again!" checkbox.
Since Qt does not provide this, we have to roll our own dialog.
Hidden warnings are stored in sessions.

The dialog is currently only used in the case where an included file
has a different textclass then the master (bug 3218).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29941 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-05 05:06:17 +00:00
Kornel Benko
273e43647a Enable sockets on linux too. Maybe more more portable, than checking for
header files.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29930 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-04 14:58:42 +00:00
Uwe Stöhr
4cc38f1f08 installer: some minor changes (not release relevant)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29924 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-04 13:51:27 +00:00
Jürgen Spitzmüller
363e334085 fix make dist.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29911 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-03 12:43:45 +00:00
Uwe Stöhr
5edd10a518 installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29885 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-29 20:51:31 +00:00
Jürgen Spitzmüller
1abdf7f8a5 * documentation updates from Koji Yokota.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29879 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-29 14:49:07 +00:00
Uwe Stöhr
a62197bb83 manpage.layout: remove file as discussed on the list
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29875 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-28 11:56:53 +00:00
Uwe Stöhr
ab36c7117e Indonesian splash.lyx: updates by Waluyo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29726 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-18 22:39:40 +00:00
Uwe Stöhr
56a983f5d9 achemso.lyx: make the file compilable again: the achemso LaTeX-package has changed the command \altaffiliation and added the command \alsoaffiliation in version v3.2. Therefore achemso.lyx was no longer compilable.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29714 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-17 17:00:01 +00:00
Uwe Stöhr
a453c45c4c - German Intro.lyx: remove a relict
- installer: update

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29636 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-11 22:24:15 +00:00
Uwe Stöhr
bfef5f9bf4 installer:
- display the uninstaller in the Windows system language
 - use Qt 4.5.1 for LyX 1.6.3 (seems to be safe now)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29618 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-10 22:33:11 +00:00
Uwe Stöhr
6a86e734de installer: Indonesian translation corrections by Waluyo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29615 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-10 21:29:25 +00:00
Uwe Stöhr
c0f7af34bb installer: prepare for LyX 1.6.3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29611 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-10 17:04:28 +00:00
Uwe Stöhr
01e2de4d43 - Spanish Customization.lyx: updates by Ignacio
- English Customization.lyx: fix preamble comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29536 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-04 21:34:09 +00:00
Uwe Stöhr
b7712a32ed new Indonesian translation of the Tutorial by Waluyo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29521 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-03 22:12:37 +00:00
Kornel Benko
962072cc8c Change the quote style to satisfy MSVC.
Patch from Peter Kümmel


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29513 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-03 15:17:02 +00:00
Enrico Forestieri
081b58b672 When performing a reverse DVI search and the tmpdir is a symlink, the
DVI viewer passes back the resolved path, such that the search fails,
as internally LyX uses the unresolved path.
This patch fixes this bug by using the new method FileName::realPath
which resolves a path by getting rid of any '.', '..', or symlink
path components.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29504 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-02 21:51:06 +00:00
Uwe Stöhr
cf9da27ef4 Tutorial.lyx: fix wrong menu name
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29502 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-02 19:18:37 +00:00
Uwe Stöhr
68d768fa5f installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29499 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-02 17:34:20 +00:00
Uwe Stöhr
98eb498086 installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29445 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-29 23:43:43 +00:00
Uwe Stöhr
58b34275fd installer: preparations for LyX 1.6.3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29430 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-29 00:41:47 +00:00
Kornel Benko
6a9e4ca320 Use cmake macro find_package_handle_standard_args()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29417 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-26 18:35:12 +00:00
Uwe Stöhr
27f8734489 Customization.lyx:
- remove completely outdated section with even wrong infos
 - remove subsection that is already part of the UserGuide
 - fix labels

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29415 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-26 16:56:42 +00:00
Kornel Benko
ee1b324d65 Added support for build with aiksaurus
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29398 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-25 13:33:55 +00:00
Uwe Stöhr
34b079d929 installer: some Indonesian corrections
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29385 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-23 00:12:27 +00:00
Uwe Stöhr
1a05b88ca4 update Joost's installer
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29379 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-22 21:21:46 +00:00
Uwe Stöhr
6f594a9f45 Installer: some Indonesian corrections
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29352 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 23:25:52 +00:00
Uwe Stöhr
ee69f545b1 installer: cleanups for next version
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29344 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 21:34:14 +00:00
Uwe Stöhr
c15594eee9 installer: new Indonesian translation and some updates and code descriptions
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29343 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 21:21:57 +00:00
Uwe Stöhr
fc083a1c23 UserGuide.lyx: update the file according to the new shortcuts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29298 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 22:57:42 +00:00
Uwe Stöhr
6bc6f8c3cc installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29297 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 22:12:34 +00:00
Kornel Benko
7a2e28c3bf Backport.
Try to avoid use of perl, if there is no perl-command available

Copy po-files only if realy changed.
Avoids annoying po re-building.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29276 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 06:36:40 +00:00
Kornel Benko
18b4b2c0c8 whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29275 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 06:30:06 +00:00
Uwe Stöhr
7cfe82f37e Tutorial.lyx: Extended manual -> Additional Features manual
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29273 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 22:39:49 +00:00
Uwe Stöhr
6718597edf installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29271 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 22:31:30 +00:00
Uwe Stöhr
cd9944af20 installer: fix a typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29268 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 22:08:00 +00:00
Kornel Benko
278d413dc3 1.) some white spaces removed
2.) Using direct call to uic-qt4. This was needed to enable translated
    strings to appear in many dialogs.
    I needed some time to find out, why strings form autocof-build made
    it into the dialogs, but strings from cmake-build did not.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29233 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-12 14:57:07 +00:00
Uwe Stöhr
9ad80f9dfd installer: support for Indonesian and a fix for Arabic
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29218 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-11 19:20:47 +00:00
Kornel Benko
08746295e8 1.) Definition of macro add_gettext_python()
Missed the part, when there were more then one argument
        specifying the possible extension.
2.) Typo in extension: .layouts => .layout
3.) Reorder the creation of lyx.pot to make more like when creating
        with autoconf.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29105 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-05 15:53:39 +00:00
Uwe Stöhr
77272af42c installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29069 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-04 01:02:24 +00:00
Uwe Stöhr
047b016ba3 fix build systems for r29007
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29068 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-04 01:00:47 +00:00
Uwe Stöhr
9a1bf3cee9 installer: fix bug that two third-party programs were missing
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29036 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-03 00:40:06 +00:00
Uwe Stöhr
6e01c4c236 Indonesian Intro.lyx: new translation from Waluyo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29007 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-02 00:12:17 +00:00
Uwe Stöhr
4aa067b8e9 installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28998 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-01 00:52:05 +00:00
Uwe Stöhr
7ed0249324 Math.lyx: add workaround that this manual can be compiled also without having the package xargs installed (several users struggled about that)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28984 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-31 01:00:31 +00:00
Uwe Stöhr
e63a7b1514 French Shortcuts.lyx: new translation from Siegfried
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28983 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-30 23:56:50 +00:00
Uwe Stöhr
081cd6875a EmbeddedObjects.lyx: fix image file names
German UserGuide.lyx: update from Hartmut

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28970 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-29 17:16:50 +00:00
Uwe Stöhr
2556ab1e7d installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28965 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-28 19:17:44 +00:00
Kornel Benko
8839906423 autogeneration of tex2lyx.1 and lyxclient.1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28959 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-28 11:08:38 +00:00
Uwe Stöhr
d16b88f925 installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28924 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-26 19:09:08 +00:00
Uwe Stöhr
60ed50323a installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28907 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-25 16:11:36 +00:00
Uwe Stöhr
102c3ea0b7 SConstruct, scons_manifest.py: update SCons according to the latest manfile changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28904 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-25 15:59:54 +00:00
Kornel Benko
5f79f78a2b Added unconsidered header files to the list.
Globbed the tex2lyx directory to be more robust against changes.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28891 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-25 07:08:00 +00:00
Kornel Benko
f63af03846 Avoid modification of po-files in source tree
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28889 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-25 06:50:23 +00:00
Uwe Stöhr
fa93ecdbc0 installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28883 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-20 20:48:22 +00:00
Kornel Benko
63f86623cc Backport of chanes made in trunk.
The main differecies to trunk is: Project name branchlyx.
        This is so, to be able to install trunk and branch (rpm or debian) package
        simultaneously. As they do not share the same directories it is
        now easy.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28878 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-20 14:54:54 +00:00
Jürgen Spitzmüller
4fb5e44811 Backport rev. 28280:
Author: spitz
Date: Sun Jan 25 18:04:57 2009
New Revision: 28280

URL: http://www.lyx.org/trac/changeset/28280
Log:
* GuiApplication.cpp:
        - use the first command in sequence as icon name for command-alternatives.
* lib/ui/stdtoolbars.inc:
        - use command-alternatives for the alignment buttons in the tabular toolbar (bug 5709).
* lib/images/tabular-feature_align-*.png:
* lib/images/tabular-feature_valign-*.png:
        - rename to tabular-feature_m-[v]align-*.png:

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28872 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-20 09:08:22 +00:00
Uwe Stöhr
47a2d7d4a9 scons_manifest.py: - fix SCons for tex2lyx
- fix sorting

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28869 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-19 18:42:44 +00:00
Uwe Stöhr
18de987b75 installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28867 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-19 18:31:54 +00:00
Kornel Benko
3168d1e82f Added Encoding.cpp to tex2lyx-sources
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28863 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-19 07:35:03 +00:00
Uwe Stöhr
bcd136b9f7 installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28844 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-17 23:01:32 +00:00
Vincent van Ravesteijn
f72455413f branch: move ColorSet to a header of its own to reduce #include dependencies. Patch by Andre.
see:
http://www.lyx.org/trac/changeset/28426.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28841 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-17 13:23:54 +00:00
Uwe Stöhr
e6e35db3f2 installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28825 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-17 00:11:12 +00:00
Pavel Sanda
f6ad811535 Backport jump-back button
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg147979.html


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28819 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-16 19:14:38 +00:00
Uwe Stöhr
e482623a89 scons_manifest.py: add id.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28802 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-15 16:53:34 +00:00
Uwe Stöhr
aca830ca05 installer: final touch for LyX 1.6.2
- revert to Qt 4.4 as discussed on the list
 - again an ImageMagick upgrade

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28722 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-08 03:30:07 +00:00
Uwe Stöhr
258234787e installer: updated to Qt 4.5.0
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28708 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-07 03:22:16 +00:00
Uwe Stöhr
b9f8b0ecc5 new Spanish translation of the linguistics.lyx file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28705 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-06 22:50:50 +00:00
Uwe Stöhr
4e4195b2cd new Ukrainian translation of the splash.lyx file from Yuri
(Can a Make user please check if the splash file correctly appears when you start LyX with Ukrainian menu names?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28690 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-03 22:44:34 +00:00
Uwe Stöhr
35081e090c installer: another ImageMagick update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28685 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-02 23:43:47 +00:00
Uwe Stöhr
45fbf57c3b installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28682 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-02 22:17:14 +00:00
Uwe Stöhr
d98a88e9c7 installer: updates for LyX 1.6.2 and some bug fixes and optimizations
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28668 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-02 02:38:12 +00:00
Uwe Stöhr
59458f0ad7 installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28665 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-01 20:21:16 +00:00
Uwe Stöhr
a4640e9794 new Indonesian translation of splash.lyx from Waluyo Adi Siswanto
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28661 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-01 19:51:15 +00:00
Jürgen Spitzmüller
947f2f4440 * German translation of the Linguistics manual.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28649 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-01 14:57:11 +00:00
Uwe Stöhr
62c2a30a07 installer: the hopefully final touch for LyX 1.6.2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28621 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-26 00:32:02 +00:00
Uwe Stöhr
eb2c88596f xypic.lyx: - update layout of this file to the one of the other doc files
- cleanup of the preamble
           - a layout fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28522 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-17 00:47:29 +00:00
Uwe Stöhr
7152896e5c Installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28504 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-15 16:51:56 +00:00
Uwe Stöhr
4d264ceef6 installer: register the LyX 1.6 file format (*.lyx16)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28403 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-08 19:08:29 +00:00
Uwe Stöhr
9bc9321369 - Math.lyx, es.po: translation updates by Ignacio
- Braille.lyx: new Spanish translation by Ignacio

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28401 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-08 18:56:27 +00:00
Uwe Stöhr
726d88c906 installer: update and a bugfix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28376 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-06 16:34:46 +00:00
Uwe Stöhr
98f2ace790 installer: prepare for LyX 1.6.2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28370 a592a061-630c-0410-9148-cb99ea01b6c8
2009-02-05 23:08:32 +00:00
Uwe Stöhr
767c87fe5a Tutorial.lyx: - document the new "copy as reference" feature
- update the microtypography

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28221 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-17 18:16:16 +00:00
Uwe Stöhr
1abaab888c Extended.lyx: include Pavel's change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28168 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-15 02:15:02 +00:00
Uwe Stöhr
7b5906e983 languages: fix http://bugzilla.lyx.org/show_bug.cgi?id=4736 hopefully now really, also for branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28130 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-12 23:42:22 +00:00
Uwe Stöhr
005e49c5da Math.lyx: document the new \hspace support in formulas
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28110 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-12 02:32:30 +00:00
Uwe Stöhr
a1ad578b10 stdletter.inc, letter.lyx: fix http://bugzilla.lyx.org/show_bug.cgi?id=5684
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28097 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-11 15:41:50 +00:00
Uwe Stöhr
bcf9948754 installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28095 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-11 15:00:13 +00:00
Uwe Stöhr
384a0691f4 installer: fix http://bugzilla.lyx.org/show_bug.cgi?id=5654
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28084 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-11 03:51:48 +00:00
Uwe Stöhr
35f62dd18b Braille.lyx: new German translation of the Braille manual
de.po: fix a typo for Braille

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28077 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-10 20:09:26 +00:00
Uwe Stöhr
154a9447c9 German UserGuide.lyx, Extended.lyx, multicol.lyx: updates by Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28074 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-10 17:37:37 +00:00
Uwe Stöhr
045bb2c734 installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28069 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-10 16:30:02 +00:00
Uwe Stöhr
8a6bc5c407 Braille.lyx: updates and fixing a wrong menu name
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28066 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-10 16:25:09 +00:00
Uwe Stöhr
3b7a5f26c4 \hspace support in math also for branch, fixes http://bugzilla.lyx.org/show_bug.cgi?id=2558
(Documentation follows later.)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28064 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-10 15:54:18 +00:00
Uwe Stöhr
a7ddbf7a18 UserGuide.lyx, Math.lyx: some fixes spotted by Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28031 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-08 02:00:38 +00:00
Uwe Stöhr
39680debd9 argh, forgot this in last commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28017 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-07 01:56:24 +00:00
Uwe Stöhr
34b324dfd1 new layout and example file to typeset recipes also for branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28016 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-07 01:54:21 +00:00
Uwe Stöhr
48f43ae86a forgot this in last commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28015 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-07 01:48:53 +00:00
Uwe Stöhr
401b5a6134 new layout and template for ACM SIGGRAPH conferences and publications also for branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28013 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-07 01:44:33 +00:00
Uwe Stöhr
68595a74c0 UserGuide.lyx: - removed doubled sentence
- German updates by Hartmut

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28012 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-06 20:06:22 +00:00
Uwe Stöhr
52536cd2a9 installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28006 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-06 03:24:37 +00:00
Uwe Stöhr
c0c1124bce Customization.lyx: - new Spanish translation by Ignacio
- many typos fixed
                   - corrected some folder names

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28004 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-06 03:17:05 +00:00
Uwe Stöhr
690765c8a7 EmbeddedObjects.lyx: include Pavel's changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27943 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-21 11:23:31 +00:00
Uwe Stöhr
2789da18ec installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27942 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-21 10:52:27 +00:00
Uwe Stöhr
43e5463f02 SConstruct: fix SCons
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27941 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-21 10:51:50 +00:00
Jean-Marc Lasgouttes
865b89c69d scons update for tex2lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27912 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-17 15:03:08 +00:00
Uwe Stöhr
0b97dab69c installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27905 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-16 22:05:49 +00:00
Jürgen Spitzmüller
39f64ec07d * development/lyx.spec.in:
- remove problematic Icon tag (which was only for RPM managers)
	- general update.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27880 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-15 11:12:59 +00:00
Uwe Stöhr
01309db9b9 installer: - fix a bug when installing Aspell
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27873 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-15 00:58:00 +00:00
Jürgen Spitzmüller
777b5228b8 * development/Makefile.am: fix make dist.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27864 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-13 08:52:52 +00:00
Peter Kümmel
6c367244e3 cmake install: add new languages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27831 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-09 20:31:01 +00:00
Peter Kümmel
475bb8cefd cmake: fix linux install path
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27827 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-09 20:10:58 +00:00
Peter Kümmel
0f1f52baf0 cmake: fix install rules
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27826 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-09 20:05:29 +00:00
Uwe Stöhr
fa4495169f EmbeddedObjects.lyx: two more infos about longtables
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27819 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-09 00:21:32 +00:00
Uwe Stöhr
1b34665a54 installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27809 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-07 22:02:37 +00:00
Uwe Stöhr
b37f03dd6c documentation: final math macro touches
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27806 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-07 19:36:04 +00:00
Uwe Stöhr
eb91caf7b9 documentation: prepare for the math macro chapter part 1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27792 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-07 14:21:09 +00:00
Uwe Stöhr
f98ca9be53 installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27779 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-05 22:48:44 +00:00
Uwe Stöhr
ade39f54aa - UserGuide.lyx: the final commit, the User's Guide should now be completely up to date for LyX 1.6.x
- Customization.lyx: fix two menu names

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27753 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-30 18:15:17 +00:00
Uwe Stöhr
1f245aadc2 EmbeddedObjects.lyx: describe the effect of \strut in sec. 2.12.1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27750 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-30 15:48:48 +00:00
Uwe Stöhr
04b75c021b installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27748 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-30 14:59:14 +00:00
Uwe Stöhr
1f524b2bf3 achemso: new layout and example file for journals submitted to the American Chemical Society (ACS)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27743 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-29 14:31:06 +00:00
Uwe Stöhr
54aadc20cb seminar.lyx: there is a new version of seminar available fixing a long standing bug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27731 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-28 23:50:09 +00:00
Uwe Stöhr
7fa64b4221 installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27729 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-28 23:12:04 +00:00
Jean-Marc Lasgouttes
cef8973349 Fix version number in Mac OS application bundle
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27718 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-27 08:31:00 +00:00
Uwe Stöhr
5df78e5a7a installer:
- add missing csv.py file
- prepare for LyX 1.6.1

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27699 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-25 00:09:01 +00:00
Joost Verburg
e25aac694f add Python module for csv table import
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27691 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-24 14:35:05 +00:00
Peter Kümmel
e3d8037c46 cmake: add missing files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27682 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-23 13:37:23 +00:00
Pavel Sanda
edeee82274 backport
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27655 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-21 11:22:25 +00:00
Uwe Stöhr
799e3a3247 installer: backport r27455 to branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27545 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-16 13:55:20 +00:00
Uwe Stöhr
d46530677d SConstruct, scons_manifest.py: fix for Galician
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27409 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-13 01:59:29 +00:00
Uwe Stöhr
c1309f2fc2 installer: add the Metafile2EPS converter as it is now working on all Windows platforms
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27392 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-12 02:32:02 +00:00
Joost Verburg
5da8a41036 dictionaries for newly supported languages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27367 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-09 15:10:37 +00:00
Joost Verburg
50186f27df dictionaries for newly supported languages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27361 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-09 11:46:37 +00:00
Joost Verburg
aeb764b481 new ImageMagick file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27360 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-09 11:44:57 +00:00
Joost Verburg
92aca96804 older Windows versions require a reference to ntprint.inf
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27359 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-09 11:43:45 +00:00
Uwe Stöhr
b95997c8a3 installer: more updates for LyX 1.6.0
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27354 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-09 00:52:46 +00:00
Uwe Stöhr
90dc9a419d installer: prepare for LyX 1.6.0
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27349 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-08 21:16:11 +00:00
José Matox
bd64e75489 Fix bug 5411
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27329 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-07 19:17:35 +00:00
Joost Verburg
8c926c8c2a * Metafile to EPS conversion on 64-bit Windows
* set start directory for shortcuts

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27301 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-05 23:44:44 +00:00
Uwe Stöhr
d98cbc7d77 - Spanish multicol.lyx: new translated file from Ignacio
- es.po, Spanish UserGuide.lyx: updates from Ignacio

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27223 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-01 14:55:43 +00:00
Uwe Stöhr
682116811e Japanese Extended.lyx: new translated file from Koji
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27221 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-01 01:14:30 +00:00
Uwe Stöhr
4240ab96e4 installer: bugfix release
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27201 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-30 20:41:42 +00:00
Joost Verburg
cfe897c7da depend module is not used anymore
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27200 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-30 17:59:47 +00:00
Joost Verburg
a2a909d309 update to Python 2.6
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27198 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-30 15:11:26 +00:00
Uwe Stöhr
c4c8681864 development/Makefile.am: forgot this in r27194
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27195 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-30 01:32:46 +00:00
Uwe Stöhr
98fb020e21 installer: - updated to Python 2.6
- fix 2 bugs
           - remove unneeded file

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27194 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-30 01:20:48 +00:00
José Matox
a196d2be12 Fix Makefile for windows instalation files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27172 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-28 19:14:57 +00:00
Uwe Stöhr
c0940ae2c5 installer: - Hungarian translation updates by Szöke
- prepare for RC5

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27107 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-25 13:42:52 +00:00
Uwe Stöhr
6819513447 SConstruct: don't build anymore TOC.lyx files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27089 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-24 20:46:02 +00:00
Uwe Stöhr
bb561ba05c installer: some typos
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27088 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-24 20:37:37 +00:00
Jean-Marc Lasgouttes
4789edde52 get rid of the makefile machinery that was used to build TOCs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27084 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-24 16:04:10 +00:00
Uwe Stöhr
19ed782991 installer updates for RC4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27075 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-24 00:14:54 +00:00
Enrico Forestieri
7d4ec3f944 Fix bug 5393
http://bugzilla.lyx.org/show_bug.cgi?id=5393


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27044 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-23 00:48:06 +00:00
Pavel Sanda
fc8dc14619 scons
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27034 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-22 22:57:11 +00:00
Pavel Sanda
8e4e29653a Move to attic.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27029 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-22 22:24:28 +00:00
Uwe Stöhr
c2b6b49593 Spanish documentation files: updates by Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26974 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-19 13:32:06 +00:00
Pavel Sanda
a4686d7125 Make Uwe happy.
Btw autotools people may need "make distclean" to make
compilation proceed after last changes.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26955 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-19 01:27:11 +00:00
Uwe Stöhr
5c9d3c6a9e fix Make and SCons after r26934 (Enrico, please take care of this too)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26938 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-18 12:28:17 +00:00
Uwe Stöhr
2c88b65ad8 - slides.layout, seminar.layout: Both classes don't create presentations, but transparencies as clearly stated at CTAN and the package description. (There's a big difference between a transparency (used for overhead projectors) and a presentation (used for beamers).)
- seminar.layout: updated layout file from Günter Milde to fix a few long standing issues with the visualization within LyX

- seminar.lyx: new example file, also from Günter Milde

The updated layout and new example file can also go to LyX 1.5, Jürgen?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26929 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-17 00:43:52 +00:00
Pavel Sanda
308e2d9df3 Sanitize backreferences in hyperref.
http://bugzilla.lyx.org/show_bug.cgi?id=5340
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg144958.html



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26882 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-13 16:01:02 +00:00
Jürgen Spitzmüller
d45ca67d1d ** fix bug 2114. Fileformat change.
** fix bug 5343 (patch from Richard, prerequisite for the other fix)

* Buffer.cpp:
	- increment format to 343
* src/BufferParams.{cpp,h}:
	- new param \use_default_options that allows to select/deselect
	  the "Other" class options defined in the layout file.
* src/frontends/qt4/GuiDocument.cpp:
* src/frontends/qt4/ui/LaTeXUi.ui:
	- add GUI to set \use_default_options, display predefined options in the dialog
	- update dialog correctly on class change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26860 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-12 09:36:00 +00:00
Uwe Stöhr
c990923fe2 FORMAT: fix typos
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26849 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-11 23:58:12 +00:00
Uwe Stöhr
d30e01fd08 Support for Mongolian, fileformat change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26848 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-11 23:52:31 +00:00
Joost Verburg
aa4017c1eb install files from Resources\tex in MiKTeX local root directory
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26833 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-09 22:00:09 +00:00
Uwe Stöhr
bab737e1a3 templates:
- please JMarc and Jürgen and remove the BibTeX example file from templates but use the one from the examples
- iopart, ACM-sigplan, elsarticle templates and layouts: various small bug fixes and added informations

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26789 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-06 22:38:30 +00:00
Uwe Stöhr
347589f7a7 installer: register the file extensions ".lyx15" etc. that you get when exporting to older LyX formats
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26762 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-05 21:48:07 +00:00
Uwe Stöhr
c4570a96da - new layour for the elsarticle class
- remove the template for elsart, as this class is obsolete since elsarticle was released (Elsevier does no longer accept publications with elsart.)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26710 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-04 01:46:48 +00:00
Uwe Stöhr
5a4059e74b new layout and template file for ACM SIGPLAN articles
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26700 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-03 19:47:42 +00:00
Uwe Stöhr
0668df3828 - listings.lyx
- Minipage.lyx

delete both example files as their content is already completely included in the EmbeddedObjects manual
Can also be done for branch Jürgen?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26666 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-01 01:06:30 +00:00
Uwe Stöhr
2738d32714 installer updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26653 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-30 18:29:41 +00:00
Joost Verburg
1e81efdca3 add 256x256 icon for Windows Vista
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26650 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-30 18:23:20 +00:00
Uwe Stöhr
7382c55fd7 add support for TABs in Listings, fileformat change, fixes http://bugzilla.lyx.org/show_bug.cgi?id=3629 , patch by Vincent, lyx2lyx and UI stuff by me
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26647 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-30 18:00:02 +00:00
Bo Peng
2acf5b4370 Fix toc dependency to avoid redundant TOC rebuild
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26593 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-27 18:34:05 +00:00
Abdelrazak Younes
4122944455 First step toward fixing bug http://bugzilla.lyx.org/show_bug.cgi?id=5252
- Move lyx::sum() to FileName.cpp
- Get rid of the third slow implementation of sum() as istreambuf_iterator is supported since at least gcc 3.2.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26588 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-27 09:15:55 +00:00
Uwe Stöhr
ea7c8524f9 installer: prepare for LyX 1.6.0rc3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26553 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 21:15:38 +00:00
Peter Kümmel
f712b9840f cmake: add endian check, thx to Jose and pdv
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26469 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-20 19:43:52 +00:00
Abdelrazak Younes
d25c74c0eb Simplify image creation with a new factory function: newImage().
GraphicsImage: now a pure virtual interface.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26457 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-19 12:01:01 +00:00
Pavel Sanda
d36e010fdf Patch from Bennett.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26434 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-17 21:28:57 +00:00
Uwe Stöhr
91fd0a7ade fix SCons after r26365
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26378 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-12 23:26:06 +00:00
Uwe Stöhr
d0bb35a626 scons/SConstruct: fix a SCons warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26329 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-07 21:59:12 +00:00
Uwe Stöhr
5bfe9d61b5 scons_manifest.py: fix SCons after r26304, Enrico, please also take care of SCons when changing files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26309 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-05 21:49:34 +00:00
Bo Peng
1c64fe44e8 Scons: do not check minor version of 0.96. Require at least 0.97.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26305 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-05 01:29:27 +00:00
Jean-Marc Lasgouttes
9748c0a0e7 use svjour.inc instead of svjour3.inc (bug 5154)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26296 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-04 14:03:01 +00:00
Uwe Stöhr
d5cd63afa3 fix SCons after r26280
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26285 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-01 22:40:21 +00:00
Pavel Sanda
e6163ce60e Move obsolete Reference.lyx into attic.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26279 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-31 19:21:54 +00:00