]> git.lyx.org Git - lyx.git/log
lyx.git
14 years agoadd argument to suppress event processing
Peter Kümmel [Fri, 4 Dec 2009 13:28:30 +0000 (13:28 +0000)]
add argument to suppress event processing

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

14 years agofix unused var warning
Peter Kümmel [Fri, 4 Dec 2009 11:51:39 +0000 (11:51 +0000)]
fix unused var warning

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

14 years agofix init order
Peter Kümmel [Fri, 4 Dec 2009 11:48:38 +0000 (11:48 +0000)]
fix init order

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

14 years agoEnable user input processing when an external process is busy.
Peter Kümmel [Fri, 4 Dec 2009 11:20:00 +0000 (11:20 +0000)]
Enable user input processing when an external  process is busy.
If it breaks it anything just flip the bool to disable.

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

14 years agoalso process user input, trigger more processEvents
Peter Kümmel [Fri, 4 Dec 2009 11:08:24 +0000 (11:08 +0000)]
also process user input, trigger more processEvents

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

14 years agogcc complains because of inicialization order
Pavel Sanda [Fri, 4 Dec 2009 11:06:29 +0000 (11:06 +0000)]
gcc complains because of inicialization order

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

14 years agocoding style
Peter Kümmel [Fri, 4 Dec 2009 10:39:48 +0000 (10:39 +0000)]
coding style

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

14 years agoalso delete process on errors, use RAII therefore
Peter Kümmel [Fri, 4 Dec 2009 10:35:32 +0000 (10:35 +0000)]
also delete process on errors, use RAII therefore

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

14 years agomore cleanup without behavior changes
Peter Kümmel [Fri, 4 Dec 2009 10:11:06 +0000 (10:11 +0000)]
more cleanup without behavior changes

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

14 years agoMove some code from the process branch into trunk.
Peter Kümmel [Fri, 4 Dec 2009 09:51:13 +0000 (09:51 +0000)]
Move some code from the process branch into trunk.
Don't incorporated any progess stuff.
Behavior when starting a process is UNTOUCHED, but could simply changed by setting progessEvents to true.

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

14 years agosome spelling and grammar fixes.
Jürgen Spitzmüller [Fri, 4 Dec 2009 09:09:03 +0000 (09:09 +0000)]
some spelling and grammar fixes.

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

14 years ago* new French translation of the linguistics manual, by Jean-Pierre.
Jürgen Spitzmüller [Fri, 4 Dec 2009 08:56:05 +0000 (08:56 +0000)]
* new French translation of the linguistics manual, by Jean-Pierre.

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

14 years agoThis patch introduces an optional argument to Buffer::updateLabels(), so
Richard Heck [Fri, 4 Dec 2009 03:03:38 +0000 (03:03 +0000)]
This patch introduces an optional argument to Buffer::updateLabels(), so
as to allow us to call the routine when we are preparing for output and
so to do certain things we might not want to do every time.

This is an abuse of updateLabels(), in a way, but updateLabels() long
ago became the general recurse-through-the-Buffer routine, and to
implement the sort of thing I want to do here in validate(), say, much
of the code in updateLabels()---in particular, the counter-update
code---would have to be duplicated. So I believe this is the best, and
easiest, way to go.

Actual use of the new argument will follow.

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

14 years agoInset.h: fix whitespace
Uwe Stöhr [Fri, 4 Dec 2009 02:11:54 +0000 (02:11 +0000)]
Inset.h: fix whitespace

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

14 years agoFix comment.
Richard Heck [Fri, 4 Dec 2009 02:05:38 +0000 (02:05 +0000)]
Fix comment.

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

14 years agoGerman UserGuide.lyx: fix image order and remove Unix-specific example path
Uwe Stöhr [Fri, 4 Dec 2009 00:48:57 +0000 (00:48 +0000)]
German UserGuide.lyx: fix image order and remove Unix-specific example path

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

14 years agopt.po: translations for trunk from Susana
Uwe Stöhr [Fri, 4 Dec 2009 00:33:53 +0000 (00:33 +0000)]
pt.po: translations for trunk from Susana

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

14 years agoTypo.
Richard Heck [Thu, 3 Dec 2009 23:30:26 +0000 (23:30 +0000)]
Typo.

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

14 years agoGet counter from InsetLayout, as elsewhere.
Richard Heck [Thu, 3 Dec 2009 23:22:45 +0000 (23:22 +0000)]
Get counter from InsetLayout, as elsewhere.

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

14 years agoStyle.
Richard Heck [Thu, 3 Dec 2009 23:10:08 +0000 (23:10 +0000)]
Style.

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

14 years agoSome CSS for koma-script.
Richard Heck [Thu, 3 Dec 2009 22:34:48 +0000 (22:34 +0000)]
Some CSS for koma-script.

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

14 years agoSome CSS fixes.
Richard Heck [Thu, 3 Dec 2009 22:30:29 +0000 (22:30 +0000)]
Some CSS fixes.

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

14 years agotoo small for pchs
Peter Kümmel [Thu, 3 Dec 2009 22:22:27 +0000 (22:22 +0000)]
too small for pchs

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

14 years agocmake: add pch for gcc, it's sooo hairy, disable by default
Peter Kümmel [Thu, 3 Dec 2009 22:08:08 +0000 (22:08 +0000)]
cmake: add pch for gcc, it's sooo hairy, disable by default

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

14 years agocmake: patch file from cmakes bug tracker
Peter Kümmel [Thu, 3 Dec 2009 21:59:24 +0000 (21:59 +0000)]
cmake: patch file from cmakes bug tracker

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

14 years agocmake: add pch for gcc, it's sooo hairy, disable by default
Peter Kümmel [Thu, 3 Dec 2009 21:58:44 +0000 (21:58 +0000)]
cmake: add pch for gcc, it's sooo hairy, disable by default

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

14 years agoUpdate HTML notes.
Richard Heck [Thu, 3 Dec 2009 21:11:55 +0000 (21:11 +0000)]
Update HTML notes.

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

14 years agoCSS for InsetBibtex. We include this via the validate mechanism, and
Richard Heck [Thu, 3 Dec 2009 21:06:41 +0000 (21:06 +0000)]
CSS for InsetBibtex. We include this via the validate mechanism, and
borrow the LatexFeatures::addPremableSnippet() method to do it.

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

14 years agoWhitespace.
Richard Heck [Thu, 3 Dec 2009 20:19:15 +0000 (20:19 +0000)]
Whitespace.

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

14 years agoForgot this.
Richard Heck [Thu, 3 Dec 2009 20:19:06 +0000 (20:19 +0000)]
Forgot this.

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

14 years agoCSS for InsetBibitem.
Richard Heck [Thu, 3 Dec 2009 20:13:17 +0000 (20:13 +0000)]
CSS for InsetBibitem.

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

14 years agoRemove obsolete comment.
Richard Heck [Thu, 3 Dec 2009 19:59:42 +0000 (19:59 +0000)]
Remove obsolete comment.

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

14 years agoThe BibTeX bibliography only includes BibTeX entries.
Richard Heck [Thu, 3 Dec 2009 19:54:12 +0000 (19:54 +0000)]
The BibTeX bibliography only includes BibTeX entries.

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

14 years agoRestore XHTML output for InsetGraphics.
Richard Heck [Thu, 3 Dec 2009 19:52:46 +0000 (19:52 +0000)]
Restore XHTML output for InsetGraphics.

To make this really good, we'd want to be able to rotate, crop, etc, the
images, as well as convert them to suitable output formats. This should
not be too difficult, since we do this sort of thing for display,
anyway. But I don't myself know how to do it. Anyone?

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

14 years agoRevert previous commit. Wrong fix.
Richard Heck [Thu, 3 Dec 2009 19:46:24 +0000 (19:46 +0000)]
Revert previous commit. Wrong fix.

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

14 years agoFix bibitem bug for XHTML.
Richard Heck [Thu, 3 Dec 2009 19:43:00 +0000 (19:43 +0000)]
Fix bibitem bug for XHTML.

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

14 years agoOnly step counters we have.
Richard Heck [Thu, 3 Dec 2009 19:35:31 +0000 (19:35 +0000)]
Only step counters we have.

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

14 years agoCredit Julien.
Richard Heck [Thu, 3 Dec 2009 18:42:41 +0000 (18:42 +0000)]
Credit Julien.

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

14 years agoDetect packages on which modules depend. Patch from Julien Rioux. Fixes
Richard Heck [Thu, 3 Dec 2009 18:39:49 +0000 (18:39 +0000)]
Detect packages on which modules depend. Patch from Julien Rioux. Fixes
bug #6361.

Should go to branch, too.

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

14 years ago- French seminar.lyx: new translation by Jean-Pierre
Uwe Stöhr [Wed, 2 Dec 2009 23:57:21 +0000 (23:57 +0000)]
- French seminar.lyx: new translation by Jean-Pierre
- English seminar.lyx: clarifications

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

14 years agopowerdot-example.lyx: compilation fix so make the author names appearing in the output
Uwe Stöhr [Wed, 2 Dec 2009 23:00:19 +0000 (23:00 +0000)]
powerdot-example.lyx: compilation fix so make the author names appearing in the output

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

14 years agonew method getLongArg that grabs all the remainder of the argument string
Jean-Marc Lasgouttes [Wed, 2 Dec 2009 09:39:39 +0000 (09:39 +0000)]
new method getLongArg that grabs all the remainder of the argument string

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

14 years agoadd a new bformat version
Jean-Marc Lasgouttes [Wed, 2 Dec 2009 09:38:14 +0000 (09:38 +0000)]
add a new bformat version

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

14 years agobeamerlyxexample1.lyx: add a fragile frame including a listing as example
Uwe Stöhr [Wed, 2 Dec 2009 03:13:17 +0000 (03:13 +0000)]
beamerlyxexample1.lyx: add a fragile frame including a listing as example

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

14 years agoDocs for InPreamble.
Richard Heck [Tue, 1 Dec 2009 14:48:15 +0000 (14:48 +0000)]
Docs for InPreamble.

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

14 years agoWhoops.
Richard Heck [Tue, 1 Dec 2009 14:36:48 +0000 (14:36 +0000)]
Whoops.

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

14 years agoFix bug 5842: Add InPreamble tag for layouts.
Richard Heck [Tue, 1 Dec 2009 14:34:05 +0000 (14:34 +0000)]
Fix bug 5842: Add InPreamble tag for layouts.

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

14 years agoUpdate HTML notes.
Richard Heck [Tue, 1 Dec 2009 13:21:45 +0000 (13:21 +0000)]
Update HTML notes.

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

14 years ago* powerdot-example.lyx: remove superfluous LaTeX code.
Jürgen Spitzmüller [Tue, 1 Dec 2009 07:54:55 +0000 (07:54 +0000)]
* powerdot-example.lyx: remove superfluous LaTeX code.

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

14 years ago- ItemizeBullets.lyx: correct encoding and remove unnecessary Tex code
Uwe Stöhr [Tue, 1 Dec 2009 02:07:45 +0000 (02:07 +0000)]
- ItemizeBullets.lyx: correct encoding and remove unnecessary Tex code
- example_lyxified.lyx, example_raw.lyx: correct document encoding and graphics driver
- French exemple_lyxifie.lyx: don't use hyperlinks and thus hyperref in this file since this could confuse newbies

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

14 years agoChinese Intro.lyx: sync the document settings with the other language versions of...
Uwe Stöhr [Tue, 1 Dec 2009 02:07:08 +0000 (02:07 +0000)]
Chinese Intro.lyx: sync the document settings with the other language versions of the Intro manual and remove superfluous options

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

14 years agoAdd a couple comments.
Richard Heck [Mon, 30 Nov 2009 23:31:21 +0000 (23:31 +0000)]
Add a couple comments.

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

14 years agoI seem to have been testing for the same thing twice, more or less.
Richard Heck [Mon, 30 Nov 2009 23:26:10 +0000 (23:26 +0000)]
I seem to have been testing for the same thing twice, more or less.

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

14 years agoRemove obsolete comment.
Richard Heck [Mon, 30 Nov 2009 23:25:39 +0000 (23:25 +0000)]
Remove obsolete comment.

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

14 years agoDon't escape these.
Richard Heck [Mon, 30 Nov 2009 23:13:06 +0000 (23:13 +0000)]
Don't escape these.

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

14 years agoForgot that unique() doesn't actually erase anything.
Richard Heck [Mon, 30 Nov 2009 23:08:24 +0000 (23:08 +0000)]
Forgot that unique() doesn't actually erase anything.

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

14 years agoRestore XHTML output for InsetCitation.
Richard Heck [Mon, 30 Nov 2009 22:59:18 +0000 (22:59 +0000)]
Restore XHTML output for InsetCitation.

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

14 years agoAdd some space, move a comment.
Richard Heck [Mon, 30 Nov 2009 22:49:37 +0000 (22:49 +0000)]
Add some space, move a comment.

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

14 years agoRestore XHTML output for InsetBibtex.
Richard Heck [Mon, 30 Nov 2009 22:48:10 +0000 (22:48 +0000)]
Restore XHTML output for InsetBibtex.

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

14 years agoParagraphs are just no good here.
Richard Heck [Mon, 30 Nov 2009 22:45:52 +0000 (22:45 +0000)]
Paragraphs are just no good here.

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

14 years agoFix silly omission.
Richard Heck [Mon, 30 Nov 2009 22:45:32 +0000 (22:45 +0000)]
Fix silly omission.

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

14 years agoRestore XHTML output for InsetBibitem.
Richard Heck [Mon, 30 Nov 2009 22:28:54 +0000 (22:28 +0000)]
Restore XHTML output for InsetBibitem.

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

14 years agoForgot this.
Richard Heck [Mon, 30 Nov 2009 22:28:22 +0000 (22:28 +0000)]
Forgot this.

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

14 years agotypo
Pavel Sanda [Mon, 30 Nov 2009 21:29:51 +0000 (21:29 +0000)]
typo

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

14 years agoStyle.
Richard Heck [Mon, 30 Nov 2009 20:17:55 +0000 (20:17 +0000)]
Style.

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

14 years ago* Some Polishing of the beamer templates (English and German).
Jürgen Spitzmüller [Mon, 30 Nov 2009 18:03:44 +0000 (18:03 +0000)]
* Some Polishing of the beamer templates (English and German).

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

14 years agoRestore XHTML output for InsetInclude.
Richard Heck [Mon, 30 Nov 2009 17:34:01 +0000 (17:34 +0000)]
Restore XHTML output for InsetInclude.

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

14 years agoThe CSS here will need a bit of work, but this will do for now.
Richard Heck [Mon, 30 Nov 2009 17:29:14 +0000 (17:29 +0000)]
The CSS here will need a bit of work, but this will do for now.

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

14 years agoRestore XHTML output for InsetCaption.
Richard Heck [Mon, 30 Nov 2009 17:27:10 +0000 (17:27 +0000)]
Restore XHTML output for InsetCaption.

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

14 years agoRestore XHTML output for InsetFloat.
Richard Heck [Mon, 30 Nov 2009 17:20:37 +0000 (17:20 +0000)]
Restore XHTML output for InsetFloat.

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

14 years agoThere's an easier way....
Richard Heck [Mon, 30 Nov 2009 17:20:10 +0000 (17:20 +0000)]
There's an easier way....

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

14 years agoA bit of renaming, plus default values for htmlTag() and htmlClass().
Richard Heck [Mon, 30 Nov 2009 17:08:56 +0000 (17:08 +0000)]
A bit of renaming, plus default values for htmlTag() and htmlClass().

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

14 years agoComments.
Richard Heck [Mon, 30 Nov 2009 16:55:12 +0000 (16:55 +0000)]
Comments.

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

14 years agoParagraphUi.ui: layout fixes.
Jürgen Spitzmüller [Mon, 30 Nov 2009 16:10:44 +0000 (16:10 +0000)]
ParagraphUi.ui: layout fixes.

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

14 years agoEnable "silent rules" with automake 1.11. This leads to much nicer compilation
Jean-Marc Lasgouttes [Mon, 30 Nov 2009 14:18:25 +0000 (14:18 +0000)]
Enable "silent rules" with automake 1.11. This leads to much nicer compilation
output. The build should still work with older automake versions.

The po/ directory does not have the nice rules, because I do not want to
modify Makefile.in.in therein.

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

14 years ago* Revised French translations of the example_raw and example_lyxified
Jürgen Spitzmüller [Mon, 30 Nov 2009 13:56:01 +0000 (13:56 +0000)]
* Revised French translations of the example_raw and example_lyxified
  documents, by Jean-Pierre.

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

14 years agofix typos.
Jürgen Spitzmüller [Mon, 30 Nov 2009 13:49:34 +0000 (13:49 +0000)]
fix typos.

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

14 years ago* new French translation of the powerdot example, by Jean-Pierre.
Jürgen Spitzmüller [Mon, 30 Nov 2009 13:38:41 +0000 (13:38 +0000)]
* new French translation of the powerdot example, by Jean-Pierre.

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

14 years ago* powerdot.layout: include stdcounters.
Jürgen Spitzmüller [Mon, 30 Nov 2009 09:52:01 +0000 (09:52 +0000)]
* powerdot.layout: include stdcounters.

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

14 years ago* New Chinese translation of the Intro, by TaoWang.
Jürgen Spitzmüller [Mon, 30 Nov 2009 09:19:47 +0000 (09:19 +0000)]
* New Chinese translation of the Intro, by TaoWang.

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

14 years ago* Include bibtex and makeindex logs to log file dialog.
Jürgen Spitzmüller [Sun, 29 Nov 2009 17:15:22 +0000 (17:15 +0000)]
* Include bibtex and makeindex logs to log file dialog.

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

14 years ago* Forgot this
Jürgen Spitzmüller [Sun, 29 Nov 2009 14:43:17 +0000 (14:43 +0000)]
* Forgot this

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

14 years ago* Add support for per-document fontenc setting (bug 5730)
Jürgen Spitzmüller [Sun, 29 Nov 2009 14:43:00 +0000 (14:43 +0000)]
* Add support for per-document fontenc setting (bug 5730)

File format change.

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

14 years agoimprove fontenc GUI.
Jürgen Spitzmüller [Sun, 29 Nov 2009 13:29:36 +0000 (13:29 +0000)]
improve fontenc GUI.

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

14 years agoRestore XHTML output for InsetLabel and InsetRef. There are a couple
Richard Heck [Sat, 28 Nov 2009 21:37:47 +0000 (21:37 +0000)]
Restore XHTML output for InsetLabel and InsetRef. There are a couple
other fixes in here, too.

There is an issue here which I guess I'll deal with later, namely, that
the name attribute for <a> is unavailable in XHTML 1.1, which is what we
need for MathML support, at least in Firefox. Firefox will deal with it
if it's there, but the document won't validate. I'll figure out what to
do about this later.

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

14 years agoOutput target if name is not defined.
Richard Heck [Sat, 28 Nov 2009 21:32:46 +0000 (21:32 +0000)]
Output target if name is not defined.

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

14 years agoFix output for InsetSpecialChar. These shouldn't be escaped.
Richard Heck [Sat, 28 Nov 2009 20:37:01 +0000 (20:37 +0000)]
Fix output for InsetSpecialChar. These shouldn't be escaped.

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

14 years agoFix InsetNewpage: <br /> has to be within a block-level item.
Richard Heck [Sat, 28 Nov 2009 20:33:19 +0000 (20:33 +0000)]
Fix InsetNewpage: <br /> has to be within a block-level item.

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

14 years agoFix bug #2179: GuiErrorList resets to first item.
Vincent van Ravesteijn [Sat, 28 Nov 2009 00:52:08 +0000 (00:52 +0000)]
Fix bug #2179: GuiErrorList resets to first item.

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

14 years agosuppress warning (multiplication of int by double)
Jean-Marc Lasgouttes [Fri, 27 Nov 2009 14:56:32 +0000 (14:56 +0000)]
suppress warning (multiplication of int by double)

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

14 years agofix warning
Jean-Marc Lasgouttes [Fri, 27 Nov 2009 10:00:12 +0000 (10:00 +0000)]
fix warning

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

14 years agowrong syntax for command "test"
Jean-Marc Lasgouttes [Fri, 27 Nov 2009 09:59:50 +0000 (09:59 +0000)]
wrong syntax for command "test"

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

14 years agoFrench xypic.lyx: updates by Jean-Pierre
Uwe Stöhr [Fri, 27 Nov 2009 02:59:08 +0000 (02:59 +0000)]
French xypic.lyx: updates by Jean-Pierre

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

14 years agoRestore XHTML for InsetBox.
Richard Heck [Thu, 26 Nov 2009 16:38:26 +0000 (16:38 +0000)]
Restore XHTML for InsetBox.

I guess that this should be "inline", that is, appear where it appears
in the LyX file, as opposed to being deferred until after the current
paragraph is output. But I'm not sure about this. If anyone has a view,
let me know.

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

14 years agoFix bug #6351: Crash when editing the unit on a number
Enrico Forestieri [Thu, 26 Nov 2009 01:56:50 +0000 (01:56 +0000)]
Fix bug #6351: Crash when editing the unit on a number

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

14 years agoInkscape for svg
Pavel Sanda [Wed, 25 Nov 2009 22:20:15 +0000 (22:20 +0000)]
Inkscape for svg

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

14 years agoRestore XHTML output for InsetHyperlink.
Richard Heck [Wed, 25 Nov 2009 22:19:59 +0000 (22:19 +0000)]
Restore XHTML output for InsetHyperlink.

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

14 years agoAuto-escape attributes.
Richard Heck [Wed, 25 Nov 2009 22:18:47 +0000 (22:18 +0000)]
Auto-escape attributes.

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

14 years agoRestore XHTML output for InsetLine.
Richard Heck [Wed, 25 Nov 2009 22:07:17 +0000 (22:07 +0000)]
Restore XHTML output for InsetLine.

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

14 years agoRestore XHTML for InsetSpecialChar.
Richard Heck [Wed, 25 Nov 2009 22:04:41 +0000 (22:04 +0000)]
Restore XHTML for InsetSpecialChar.

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