]> git.lyx.org Git - features.git/log
features.git
12 years agoBackport fix for bug #8278.
Richard Heck [Sat, 4 Aug 2012 21:32:55 +0000 (17:32 -0400)]
Backport fix for bug #8278.

Cherry picked from
2375982f7e7fa291ae5ce3adfa9271cba0d31809
166deba79b9699cae10c605f8c08af4b159a744b

12 years ago* cs.po
Pavel Sanda [Wed, 19 Sep 2012 22:49:26 +0000 (00:49 +0200)]
* cs.po

12 years agoRemerge cs.po
Pavel Sanda [Wed, 19 Sep 2012 22:48:43 +0000 (00:48 +0200)]
Remerge cs.po

12 years agorc.preview and rc.display_graphics are completely unrelated (bug 7562)
Juergen Spitzmueller [Mon, 17 Sep 2012 09:36:29 +0000 (11:36 +0200)]
rc.preview and rc.display_graphics are completely unrelated (bug 7562)
(cherry picked from commit 6bf00d9feddbd41a776b6b8a1f3a1278413b1cbe)

12 years agoMerge branch '2.0.x' of git.lyx.org:lyx into 2.0.x
Juergen Spitzmueller [Tue, 18 Sep 2012 06:34:05 +0000 (08:34 +0200)]
Merge branch '2.0.x' of git.lyx.org:lyx into 2.0.x

12 years agoFix bug #8342: Endless undo group messages
Jean-Marc Lasgouttes [Mon, 17 Sep 2012 09:24:39 +0000 (11:24 +0200)]
Fix bug #8342: Endless undo group messages

Fix thinko in Undo::endUndoGroup.
Do not reset undo groups in Undo::clean

The underlying problem remains: the various VC functions should not
always reload the buffer or at least should use the parameter
clearUndo=false.

12 years agoCalibrate log file parser
Juergen Spitzmueller [Mon, 17 Sep 2012 06:59:41 +0000 (08:59 +0200)]
Calibrate log file parser

Filenames embraced in <...> can occur anywhere on the line and multiple times. This fixes for me the case that graphics included via ERT were not tracked. It also fixes #8336.

(cherry picked from commit e8a01d099a7ecbe5059cbdf0aa0aab16e9862cf6)

12 years agoClarify the logic of fragmental file name checking
Juergen Spitzmueller [Sun, 16 Sep 2012 11:05:55 +0000 (13:05 +0200)]
Clarify the logic of fragmental file name checking

No change in functionality.
(cherry picked from commit ba792c4d35a7657dbfa7522991ee80229bcb6573)

12 years agostatus.20x: some minor improvements
Uwe Stöhr [Tue, 11 Sep 2012 22:11:55 +0000 (00:11 +0200)]
status.20x: some minor improvements

- list crash bugfixes first
- clarify that it is a menu

12 years agoProtect underlined \ref{} commands by enclosing them in \mbox{}.
Enrico Forestieri [Thu, 30 Aug 2012 12:09:23 +0000 (14:09 +0200)]
Protect underlined \ref{} commands by enclosing them in \mbox{}.

This is the same protection used for \cite{}. Although "ulem" commands
don't strictly need this protection with \ref{} and friends, this helps
when one wants to use another package souch as "soul".
Indeed, ulem's \uline{} doesn't hyphenate words, while soul's \ul{} does,
and thus the output is much nicer.

With this patch, replacing ulem with soul is as simple as adding
\usepackage{soul}
\renewcommand{\uline}[1]{\ul{#1}}
to the preamble, without worrying about manually enclosing in \mbox the
\ref commands. In any case, the output from ulem remains unchanged.

Another possibility offered by soul is that of typesetting as
"yellow highlighted" the underlined text. This is achieved by adding
\usepackage{color,soul}
\renewcommand{\uline}[1]{\hl{#1}}
to the preamble.

(cherry picked from commit 91afc2430d056e5cbf0065ac0d1a754a2a2ff384)

12 years agoIPA fixes
Juergen Spitzmueller [Mon, 27 Aug 2012 06:50:40 +0000 (08:50 +0200)]
IPA fixes

12 years agoFix forward search with okular
Juergen Spitzmueller [Mon, 27 Aug 2012 06:45:21 +0000 (08:45 +0200)]
Fix forward search with okular

12 years agoFix bug #8238: correct the forward argument of replace2string() in on_replacePB_click...
Stephan Witt [Thu, 26 Jul 2012 22:34:17 +0000 (00:34 +0200)]
Fix bug #8238: correct the forward argument of replace2string() in on_replacePB_clicked().
(cherry picked from commit 44b327800666f30d2713c6c9e26f275aadfa4b9c)
Fix the wrong cursor move when forward flag is false:
The forward flag is used to place the cursor behind the replaced text if it's true.
But it's not correct to move the cursor if it's false. The cursor is in front of the
replacement already after the replaceSelectionWithString() was done.
(cherry picked from commit 430cf3ee5ef125b8bc610300afca58437b734306)

12 years agoFix bug #7741: incorrect locale when starting R from LyX?
Jean-Marc Lasgouttes [Wed, 22 Aug 2012 10:32:22 +0000 (12:32 +0200)]
Fix bug #7741: incorrect locale when starting R from LyX?

The goal here is to get rid of the old code that modified variables
LANGUAGE and LC_ALL, therefore creating the problems mentionned
in the ticket.

In the new system, there is no explicit "GUI" message handler, that
needs to be reset at each language change. Instead, getGuiMessages
calls getMessages with the correct parameter. This allows to simplify
greatly the code and to remove a lot of old cruft.

12 years agoDo not kill the undo stack when doing a Save As...
Jean-Marc Lasgouttes [Tue, 21 Aug 2012 10:19:18 +0000 (12:19 +0200)]
Do not kill the undo stack when doing a Save As...

The code does a reload on the buffer to avoid loose pointers if the
file changes directory. This commit adds a bool parameter to
Buffer::reload to allow for keeping the undo stack intact. This is of
couse only wanted in this case, not when reloading an earlier version
of the file.

12 years agoFix bug #8242: undo fails for longest label width
Jean-Marc Lasgouttes [Mon, 16 Jul 2012 21:39:24 +0000 (23:39 +0200)]
Fix bug #8242: undo fails for longest label width

In the existing code for setting layout of pragraph parameters,
Text::undoSpan is used to "guess" which paragraphs should be saved in Undo.
With this patch the approach is more precise: before every explicit change
to a paragraph, a Cursor::recordUndo call is inserted. This is much more robust than trying to guess.

In particular, we do not look at depth changes at all, since they are now
handled in updateBuffer since #8159 has been fixed.

12 years agoMake debug messages more readable
Jean-Marc Lasgouttes [Mon, 11 Jun 2012 13:03:29 +0000 (15:03 +0200)]
Make debug messages more readable

Shorten the file names output by LYXERR so that they start right after /src/.

12 years agoFix shortenng of file names in MakeDisplayPath.
Jean-Marc Lasgouttes [Sun, 6 Nov 2011 22:36:14 +0000 (22:36 +0000)]
Fix shortenng of file names in MakeDisplayPath.

It is not a good idea to slice an utf8 string at arbitrary offsets, we have to work on a docstring instead.
We need unfortunately to switch back and forth between utf8 and docstring.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40149 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoDecouple lyxrc.default_language from useBabel()
Juergen Spitzmueller [Tue, 7 Aug 2012 05:59:18 +0000 (07:59 +0200)]
Decouple lyxrc.default_language from useBabel()

No status entry necessary

12 years agoFix direction of brackets in Hebrew when using Polyglossia (bug #8251)
Juergen Spitzmueller [Mon, 23 Jul 2012 12:56:00 +0000 (14:56 +0200)]
Fix direction of brackets in Hebrew when using Polyglossia (bug #8251)

12 years agoFixes to the language package call
Juergen Spitzmueller [Mon, 23 Jul 2012 09:36:55 +0000 (11:36 +0200)]
Fixes to the language package call

* Assure that really no language package is called when none is selected.
* Only call global custom package if global is desired.
This is a candidate for branch as well.

12 years agoarabi requires the language option to be passed to babel directly. Candidate for...
Juergen Spitzmueller [Mon, 23 Jul 2012 09:03:25 +0000 (11:03 +0200)]
arabi requires the language option to be passed to babel directly. Candidate for branch

12 years agoSuppress babel RTL commands when using polyglossia (part of #8251)
Juergen Spitzmueller [Mon, 23 Jul 2012 06:40:37 +0000 (08:40 +0200)]
Suppress babel RTL commands when using polyglossia (part of #8251)

12 years agoSquash warning.
Richard Heck [Sun, 22 Jul 2012 14:47:20 +0000 (10:47 -0400)]
Squash warning.

12 years agoFix a long-standing FIXME by resetting only the counter for top-level
Richard Heck [Sat, 21 Jul 2012 18:14:12 +0000 (14:14 -0400)]
Fix a long-standing FIXME by resetting only the counter for top-level
sectioning when we see an appendix. This fixes bug #8271, whose root
cause was the fact that we were resetting all the counters inside ERT.

Conflicts:
src/TextClass.h

12 years ago Fix crash reported on list when renaming a child buffer and
Richard Heck [Fri, 13 Jan 2012 03:31:01 +0000 (03:31 +0000)]
Fix crash reported on list when renaming a child buffer and
    then trying to compile.

    There are really two problems here. One is that the renamed
    buffer needs to be reloaded. All kinds of files, etc, may not
    exist any more, if we've been saved to a new directory; our
    children e.g. may not be in the right place. And, in this case,
    we may no longer be a child of our old parent. Reloading will
    fix all of that.

    On reload, though, we need to clear our parent, since we may
    not have one any more. It will get reset if need be.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40609 a592a061-630c-0410-9148-cb99ea01b6c8
(cherry picked from commit 9283cbdbcb3b33da28d2ecca6cd5665f39c7b388)

12 years agoMake the toolbar code less noisy when the session file is not found
Jean-Marc Lasgouttes [Mon, 16 Jul 2012 21:11:26 +0000 (23:11 +0200)]
Make the toolbar code less noisy when the session file is not found

Conflicts:

src/frontends/qt4/GuiToolbar.cpp

12 years agoFix bug #8254: An encoding problem
Enrico Forestieri [Wed, 18 Jul 2012 20:20:46 +0000 (22:20 +0200)]
Fix bug #8254: An encoding problem

Use the short version of a path, which is guaranteed to be ascii and
works even if the path is not encodable in the current codepage.

(cherry picked from commit 08b3d492fac48e1b36d46cb236b19eb04ebd1098)

12 years agoMake sure that undo is recorded when magic tricks are played with InsetBibitem.
Jean-Marc Lasgouttes [Tue, 17 Jul 2012 21:59:04 +0000 (23:59 +0200)]
Make sure that undo is recorded when magic tricks are played with InsetBibitem.

Fixes bug #7111: Assertion with undo and InsetBibitem

  * add Paragraph::brokenBiblio(), with tells whether there is something to fix.
  * rename Paragraph::checkBiblio to fixBiblio; simplify it greatly by using
    InsetList methods
  * In TextMetrics::redoParagraph, call recordUndo before fixBiblio (only when
    there is something to fix obviously)

Special care is taken to update cursor only when it makes sense. Note
that there are cases where undo information is not recorded (current
cursor not in the slice where action happens)

12 years agotypo
Juergen Spitzmueller [Wed, 18 Jul 2012 15:33:32 +0000 (17:33 +0200)]
typo

12 years agodeactivate ~ in Basque, Estonian and Galician (bug #8265)
Juergen Spitzmueller [Wed, 18 Jul 2012 11:01:10 +0000 (13:01 +0200)]
deactivate ~ in Basque, Estonian and Galician (bug #8265)

12 years agoAdd \makeat switches to babel settings if necessary.
Juergen Spitzmueller [Wed, 18 Jul 2012 10:41:53 +0000 (12:41 +0200)]
Add \makeat switches to babel settings if necessary.

Babel settings might contain @ characters. Check for this and wrap the settings into \makeatletter ... \makeatother switches if necessary (see discussion at #8265).

12 years agoCreating package missed the patch-version number
Kornel Benko [Tue, 17 Jul 2012 09:19:22 +0000 (11:19 +0200)]
Creating package missed the patch-version number

12 years agoupdate de.po
Juergen Spitzmueller [Sat, 14 Jul 2012 15:00:15 +0000 (17:00 +0200)]
update de.po

12 years agoAPA.lyx: improve a comment
Uwe Stöhr [Sat, 14 Jul 2012 14:38:22 +0000 (16:38 +0200)]
APA.lyx: improve a comment

12 years agoes.po: updates from Ignacio for branch
Uwe Stöhr [Fri, 13 Jul 2012 20:16:38 +0000 (22:16 +0200)]
es.po: updates from Ignacio for branch

12 years agoSpanish docs update
Uwe Stöhr [Thu, 12 Jul 2012 22:55:27 +0000 (00:55 +0200)]
Spanish docs update

12 years agoforgotten status entry
Uwe Stöhr [Thu, 12 Jul 2012 22:23:21 +0000 (00:23 +0200)]
forgotten status entry

12 years agoadd new Spanish examples for branch
Uwe Stöhr [Thu, 12 Jul 2012 22:22:14 +0000 (00:22 +0200)]
add new Spanish examples for branch

- Spanish europeCV.lyx and modernCV.lyx: new files
- English europeCV.lyx: replace TeX-code by LyX's \nocite feature

12 years ago* sk.po
Kornel Benko [Wed, 11 Jul 2012 18:36:30 +0000 (20:36 +0200)]
* sk.po

12 years agoAllow LyX format to be shown in View>Source.
Richard Heck [Wed, 11 Jul 2012 15:20:15 +0000 (11:20 -0400)]
Allow LyX format to be shown in View>Source.

Cherry-picked from b7ac2d69e7125bbe6b0bcc7a226cf8245773122a.

12 years agoMath output flavor was not set when viewing source code.
Richard Heck [Wed, 11 Jul 2012 15:35:12 +0000 (11:35 -0400)]
Math output flavor was not set when viewing source code.

Cherry-picked from e7877f6fee86012b84af15c25776fc22d639f36c.

12 years agoAdd generated .cpp files to .gitignore.
Richard Heck [Wed, 11 Jul 2012 15:18:17 +0000 (11:18 -0400)]
Add generated .cpp files to .gitignore.

12 years agoFix bug #8160 by updating the dtd for MathML.
Richard Heck [Tue, 10 Jul 2012 22:07:07 +0000 (18:07 -0400)]
Fix bug #8160 by updating the dtd for MathML.
(cherry picked from commit 5400ae072001b94e2428bbd6eb7e1aa3900ef190)

12 years agodocs: fix and update description of labeling
Uwe Stöhr [Fri, 6 Jul 2012 23:58:06 +0000 (01:58 +0200)]
docs: fix and update description of labeling

- UserGuide.lyx: fix description of the labeling lists, fixes also bug #8224
- German UserGuide.lyx: adapt some sections to be compliant with the other language variants

12 years agobackport a tex2lyx testfile
Uwe Stöhr [Fri, 6 Jul 2012 21:55:11 +0000 (23:55 +0200)]
backport a tex2lyx testfile

12 years ago* sk.po
Kornel Benko [Thu, 5 Jul 2012 15:46:41 +0000 (17:46 +0200)]
* sk.po

12 years agoupdate translations
Uwe Stöhr [Wed, 4 Jul 2012 22:09:13 +0000 (00:09 +0200)]
update translations

translate a fuzzy message, done by Giovanni and me

12 years agoHandle version numbers like 2.0.5dev in LYX_CHECK_VERSION
Jean-Marc Lasgouttes [Wed, 4 Jul 2012 10:18:15 +0000 (12:18 +0200)]
Handle version numbers like 2.0.5dev in LYX_CHECK_VERSION

12 years agobranch: fix for APA layout
Uwe Stöhr [Tue, 3 Jul 2012 18:43:49 +0000 (20:43 +0200)]
branch: fix for APA layout

- apa.layout: the commands \volume, \copnum and \notes are only allowed in the preamble; fixes bug #8187

- APA.lyx: the template missed the \note command

12 years agotex2lyx: support for syncTeX
Uwe Stöhr [Mon, 2 Jul 2012 22:21:39 +0000 (00:21 +0200)]
tex2lyx: support for syncTeX

backport enhancement bug #8217

12 years agode.po: update translation
Uwe Stöhr [Mon, 2 Jul 2012 21:42:56 +0000 (23:42 +0200)]
de.po: update translation

12 years agoRemerge strings for 2.0.5dev.
Richard Heck [Mon, 2 Jul 2012 21:37:27 +0000 (17:37 -0400)]
Remerge strings for 2.0.5dev.

12 years agoFix diff order in script.
Richard Heck [Mon, 2 Jul 2012 21:36:51 +0000 (17:36 -0400)]
Fix diff order in script.

12 years ago* sk.po
Kornel Benko [Mon, 2 Jul 2012 21:26:38 +0000 (23:26 +0200)]
* sk.po

12 years agofor branch: elsarticle already provides refstyle
Uwe Stöhr [Mon, 2 Jul 2012 20:18:42 +0000 (22:18 +0200)]
for branch: elsarticle already provides refstyle

- elsarticle.layout: elsarticle already provides refstyle thus the document becomes uncompilable if we don't declare this in the layout

12 years agoAnother attempt to fix #8203.
Pavel Sanda [Sun, 1 Jul 2012 21:01:18 +0000 (23:01 +0200)]
Another attempt to fix #8203.

Get rid of updateDialogs() altogether as in r39880.

12 years agoMerge branch '2.0.x' of git.lyx.org:lyx into 2.0.x
Uwe Stöhr [Sat, 30 Jun 2012 23:42:54 +0000 (01:42 +0200)]
Merge branch '2.0.x' of git.lyx.org:lyx into 2.0.x

12 years agomake tex2lyx in branch compilable again
Uwe Stöhr [Sat, 30 Jun 2012 23:42:32 +0000 (01:42 +0200)]
make tex2lyx in branch compilable again

- Preamble.cpp/:
 - move list definition out of anon namespace
 - declare lists and a function in the class
 - remove ancientgreek since this is LyX 2.1-only

- XeTeX-polyglossia.tex: remove ancientgreek

12 years agoFix #8201: our translation mechanism chokes on the character "
Pavel Sanda [Sat, 30 Jun 2012 17:19:38 +0000 (19:19 +0200)]
Fix #8201: our translation mechanism chokes on the character "
(cherry picked from commit 06c1d24bdbc61030232e5bc4a5e953d9fb8f7c23)

12 years agostatus.20x: fix a typo
Uwe Stöhr [Sat, 30 Jun 2012 14:00:36 +0000 (16:00 +0200)]
status.20x: fix a typo

12 years agotex2lyx: remove LyX 2.1-only languages
Uwe Stöhr [Sat, 30 Jun 2012 13:48:18 +0000 (15:48 +0200)]
tex2lyx: remove LyX 2.1-only languages

Preamble.cpp:
- newzealand and australian are only supported by LyX 2.1
- update a comment

12 years agotex2lyx: remove LyX 2.1-only languages
Uwe Stöhr [Sat, 30 Jun 2012 13:44:55 +0000 (15:44 +0200)]
tex2lyx: remove LyX 2.1-only languages

Preamble.cpp:
- newzealand and australian are only supported by LyX 2.1
- update a comment

12 years agotex2lyx: remove LyX 2.1-only languages
Uwe Stöhr [Sat, 30 Jun 2012 13:42:33 +0000 (15:42 +0200)]
tex2lyx: remove LyX 2.1-only languages

Preamble.cpp: newzealand and australian are only supported by LyX 2.1

12 years agoia.po: updates from Giovanni
Uwe Stöhr [Sat, 30 Jun 2012 02:38:18 +0000 (04:38 +0200)]
ia.po: updates from Giovanni

12 years agobackport fix for bug #8215
Uwe Stöhr [Sat, 30 Jun 2012 01:48:34 +0000 (03:48 +0200)]
backport fix for bug #8215

Font.cpp: CJK parts must not have a closing brace because they are within an environment

12 years agotex2lyx: backport fix for bug #8210
Uwe Stöhr [Sat, 30 Jun 2012 01:40:40 +0000 (03:40 +0200)]
tex2lyx: backport fix for bug #8210

12 years agobackport [85ef627e/lyxgit]
Uwe Stöhr [Sat, 30 Jun 2012 00:23:17 +0000 (02:23 +0200)]
backport [85ef627e/lyxgit]

- XeTeX-polyglossia.tex: Hebrew is used in the file and so it must be declared

12 years agopolyglossia tex2lyx support also for branch
Uwe Stöhr [Sat, 30 Jun 2012 00:18:18 +0000 (02:18 +0200)]
polyglossia tex2lyx support also for branch

12 years agoAdd dvilualatex output format
Juergen Spitzmueller [Fri, 29 Jun 2012 16:46:53 +0000 (18:46 +0200)]
Add dvilualatex output format

12 years agofix bug #8209: polyglossia commands ignored partial source preview
Juergen Spitzmueller [Fri, 29 Jun 2012 16:37:50 +0000 (18:37 +0200)]
fix bug #8209: polyglossia commands ignored partial source preview

12 years agoLet getOutputFlavor return the correct flavors for the latex varieties
Juergen Spitzmueller [Sat, 9 Jun 2012 13:11:34 +0000 (15:11 +0200)]
Let getOutputFlavor return the correct flavors for the latex varieties
(cherry picked from commit 4698ebd2b749ca24f962f9e0ebfb94bc13a88658)

Conflicts:

src/BufferParams.cpp

12 years agoBackport fix for #7652, so that we show backends, not formats, in the
Richard Heck [Fri, 29 Jun 2012 14:37:02 +0000 (10:37 -0400)]
Backport fix for #7652, so that we show backends, not formats, in the
View>Source combo.

12 years agoForgot this change.
Pavel Sanda [Fri, 29 Jun 2012 15:00:36 +0000 (17:00 +0200)]
Forgot this change.

12 years agoReset ANNOUNCE file for 2.0.5.
Richard Heck [Fri, 29 Jun 2012 14:40:15 +0000 (10:40 -0400)]
Reset ANNOUNCE file for 2.0.5.

12 years agoFix bug #8159: Undo doesn't restore environment depth correctly
Jean-Marc Lasgouttes [Mon, 4 Jun 2012 16:02:59 +0000 (18:02 +0200)]
Fix bug #8159: Undo doesn't restore environment depth correctly
(backported from master)

The idea is to record undo at the place where the document is modified:

1/ in Buffer::updateBuffer, add a recordUndo, with the caveat that a
   const_cast has to be used (because updateBuffer is const but
   modifies the document, go figure).

2/ in GuiApplication::dispatch, add an extra undo group that
   encompasses the updateBuffer call. Some other undo groups may be
   redundant now, but it is not a problem since they do not cost
   anything.

12 years agoFix bug #8027: Edit->Paste Special->... does not replace selected text
Jean-Marc Lasgouttes [Fri, 29 Jun 2012 13:18:20 +0000 (15:18 +0200)]
Fix bug #8027: Edit->Paste Special->... does not replace selected text

Delete the selection before all paste-like lfuns. This was previoulsy done
only for LFUN_PASTE, the others at best unset the selection.

12 years agoFix bug #2005: Lyx Inserted Graphics Scale Error
Jean-Marc Lasgouttes [Fri, 29 Jun 2012 13:08:38 +0000 (15:08 +0200)]
Fix bug #2005: Lyx Inserted Graphics Scale Error

xkeyval fixes the incompatibility between graphicx.sty and babel/turkish.

12 years agoBackport f0a669014f952c8289da6279841cab10f0c3d6c7 from master
Kornel Benko [Fri, 29 Jun 2012 10:09:50 +0000 (12:09 +0200)]
Backport f0a669014f952c8289da6279841cab10f0c3d6c7 from master
Exclude generated files from .po string extraction.
Original author: Georg Baum

12 years agoFix #8203: remove window updating optimization leading to various crashes.
Pavel Sanda [Thu, 28 Jun 2012 19:03:14 +0000 (21:03 +0200)]
Fix #8203: remove window updating optimization leading to various crashes.

This is already fixed in trunk.

12 years ago* cs.po
Pavel Sanda [Tue, 26 Jun 2012 17:33:06 +0000 (19:33 +0200)]
* cs.po

12 years agodo not output empty language switch commands (bug #8216, the actual fix)
Juergen Spitzmueller [Thu, 28 Jun 2012 14:52:13 +0000 (16:52 +0200)]
do not output empty language switch commands (bug #8216, the actual fix)

12 years agodo not output empty language switch commands (bug #8216)
Juergen Spitzmueller [Thu, 28 Jun 2012 14:49:45 +0000 (16:49 +0200)]
do not output empty language switch commands (bug #8216)

12 years agoOpen the 2.0.5dev branch.
Richard Heck [Thu, 28 Jun 2012 13:30:58 +0000 (09:30 -0400)]
Open the 2.0.5dev branch.

12 years agoRemove debugging line. 2.0.4
Richard Heck [Mon, 25 Jun 2012 15:15:25 +0000 (11:15 -0400)]
Remove debugging line.

12 years agoProtect postats.py script from silly errors.
Richard Heck [Mon, 25 Jun 2012 14:09:26 +0000 (10:09 -0400)]
Protect postats.py script from silly errors.

12 years agoUpdate distribution build script for git.
Richard Heck [Mon, 25 Jun 2012 13:33:27 +0000 (09:33 -0400)]
Update distribution build script for git.

12 years agoRemerge strings.
Richard Heck [Mon, 25 Jun 2012 12:29:04 +0000 (08:29 -0400)]
Remerge strings.

12 years agoPrepare for 2.0.4.
Richard Heck [Mon, 25 Jun 2012 12:28:26 +0000 (08:28 -0400)]
Prepare for 2.0.4.

12 years agoFrench UserGuide.lyx: some typos fixed
Uwe Stöhr [Sun, 24 Jun 2012 21:57:34 +0000 (23:57 +0200)]
French UserGuide.lyx: some typos fixed

12 years agode/linguistics.lyx: improve style
Juergen Spitzmueller [Sun, 24 Jun 2012 11:01:38 +0000 (13:01 +0200)]
de/linguistics.lyx: improve style

12 years agolinguistics manual: document shortcomings (and workarounds) of glosses
Juergen Spitzmueller [Sat, 23 Jun 2012 17:30:06 +0000 (19:30 +0200)]
linguistics manual: document shortcomings (and workarounds) of glosses

12 years agoUpdates to Basque translation.
Richard Heck [Sat, 23 Jun 2012 13:20:21 +0000 (09:20 -0400)]
Updates to Basque translation.

12 years agoXeTeX-polyglossia.tex: partly ported from trunk: simplifications, added some more...
Uwe Stöhr [Sat, 23 Jun 2012 02:33:36 +0000 (04:33 +0200)]
XeTeX-polyglossia.tex: partly ported from trunk: simplifications, added some more testcases

12 years agotex2lyx/table.cpp: fix bug #8204 also for branch (prevent crash if TeX files define...
Uwe Stöhr [Fri, 22 Jun 2012 23:13:43 +0000 (01:13 +0200)]
tex2lyx/table.cpp: fix bug #8204 also for branch (prevent crash if TeX files define wrong table column numbers)

12 years agogenerate_contributions.py:
Uwe Stöhr [Fri, 22 Jun 2012 23:06:57 +0000 (01:06 +0200)]
generate_contributions.py:
- add Nickolay Shashkin
- update maintainer status
- add other new contributers whose code was in the meantime applied to branch

12 years agoXeTeX-polyglossia.tex: porting from trunk with testcases for features available in...
Uwe Stöhr [Fri, 22 Jun 2012 13:43:37 +0000 (15:43 +0200)]
XeTeX-polyglossia.tex: porting from trunk with testcases for features available in branch

12 years agomodernCV.lyx: add a note about a required component
Uwe Stöhr [Fri, 22 Jun 2012 13:42:04 +0000 (15:42 +0200)]
modernCV.lyx: add a note about a required component

12 years agostatus.20x: revert last change (sorry, this should not go in)
Uwe Stöhr [Fri, 22 Jun 2012 12:33:34 +0000 (14:33 +0200)]
status.20x: revert last change (sorry, this should not go in)

12 years ago- status.20x: add entry for the table cell rotation support added in [cd691081b4...
Uwe Stöhr [Fri, 22 Jun 2012 12:31:26 +0000 (14:31 +0200)]
- status.20x: add entry for the table cell rotation support added in [cd691081b4/lyxgit]