]> git.lyx.org Git - lyx.git/log
lyx.git
9 years agoGuiBox.cpp: enable color features also for non-English locales
Uwe Stöhr [Sat, 16 May 2015 03:22:22 +0000 (05:22 +0200)]
GuiBox.cpp: enable color features also for non-English locales

stupid me, I used a translatable string as box parameter. Therefore the feature only worked correctly with English locale. Now it works for every locale.

9 years agoGuiBox.cpp: add a comment and a string conversion
Uwe Stöhr [Sat, 16 May 2015 01:54:51 +0000 (03:54 +0200)]
GuiBox.cpp: add a comment and a string conversion

9 years agoGuiCharacter.cpp: sort all colors, also white
Uwe Stöhr [Sat, 16 May 2015 01:32:45 +0000 (03:32 +0200)]
GuiCharacter.cpp: sort all colors, also white

as proposed by Scott

9 years agosupport for colored boxes
Uwe Stöhr [Sat, 16 May 2015 01:22:37 +0000 (03:22 +0200)]
support for colored boxes

adds support to set colors for some box types (support for the LaTeX commands \fcolorbox and \colorbox)

fileformat change

9 years agoFix compilation with boost 1.58
Georg Baum [Fri, 15 May 2015 22:05:23 +0000 (00:05 +0200)]
Fix compilation with boost 1.58

Newer boost versions use complicated type traits for boost::next and
boost::prior, which do not work with the RandomAccessList iterators.
The long term solution is to use std::next and std::prev, for now supply
simple replacements for compilers that do not support C++11 yet.

9 years agoUpdate tex2lyx test references correctly
Georg Baum [Fri, 15 May 2015 19:27:47 +0000 (21:27 +0200)]
Update tex2lyx test references correctly

This was produced by

make updatetests

9 years agoRevert broken tex2lyx test reference update
Georg Baum [Fri, 15 May 2015 19:23:29 +0000 (21:23 +0200)]
Revert broken tex2lyx test reference update

Revert "tex2lyx testfiles: update to latest fileformat"
This reverts commit afdfc3cf43501a0728cef79385b31afe6f4cf877.

The tex2lyx test vrefernces must be produced by tex2lyx, otherwise the tests
would still fail.

9 years agoAdd note about updating tex2lyx tests
Georg Baum [Fri, 15 May 2015 19:20:28 +0000 (21:20 +0200)]
Add note about updating tex2lyx tests

9 years agoInstantiate trivial_string::c_str() explicitly
Georg Baum [Fri, 15 May 2015 19:01:59 +0000 (21:01 +0200)]
Instantiate trivial_string::c_str() explicitly

This fixes hopefully the compilation of check_trivstring on cygwin and
solaris. Previously I did not use the explicit instantiation, because c_str()
is used by other explicitly instantiated methiods, but for some reason this
does not seem to suffice.

9 years agoGuiBox.cpp: fix logic
Uwe Stöhr [Fri, 15 May 2015 04:04:46 +0000 (06:04 +0200)]
GuiBox.cpp: fix logic

- if pagebreaks are allowed there cannot be defined a width

9 years agoGuiBox.cpp: fix logic
Uwe Stöhr [Fri, 15 May 2015 04:02:41 +0000 (06:02 +0200)]
GuiBox.cpp: fix logic

- if pagebreaks are allowed there cannot be defined a width

9 years agolyx2lyx/lyx_2_2.py: a fix
Uwe Stöhr [Fri, 15 May 2015 02:21:47 +0000 (04:21 +0200)]
lyx2lyx/lyx_2_2.py: a fix

9 years agoInsetBox.cpp: code simplification
Uwe Stöhr [Fri, 15 May 2015 01:59:04 +0000 (03:59 +0200)]
InsetBox.cpp: code simplification

9 years agoGuiBox.cpp: assure that the parameters are not empty
Uwe Stöhr [Fri, 15 May 2015 01:51:11 +0000 (03:51 +0200)]
GuiBox.cpp: assure that the parameters are not empty

9 years agolyx2lyx/lyx_2_2.py: correct a description
Uwe Stöhr [Fri, 15 May 2015 01:41:43 +0000 (03:41 +0200)]
lyx2lyx/lyx_2_2.py: correct a description

9 years agoFix layout tests.
Enrico Forestieri [Thu, 14 May 2015 23:19:50 +0000 (01:19 +0200)]
Fix layout tests.

9 years agotex2lyx testfiles: update to latest fileformat
Uwe Stöhr [Thu, 14 May 2015 21:13:14 +0000 (23:13 +0200)]
tex2lyx testfiles: update to latest fileformat

9 years agotex2lyx/Preamble.cpp: correct capitalization
Uwe Stöhr [Thu, 14 May 2015 21:05:05 +0000 (23:05 +0200)]
tex2lyx/Preamble.cpp: correct capitalization

9 years agosupport for all default colors of the package xcolor
Uwe Stöhr [Thu, 14 May 2015 20:23:44 +0000 (22:23 +0200)]
support for all default colors of the package xcolor

fileformat change

9 years agoCmake build: Abort build-configuration if using a too old c++ gnu compiler
Kornel Benko [Thu, 14 May 2015 19:21:07 +0000 (21:21 +0200)]
Cmake build: Abort build-configuration if using a too old c++ gnu compiler

9 years agoAdd debug output while handling debian package dependences
Kornel Benko [Thu, 14 May 2015 19:19:59 +0000 (21:19 +0200)]
Add debug output while handling debian package dependences

This is cmake build only

9 years agoUpdate sk.po
Kornel Benko [Thu, 14 May 2015 19:18:05 +0000 (21:18 +0200)]
Update sk.po

9 years agoAdd menu entry Document>Disable Editing
Jean-Marc Lasgouttes [Thu, 14 May 2015 18:53:47 +0000 (20:53 +0200)]
Add menu entry Document>Disable Editing

Fixes: bug #6692
9 years agoFix MSVC build
Georg Baum [Thu, 14 May 2015 18:36:12 +0000 (20:36 +0200)]
Fix MSVC build

9 years agoTake into account compressed documents when creating a LyX archive
Enrico Forestieri [Thu, 14 May 2015 16:57:56 +0000 (18:57 +0200)]
Take into account compressed documents when creating a LyX archive

9 years agoUpdate runtests.py to handle \origin for tex2lyx/cmplyx tests used by cmake.
Kornel Benko [Thu, 14 May 2015 12:24:17 +0000 (14:24 +0200)]
Update runtests.py to handle \origin for tex2lyx/cmplyx tests used by cmake.

9 years agoFix LaTeX length export of big numbers (bug 9416)
Georg Baum [Thu, 14 May 2015 10:10:42 +0000 (12:10 +0200)]
Fix LaTeX length export of big numbers (bug 9416)

LaTeX lengths must not use scientific notation, since the + sign has a
different meaning (glue lengths). This is the export part of bug 9416, the GUI
part is still not fixed.

9 years agoShut up compiler warning
Georg Baum [Thu, 14 May 2015 08:48:50 +0000 (10:48 +0200)]
Shut up compiler warning

We know that ceil() returns an integer, although the type is double.

9 years agoMake output of runtests.py better readable
Kornel Benko [Thu, 14 May 2015 08:45:43 +0000 (10:45 +0200)]
Make output of runtests.py better readable

9 years agoUpdate tex2lyx and tests after 306b136c
Enrico Forestieri [Wed, 13 May 2015 23:02:37 +0000 (01:02 +0200)]
Update tex2lyx and tests after 306b136c

9 years agoFix bug #4812 (Layout in local directory lost on Save As, Copying)
Enrico Forestieri [Wed, 13 May 2015 19:40:51 +0000 (21:40 +0200)]
Fix bug #4812 (Layout in local directory lost on Save As, Copying)

The "save-as" part of the bug is fixed by extending the \textclass tag
such that, if a local layout file is used, its path relative to the
document directory is now stored together with the name. If a relative
path cannot be used, an absolute one is used but, in this case, the
document is not usable on a different platform.

The "copy" part is fixed by introducing a new \origin tag, which is
written when the file is saved. This tag stores the absolute path of
the document directory. If the document is manually copied to a
different location, the local layout file is retrivied by using
\origin (which is only updated on save).
This new tag may prove useful also for locating other files when the
document is manually moved to a different directory.

As in the original implementation the files needed for the layout
(for example, a latex class) had to be in the same directory as the
layout file, this directory has also to be added to TEXINPUTS.

9 years agoUpdate tex2lyx tests after 8010b90c
Enrico Forestieri [Wed, 13 May 2015 19:36:36 +0000 (21:36 +0200)]
Update tex2lyx tests after 8010b90c

9 years agoDo not blindly insert ubound Alt-<letter> keybindings.
Juergen Spitzmueller [Wed, 13 May 2015 12:54:52 +0000 (14:54 +0200)]
Do not blindly insert ubound Alt-<letter> keybindings.

Fixes: #5575
9 years agoUnduplicate box strings.
Pavel Sanda [Wed, 13 May 2015 07:15:37 +0000 (00:15 -0700)]
Unduplicate box strings.

9 years agoGuiBox.cpp: make a logic setting more clear
Uwe Stöhr [Tue, 12 May 2015 23:16:35 +0000 (01:16 +0200)]
GuiBox.cpp: make a logic setting more clear

9 years ago#5502 correct short cut for toggle fullscreen - usually it is Control-Command-F on...
Stephan Witt [Tue, 12 May 2015 19:50:29 +0000 (21:50 +0200)]
#5502 correct short cut for toggle fullscreen - usually it is Control-Command-F on Mac; whitespace

9 years agoUse const ref instead of passing by value.
Richard Heck [Tue, 12 May 2015 16:52:36 +0000 (12:52 -0400)]
Use const ref instead of passing by value.

Thinko caught by coverity.

9 years agoPass XHTMLStream by reference. Problem found by coverity.
Richard Heck [Tue, 12 May 2015 14:11:50 +0000 (10:11 -0400)]
Pass XHTMLStream by reference. Problem found by coverity.

The previous code worked because we are writing to the stream, and
the actual odocstream is a member by reference of XHTMLStream.

9 years agoFix left margin with some nested layouts (#9538)
Juergen Spitzmueller [Tue, 12 May 2015 13:47:38 +0000 (15:47 +0200)]
Fix left margin with some nested layouts (#9538)

9 years agoBoxUi.ui: update tooltips and tab order
Uwe Stöhr [Mon, 11 May 2015 22:28:29 +0000 (00:28 +0200)]
BoxUi.ui: update tooltips and tab order

- InsetBox.cpp: constify

9 years agoGuiBox.cpp: re-add lost braces
Uwe Stöhr [Mon, 11 May 2015 20:16:36 +0000 (22:16 +0200)]
GuiBox.cpp: re-add lost braces

- FORMAT: add date

9 years agoadd ability to change box line thickness and separation
Uwe Stöhr [Mon, 11 May 2015 19:30:32 +0000 (21:30 +0200)]
add ability to change box line thickness and separation

fileformat change

9 years agoUpdate sk.po
Kornel Benko [Mon, 11 May 2015 16:11:56 +0000 (18:11 +0200)]
Update sk.po

9 years agoFix enabling/disabling in InsetParams derived dialogs (#9541)
Juergen Spitzmueller [Mon, 11 May 2015 09:35:02 +0000 (11:35 +0200)]
Fix enabling/disabling in InsetParams derived dialogs (#9541)

9 years agofr.po: update from jean-Pierre for master
Uwe Stöhr [Sun, 10 May 2015 23:13:30 +0000 (01:13 +0200)]
fr.po: update from jean-Pierre for master

9 years agostdmenus.inc: add PDF forms example to Help menu
Uwe Stöhr [Sun, 10 May 2015 23:13:05 +0000 (01:13 +0200)]
stdmenus.inc: add PDF forms example to Help menu

9 years agoGuiBox.cpp: add missing braces from previous commit
Uwe Stöhr [Sun, 10 May 2015 19:42:45 +0000 (21:42 +0200)]
GuiBox.cpp: add missing braces from previous commit

9 years agoGuiBox.cpp: fix button logic (fixes bug #9543)
Uwe Stöhr [Sun, 10 May 2015 13:54:03 +0000 (15:54 +0200)]
GuiBox.cpp: fix button logic (fixes bug #9543)

9 years agoGuiBox: Factor out enabling/disabling to checkedWidgets.
Juergen Spitzmueller [Sun, 10 May 2015 11:02:00 +0000 (13:02 +0200)]
GuiBox: Factor out enabling/disabling to checkedWidgets.

Part of: #9541.

9 years agoRemove gcc 3 traces
Georg Baum [Sun, 10 May 2015 08:01:33 +0000 (10:01 +0200)]
Remove gcc 3 traces

We claim that gcc 4.x is needed in INSTALL, so it does not make sense to keep
this old stuff. Instead, I made configure output an error if gcc is too old.

9 years agoFix pasting of PDF from clipboard
Scott Kostyshak [Sat, 9 May 2015 03:26:57 +0000 (23:26 -0400)]
Fix pasting of PDF from clipboard

The command "paste pdf" was always disabled because the
condition in the following "if" statement always returns false

  if (arg == "pdf" && (type = Clipboard::PdfGraphicsType))

The value of "type" is zero in this case because PdfGraphicsType is
the first enum value (and it is not set explicitly to non-zero).

An alternative patch is to put AnyGraphicsType as the first
element of enum GraphicsType, or to set the first element to a
number greater than 0.

To test the bug that this commit fixes, either copy a PDF and try to
paste with the action "paste pdf", or click on the "Edit" menu and
notice (before this commit) the terminal output "Unrecognized
graphics type: pdf".

9 years agolyx_2_2.py: fix a typo
Uwe Stöhr [Sat, 9 May 2015 23:35:55 +0000 (01:35 +0200)]
lyx_2_2.py: fix a typo

9 years agoar.po: update from Hatim
Uwe Stöhr [Sat, 9 May 2015 16:05:25 +0000 (18:05 +0200)]
ar.po: update from Hatim

9 years agoUpdate sk.po
Kornel Benko [Sat, 9 May 2015 14:57:41 +0000 (16:57 +0200)]
Update sk.po

9 years agode.po
Juergen Spitzmueller [Sat, 9 May 2015 13:52:24 +0000 (15:52 +0200)]
de.po

9 years agoSplit different indices in the outliner
Juergen Spitzmueller [Sat, 9 May 2015 13:30:10 +0000 (15:30 +0200)]
Split different indices in the outliner

Fixes: #7012.
9 years agoAdd option to Argument to let it be inserted with a copy of the co-text.
Juergen Spitzmueller [Sat, 9 May 2015 10:17:24 +0000 (12:17 +0200)]
Add option to Argument to let it be inserted with a copy of the co-text.

This is useful for classic "Short Titles", where one might want to start
with the full title in the inset.

Addresses: #4745

9 years agoWhitespace
Juergen Spitzmueller [Sat, 9 May 2015 10:05:45 +0000 (12:05 +0200)]
Whitespace

9 years agoAdapt enumii counter display to KOMA default as suggested in #3311.
Juergen Spitzmueller [Sat, 9 May 2015 09:13:28 +0000 (11:13 +0200)]
Adapt enumii counter display to KOMA default as suggested in #3311.

Candidate for branch.

9 years agoAdd commented ASCII control pictures
Georg Baum [Fri, 8 May 2015 20:00:40 +0000 (22:00 +0200)]
Add commented ASCII control pictures

The list was taken by a patch from Jürgen for bug #5704.

9 years agoFix build with GNU libstdc++ C++11 ABI
Georg Baum [Fri, 8 May 2015 19:12:42 +0000 (21:12 +0200)]
Fix build with GNU libstdc++ C++11 ABI

The GNU libstdc++ that ships witch gcc 5 can be used with the same ABI as
older versions, or with a new ABI which is conformant to the C++11 standard.
LyX did not build if the latter was used:
https://kojipkgs.fedoraproject.org//work/tasks/1267/9651267/build.log

This is now fixed by detecting the ABI version and disabling the wrong forward
declarations. At the same time, STD_STRING_USES_COW is switched off for the
C++11 ABI version, because the std::basic_string implementation is now C++11
conformant. Since the GNU libstdc++ can also used by other compilers such as
clang, we must not test for the compiler version.

9 years ago#1720 disable document buffer related LFUNs in GUI view if the work area has no focus
Stephan Witt [Fri, 8 May 2015 17:09:00 +0000 (19:09 +0200)]
#1720 disable document buffer related LFUNs in GUI view if the work area has no focus

9 years agoFix compilation after e93444e7
Enrico Forestieri [Fri, 8 May 2015 12:15:38 +0000 (14:15 +0200)]
Fix compilation after e93444e7

Stephan, please check whether RowPainter::paintMisspelledMark has
to be extended to use a third parameter, instead.

9 years ago#9514 improved document iterator for correct check of speller disabled state
Stephan Witt [Fri, 8 May 2015 09:13:32 +0000 (11:13 +0200)]
#9514 improved document iterator for correct check of speller disabled state

9 years agoForgot this.
Juergen Spitzmueller [Fri, 8 May 2015 07:51:09 +0000 (09:51 +0200)]
Forgot this.

9 years agoDocument PassThruChars option of argument.
Juergen Spitzmueller [Fri, 8 May 2015 07:37:28 +0000 (09:37 +0200)]
Document PassThruChars option of argument.

9 years agoImplement PassThruChars to Argument
Juergen Spitzmueller [Fri, 8 May 2015 07:32:31 +0000 (09:32 +0200)]
Implement PassThruChars to Argument

Closes: #9535.
9 years agoLINGUAS: ad another missing bit and correct sorting
Uwe Stöhr [Thu, 7 May 2015 22:37:08 +0000 (00:37 +0200)]
LINGUAS: ad another missing bit and correct sorting

9 years agoFix building of .gmo files
Georg Baum [Thu, 7 May 2015 19:59:14 +0000 (21:59 +0200)]
Fix building of .gmo files

This was missing in 026b6ad29c091ed.

9 years agoMake static variable non-static
Georg Baum [Mon, 13 Apr 2015 19:07:05 +0000 (21:07 +0200)]
Make static variable non-static

This is still a hack, but a less dangerous one. The old code had a problem
if it was called from different threads, or if for some reason it would get
called recursively.

9 years agoRevert correctly cursor font after undo a font toggle
Jean-Marc Lasgouttes [Thu, 7 May 2015 13:56:22 +0000 (15:56 +0200)]
Revert correctly cursor font after undo a font toggle

The recordUndoSelection call was done after the modification of cursor font. This is bad.

Fixes: #9537
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