Commit Graph

679 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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