]> git.lyx.org Git - lyx.git/log
lyx.git
12 years agoAdd commit to prefs2prefs.
Richard Heck [Tue, 22 May 2012 12:57:25 +0000 (08:57 -0400)]
Add commit to prefs2prefs.

12 years agoAdd "nice" flag for converters, addressing final problem with bug #4624.
Richard Heck [Tue, 22 May 2012 12:23:27 +0000 (08:23 -0400)]
Add "nice" flag for converters, addressing final problem with bug #4624.

12 years agoFix typo.
Richard Heck [Tue, 22 May 2012 12:14:33 +0000 (08:14 -0400)]
Fix typo.

12 years agoUpdate it.po
Enrico Forestieri [Sun, 20 May 2012 21:35:42 +0000 (23:35 +0200)]
Update it.po

12 years agoFix bug #8164: lyxpak.py fails to include filenames with spaces
Enrico Forestieri [Sun, 20 May 2012 14:32:47 +0000 (16:32 +0200)]
Fix bug #8164: lyxpak.py fails to include filenames with spaces

People love embedding spaces in filenames, so account for that.

12 years agoTextMetrics.cpp: comment out addressBreakPoint function
Lars Gullik Bjønnes [Sun, 20 May 2012 08:56:44 +0000 (10:56 +0200)]
TextMetrics.cpp: comment out addressBreakPoint function

Only user of this function is code that has been commented out, comment
out this function as well.

Signed-off-by: Lars Gullik Bjønnes <larsbj@gullik.org>
12 years agode.po: update
Juergen Spitzmueller [Sat, 19 May 2012 11:49:19 +0000 (13:49 +0200)]
de.po: update

12 years ago* sk.po
Kornel Benko [Sat, 19 May 2012 09:10:54 +0000 (11:10 +0200)]
* sk.po

12 years agoIf a file is saved as, reset its master if it has any, thus preventing a crash (bug...
Juergen Spitzmueller [Sat, 19 May 2012 08:16:28 +0000 (10:16 +0200)]
If a file is saved as, reset its master if it has any, thus preventing a crash (bug 8161)

12 years agoRevert this change. Needs more thought
Juergen Spitzmueller [Sat, 19 May 2012 07:56:00 +0000 (09:56 +0200)]
Revert this change. Needs more thought

12 years agoinstaller: Jabref 2.8 is out; updates for next release
Uwe Stöhr [Fri, 18 May 2012 21:23:50 +0000 (23:23 +0200)]
installer: Jabref 2.8 is out; updates for next release

12 years agoseminar.lyx: new example file from Günter Milde (forgot it in last commit)
Uwe Stöhr [Fri, 18 May 2012 21:21:35 +0000 (23:21 +0200)]
seminar.lyx: new example file from Günter Milde (forgot it in last commit)

12 years agoseminar.layout: new version from Günter Milde (bug #7624)
Uwe Stöhr [Fri, 18 May 2012 19:24:28 +0000 (21:24 +0200)]
seminar.layout: new version from Günter Milde (bug #7624)

12 years agostdcontext.inc: fix 2 shortcut clashes (bug #8023), OK for branch too?
Uwe Stöhr [Fri, 18 May 2012 19:02:22 +0000 (21:02 +0200)]
stdcontext.inc: fix 2 shortcut clashes (bug #8023), OK for branch too?

12 years ago* doxy
Pavel Sanda [Thu, 17 May 2012 17:12:27 +0000 (19:12 +0200)]
* doxy

12 years agotypo
Pavel Sanda [Wed, 16 May 2012 16:05:07 +0000 (18:05 +0200)]
typo

12 years ago* Additional.lyx
Pavel Sanda [Wed, 16 May 2012 15:04:26 +0000 (17:04 +0200)]
* Additional.lyx

12 years agoAllow an unnamed buffer to be saved with the same name
Vincent van Ravesteijn [Mon, 14 May 2012 13:26:51 +0000 (15:26 +0200)]
Allow an unnamed buffer to be saved with the same name

The check whether fname != oldname does not work for unnamed buffers.
Therefore, we check explicitly whether the Buffer that already exists with
the same name isn't really the buffer we are trying to save.

12 years agoWe need to clean the HTML id before writing it.
Richard Heck [Mon, 14 May 2012 12:29:17 +0000 (08:29 -0400)]
We need to clean the HTML id before writing it.

12 years agoFix bug #7641: Freeze when removing itemized first paragraph
unknown [Mon, 14 May 2012 12:21:49 +0000 (14:21 +0200)]
Fix bug #7641: Freeze when removing itemized first paragraph

Text::outerFont looks recursively for paragraphs before the current one
which has a lower depth. If such a paragraph cannot be found, depthHook
and outerHook return the current paragraph. As such, we end up in an
infinite loop. So, if we find a par_depth that was the same as the
previous one, we apparently can't find a suitable paragraph and we should
quit the loop.

12 years agoFix bug #7982: LyX does not work if working directory a hard disk drive like D:\
Enrico Forestieri [Mon, 14 May 2012 11:08:30 +0000 (13:08 +0200)]
Fix bug #7982: LyX does not work if working directory a hard disk drive like D:\

In this case, the working dir has already a slash at the end.
Appending another one would result in a path ending with a double slash,
which has a special meaning when used in TEXINPUTS (all subdirs would
be recursively scanned). So, avoid doing that.

12 years agoFix bug #8156.
Richard Heck [Sun, 13 May 2012 17:49:24 +0000 (13:49 -0400)]
Fix bug #8156.
We want the key as id, not the label (which is optional).
We also need a kind of namespace for the citation ids.
We should also clean the id tag before using it.

12 years agoStyle.
Richard Heck [Fri, 11 May 2012 13:13:07 +0000 (09:13 -0400)]
Style.

12 years agoForgot the test case for bug #8116.
Georg Baum [Sun, 13 May 2012 16:54:14 +0000 (18:54 +0200)]
Forgot the test case for bug #8116.

12 years agoFix bug #8116.
Georg Baum [Sun, 13 May 2012 16:41:51 +0000 (18:41 +0200)]
Fix bug #8116.

The string we parse as name may contain backslashes if \csname ... \endcsname
is used. Therefore we have to output it using asInput() instead of cs().

12 years agoNew function BufferList::newInternalBuffer
Vincent van Ravesteijn [Sat, 12 May 2012 12:11:56 +0000 (14:11 +0200)]
New function BufferList::newInternalBuffer

This solves the problem that newBuffer() already use Buffer::isInternal
but there was no chance to set it yet.

12 years agoRemove read_only parameter from newBuffer
Vincent van Ravesteijn [Sat, 12 May 2012 11:54:20 +0000 (13:54 +0200)]
Remove read_only parameter from newBuffer

This parameter defaults to false and it is never set to true. So, we can
better remove the parameter.

12 years agoAllow autoconf 2.69 and automake 1.12
Jean-Marc Lasgouttes [Fri, 11 May 2012 13:44:48 +0000 (15:44 +0200)]
Allow autoconf 2.69 and automake 1.12

12 years agoAdd lo* converters for libreoffice. Fixes #8148.
Richard Heck [Thu, 10 May 2012 20:01:42 +0000 (16:01 -0400)]
Add lo* converters for libreoffice. Fixes #8148.

12 years agoFix again a missing slash in [ce16d82e/lyxgit]
Vincent van Ravesteijn [Thu, 10 May 2012 19:59:37 +0000 (21:59 +0200)]
Fix again a missing slash in [ce16d82e/lyxgit]

12 years agoWhitespace.
Richard Heck [Thu, 10 May 2012 19:44:25 +0000 (15:44 -0400)]
Whitespace.

12 years agoFix #8021: add geany et al. to configure.py
Pavel Sanda [Thu, 10 May 2012 14:26:44 +0000 (16:26 +0200)]
Fix #8021: add geany et al. to configure.py
Patch from Liviu Andronic.

12 years agoFix #8018: add converter for makebeamerinfo (to use with Impressive)
Pavel Sanda [Thu, 10 May 2012 14:14:14 +0000 (16:14 +0200)]
Fix #8018: add converter for makebeamerinfo (to use with Impressive)
Patch from Liviu Andronic.

12 years ago* sk.po
Kornel Benko [Thu, 10 May 2012 10:07:00 +0000 (12:07 +0200)]
* sk.po

12 years agoFix missing slash in [ce16d82e/lyxgit].
Vincent van Ravesteijn [Thu, 10 May 2012 09:55:55 +0000 (11:55 +0200)]
Fix missing slash in [ce16d82e/lyxgit].

12 years agoFix commit [ce16d82e/lyxgit].
Vincent van Ravesteijn [Thu, 10 May 2012 09:26:02 +0000 (11:26 +0200)]
Fix commit [ce16d82e/lyxgit].

12 years agoFix bug #8153: Update to lib/unicodesymbols
Vincent van Ravesteijn [Thu, 10 May 2012 09:19:40 +0000 (11:19 +0200)]
Fix bug #8153: Update to lib/unicodesymbols

Patch from Guenter Milde.

12 years agoTextMetrics::leftMargin(): Explain why the disabled code is wrong
Vincent van Ravesteijn [Thu, 10 May 2012 08:39:38 +0000 (10:39 +0200)]
TextMetrics::leftMargin(): Explain why the disabled code is wrong

12 years agoFix bug #8152: Uneditable long rows for 'Right addresses'
Vincent van Ravesteijn [Wed, 9 May 2012 19:46:37 +0000 (21:46 +0200)]
Fix bug #8152: Uneditable long rows for 'Right addresses'

As long as leftMargin() is not correctly implemented for
MARGIN_RIGHT_ADDRESS_BOX, we should also not do this here. Otherwise, long
rows will be painted off the screen and will not be editable.

12 years agoFix buddies in tabular dialog, patch from John Tapsell.
Pavel Sanda [Wed, 9 May 2012 10:22:40 +0000 (12:22 +0200)]
Fix buddies in tabular dialog, patch from John Tapsell.

12 years agoGuiViewSource - prevent null-pointer crash if backend format is not found.
Pavel Sanda [Wed, 9 May 2012 07:14:11 +0000 (09:14 +0200)]
GuiViewSource - prevent null-pointer crash if backend format is not found.
Patch from John Tapsell.

12 years agoMath.lyx: typos, textual improvements and formatting issues spotted or suggested...
Uwe Stöhr [Mon, 7 May 2012 21:24:56 +0000 (23:24 +0200)]
Math.lyx: typos, textual improvements and formatting issues spotted or suggested by Scott Kostyshak (final part 2)

12 years agoConsistent casing of menu items
Vincent van Ravesteijn [Mon, 7 May 2012 19:25:44 +0000 (21:25 +0200)]
Consistent casing of menu items

12 years ago* sk.po
Kornel Benko [Sun, 6 May 2012 20:05:45 +0000 (22:05 +0200)]
* sk.po

12 years agoAdd revision
Georg Baum [Sun, 6 May 2012 18:49:28 +0000 (20:49 +0200)]
Add revision

12 years agoDisentangle amsmath and amssymb loading.
Georg Baum [Sun, 6 May 2012 18:48:04 +0000 (20:48 +0200)]
Disentangle amsmath and amssymb loading.

This is needed if you load a font package incompatible to amssymb manually
(see bug #5058).

12 years agoAlso generate a packages.lst when configuring without LaTeX
Vincent van Ravesteijn [Fri, 4 May 2012 12:56:37 +0000 (14:56 +0200)]
Also generate a packages.lst when configuring without LaTeX

A default txtclass.lst is generated, but no packages.lst was generated.
This causes every start to run configure.py.

12 years agoProperly mark a buffer as internal
Vincent van Ravesteijn [Sun, 6 May 2012 18:06:28 +0000 (20:06 +0200)]
Properly mark a buffer as internal

Checking the extension of the temporary filename doesn't work anymore
since the naming of temporary files was corrected.

12 years agoImport table cells in turn environment.
Georg Baum [Sun, 6 May 2012 17:12:51 +0000 (19:12 +0200)]
Import table cells in turn environment.

This is a part of bug #8081: Translate cells in
\begin{turn}{number}...\end{turn} to native syntax.

12 years agoImport table cells in sideways environment.
Georg Baum [Sun, 6 May 2012 16:47:53 +0000 (18:47 +0200)]
Import table cells in sideways environment.

This is a part of bug #8081: Translate cells in
\begin{sideways}...\end{sideways} to native syntax. The turn environment
comes in a later commit, since this one os suitable for backporting.

12 years agoDo not swallow newlines after \usepackage.
Georg Baum [Sun, 6 May 2012 15:37:09 +0000 (17:37 +0200)]
Do not swallow newlines after \usepackage.

12 years agoDo not swallow math comments in tex2lyx.
Georg Baum [Sun, 6 May 2012 14:46:06 +0000 (16:46 +0200)]
Do not swallow math comments in tex2lyx.

This is not needed, since LyX supports comments in math. Data loss with math
comments containing a backslash in LyX has been fixed as well.
The test case was found in bug #8104.

12 years agoStrip gecos on Unix systems on user name only.
Pavel Sanda [Sun, 6 May 2012 11:36:54 +0000 (13:36 +0200)]
Strip gecos on Unix systems on user name only.
Patch from Scott Kostyshak.

12 years agoFix compilation
Vincent van Ravesteijn [Thu, 3 May 2012 15:56:52 +0000 (17:56 +0200)]
Fix compilation

Compile fix for [b0b8e5f5/lyxgit].

12 years agoFix bug #5167: Correctly paint special characters in InsetMathFont
Vincent van Ravesteijn [Thu, 3 May 2012 13:51:55 +0000 (15:51 +0200)]
Fix bug #5167: Correctly paint special characters in InsetMathFont

When using, e.g., a 'mathcal' inset in math, the inline completion and
other special characters like '\#', '{..}' are are painted in the
'mathcal' font as well. This is overcome by setting the mathnormal font
before painted these characters.

12 years agoMove metrics computation close to drawing for drawStrRed/Black
Vincent van Ravesteijn [Thu, 3 May 2012 14:28:28 +0000 (16:28 +0200)]
Move metrics computation close to drawing for drawStrRed/Black

12 years agoconfigure.py: Replace 'ltx' by 'log' case insensitively
Vincent van Ravesteijn [Thu, 3 May 2012 13:11:10 +0000 (15:11 +0200)]
configure.py: Replace 'ltx' by 'log' case insensitively

On windows the temporary filename consists of uppercase characters. This
causes that the extension does not get replaced, and the logfile is left
behind.

Checking the extension case insensitively will correctly remove the
logfile.

12 years agoExclude stdinsets.inc from basic layout if we exclude stdclass.inc
Vincent van Ravesteijn [Thu, 3 May 2012 10:02:34 +0000 (12:02 +0200)]
Exclude stdinsets.inc from basic layout if we exclude stdclass.inc

If loading a basic layout fails, we try to load a basic layout without
stdclass.inc instead. However, this still 'implicitly' requires
stdinsets.inc. If the load failed because stdclass.inc couldn't be loaded,
we expect that stdinsets.inc can't be loaded as well, so we should exclude
stdinsets.inc as well.

This prevents an assertion if stdinsets.inc can't be found or can't be
loaded. This can happen when the layouts have the wrong format and python
is not available.

12 years agoAlways require a mask to get a temporary filename
Vincent van Ravesteijn [Thu, 3 May 2012 09:55:54 +0000 (11:55 +0200)]
Always require a mask to get a temporary filename

If no mask is supplied or the mask is attached to the end of the filename, we end up with unexpected names like
  <system-temp-dir>\lyx_tmpdir.qHp780.vcr780_<mask>
instead of a temporary file in the lyx temporary directory like
  <system-temp-dir>\lyx_tmpdir.qHp780\<mask>.vcr780.

12 years agoFix on screen display of nested enumerations in Spanish and Galician
Jean-Marc Lasgouttes [Thu, 3 May 2012 13:44:58 +0000 (15:44 +0200)]
Fix on screen display of nested enumerations in Spanish and Galician

This is an old bug report from 2009 that I stumbled upon while cleaning my mailbox:
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg74832.html

It seems that the proposed fix never got applied: translate properly enumii/enumiii/enumiv in es.po.

After checking in babel sources which packages changes the enum* counters, I did the same thing to gl.po

12 years agoRemove workaround that is not useful anymore
Jean-Marc Lasgouttes [Wed, 18 Apr 2012 10:58:28 +0000 (12:58 +0200)]
Remove workaround that is not useful anymore

12 years agoForgot the return value.
Richard Heck [Thu, 3 May 2012 13:09:47 +0000 (09:09 -0400)]
Forgot the return value.

12 years agoFix bug #8087: Include children in plaintext export.
Richard Heck [Mon, 19 Mar 2012 21:33:47 +0000 (17:33 -0400)]
Fix bug #8087: Include children in plaintext export.

12 years agoBefore we process the LFUN, make sure that it is actually intended
Richard Heck [Sun, 15 Apr 2012 12:59:46 +0000 (08:59 -0400)]
Before we process the LFUN, make sure that it is actually intended
for us.

12 years agoTry to fix bug 8124. We enable LFUN_INSET_MODIFY in InsetBox if it
Richard Heck [Sat, 14 Apr 2012 21:32:25 +0000 (17:32 -0400)]
Try to fix bug 8124. We enable LFUN_INSET_MODIFY in InsetBox if it
is intended for us, i.e., if the first argument is "box". Maybe we
should also check to make sure that the rest of the arguments are
good, but we used just to return true no matter what the argument
was, so this is an improvement.

LFUN_INSET_MODIFY is really kind of a mess.

12 years agoFix bug #953: Paint text decorations for spaces
Vincent van Ravesteijn [Wed, 2 May 2012 16:02:52 +0000 (18:02 +0200)]
Fix bug #953: Paint text decorations for spaces

12 years agoFactor out painting of text decorations
Vincent van Ravesteijn [Wed, 2 May 2012 16:02:17 +0000 (18:02 +0200)]
Factor out painting of text decorations

12 years agoFix bug #7914: Freeze on docbook export of lists and bibliography
Vincent van Ravesteijn [Wed, 2 May 2012 13:34:56 +0000 (15:34 +0200)]
Fix bug #7914: Freeze on docbook export of lists and bibliography

The LATEX_LIST_ENVIRONMENT and LATEX_BIB_ENVIRONMENT type paragraphs are
not yet implemented in DocBook export. However, we need to actively skip
these paragraphs in order not to end up in an endless loop.

12 years agoFix bug #8089: Handle spaces at the end of the stream
Vincent van Ravesteijn [Wed, 2 May 2012 11:41:09 +0000 (13:41 +0200)]
Fix bug #8089: Handle spaces at the end of the stream

If the stream is good (i.e. there are still tokens) and we expect an
argument, we call getArg(). However, if there are only spaces, the stream
suddenly isn't good anymore after 'skipSpaces' and we would get an error
when calling 'getChar'. Therefore we have to check whether the stream is
still good.

12 years agoMathParser: Do not rewind the stream if we can't read from it
Vincent van Ravesteijn [Wed, 2 May 2012 11:37:32 +0000 (13:37 +0200)]
MathParser: Do not rewind the stream if we can't read from it

If the stream is not good, we don't need to 'putback', because we didn't
read anything yet. If we now do rewind the stream, we are asking for
problems as in bug #8089.

This was introduced in [3cafb856\lyxgit] to fix bug #4318.

12 years agoConstness, etc.
Richard Heck [Tue, 1 May 2012 17:02:10 +0000 (13:02 -0400)]
Constness, etc.

12 years agoWe don't need to rescan everything from the BibTeX dialog, just
Richard Heck [Tue, 1 May 2012 16:54:17 +0000 (12:54 -0400)]
We don't need to rescan everything from the BibTeX dialog, just
the bib and bst files.

12 years agoFix bug #8140: Crash with math macros and input completion
Enrico Forestieri [Mon, 30 Apr 2012 21:55:34 +0000 (23:55 +0200)]
Fix bug #8140: Crash with math macros and input completion

When clicking away in the same math inset after hitting '\', the
cursor may be broken and all of its instances have to be fixed.

12 years agoFix bug #8078: Assertions in xhtml output on Windows
Vincent van Ravesteijn [Thu, 26 Apr 2012 14:31:42 +0000 (16:31 +0200)]
Fix bug #8078: Assertions in xhtml output on Windows

12 years agoIndicate that this rtl variable is only valid on the last row
Vincent van Ravesteijn [Sun, 29 Apr 2012 20:46:49 +0000 (22:46 +0200)]
Indicate that this rtl variable is only valid on the last row

Otherwise the variable might be used incorrectly as in [0a137e31/lyxgit].

12 years agoFix bug #7518: Assert when selecting in RTL text
Vincent van Ravesteijn [Sun, 29 Apr 2012 20:46:17 +0000 (22:46 +0200)]
Fix bug #7518: Assert when selecting in RTL text

If we are in rtl text, we *need* to check whether the first character is a
space. We can't use the rtl variable for this because this is only
computed on the last row.

This bug was introduced in [0a137e31/lyxgit] to fix the computation for
freespacing paragraphs. We better can just check whether the paragraph is
freespacing or not.

12 years agoFix bug #7667: Pixmap cache and CT lead to random colors
Vincent van Ravesteijn [Sun, 29 Apr 2012 12:26:24 +0000 (14:26 +0200)]
Fix bug #7667: Pixmap cache and CT lead to random colors

The signature of the character in cache should take into account the
change tracking baseColor (author) and mergeColor (added/deleted). If not,
we will mixup different cached pixmaps.

12 years agoReset the (running) change in PainterInfo
Vincent van Ravesteijn [Sun, 29 Apr 2012 11:44:58 +0000 (13:44 +0200)]
Reset the (running) change in PainterInfo

When an InsetText is deleted, all lines in the inset are painted as
deleted. This status should be restored afterwards. If not, insets will be
painted in the wrong color afterwards (e.g. tables).

12 years agoFix bug #7653: Quotation marks have wrong color
Vincent van Ravesteijn [Sun, 29 Apr 2012 10:31:31 +0000 (12:31 +0200)]
Fix bug #7653: Quotation marks have wrong color

Quotation marks had the wrong color when using change tracking, or when
selecting.

12 years agoDo not show deleted text in the html title
Vincent van Ravesteijn [Thu, 26 Apr 2012 14:29:58 +0000 (16:29 +0200)]
Do not show deleted text in the html title

12 years agoFix a typo
Vincent van Ravesteijn [Wed, 25 Apr 2012 19:56:38 +0000 (21:56 +0200)]
Fix a typo

12 years agoDo not test unused packages
Vincent van Ravesteijn [Wed, 25 Apr 2012 19:56:18 +0000 (21:56 +0200)]
Do not test unused packages

These packages are no longer used since they are commented out in the
lib/unicodesymbols file.

12 years agoBufferView::dispatch(): add a missing break
Vincent van Ravesteijn [Sun, 15 Apr 2012 18:28:09 +0000 (20:28 +0200)]
BufferView::dispatch(): add a missing break

12 years agoMerge branch 'master' of git.lyx.org:lyx
Jürgen Spitzmüller [Sun, 29 Apr 2012 09:51:07 +0000 (11:51 +0200)]
Merge branch 'master' of git.lyx.org:lyx

Conflicts:
po/de.po

Signed-off-by: Jürgen Spitzmüller <jspitzm@linux-np7j.(none)>
12 years agode.po: some changes as discussed on the list.
Jürgen Spitzmüller [Sun, 29 Apr 2012 09:39:16 +0000 (11:39 +0200)]
de.po: some changes as discussed on the list.

12 years agogenerate_contributions.py, CREDITS: correct Ignacio's mail address to one that works
Uwe Stöhr [Sat, 28 Apr 2012 15:16:42 +0000 (17:16 +0200)]
generate_contributions.py, CREDITS: correct Ignacio's mail address to one that works
OK for branch or do we have a policy that doesn't allow to change the mail addresses?

12 years ago* sk.po
Kornel Benko [Sat, 28 Apr 2012 08:42:19 +0000 (10:42 +0200)]
* sk.po

12 years agoAllow viewing full file of plaintext source.
Richard Heck [Sat, 28 Apr 2012 01:17:08 +0000 (21:17 -0400)]
Allow viewing full file of plaintext source.

12 years agoRe-organize logic of getSourceCode() routine, so we can see XHTML
Richard Heck [Sat, 28 Apr 2012 01:14:25 +0000 (21:14 -0400)]
Re-organize logic of getSourceCode() routine, so we can see XHTML
for DocBook files.

12 years agoFix bug #8139 and a thinko in [737e9b2c/lyxgit].
Enrico Forestieri [Thu, 26 Apr 2012 13:23:42 +0000 (15:23 +0200)]
Fix bug #8139 and a thinko in [737e9b2c/lyxgit].

I had already noticed the above mentioned thinko and this commit
should have been part of [3285ce1d5/lygit] but somehow I managed
to lose it in the git branches game: do a branch for that, than
try a different thing in another branch, then rebase to avoid
merge conficts, and finally delete all unneeded branches. Well it
is too much easy to do the wrong thing and pick the wrong branch,
deleting the right one. I will never follow the git way anymore
and will do I was used to do with svn.

12 years agoMath.lyx: typos, textual improvements and formatting issues spotted or suggested...
Uwe Stöhr [Wed, 25 Apr 2012 23:27:46 +0000 (01:27 +0200)]
Math.lyx: typos, textual improvements and formatting issues spotted or suggested by Scott Kostyshak (part 1)

12 years agolayouttranslations: revert [40cc43f150ab5da386fb0358805389c657b77c4c/lyxgit]
Uwe Stöhr [Wed, 25 Apr 2012 21:18:05 +0000 (23:18 +0200)]
layouttranslations: revert [40cc43f150ab5da386fb0358805389c657b77c4c/lyxgit]

12 years agoThesaurus keyword combo completion (bug #8138).
Pavel Sanda [Wed, 25 Apr 2012 14:39:40 +0000 (16:39 +0200)]
Thesaurus keyword combo completion (bug #8138).

12 years agoTypo in 503bd6cf71, patch from Scott Kostyshak.
Pavel Sanda [Wed, 25 Apr 2012 08:41:26 +0000 (10:41 +0200)]
Typo in 503bd6cf71, patch from Scott Kostyshak.

12 years agoAttempt to fix #8137 (arrived at r40862).
Pavel Sanda [Mon, 23 Apr 2012 23:54:31 +0000 (01:54 +0200)]
Attempt to fix #8137 (arrived at r40862).
1) Revert to designer compilable by older Qt's
2) Remove spacer in right part of dialog
3) Decrease height.

12 years agoDon't output extra body tags with included files.
Richard Heck [Mon, 23 Apr 2012 17:55:13 +0000 (13:55 -0400)]
Don't output extra body tags with included files.

12 years agolayouttranslations: correct a German and English translation
Uwe Stöhr [Sun, 22 Apr 2012 23:34:24 +0000 (01:34 +0200)]
layouttranslations: correct a German and English translation

12 years agoUpdate it.po
Enrico Forestieri [Sun, 22 Apr 2012 22:16:46 +0000 (00:16 +0200)]
Update it.po

12 years agoUpdate layouttranslations
Enrico Forestieri [Sun, 22 Apr 2012 21:39:15 +0000 (23:39 +0200)]
Update layouttranslations

12 years agofi.po reminder from #8115
Pavel Sanda [Sun, 22 Apr 2012 10:49:22 +0000 (12:49 +0200)]
fi.po reminder from #8115