]> git.lyx.org Git - lyx.git/log
lyx.git
10 years agoTypo fix in doc/fr/Tutorial.lyx
Scott Kostyshak [Sat, 11 Jan 2014 13:20:46 +0000 (08:20 -0500)]
Typo fix in doc/fr/Tutorial.lyx

Spotted by Regis Bouguin.

10 years agoUpdate file format of doc/fr/Tutorial.lyx
Scott Kostyshak [Sat, 11 Jan 2014 13:19:49 +0000 (08:19 -0500)]
Update file format of doc/fr/Tutorial.lyx

10 years agoCtests perl scripts: Added use of prototypes
Kornel Benko [Fri, 10 Jan 2014 11:34:40 +0000 (12:34 +0100)]
Ctests perl scripts: Added use of prototypes

10 years agoCmake url tests: Use try - catch mechanism while testing urls.
Kornel Benko [Wed, 8 Jan 2014 12:36:30 +0000 (13:36 +0100)]
Cmake url tests: Use try - catch mechanism while testing urls.

If a perl-submodule exits with 'die()', the process would stop
and the following urls would not be tested.
The bug detection and idea how to solve it: Scott Kostyshak.

10 years agoCmake build: Add targets to selectively create .gmo files
Kornel Benko [Sun, 5 Jan 2014 09:04:56 +0000 (10:04 +0100)]
Cmake build: Add targets to selectively create .gmo files

10 years agoRemove warning
Kornel Benko [Sun, 5 Jan 2014 09:04:23 +0000 (10:04 +0100)]
Remove warning

10 years agoCmake build: White space + simplification
Kornel Benko [Sun, 5 Jan 2014 09:02:29 +0000 (10:02 +0100)]
Cmake build: White space + simplification

10 years ago* sk.po
Kornel Benko [Sun, 5 Jan 2014 09:01:48 +0000 (10:01 +0100)]
* sk.po

10 years agoComment only
Kornel Benko [Sun, 5 Jan 2014 09:01:08 +0000 (10:01 +0100)]
Comment only

10 years agofix Symbols dialog box grid size in case of broken QFontMetrics::maxWidth()
Stephan Witt [Sat, 4 Jan 2014 19:14:06 +0000 (20:14 +0100)]
fix Symbols dialog box grid size in case of broken QFontMetrics::maxWidth()

10 years agosimplify XCODE_VERSION check
Stephan Witt [Tue, 31 Dec 2013 14:49:19 +0000 (15:49 +0100)]
simplify XCODE_VERSION check

10 years agoavoid CMAKE_XCODE_ATTRIBUTE_GCC_VERSION assignment for Xcode 5.0+
Stephan Witt [Tue, 31 Dec 2013 09:24:27 +0000 (10:24 +0100)]
avoid CMAKE_XCODE_ATTRIBUTE_GCC_VERSION assignment for Xcode 5.0+
it is not needed anymore and the current assignment is wrong in this case

10 years agoar.po: update from Hatim
Juergen Spitzmueller [Thu, 26 Dec 2013 15:16:36 +0000 (16:16 +0100)]
ar.po: update from Hatim

10 years agoCmake tests for check load of lyx-files
Kornel Benko [Thu, 26 Dec 2013 09:29:34 +0000 (10:29 +0100)]
Cmake tests for check load of lyx-files

Do not interpret reconfigure output of lyx as test-error.

10 years agoUpdate the link to AGU files in documentation
Scott Kostyshak [Thu, 19 Dec 2013 07:56:49 +0000 (02:56 -0500)]
Update the link to AGU files in documentation

10 years agoJASATeX: add note that it fails with system fonts
Scott Kostyshak [Wed, 25 Dec 2013 20:57:48 +0000 (15:57 -0500)]
JASATeX: add note that it fails with system fonts

The JASATeX class is currently unmaintained. Also, this
commit moves the system font tests from inverted to ignored
(otherwise lualatex and xelatex run in infinite loops).

10 years agoUpdate file format of JASA.lyx
Scott Kostyshak [Wed, 25 Dec 2013 21:21:02 +0000 (16:21 -0500)]
Update file format of JASA.lyx

10 years agoctests: invert the ctex TeX font test
Scott Kostyshak [Wed, 25 Dec 2013 20:55:26 +0000 (15:55 -0500)]
ctests: invert the ctex TeX font test

They are not supposed to work yet.

10 years agoFix file dialogs with Qt 5.2.0 and later.
Enrico Forestieri [Tue, 24 Dec 2013 16:21:56 +0000 (17:21 +0100)]
Fix file dialogs with Qt 5.2.0 and later.

See https://bugreports.qt-project.org/browse/QTBUG-34132

   * [QTBUG-34132] QFileDialog does no longer instantiate widgets if a
     native dialog will be used instead.  Therefore some accessors
     which previously returned unused objects will now return null.
     As before, you can set the DontUseNativeDialog option to ensure
     that widgets will be created and used instead.

Seemingly, Qt uses native dialogs by default starting from version 5.2.0.
When trying to open a file dialog, LyX segfaults in release mode, whereas
Qt asserts in debug mode:
ASSERT failure in QList<T>::at: "index out of range",
file /usr/local/qt/5.2.0/include/QtCore/qlist.h, line 472

This is avoided by explicitly setting the DontUseNativeDialog option
in the code path selected by *not* setting USE_NATIVE_FILEDIALOG.
This option was introduced in Qt 4.5, which is the minimum required
for compiling LyX. So, it is not protected by a preprocessor macro.

10 years agoCorrect \file statement
Juergen Spitzmueller [Sat, 21 Dec 2013 11:58:23 +0000 (12:58 +0100)]
Correct \file statement

10 years agoRemove obsolete comment
Jean-Marc Lasgouttes [Fri, 20 Dec 2013 13:14:32 +0000 (14:14 +0100)]
Remove obsolete comment

It is not possible to make editXY const because of checkInsetHit, getPitNearY and getPitandRowNearY that modify the TextMetrics object.

10 years agoar.po: update from Hatim
Juergen Spitzmueller [Fri, 20 Dec 2013 07:43:18 +0000 (08:43 +0100)]
ar.po: update from Hatim

10 years agoctests: invert tests that are expected to fail
Scott Kostyshak [Tue, 17 Dec 2013 06:31:23 +0000 (01:31 -0500)]
ctests: invert tests that are expected to fail

For many of these XeTeX or LuaTeX does not yet support
using TeX fonts for certain languages. The others fail
because, as Jürgen explains, they have excessive preamble
code that is only targeted at (pdf)latex.

10 years agoCmake tests: Expand export tests for luatex and xetex
Kornel Benko [Mon, 16 Dec 2013 10:36:36 +0000 (11:36 +0100)]
Cmake tests: Expand export tests for luatex and xetex

Citing Scott:
In our current set up, we are currently testing XeTeX and LuaTeX
either with system fonts or with TeX fonts but never both. We should
test with both in my opinion. We will have to ignore/invert many tests
but it still seems useful. For example Günter fixed babel-greek so
that it works now with TeX fonts; and Jürgen found some errors in LyX
that were causing some of the English docs to fail with system fonts.
Currently we only test greek documents with system fonts and we only
test English documents with TeX fonts.

This change adds the missing test-cases.

10 years agoar.po: Update from Hatim
Juergen Spitzmueller [Mon, 16 Dec 2013 06:42:43 +0000 (07:42 +0100)]
ar.po: Update from Hatim

10 years agoFix typo
Georg Baum [Sun, 15 Dec 2013 11:18:49 +0000 (12:18 +0100)]
Fix typo

10 years agoAdapt cmake build to use c++11 features also for clang compiler
Kornel Benko [Sun, 15 Dec 2013 10:41:28 +0000 (11:41 +0100)]
Adapt cmake build to use c++11 features also for clang compiler

10 years agoFix typo
Juergen Spitzmueller [Sat, 14 Dec 2013 14:09:23 +0000 (15:09 +0100)]
Fix typo

10 years agoRecognize changed babel error message (rewording)
Juergen Spitzmueller [Sat, 14 Dec 2013 12:19:40 +0000 (13:19 +0100)]
Recognize changed babel error message (rewording)

10 years agobeamer.lyx: work arounf language nesting problem when compiling with polyglossia
Juergen Spitzmueller [Sat, 14 Dec 2013 12:06:25 +0000 (13:06 +0100)]
beamer.lyx: work arounf language nesting problem when compiling with polyglossia

10 years agoDo not load the tipa package when fontspec is used
Juergen Spitzmueller [Sat, 14 Dec 2013 08:13:17 +0000 (09:13 +0100)]
Do not load the tipa package when fontspec is used

This was until now only cared of by the IPA inset, not by unicodesymbols.

10 years agoImprove beamer conversion: Support default list overlay specification without ERT
Juergen Spitzmueller [Fri, 13 Dec 2013 13:55:09 +0000 (14:55 +0100)]
Improve beamer conversion: Support default list overlay specification without ERT

10 years agoSharpen the lyX icon a bit
Juergen Spitzmueller [Fri, 13 Dec 2013 13:06:04 +0000 (14:06 +0100)]
Sharpen the lyX icon a bit

10 years agoar.po: update from Hatim
Juergen Spitzmueller [Fri, 13 Dec 2013 09:19:41 +0000 (10:19 +0100)]
ar.po: update from Hatim

10 years agoctests: use Chinese roman font for zh docs
Scott Kostyshak [Fri, 13 Dec 2013 04:44:41 +0000 (23:44 -0500)]
ctests: use Chinese roman font for zh docs

10 years agoctests: non-TeX Ukrainian+LuaTeX is not supported
Scott Kostyshak [Fri, 13 Dec 2013 04:42:04 +0000 (23:42 -0500)]
ctests: non-TeX Ukrainian+LuaTeX is not supported

https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181690.html

Thanks to Günter Milde for the advice.

10 years agoAdd appdata.xml, provided by Matej Cepl.
Pavel Sanda [Thu, 12 Dec 2013 03:51:16 +0000 (19:51 -0800)]
Add appdata.xml, provided by Matej Cepl.

AppData is an emerging standard (hopefully not distro-specific) for the
description of applications in various app stores.

http://people.freedesktop.org/~hughsient/appdata/ is the home page of
the standard.

http://blogs.gnome.org/hughsie/2013/09/27/frikin-awesome-apps-without-appdata/
is the call for providing new appdata.xml files.

10 years agoFix writer2latex quote handling (bug #8903)
Georg Baum [Wed, 11 Dec 2013 20:54:26 +0000 (21:54 +0100)]
Fix writer2latex quote handling (bug #8903)

writer2latex surrounds quotes by braces which we skip to avoid useless ERT.
I broke this in 25fe87e5 which made Parser::next_next_token() not recognize
that it needed to parse one more token. If we had a unit test for the Parser
class it would probably have detected that. Now we have at least a test for
the special quote.

10 years agoMake sty file parser fit for mdsymbol.sty
Georg Baum [Wed, 11 Dec 2013 20:07:59 +0000 (21:07 +0100)]
Make sty file parser fit for mdsymbol.sty

Now it is able to generate a lib/symbols section from mdsymbol.sty.

10 years agoAdd some missing unicode math symbols
Georg Baum [Wed, 11 Dec 2013 19:58:28 +0000 (20:58 +0100)]
Add some missing unicode math symbols

and fix wrong ones. This fixes the safe part of bug #8888. The symbols
provided by mdsymbol.sty have to wait, since mdsymbol.sty provides a huge
number of symbols, I don't have the time right now to process them all, and
a partial file format update does not make sense.

10 years agoar.po: update from Hatim
Juergen Spitzmueller [Wed, 11 Dec 2013 16:00:48 +0000 (17:00 +0100)]
ar.po: update from Hatim

10 years agoFix opening files from command line
Vincent van Ravesteijn [Wed, 4 Dec 2013 21:38:26 +0000 (22:38 +0100)]
Fix opening files from command line

Fixes: 9c4461de
10 years agoctests: LuaTeX does not support Farsi yet
Scott Kostyshak [Sat, 7 Dec 2013 17:25:51 +0000 (12:25 -0500)]
ctests: LuaTeX does not support Farsi yet

See (thanks to Uwe for the link):
https://github.com/reutenauer/polyglossia/commit/ccb0e9e2c6411170ad779b05ff5076f1193cc323

We thus invert the LuaTeX Farsi tests.

All inverted tests now have explanations for why they are not
currently expected to work.

10 years agoctests: babel-greek was fixed
Scott Kostyshak [Sat, 7 Dec 2013 17:15:20 +0000 (12:15 -0500)]
ctests: babel-greek was fixed

We can now test for regressions in the Greek docs for
XeTeX and LuaTeX export with FreeSans.

(Also some Indonesian tests were missing from revertedTests.)

10 years agoCmake test environment.
Kornel Benko [Sat, 7 Dec 2013 12:06:27 +0000 (13:06 +0100)]
Cmake test environment.

Expanded search for an image to \ecvpicture{} in the preamble.

10 years agoar.po: yet another update from Hatim
Juergen Spitzmueller [Sat, 7 Dec 2013 11:25:53 +0000 (12:25 +0100)]
ar.po: yet another update from Hatim

10 years agoctests: invert ectaart tests
Scott Kostyshak [Sat, 7 Dec 2013 06:53:51 +0000 (01:53 -0500)]
ctests: invert ectaart tests

As Kornel has explained:

There is an incompatibility between luainputenc.sty and ectaart.cls.
luainputenc.sty loads luatex.sty. Both files (luatex.sty and
ectaart.cls) define the latex-command \setattribute.

These tests should be inverted because the conflict may one day be
resolved at which point we can begin testing for regressions.

(This commit also rearranges the europeCV lines to below the
corresponding explanation comment.)

10 years agoAdd note to es/europeCV.lyx and invert Xe and Lua
Scott Kostyshak [Fri, 6 Dec 2013 17:02:03 +0000 (12:02 -0500)]
Add note to es/europeCV.lyx and invert Xe and Lua

Export with XeTeX and LuaTeX (with either non-tex fonts or 8-bit
compatibility mode) does not work because the loading of inputenc with
utf8x is hardcoded in europecv.cls at this time.

This commit adds a note to es/europeCV.lyx explaining the problem and
inverts the XeTeX and LuaTeX tests.

See
http://comments.gmane.org/gmane.editors.lyx.devel/145896

Thanks to Günter Milde for the advice and to Ignacio García
for the translation of the note.

10 years agolyx2lyx es/europeCV to prepare a clean next commit
Scott Kostyshak [Fri, 6 Dec 2013 16:55:00 +0000 (11:55 -0500)]
lyx2lyx es/europeCV to prepare a clean next commit

10 years agoImprove beamer frame conversion: frame arguments that use multiple ERTs (one ERT...
Juergen Spitzmueller [Fri, 6 Dec 2013 10:57:33 +0000 (11:57 +0100)]
Improve beamer frame conversion: frame arguments that use multiple ERTs (one ERT inset per argument) are converted

10 years agoFactor out identical frame argument conversion
Juergen Spitzmueller [Fri, 6 Dec 2013 09:53:10 +0000 (10:53 +0100)]
Factor out identical frame argument conversion

10 years agoCmake test environment.
Kornel Benko [Fri, 6 Dec 2013 09:42:26 +0000 (10:42 +0100)]
Cmake test environment.

Expanded search for an image to "layout Photo".

10 years agoDo not load the xunicode package with TeX fonts
Juergen Spitzmueller [Thu, 5 Dec 2013 16:39:16 +0000 (17:39 +0100)]
Do not load the xunicode package with TeX fonts

10 years agoar.po: yet another update from Hatim
Juergen Spitzmueller [Thu, 5 Dec 2013 15:53:05 +0000 (16:53 +0100)]
ar.po: yet another update from Hatim

10 years agoCMake: allow compile-time C++ flags to be set
Kornel Benko [Thu, 5 Dec 2013 11:00:02 +0000 (12:00 +0100)]
CMake: allow compile-time C++ flags to be set

For developper only, therefore the variable is set to advanced.

Ideas from: Scott Kostyshak + Vincent van Ravensteijn

10 years ago* cs.po
Pavel Sanda [Thu, 5 Dec 2013 05:28:53 +0000 (21:28 -0800)]
* cs.po

10 years ago* cs.po, spotted by Kornel.
Pavel Sanda [Mon, 2 Dec 2013 16:40:26 +0000 (08:40 -0800)]
* cs.po, spotted by Kornel.

10 years agoinstaller: fix a typo
Uwe Stöhr [Tue, 3 Dec 2013 23:47:29 +0000 (00:47 +0100)]
installer: fix a typo

10 years agoinstaller: support new LyX helper programs
Uwe Stöhr [Tue, 3 Dec 2013 23:45:46 +0000 (00:45 +0100)]
installer: support new LyX helper programs

10 years agoinstaller: preparations for LyX 2.1
Uwe Stöhr [Tue, 3 Dec 2013 23:05:20 +0000 (00:05 +0100)]
installer: preparations for LyX 2.1

10 years agoinstaller: default to LyX 2.1's LyXRC format
Uwe Stöhr [Tue, 3 Dec 2013 23:02:42 +0000 (00:02 +0100)]
installer: default to LyX 2.1's LyXRC format

10 years agoFix noweb2lyx, Literate, and listerrors examples
Scott Kostyshak [Tue, 3 Dec 2013 07:15:08 +0000 (02:15 -0500)]
Fix noweb2lyx, Literate, and listerrors examples

This is a manual lyx2lyx fix. Some of the problematic chunks
are not correctly converted with lyx2lyx so this commit manually
converts them to ERT.

For more details, see:
  http://marc.info/?t=137702744100010&r=1&w=2

10 years agoAdd NoWeb -> XeTeX converter
Scott Kostyshak [Tue, 3 Dec 2013 06:31:59 +0000 (01:31 -0500)]
Add NoWeb -> XeTeX converter

Now the examples noweb2lyx.lyx and Literate.lyx can be
exported to the pdf4 format.

10 years agoctests: ignore latex8 tests
Scott Kostyshak [Mon, 2 Dec 2013 04:31:40 +0000 (23:31 -0500)]
ctests: ignore latex8 tests

latex8.sty is obsolete and replaced by IEEEconf.

(consistent with a6372da7)

10 years agoctests: invert Hungarian LuaTeX tests
Scott Kostyshak [Mon, 2 Dec 2013 04:27:23 +0000 (23:27 -0500)]
ctests: invert Hungarian LuaTeX tests

Similar to Indonesian LuaTeX support (see 7d705438),
"magyar" is not supported. After 2.1 is released,
the babel name of "magyar" should be changed to
"hungarian" (if others disagree then these tests
still should stay inverted).

10 years agoReturn an error on file-open only when a filename is given
Vincent van Ravesteijn [Tue, 3 Dec 2013 05:36:16 +0000 (06:36 +0100)]
Return an error on file-open only when a filename is given

Fixes: 9c4461de
10 years agoReturn an error if file-open is called with a non-absolute path
Vincent van Ravesteijn [Mon, 2 Dec 2013 20:04:46 +0000 (21:04 +0100)]
Return an error if file-open is called with a non-absolute path

10 years agoRerun makeindex if all nomencl entries have been removed (#8905)
Juergen Spitzmueller [Mon, 2 Dec 2013 13:35:42 +0000 (14:35 +0100)]
Rerun makeindex if all nomencl entries have been removed (#8905)

10 years agoCheck if string holds absolute file name before passing to FileName
Juergen Spitzmueller [Mon, 2 Dec 2013 08:50:21 +0000 (09:50 +0100)]
Check if string holds absolute file name before passing to FileName

See http://comments.gmane.org/gmane.editors.lyx.cvs/38213http://comments.gmane.org/gmane.editors.lyx.cvs/38213

10 years ago* cs.po
Pavel Sanda [Mon, 2 Dec 2013 05:24:05 +0000 (21:24 -0800)]
* cs.po

10 years agoMake -userdir available to child processes
Georg Baum [Sun, 1 Dec 2013 21:10:47 +0000 (22:10 +0100)]
Make -userdir available to child processes

Otherwise tex2lyx would not find textclass.lst, and thus TeX import and
paste from LaTeX would not work.

10 years agoFix bug #8727: Text::breakParagraph() was always setting the default
Richard Heck [Fri, 7 Jun 2013 16:15:18 +0000 (12:15 -0400)]
Fix bug #8727: Text::breakParagraph() was always setting the default
layout, even if the paragraph in question requires plain layout.

10 years agoLoad the CJK package if requested
Juergen Spitzmueller [Sun, 1 Dec 2013 09:57:13 +0000 (10:57 +0100)]
Load the CJK package if requested

The package was not loaded if a the main language was not CJK, the main encoding was non-default and the document had a secondary CJK language.

10 years agoCmake build. Use 2.0.0 git-tag to receive the number of commits.
Kornel Benko [Sat, 30 Nov 2013 18:53:30 +0000 (19:53 +0100)]
Cmake build. Use 2.0.0 git-tag to receive the number of commits.

This number is only used for created package name.

10 years agoCMake: allow compile-time C++ flags to be set
Scott Kostyshak [Sat, 30 Nov 2013 02:08:48 +0000 (21:08 -0500)]
CMake: allow compile-time C++ flags to be set

For example, one could run CMake as follows:
  cmake -DLYX_CXX_FLAGS_EXTRA="-Werror"

Thanks to Kornel.

10 years agoWhitespace correction
Scott Kostyshak [Sat, 30 Nov 2013 02:08:34 +0000 (21:08 -0500)]
Whitespace correction

10 years agofr.po: updates by Jean-Pierre
Juergen Spitzmueller [Sat, 30 Nov 2013 10:49:29 +0000 (11:49 +0100)]
fr.po: updates by Jean-Pierre

10 years agoar.po updates by Hatim
Juergen Spitzmueller [Sat, 30 Nov 2013 09:43:00 +0000 (10:43 +0100)]
ar.po updates by Hatim

10 years ago* sk.po
Kornel Benko [Fri, 29 Nov 2013 10:00:19 +0000 (11:00 +0100)]
* sk.po

10 years agoctests: invert Indonesian LuaTeX tests
Scott Kostyshak [Fri, 29 Nov 2013 08:06:46 +0000 (03:06 -0500)]
ctests: invert Indonesian LuaTeX tests

The babel name of Indonesian should be changed from "bahasa"
to "indonesian". This should be done after 2.1 is released so as
to minimize potential problems such as Jürgen's example of
\addto\captionsbahasa{\renewcommand\chaptername{Foo}}

For more info, see:
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181595.html

10 years agoctests: invert Greek LuaTeX tests
Scott Kostyshak [Thu, 28 Nov 2013 21:22:33 +0000 (16:22 -0500)]
ctests: invert Greek LuaTeX tests

From Jürgen:

  LuaTeX support in polyglossia is still very new and experimental.
  I have this enhancement on the agenda for 2.2, but not for 2.1.

For more details, see:
http://marc.info/?l=lyx-devel&m=138506346715339&w=2

10 years agode.po
Juergen Spitzmueller [Thu, 28 Nov 2013 16:19:08 +0000 (17:19 +0100)]
de.po

10 years agoAdd a real Cancel button to 'Already Loaded' dialog box (part of #8787).
Juergen Spitzmueller [Thu, 28 Nov 2013 16:06:49 +0000 (17:06 +0100)]
Add a real Cancel button to 'Already Loaded' dialog box (part of #8787).
Also correlate the other buttons more explicitly to the question asked.

10 years agoctests: invert Hebrew LuaTeX tests
Scott Kostyshak [Thu, 28 Nov 2013 07:56:08 +0000 (02:56 -0500)]
ctests: invert Hebrew LuaTeX tests

10 years agoctests: add dviluatex as a format that needs fonts
Scott Kostyshak [Wed, 27 Nov 2013 12:57:10 +0000 (07:57 -0500)]
ctests: add dviluatex as a format that needs fonts

Documents in certain languages will only work with dviluatex
if fonts that support those languages are used.

This commit continues e690cfc4.

10 years agoFix CMake install of examples/thesis
Scott Kostyshak [Mon, 25 Nov 2013 02:39:54 +0000 (21:39 -0500)]
Fix CMake install of examples/thesis

I should have done this in f5cf21d7.

10 years agoRevert "Properly name Cancel button (part of #8787)"
Juergen Spitzmueller [Wed, 27 Nov 2013 07:38:42 +0000 (08:38 +0100)]
Revert "Properly name Cancel button (part of #8787)"

This reverts commit aa5ef5bbbe0674e4e434882e5f2ffade9c68a7dc.

10 years agoProperly name Cancel button (part of #8787)
Juergen Spitzmueller [Tue, 26 Nov 2013 15:16:24 +0000 (16:16 +0100)]
Properly name Cancel button (part of #8787)

10 years agoAlso when not using tabs, do not open a file twice if already opened (part of #8787)
Juergen Spitzmueller [Tue, 26 Nov 2013 15:12:52 +0000 (16:12 +0100)]
Also when not using tabs, do not open a file twice if already opened (part of #8787)

10 years agoPrettify the tooltip for footnotes.
Richard Heck [Tue, 26 Nov 2013 15:08:35 +0000 (10:08 -0500)]
Prettify the tooltip for footnotes.

10 years agoUpdate it.po
Enrico Forestieri [Sun, 24 Nov 2013 22:54:32 +0000 (23:54 +0100)]
Update it.po

10 years agoDo not attempt to set default master if we already have a parent
Juergen Spitzmueller [Sat, 23 Nov 2013 15:51:16 +0000 (16:51 +0100)]
Do not attempt to set default master if we already have a parent

10 years agoar.po: further updates
Juergen Spitzmueller [Fri, 22 Nov 2013 10:29:56 +0000 (11:29 +0100)]
ar.po: further updates

10 years agoImplement file locking and apply to configure
Kornel Benko [Wed, 20 Nov 2013 18:40:32 +0000 (19:40 +0100)]
Implement file locking and apply to configure

Functions for file locking are added. They are used for ensuring that
for specified userdir only one LyX process runs configure.

10 years agoFix indentation for 'python -tt'
Georg Baum [Tue, 19 Nov 2013 20:36:35 +0000 (21:36 +0100)]
Fix indentation for 'python -tt'

10 years agoBeamer manual: add some notes on specific part behavior
Juergen Spitzmueller [Tue, 19 Nov 2013 14:24:30 +0000 (15:24 +0100)]
Beamer manual: add some notes on specific part behavior

10 years agoMerge branch 'master' of git.lyx.org:lyx
Kornel Benko [Mon, 18 Nov 2013 15:26:26 +0000 (16:26 +0100)]
Merge branch 'master' of git.lyx.org:lyx

10 years agoar.po: update by Hatim Alahmadi
Juergen Spitzmueller [Mon, 18 Nov 2013 15:19:52 +0000 (16:19 +0100)]
ar.po: update by Hatim Alahmadi

10 years agoMerge branch 'master' of git.lyx.org:lyx
Kornel Benko [Mon, 18 Nov 2013 15:12:50 +0000 (16:12 +0100)]
Merge branch 'master' of git.lyx.org:lyx

10 years agouk.po: update by Yuri
Juergen Spitzmueller [Mon, 18 Nov 2013 14:59:12 +0000 (15:59 +0100)]
uk.po: update by Yuri