]> git.lyx.org Git - lyx.git/log
lyx.git
13 years agoScript for automatic updating of ui and bind files.
Richard Heck [Tue, 18 Jan 2011 15:41:16 +0000 (15:41 +0000)]
Script for automatic updating of ui and bind files.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37252 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoThinko.
Richard Heck [Tue, 18 Jan 2011 15:40:07 +0000 (15:40 +0000)]
Thinko.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37251 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoImprove the prefs2prefs scripts a bit.
Richard Heck [Tue, 18 Jan 2011 15:37:20 +0000 (15:37 +0000)]
Improve the prefs2prefs scripts a bit.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37250 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago#7149 improve the comment
Stephan Witt [Tue, 18 Jan 2011 15:30:59 +0000 (15:30 +0000)]
#7149 improve the comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37249 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago#7149 fix a crash on file-open with having some view but no current one
Stephan Witt [Tue, 18 Jan 2011 15:22:10 +0000 (15:22 +0000)]
#7149 fix a crash on file-open with having some view but no current one

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37248 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFormat conversion for bind files. This completes the coding part of the
Richard Heck [Tue, 18 Jan 2011 15:09:43 +0000 (15:09 +0000)]
Format conversion for bind files. This completes the coding part of the
rc2rc project. (Was there a bug number for that? I can't find it, if
there was.)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37247 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoMove bind file format tag to LyXAction.cpp, and rename it.
Richard Heck [Tue, 18 Jan 2011 15:07:26 +0000 (15:07 +0000)]
Move bind file format tag to LyXAction.cpp, and rename it.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37246 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRename --enable-profiling to --enable-gprof to pave the way for a configure option...
Jean-Marc Lasgouttes [Tue, 18 Jan 2011 09:57:03 +0000 (09:57 +0000)]
Rename --enable-profiling to --enable-gprof to pave the way for a configure option for normal profiling

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37245 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoUpdate error message.
Richard Heck [Mon, 17 Jan 2011 21:49:28 +0000 (21:49 +0000)]
Update error message.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37244 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoDon't try to convert any of the preference files except the user's own.
Richard Heck [Mon, 17 Jan 2011 15:54:51 +0000 (15:54 +0000)]
Don't try to convert any of the preference files except the user's own.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37243 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoPrevious two commits did the wrong thing. This is right.
Richard Heck [Mon, 17 Jan 2011 15:07:54 +0000 (15:07 +0000)]
Previous two commits did the wrong thing. This is right.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37242 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoForgot this part.
Richard Heck [Mon, 17 Jan 2011 15:02:54 +0000 (15:02 +0000)]
Forgot this part.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37241 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoThanks, Vincent.
Richard Heck [Mon, 17 Jan 2011 14:59:59 +0000 (14:59 +0000)]
Thanks, Vincent.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37240 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRemove extra return.
Richard Heck [Sun, 16 Jan 2011 20:43:19 +0000 (20:43 +0000)]
Remove extra return.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37236 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFactor out the code that actually does the reading of UI files. This is
Richard Heck [Sun, 16 Jan 2011 20:38:08 +0000 (20:38 +0000)]
Factor out the code that actually does the reading of UI files. This is
preparatory to prefs2prefs conversion here, which will be the last piece
of that work.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37235 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoWe don't want to write an empty string here. Keep it the default, unless
Richard Heck [Sun, 16 Jan 2011 20:30:23 +0000 (20:30 +0000)]
We don't want to write an empty string here. Keep it the default, unless
something else has been provided. (This is only an issue when no spell
checkers are detected.)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37234 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoConversion routines for preference files.
Richard Heck [Sun, 16 Jan 2011 20:28:43 +0000 (20:28 +0000)]
Conversion routines for preference files.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37233 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRemove debugging comment.
Richard Heck [Sun, 16 Jan 2011 19:55:03 +0000 (19:55 +0000)]
Remove debugging comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37232 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoConversion routines for bind files.
Richard Heck [Sun, 16 Jan 2011 19:53:36 +0000 (19:53 +0000)]
Conversion routines for bind files.

All the LFUNs listed in the release notes should be properly converted.
If not, then changes should be made to the file:
lib/scripts/prefs2prefs-lfuns.py

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37231 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoUtility functions for converting preference files.
Richard Heck [Sun, 16 Jan 2011 19:51:02 +0000 (19:51 +0000)]
Utility functions for converting preference files.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37230 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #7239, or at least try to do so. We need to output the command
Richard Heck [Sun, 16 Jan 2011 19:14:14 +0000 (19:14 +0000)]
Fix bug #7239, or at least try to do so. We need to output the command
here.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37229 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* sk.po
Kornel Benko [Sun, 16 Jan 2011 18:13:37 +0000 (18:13 +0000)]
* sk.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37228 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoreturn empty EdgePath() on error
Peter Kümmel [Sun, 16 Jan 2011 09:53:56 +0000 (09:53 +0000)]
return empty EdgePath() on error

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37227 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoWhitespace.
Richard Heck [Sun, 16 Jan 2011 04:02:59 +0000 (04:02 +0000)]
Whitespace.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37226 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoA little more work on prefs2prefs.
Richard Heck [Sun, 16 Jan 2011 03:59:43 +0000 (03:59 +0000)]
A little more work on prefs2prefs.

More to come, Pavel!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37225 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agostart the timer in the correct thread
Peter Kümmel [Sat, 15 Jan 2011 22:39:46 +0000 (22:39 +0000)]
start the timer in the correct thread

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37224 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoupdate other build systems, use lyx::Mutex
Peter Kümmel [Sat, 15 Jan 2011 21:40:09 +0000 (21:40 +0000)]
update other build systems, use lyx::Mutex

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37223 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix crash on Windows:
Peter Kümmel [Sat, 15 Jan 2011 21:06:28 +0000 (21:06 +0000)]
Fix crash on Windows:
1. open LYX
2. CRTL-N
3. CRTL-D hold D --> crash

Graph must be thread save to fix this.

And for sure, we need a mutex also later.

Mutex is a simple wrapper around QMutex, with
pseudo-value semantic.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37222 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoSome very old spots from Ignatio
Pavel Sanda [Sat, 15 Jan 2011 20:51:20 +0000 (20:51 +0000)]
Some very old spots from Ignatio

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37221 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoMake sweave example working. Patch from Liviu.
Pavel Sanda [Sat, 15 Jan 2011 20:30:02 +0000 (20:30 +0000)]
Make sweave example working. Patch from Liviu.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37220 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoAdd comment to sweave
Pavel Sanda [Sat, 15 Jan 2011 20:11:02 +0000 (20:11 +0000)]
Add comment to sweave

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37219 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoadd comment
Pavel Sanda [Sat, 15 Jan 2011 20:06:13 +0000 (20:06 +0000)]
add comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37218 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agofix #7240 Random crashes: iconv() is not thread save
Peter Kümmel [Sat, 15 Jan 2011 19:52:55 +0000 (19:52 +0000)]
fix #7240 Random crashes: iconv() is not thread save

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37217 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agomake thesaurus usable for readonly documents
Stephan Witt [Sat, 15 Jan 2011 12:09:23 +0000 (12:09 +0000)]
make thesaurus usable for readonly documents

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37216 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* id.po from Waluyo
Pavel Sanda [Sat, 15 Jan 2011 08:10:50 +0000 (08:10 +0000)]
* id.po from Waluyo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37215 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoIgnore \protect if it is directly in front of \LyX{} (otherwise it would
Georg Baum [Fri, 14 Jan 2011 20:06:15 +0000 (20:06 +0000)]
Ignore \protect if it is directly in front of \LyX{} (otherwise it would
accumulate for each round trip, since LyX  writes \protect if needed)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37214 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoImport notefontcolor (one more step towards a working roundtrip for the LyX documenta...
Georg Baum [Fri, 14 Jan 2011 20:00:55 +0000 (20:00 +0000)]
Import notefontcolor (one more step towards a working roundtrip for the LyX documentation)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37213 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoDon't need these.
Richard Heck [Fri, 14 Jan 2011 18:25:00 +0000 (18:25 +0000)]
Don't need these.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37212 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* cs.po
Pavel Sanda [Fri, 14 Jan 2011 17:49:56 +0000 (17:49 +0000)]
* cs.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37211 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* id.po from Waluyo
Pavel Sanda [Fri, 14 Jan 2011 07:29:19 +0000 (07:29 +0000)]
* id.po from Waluyo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37210 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoAllow the warning to be disabled.
Richard Heck [Thu, 13 Jan 2011 21:31:14 +0000 (21:31 +0000)]
Allow the warning to be disabled.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37209 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoUpdate to documentation concerning unavailable packages, etc.
Richard Heck [Thu, 13 Jan 2011 21:25:10 +0000 (21:25 +0000)]
Update to documentation concerning unavailable packages, etc.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37208 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #7044: Better error messages when modules are unavailable. Patch
Richard Heck [Thu, 13 Jan 2011 21:19:14 +0000 (21:19 +0000)]
Fix bug #7044: Better error messages when modules are unavailable. Patch
from Julien Rioux, modified by me.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37207 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoProper longtable support for XHTML output. This fixes bug #6995.
Richard Heck [Thu, 13 Jan 2011 21:04:52 +0000 (21:04 +0000)]
Proper longtable support for XHTML output. This fixes bug #6995.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37206 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #7231 (Math macro arguments miss braces when input into a file)
Enrico Forestieri [Thu, 13 Jan 2011 21:01:29 +0000 (21:01 +0000)]
Fix bug #7231 (Math macro arguments miss braces when input into a file)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37205 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoThese do sometimes get called when we do not know whether it is a
Richard Heck [Thu, 13 Jan 2011 20:19:15 +0000 (20:19 +0000)]
These do sometimes get called when we do not know whether it is a
longtable or not, e.g., in the docbook and xhtml output routines.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37204 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoThis should be const.
Richard Heck [Thu, 13 Jan 2011 18:30:24 +0000 (18:30 +0000)]
This should be const.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37203 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoDoc for NoCounter.
Richard Heck [Thu, 13 Jan 2011 15:52:59 +0000 (15:52 +0000)]
Doc for NoCounter.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37202 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix #7238.
Richard Heck [Thu, 13 Jan 2011 15:46:53 +0000 (15:46 +0000)]
Fix #7238.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37201 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agono shared lyx libraries are supported
Peter Kümmel [Thu, 13 Jan 2011 14:31:02 +0000 (14:31 +0000)]
no shared lyx libraries are supported

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37200 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoOK, the previous idea, that we don't need to check the masters of other
Richard Heck [Thu, 13 Jan 2011 01:47:41 +0000 (01:47 +0000)]
OK, the previous idea, that we don't need to check the masters of other
counters, was silly. So here we do.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37198 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoAdd comment.
Richard Heck [Wed, 12 Jan 2011 23:22:06 +0000 (23:22 +0000)]
Add comment.
The reason we don't need to do what I say we don't need to do is that a
given counter doesn't really care about whether it has a master. It's
when the master is stepped that we check for which other ones to reset.
So if the master doesn't exist, nothing will happen, anyway.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37197 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoUpdate all layouts to format 31.
Richard Heck [Wed, 12 Jan 2011 23:20:07 +0000 (23:20 +0000)]
Update all layouts to format 31.
Should have done this first!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37196 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoAdd NoCounter to layouts that need it.
Richard Heck [Wed, 12 Jan 2011 23:19:02 +0000 (23:19 +0000)]
Add NoCounter to layouts that need it.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37195 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoAdd NoCounter lines to inc files that need them.
Richard Heck [Wed, 12 Jan 2011 23:12:28 +0000 (23:12 +0000)]
Add NoCounter lines to inc files that need them.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37194 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoAdd NoCounter layout tag. When working on output of equation numbers, I
Richard Heck [Wed, 12 Jan 2011 22:53:41 +0000 (22:53 +0000)]
Add NoCounter layout tag. When working on output of equation numbers, I
noticed that article, for example, still has a counter "chapter". This
surprised me.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37193 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoInset::addToToc() can and should be const. It wasn't, I take it, because
Richard Heck [Wed, 12 Jan 2011 22:23:27 +0000 (22:23 +0000)]
Inset::addToToc() can and should be const. It wasn't, I take it, because
of things like:
  pit.push_back(CursorSlice(*this));
which I've had to change to:
  pit.push_back(CursorSlice(const_cast<InsetCaption &>(*this)));
and similarly in a few other places.

If anyone thinks we should instead have:
  explicit CursorSlice(Inset const &);
then we can also do that.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37192 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoExclude more conditional commands from preamble parsing:
Georg Baum [Wed, 12 Jan 2011 22:03:15 +0000 (22:03 +0000)]
Exclude more conditional commands from preamble parsing:
LyX would output the parsed stuff unconditionally, so we must not translate
it in LyX document settings.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37191 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #7230. Changes at r36974 had not been done properly. But this is
Richard Heck [Wed, 12 Jan 2011 21:25:45 +0000 (21:25 +0000)]
Fix bug #7230. Changes at r36974 had not been done properly. But this is
better than what we had, anyway, since we do not calculate the tocstring
unless we need it.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37190 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoadd list of missing tex2lyx features
Georg Baum [Wed, 12 Jan 2011 21:19:01 +0000 (21:19 +0000)]
add list of missing tex2lyx features

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37189 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix language handling in tex2lyx:
Georg Baum [Wed, 12 Jan 2011 21:04:39 +0000 (21:04 +0000)]
Fix language handling in tex2lyx:
- Add missing babel synonyms (taken from a standard TeXLive 2010 install).
  Some synonyms might still be missing (if they are defined not by babel
  itself, but additional packages). Adding these is now simple: Only
  known_languages and known_coded_languages need to be touched.
- Translate babel language name arguments of \foreignlanguage and
  \selectlanguage to LyX names.
- Translate second argument of \foreignlanguage to LyX.
- Cleanup mixed language names in the preamble parser: Now all checks are
  done with LyX names, not a mix of babel and LyX names. This sets correct
  quotes even if the language as given as an alias.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37188 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #7233: amsthm does not work with the redefined \[ command of fixltx2e.
Georg Baum [Wed, 12 Jan 2011 19:54:46 +0000 (19:54 +0000)]
Fix bug #7233: amsthm does not work with the redefined \[ command of fixltx2e.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37187 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #6894. We save counter information during updateBuffer(), and
Richard Heck [Wed, 12 Jan 2011 16:04:59 +0000 (16:04 +0000)]
Fix bug #6894. We save counter information during updateBuffer(), and
then output \setcounter macros during snippet generation, so that we get
the right equation values.

Note: It would be possible to use this same machinery to fix bugs in
instant preview, e.g., that you always get things like (0.3) as equation
numbers, if you use equations numbered by section. I'll perhaps post a
patch for that.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37186 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoComplete fix for bug #7225.
Richard Heck [Wed, 12 Jan 2011 13:50:46 +0000 (13:50 +0000)]
Complete fix for bug #7225.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37185 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRemove obsolete comments.
Richard Heck [Wed, 12 Jan 2011 13:40:47 +0000 (13:40 +0000)]
Remove obsolete comments.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37184 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* RELEASE-NOTES
Pavel Sanda [Wed, 12 Jan 2011 13:30:34 +0000 (13:30 +0000)]
* RELEASE-NOTES

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37183 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoUpdate enumitem module and add documentation for it.
Pavel Sanda [Wed, 12 Jan 2011 10:12:14 +0000 (10:12 +0000)]
Update enumitem module and add documentation for it.
From Guenter Milde.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37182 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoXHTML output was a mess for grids output as LaTeX. This will probably
Richard Heck [Tue, 11 Jan 2011 23:55:20 +0000 (23:55 +0000)]
XHTML output was a mess for grids output as LaTeX. This will probably
still be a mess in many cases, but hopefully we won't have to go here
very often.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37181 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix equation number output for MathML+HTML.
Richard Heck [Tue, 11 Jan 2011 23:34:59 +0000 (23:34 +0000)]
Fix equation number output for MathML+HTML.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37180 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix equation number output for XHTML+MathML. HTML to come.
Richard Heck [Tue, 11 Jan 2011 23:18:56 +0000 (23:18 +0000)]
Fix equation number output for XHTML+MathML. HTML to come.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37179 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agosv.po update from Jim Rotmalm
Pavel Sanda [Tue, 11 Jan 2011 21:36:41 +0000 (21:36 +0000)]
sv.po update from Jim Rotmalm

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37178 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRecord and use equation numbers. This is towards getting equation
Richard Heck [Tue, 11 Jan 2011 19:35:52 +0000 (19:35 +0000)]
Record and use equation numbers. This is towards getting equation
numbering in XHTML output, but it's just as easy to fix this in the LyX
display.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37177 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoWhen getting packages via miktex 3 minutes is to short for
Peter Kümmel [Tue, 11 Jan 2011 18:46:41 +0000 (18:46 +0000)]
When getting packages via miktex 3 minutes is to short for
the timeout. 30 minutes should be enough, also for very big documents.
#7228

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37176 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agocmake: we have 2011 and more white space changes, won't call it "use tabs" ;)
Peter Kümmel [Mon, 10 Jan 2011 23:28:52 +0000 (23:28 +0000)]
cmake: we have 2011 and more white space changes, won't call it "use tabs" ;)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37175 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agocmake: we have 2011 and more white space changes, won't call "use tabs" ;)
Peter Kümmel [Mon, 10 Jan 2011 23:24:00 +0000 (23:24 +0000)]
cmake: we have 2011 and more white space changes, won't call "use tabs" ;)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37174 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agocmake: cmake is really a strange macro language
Peter Kümmel [Mon, 10 Jan 2011 23:01:13 +0000 (23:01 +0000)]
cmake: cmake is really a strange macro language

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37173 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRemerge sv.po
Pavel Sanda [Mon, 10 Jan 2011 22:51:38 +0000 (22:51 +0000)]
Remerge sv.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37171 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agocmake: add the CMakeLists files, so cmake will check if a cmake file has changed
Peter Kümmel [Mon, 10 Jan 2011 22:49:12 +0000 (22:49 +0000)]
cmake: add the CMakeLists files, so cmake will check if a cmake file has changed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37170 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agocmake: make the merged build much more usable by adding all the source files to the IDE
Peter Kümmel [Mon, 10 Jan 2011 22:47:58 +0000 (22:47 +0000)]
cmake: make the merged build much more usable by adding all the source files to the IDE

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37169 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoNew Swedish translation from Jim Rotmalm.
Pavel Sanda [Mon, 10 Jan 2011 22:44:22 +0000 (22:44 +0000)]
New Swedish translation from Jim Rotmalm.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37168 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoWhen hyperref is active, define the \LyX macro in a way that does
Jean-Marc Lasgouttes [Mon, 10 Jan 2011 17:27:56 +0000 (17:27 +0000)]
When hyperref is active, define the \LyX macro in a way that does
not break in PDF table of contents (using texorpdfstring).

Uwe, this should allow you to remove some ERT from the documentation.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37164 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago#7209 avoid a crash in inMacroMode(): one cannot get the previous atom of an empty...
Stephan Witt [Mon, 10 Jan 2011 10:23:10 +0000 (10:23 +0000)]
#7209 avoid a crash in inMacroMode(): one cannot get the previous atom of an empty math cell

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37162 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago#7208 reset undo group level in Undo::clear() too
Stephan Witt [Mon, 10 Jan 2011 09:44:55 +0000 (09:44 +0000)]
#7208 reset undo group level in Undo::clear() too

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37161 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoCursor: constify.
Vincent van Ravesteijn [Mon, 10 Jan 2011 09:38:20 +0000 (09:38 +0000)]
Cursor: constify.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37160 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoBack to svn
Pavel Sanda [Mon, 10 Jan 2011 00:06:36 +0000 (00:06 +0000)]
Back to svn

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37159 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoPrepare beta3 2.0.0beta3
Pavel Sanda [Sun, 9 Jan 2011 23:45:51 +0000 (23:45 +0000)]
Prepare beta3

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37157 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFinal remerge
Pavel Sanda [Sun, 9 Jan 2011 22:48:25 +0000 (22:48 +0000)]
Final remerge

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37156 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoClear undo/redo stack when reloading buffer. This fixes #7208.
Abdelrazak Younes [Sun, 9 Jan 2011 17:55:16 +0000 (17:55 +0000)]
Clear undo/redo stack when reloading buffer. This fixes #7208.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37155 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agocamke: when checking for a variable then also use it
Peter Kümmel [Sun, 9 Jan 2011 00:55:40 +0000 (00:55 +0000)]
camke: when checking for a variable then also use it

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37154 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoGerman Tutorial.lyx: change \overrightarrow to \vec as requested on the lyx-docs...
Uwe Stöhr [Sat, 8 Jan 2011 19:15:43 +0000 (19:15 +0000)]
German Tutorial.lyx: change \overrightarrow to \vec as requested on the lyx-docs list

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37153 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agocmake: also build merged on mac
Peter Kümmel [Sat, 8 Jan 2011 17:16:12 +0000 (17:16 +0000)]
cmake: also build merged on mac

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37152 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoEnumitem's "Labeling/LyX-List" should not change the original layout.
Pavel Sanda [Fri, 7 Jan 2011 22:18:43 +0000 (22:18 +0000)]
Enumitem's "Labeling/LyX-List" should not change the original layout.
Patch from Guenter.
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84689.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37150 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoParse Flex insets defined in the layout. This is needed e.g. for
Georg Baum [Fri, 7 Jan 2011 21:04:16 +0000 (21:04 +0000)]
Parse Flex insets defined in the layout. This is needed e.g. for
lib/doc/Math.lyx, since tex2lyx swallows the LyX part of the preamble, and
thus \shortcut would not be defined.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37149 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agomath macros do not understand \newcommand* and \renewcommand*
Georg Baum [Fri, 7 Jan 2011 20:21:10 +0000 (20:21 +0000)]
math macros do not understand \newcommand* and \renewcommand*

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37148 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix invalid \size output with no active layout before sectioning environments.
Georg Baum [Fri, 7 Jan 2011 19:58:31 +0000 (19:58 +0000)]
Fix invalid \size output with no active layout before sectioning environments.
Fix missing \size reset after sectioning environments.
Fix invalid \lang default (use english instead, as in the preamble)
Convert hard coded layout output of caption insets to Context class.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37147 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago#7220 correct spell check state ranges for word splits
Stephan Witt [Fri, 7 Jan 2011 15:20:58 +0000 (15:20 +0000)]
#7220 correct spell check state ranges for word splits

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37146 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoUpdate it.po
Enrico Forestieri [Fri, 7 Jan 2011 01:09:23 +0000 (01:09 +0000)]
Update it.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37145 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoinstaller: don't use Python 3.x for LyX; fixes #7143
Uwe Stöhr [Fri, 7 Jan 2011 00:28:45 +0000 (00:28 +0000)]
installer: don't use Python 3.x for LyX; fixes #7143

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37144 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agostdmenus.inc: remove item that produced incorrect LaTeX code: a framed box can only...
Uwe Stöhr [Thu, 6 Jan 2011 23:53:32 +0000 (23:53 +0000)]
stdmenus.inc: remove item that produced incorrect LaTeX code: a framed box can only have page breaks when there is no inner box, but this item created an framed box with a minipage as inner box _and_ allowed page breaks

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37142 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoMerge the AdvancedSearch.lyx file to the UserGuide.lyx
Uwe Stöhr [Thu, 6 Jan 2011 23:25:22 +0000 (23:25 +0000)]
Merge the AdvancedSearch.lyx file to the UserGuide.lyx

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37141 a592a061-630c-0410-9148-cb99ea01b6c8