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
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
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
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
Jürgen Spitzmüller
ba62012f0e
forgot this in rev. 26200.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26201 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-19 06:43:01 +00:00
Uwe Stöhr
8cc977d63c
layout for the svjour3 class, it is adoption of the existing svjour layout by John Perry, fixes http://bugzilla.lyx.org/show_bug.cgi?id=5154
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26194 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-16 22:37:49 +00:00
Uwe Stöhr
d418c61c05
new Ukrainian Intro manual by Yuri
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26179 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-15 19:57:30 +00:00
Uwe Stöhr
c1e56e7a22
SCons: revert r26134 and fix SCons correctly
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26136 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-12 23:48:38 +00:00
Uwe Stöhr
e0f2957d4c
fix SCons after the removal of lyx.man
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26134 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-12 23:24:25 +00:00
Uwe Stöhr
af3b18389d
singlecol.layout: new layout file for articles for the numerous journals published by the company "Inderscience"
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26073 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-05 20:46:18 +00:00
Uwe Stöhr
ea33934e0a
fix bug 5112:
...
- new en.po
- update translations accordingly
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26071 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-05 18:11:42 +00:00
Pavel Sanda
a782754754
Forgot this.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26018 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-01 14:25:26 +00:00
Uwe Stöhr
abcada9e13
new Catalan translation of Intro.lyx and example files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26006 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-30 21:41:22 +00:00
Pavel Sanda
69f4ec4ee4
Wrong parameter.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25986 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-29 17:54:38 +00:00
Pavel Sanda
acb9a738b7
I like gimp.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25985 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-29 17:47:14 +00:00
Jürgen Spitzmüller
44fe827b7b
* add icons for split-view.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25914 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-27 10:29:11 +00:00
Enrico Forestieri
bc72d3fc58
Automate setting of LYX_DIR_XXx and LYX_USERDIR_XXx environment variable names.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25898 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-26 10:45:38 +00:00
Uwe Stöhr
9d3530e5df
Spanish documentation updates by Ignacio
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25859 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-23 21:27:57 +00:00
Uwe Stöhr
209bc6ab05
We have a new translation: Arabic
...
Many thanks to Hatim Alahmadi
The translation is only for trunk as there we need to fix some remaining translation problems. I think this will be ready before LyX 1.6.0.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25858 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-23 20:48:39 +00:00
Uwe Stöhr
3bda80452a
- set EOL style for uk.po
...
- fix SCons for uk.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25855 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-23 19:26:35 +00:00
Abdelrazak Younes
1afed1fc88
Remove GraphicsTypes.cpp
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25838 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-23 12:19:43 +00:00
Uwe Stöhr
65192703ad
- EmbeddedObjects.lyx: more work on boxes
...
- delete now unneeded images
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25733 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-20 18:33:35 +00:00
Jürgen Spitzmüller
dcc4d58b66
*** Implement GUI names for encodings (part of bug 4971) ***
...
* lib/encodings:
- add new column "GUI names"
* src/Encoding.{cpp,h}:
- read in and handle GUI names
* src/frontends/qt4/GuiDocument.cpp:
- display GUI names instead of LaTeX names
* po/lyx_pot.py:
* po/Rules-lyx:
* development/scons/SConstruct:
- add encoding GUI names to the po files.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25558 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-11 08:56:17 +00:00
Pavel Sanda
20b9e0ba93
Remove InsetEnvironment. This is unfinished decade old stuff.
...
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg141609.html
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25479 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 16:34:55 +00:00
Pavel Sanda
f7b5e343e3
Fix scons
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25265 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-15 21:25:04 +00:00
Uwe Stöhr
9c083a6d76
new Japanese documentation files for LyX 1.6 by Koji
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25179 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-07 01:52:18 +00:00
Abdelrazak Younes
9d00e2ec0a
Move loadableImageFormats() to the frontend.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25163 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-06 12:29:58 +00:00
Abdelrazak Younes
20b45450f6
move GuiImage::loadableFormats() to support/imagetools.{h,cpp} and simplify this whole stuff. What a mess!
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25161 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-06 11:34:49 +00:00
Abdelrazak Younes
f276338227
Preliminar InsetInfo dialog. This was done as an exercise to show Bo (an others) how easy it is to create a new dialog. This dialog needs to be filled in, right now, there is just an OK button.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25144 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-05 15:08:46 +00:00
Joost Verburg
b6df886bf1
updated list of installer files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25082 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-02 20:28:32 +00:00
Abdelrazak Younes
655f66b700
Get rid of GuiMath layer.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25064 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-02 10:05:29 +00:00
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
Uwe Stöhr
f3ac6d117a
scons_manifest.py: fix SCons after r25021
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25026 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-31 13:10:17 +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
Bo Peng
ddd29a37bc
Fix the fix, qt 4.2 still uses QTDIR/lib to store .pc files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24946 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-26 17:22:42 +00:00
Bo Peng
d7c279bd09
Fix scons qt4 pkg_config detection when there are multiple copies of Qt around
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24945 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-26 17:00:11 +00:00
Abdelrazak Younes
033c3df44c
a bunch of toolbar related renaming.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24931 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-25 08:30:06 +00:00
Abdelrazak Younes
8a7c802ab0
Introduce docstring_list
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24924 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-24 10:15:52 +00:00
Abdelrazak Younes
145585dc18
First step towards fixing bug 4588: move the ui file reading and the ToolbarBackend to the frontend.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24921 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-24 09:28:05 +00:00
Abdelrazak Younes
4113872d60
We don't use boost::filesystem anymore.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24909 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-23 12:07:29 +00:00
Jürgen Spitzmüller
21bd7671ec
*** fix bug 2488 (make dynamic formats in menus translatable) ***
...
* po/lyx_pot.py:
- new method formats_l10n that parses configure.py for file formats and shortcuts
* po/Makefile.in.in:
* development/scons/SConstruct:
- call formats_l10n on po update
* src/frontends/qt4/Menus.cpp:
- handle translated formats
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24833 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-19 09:33:53 +00:00
Bo Peng
92c79cacde
Scons: fix env_toc's dependency on lyx2lyx
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24735 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-12 16:36:12 +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
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
Joost Verburg
f9e5128e31
lots of installer improvements:
...
* Add option to bundle required ImageMagick/Ghostscript files without the need to modify registry keys that belong to the original applications. This allows for full support for installation by limited users, gives different users the possibility to have a different setup of all LyX tools and reduces download size. The necessary files will be included in the dependency package.
* Python, ImageMagick and Ghostscript will now all be compiled using the same MSVC compiler and can use the same C runtimes. This reduces the installer size.
* Compile Python files during installation to improve performance. Limited users may not have access to the installation folders so the files cannot be compiled afterwards.
* Only the settings that typically need to be changed for LyX releases are now in settings.nsh.
* Rename launcher executable to LyXLauncher.exe to match the alternative installer.
* Minor fixes and cleanup.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24574 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-01 18:33:36 +00:00
Uwe Stöhr
43f31749cc
scons/scons_manifest.py: compile fix
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24573 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-01 16:24:10 +00:00
Jean-Marc Lasgouttes
9b4a26a252
rename assert.h to lassert.h
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24559 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-30 08:26:40 +00:00