]> git.lyx.org Git - lyx.git/log
lyx.git
11 years agoAdd modifier to jurabib and natbib (author-year) modules.
Julien Rioux [Mon, 13 May 2013 18:58:12 +0000 (20:58 +0200)]
Add modifier to jurabib and natbib (author-year) modules.

11 years agoNatbib authoryear uses (Ref1; Ref2) by default.
Julien Rioux [Mon, 13 May 2013 18:29:49 +0000 (20:29 +0200)]
Natbib authoryear uses (Ref1; Ref2) by default.

I was confused when I checked this. It looks like plainnat.bst
overwrites this default to use [Ref1, Ref2] style instead, but
when using natbib's defaults you get the (Ref1; Ref2) style.

11 years agoInitialize BibTeXInfo modifier to zero, always.
Julien Rioux [Mon, 13 May 2013 18:26:46 +0000 (20:26 +0200)]
Initialize BibTeXInfo modifier to zero, always.

11 years agoGet font sizes working for XHTML.
Richard Heck [Mon, 13 May 2013 16:22:41 +0000 (12:22 -0400)]
Get font sizes working for XHTML.

11 years agoGet font families working for XHTML.
Richard Heck [Mon, 13 May 2013 15:58:52 +0000 (11:58 -0400)]
Get font families working for XHTML.

11 years agoXHTML support for font shapes.
Richard Heck [Fri, 10 May 2013 20:58:38 +0000 (16:58 -0400)]
XHTML support for font shapes.

11 years agoRework that way that font tags are handled in XHTML output. We need
Richard Heck [Tue, 7 May 2013 06:34:15 +0000 (02:34 -0400)]
Rework that way that font tags are handled in XHTML output. We need
to do this in order to handle span tags properly, when they act as
font tags.

11 years agoRework the way the parsep tag is handled, and introduce comparison
Richard Heck [Tue, 7 May 2013 06:30:26 +0000 (02:30 -0400)]
Rework the way the parsep tag is handled, and introduce comparison
operators for these tags.

11 years agoRework how paragraph ids are handled.
Richard Heck [Tue, 7 May 2013 05:16:14 +0000 (01:16 -0400)]
Rework how paragraph ids are handled.

Previously, an empty paragraph would always yield something like:
<div><a id='magicparid-35' /></div>
because we had no way to "defer" the anchor tag. Now this is wrapped
into the div, in effect, and we abandon it all if there's no content.

11 years agoReorganize the TagStack objects.
Richard Heck [Tue, 7 May 2013 04:19:34 +0000 (00:19 -0400)]
Reorganize the TagStack objects.

11 years ago* sk.po
Kornel Benko [Mon, 13 May 2013 12:51:03 +0000 (14:51 +0200)]
* sk.po

11 years agoTranslate build version strings
Vincent van Ravesteijn [Mon, 13 May 2013 10:45:59 +0000 (12:45 +0200)]
Translate build version strings

11 years agoRemove the 'running' booleans quit and optional
Vincent van Ravesteijn [Mon, 13 May 2013 09:21:53 +0000 (11:21 +0200)]
Remove the 'running' booleans quit and optional

Reason for this 'cleanup' is the strange "optional = false" lines at the
end of the "case md_item" and "case md_subitem". Then, it is nicer to
directly use the value of the switch to be the running variable and to use
this to determine whether an item is optional and whether we should quit.

11 years agoFix assert: Do not use translated names as keys
Vincent van Ravesteijn [Sun, 12 May 2013 16:30:59 +0000 (18:30 +0200)]
Fix assert: Do not use translated names as keys

The panels in GuiDocument and GuiPrefs are stored in a map. The keys are
the translated descriptions of these panels. Whenever someone changes the
gui language and reopens the Document Settings pane, LyX asserted because
it could not find the "Child Documents" pane.

11 years agoAdd a function to translate QStrings
Vincent van Ravesteijn [Sun, 12 May 2013 16:30:40 +0000 (18:30 +0200)]
Add a function to translate QStrings

11 years agoFix crash with FindAndReplaceUi
Vincent van Ravesteijn [Fri, 10 May 2013 14:20:14 +0000 (16:20 +0200)]
Fix crash with FindAndReplaceUi

In commit bd9e8fecd the currentIndex of the FindAndReplaceAdv Pane was
changed from 0 to 1. Since then LyX crashed when requesting the pane or
when changing LyX preferences.

This patch reverts this, although it is not clear why it would crash
otherwise. It is still committed like this, because LyX is unusable
without.

11 years agoRemove ; from end of function definitions
Lars Gullik Bjønnes [Sun, 12 May 2013 11:00:02 +0000 (13:00 +0200)]
Remove ; from end of function definitions

11 years agoUserGuide.lyx: next revision step
Uwe Stöhr [Sun, 12 May 2013 10:57:14 +0000 (12:57 +0200)]
UserGuide.lyx: next revision step

- sec. 6.7 - 6.13

11 years agoMake the different paste menu items optional
Georg Baum [Sat, 11 May 2013 07:39:06 +0000 (09:39 +0200)]
Make the different paste menu items optional

This was suggested by Jean-Marc some time ago, and I simply forgot to apply.
With this change you do not see unusable menu entries like linkback on linux
anymore. I also added an entry for emf, since this will be quite useful on
windows.

11 years agoThis probably doesn't matter, but the reason for bug #8666 traces,
Richard Heck [Fri, 10 May 2013 17:47:03 +0000 (13:47 -0400)]
This probably doesn't matter, but the reason for bug #8666 traces,
ultimately, to the layout conversion for format 2.

11 years agoFix bug #8666. Parts should have toclevel -1.
Richard Heck [Fri, 10 May 2013 17:17:47 +0000 (13:17 -0400)]
Fix bug #8666. Parts should have toclevel -1.

A lot of this involves removing toclevel tags. They got introduced
by the automatic update of some layout files to format 19.

11 years agoPageLayoutUi.ui: use a more sensible option name
Uwe Stöhr [Fri, 10 May 2013 16:34:05 +0000 (18:34 +0200)]
PageLayoutUi.ui: use a more sensible option name

11 years agoMath.lyx: fix a typo
Uwe Stöhr [Fri, 10 May 2013 14:24:11 +0000 (16:24 +0200)]
Math.lyx: fix a typo

11 years agoGuiMathMatrix.cpp: fix a compiler warning
Uwe Stöhr [Fri, 10 May 2013 11:13:20 +0000 (13:13 +0200)]
GuiMathMatrix.cpp: fix a compiler warning

11 years agoRemove cruft
Jean-Marc Lasgouttes [Wed, 8 May 2013 13:12:42 +0000 (15:12 +0200)]
Remove cruft

11 years agoAnother try at making the source view dock arrange itself.
Jean-Marc Lasgouttes [Mon, 6 May 2013 21:50:23 +0000 (23:50 +0200)]
Another try at making the source view dock arrange itself.

The idea is to minimize the size of the form that contains the buttons.

Since I do not really know what I am doing, I will revert if problems occur.

11 years agoSmall clanup (just move functions around)
Jean-Marc Lasgouttes [Mon, 6 May 2013 20:50:26 +0000 (22:50 +0200)]
Small clanup (just move functions around)

11 years agoFix bug 6055: change-next does not work in tables
Jean-Marc Lasgouttes [Mon, 6 May 2013 10:15:27 +0000 (12:15 +0200)]
Fix bug 6055: change-next does not work in tables

The problem was just the faulty use of CursorSlice::at_begin/end(), which does not look for end of cell, but end of inset.

11 years agoRevert "tex2lyx/text.cpp: fix a typo spotted by clang"
Uwe Stöhr [Sun, 5 May 2013 23:54:17 +0000 (01:54 +0200)]
Revert "tex2lyx/text.cpp: fix a typo spotted by clang"

This reverts commit 055b425b646e748e0c35f0eef89e03e6126a143d.

This requires much more work and i don't have time to do this now

11 years agotex2lyx/text.cpp: fix a typo spotted by clang
Uwe Stöhr [Sun, 5 May 2013 23:35:38 +0000 (01:35 +0200)]
tex2lyx/text.cpp: fix a typo spotted by clang

11 years agoGuiBox.cpp: fix a dialog initialization issue
Uwe Stöhr [Sun, 5 May 2013 23:31:04 +0000 (01:31 +0200)]
GuiBox.cpp: fix a dialog initialization issue

thanks Jean-Marc for the hint

11 years agoAutomatic horiz/vert switch also for Advanced Tab (completing e3677975).
Tommaso Cucinotta [Sun, 5 May 2013 14:09:53 +0000 (15:09 +0100)]
Automatic horiz/vert switch also for Advanced Tab (completing e3677975).

11 years agoAutomatic horiz/vert switch of layout when docking Advanced F&R pane top-bottom/left...
Tommaso Cucinotta [Sun, 5 May 2013 13:05:50 +0000 (14:05 +0100)]
Automatic horiz/vert switch of layout when docking Advanced F&R pane top-bottom/left-right (copying 49c2450f).

11 years agoAdd layout intelligence to View Source pane (bug #8653).
Pavel Sanda [Sun, 5 May 2013 06:05:51 +0000 (23:05 -0700)]
Add layout intelligence to View Source pane (bug #8653).

View Source pane layout now automatically switches between horizontal
and vertical design when docked in vertical or horizontal way.

Original idea and patch from Edwin.

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg178801.html

Note: the long standing-fight with too bulky minimal QTextEdit size
is now solved via ViewSourceUi.sizePolicy=Ignored.

11 years agoSet "dryrun" to true for XHTML copying routine. This suppresses
Richard Heck [Sat, 4 May 2013 12:25:21 +0000 (08:25 -0400)]
Set "dryrun" to true for XHTML copying routine. This suppresses
the production of images, etc, making copying even the entire
User's Guide and almost instantaneous operation.

11 years agoViewSourceUi.ui layout was broken
Pavel Sanda [Sat, 4 May 2013 08:09:07 +0000 (01:09 -0700)]
ViewSourceUi.ui layout was broken

11 years agoComment.
Pavel Sanda [Sat, 4 May 2013 04:45:59 +0000 (21:45 -0700)]
Comment.

11 years agoUserGuide.lyx: next revision step
Uwe Stöhr [Sat, 4 May 2013 00:48:54 +0000 (02:48 +0200)]
UserGuide.lyx: next revision step

- revised sec. 6 - 6.6
- describe longest label feature for bibliography environment

11 years agoDon't consider unnumbered sections for tocdepth.
Richard Heck [Fri, 3 May 2013 21:48:48 +0000 (17:48 -0400)]
Don't consider unnumbered sections for tocdepth.

11 years agoheader_check.sh: allow exclusion of common headers
Scott Kostyshak [Fri, 3 May 2013 05:41:43 +0000 (01:41 -0400)]
header_check.sh: allow exclusion of common headers

Continuing to address #6305

11 years agoMinor cleanup.
Richard Heck [Fri, 3 May 2013 01:23:11 +0000 (21:23 -0400)]
Minor cleanup.

11 years agoThe update here needs doing no matter what.
Richard Heck [Fri, 3 May 2013 01:20:43 +0000 (21:20 -0400)]
The update here needs doing no matter what.

This fixes a bug introduced in db358a4315.

11 years agoinstaller: fix an issue
Uwe Stöhr [Thu, 2 May 2013 23:11:32 +0000 (01:11 +0200)]
installer: fix an issue

- also take care of emergency releases when updating LyX
- add some prerequisites for a new feature

11 years agoRe-rename. The last renaming broke monolithic compilation.
Richard Heck [Thu, 2 May 2013 19:20:50 +0000 (15:20 -0400)]
Re-rename. The last renaming broke monolithic compilation.

11 years agoMake strings used in various assertions non-static.
Richard Heck [Sun, 28 Apr 2013 17:06:21 +0000 (13:06 -0400)]
Make strings used in various assertions non-static.

11 years agoEven more llvm/clang warnings
Jean-Marc Lasgouttes [Thu, 2 May 2013 17:22:10 +0000 (19:22 +0200)]
Even more llvm/clang warnings

Remove lyxview_ member of lyx::Action, fix a prototype in TexStream and comment out a Cursor function.

11 years agoMore llvm/clang warnings
Jean-Marc Lasgouttes [Thu, 2 May 2013 16:27:32 +0000 (18:27 +0200)]
More llvm/clang warnings

This is mostly unused private class members.

There are also a few unused functions that got #if'ed out. I never know in this case whether the code should be nuked.

11 years agoA first batch of potential bugs spotted by llvm/clang
Jean-Marc Lasgouttes [Thu, 2 May 2013 14:38:25 +0000 (16:38 +0200)]
A first batch of potential bugs spotted by llvm/clang

There are more warnings left, but these are the easiest to fix. And some of them are real bugs (assignments with == instead of =).

11 years agoRemove some header leftovers based on Scott's script hints.
Pavel Sanda [Thu, 2 May 2013 07:25:17 +0000 (00:25 -0700)]
Remove some header leftovers based on Scott's script hints.

False positive rate of hints is quite high. Although the includes can be
technically removed (due to other includes) they logically belong to the
header.

11 years agoScript for finding unneeded headers
Scott Kostyshak [Thu, 2 May 2013 06:40:48 +0000 (02:40 -0400)]
Script for finding unneeded headers

The script does the following:

  All .cpp and .h files in the current directory and subdirectories
  are checked to see which include statements could be omitted without
  causing a build error.

Many of these omissions would not be desired. For example, currently
if you don't include Undo.h in Undo.cpp, there is no error because
Undo.h is included in Cursor.h which is included in Undo.cpp. But
clearly we do want to include Undo.h in Undo.cpp.

See #6305.

11 years agoinstaller: fix a typo
Uwe Stöhr [Wed, 1 May 2013 22:59:44 +0000 (00:59 +0200)]
installer: fix a typo

11 years agoDon't ask for creating branches on copying
Georg Baum [Wed, 1 May 2013 11:51:39 +0000 (13:51 +0200)]
Don't ask for creating branches on copying

As discussed on the list. This gets rid of the unwanted message boxes when
copying the complete Userguide.

11 years agoSmall changes to Poor man's profiler
Jean-Marc Lasgouttes [Tue, 30 Apr 2013 14:43:29 +0000 (16:43 +0200)]
Small changes to Poor man's profiler

* report results in milliseconds instead of microseconds
* report total time spent in block, additionally to mean time
* cause compilation error with --enable-stdlib-debug

11 years agoFix bug #8627: Command line switches to change branch do not appear to work
Jean-Marc Lasgouttes [Tue, 16 Apr 2013 14:22:10 +0000 (16:22 +0200)]
Fix bug #8627: Command line switches to change branch do not appear to work

Move the handling of branch-(de)activate(master) to Buffer. This code was moved to Bufferview in [3a03e71c/lyxgit] because a cursor was necessary to call Undo::recordUndoFullDocument(). However, it turns out that the undo code is already prepared to handle an empty cursor (and do nothing in this case).

Therefore we do that and move the branch code to Buffer where it belongs.

Note that there was a bug in the previous code that broke undo support: recordUndo should always be called _before_ doing any change.

11 years agoAdded regression test for simple use-case documented in Advanced F&R manual.
Tommaso Cucinotta [Sun, 28 Apr 2013 23:48:43 +0000 (00:48 +0100)]
Added regression test for simple use-case documented in Advanced F&R manual.

findadv-re-05 with ignore format fails, whilst findadv-re-06 not ignoring format succeeds, as of now.

11 years agoUserGuide.lyx: fix an issue reported on the docs list
Uwe Stöhr [Sun, 28 Apr 2013 22:52:45 +0000 (00:52 +0200)]
UserGuide.lyx: fix an issue reported on the docs list

11 years agoUserGuide.lyx: next revision step (chap. C) for master
Uwe Stöhr [Sun, 28 Apr 2013 22:42:02 +0000 (00:42 +0200)]
UserGuide.lyx: next revision step (chap. C) for master

11 years agoFix assertion for InsetInfos of icon types
Vincent van Ravesteijn [Sun, 28 Apr 2013 19:47:37 +0000 (21:47 +0200)]
Fix assertion for InsetInfos of icon types

InsetInfo inserted insets in its text without specifying a font. This
caused the fonlist to be incomplete and firing the assertion.

11 years agoFix FontIterator to not access pos >= par.size()
Vincent van Ravesteijn [Sun, 28 Apr 2013 12:44:08 +0000 (14:44 +0200)]
Fix FontIterator to not access pos >= par.size()

An iterator is typicall incremented passed the valid data into the 'end'
state. However, if this means that other functions are called with invalid
parameter, we should fix this.

This explains why fontSpan was called with pos==size() while this was not
expected to happen.

This patch reverts partly f5ad0c128aec (Jean-Marc Lasgouttes; Get rid of
annoying warning message).

11 years agoMake sure MarkAsExporting is deleted before buffer
Vincent van Ravesteijn [Sun, 28 Apr 2013 16:47:11 +0000 (18:47 +0200)]
Make sure MarkAsExporting is deleted before buffer

This fixes a crash when cutting something.

11 years agoMake staticbuffer static again
Vincent van Ravesteijn [Sun, 28 Apr 2013 16:45:51 +0000 (18:45 +0200)]
Make staticbuffer static again

Otherwise the number of internal buffers in incremented on each cut
action.

11 years agoClean up comments a bit.
Richard Heck [Sun, 28 Apr 2013 16:08:30 +0000 (12:08 -0400)]
Clean up comments a bit.

11 years agoinstaller: updated for dictionaries
Uwe Stöhr [Sun, 28 Apr 2013 04:03:13 +0000 (06:03 +0200)]
installer: updated for dictionaries

- support thesaurus for Icelandic and Ukrainian
- update for other dictionaries

11 years agoUserGuide.lyx: port recent changes from branch
Uwe Stöhr [Sun, 28 Apr 2013 03:45:21 +0000 (05:45 +0200)]
UserGuide.lyx: port recent changes from branch

11 years agoAnother assertion that got changed wrongly.
Richard Heck [Sat, 27 Apr 2013 22:12:27 +0000 (18:12 -0400)]
Another assertion that got changed wrongly.

I've read back through that patch, and everything else looks good.

11 years agoRemove all messages to user related to assertions. We'll just use
Richard Heck [Sat, 27 Apr 2013 21:52:55 +0000 (17:52 -0400)]
Remove all messages to user related to assertions. We'll just use
a basic message which is defined in lassert.cpp now.

11 years agoUse doctring as LBUFFER() etc parameters
Kornel Benko [Sat, 27 Apr 2013 19:38:01 +0000 (21:38 +0200)]
Use doctring as LBUFFER() etc parameters

11 years agoStrings as parameters to LASSERT should not be translatable.
Kornel Benko [Sat, 27 Apr 2013 19:13:32 +0000 (21:13 +0200)]
Strings as parameters to LASSERT should not be translatable.
But empty strings are even worse.

11 years agoAnother assertion that got transformed in 1b1f8dd2
Jean-Marc Lasgouttes [Sat, 27 Apr 2013 18:14:43 +0000 (20:14 +0200)]
Another assertion that got transformed in 1b1f8dd2

11 years agoGet rid of annoying warning message
Jean-Marc Lasgouttes [Sat, 27 Apr 2013 18:00:15 +0000 (20:00 +0200)]
Get rid of annoying warning message

11 years agoFrench UserGuide.lyx: translations by Jean-Pierre
Uwe Stöhr [Sat, 27 Apr 2013 17:40:02 +0000 (19:40 +0200)]
French UserGuide.lyx: translations by Jean-Pierre

11 years agopo: Modularisation of the diff_po.pl script
Kornel Benko [Sat, 27 Apr 2013 15:23:58 +0000 (17:23 +0200)]
po: Modularisation of the diff_po.pl script

11 years agoFix assertion related to cursor anchor.
Jean-Marc Lasgouttes [Sat, 27 Apr 2013 09:19:19 +0000 (11:19 +0200)]
Fix assertion related to cursor anchor.

11 years agoRemove assertion accidentally added during the audit.
Richard Heck [Fri, 26 Apr 2013 14:42:45 +0000 (10:42 -0400)]
Remove assertion accidentally added during the audit.

11 years agoAudit all the LASSERT calls, and try to do something sensible at
Richard Heck [Thu, 25 Apr 2013 21:27:10 +0000 (17:27 -0400)]
Audit all the LASSERT calls, and try to do something sensible at
each failure.

There are several places I was not sure what to do. These are marked
by comments beginning "LASSERT:" so they can be found easily. At the
moment, they are at:

Author.cpp:105: // LASSERT: What should we do here?
Author.cpp:121: // LASSERT: What should we do here?
Buffer.cpp:4525:        // LASSERT: Is it safe to continue here, or should we just return?
Cursor.cpp:345:         // LASSERT: Is it safe to continue here, or should we return?
Cursor.cpp:403:         // LASSERT: Is it safe to continue here, or should we return?
Cursor.cpp:1143:                // LASSERT: There have been several bugs around this code, that seem
CursorSlice.cpp:83:     // LASSERT: This should only ever be called from an InsetMath.
CursorSlice.cpp:92:     // LASSERT: This should only ever be called from an InsetMath.
LayoutFile.cpp:303:                     // LASSERT: Why would this fail?
Text.cpp:995:           // LASSERT: Is it safe to continue here?

11 years agoAdd additional LASSERT-type macros for dealing with various kinds
Richard Heck [Sun, 7 Apr 2013 00:19:45 +0000 (20:19 -0400)]
Add additional LASSERT-type macros for dealing with various kinds
of situations.

11 years agoAdd a bunch of comments about the different exceptions.
Richard Heck [Sun, 7 Apr 2013 22:11:27 +0000 (18:11 -0400)]
Add a bunch of comments about the different exceptions.

11 years agoSimplify code a bit: If we only accept CITE_CODE, there is no need
Richard Heck [Sat, 6 Apr 2013 16:34:26 +0000 (12:34 -0400)]
Simplify code a bit: If we only accept CITE_CODE, there is no need
to pass it.

11 years agoDefault font for an InsetLayout should be to inherit everything.
Richard Heck [Thu, 25 Apr 2013 21:07:16 +0000 (17:07 -0400)]
Default font for an InsetLayout should be to inherit everything.
Fixes bug #8610.

11 years agoJust a bit of renaming.
Richard Heck [Thu, 25 Apr 2013 14:28:22 +0000 (10:28 -0400)]
Just a bit of renaming.

11 years agoFix the size of the hAlign combobox in GuiTabular
Vincent van Ravesteijn [Thu, 25 Apr 2013 20:35:56 +0000 (22:35 +0200)]
Fix the size of the hAlign combobox in GuiTabular

The default sizeAdjustPolicy is AdjustToContentsOnFirstShow. As the
combobox is initially filled with all items, it will not change size if we
later remove the 'At Decimal Separator' item.

11 years agoCPack: Do not use CPACK_SET_DESTDIR on Windows
Vincent van Ravesteijn [Thu, 25 Apr 2013 19:18:41 +0000 (21:18 +0200)]
CPack: Do not use CPACK_SET_DESTDIR on Windows

11 years agoFix CMake on Windows
Vincent van Ravesteijn [Thu, 25 Apr 2013 18:18:46 +0000 (20:18 +0200)]
Fix CMake on Windows

11 years agoFix bug #3199: change-next may leave empty lines behind
Jean-Marc Lasgouttes [Wed, 24 Apr 2013 10:04:49 +0000 (12:04 +0200)]
Fix bug #3199: change-next may leave empty lines behind

Using Cursor::setCursor or even BufferView::setCursor is often a bad
idea since it does not run DEPM. In this case (and other cases in
f&replace code) it is better to use BufferView::mouseSetCursor (which
should maybe be renamed...).

11 years agoconverter: change 'ps2pdf13' to 'ps2pdf'
Scott Kostyshak [Thu, 11 Apr 2013 02:56:35 +0000 (22:56 -0400)]
converter: change 'ps2pdf13' to 'ps2pdf'

ps2pdf by default produces the PDF 1.4 format. The PDF 1.3 format was
released in 2000. PDF 1.4 was released in 2001.  LyX specified 1.3 as
the output version in 2002 (c1541c22), perhaps because at the time
PDF 1.4 was only a year old so some viewers did not support it.

11 years agoFix bug #8633: change tracking: paragraph break is restored by undo
Jean-Marc Lasgouttes [Wed, 24 Apr 2013 16:31:34 +0000 (18:31 +0200)]
Fix bug #8633: change tracking: paragraph break is restored by undo

A recordUndo call was missing in this case.

11 years agoAdjust CMake for Qt5
Vincent van Ravesteijn [Sun, 21 Apr 2013 19:42:53 +0000 (21:42 +0200)]
Adjust CMake for Qt5

11 years agoExtend and use qt4_wrap_ui
Vincent van Ravesteijn [Tue, 23 Apr 2013 17:26:15 +0000 (19:26 +0200)]
Extend and use qt4_wrap_ui

11 years agoFix ChkTeX error reporting (#8639)
Scott Kostyshak [Sun, 21 Apr 2013 05:39:19 +0000 (01:39 -0400)]
Fix ChkTeX error reporting (#8639)

ChkTeX errors from a previous run are now cleared from the
error list if ChkTeX exits with no error.

11 years agoGuiRef: only enable "Group" CB if non-empty refs
Scott Kostyshak [Sat, 20 Apr 2013 02:39:17 +0000 (22:39 -0400)]
GuiRef: only enable "Group" CB if non-empty refs

11 years agoGuiRef: do not insert a category as a ref
Scott Kostyshak [Sat, 20 Apr 2013 02:24:16 +0000 (22:24 -0400)]
GuiRef: do not insert a category as a ref

Before, if a user had "Group" checked in GuiRef and double-clicked
on a category, that category would be inserted as a (broken)
reference. Now, when a category is double-clicked, nothing happens.

11 years agoGuiRef: do not hide labels that start with ':'
Scott Kostyshak [Fri, 19 Apr 2013 11:48:15 +0000 (07:48 -0400)]
GuiRef: do not hide labels that start with ':'

If a label starts with ':' and 'Group' is checked,
the label is now shown under "<No prefix>" instead of
not shown.

Note that labels starting with ':' can be valid in LaTeX.

11 years agoGuiRef: only show "<No prefix>" if non-empty
Scott Kostyshak [Fri, 19 Apr 2013 11:48:26 +0000 (07:48 -0400)]
GuiRef: only show "<No prefix>" if non-empty

If "Group" is checked, "<No prefix>" is shown only if there exists a
label with no prefix. Before, it was shown even when it was empty and
even when there were no labels at all.

11 years agoUserGuide.lyx: fix an expression as discussed in the list
Uwe Stöhr [Sun, 21 Apr 2013 20:19:12 +0000 (22:19 +0200)]
UserGuide.lyx: fix an expression as discussed in the list

11 years agoport Spanish doc updates by Ignacio
Uwe Stöhr [Sun, 21 Apr 2013 20:18:43 +0000 (22:18 +0200)]
port Spanish doc updates by Ignacio

11 years agoSpanish UserGuide.lyx: updates by Ignacio
Uwe Stöhr [Sun, 21 Apr 2013 20:01:38 +0000 (22:01 +0200)]
Spanish UserGuide.lyx: updates by Ignacio

- also some changes to the other languages proposed by Ignacio

11 years agoGerman Tutorial.lyx: fix a typo spotted by a user
Uwe Stöhr [Sun, 21 Apr 2013 19:39:20 +0000 (21:39 +0200)]
German Tutorial.lyx: fix a typo spotted by a user

11 years agoFix bug #8636
Georg Baum [Sun, 21 Apr 2013 19:32:53 +0000 (21:32 +0200)]
Fix bug #8636

This was a simple logic error that crept in during refactoring:
If the format does not match, and the converted file has been read,
the string must not be read.

11 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Sun, 21 Apr 2013 19:18:17 +0000 (21:18 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoFrench UserGuide.lyx: translations by Jean-Pierre
Uwe Stöhr [Sun, 21 Apr 2013 19:17:48 +0000 (21:17 +0200)]
French UserGuide.lyx: translations by Jean-Pierre