]> git.lyx.org Git - lyx.git/log
lyx.git
8 years agoThis is LyX 2.2.0beta1 2.2.0beta1
Scott Kostyshak [Wed, 10 Feb 2016 02:38:47 +0000 (21:38 -0500)]
This is LyX 2.2.0beta1

8 years agoUpdate docs to 2.2.0beta1 format
Scott Kostyshak [Wed, 10 Feb 2016 02:38:47 +0000 (21:38 -0500)]
Update docs to 2.2.0beta1 format

8 years agoUpdate NEWS for 2.2.0beta1
Scott Kostyshak [Wed, 10 Feb 2016 00:30:35 +0000 (19:30 -0500)]
Update NEWS for 2.2.0beta1

8 years agoUpdate ANNOUNCE for 2.2.0beta1
Scott Kostyshak [Wed, 10 Feb 2016 00:19:12 +0000 (19:19 -0500)]
Update ANNOUNCE for 2.2.0beta1

8 years agoRELEASE-NOTES: document tabular-feature change
Scott Kostyshak [Wed, 10 Feb 2016 00:13:43 +0000 (19:13 -0500)]
RELEASE-NOTES: document tabular-feature change

8 years agoDo not save \origin when \save_transient_properties is false (#9958)
Guillaume Munch [Wed, 3 Feb 2016 18:42:04 +0000 (18:42 +0000)]
Do not save \origin when \save_transient_properties is false (#9958)

\origin is a transient property in the sense that in a collaborative context
each co-author is going to have a different value for it. Moreover, \save_origin
is a global (lyxrc) setting that cannot yet be deactivated for a single file,
but one author's setting is going to impact other authors, even those who have
set save_origin=false.

There is only one location where lyxrc.save_origin produces an effect, modified
by this patch. With this patch, everything happens as if lyxrc.save_origin was
false whenever save_transient_properties=false.

This is not a file format change. When a file has
save_transient_properties=false but an origin is set (for instance a file
produced before this patch) then the origin produces its effect before the file
is saved. This produces the same effect as if the user decided to disable
save_origin between two sessions.

8 years agoGet rid of use_preview_ in various insets
Jean-Marc Lasgouttes [Wed, 3 Feb 2016 13:50:00 +0000 (14:50 +0100)]
Get rid of use_preview_ in various insets

This concerns InsetPreview, InsetIPA and InsetMathHull.

Caching such a value is bad when opening the same buffer in two views.
In this case, it is not necessary to remember use_preview_ at all,
actually.

Also remove private member dim_ which is not used and remove some trailing whitespace.

Fixes bugs #9085 abd #9957.

8 years agoDo not record undo in the tabularFeatures helper
Jean-Marc Lasgouttes [Mon, 8 Feb 2016 17:19:24 +0000 (18:19 +0100)]
Do not record undo in the tabularFeatures helper

Since the low-level version of tabular features is only called by the high-level one, it does not make sense to record undo there. It is much better to do it once in the high-level handler, rather than 37 times (yes!) at lower level when the tabular GUI calls tabular-feature with all the settings at once.

With large tables, this avoids to keep 37 copies of the table in Undo stack.

As an added bonus, this fixes bug #9960.

8 years agoWin installer: prepare for beta 1
Uwe Stöhr [Mon, 8 Feb 2016 23:31:57 +0000 (00:31 +0100)]
Win installer: prepare for beta 1

- also add support to detect JabRef 3.x
- also add support to detect Pandoc
- some minor improvements

8 years agoItalian doc files: some updates from Claudio
Uwe Stöhr [Mon, 8 Feb 2016 20:09:01 +0000 (21:09 +0100)]
Italian doc files: some updates from Claudio

8 years agoMake ja/splash.lyx compilable again.
Kornel Benko [Mon, 8 Feb 2016 10:02:34 +0000 (11:02 +0100)]
Make ja/splash.lyx compilable again.

Using a second language (english) leads to errors if not using babel.

8 years agoWin installer: new Brazilian translation
Uwe Stöhr [Fri, 5 Feb 2016 00:31:42 +0000 (01:31 +0100)]
Win installer: new Brazilian translation

8 years agoInsetBox.cpp: fix bug #8712
Uwe Stöhr [Thu, 4 Feb 2016 23:49:17 +0000 (00:49 +0100)]
InsetBox.cpp: fix bug #8712

8 years agoAllow breaking a row element at a leading/trailing space
Jean-Marc Lasgouttes [Tue, 19 Jan 2016 11:02:43 +0000 (12:02 +0100)]
Allow breaking a row element at a leading/trailing space

When an inset is separated from the adjacent string by a space, it is
reasonable to be able to break the string after the space.
Unfortunately, QTextLayout does not do that.

This patch reverts the workaround inserted in 71378268 and replaces it
with a different trick: the string is enlosed between a pair of
zero-width non breaking space characters, so that the leading/trailing
spaces are now normal spaces, where QTextLayout will agree to break
the string.

    Fixes bug #9921 for good.

8 years agoWindows installer: updated translation by Koji
Uwe Stöhr [Wed, 3 Feb 2016 23:13:21 +0000 (00:13 +0100)]
Windows installer: updated translation by Koji

- also add a note

8 years agoFrench Tutorial.lyx: update by Jean-Pierre
Uwe Stöhr [Wed, 3 Feb 2016 20:53:50 +0000 (21:53 +0100)]
French Tutorial.lyx: update by Jean-Pierre

8 years agoJapanese UserGuide.lyx: updates by Koji
Uwe Stöhr [Wed, 3 Feb 2016 20:46:32 +0000 (21:46 +0100)]
Japanese UserGuide.lyx: updates by Koji

8 years agoWhen selecting whole row, reset properly the pit()
Jean-Marc Lasgouttes [Mon, 1 Feb 2016 15:56:59 +0000 (16:56 +0100)]
When selecting whole row, reset properly the pit()

Since different cells in a row can have different number of paragraph, take care of setting cur.pit() when selecting a row/column.

Fixes bug #9955

8 years agoNew Brazilian splash.lyx from Georger
Uwe Stöhr [Wed, 3 Feb 2016 00:24:58 +0000 (01:24 +0100)]
New Brazilian splash.lyx from Georger

- therefore split Portuguese into Brazilian and Portugal

8 years agopt_BR.po: update by Georger
Uwe Stöhr [Wed, 3 Feb 2016 00:10:32 +0000 (01:10 +0100)]
pt_BR.po: update by Georger

8 years agoia.po: repair 4 c-format errors
Uwe Stöhr [Wed, 3 Feb 2016 00:04:42 +0000 (01:04 +0100)]
ia.po: repair 4 c-format errors

8 years agoMath.lyx: remove a misleading info
Uwe Stöhr [Tue, 2 Feb 2016 23:51:50 +0000 (00:51 +0100)]
Math.lyx: remove a misleading info

mathed simply does not yet support \parbox

8 years agoacmsiggraph.layout: revert c1e0b243 partly
Uwe Stöhr [Tue, 2 Feb 2016 23:03:55 +0000 (00:03 +0100)]
acmsiggraph.layout: revert c1e0b243 partly

8 years agoia.po: update by Giovanni
Uwe Stöhr [Tue, 2 Feb 2016 22:43:47 +0000 (23:43 +0100)]
ia.po: update by Giovanni

8 years agoTranslate a few sentences in it/splash.lyx
Enrico Forestieri [Tue, 2 Feb 2016 00:41:34 +0000 (01:41 +0100)]
Translate a few sentences in it/splash.lyx

8 years agoctest export tests: document requirements.
Günter Milde [Mon, 1 Feb 2016 22:56:37 +0000 (23:56 +0100)]
ctest export tests: document requirements.

Add suggestion for policy for "reuse" of documentation files.

8 years agoSpanish splash.lyx: translation from Ignacio
Uwe Stöhr [Mon, 1 Feb 2016 20:41:08 +0000 (21:41 +0100)]
Spanish splash.lyx: translation from Ignacio

8 years agoUkrainian translations: updates by Yuri
Uwe Stöhr [Mon, 1 Feb 2016 20:32:56 +0000 (21:32 +0100)]
Ukrainian translations: updates by Yuri

8 years agoFrench translations: updates by Jean-Pierre
Uwe Stöhr [Mon, 1 Feb 2016 20:31:36 +0000 (21:31 +0100)]
French translations: updates by Jean-Pierre

8 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Sun, 31 Jan 2016 20:27:47 +0000 (21:27 +0100)]
Merge branch 'master' of git.lyx.org:lyx

8 years agosplash.lyx: add note for Linux installations (part 2/2)
Uwe Stöhr [Sun, 31 Jan 2016 20:26:20 +0000 (21:26 +0100)]
splash.lyx: add note for Linux installations (part 2/2)

- this topic appears from time to time so it is useful to add a note.
- update also a non-existing menu name

8 years agoDocument need to use same subset if --rerun-failed
Scott Kostyshak [Sun, 31 Jan 2016 20:06:23 +0000 (15:06 -0500)]
Document need to use same subset if --rerun-failed

When running the tests with ctest, --rerun-failed can be used to run
the tests that failed on the previous run. However, the same subset
must be specified because it is the test numbers that are used to
index which tests failed on the previous run. For example, it would
be incorrect to do the following:

  ctest -R export
  ctest --rerun-failed

The following is correct:

  ctest -R export
  ctest -R export --rerun-failed

8 years agosplash.lyx: add note for Linux installations (part 1)
Uwe Stöhr [Sun, 31 Jan 2016 20:16:29 +0000 (21:16 +0100)]
splash.lyx: add note for Linux installations (part 1)

- this topic appears from time to time so it is useful to add a note.
- update also a non-existing menu name

8 years agominor cleanup
Guillaume Munch [Sun, 31 Jan 2016 16:02:18 +0000 (16:02 +0000)]
minor cleanup

8 years agoSpanish Tutorial.lyx and Intro.lyx: updates by Ignacio
Uwe Stöhr [Sun, 31 Jan 2016 14:28:45 +0000 (15:28 +0100)]
Spanish Tutorial.lyx and Intro.lyx: updates by Ignacio

8 years agoOpen tex2lyx input files with correct encoding
Georg Baum [Sun, 31 Jan 2016 11:54:59 +0000 (12:54 +0100)]
Open tex2lyx input files with correct encoding

We open the input file now twice: The first time in latin1 encoding to read
the document encoding from the preamble. This does always work, since
traditional TeX does not allow non-ASCII contents without an encoding changing
command (except for comments, but we do not need them, and using latin1 rather
than utf8 ensures that they do not produce an iconv exception, but are simply
recored with wrong characters), and we do detect the utf8 based TeX engines
XeTeX and LuaTeX as well. The second time we open the file directly with the
document encoding.

This fixes a few tex2lyx tests on OS X, since changing the encoding of an
open file steam does not work with clang on OS X. Files using more than one
encoding are still broken, but all single-encoding files are fixed now.

8 years agoAvoid encoding changes of open streams if possible
Georg Baum [Sun, 31 Jan 2016 11:49:17 +0000 (12:49 +0100)]
Avoid encoding changes of open streams if possible

Changing the codecvt_facet of a file stream after the file has been opened
does not work with clang on OS X. Therefore we avoid it if possible (i. e. the
new encoding is the same as the old one).

8 years agoDo not use static objects in Preamble
Georg Baum [Sun, 31 Jan 2016 11:37:22 +0000 (12:37 +0100)]
Do not use static objects in Preamble

This does not make any difference currently, since the only instance of the
Preamble class is a global one, but it is cleaner and will be needed for
parsing the encoding with a second Preamble instance.

8 years agoSpanish Tutorial.lyx: remove non-existing menu
Uwe Stöhr [Sat, 30 Jan 2016 19:36:48 +0000 (20:36 +0100)]
Spanish Tutorial.lyx: remove non-existing menu

8 years agoUserGuide.lyx: document longtable -> multi-page table
Uwe Stöhr [Sat, 30 Jan 2016 19:28:46 +0000 (20:28 +0100)]
UserGuide.lyx: document longtable -> multi-page table

8 years agoSpanish UserGuide.lyx: updates by Ignacio
Uwe Stöhr [Sat, 30 Jan 2016 19:25:51 +0000 (20:25 +0100)]
Spanish UserGuide.lyx: updates by Ignacio

8 years agotex2lyx testfiles: update fileformat
Uwe Stöhr [Sat, 30 Jan 2016 01:17:45 +0000 (02:17 +0100)]
tex2lyx testfiles: update fileformat

8 years agoUserGuide.lyx: an update
Uwe Stöhr [Sat, 30 Jan 2016 00:26:27 +0000 (01:26 +0100)]
UserGuide.lyx: an update

8 years agoSpanish doc files: updates by Ignacio
Uwe Stöhr [Fri, 29 Jan 2016 23:55:21 +0000 (00:55 +0100)]
Spanish doc files: updates by Ignacio

8 years agoes.po: updates by Ignacio
Uwe Stöhr [Fri, 29 Jan 2016 23:31:51 +0000 (00:31 +0100)]
es.po: updates by Ignacio

8 years agoUse consistent iconv encoding names
Georg Baum [Thu, 28 Jan 2016 19:59:01 +0000 (20:59 +0100)]
Use consistent iconv encoding names

We should stick to the names used in lib/encodings. iconv has many aliases,
but fi we ever compare names it is better to use only one variant.

8 years agoAvoid making tabular too large when using a caption in longtable mode
Jean-Marc Lasgouttes [Thu, 28 Jan 2016 13:27:05 +0000 (14:27 +0100)]
Avoid making tabular too large when using a caption in longtable mode

This is a fixup to commit cdb9f043, which fixed bug #9757.

It is necessary to make a special case for inserting an InsetCaption
in a tabular cell, because this commonly happens in longtable mode.

Fixes bug #9945.

8 years agoFrench doc files: updates from Jean-Pierre
Uwe Stöhr [Thu, 28 Jan 2016 23:31:08 +0000 (00:31 +0100)]
French doc files: updates from Jean-Pierre

8 years agofr.po: small update from Jean-Pierre
Uwe Stöhr [Thu, 28 Jan 2016 23:25:08 +0000 (00:25 +0100)]
fr.po: small update from Jean-Pierre

8 years agoIOP-article.lyx: avoid some preamble code
Uwe Stöhr [Thu, 28 Jan 2016 23:20:43 +0000 (00:20 +0100)]
IOP-article.lyx: avoid some preamble code

8 years agoMake sure the cursor is in texted
Enrico Forestieri [Thu, 28 Jan 2016 13:13:17 +0000 (14:13 +0100)]
Make sure the cursor is in texted

8 years agoCmake export tests: ACM-siggraph tests added to unreliableTests
Kornel Benko [Thu, 28 Jan 2016 12:06:59 +0000 (13:06 +0100)]
Cmake export tests: ACM-siggraph tests added to unreliableTests

They use package acmsiggraph, which is not on CTAN.

8 years agobuild5-2010.bat: simplify script
Uwe Stöhr [Wed, 27 Jan 2016 23:07:43 +0000 (00:07 +0100)]
build5-2010.bat: simplify script

* This is a script for MSVC2010 so assume this is used
* Fix a typo
* Load the MSVC build environment

8 years agolyx_2_2.py: remove double code
Uwe Stöhr [Wed, 27 Jan 2016 21:51:49 +0000 (22:51 +0100)]
lyx_2_2.py: remove double code

thanks Guillaume

8 years agoJapanese doc files: translations from Koji
Uwe Stöhr [Wed, 27 Jan 2016 21:43:35 +0000 (22:43 +0100)]
Japanese doc files: translations from Koji

8 years agoDocument the automatic generation of LFUNs.lyx (51d4036d)
Guillaume Munch [Wed, 27 Jan 2016 17:39:56 +0000 (18:39 +0100)]
Document the automatic generation of LFUNs.lyx (51d4036d)

8 years agoLet tabular-feature commands fall through non-table math insets. (#4189)
Guillaume Munch [Fri, 11 Dec 2015 20:45:57 +0000 (20:45 +0000)]
Let tabular-feature commands fall through non-table math insets. (#4189)

8 years agoDevelopment.lyx: intructions for LFUN format increment
Guillaume Munch [Fri, 8 Jan 2016 08:01:38 +0000 (08:01 +0000)]
Development.lyx: intructions for LFUN format increment

Document the new policy

8 years agoNew LFUN tabular-feature: update docs
Guillaume Munch [Wed, 27 Jan 2016 17:35:10 +0000 (18:35 +0100)]
New LFUN tabular-feature: update docs

Simply run updatedocs.py

8 years agoNew LFUN tabular-feature: convert "inset-modify tabular" in LyX files
Guillaume Munch [Thu, 7 Jan 2016 21:25:17 +0000 (21:25 +0000)]
New LFUN tabular-feature: convert "inset-modify tabular" in LyX files

* Increase LyX format

* New function convert_info_insets in lyx2lyx_tools.py
  Use this function in the future for future updates of info insets

* Convert "inset-modify tabular" to "tabular-feature" in info insets

* Remove icon naming hack regarding "inset-modify tabular"

8 years agoNew LFUN tabular-feature: update bind and ui files
Guillaume Munch [Wed, 27 Jan 2016 17:22:32 +0000 (18:22 +0100)]
New LFUN tabular-feature: update bind and ui files

A simple run of development/tools/updatelfuns.sh

8 years agoNew LFUN tabular-feature: update prefs2prefs.py
Guillaume Munch [Fri, 11 Dec 2015 03:08:33 +0000 (03:08 +0000)]
New LFUN tabular-feature: update prefs2prefs.py

8 years agoNew LFUN tabular-feature (#9794)
Guillaume Munch [Fri, 11 Dec 2015 02:15:52 +0000 (02:15 +0000)]
New LFUN tabular-feature (#9794)

The tabular-features LFUN was merged with "inset-modify tabular" when
simplifying the tabular dialog at b5049e7. This choice later indirectly caused a
few regressions (#7308, #9794).

I reintroduce tabular-feature to allow more flexibility for user
commands, whereas "inset-modify tabular" is now reserved for the tabular
dialog. In particular, inset-modify tabular is no longer caught by math grid
insets. The name tabular-feature is kept to avoid renaming icons.

Known issues:

* After successfully applying a tabular command, the cursor is truncated to the
  table.

* Note that the tabular dialog still has similar issues that are inherited from
  the achitecture of the dialog menu. For instance the pref change can be
  mis-dispatched to an inset inside a cell and cause an error, for instance:

    Lexer.cpp (934): Missing 'Note'-tag in InsetNote::string2params. Got
    tabular instead. Line: 0

  Maybe the inset-modify LFUN should be modified to treat commands coming from
  the wrong dialog (by checking the type) as unknown and undispatched so that
  the parent can get it. In that case a non AtPoint variant of inset-modify
  could be reintroduced in order to generalise tabular-feature. See:
  http://mid.gmane.org/n4rdk1$efj$1@ger.gmane.org

8 years agoacmsiggraph.layout: update layout for ACM siggraph 0.92
Uwe Stöhr [Wed, 27 Jan 2016 00:58:13 +0000 (01:58 +0100)]
acmsiggraph.layout: update layout for ACM siggraph 0.92

fileformat change: update fileformat for all files

8 years agoCustomization.lyx: update color list in Font description
Uwe Stöhr [Wed, 27 Jan 2016 00:09:58 +0000 (01:09 +0100)]
Customization.lyx: update color list in Font description

8 years agoectaart.lyx: correct style of a note
Uwe Stöhr [Tue, 26 Jan 2016 23:59:58 +0000 (00:59 +0100)]
ectaart.lyx: correct style of a note

8 years agoaa.lyx: add BibTeX info and update file for latest A&A version
Uwe Stöhr [Tue, 26 Jan 2016 23:55:12 +0000 (00:55 +0100)]
aa.lyx: add BibTeX info and update file for latest A&A version

8 years agoAEA.lyx: update to address latest AEA version
Uwe Stöhr [Tue, 26 Jan 2016 23:34:03 +0000 (00:34 +0100)]
AEA.lyx: update to address latest AEA version

8 years agoFix file locking problem on windows (bug 9925)
Georg Baum [Tue, 26 Jan 2016 20:49:08 +0000 (21:49 +0100)]
Fix file locking problem on windows (bug 9925)

External processes cannot access files which are open in LyX. Therefore the
temp files created by the external inset need to be closed right after
creation. The symptom was that the date inset did not produce any outout on
windows (bug 9925). This change reverts a small part of f09a9fe2.
Although the date inset is unimportant and will probably be removed, this
change is important for all external insets that make use of temp files.

8 years agoFix regression of 0bf8b8a1 (bug 9884)
Georg Baum [Tue, 26 Jan 2016 20:33:46 +0000 (21:33 +0100)]
Fix regression of 0bf8b8a1 (bug 9884)

Unfortunately the footmisc package does not work together with hyperref:
Before 0bf8b8a1, a footnote in a section title was created as a link in pdf
outpout, after 0bf8b8a1 ist was no link anymore. For now we revert to the old
code, and wait until the footmisc and hyperref packages are made compatible.

8 years agobuild5-2010.bat: use the same CMake parameters as in build5-2010-installer.bat
Uwe Stöhr [Tue, 26 Jan 2016 00:57:15 +0000 (01:57 +0100)]
build5-2010.bat: use the same CMake parameters as in build5-2010-installer.bat

8 years agoacmsiggraph.layout: whitespace fixes
Uwe Stöhr [Tue, 26 Jan 2016 00:52:39 +0000 (01:52 +0100)]
acmsiggraph.layout: whitespace fixes

8 years agoUserGuide.lyx: a compile fix
Uwe Stöhr [Mon, 25 Jan 2016 23:27:28 +0000 (00:27 +0100)]
UserGuide.lyx: a compile fix

It is a long standing bug that lyX does not automatically convert # to \# in the LaTeX output so that one easily gets compilation errors.

8 years agoeuropasscv.layout: add dependencies
Uwe Stöhr [Mon, 25 Jan 2016 21:56:39 +0000 (22:56 +0100)]
europasscv.layout: add dependencies

also some fine-tuning of the example file

8 years agoacmsiggraph.layout: add new dependency
Uwe Stöhr [Mon, 25 Jan 2016 21:46:29 +0000 (22:46 +0100)]
acmsiggraph.layout: add new dependency

8 years agoIUCr layout: add new dependency
Uwe Stöhr [Mon, 25 Jan 2016 21:45:41 +0000 (22:45 +0100)]
IUCr layout: add new dependency

also mention new possible BibTeX style

8 years agoChangelog-XXX.txt: updates
Uwe Stöhr [Mon, 25 Jan 2016 01:45:05 +0000 (02:45 +0100)]
Changelog-XXX.txt: updates

8 years agoUserGuide.lyx: describe dvips options
Uwe Stöhr [Mon, 25 Jan 2016 01:34:34 +0000 (02:34 +0100)]
UserGuide.lyx: describe dvips options

- also some unifications and fixes

8 years agoPrefOutputUi.ui: the official program name is "dvips"
Uwe Stöhr [Mon, 25 Jan 2016 01:06:10 +0000 (02:06 +0100)]
PrefOutputUi.ui: the official program name is "dvips"

(We used this also in LyX 2.1.x so there is no need to rename it to DVI-PS.)

8 years agofr.po: update by Jean-Pierre
Uwe Stöhr [Sun, 24 Jan 2016 22:47:35 +0000 (23:47 +0100)]
fr.po: update by Jean-Pierre

8 years agoInvert and document test for "longest labeling label" problem.
Günter Milde [Sun, 24 Jan 2016 20:06:45 +0000 (21:06 +0100)]
Invert and document test for "longest labeling label" problem.

Fails for known reason.

8 years agoAmmend 20addbbf
Scott Kostyshak [Sun, 24 Jan 2016 17:18:40 +0000 (12:18 -0500)]
Ammend 20addbbf

These two signals were not QProcess::error().

8 years agoQt 5.6 renames signal QProcesss::error()
Scott Kostyshak [Sun, 24 Jan 2016 06:33:25 +0000 (01:33 -0500)]
Qt 5.6 renames signal QProcesss::error()

QProcesss::error() was renamed to QProcesss::errorOccurred().

The renaming was done to avoid confusion from overloading (see the
documentation for the signal before the renaming [1]).

For more details, see this Qt bug report [2].

[1] http://doc.qt.io/qt-5/qprocess.html#error-1
[2] https://codereview.qt-project.org/#/c/114451/

8 years agoFix date inset except on windows (bug 9925)
Georg Baum [Sun, 24 Jan 2016 16:11:31 +0000 (17:11 +0100)]
Fix date inset except on windows (bug 9925)

The important thing is actually not the date inset, but the converter
machinery, which did convert the time stamps of two unused freshly created
temp files, which does not make sense, and did work before f09a9fe2 only by
accident.
This fixes the date inset on linuy, but not on windows, probably due to
different file locking semantics.

8 years agopt_BR.po: translation update for LyX 2.2.0 from Georger
Uwe Stöhr [Sun, 24 Jan 2016 15:30:07 +0000 (16:30 +0100)]
pt_BR.po: translation update for LyX 2.2.0 from Georger

8 years agoSpanish EmbeddedObjects.lyx: re-add lost \origin tag
Uwe Stöhr [Sun, 24 Jan 2016 15:19:56 +0000 (16:19 +0100)]
Spanish EmbeddedObjects.lyx: re-add lost \origin tag

8 years agoEmbeddedObjects.lyx: update multi-page table description
Uwe Stöhr [Sun, 24 Jan 2016 15:07:22 +0000 (16:07 +0100)]
EmbeddedObjects.lyx: update multi-page table description

8 years agouse QStandardPaths::GenericDataLocation instead of QStandardPaths::DataLocation to...
Stephan Witt [Sun, 24 Jan 2016 14:19:54 +0000 (15:19 +0100)]
use QStandardPaths::GenericDataLocation instead of QStandardPaths::DataLocation to get common user_support_dir path for all LyX binaries (LyX, tex2lyx and lyxclient)

8 years agoFix autotools build
Georg Baum [Sun, 24 Jan 2016 14:09:35 +0000 (15:09 +0100)]
Fix autotools build

33b757e7ab used a wrong extension for the new file in Makefile.am.

8 years agoSVG-Drawing.svg: add a SVG example drawing
Uwe Stöhr [Sun, 24 Jan 2016 12:48:56 +0000 (13:48 +0100)]
SVG-Drawing.svg: add a SVG example drawing

8 years agoChange the shape of the parbreak separator
Enrico Forestieri [Sun, 24 Jan 2016 11:49:02 +0000 (12:49 +0100)]
Change the shape of the parbreak separator

As per request, this makes it better distinguishable from the
neline inset. For posterity, see this thread:
http://thread.gmane.org/gmane.editors.lyx.devel/159267

8 years agoReally regenerate cmex10.ttf from .sfd at af970c20
Georg Baum [Sun, 24 Jan 2016 10:38:06 +0000 (11:38 +0100)]
Really regenerate cmex10.ttf from .sfd at af970c20

I somehow managed to submit the wrong file at 313d4c0dc81c.
Thanks again Enrico for noticing.

8 years agoupdate sk.po
Kornel Benko [Sun, 24 Jan 2016 09:08:37 +0000 (10:08 +0100)]
update sk.po

8 years agoModified labelwidthstring containing '_'.
Kornel Benko [Sun, 24 Jan 2016 08:07:35 +0000 (09:07 +0100)]
Modified labelwidthstring containing '_'.

Otherwise the files is not compilable

8 years agoFrench and Japanese EmbeddedObjects.lyx: forgot this issue in previous commit
Uwe Stöhr [Sun, 24 Jan 2016 03:55:46 +0000 (04:55 +0100)]
French and Japanese EmbeddedObjects.lyx: forgot this issue in previous commit

8 years agoEmbeddedObjects.lyx: update external templates section
Uwe Stöhr [Sun, 24 Jan 2016 03:50:31 +0000 (04:50 +0100)]
EmbeddedObjects.lyx: update external templates section

8 years agode.po fix 2 typos
Uwe Stöhr [Sun, 24 Jan 2016 03:48:17 +0000 (04:48 +0100)]
de.po fix 2 typos

- 3 other po-files: update project ID version

8 years agoUserGuide.lyx: describe new LaTeX log feature
Uwe Stöhr [Sun, 24 Jan 2016 03:03:22 +0000 (04:03 +0100)]
UserGuide.lyx: describe new LaTeX log feature

8 years agoUserGuide.lyx: describe changed paragraph separation
Uwe Stöhr [Sun, 24 Jan 2016 02:30:03 +0000 (03:30 +0100)]
UserGuide.lyx: describe changed paragraph separation

8 years agoTestcase for underscore in longest label in lists.
Kornel Benko [Sat, 23 Jan 2016 22:41:29 +0000 (23:41 +0100)]
Testcase for underscore in longest label in lists.