]> git.lyx.org Git - lyx.git/log
lyx.git
9 years agoCmake build: New libmagic dependency after commit 93b0f9c080cbb3dd807850ad60dbe211fc5...
Kornel Benko [Wed, 6 May 2015 16:59:26 +0000 (18:59 +0200)]
Cmake build: New libmagic dependency after commit 93b0f9c080cbb3dd807850ad60dbe211fc5bc703

The command check_ExternalTransforms was no longer linked.

9 years ago#9514 contents inside of LyX insets with spell check disabled should be ignored by...
Stephan Witt [Wed, 6 May 2015 16:39:24 +0000 (18:39 +0200)]
#9514 contents inside of LyX insets with spell check disabled should be ignored by spell checker.
The document iterator now skips math insets and insets like notes where spell check is disabled.
The continuous spell checking is part of the row painter drawing and the spell check disabled state
has to be passed down recursively while doing the inset painting.

9 years agoAutotools: configure AR program
Jean-Marc Lasgouttes [Mon, 4 May 2015 14:19:44 +0000 (16:19 +0200)]
Autotools: configure AR program

Some distros may use target-specific prefix for ar program (like
x86_64-pc-linux-gnu-ar). Automake can handle that since version 1.12.

Since we still support automake 1.8 (not that it is really crucial,
but ubuntu 12.04 ships with automake 1.11.3), make the code
conditional.

Update a bit the gitignore files (automake creates some files in config/).

Based on a patch from Nikolay Orlyuk <virkony@gmail.com>.

9 years agorename pt.po to pt_PT.po
Uwe Stöhr [Wed, 6 May 2015 00:17:28 +0000 (02:17 +0200)]
rename pt.po to pt_PT.po

to dinstinguish the 2 different pt variants. We do already the same for Chinese (zh).
No further change should be necessary.

9 years agoar.po: some more corrections and translations by Hatim
Uwe Stöhr [Tue, 5 May 2015 23:33:30 +0000 (01:33 +0200)]
ar.po: some more corrections and translations by Hatim

9 years agoDon't update paths of non-existing files
Enrico Forestieri [Tue, 5 May 2015 20:29:22 +0000 (22:29 +0200)]
Don't update paths of non-existing files

9 years ago#5502 add binding for full screen toggle on mac
Stephan Witt [Sun, 3 May 2015 15:54:44 +0000 (17:54 +0200)]
#5502 add binding for full screen toggle on mac

9 years agoDo not insert non-rpintable characters (such as ASCII control characters)
Juergen Spitzmueller [Tue, 5 May 2015 12:23:24 +0000 (14:23 +0200)]
Do not insert non-rpintable characters (such as ASCII control characters)

Fixes: #5704.
9 years agoAdapt tex2lyx testfiles to the new format 488.
Kornel Benko [Tue, 5 May 2015 10:34:25 +0000 (12:34 +0200)]
Adapt tex2lyx testfiles to the new format 488.

9 years agoRemove code that is no longer needed
Scott Kostyshak [Tue, 5 May 2015 07:00:29 +0000 (03:00 -0400)]
Remove code that is no longer needed

Because of our better mechanism for dealing with errors (72c5385f),
the problem described in the comment is no longer possible.
NO_OUTPUT is treated as an error so there will no longer be a
lingering PDF in this case.

9 years agoctex.lyx: use free fonts by default
Scott Kostyshak [Tue, 5 May 2015 06:13:31 +0000 (02:13 -0400)]
ctex.lyx: use free fonts by default

Now with TeX Live 2014 (and also with 2015), we can export ctex.lyx
with free fonts. I have confirmed that the output is correct.

9 years agoUpdate format of ctex.lyx
Scott Kostyshak [Tue, 5 May 2015 06:06:54 +0000 (02:06 -0400)]
Update format of ctex.lyx

9 years agoctests: PDF-form only works with (pdf|lua)latex
Scott Kostyshak [Tue, 5 May 2015 05:19:29 +0000 (01:19 -0400)]
ctests: PDF-form only works with (pdf|lua)latex

This is even stated in the file.

9 years agoDo a fresh compile for preview after error (#9061)
Scott Kostyshak [Sun, 3 May 2015 05:22:03 +0000 (01:22 -0400)]
Do a fresh compile for preview after error (#9061)

As Enrico said, the user might have installed a package that was
missing (in which case the .tex file would not have changed).

Another reason is that changing some document settings did not
automatically lead to a fresh compile after an error (#9061).

Our old mechanism for detemining whether there was an error was to
check if the dependent file existed in the temporary directory. If
it did not exist, that meant it was removed, presumably because
there was an error during compilation. That mechanism cannot be used
anymore because we keep the files around even after error because of
the "Show Output Anyway" button (09700d5b). This commit implements a
more straightforward way of checking whether there was an error in
the previous preview by simply storing the success of last compile
in a buffer variable.

9 years agoRename deleteFilesOnError to removeAuxiliaryFiles
Scott Kostyshak [Sun, 3 May 2015 23:02:22 +0000 (19:02 -0400)]
Rename deleteFilesOnError to removeAuxiliaryFiles

The function is no longer called when there is an error because
we keep the file around for the "Show Output Anyway" button
(see 09700d5b).

9 years agoar.po: fix a mistake
Uwe Stöhr [Tue, 5 May 2015 00:19:47 +0000 (02:19 +0200)]
ar.po: fix a mistake

9 years agoar.po: update from Hatim
Uwe Stöhr [Tue, 5 May 2015 00:13:54 +0000 (02:13 +0200)]
ar.po: update from Hatim

9 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Mon, 4 May 2015 23:43:51 +0000 (01:43 +0200)]
Merge branch 'master' of git.lyx.org:lyx

9 years agopt_BR.po: another update from Georger
Uwe Stöhr [Mon, 4 May 2015 23:43:40 +0000 (01:43 +0200)]
pt_BR.po: another update from Georger

9 years agoFix #5760 also on Windows.
Enrico Forestieri [Mon, 4 May 2015 23:33:16 +0000 (01:33 +0200)]
Fix #5760 also on Windows.

The problem was due to the use of the wrong symbol for the slash.
The zero-width symbol for the \not operator was being used.
Using TeX fonts for all symbols gives now a better uniform look.
It is not possible using the alternative code even with Qt 5.4.1
because some glyphs are still missing.

9 years agopdfform.module: unset a PassTru
Uwe Stöhr [Mon, 4 May 2015 23:33:11 +0000 (01:33 +0200)]
pdfform.module: unset a PassTru

- this makes real life much easier since it saves more TeX code than with passThru
- adapt the example file accordingly

9 years agolinguistics.module: fix 2 whitespace issues
Uwe Stöhr [Mon, 4 May 2015 23:21:22 +0000 (01:21 +0200)]
linguistics.module: fix 2 whitespace issues

9 years agoTabularCreate.ui: Fix zorder.
Juergen Spitzmueller [Mon, 4 May 2015 15:38:15 +0000 (17:38 +0200)]
TabularCreate.ui: Fix zorder.

9 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Sun, 3 May 2015 23:51:21 +0000 (01:51 +0200)]
Merge branch 'master' of git.lyx.org:lyx

9 years agopt_BR.po: update from Georger
Uwe Stöhr [Sun, 3 May 2015 23:50:22 +0000 (01:50 +0200)]
pt_BR.po: update from Georger

9 years agoUpdate paths of included files when saving to a different folder.
Enrico Forestieri [Sun, 3 May 2015 21:55:19 +0000 (23:55 +0200)]
Update paths of included files when saving to a different folder.

Fixes #9528 and #5115.

9 years agoRevert "pdfform.module: repair whitespace"
Juergen Spitzmueller [Sun, 3 May 2015 14:43:14 +0000 (16:43 +0200)]
Revert "pdfform.module: repair whitespace"

This reverts commit d2e8e44a0ea7c3af20e2c15803e76714a1761bee.

9 years agoar.po: today's updates from Hatim
Uwe Stöhr [Sun, 3 May 2015 14:41:32 +0000 (16:41 +0200)]
ar.po: today's updates from Hatim

9 years agopdfform.module: repair whitespace
Uwe Stöhr [Sun, 3 May 2015 14:28:06 +0000 (16:28 +0200)]
pdfform.module: repair whitespace

something is fishy her because commit 33a74748
destroyed the alignment for some entries

9 years agoPDF-form.lyx: add a note
Uwe Stöhr [Sun, 3 May 2015 14:21:09 +0000 (16:21 +0200)]
PDF-form.lyx: add a note

9 years agoFactor out polyglossia language begin command construction and apply forcelocalfontsw...
Juergen Spitzmueller [Sun, 3 May 2015 14:08:14 +0000 (16:08 +0200)]
Factor out polyglossia language begin command construction and apply forcelocalfontswitch to polyglossia as well.

9 years agoPDF-form.lyx: make it compile if insdljs.sty is not installed.
Juergen Spitzmueller [Sun, 3 May 2015 12:02:26 +0000 (14:02 +0200)]
PDF-form.lyx: make it compile if insdljs.sty is not installed.

9 years agoSpelling and whitespace fixes.
Juergen Spitzmueller [Sun, 3 May 2015 11:58:06 +0000 (13:58 +0200)]
Spelling and whitespace fixes.

9 years agoFix display of math delimiters in delimiter dialog (#5760)
Juergen Spitzmueller [Sun, 3 May 2015 11:23:27 +0000 (13:23 +0200)]
Fix display of math delimiters in delimiter dialog (#5760)

Exclude win32 from the fix due to #9428.

9 years agoPDF-form.lyx: more info and corrections
Uwe Stöhr [Sun, 3 May 2015 02:37:28 +0000 (04:37 +0200)]
PDF-form.lyx: more info and corrections

- add example how to check for numbers in text fields
- describe correctly that all fields must have a name

9 years agoAdd Georger Araujo into contributors.
Pavel Sanda [Sun, 3 May 2015 01:10:07 +0000 (18:10 -0700)]
Add Georger Araujo into contributors.

http://marc.info/?l=lyx-devel&m=143058265303480&w=2

9 years agopt_BR.gmo missed at Uwe's commit.
Pavel Sanda [Sun, 3 May 2015 01:07:47 +0000 (18:07 -0700)]
pt_BR.gmo missed at Uwe's commit.

9 years agoAdd layouttranslations from pt_BR.
Pavel Sanda [Sun, 3 May 2015 00:41:08 +0000 (17:41 -0700)]
Add layouttranslations from pt_BR.

9 years agopt_BR.po: new translation by Georger Araujo
Uwe Stöhr [Sun, 3 May 2015 00:22:55 +0000 (02:22 +0200)]
pt_BR.po: new translation by Georger Araujo

GPL statement was sent to the po-updates list and will be send also to the lyx-devel list soon

9 years agolyx2lyx/lyx_2_2.py: correct a description
Uwe Stöhr [Sun, 3 May 2015 00:16:32 +0000 (02:16 +0200)]
lyx2lyx/lyx_2_2.py: correct a description

9 years agoar.po: another update from Hatim
Uwe Stöhr [Sat, 2 May 2015 23:57:48 +0000 (01:57 +0200)]
ar.po: another update from Hatim

9 years agoar.po: update from Hatim for master
Uwe Stöhr [Sat, 2 May 2015 23:52:42 +0000 (01:52 +0200)]
ar.po: update from Hatim for master

9 years agoDo not output \noindent if paragraph does not support indentation change
Juergen Spitzmueller [Sat, 2 May 2015 14:34:57 +0000 (16:34 +0200)]
Do not output \noindent if paragraph does not support indentation change

Part of: #7320.

9 years agoRemove unused header
Juergen Spitzmueller [Sat, 2 May 2015 12:37:23 +0000 (14:37 +0200)]
Remove unused header

9 years agosign.
Juergen Spitzmueller [Sat, 2 May 2015 09:38:46 +0000 (11:38 +0200)]
sign.

9 years agoUse EmptyTable widget in TabularCreate dialog.
Juergen Spitzmueller [Fri, 1 May 2015 16:11:57 +0000 (18:11 +0200)]
Use EmptyTable widget in TabularCreate dialog.

Fixes #3155.

9 years agoFix usability of EmptyTable widget.
Juergen Spitzmueller [Fri, 1 May 2015 16:10:36 +0000 (18:10 +0200)]
Fix usability of EmptyTable widget.

Fixes #3919 (math matrix dialog UX issues).

9 years agoProperly fix #6369
Juergen Spitzmueller [Thu, 30 Apr 2015 14:48:55 +0000 (16:48 +0200)]
Properly fix #6369

Avoid that \newcommand[x] definitions of math macros are pushed multiple
times to the preview loader.

Redefinitions (via \renewcommand[x]) are properly handled.

9 years agopdfform.module: change whitespace as requested by Jürgen
Uwe Stöhr [Wed, 29 Apr 2015 23:23:47 +0000 (01:23 +0200)]
pdfform.module: change whitespace as requested by Jürgen

9 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Wed, 29 Apr 2015 23:23:03 +0000 (01:23 +0200)]
Merge branch 'master' of git.lyx.org:lyx

9 years agoEmbeddedObjects.lyx: improve description of \cmidrule
Uwe Stöhr [Wed, 29 Apr 2015 23:22:50 +0000 (01:22 +0200)]
EmbeddedObjects.lyx: improve description of \cmidrule

9 years agoDo not show previews of snippets that produce latex errors
Enrico Forestieri [Wed, 29 Apr 2015 22:35:28 +0000 (00:35 +0200)]
Do not show previews of snippets that produce latex errors

9 years agoPDF-form.lyx: add example how to validate numbers
Uwe Stöhr [Wed, 29 Apr 2015 22:17:39 +0000 (00:17 +0200)]
PDF-form.lyx: add example how to validate numbers

9 years agoPDF-form.lyx: some more info and few adaptions
Uwe Stöhr [Wed, 29 Apr 2015 20:06:00 +0000 (22:06 +0200)]
PDF-form.lyx: some more info and few adaptions

- pdfform.module: a fix

9 years agoForgot to escape the dot
Enrico Forestieri [Wed, 29 Apr 2015 16:04:51 +0000 (18:04 +0200)]
Forgot to escape the dot

9 years agoCorrect progress message
Enrico Forestieri [Wed, 29 Apr 2015 16:00:28 +0000 (18:00 +0200)]
Correct progress message

Now we also process with pdflatex the previews requiring hyperref.

9 years agoDetect hyperref when generating previews
Enrico Forestieri [Wed, 29 Apr 2015 15:29:27 +0000 (17:29 +0200)]
Detect hyperref when generating previews

If use of hyperref is detected, the postscript route is not attempted
(because we know it will fail) and the PDF route is directly chosen.
Also account for all upper case extensions for pdflatex image files.

9 years agoCorrectly indicate the failing converter
Enrico Forestieri [Wed, 29 Apr 2015 14:20:27 +0000 (16:20 +0200)]
Correctly indicate the failing converter

If epstopdf fails, pdftocairo is not called but the warning points
the finger to it. Also correctly indicate the failing file.

9 years agoAmend 75f7eafd
Enrico Forestieri [Wed, 29 Apr 2015 11:59:28 +0000 (13:59 +0200)]
Amend 75f7eafd

Was forgetting this last bit from 64e0c558. Also give a message such
that the user is informed that not everything is lost if latex fails.
With this, the previews are generated also when the document directly
specifies a specific pdf output format.

9 years agoTry even harder to obtain an instant preview
Enrico Forestieri [Wed, 29 Apr 2015 10:28:51 +0000 (12:28 +0200)]
Try even harder to obtain an instant preview

This is a followup commit to 691fdea3 and restores the behavior of the
script as it was intended before 64e0c558, other than taking into account
possible inclusion of files that only pdflatex can process and the
possibility of multiple defined math macros.
The instant previews in the math manual now work again.

9 years agopdfform.module: a simplification
Uwe Stöhr [Tue, 28 Apr 2015 23:56:43 +0000 (01:56 +0200)]
pdfform.module: a simplification

- PDF-form.lyx: update accordingly and a fix

9 years agoPreserve numbering of previewed math formulas on zoom
Enrico Forestieri [Tue, 28 Apr 2015 20:06:58 +0000 (22:06 +0200)]
Preserve numbering of previewed math formulas on zoom

The preview snippets are cached in a seemingly random order, such
that, when regenerating them on zoom, the math previews would be
numbered accordingly. Hence, we have to go through the insets to
get the correct order. This is a bit slower but unavoidable.

9 years agoFix broken lilipond links.
Pavel Sanda [Tue, 28 Apr 2015 16:32:09 +0000 (09:32 -0700)]
Fix broken lilipond links.

9 years agopdfform.module: a fix and a new style
Uwe Stöhr [Tue, 28 Apr 2015 00:00:53 +0000 (02:00 +0200)]
pdfform.module: a fix and a new style

- PDF-form.lyx: describe how to customize PDF action buttons and some other refinement and restructuring

9 years agoPDF-form.lyx: improvements
Uwe Stöhr [Mon, 27 Apr 2015 20:29:48 +0000 (22:29 +0200)]
PDF-form.lyx: improvements

- enrich the examples
- add info about naming
- formatting fixes to improve the layout of the PDF
- make the document compilable also if the package insdljs is not installed

9 years agoUse pdftocairo (if available) for instant preview.
Enrico Forestieri [Mon, 27 Apr 2015 19:37:26 +0000 (21:37 +0200)]
Use pdftocairo (if available) for instant preview.

If pdftocairo is detected, it is used for generating bitmaps in the
legacy method route in preference to ghostscript. This is justified
by the fact that the conversion is 4 to 5 times faster and the
quality of the generated images is superior.

9 years agoTry hard to obtain an instant preview.
Enrico Forestieri [Mon, 27 Apr 2015 15:22:25 +0000 (17:22 +0200)]
Try hard to obtain an instant preview.

When the dvipng route is selected and latex fails, the lyxpreview2bitmap.py
script simply bails out. The failure may be due to using a specific pdf
only feature in ERT (for example, the inclusion of a pdf image).
In this case the procedure may succeed simply trying to use pdflatex
and the legacy conversion method.

9 years agoUpdate sk.po
Kornel Benko [Mon, 27 Apr 2015 13:36:48 +0000 (15:36 +0200)]
Update sk.po

9 years agoFix instant preview for documents not specifying a specific output format.
Enrico Forestieri [Mon, 27 Apr 2015 10:27:42 +0000 (12:27 +0200)]
Fix instant preview for documents not specifying a specific output format.

Fixes the regression introduced at 0bb378ba.

9 years agoFollow-up on Uwe's whitespace amendments.
Juergen Spitzmueller [Mon, 27 Apr 2015 08:04:15 +0000 (10:04 +0200)]
Follow-up on Uwe's whitespace amendments.

9 years agopdfform.module: correct the description
Uwe Stöhr [Mon, 27 Apr 2015 01:00:27 +0000 (03:00 +0200)]
pdfform.module: correct the description

9 years agopdfform.module: new module to create PDF forms
Uwe Stöhr [Mon, 27 Apr 2015 00:56:25 +0000 (02:56 +0200)]
pdfform.module: new module to create PDF forms

- PDF-form.lyx: example file describing the module

No special package is required since the PDF form features are provided by hyperref.

9 years agoPDF-comment.lyx: some fixes
Uwe Stöhr [Mon, 27 Apr 2015 00:33:38 +0000 (02:33 +0200)]
PDF-comment.lyx: some fixes

9 years agoFix bug #7850 (Preview of inline math misaligned)
Enrico Forestieri [Sun, 26 Apr 2015 17:08:16 +0000 (19:08 +0200)]
Fix bug #7850 (Preview of inline math misaligned)

9 years agopdfcomment.module: reintroduce whitespace mixture because of bug #9518
Uwe Stöhr [Sun, 26 Apr 2015 16:25:20 +0000 (18:25 +0200)]
pdfcomment.module: reintroduce whitespace mixture because of bug #9518

9 years agoUse namespace.
Juergen Spitzmueller [Sun, 26 Apr 2015 14:49:16 +0000 (16:49 +0200)]
Use namespace.

9 years agoAdd Jari-Matti Mäkelä to the credits
Juergen Spitzmueller [Sun, 26 Apr 2015 11:39:37 +0000 (13:39 +0200)]
Add Jari-Matti Mäkelä to the credits

9 years agopdfcomment.module: promote our example file in the description
Uwe Stöhr [Sun, 26 Apr 2015 11:41:44 +0000 (13:41 +0200)]
pdfcomment.module: promote our example file in the description

- PDF-comment.lyx: port recent typo fixes to master

9 years agofi.po: another update by Jari-Matti Mäkelä
Juergen Spitzmueller [Sun, 26 Apr 2015 11:25:38 +0000 (13:25 +0200)]
fi.po: another update by Jari-Matti Mäkelä

9 years agopdfcomment.module: uniform whitespace
Uwe Stöhr [Sun, 26 Apr 2015 02:23:10 +0000 (04:23 +0200)]
pdfcomment.module: uniform whitespace

the file used spaces and tabs, now it uses only tabs for the whitespace

9 years agoUpdate previews when going to a bookmark (#6173)
Scott Kostyshak [Wed, 22 Apr 2015 01:11:17 +0000 (21:11 -0400)]
Update previews when going to a bookmark (#6173)

Note that I move the definition of cur up because we need to check if
it changed before the return. I also removed the const because
notifyCursorLeavesOrEnters() requires that.

This commit probably fixes other issues for any inset that defines
notifyCursorLeaves().

This fixes only part of #6173.

9 years agoWhitespace
Scott Kostyshak [Fri, 24 Apr 2015 04:10:00 +0000 (00:10 -0400)]
Whitespace

9 years agoFeynmanDiagrams.lyx: rename German version
Uwe Stöhr [Sat, 25 Apr 2015 15:08:54 +0000 (17:08 +0200)]
FeynmanDiagrams.lyx: rename German version

it turned out that the example files that should appear in LyX's Help menu must have the same name as their English versions

9 years agoFeynman-Diagramme.lyx: new German translation
Uwe Stöhr [Sat, 25 Apr 2015 15:01:09 +0000 (17:01 +0200)]
Feynman-Diagramme.lyx: new German translation

FeynmanDiagrams.lyx: an adjustment and added the missing note to the French translation

9 years agoFeynmanDiagrams.lyx: fix some typos and expressions
Uwe Stöhr [Sat, 25 Apr 2015 00:03:19 +0000 (02:03 +0200)]
FeynmanDiagrams.lyx: fix some typos and expressions

9 years agoinstaller: preparation and updates for upcoming LyX 2.1.4 release
Uwe Stöhr [Fri, 24 Apr 2015 21:53:15 +0000 (23:53 +0200)]
installer: preparation and updates for upcoming LyX 2.1.4 release

9 years agoDon't write \PassThruChars if it is empty.
Richard Heck [Fri, 24 Apr 2015 16:49:26 +0000 (12:49 -0400)]
Don't write \PassThruChars if it is empty.

9 years agoCmake build: Enable debug output for check_layouts.
Kornel Benko [Fri, 24 Apr 2015 09:20:33 +0000 (11:20 +0200)]
Cmake build: Enable debug output for check_layouts.

9 years agoAttempt to fix (mixed) line terminators.
Juergen Spitzmueller [Thu, 23 Apr 2015 09:13:28 +0000 (11:13 +0200)]
Attempt to fix (mixed) line terminators.

9 years agoUpdate the Finnish localization
Juergen Spitzmueller [Thu, 23 Apr 2015 08:25:15 +0000 (10:25 +0200)]
Update the Finnish localization

Patch by Jari-Matti Mäkelä

9 years agoAssert if unknown argument to internal paste
Scott Kostyshak [Wed, 22 Apr 2015 03:22:21 +0000 (23:22 -0400)]
Assert if unknown argument to internal paste

9 years agoFix bug #8258 (Zoom of editor doesn't zoom instant preview)
Enrico Forestieri [Tue, 21 Apr 2015 21:57:53 +0000 (23:57 +0200)]
Fix bug #8258 (Zoom of editor doesn't zoom instant preview)

9 years agoUpdate sk.po
Kornel Benko [Tue, 21 Apr 2015 20:51:53 +0000 (22:51 +0200)]
Update sk.po

9 years agode.po: typo
Juergen Spitzmueller [Tue, 21 Apr 2015 18:57:28 +0000 (20:57 +0200)]
de.po: typo

9 years agode.po
Juergen Spitzmueller [Tue, 21 Apr 2015 18:43:44 +0000 (20:43 +0200)]
de.po

9 years agoDocument new Glosse inset and some further minor changes.
Juergen Spitzmueller [Tue, 21 Apr 2015 18:38:47 +0000 (20:38 +0200)]
Document new Glosse inset and some further minor changes.

9 years agoRewrite the linguistic Glosse insets.
Juergen Spitzmueller [Tue, 21 Apr 2015 18:33:35 +0000 (20:33 +0200)]
Rewrite the linguistic Glosse insets.

This gets rid of the PassThru hack and makes the inset actually usable
for linguistists.

Fixes: #7773
File format change.

9 years agoMake ParBreakIsNewline work in inset layout without PassThru
Juergen Spitzmueller [Tue, 21 Apr 2015 17:43:41 +0000 (19:43 +0200)]
Make ParBreakIsNewline work in inset layout without PassThru

Fixes: #9513
9 years agoFix version number
Juergen Spitzmueller [Tue, 21 Apr 2015 13:48:32 +0000 (15:48 +0200)]
Fix version number

9 years agoFix wrong symbol in IPA toolbar.
Juergen Spitzmueller [Tue, 21 Apr 2015 09:04:28 +0000 (11:04 +0200)]
Fix wrong symbol in IPA toolbar.

Richard, this shuld also go to branch.