]> git.lyx.org Git - lyx.git/log
lyx.git
13 years agoadd generic helper class for calling functions in gui thread
Peter Kümmel [Wed, 20 Oct 2010 23:50:49 +0000 (23:50 +0000)]
add generic helper class for calling functions in gui thread

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

13 years agoGuiTabular.cpp: fix #6957
Uwe Stöhr [Wed, 20 Oct 2010 22:35:05 +0000 (22:35 +0000)]
GuiTabular.cpp: fix #6957

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

13 years agoTabularUi.ui: fix position of spacer to make alignment entry "At Decimal Separator...
Uwe Stöhr [Wed, 20 Oct 2010 22:33:32 +0000 (22:33 +0000)]
TabularUi.ui: fix position of spacer to make alignment entry "At Decimal Separator" readable

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

13 years agoUpdate it.po
Enrico Forestieri [Wed, 20 Oct 2010 14:31:19 +0000 (14:31 +0000)]
Update it.po

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

13 years ago* sk.po
Kornel Benko [Wed, 20 Oct 2010 05:25:05 +0000 (05:25 +0000)]
* sk.po

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

13 years agopo-files:
Uwe Stöhr [Wed, 20 Oct 2010 01:56:40 +0000 (01:56 +0000)]
po-files:
- remerge
- German translations in de.po

(sorry for remerging again but I needed this for the docs)

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

13 years agouse bind, is this really better?
Peter Kümmel [Wed, 20 Oct 2010 01:45:51 +0000 (01:45 +0000)]
use bind, is this really better?

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

13 years agoUserGuide.lyx: LyX supports now multirows
Uwe Stöhr [Wed, 20 Oct 2010 01:44:13 +0000 (01:44 +0000)]
UserGuide.lyx: LyX supports now multirows

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

13 years agoEmbeddedObjects.lyx: describe the new multirow feature
Uwe Stöhr [Wed, 20 Oct 2010 01:19:08 +0000 (01:19 +0000)]
EmbeddedObjects.lyx: describe the new multirow feature

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

13 years agostdmenus.inc: add entry for multirow
Uwe Stöhr [Wed, 20 Oct 2010 00:43:27 +0000 (00:43 +0000)]
stdmenus.inc: add entry for multirow

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

13 years agoEmbeddedObjects.lyx:
Uwe Stöhr [Wed, 20 Oct 2010 00:22:45 +0000 (00:22 +0000)]
EmbeddedObjects.lyx:
- update table toolbar and table settings description
- describe longtable alignment

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

13 years agoSpanish EmbeddedObjects.lyx: translations from Ignacio
Uwe Stöhr [Tue, 19 Oct 2010 20:33:58 +0000 (20:33 +0000)]
Spanish EmbeddedObjects.lyx: translations from Ignacio

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

13 years agoMake updateMacros() descend into tables. Fixes #6897.
Richard Heck [Tue, 19 Oct 2010 15:36:11 +0000 (15:36 +0000)]
Make updateMacros() descend into tables. Fixes #6897.

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

13 years agoCut and paste solution to get export working. The issue is that the old
Richard Heck [Tue, 19 Oct 2010 15:34:13 +0000 (15:34 +0000)]
Cut and paste solution to get export working. The issue is that the old
exportAndDestroy was calling:

    buffer->doExport(format, true, update_unincluded);

where "true" means: Leave it in the tempdir. We need false, which means
we need another parameter, if we're not doing it as cut and paste.

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

13 years agoRevert r35715. Didn't mean to commit both.
Richard Heck [Tue, 19 Oct 2010 15:33:39 +0000 (15:33 +0000)]
Revert r35715. Didn't mean to commit both.

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

13 years agoCut and paste solution to get export working. The issue is that the old
Richard Heck [Tue, 19 Oct 2010 15:10:13 +0000 (15:10 +0000)]
Cut and paste solution to get export working. The issue is that the old
exportAndDestroy was calling:
  buffer->doExport(format, true, update_unincluded);
where "true" means: Leave it in the tempdir. We need false, which means
we need another parameter, if we're not doing it as cut and paste.

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

13 years agoFix bug #6950: Cursor remains in waiting state after incompatible command.
Vincent van Ravesteijn [Tue, 19 Oct 2010 10:42:54 +0000 (10:42 +0000)]
Fix bug #6950: Cursor remains in waiting state after incompatible command.

P.S. How do we prevent other cases like this? By throwing exceptions, we never know whether it's assured that we will return to the function to call setBusy(false). In JAVA you always have to either make a function throwable or to catch the exception, but AFAICS you have to crawl through the code to find out whether a function can throw an exception.

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

13 years ago* sk.po
Kornel Benko [Tue, 19 Oct 2010 08:25:00 +0000 (08:25 +0000)]
* sk.po

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

13 years agoUserGuide.lyx:
Uwe Stöhr [Tue, 19 Oct 2010 01:17:59 +0000 (01:17 +0000)]
UserGuide.lyx:
- describe the new \nameref and refstyle features
- update links in bibliography

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

13 years agoEmbeddedObjects.lyx: - describe the new \nameref and refstyle features
Uwe Stöhr [Tue, 19 Oct 2010 01:17:19 +0000 (01:17 +0000)]
EmbeddedObjects.lyx: - describe the new \nameref and refstyle features

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

13 years agoGerman splash.lyx: remove version number from title
Uwe Stöhr [Tue, 19 Oct 2010 00:46:26 +0000 (00:46 +0000)]
German splash.lyx: remove version number from title

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

13 years agopo-files: remerge and German translations in de.po
Uwe Stöhr [Tue, 19 Oct 2010 00:38:49 +0000 (00:38 +0000)]
po-files: remerge and German translations in de.po

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

13 years agoSome cosmetics (from my local cosmetics branch).
Vincent van Ravesteijn [Mon, 18 Oct 2010 14:20:03 +0000 (14:20 +0000)]
Some cosmetics (from my local cosmetics branch).

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

13 years agoLet asyncBufferProcessing return a value also if EXPORT_in_THREAD is turned off.
Vincent van Ravesteijn [Mon, 18 Oct 2010 11:30:30 +0000 (11:30 +0000)]
Let asyncBufferProcessing return a value also if EXPORT_in_THREAD is turned off.

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

13 years agofix formatting
Peter Kümmel [Mon, 18 Oct 2010 10:59:23 +0000 (10:59 +0000)]
fix formatting

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

13 years agofix comment:
Peter Kümmel [Mon, 18 Oct 2010 10:55:01 +0000 (10:55 +0000)]
fix comment:
We have to copy the files because export is asynchronous now,
What about the children?

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

13 years agoFix bug #6869: Crash when unindenting empty lines in listings inset.
Vincent van Ravesteijn [Mon, 18 Oct 2010 10:48:29 +0000 (10:48 +0000)]
Fix bug #6869: Crash when unindenting empty lines in listings inset.

- Remove some duplicated code;
- Do not call par.getChar(0) when the par is empty.

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

13 years agoFor testing: export asynchronous, #412
Peter Kümmel [Mon, 18 Oct 2010 10:16:32 +0000 (10:16 +0000)]
For testing: export asynchronous, #412

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

13 years agoalso use update_unincluded for preview,
Peter Kümmel [Mon, 18 Oct 2010 09:35:33 +0000 (09:35 +0000)]
also use update_unincluded for preview,
maybe we could use bind here

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

13 years agosplit out common async code
Peter Kümmel [Mon, 18 Oct 2010 09:31:50 +0000 (09:31 +0000)]
split out common async code

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

13 years agoI assume this was a c&p error
Peter Kümmel [Mon, 18 Oct 2010 08:23:29 +0000 (08:23 +0000)]
I assume this was a c&p error

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

13 years agoprepare splitting out c&p code
Peter Kümmel [Mon, 18 Oct 2010 08:18:56 +0000 (08:18 +0000)]
prepare splitting out c&p code

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

13 years agoInvalid references
Kornel Benko [Mon, 18 Oct 2010 05:25:08 +0000 (05:25 +0000)]
Invalid references

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

13 years agoUserGuide.lyx: fix typos and a bug spotted by JR Hudson
Uwe Stöhr [Mon, 18 Oct 2010 03:36:15 +0000 (03:36 +0000)]
UserGuide.lyx: fix typos and a bug spotted by JR Hudson

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

13 years ago- UserGuide.lyx: squash some LaTeX-warnings
Uwe Stöhr [Mon, 18 Oct 2010 02:48:58 +0000 (02:48 +0000)]
- UserGuide.lyx: squash some LaTeX-warnings
- Italian UserGuide.lyx: update the document settings according to the other language versions

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

13 years agoJapanese EmbeddedObjects.lyx: update sec. 4.2 as for the other language versions
Uwe Stöhr [Mon, 18 Oct 2010 01:27:59 +0000 (01:27 +0000)]
Japanese EmbeddedObjects.lyx: update sec. 4.2 as for the other language versions

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

13 years agoMath.lyx: squash LaTeX-warnings
Uwe Stöhr [Mon, 18 Oct 2010 01:11:36 +0000 (01:11 +0000)]
Math.lyx: squash LaTeX-warnings

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

13 years agoEmbeddedObjects.lyx:
Uwe Stöhr [Mon, 18 Oct 2010 00:54:20 +0000 (00:54 +0000)]
EmbeddedObjects.lyx:
- describe how to use math in program listings
- squash some LaTeX warnings

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

13 years agoTutorial.lyx:
Uwe Stöhr [Sun, 17 Oct 2010 21:25:30 +0000 (21:25 +0000)]
Tutorial.lyx:
- squash some LaTeX-warnings
- update document settings of all language versions to the one of the English manual
(from now on nothing will be backported to branch for this file)

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

13 years agoSlovak Tutorial.lyx: save in latest fileformat and fix some settings
Uwe Stöhr [Sun, 17 Oct 2010 21:06:08 +0000 (21:06 +0000)]
Slovak Tutorial.lyx: save in latest fileformat and fix some settings

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

13 years agoMath.lyx: fix formatting
Uwe Stöhr [Sun, 17 Oct 2010 20:28:28 +0000 (20:28 +0000)]
Math.lyx: fix formatting

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

13 years agoIntro.lyx: fix some LaTeX warnings
Uwe Stöhr [Sun, 17 Oct 2010 20:15:43 +0000 (20:15 +0000)]
Intro.lyx: fix some LaTeX warnings

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

13 years agoFix bug #6953.
Richard Heck [Sun, 17 Oct 2010 18:46:35 +0000 (18:46 +0000)]
Fix bug #6953.

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

13 years agoIntro.lyx:
Uwe Stöhr [Sun, 17 Oct 2010 18:43:38 +0000 (18:43 +0000)]
Intro.lyx:
- correct accident renaming Additional.lyx -> Extended.lyx from last commit
- save file in latest file format (no more backporting to branch for this file)

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

13 years agoIntro.lyx: some typographic issues and a typo spotted by JR Hudson
Uwe Stöhr [Sun, 17 Oct 2010 18:25:53 +0000 (18:25 +0000)]
Intro.lyx: some typographic issues and a typo spotted by JR Hudson

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

13 years agoFix #6885. Alt+x shortcuts should be preserved for menus.
Pavel Sanda [Sun, 17 Oct 2010 17:49:21 +0000 (17:49 +0000)]
Fix #6885. Alt+x shortcuts should be preserved for menus.

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

13 years agoTen years old leftover.
Pavel Sanda [Sun, 17 Oct 2010 17:49:20 +0000 (17:49 +0000)]
Ten years old leftover.

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

13 years agoFix bug 6650: Error Messages Repeated
Peter Kümmel [Sun, 17 Oct 2010 12:06:47 +0000 (12:06 +0000)]
Fix bug 6650: Error Messages Repeated

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

13 years agoUse DispatchResult also in GuiView::dispatchVC to handle messages.
Peter Kümmel [Sun, 17 Oct 2010 10:44:53 +0000 (10:44 +0000)]
Use DispatchResult also in GuiView::dispatchVC to handle messages.
Make it possible to suppress messages stored in DispatchResult objects.
BUG: 6417

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

13 years ago* GuiDelimiter.cpp: disable cut and paste inside the listviews (bug 6942).
Jürgen Spitzmüller [Fri, 15 Oct 2010 07:12:49 +0000 (07:12 +0000)]
* GuiDelimiter.cpp: disable cut and paste inside the listviews (bug 6942).

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

13 years agoWhitespace.
Richard Heck [Thu, 14 Oct 2010 20:49:34 +0000 (20:49 +0000)]
Whitespace.

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

13 years agoComments.
Richard Heck [Thu, 14 Oct 2010 15:04:57 +0000 (15:04 +0000)]
Comments.

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

13 years agoMove the screen redraw call out of the selection-setting routine. This
Richard Heck [Thu, 14 Oct 2010 15:02:48 +0000 (15:02 +0000)]
Move the screen redraw call out of the selection-setting routine. This
avoids multiple screen redraws in some cases.

If someone knows how to fix the FIXMEs in GuiErrorList and
GuiSpellcheker, I'd really appreciate it.

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

13 years agoI am basically trying here to get rid of random calls to
Richard Heck [Thu, 14 Oct 2010 14:47:33 +0000 (14:47 +0000)]
I am basically trying here to get rid of random calls to
processUpdateFlags. This one is easy.

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

13 years agoFix up some of the find and replace code again. This solves a bug
Richard Heck [Thu, 14 Oct 2010 14:32:58 +0000 (14:32 +0000)]
Fix up some of the find and replace code again. This solves a bug
involving the messages and will also help sort out some dispatch stuff.

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

13 years agoUpdate doxy.
Richard Heck [Thu, 14 Oct 2010 14:27:05 +0000 (14:27 +0000)]
Update doxy.

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

13 years agoNeed ifthen for this, too.
Richard Heck [Thu, 14 Oct 2010 14:02:49 +0000 (14:02 +0000)]
Need ifthen for this, too.

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

13 years agoThis stuff is general enough for lstrings
Pavel Sanda [Thu, 14 Oct 2010 11:01:15 +0000 (11:01 +0000)]
This stuff is general enough for lstrings

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

13 years agolettre: some adjustments to overcome a limitation of the lettre document class
Uwe Stöhr [Thu, 14 Oct 2010 01:58:49 +0000 (01:58 +0000)]
lettre: some adjustments to overcome a limitation of the lettre document class

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

13 years agolyx2lyx/lyx_2_0.py: remove another unused debug warning
Uwe Stöhr [Thu, 14 Oct 2010 01:36:15 +0000 (01:36 +0000)]
lyx2lyx/lyx_2_0.py: remove another unused debug warning

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

13 years agoRowpainter.cpp: Squeeze warning.
Vincent van Ravesteijn [Wed, 13 Oct 2010 20:18:16 +0000 (20:18 +0000)]
Rowpainter.cpp: Squeeze warning.

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

13 years agoconst
Richard Heck [Wed, 13 Oct 2010 18:59:24 +0000 (18:59 +0000)]
const

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

13 years agoWe only need to set this once.
Richard Heck [Wed, 13 Oct 2010 18:58:12 +0000 (18:58 +0000)]
We only need to set this once.

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

13 years agoConst.
Richard Heck [Wed, 13 Oct 2010 18:57:57 +0000 (18:57 +0000)]
Const.

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

13 years agoChange how some of the updating stuff is handled in lyxfind. I had no
Richard Heck [Wed, 13 Oct 2010 18:53:41 +0000 (18:53 +0000)]
Change how some of the updating stuff is handled in lyxfind. I had no
idea what a mess this was.

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

13 years agoAnonymize some things.
Richard Heck [Wed, 13 Oct 2010 18:30:37 +0000 (18:30 +0000)]
Anonymize some things.

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

13 years agoWhy have an argument in an anonymous method if you aren't going to use
Richard Heck [Wed, 13 Oct 2010 18:27:40 +0000 (18:27 +0000)]
Why have an argument in an anonymous method if you aren't going to use
it?

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

13 years agoMore find cleanup.
Richard Heck [Wed, 13 Oct 2010 18:24:53 +0000 (18:24 +0000)]
More find cleanup.

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

13 years agoBegin some cleanup of the find code. I'm trying to sort out some odd
Richard Heck [Wed, 13 Oct 2010 18:19:21 +0000 (18:19 +0000)]
Begin some cleanup of the find code. I'm trying to sort out some odd
dispatch behavior, but can't understand this code as it is. Why isn't
there any documenation here?

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

13 years agoThe inset DOES know what kind of update is needed, and it is supposed to
Richard Heck [Wed, 13 Oct 2010 18:06:01 +0000 (18:06 +0000)]
The inset DOES know what kind of update is needed, and it is supposed to
be telling us. I'm not sure why this wasn't being used any more.

If we find any missing updates, it may be because the inset dispatch
stuff wasn't doing its job.

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

13 years agoClean up a few update things.
Richard Heck [Wed, 13 Oct 2010 18:04:44 +0000 (18:04 +0000)]
Clean up a few update things.

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

13 years agoThis is already done by the previous call.
Richard Heck [Wed, 13 Oct 2010 18:03:10 +0000 (18:03 +0000)]
This is already done by the previous call.

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

13 years agoDispatchResult::update() ==> DispatchResult::screenUpdate()
Richard Heck [Wed, 13 Oct 2010 17:28:55 +0000 (17:28 +0000)]
DispatchResult::update() ==> DispatchResult::screenUpdate()

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

13 years agoFix bug #6316.
Richard Heck [Wed, 13 Oct 2010 17:12:25 +0000 (17:12 +0000)]
Fix bug #6316.

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

13 years agoUpdate layouts to format 30.
Richard Heck [Wed, 13 Oct 2010 16:54:57 +0000 (16:54 +0000)]
Update layouts to format 30.

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

13 years agoResetsFont docs.
Richard Heck [Wed, 13 Oct 2010 16:11:31 +0000 (16:11 +0000)]
ResetsFont docs.

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

13 years agowhitespace correction
Stephan Witt [Wed, 13 Oct 2010 16:01:06 +0000 (16:01 +0000)]
whitespace correction

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

13 years agoAdd ResetsFont tag to InsetLayout, toward fixing bug #5657.
Richard Heck [Wed, 13 Oct 2010 15:54:39 +0000 (15:54 +0000)]
Add ResetsFont tag to InsetLayout, toward fixing bug #5657.

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

13 years agoIndicate alternative.
Richard Heck [Wed, 13 Oct 2010 15:10:57 +0000 (15:10 +0000)]
Indicate alternative.

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

13 years agoFix #6948.
Richard Heck [Wed, 13 Oct 2010 12:43:13 +0000 (12:43 +0000)]
Fix #6948.

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

13 years agoRefstyle support. The user can now choose between prettyref and restyle
Richard Heck [Wed, 13 Oct 2010 12:36:53 +0000 (12:36 +0000)]
Refstyle support. The user can now choose between prettyref and restyle
for formatted references. Fixes #2295, in so far as it makes it possible
to translate formatted references.

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

13 years agotypo
Pavel Sanda [Wed, 13 Oct 2010 11:48:52 +0000 (11:48 +0000)]
typo

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

13 years agoadjust error message
Stephan Witt [Wed, 13 Oct 2010 05:22:11 +0000 (05:22 +0000)]
adjust error message

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

13 years agolettre: new layout and template file to write French letters, patch from Jean-Pierre...
Uwe Stöhr [Wed, 13 Oct 2010 03:23:51 +0000 (03:23 +0000)]
lettre: new layout and template file to write French letters, patch from Jean-Pierre Chretien

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

13 years agolyx_2_0.py: remove a debug warning
Uwe Stöhr [Wed, 13 Oct 2010 02:29:00 +0000 (02:29 +0000)]
lyx_2_0.py: remove a debug warning

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

13 years agoFormat for earlier commit.
Richard Heck [Tue, 12 Oct 2010 20:58:40 +0000 (20:58 +0000)]
Format for earlier commit.

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

13 years agoTested autoconf 2.68
Pavel Sanda [Tue, 12 Oct 2010 20:08:58 +0000 (20:08 +0000)]
Tested autoconf 2.68

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

13 years ago#6945 correct refresh range maximum on char erase
Stephan Witt [Tue, 12 Oct 2010 19:05:47 +0000 (19:05 +0000)]
#6945 correct refresh range maximum on char erase

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

13 years agoInsetLayout update.
Richard Heck [Tue, 12 Oct 2010 15:51:36 +0000 (15:51 +0000)]
InsetLayout update.

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

13 years agoNow update layout format.
Richard Heck [Tue, 12 Oct 2010 15:41:55 +0000 (15:41 +0000)]
Now update layout format.

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

13 years agoCustomize getLayout for InsetFlex and change how we report name() back
Richard Heck [Tue, 12 Oct 2010 15:37:02 +0000 (15:37 +0000)]
Customize getLayout for InsetFlex and change how we report name() back
to the simple version. We need to do it this way because we should NOT
really require the "Flex" prefix and, in fact, should permit other
prefixes to be used. Next commit for that.

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

13 years agoRevert update of formats. There is more to be done first.
Richard Heck [Tue, 12 Oct 2010 15:11:04 +0000 (15:11 +0000)]
Revert update of formats. There is more to be done first.

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

13 years agostyle
Richard Heck [Tue, 12 Oct 2010 15:07:27 +0000 (15:07 +0000)]
style

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

13 years agoUpdate layouts to new format.
Richard Heck [Tue, 12 Oct 2010 15:06:50 +0000 (15:06 +0000)]
Update layouts to new format.

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

13 years agoUpdate InsetLayout documentation.
Richard Heck [Tue, 12 Oct 2010 15:01:43 +0000 (15:01 +0000)]
Update InsetLayout documentation.

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

13 years agoGet rid of "CharStyle:", "Custom:", and "Element:" prefixes, per a
Richard Heck [Tue, 12 Oct 2010 14:46:17 +0000 (14:46 +0000)]
Get rid of "CharStyle:", "Custom:", and "Element:" prefixes, per a
suggestion of JMarc's. Docs to follow.

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

13 years agoJapanese Math.lyx: fix equation label; (one can see in r35605 that LyX 2 still cannot...
Uwe Stöhr [Tue, 12 Oct 2010 01:27:44 +0000 (01:27 +0000)]
Japanese Math.lyx: fix equation label; (one can see in r35605 that LyX 2 still cannot handle Japanese characters in math labels and automatically adds garbage when saving the file)

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

13 years agoMath.lyx: describe support for \iddots and the mathdots package
Uwe Stöhr [Tue, 12 Oct 2010 01:19:17 +0000 (01:19 +0000)]
Math.lyx: describe support for \iddots and the mathdots package

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

13 years ago- UserGuide.lyx: update section about preventing hyphenations
Uwe Stöhr [Tue, 12 Oct 2010 00:38:55 +0000 (00:38 +0000)]
- UserGuide.lyx: update section about preventing hyphenations
- mbox.png: this image is no longer needed

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

13 years agoFORMAT: clarify
Uwe Stöhr [Tue, 12 Oct 2010 00:28:07 +0000 (00:28 +0000)]
FORMAT: clarify

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