]> git.lyx.org Git - lyx.git/log
lyx.git
12 years agoUpdate tex2lyx to format 424.
Julien Rioux [Mon, 9 Jan 2012 13:16:41 +0000 (13:16 +0000)]
Update tex2lyx to format 424.

The type of citation engine is determined by the citation package
being used and, in the case of natbib, its options.

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

12 years agoBuffer param \cite_engine_type (authoryear|numerical).
Julien Rioux [Mon, 9 Jan 2012 13:16:38 +0000 (13:16 +0000)]
Buffer param \cite_engine_type (authoryear|numerical).

To avoid duplicity, remove natbib_authoryear and natbib_numerical
and replace them by natbib, and keep track of the engine `type'
in the new \cite_engine_type document setting. This will make it
easier to add more citation engines.

LyX format incremented to 424.

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

12 years agoFix bug #5906 (missing -p command) by updating the man page.
Georg Baum [Sun, 8 Jan 2012 17:38:48 +0000 (17:38 +0000)]
Fix bug #5906 (missing -p command) by updating the man page.
tex2lyx does not need a -p command since it detects partial files automatically.

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

12 years agoFix bug #7013: Wrong paper size passed to dvips
Georg Baum [Sun, 8 Jan 2012 17:00:33 +0000 (17:00 +0000)]
Fix bug #7013: Wrong paper size passed to dvips

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

12 years agoFix bug #5029: Support \smash, \mathclap, \mathllap and \mathrlap.
Georg Baum [Sun, 8 Jan 2012 12:34:12 +0000 (12:34 +0000)]
Fix bug #5029: Support \smash, \mathclap, \mathllap and \mathrlap.
Also improve lyx2lyx roundtrip for automatically loaded packages.

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

12 years agoadd openoffice/libreoffice converters (bugs #4267 and #7973)
Georg Baum [Sat, 7 Jan 2012 20:28:59 +0000 (20:28 +0000)]
add openoffice/libreoffice converters (bugs #4267 and #7973)

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

12 years agoQuick fix bug #4267.
Georg Baum [Sat, 7 Jan 2012 19:18:38 +0000 (19:18 +0000)]
Quick fix bug #4267.
A real fix would be to ditch the home made file format detection and use libmagic.

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

12 years agoAvoid narrowing in array initializator
Lars Gullik Bjønnes [Sat, 7 Jan 2012 18:29:07 +0000 (18:29 +0000)]
Avoid narrowing in array initializator

Gcc 4.7 warns that this kind of narrowing is illegal in C++11, so
we can just as well fix that right now.

In GuiFontMetrics this is fixed by chaning the types in the AscendDescend struct
from short int to int.
In ParagraphMetrics it is fixed by addint explicit casts.

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

12 years agoChange to avoid having different types in ?: operator
Lars Gullik Bjønnes [Sat, 7 Jan 2012 18:29:04 +0000 (18:29 +0000)]
Change to avoid having different types in ?: operator

Gcc 4.7 warns rightly about the questionalble practise of having different types in
the ?: operator. This patch fixes that.

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

12 years agoThis makes the FindAndReplace replace-related buttons de-activate
Tommaso Cucinotta [Sat, 7 Jan 2012 11:41:04 +0000 (11:41 +0000)]
This makes the FindAndReplace replace-related buttons de-activate
also when switching from an editable buffer to a read-only buffer,
without waiting for the moment in which the dialog is focused.

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

12 years agoMath.lyx: port changes from branch
Uwe Stöhr [Fri, 6 Jan 2012 21:54:59 +0000 (21:54 +0000)]
Math.lyx: port changes from branch

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

12 years agointernal boost distribution missed an internal header file
Stephan Witt [Fri, 6 Jan 2012 07:59:36 +0000 (07:59 +0000)]
internal boost distribution missed an internal header file

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

12 years agoelsarticle.lyx: convert to latest fileformat to reflect that it is not compatible...
Uwe Stöhr [Fri, 6 Jan 2012 01:09:39 +0000 (01:09 +0000)]
elsarticle.lyx: convert to latest fileformat to reflect that it is not compatible with branch

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

12 years agoelsarticle.layout: switch from \maketitle to \begin{frontmatter}, see #7977
Uwe Stöhr [Fri, 6 Jan 2012 01:01:57 +0000 (01:01 +0000)]
elsarticle.layout: switch from \maketitle to \begin{frontmatter}, see #7977

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

12 years agoLoad mathtools.sty automatically (bug #7949) and make lyx2lyx reversion
Georg Baum [Thu, 5 Jan 2012 20:53:48 +0000 (20:53 +0000)]
Load mathtools.sty automatically (bug #7949) and make lyx2lyx reversion
more robust.

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

12 years ago#7927 apply patch from mft to support posix packageing on Mac for the Gentoo prefix...
Stephan Witt [Thu, 5 Jan 2012 19:50:18 +0000 (19:50 +0000)]
#7927 apply patch from mft to support posix packageing on Mac for the Gentoo prefix project

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

12 years ago#7884 add check for missing dictionaries when spell check starts... forgot to impleme...
Stephan Witt [Thu, 5 Jan 2012 13:19:04 +0000 (13:19 +0000)]
#7884 add check for missing dictionaries when spell check starts... forgot to implement numDictionaries for Enchant in r40568

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

12 years agoTutorial.lyx: port changes from branch
Uwe Stöhr [Thu, 5 Jan 2012 00:06:29 +0000 (00:06 +0000)]
Tutorial.lyx: port changes from branch

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

12 years ago#7884 add check for missing dictionaries when spell check starts and popup a message...
Stephan Witt [Wed, 4 Jan 2012 22:02:07 +0000 (22:02 +0000)]
#7884 add check for missing dictionaries when spell check starts and popup a message box to tell the user this problem if there are no dictionaries; add /usr/share/myspell for hunspell dictionary lookup

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

12 years agoUserGuide.lyx: port changes from branchUserGuide.lyx: final step of Scott's overhaul
Uwe Stöhr [Wed, 4 Jan 2012 01:32:20 +0000 (01:32 +0000)]
UserGuide.lyx: port changes from branchUserGuide.lyx: final step of Scott's overhaul

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

12 years agoUserGuide.lyx: port changes from branch
Uwe Stöhr [Tue, 3 Jan 2012 23:55:26 +0000 (23:55 +0000)]
UserGuide.lyx: port changes from branch

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

12 years agoSecond step towards a more generic package off/auto/on handling:
Georg Baum [Tue, 3 Jan 2012 21:26:09 +0000 (21:26 +0000)]
Second step towards a more generic package off/auto/on handling:
File format change

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

12 years agoFirst step towards a more generic package off/auto/on handling:
Georg Baum [Tue, 3 Jan 2012 20:51:07 +0000 (20:51 +0000)]
First step towards a more generic package off/auto/on handling:
Internal machinery, no file format change and no UI change yet

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

12 years agoFix #7963, fullscreen corner case for tabbar visibility.
Pavel Sanda [Tue, 3 Jan 2012 14:21:48 +0000 (14:21 +0000)]
Fix #7963, fullscreen corner case for tabbar visibility.

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

12 years ago* sk.po
Kornel Benko [Tue, 3 Jan 2012 13:22:00 +0000 (13:22 +0000)]
* sk.po

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

12 years ago#6760 add UI to configure the minimal length of a word to be added to the list of...
Stephan Witt [Mon, 2 Jan 2012 22:47:04 +0000 (22:47 +0000)]
#6760 add UI to configure the minimal length of a word to be added to the list of words for text completion - using richards patch and rework it to match current trunk

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

12 years agoMath.lyx: improve description of modulo-functions, fixes #7961
Uwe Stöhr [Sun, 1 Jan 2012 21:28:25 +0000 (21:28 +0000)]
Math.lyx: improve description of modulo-functions, fixes #7961

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

12 years ago#5585 disable spell checker dialog for empty documents
Stephan Witt [Sat, 31 Dec 2011 16:29:27 +0000 (16:29 +0000)]
#5585 disable spell checker dialog for empty documents

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

12 years agosymbols: fix #7962, OK for branch too?
Uwe Stöhr [Sat, 31 Dec 2011 15:42:42 +0000 (15:42 +0000)]
symbols: fix #7962, OK for branch too?

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

12 years ago#7969 verify cursor position when spell check is done
Stephan Witt [Sat, 31 Dec 2011 11:33:46 +0000 (11:33 +0000)]
#7969 verify cursor position when spell check is done

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

12 years agoMoving the GUI consistency update to a more meaningful moment, i.e., when Dialog...
Tommaso Cucinotta [Fri, 30 Dec 2011 21:26:51 +0000 (21:26 +0000)]
Moving the GUI consistency update to a more meaningful moment, i.e., when Dialog::updateView() is called.

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

12 years agoFixing consistency of replace actions in GUI with readonly status of target document...
Tommaso Cucinotta [Fri, 30 Dec 2011 15:31:56 +0000 (15:31 +0000)]
Fixing consistency of replace actions in GUI with readonly status of target document buffer
(i.e., it was possible to replace in readonly buffers!)
See also http://comments.gmane.org/gmane.editors.lyx.devel/140074

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

12 years ago#7952 add a check for current buffer to detect buffer switches while in spell checker...
Stephan Witt [Sat, 24 Dec 2011 12:47:46 +0000 (12:47 +0000)]
#7952 add a check for current buffer to detect buffer switches while in spell checker process

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

12 years agoFix bug #7933 (lyx2lyx error while running lyxpak.py)
Enrico Forestieri [Sat, 24 Dec 2011 11:54:30 +0000 (11:54 +0000)]
Fix bug #7933 (lyx2lyx error while running lyxpak.py)

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

12 years agoIn recent biber version, the log message that tells us which bib files are used has...
Jürgen Spitzmüller [Fri, 23 Dec 2011 09:24:31 +0000 (09:24 +0000)]
In recent biber version, the log message that tells us which bib files are used has been changed. Adapt the parser, so that bib files are tracked again.

This should go to BRANCH as well

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

12 years agoFrench Braille.lyx: fix by Jean-Pierre
Uwe Stöhr [Wed, 21 Dec 2011 23:36:45 +0000 (23:36 +0000)]
French Braille.lyx: fix by Jean-Pierre

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

12 years agoAdditional.lyx: update to latest fileformat and correct version number
Uwe Stöhr [Wed, 21 Dec 2011 22:09:54 +0000 (22:09 +0000)]
Additional.lyx: update to latest fileformat and correct version number

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

12 years agoinstaller:
Uwe Stöhr [Wed, 21 Dec 2011 22:09:24 +0000 (22:09 +0000)]
installer:
- fix an uninstall issue
- fix a typo
- update settings

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

12 years agoinstaller:
Uwe Stöhr [Wed, 21 Dec 2011 01:12:43 +0000 (01:12 +0000)]
installer:
- fix bundle installer so that MiKTeX is installed before LyX
- fix some ImageMagick settings
- cleanups and visual feedback for new installations

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

12 years agoAdapt support for distributing desktop files and icons also in cmake build
Kornel Benko [Tue, 20 Dec 2011 13:49:55 +0000 (13:49 +0000)]
Adapt support for distributing desktop files and icons also in cmake build

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

12 years agoImprove support for distributing desktop files and icons
Jean-Marc Lasgouttes [Tue, 20 Dec 2011 13:11:03 +0000 (13:11 +0000)]
Improve support for distributing desktop files and icons
* add proper INSTALL_POSIX conditional for makefiles
* move all the code to Makefile.am
* rename lyx.desktop to lyx.desptop.in and add proper tags to allow handling of program_suffix.
* add code to install desktop entry and icons under the proper name.

I did not touch scons and cmake, I hope it was not necessary.

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

12 years agoFixing #7410 (weird stale selection leads to assertion after replace all).
Tommaso Cucinotta [Tue, 20 Dec 2011 00:02:51 +0000 (00:02 +0000)]
Fixing #7410 (weird stale selection leads to assertion after replace all).

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

12 years agoEnsure that head/foot cannot be unset as long is the row is a caption
Georg Baum [Mon, 19 Dec 2011 21:28:11 +0000 (21:28 +0000)]
Ensure that head/foot cannot be unset as long is the row is a caption

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

12 years agofix r40522 (thanks Kornel)
Georg Baum [Mon, 19 Dec 2011 20:16:05 +0000 (20:16 +0000)]
fix r40522 (thanks Kornel)

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

12 years agolyx2lyx files: update GPL organization address and claim copyright also for the LyX...
Uwe Stöhr [Sun, 18 Dec 2011 22:56:49 +0000 (22:56 +0000)]
lyx2lyx files: update GPL organization address and claim copyright also for the LyX team where it is necessary

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

12 years agoMore sensible longtable caption handling (needed for bug #7412)
Georg Baum [Sun, 18 Dec 2011 21:27:17 +0000 (21:27 +0000)]
More sensible longtable caption handling (needed for bug #7412)

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

12 years agoPartial support for mathtools.sty (part of bug #7949)
Georg Baum [Sun, 18 Dec 2011 17:50:43 +0000 (17:50 +0000)]
Partial support for mathtools.sty (part of bug #7949)

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

12 years agodid anybody test this?
Georg Baum [Sun, 18 Dec 2011 17:48:16 +0000 (17:48 +0000)]
did anybody test this?

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

12 years agoDo not install _any_ hidden file in cmake build
Kornel Benko [Sun, 18 Dec 2011 12:56:38 +0000 (12:56 +0000)]
Do not install _any_ hidden file in cmake build

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

12 years agocleanup before unsubscribing
Peter Kümmel [Sun, 18 Dec 2011 12:03:42 +0000 (12:03 +0000)]
cleanup before unsubscribing

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

12 years agoincrement lyxrc version following r40515.
Abdelrazak Younes [Sun, 18 Dec 2011 11:51:26 +0000 (11:51 +0000)]
increment lyxrc version following r40515.

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

12 years agoIntroduce new RC option for QImage backend instead of macro. This can later be change...
Abdelrazak Younes [Sat, 17 Dec 2011 21:53:46 +0000 (21:53 +0000)]
Introduce new RC option for QImage backend instead of macro. This can later be changed at runtime though a command line option or by auto detecting the X11 remote status.
This option is set to true by default as this is the most widespread use case.

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

12 years agoFix bug #7941 (Translation of theorem-like environment names fails if language and...
Enrico Forestieri [Sat, 17 Dec 2011 18:22:24 +0000 (18:22 +0000)]
Fix bug #7941 (Translation of theorem-like environment names fails if language and buffer encoding differ)

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

12 years agoBraille.lyx: another fix from Sam Lewis
Uwe Stöhr [Sat, 17 Dec 2011 16:15:50 +0000 (16:15 +0000)]
Braille.lyx: another fix from Sam Lewis

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

12 years agoTutorial.lyx, Braille.lyx, Intro.lyx, LFUNs.lyx: port changes from branch
Uwe Stöhr [Sat, 17 Dec 2011 16:08:19 +0000 (16:08 +0000)]
Tutorial.lyx, Braille.lyx, Intro.lyx, LFUNs.lyx: port changes from branch

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

12 years agofurther fix to #7909
Jean-Marc Lasgouttes [Fri, 16 Dec 2011 14:36:31 +0000 (14:36 +0000)]
further fix to #7909

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

12 years agoUpdate doxy.
Pavel Sanda [Thu, 15 Dec 2011 16:44:21 +0000 (16:44 +0000)]
Update doxy.

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

12 years agoExperimental search for highest upper bound of inset-forall reported by user.
Pavel Sanda [Thu, 15 Dec 2011 16:39:35 +0000 (16:39 +0000)]
Experimental search for highest upper bound of inset-forall reported by user.
Fixes #7945.

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

12 years agoUpdate tex2lyx to format 420. Determine the default style
Julien Rioux [Wed, 14 Dec 2011 01:11:18 +0000 (01:11 +0000)]
Update tex2lyx to format 420. Determine the default style
from the citation package being used or from a \bibliographystyle
command in the preamble, if any>

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

12 years agoRemove extra whitespace.
Julien Rioux [Wed, 14 Dec 2011 01:08:54 +0000 (01:08 +0000)]
Remove extra whitespace.

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

12 years agoRemove extra whitespace.
Julien Rioux [Wed, 14 Dec 2011 00:20:41 +0000 (00:20 +0000)]
Remove extra whitespace.

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

12 years agoinstaller: check for Gnumeric because we need this for our spreadsheet external inset...
Uwe Stöhr [Wed, 14 Dec 2011 00:14:30 +0000 (00:14 +0000)]
installer: check for Gnumeric because we need this for our spreadsheet external inset template (bug #7870)

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

12 years ago- JASA.lyx, jasatex.layout: JasaTeX internally uses natbib but does not allow to...
Uwe Stöhr [Tue, 13 Dec 2011 23:04:09 +0000 (23:04 +0000)]
- JASA.lyx, jasatex.layout: JasaTeX internally uses natbib but does not allow to use another command than \cite; add a missing command and a note

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

12 years agomake it thread safe
Georg Baum [Tue, 13 Dec 2011 19:56:00 +0000 (19:56 +0000)]
make it thread safe

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

12 years agoRepairs to case environment, from Paul Rubin. Modified by me to use
Richard Heck [Tue, 13 Dec 2011 19:50:36 +0000 (19:50 +0000)]
Repairs to case environment, from Paul Rubin. Modified by me to use
enumitem, since we already have a module for that, and I am a bit
worried about conflicts between enumerate.sty and enumitem.sty.

A side effect of this, however, is that we will load enumitem.sty
whenver we use case environments.

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

12 years agodo not hardcode packages loaded by external insets
Georg Baum [Tue, 13 Dec 2011 19:40:05 +0000 (19:40 +0000)]
do not hardcode packages loaded by external insets

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

12 years agoFix issue noted by Julien: With new files especially, we will find
Richard Heck [Tue, 13 Dec 2011 19:18:09 +0000 (19:18 +0000)]
Fix issue noted by Julien: With new files especially, we will find
the name we are trying to write in the BufferList, since the file
gets a name when it is created.

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

12 years agoInitialize biblioChanged_ when we update the document settings dialog.
Julien Rioux [Tue, 13 Dec 2011 12:50:16 +0000 (12:50 +0000)]
Initialize biblioChanged_ when we update the document settings dialog.

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

12 years agoMove some code to applyView().
Julien Rioux [Mon, 12 Dec 2011 16:38:04 +0000 (16:38 +0000)]
Move some code to applyView().

Previous commit did not distinguish whether the changes were applied or cancelled.

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

12 years agoRemove the .aux and .bbl files and update the citation labels
Julien Rioux [Mon, 12 Dec 2011 16:04:00 +0000 (16:04 +0000)]
Remove the .aux and .bbl files and update the citation labels
iff bibliography settings are changed in the document settings.

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

12 years agoUser frontend for the new document-wide bibliography style feature.
Julien Rioux [Mon, 12 Dec 2011 14:45:30 +0000 (14:45 +0000)]
User frontend for the new document-wide bibliography style feature.

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

12 years agoAdd a document-wide default bibliography style \biblio_style.
Julien Rioux [Mon, 12 Dec 2011 14:40:34 +0000 (14:40 +0000)]
Add a document-wide default bibliography style \biblio_style.

This holds the name of a BibTeX style file for now. Any BibTeX inset
can set the style to "default" to use the document-wide style.

LyX format incremented to 420.

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

12 years agotex2lyx/text.cpp: remove development residue
Uwe Stöhr [Sun, 11 Dec 2011 23:20:23 +0000 (23:20 +0000)]
tex2lyx/text.cpp: remove development residue

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

12 years agotex2lyx/text.cpp: add a missing ',' and use LyX's method to remove the file extension...
Uwe Stöhr [Sun, 11 Dec 2011 23:17:02 +0000 (23:17 +0000)]
tex2lyx/text.cpp: add a missing ',' and use LyX's method to remove the file extension (thanks Georg)

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

12 years agolib/Makefile.am: add missing entries for r40414
Uwe Stöhr [Sun, 11 Dec 2011 22:40:40 +0000 (22:40 +0000)]
lib/Makefile.am: add missing entries for r40414

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

12 years agoGerman Intro.lyx: remove obsolete sentence
Uwe Stöhr [Sun, 11 Dec 2011 22:24:19 +0000 (22:24 +0000)]
German Intro.lyx: remove obsolete sentence

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

12 years agojasatex.layout, JASA.lyx; correct the SVN EOL style
Uwe Stöhr [Sat, 10 Dec 2011 23:09:50 +0000 (23:09 +0000)]
jasatex.layout, JASA.lyx; correct the SVN EOL style

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

12 years agonew layout for articles in the journal JASA (http://wiki.lyx.org/Layouts/JASATeX)
Uwe Stöhr [Sat, 10 Dec 2011 23:07:24 +0000 (23:07 +0000)]
new layout for articles in the journal JASA (http://wiki.lyx.org/Layouts/JASATeX)
OK for branch too?

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

12 years agolayout file: remove some further unused strings and some whitespace adjustments
Uwe Stöhr [Sat, 10 Dec 2011 21:35:02 +0000 (21:35 +0000)]
layout file: remove some further unused strings and some whitespace adjustments

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

12 years agoiopart.layout: only whitespace
Uwe Stöhr [Sat, 10 Dec 2011 01:53:11 +0000 (01:53 +0000)]
iopart.layout: only whitespace

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

12 years agoCustomization.lyx: a formatting fix and resetting fileformat to the one of LyX 2.0.x
Uwe Stöhr [Sat, 10 Dec 2011 01:15:11 +0000 (01:15 +0000)]
Customization.lyx: a formatting fix and resetting fileformat to the one of LyX 2.0.x

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

12 years agoaddendum to previous commit
Uwe Stöhr [Sat, 10 Dec 2011 01:13:19 +0000 (01:13 +0000)]
addendum to previous commit

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

12 years agotemplate files: rename some to make it clear that the names refer abbreviations
Uwe Stöhr [Sat, 10 Dec 2011 01:08:09 +0000 (01:08 +0000)]
template files: rename some to make it clear that the names refer abbreviations

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

12 years ago- simplecv.layout: remove unused string definitions and use the itemize definition...
Uwe Stöhr [Sat, 10 Dec 2011 00:57:46 +0000 (00:57 +0000)]
- simplecv.layout: remove unused string definitions and use the itemize definition from stdlists.inc
- stdlists.inc: remove unused string definitions

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

12 years agode.po and nl.po: some header fixes
Uwe Stöhr [Fri, 9 Dec 2011 21:40:06 +0000 (21:40 +0000)]
de.po and nl.po: some header fixes

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

12 years agoLINGUAS, nl.po: backport nl.po because it is now in our official language list and...
Uwe Stöhr [Fri, 9 Dec 2011 21:25:21 +0000 (21:25 +0000)]
LINGUAS, nl.po: backport nl.po because it is now in our official language list and therefore needs to be remerged from time to time also in trunk

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

12 years agoWhitespace.
Richard Heck [Fri, 9 Dec 2011 20:29:51 +0000 (20:29 +0000)]
Whitespace.

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

12 years agoAdd dviluatex format, so that the appropriate form of LaTeX can be
Richard Heck [Fri, 9 Dec 2011 20:23:10 +0000 (20:23 +0000)]
Add dviluatex format, so that the appropriate form of LaTeX can be
exported.

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

12 years agoThe View->Source pane resets the format every time you click into
Richard Heck [Fri, 9 Dec 2011 19:48:50 +0000 (19:48 +0000)]
The View->Source pane resets the format every time you click into
a new paragraph, which is very annoying. This commit fixes this bug.

If anyone has a better idea, please let me know. I posted to devel
about it but got no response.

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

12 years agoFix bug #7256. Reduce space around inset buttons by a pixel on each side.
Richard Heck [Fri, 9 Dec 2011 15:36:53 +0000 (15:36 +0000)]
Fix bug #7256. Reduce space around inset buttons by a pixel on each side.

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

12 years agosupport for Australian and Newzealand as document language; fileformat change
Uwe Stöhr [Thu, 8 Dec 2011 23:58:30 +0000 (23:58 +0000)]
support for Australian and Newzealand as document language; fileformat change

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

12 years agolyx2lyx/lyx_1_6.py: fix a typo (port from branch)
Uwe Stöhr [Thu, 8 Dec 2011 23:16:34 +0000 (23:16 +0000)]
lyx2lyx/lyx_1_6.py: fix a typo (port from branch)

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

12 years agoComment.
Richard Heck [Thu, 8 Dec 2011 23:07:40 +0000 (23:07 +0000)]
Comment.

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

12 years agoUpdate links to the bug tracker.
Julien Rioux [Thu, 8 Dec 2011 20:19:10 +0000 (20:19 +0000)]
Update links to the bug tracker.

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

12 years agolisterrors.lyx : Update a link.
Julien Rioux [Thu, 8 Dec 2011 20:19:08 +0000 (20:19 +0000)]
listerrors.lyx : Update a link.

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

12 years agoMultilingualCaptions.lyx : Correct a typo and a bad link.
Julien Rioux [Thu, 8 Dec 2011 20:19:04 +0000 (20:19 +0000)]
MultilingualCaptions.lyx : Correct a typo and a bad link.

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

12 years agoBeautify output of \usepckage statements (each statement is on its own line
Georg Baum [Thu, 8 Dec 2011 20:05:51 +0000 (20:05 +0000)]
Beautify output of \usepckage statements (each statement is on its own line
now) and move more packages to the new exclude mechanism.
The remaining ones are not so easy.

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

12 years agoAdd Timo to credits
Pavel Sanda [Thu, 8 Dec 2011 15:16:34 +0000 (15:16 +0000)]
Add Timo to credits

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

12 years ago* sk.po
Kornel Benko [Thu, 8 Dec 2011 11:25:48 +0000 (11:25 +0000)]
* sk.po

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

12 years ago* sk.po
Kornel Benko [Thu, 8 Dec 2011 10:00:05 +0000 (10:00 +0000)]
* sk.po

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