]> git.lyx.org Git - lyx.git/log
lyx.git
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

13 years ago* po/de.po: sync some transations with branch.
Jürgen Spitzmüller [Mon, 11 Oct 2010 06:05:22 +0000 (06:05 +0000)]
* po/de.po: sync some transations with branch.

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

13 years ago- UserGuide.lyx: use new strike out feature
Uwe Stöhr [Mon, 11 Oct 2010 02:11:47 +0000 (02:11 +0000)]
- UserGuide.lyx: use new strike out feature
- German UserGuide.lyx: some Math description cleanup

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

13 years agoectaart.layout: fix title alignment
Uwe Stöhr [Mon, 11 Oct 2010 01:29:49 +0000 (01:29 +0000)]
ectaart.layout: fix title alignment

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

13 years agoFORMAT: forgot this in last commit
Uwe Stöhr [Mon, 11 Oct 2010 01:11:51 +0000 (01:11 +0000)]
FORMAT: forgot this in last commit

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

13 years agoInsetBibtex.cpp:
Uwe Stöhr [Mon, 11 Oct 2010 01:05:20 +0000 (01:05 +0000)]
InsetBibtex.cpp:
- fix #1881, fileformat change
- fix #6470

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

13 years agoThanks Jürgen
Kornel Benko [Sun, 10 Oct 2010 15:36:03 +0000 (15:36 +0000)]
Thanks Jürgen

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

13 years ago* de.po: better translation.
Jürgen Spitzmüller [Sun, 10 Oct 2010 13:26:36 +0000 (13:26 +0000)]
* de.po: better translation.

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

13 years agorevert r35565 as discussed in http://www.mail-archive.com/lyx-devel@lists.lyx.org...
Uwe Stöhr [Sat, 9 Oct 2010 16:11:41 +0000 (16:11 +0000)]
revert r35565 as discussed in http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg162280.html

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

13 years agoInsetBibitem.cpp: fix #5786
Uwe Stöhr [Sat, 9 Oct 2010 16:02:19 +0000 (16:02 +0000)]
InsetBibitem.cpp: fix #5786

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

13 years agoinstaller: use MiKTeX's update program in admin mode if user is admin
Uwe Stöhr [Sat, 9 Oct 2010 15:39:24 +0000 (15:39 +0000)]
installer: use MiKTeX's update program in admin mode if user is admin

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

13 years agoMark created moc-files as GENERATED
Kornel Benko [Fri, 8 Oct 2010 06:00:10 +0000 (06:00 +0000)]
Mark created moc-files as GENERATED

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

13 years agoadd implementation for CVS::checkOut
Stephan Witt [Fri, 8 Oct 2010 05:40:16 +0000 (05:40 +0000)]
add implementation for CVS::checkOut

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

13 years agocorrect typo of button link init of open-from-template dialog
Stephan Witt [Fri, 8 Oct 2010 05:34:48 +0000 (05:34 +0000)]
correct typo of button link init of open-from-template dialog

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

13 years agoadd some tests for LFUN_VC_REVERT and LFUN_VC_REPO_UPDATE
Stephan Witt [Fri, 8 Oct 2010 05:30:07 +0000 (05:30 +0000)]
add some tests for LFUN_VC_REVERT and LFUN_VC_REPO_UPDATE

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

13 years agoadd missing implementation of the check method for repo-update availability
Stephan Witt [Fri, 8 Oct 2010 05:26:12 +0000 (05:26 +0000)]
add missing implementation of the check method for repo-update availability

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

13 years ago#5970 more exact modifier check for Tab keys filter
Stephan Witt [Fri, 8 Oct 2010 05:23:59 +0000 (05:23 +0000)]
#5970 more exact modifier check for Tab keys filter

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

13 years agocell movement inside tables should not mark the document as modified
Stephan Witt [Fri, 8 Oct 2010 05:21:19 +0000 (05:21 +0000)]
cell movement inside tables should not mark the document as modified

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

13 years agoGraphviz results in pdf are poor because it creates bitmap-style pdf.
Pavel Sanda [Thu, 7 Oct 2010 23:13:20 +0000 (23:13 +0000)]
Graphviz results in pdf are poor because it creates bitmap-style pdf.
However it knows correct vector eps, so lets use internal route.

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

13 years agoRevert the last part of ectaart.cls as requested by Uwe.
Pavel Sanda [Thu, 7 Oct 2010 16:19:20 +0000 (16:19 +0000)]
Revert the last part of ectaart.cls as requested by Uwe.

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

13 years agoPush the rest of changes of ectaart.cls (Econometrica) from Koji.
Pavel Sanda [Wed, 6 Oct 2010 22:48:08 +0000 (22:48 +0000)]
Push the rest of changes of ectaart.cls (Econometrica) from Koji.

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

13 years agoectaart: fixes from Koji
Uwe Stöhr [Wed, 6 Oct 2010 02:38:04 +0000 (02:38 +0000)]
ectaart: fixes from Koji

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

13 years agolanguages: fix #6932 as discussed in this thread: http://www.mail-archive.com/lyx...
Uwe Stöhr [Wed, 6 Oct 2010 00:00:24 +0000 (00:00 +0000)]
languages: fix #6932 as discussed in this thread: http://www.mail-archive.com/lyx-users@lists.lyx.org/msg83171.html

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

13 years agoFix bug #6929.
Richard Heck [Tue, 5 Oct 2010 15:21:14 +0000 (15:21 +0000)]
Fix bug #6929.

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

13 years agoAdd to credits
Pavel Sanda [Tue, 5 Oct 2010 10:56:56 +0000 (10:56 +0000)]
Add to credits

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

13 years agoEmbeddedObjects.lyx: describe the support for \makebox
Uwe Stöhr [Tue, 5 Oct 2010 03:11:21 +0000 (03:11 +0000)]
EmbeddedObjects.lyx: describe the support for \makebox

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

13 years agoInsetTabular.cpp: fix #6907, patch by goriccardo
Uwe Stöhr [Tue, 5 Oct 2010 01:14:34 +0000 (01:14 +0000)]
InsetTabular.cpp: fix #6907, patch by goriccardo

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

13 years agoinstaller: updates
Uwe Stöhr [Tue, 5 Oct 2010 00:52:49 +0000 (00:52 +0000)]
installer: updates

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

13 years agoscons/SConstruct: update for Python 2.6.6
Uwe Stöhr [Mon, 4 Oct 2010 23:52:37 +0000 (23:52 +0000)]
scons/SConstruct: update for Python 2.6.6

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

13 years agoshift misspelled line slightly lower when inside running change
Stephan Witt [Mon, 4 Oct 2010 18:18:37 +0000 (18:18 +0000)]
shift misspelled line slightly lower when inside running change

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

13 years agoshift misspelled line slightly lower when inside running change
Stephan Witt [Mon, 4 Oct 2010 16:26:12 +0000 (16:26 +0000)]
shift misspelled line slightly lower when inside running change

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

13 years agoUpgrade for use witn boost 1.40 on debian (iff using external boost)
Kornel Benko [Sun, 3 Oct 2010 12:31:27 +0000 (12:31 +0000)]
Upgrade for use witn boost 1.40 on debian (iff using external boost)

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

13 years agogenerate_contributions.py:
Uwe Stöhr [Sat, 2 Oct 2010 01:07:39 +0000 (01:07 +0000)]
generate_contributions.py:
- update Liviu's entry
- whitespace fixes
- remove entry that is not about a contribution to LyX
(Beat me for this, but it is not fair to our other contributers to list somebody in the Credits who did absolutely nothing for LyX. If we then cannot use their image, lets use another one for our LyX 2.0 banner!)

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

13 years agofrletter: new layout and template file for the frletter class (for writing French...
Uwe Stöhr [Sat, 2 Oct 2010 00:43:39 +0000 (00:43 +0000)]
frletter: new layout and template file for the frletter class (for writing French letters)

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

13 years agoAdd cygwin setup.hint.
Pavel Sanda [Fri, 1 Oct 2010 17:43:17 +0000 (17:43 +0000)]
Add cygwin setup.hint.
Patch from Bo Peng.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg162180.html

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

13 years ago#6874 add instructions for nokia frameworks
Stephan Witt [Fri, 1 Oct 2010 14:31:57 +0000 (14:31 +0000)]
#6874 add instructions for nokia frameworks

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

13 years agoArrgh
Pavel Sanda [Thu, 30 Sep 2010 16:32:12 +0000 (16:32 +0000)]
Arrgh

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

13 years agoSpotted by Jose.
Pavel Sanda [Thu, 30 Sep 2010 16:31:20 +0000 (16:31 +0000)]
Spotted by Jose.

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

13 years ago* INSTALL. Patch from Liviu Andronic.
Pavel Sanda [Thu, 30 Sep 2010 14:09:53 +0000 (14:09 +0000)]
* INSTALL. Patch from Liviu Andronic.

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

13 years ago#6796 add sizePolicy to get the size of pushbuttons proper in spell checker and find...
Stephan Witt [Thu, 30 Sep 2010 06:43:04 +0000 (06:43 +0000)]
#6796 add sizePolicy to get the size of pushbuttons proper in spell checker and find/replace ui

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

13 years agoadd missing spell check request on early return for deletion of text in change tracki...
Stephan Witt [Wed, 29 Sep 2010 19:32:41 +0000 (19:32 +0000)]
add missing spell check request on early return for deletion of text in change tracking mode

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

13 years ago#6917 correct spell check for deleted text in change tracking mode
Stephan Witt [Wed, 29 Sep 2010 19:31:16 +0000 (19:31 +0000)]
#6917 correct spell check for deleted text in change tracking mode

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

13 years agodisable the check box for compound word handling because of missing API for it with...
Stephan Witt [Wed, 29 Sep 2010 19:05:28 +0000 (19:05 +0000)]
disable the check box for compound word handling because of missing API for it with apples native spell checker

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

13 years agoClean up this code a little bit.
Richard Heck [Wed, 29 Sep 2010 13:14:20 +0000 (13:14 +0000)]
Clean up this code a little bit.

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

13 years agoSimplify Buffer::allRelatives() now.
Richard Heck [Wed, 29 Sep 2010 13:07:12 +0000 (13:07 +0000)]
Simplify Buffer::allRelatives() now.

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

13 years agoRemove the magic boolean in getChildren() from the public interface.
Richard Heck [Wed, 29 Sep 2010 13:05:57 +0000 (13:05 +0000)]
Remove the magic boolean in getChildren() from the public interface.

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

13 years agoKeep the "find the master" recursion in masterDocument().
Richard Heck [Wed, 29 Sep 2010 12:55:39 +0000 (12:55 +0000)]
Keep the "find the master" recursion in masterDocument().

We should probably be checking for recursive includes here, and we want
to do that in one place.

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

13 years agoComment.
Richard Heck [Wed, 29 Sep 2010 12:50:45 +0000 (12:50 +0000)]
Comment.

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

13 years agoSimplify some of the find and replace code now, since allRelatives() is
Richard Heck [Wed, 29 Sep 2010 12:50:24 +0000 (12:50 +0000)]
Simplify some of the find and replace code now, since allRelatives() is
stable and always has the root document at the beginning.

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

13 years agoI am pretty sure we do not want duplicates here. What's worse, recursive
Richard Heck [Wed, 29 Sep 2010 12:30:31 +0000 (12:30 +0000)]
I am pretty sure we do not want duplicates here. What's worse, recursive
includes could crash this if we allow them.

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

13 years agoI prefer this style....
Richard Heck [Wed, 29 Sep 2010 12:19:57 +0000 (12:19 +0000)]
I prefer this style....

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

13 years agoThis doesn't need to be a vector. Should be no change of behavior.
Richard Heck [Wed, 29 Sep 2010 12:19:23 +0000 (12:19 +0000)]
This doesn't need to be a vector. Should be no change of behavior.

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

13 years agoIntroduce Buffer::hasChildren() and use it.
Richard Heck [Wed, 29 Sep 2010 12:17:24 +0000 (12:17 +0000)]
Introduce Buffer::hasChildren() and use it.

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

13 years agoUse getChildren() to collect all the relatives. Note that this makes
Richard Heck [Wed, 29 Sep 2010 11:59:31 +0000 (11:59 +0000)]
Use getChildren() to collect all the relatives. Note that this makes
allRelatives() "stable", in the sense that what it returns does not
depend upon which Buffer we start with.

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

13 years agoIntroduce a typedef for vector<Buffer *>. No change in behavior
Richard Heck [Wed, 29 Sep 2010 11:55:10 +0000 (11:55 +0000)]
Introduce a typedef for vector<Buffer *>. No change in behavior
anticipated.

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

13 years agomissing part from r35523
Uwe Stöhr [Wed, 29 Sep 2010 02:29:04 +0000 (02:29 +0000)]
missing part from r35523

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

13 years agocorrect the Qt framework names
Stephan Witt [Tue, 28 Sep 2010 19:27:10 +0000 (19:27 +0000)]
correct the Qt framework names

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

13 years agoWhitespace.
Richard Heck [Tue, 28 Sep 2010 18:35:04 +0000 (18:35 +0000)]
Whitespace.

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

13 years ago#6917 move forward after adding a word to personal dictionary or the list of ignored...
Stephan Witt [Tue, 28 Sep 2010 15:09:06 +0000 (15:09 +0000)]
#6917 move forward after adding a word to personal dictionary or the list of ignored words

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