Richard Heck
5fbbd863db
Remove "List of" from outliner dropdown.
2013-03-28 08:33:21 -04:00
Richard Heck
4a6efbb102
Implement XHTML output for InsetPrintNomencl.
2013-03-27 21:30:48 -04:00
Richard Heck
62d1e762c7
Remove debugging code.
2013-03-27 21:30:47 -04:00
Richard Heck
410c716bf7
Add Nomenclature to the TOC.
2013-03-27 20:03:32 -04:00
Richard Heck
79f428d201
Use InsetLayout to get the tag type for TOC-like things.
2013-03-27 20:03:32 -04:00
Richard Heck
df1af5df47
Update the XHTML output for InsetFloatList. We'll now use an
...
InsetLayout to style it.
2013-03-27 20:03:32 -04:00
Richard Heck
1f6f5d2d53
Minor code simplification.
2013-03-27 18:36:01 -04:00
Richard Heck
d3feabfc86
Remove the "arrow" from the XHTML TOC. I think I put it there near
...
the beginning, when the titles themselves were not being used as
links. Now they are, so it is not needed.
2013-03-27 18:28:25 -04:00
Richard Heck
9c8955ffd9
Move the CSS for the TOC to its own InsetLayout.
2013-03-27 18:24:08 -04:00
Richard Heck
d3f6e28e35
Use the TOC:Listings layout to hold CSS information for it.
2013-03-27 18:22:20 -04:00
Richard Heck
ad6250f1a6
A little bit more cleaning up.
2013-03-27 17:19:47 -04:00
Richard Heck
2d34e48869
Re-order things a little bit.
2013-03-27 17:17:57 -04:00
Richard Heck
050142de1b
Factor common code from TOC updates.
2013-03-27 17:16:34 -04:00
Richard Heck
597fdbf22f
Allow for the possibility of an "InsetLayout TOC".
2013-03-27 17:06:38 -04:00
Richard Heck
5286ce6dfe
Get lists of listings working for XHTML output. Fixes bug #8602 .
2013-03-27 16:59:40 -04:00
Richard Heck
4df02801a6
Links between citations and bibliography entries were broken in XHTML
...
output, due to failure to clean the ids in the new citation stuff.
I've solved this by allowing the citation format information to contain
keys of the form "clean:key". This signals that we are to apply the
html::cleanAttr() function to the key before returning it. I.e., we
strip non-alphanumeric stuff, basically.
2013-03-27 15:59:36 -04:00
Richard Heck
54cff4129f
Forgot to include "u" as a font tag.
2013-03-27 15:46:06 -04:00
Richard Heck
c56d524cd6
Use master buffer's setting for math output type.
2013-03-27 14:51:27 -04:00
Richard Heck
7a6b717f5e
Continuing here will crash us. This shouldn't be an issue, but
...
it seems worth doing something sensible.
2013-03-27 14:46:22 -04:00
Kornel Benko
f4b24e8f87
* sk.po
2013-03-27 19:22:05 +01:00
Richard Heck
a85a3135fb
Style Memoir epigraphs.
2013-03-27 14:01:01 -04:00
Richard Heck
82b8723654
Handle other text ranges in XHTML output.
2013-03-27 13:51:26 -04:00
Richard Heck
dd7d76cc6c
Disable extractFunctions() for MathML and HTML output.
...
I'm not sure there was all that much benefit to doing this, but
if so then it could be re-enabled, if we fixed extractFunctions().
2013-03-27 12:05:00 -04:00
Richard Heck
ff91db5ece
Add some notes about problems with extractFunctions().
2013-03-27 12:01:44 -04:00
Richard Heck
56796c2a9e
Implement math-as-HTML output for InsetMathExFunc.
2013-03-27 11:41:29 -04:00
Richard Heck
15fd8d7400
Fix bug #8608 : Don't output index entries from notes, etc.
2013-03-25 17:36:21 -04:00
Richard Heck
ca03f8cf7b
Should also use doing_output here. Oversight in previous commit.
2013-03-25 17:36:21 -04:00
Juergen Spitzmueller
136560ae34
Add new spelling icon to the Makefile and add oxygen version
2013-03-25 09:28:49 +01:00
Vincent van Ravesteijn
270ba80097
Add a toolbar button for continuous spellchecking
...
This fixes the second part of #8589 .
2013-03-24 20:29:01 +01:00
Vincent van Ravesteijn
cb93f034d4
Add an LFUN for continuous spell checking
...
This fixes the first part of #8589 .
2013-03-24 20:28:37 +01:00
Vincent van Ravesteijn
a31df78133
Do not sort formats in BufferParams::exportableFormats
...
We only need to sort the formats when it is really necessary, i.e. for GUI
purposes.
This also prevents 11000 requests for translation everytime the toolbars
are updated.
2013-03-24 18:06:32 +01:00
Vincent van Ravesteijn
755a14a5d1
Remove unused typedef
2013-03-24 18:06:31 +01:00
Juergen Spitzmueller
7e11e69947
Stick with 2.0.x file format
2013-03-24 16:56:19 +01:00
Juergen Spitzmueller
a21fd61c98
Revert "Compilation fixes"
...
This reverts commit c28d9b41ad
.
2013-03-24 16:52:42 +01:00
Juergen Spitzmueller
c28d9b41ad
Compilation fixes
2013-03-24 16:49:23 +01:00
Vincent van Ravesteijn
367126bf24
Add a WIN32 equivalent for gettimeofday
...
This function does not really returns the "time of day", but it will suffice to evaluate elapsed times.
2013-03-24 16:47:07 +01:00
Vincent van Ravesteijn
2662386077
Small simplification
2013-03-24 16:47:03 +01:00
Richard Heck
8bbd4c5e58
Minor doc update.
2013-03-24 10:14:17 -04:00
Richard Heck
1928bb9ed1
Don't abbreviate titles in TOC.
2013-03-24 09:39:41 -04:00
Richard Heck
d2e947d585
Fix bug #8603 : We want unabbreviated TOC entries here.
2013-03-24 09:34:36 -04:00
Richard Heck
1c0100d3b1
Silly mistake here in earlier commit.
2013-03-24 09:34:36 -04:00
Kornel Benko
f9e41a159e
prefs2prefs: While handling converters, make sure
...
the entry is really '\converter' and not e.g. '\converter_cache_maxage'
2013-03-23 15:31:21 +01:00
Richard Heck
7dac3a2715
Fix bug #8604 : Forgot not to escape the caption string in listings.
2013-03-23 10:05:56 -04:00
Richard Heck
6eb0b47a8a
Fix a couple problems with new prefs2prefs material.
2013-03-23 09:35:26 -04:00
Richard Heck
cca2d4c927
Crush warning.
2013-03-23 09:14:44 -04:00
Richard Heck
a93a8cd393
Fix a few more translation probelms for XHTML output.
2013-03-23 09:10:35 -04:00
Scott Kostyshak
8831e4a11f
InsetGraphics: add a layoutName method
...
Now when using inset-forall, "Graphics" can be used
to refer to all Graphics insets.
2013-03-23 05:35:09 -04:00
Georg Baum
dc69cd25ba
forgot format entry
2013-03-23 09:26:04 +01:00
Georg Baum
c61ef8b205
Support \caption* (bug #3209 )
...
This was a low hanging fruit which would have to wait for a long time because
of a file format change if it was not implemented before 2.1.
2013-03-22 22:23:38 +01:00
Jean-Marc Lasgouttes
11e0d941a2
Implement inset-select-all in mathed
2013-03-22 14:42:47 +01:00