Richard Heck
6766386f47
Output generator meta-tag for XHTML, per Jack Desert's suggestion.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34059 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-05 21:48:27 +00:00
Uwe Stöhr
9b072f6e64
don't use any longer the page background color white as being the default (equal no color) because document classes might have other colors as default
...
(The default color is still internally white because we have to set a color but the color is only used when the user explicitly specified it.)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34058 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-05 20:31:10 +00:00
Peter Kümmel
4b99d089cb
fix typo, tabs for indentation
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34057 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-05 14:51:41 +00:00
Peter Kümmel
c98745c081
try to make a gui message when lyx crashes, don't crash again on windows (use exit()).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34056 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-05 14:44:41 +00:00
Abdelrazak Younes
a7734edf8e
TabWorkArea::workArea(): add a FIXME
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34055 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-05 14:24:56 +00:00
Abdelrazak Younes
05ca681dcf
Fix instant preview for split views showing the same document.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34054 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-05 14:24:27 +00:00
Peter Kümmel
318774fe1a
don't allow closing a buffer when it is used by a thread
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34053 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-05 13:04:52 +00:00
Jürgen Spitzmüller
33b403035a
* es.po: update (by Ignacio).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34052 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-05 10:54:56 +00:00
Abdelrazak Younes
002c33387a
Remove GuiView parent from DialogView based dialogs. This is because these dialogs always use the currently focused GuiView, not the one passed at construction.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34051 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-05 09:26:14 +00:00
Jürgen Spitzmüller
adc4dc2a84
* ColorUi.ui: more compact labels.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34049 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-03 15:13:10 +00:00
Uwe Stöhr
ed3a831261
ColorUi.ui: some tweaks
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34048 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-03 00:29:45 +00:00
Uwe Stöhr
2001b6548c
BufferParams.cpp: whitespace and comment fixes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34047 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 23:59:42 +00:00
Enrico Forestieri
b7545bb87a
Clean up left over
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34046 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 23:52:31 +00:00
Uwe Stöhr
5ed3236425
GuiDocument.cpp: follow Qt's StyleSheet guideline and use the the explicit "background-color" string
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34045 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 23:50:39 +00:00
Uwe Stöhr
f8735c3678
Bufferparams.cpp: add a fixme as reminder
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34044 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 23:49:22 +00:00
Enrico Forestieri
8961a38002
Remove stray tab
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34043 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 23:47:18 +00:00
Uwe Stöhr
4e2cd30657
fileformat change: support to specify a document-wide font color
...
- new buffer parameter \fontcolor
- the default color is internally black because we have to set a color
- the font color is only used when the user explicitly specified a color
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34042 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 23:39:36 +00:00
Enrico Forestieri
d2a13b5a9a
Update it.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34041 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 23:35:50 +00:00
Uwe Stöhr
729c0655aa
introduce a new color module to GuiDocument as suggested:
...
- move the background color settings from PageLayoutUi.ui to ColorUi.ui
- move the greyed-out font color from FontUi.ui to ColorUi.ui
- some sorting and whitespace unification
- the group boxes will get the next days each a further entry
(one for the document-wide text color and one for the shaded box background)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34040 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 22:11:50 +00:00
Uwe Stöhr
a6ce03f20a
FontUi.ui: remove senseless tooltip I accidentally introduced in r34015
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34039 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 21:06:21 +00:00
Uwe Stöhr
8d6a67b1cc
Additional.lyx: correct link to the documentation of the LaTeX-package fancyhdr
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34027 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 17:08:50 +00:00
Vincent van Ravesteijn
333c17f879
Fix bug #6633 : Equations that end in \limits or \nolimits are corrupted on load.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34025 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 15:22:50 +00:00
Kornel Benko
65c8e8d7e8
* sk.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34024 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 15:03:40 +00:00
Uwe Stöhr
06015a7c79
stdsections.inc: whitespace fixes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34022 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 14:10:22 +00:00
Vincent van Ravesteijn
1993ee68d3
I guess we mean "Up" here in stead of "Roman".
...
JMarc ?
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34021 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 14:05:15 +00:00
Uwe Stöhr
4705a2d838
fix SCons
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34017 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 13:39:48 +00:00
Uwe Stöhr
a8825b88c2
FontUi.ui: remove HTML and use plain text
...
(it turned out that Qt's designer uses by default HTML when there are linebreaks)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34015 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 13:04:40 +00:00
Vincent van Ravesteijn
212570e8fc
*xypic.lyx: typos.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34012 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-01 23:44:38 +00:00
Vincent van Ravesteijn
69fd1193e5
Fix bug #6219 : Latex problem with multi-line citep arguments
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34011 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-01 23:31:05 +00:00
Vincent van Ravesteijn
ba97587b16
Fix bug #6631 : tex2lyx doesn't handle \textquotedbl{} nicely.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34010 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-01 22:49:52 +00:00
Jean-Marc Lasgouttes
b8fb599130
Fix ticket #6634 : LyX should pass the "noae" option to Sweave.sty
...
We pass it as a global document option.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34009 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-01 21:34:22 +00:00
Pavel Sanda
e7c91f1967
Next patch from Cengiz
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34008 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-01 16:50:29 +00:00
Pavel Sanda
a38f83d06b
Next glitch in man page.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34007 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-01 16:39:19 +00:00
Pavel Sanda
f27a18f0fb
Forgot on man page
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34006 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-01 15:43:10 +00:00
Pavel Sanda
543571fd03
Move command line arg --batch to -batch.
...
Things are still bit inconsistent due to the existence of
additional -- switches, but the correct fix is not so easy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34005 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-01 15:18:38 +00:00
Pavel Sanda
8a964289ae
Update man pages
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34004 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-01 13:31:33 +00:00
Pavel Sanda
50ade67abc
* RELEASE-NOTES
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34003 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-01 12:33:04 +00:00
Pavel Sanda
cc951ca5b4
Lets make tarballs via lzma instead of bzip2 from now on.
...
Ratios for alpha1:
tgz 16M
bzip2 12M
lzma 8.7M
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34002 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-01 11:21:24 +00:00
Pavel Sanda
f151e820ce
Fix bug #4753 , thanks Cengiz Gunay.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34001 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-01 09:40:33 +00:00
Uwe Stöhr
879ed8e2ed
fileformat change:
...
- support for Turkmen
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34000 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-01 00:40:19 +00:00
Uwe Stöhr
0ad3abd534
cmake/build.bat: update file as example
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33999 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-01 00:38:41 +00:00
Uwe Stöhr
f8c2fbece2
FORMAT:
...
- add information
- fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33998 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-31 23:41:14 +00:00
Pavel Sanda
2050166a18
Add MergedManuals.lyx
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33996 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-31 21:34:32 +00:00
Richard Heck
1eb8311aff
HTML for binomials.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33995 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-31 21:33:33 +00:00
Pavel Sanda
348991cd71
We need remove autosave on reload now.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33994 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-31 21:29:32 +00:00
Pavel Sanda
c942233de3
Unintentional part of previewinset stuff
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33993 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-31 21:25:05 +00:00
Richard Heck
c7cfcf9e2f
Make sure to call the parent's validate method.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33992 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-31 21:24:16 +00:00
Richard Heck
6a702a2f99
HTML for substack. Sort of. There's an odd problem here, that is
...
actually a general LyX bug, but I'll report that to the list.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33991 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-31 21:17:30 +00:00
Richard Heck
bf76659e67
Revert r33989. We do need this.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33990 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-31 21:02:10 +00:00
Richard Heck
bab268352b
HTML for stackrel.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33989 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-31 20:54:27 +00:00