]> git.lyx.org Git - lyx.git/log
lyx.git
10 years agoSilence unwanted error popup on copying
Georg Baum [Tue, 12 Nov 2013 19:52:35 +0000 (20:52 +0100)]
Silence unwanted error popup on copying

The new HTML clipboard export could cause error message boxes on copying
data to the clipboard (bug #8866). These are now suppressed, like all other
errors which might occur for preparing the clipboard data.

10 years agoFix shortcut clash (bug #8878)
Juergen Spitzmueller [Tue, 12 Nov 2013 15:27:32 +0000 (16:27 +0100)]
Fix shortcut clash (bug #8878)

Patch by charley

10 years agoFix bug 8880: do not try to validate custom value if it is disabled
Juergen Spitzmueller [Tue, 12 Nov 2013 14:48:34 +0000 (15:48 +0100)]
Fix bug 8880: do not try to validate custom value if it is disabled

10 years agoHebrew docs: move bookmarks inside of pdflatex if
Scott Kostyshak [Mon, 28 Oct 2013 23:12:18 +0000 (19:12 -0400)]
Hebrew docs: move bookmarks inside of pdflatex if

This fixes XeTeX export of the Hebrew documents.

10 years agoFix export of Greek Intro manual with XeTeX
Scott Kostyshak [Sun, 20 Oct 2013 18:32:49 +0000 (14:32 -0400)]
Fix export of Greek Intro manual with XeTeX

This is a workaround. Without this patch, export to .tex (XeTeX)
contains a sequence such as

  \begin{english}
  \begin{description}
  [omitted, but does not contain \end{description}]
  \end{english}

Thanks to Jürgen for the workaround.

10 years agoFix XeTeX export when using heb-article.layout
Scott Kostyshak [Sat, 19 Oct 2013 17:35:49 +0000 (13:35 -0400)]
Fix XeTeX export when using heb-article.layout

polyglossia is used by default and \make@lr is only defined
by babel. Modifying the preamble fixes XeTeX export and pdfTeX
continues to work.

See the following thread for more information:
  http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181220.html

Thanks to Enrico for the patch.

10 years agoFix encoding for copying LaTeX from clipboard
Georg Baum [Mon, 11 Nov 2013 20:52:14 +0000 (21:52 +0100)]
Fix encoding for copying LaTeX from clipboard

If we call tex2lyx on a temporary file created from the clipboard, the
file is always in utf8 encoding, without any temporary changes, even if it
contains encoding changing LaTeX commands. Therefore, we must tell tex2lyx
to use a fixed utf8 encoding for the whole file, and this is done using the
new latexclipboard format. Previously, tex2lyx thought the encoding was
latin1.
As a side effect, the -e option is now also documented in the man page.

10 years agoWe only have the last LyX release in the export menu (the others are accessible via...
Juergen Spitzmueller [Mon, 11 Nov 2013 08:48:56 +0000 (09:48 +0100)]
We only have the last LyX release in the export menu (the others are accessible via SendTo and SaveAs dialogs)

In general, the export menu looks much too crowded again. Should be audited if really all these items are needed on top level.

10 years agoenumitem module: one forgotten adaptation to new argument possibilities
Juergen Spitzmueller [Mon, 11 Nov 2013 08:45:40 +0000 (09:45 +0100)]
enumitem module: one forgotten adaptation to new argument possibilities

10 years agopowerdot: fix argument order with empty first argument
Juergen Spitzmueller [Mon, 11 Nov 2013 08:44:50 +0000 (09:44 +0100)]
powerdot: fix argument order with empty first argument

10 years agode.po
Juergen Spitzmueller [Mon, 11 Nov 2013 08:38:15 +0000 (09:38 +0100)]
de.po

10 years agoImprove beamer frame conversion: consider explicit EndFrames between two identical...
Juergen Spitzmueller [Mon, 11 Nov 2013 08:16:17 +0000 (09:16 +0100)]
Improve beamer frame conversion: consider explicit EndFrames between two identical frame types

10 years agoThis is lyx2.1.0beta2 2.1.0beta2
Vincent van Ravesteijn [Sun, 6 Oct 2013 03:11:55 +0000 (05:11 +0200)]
This is lyx2.1.0beta2

10 years agoUpdate it.po
Enrico Forestieri [Sun, 10 Nov 2013 19:12:08 +0000 (20:12 +0100)]
Update it.po

10 years agoUpdate po/gmo files
Vincent van Ravesteijn [Sun, 10 Nov 2013 14:41:47 +0000 (15:41 +0100)]
Update po/gmo files

10 years agoFix crash when using context menu in empty outliner
Juergen Spitzmueller [Mon, 4 Nov 2013 21:07:44 +0000 (22:07 +0100)]
Fix crash when using context menu in empty outliner

Fixes: #8885
10 years agoTranslation update for nb.po. More and better beamer translations,
Helge Hafting [Wed, 6 Nov 2013 22:20:05 +0000 (23:20 +0100)]
Translation update for nb.po. More and better beamer translations,
as well as clearing up fuzzy items all over the file.

10 years agofix copy-paste error
Georg Baum [Thu, 31 Oct 2013 20:45:51 +0000 (21:45 +0100)]
fix copy-paste error

10 years agoAdvanced F&R dialog does not need to be restored at start-up.
Tommaso Cucinotta [Sat, 26 Oct 2013 17:37:25 +0000 (18:37 +0100)]
Advanced F&R dialog does not need to be restored at start-up.

10 years agoRemove FreeBSD checks when defining USE_WCHAR_T.
Raphael Kubo da Costa [Thu, 17 Oct 2013 20:39:36 +0000 (23:39 +0300)]
Remove FreeBSD checks when defining USE_WCHAR_T.

The problems the comments in the build systems refer to seem to have been
fixed for years. [1] says the checks in libstdc++ have been improved, and
all supported FreeBSD versions enable wchar_t support unconditionally in
libstdc++. Additionally, this needlessly impacts FreeBSD when libc++ is used
instead of libstdc++.

[1] http://gcc.gnu.org/onlinedocs/libstdc++/faq.html#faq.freebsd_wchar

10 years ago* sk.po
Kornel Benko [Mon, 14 Oct 2013 10:01:54 +0000 (12:01 +0200)]
* sk.po

10 years agoDitch the quote_python flag.
Enrico Forestieri [Sun, 13 Oct 2013 21:57:33 +0000 (23:57 +0200)]
Ditch the quote_python flag.

This was discussed on the list some months ago:
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg179563.html

10 years agoPut RJournal.layout in the report category
Scott Kostyshak [Sun, 13 Oct 2013 19:06:39 +0000 (15:06 -0400)]
Put RJournal.layout in the report category

Also add author details.

10 years agode.gmo as well
Juergen Spitzmueller [Sun, 13 Oct 2013 16:27:04 +0000 (18:27 +0200)]
de.gmo as well

10 years agode.po
Juergen Spitzmueller [Sun, 13 Oct 2013 16:22:59 +0000 (18:22 +0200)]
de.po

10 years agoRevert "This is lyx2.1.0beta2"
Vincent van Ravesteijn [Sat, 12 Oct 2013 00:40:53 +0000 (02:40 +0200)]
Revert "This is lyx2.1.0beta2"

This was committed by accident.

This reverts commit c85ff678c3557a5088d00b3e5d78fad312a9e006.

10 years agoRevert "Fix make distcheck for monolithic build"
Vincent van Ravesteijn [Sat, 12 Oct 2013 00:40:33 +0000 (02:40 +0200)]
Revert "Fix make distcheck for monolithic build"

This was committed by accident.

This reverts commit 9734ab7e34b0c293a282e1bc4fb575c4d2afc7e1.

10 years agoFix make distcheck for monolithic build
Vincent van Ravesteijn [Fri, 11 Oct 2013 23:38:14 +0000 (01:38 +0200)]
Fix make distcheck for monolithic build

10 years agoThis is lyx2.1.0beta2
Vincent van Ravesteijn [Sun, 6 Oct 2013 03:11:55 +0000 (05:11 +0200)]
This is lyx2.1.0beta2

10 years agopocheck: Set the exit value
Vincent van Ravesteijn [Sat, 12 Oct 2013 00:35:33 +0000 (02:35 +0200)]
pocheck: Set the exit value

10 years agoMake the export of macros thread-safer
Vincent van Ravesteijn [Fri, 11 Oct 2013 21:36:56 +0000 (23:36 +0200)]
Make the export of macros thread-safer

When we export the file to latex, we use the redefinition_ variable to check whether we should output newcommand or renewcommand. This variable was set by the MathMacroTemplate::metrics() function, and this caused problem when the export is running in a different thread as the GUI.

In general, the metrics() functions should not change the Buffer; we have updateBuffer/updateMacros for that purpose.

10 years agoDocumenting new checkbox for math-only search of advanced find & replace.
Tommaso Cucinotta [Sun, 13 Oct 2013 10:48:07 +0000 (11:48 +0100)]
Documenting new checkbox for math-only search of advanced find & replace.

10 years agoAdded tooltip to new math-only checkbox in advanced options of advanced find & replace.
Tommaso Cucinotta [Sun, 13 Oct 2013 10:36:38 +0000 (11:36 +0100)]
Added tooltip to new math-only checkbox in advanced options of advanced find & replace.

10 years agofix macro order for newsubfloat
Juergen Spitzmueller [Sun, 13 Oct 2013 09:45:59 +0000 (11:45 +0200)]
fix macro order for newsubfloat

10 years agoAdded restrict-search-to-maths-only checkbox to advanced pane of Advanced F&R.
Tommaso Cucinotta [Fri, 23 Aug 2013 19:36:50 +0000 (20:36 +0100)]
Added restrict-search-to-maths-only checkbox to advanced pane of Advanced F&R.

10 years agoFix missing updates for lazy MacroData
Georg Baum [Fri, 11 Oct 2013 18:38:05 +0000 (20:38 +0200)]
Fix missing updates for lazy MacroData

Not all accessors did update the data previously. Therefore it could happen
that document export from the command line would output \newcommand, and from
GUI it would output \renewcommand for the same macro, simply because in the
GUI case the data was updated as a side effect of the GUI thread reading some
other member.
I also removed the mutable flag for requires_, since this member is always
set on construction and does not need any lazy update.

10 years agoImplement reading of mo files with bad byte endianness
Jean-Marc Lasgouttes [Fri, 11 Oct 2013 09:34:58 +0000 (11:34 +0200)]
Implement reading of mo files with bad byte endianness

10 years agoFix unbalanced bracket problem with CJK
Juergen Spitzmueller [Fri, 11 Oct 2013 10:19:41 +0000 (12:19 +0200)]
Fix unbalanced bracket problem with CJK

The bug was introduced with commit [47f7d447/lyxgit], where the unnecessary trailing bracket in CJK environments was suppresed, but not the preceding bracket (which is only output if CJK is a secondary language).

10 years agoMake encoding conversions thread safe
Georg Baum [Thu, 10 Oct 2013 19:20:44 +0000 (21:20 +0200)]
Make encoding conversions thread safe

This is the result of the discussion on the list "2.1.0 Blocker". Thanks to
all contributors!
The main idea is to use thread-local storage for all static variables.
This solution does not need any mutex. For more details, see the comment in
unicode.h.

10 years agotypo
Kornel Benko [Thu, 10 Oct 2013 09:32:30 +0000 (11:32 +0200)]
typo

10 years agoFix XeTeX of Formula-numbering.lyx
Scott Kostyshak [Thu, 10 Oct 2013 06:19:28 +0000 (02:19 -0400)]
Fix XeTeX of Formula-numbering.lyx

XeTeX export works after removing the unnecessary
hyperref package option 'hypertex'.

10 years ago* cs.po
Pavel Sanda [Thu, 10 Oct 2013 05:57:37 +0000 (22:57 -0700)]
* cs.po

10 years agoAdd XeTeX tests
Scott Kostyshak [Mon, 7 Oct 2013 22:44:57 +0000 (18:44 -0400)]
Add XeTeX tests

Testing with XeTeX uncovered a few bugs (e.g. Math export
was failing) and thus should be a part of the ctesting.

10 years agoRemove questionable Mutex copy code
Georg Baum [Tue, 8 Oct 2013 20:06:55 +0000 (22:06 +0200)]
Remove questionable Mutex copy code

It is no longer needed, and it had a comment that it needed review...
Now anybody who tries to make a copy again is forced to think about it,
instead of trying and using possibly wrong semantics by accident.

10 years agoNew Japanese translations of the examples
Scott Kostyshak [Mon, 7 Oct 2013 22:30:04 +0000 (18:30 -0400)]
New Japanese translations of the examples

Note that knitr.lyx, lilypond.lyx, and sweave.lyx do not
currently export because of #8823.

10 years agoJapanese docs: updates from Koji
Scott Kostyshak [Mon, 7 Oct 2013 22:02:47 +0000 (18:02 -0400)]
Japanese docs: updates from Koji

10 years agoja: change default output format from pdf3 to pdf
Scott Kostyshak [Sun, 6 Oct 2013 19:41:55 +0000 (15:41 -0400)]
ja: change default output format from pdf3 to pdf

dvipdfmx emits a lot of warnings and Koji suggests ps2pdf.
Thanks to Koji for the advice.

Note that on Debian, I installed the following packages
to be able to compile with ps2pdf:

fonts-takao-mincho
fonts-ipafont-nonfree-jisx0208
fonts-ipaexfont-mincho

10 years agoClarify instructions on how to set up the thesaurus
Juergen Spitzmueller [Mon, 7 Oct 2013 16:50:37 +0000 (18:50 +0200)]
Clarify instructions on how to set up the thesaurus

10 years agoOne more clarification on the thesaurus setup
Juergen Spitzmueller [Mon, 7 Oct 2013 13:37:38 +0000 (15:37 +0200)]
One more clarification on the thesaurus setup

10 years agoClarify instructions on how to set up the thesaurus (#8811)
Juergen Spitzmueller [Mon, 7 Oct 2013 13:26:45 +0000 (15:26 +0200)]
Clarify instructions on how to set up the thesaurus (#8811)

10 years agoRemove obsolete code in Math.lyx
Scott Kostyshak [Sun, 6 Oct 2013 20:39:52 +0000 (16:39 -0400)]
Remove obsolete code in Math.lyx

These workarounds are no longer necessary because of unicodesymbols
and further they break compilation with XeTeX as well as pdfTeX
with TeX input encoding set to ascii or utf8.

Thanks to Günter Milde for the fix.

10 years agoFix EOLs
Vincent van Ravesteijn [Sat, 5 Oct 2013 14:59:04 +0000 (16:59 +0200)]
Fix EOLs

10 years agoUpdate LFUNs.lyx
Vincent van Ravesteijn [Sat, 5 Oct 2013 14:58:26 +0000 (16:58 +0200)]
Update LFUNs.lyx

10 years agoUpdate layouttranslations
Vincent van Ravesteijn [Sat, 5 Oct 2013 14:58:25 +0000 (16:58 +0200)]
Update layouttranslations

10 years agoUpdate po/gmo files
Vincent van Ravesteijn [Sat, 5 Oct 2013 14:58:12 +0000 (16:58 +0200)]
Update po/gmo files

10 years agoUpdate ANNOUNCE for LyX2.1.0beta2
Vincent van Ravesteijn [Sun, 6 Oct 2013 03:13:00 +0000 (05:13 +0200)]
Update ANNOUNCE for LyX2.1.0beta2

10 years agoNEWS: add what's new in LyX 2.1
Vincent van Ravesteijn [Sun, 6 Oct 2013 02:33:26 +0000 (04:33 +0200)]
NEWS: add what's new in LyX 2.1

10 years agoNEWS: Update from the 2.0.x branch
Vincent van Ravesteijn [Sun, 6 Oct 2013 02:26:11 +0000 (04:26 +0200)]
NEWS: Update from the 2.0.x branch

10 years agoWas forgetting these two icons.
Enrico Forestieri [Sun, 6 Oct 2013 11:45:48 +0000 (13:45 +0200)]
Was forgetting these two icons.

10 years agoReplace remaining autogenerated math icons.
Enrico Forestieri [Sun, 6 Oct 2013 11:39:43 +0000 (13:39 +0200)]
Replace remaining autogenerated math icons.

10 years agoRevert "Enable automake subdir-objects"
Vincent van Ravesteijn [Sat, 5 Oct 2013 14:34:10 +0000 (16:34 +0200)]
Revert "Enable automake subdir-objects"

The reason for adding this option is to kill a warning with automake 1.14. However, the "make distclean" target does not work with the subdir-objects options for older versions of automake. To still allow older versions of automake, we remove this option and live with the warning when using automake 1.14.

This reverts commit 03343bd4e63f946b463fa4e97e70d449cadf6622.

10 years agoRevert "Do not kill the undo stack when doing a Save As..."
Jean-Marc Lasgouttes [Fri, 4 Oct 2013 13:01:42 +0000 (15:01 +0200)]
Revert "Do not kill the undo stack when doing a Save As..."

This commit was causing bug #8821.

This reverts commit 467422f9df784e2e6bab4f0cc8fcfbc166c59bd4.

10 years agoFix bug #8859: crash on alignment of two cells in tabular
Jean-Marc Lasgouttes [Fri, 4 Oct 2013 10:52:00 +0000 (12:52 +0200)]
Fix bug #8859: crash on alignment of two cells in tabular

The solution is the same as the other text-properties lfuns: use special loops when there is a multi-cell selection.

10 years agoxypic workaround for avoiding an assertion (#8860)
Scott Kostyshak [Tue, 1 Oct 2013 22:11:35 +0000 (18:11 -0400)]
xypic workaround for avoiding an assertion (#8860)

The text should look the same.

10 years agoIgnore latex8 PDF export tests
Scott Kostyshak [Sat, 28 Sep 2013 16:38:51 +0000 (12:38 -0400)]
Ignore latex8 PDF export tests

latex8.sty is obsolete and replaced by IEEEconf.

10 years agoRestore original icons inadvertently replaced in a7182e42.
Enrico Forestieri [Sun, 29 Sep 2013 21:12:42 +0000 (23:12 +0200)]
Restore original icons inadvertently replaced in a7182e42.

10 years agoReplace autogenerated icons for the math toolbar
Enrico Forestieri [Sun, 29 Sep 2013 20:51:27 +0000 (22:51 +0200)]
Replace autogenerated icons for the math toolbar

The autogenerated icons are in most cases ugly, do not conform to the
style of the other icons, and do not respect relative dimensions and
positions. The math icons have a vertical dimension of 19 pixel, defining
a grid that has to be respected for obtaining correct alignment.
The only autogenerated icons that remain are those of the Misc (extra)
toolbar. I plan to also replace them in the near future.

10 years agoMerge: Remove tex2lyx defines to allow for newer automake
Vincent van Ravesteijn [Sun, 29 Sep 2013 14:46:35 +0000 (16:46 +0200)]
Merge: Remove tex2lyx defines to allow for newer automake

Automake version 1.14 warns that subdir-objects needs to be
enabled to avoid future incompatibilities. However, this causes problems
for objects that are compiled twice (for LyX and tex2lyx) with different
defines (e.g., TEX2LYX and NO_LAYOUT_CSS). Therefore, we need to properly
fix the code without using these defines.

See also:
 - commit 16cdf70d (Jul 26, 2013),
 - commit 3698fde0 (Aug 19, 2013), and
 - http://marc.info/?l=lyx-devel&m=137673178123427&w=2.

10 years agoEnable automake subdir-objects
Vincent van Ravesteijn [Thu, 26 Sep 2013 20:58:41 +0000 (22:58 +0200)]
Enable automake subdir-objects

10 years agoRemove the TEX2LYX define when compiling tex2lyx
Vincent van Ravesteijn [Thu, 26 Sep 2013 20:58:22 +0000 (22:58 +0200)]
Remove the TEX2LYX define when compiling tex2lyx

10 years agoEncodings: Use BufferEncodings where needed
Vincent van Ravesteijn [Thu, 26 Sep 2013 20:22:02 +0000 (22:22 +0200)]
Encodings: Use BufferEncodings where needed

10 years agoEncodings: Make members of CharInfo private
Vincent van Ravesteijn [Sun, 29 Sep 2013 13:07:22 +0000 (15:07 +0200)]
Encodings: Make members of CharInfo private

10 years agoEncodings: Split off the functions that need Buffer
Stephan Witt [Fri, 23 Aug 2013 05:46:35 +0000 (07:46 +0200)]
Encodings: Split off the functions that need Buffer

This is needed to be able to use Encodings in tex2lyx without the need to
compile Buffer as well, or to use a TEX2LYX define.

10 years agoEncodings: Add CharInfo to Encoding.h
Vincent van Ravesteijn [Sun, 29 Sep 2013 12:27:48 +0000 (14:27 +0200)]
Encodings: Add CharInfo to Encoding.h

10 years agoRemove dependency on NO_LAYOUT_CSS #define in Layout.cpp
Jean-Marc Lasgouttes [Wed, 21 Aug 2013 10:45:00 +0000 (12:45 +0200)]
Remove dependency on NO_LAYOUT_CSS #define in Layout.cpp

Remove all traces of this #define.

10 years agoMove tex2lyx dummy implementations in their own file.
Jean-Marc Lasgouttes [Wed, 21 Aug 2013 10:20:20 +0000 (12:20 +0200)]
Move tex2lyx dummy implementations in their own file.

Also try to document their use.

10 years agoRemove dependency on TEX2LYX #define in ModuleList.cpp
Jean-Marc Lasgouttes [Wed, 21 Aug 2013 09:44:08 +0000 (11:44 +0200)]
Remove dependency on TEX2LYX #define in ModuleList.cpp

10 years agoRemove dependency on TEX2LYX #define in Lexer.cpp
Jean-Marc Lasgouttes [Wed, 21 Aug 2013 09:31:55 +0000 (11:31 +0200)]
Remove dependency on TEX2LYX #define in Lexer.cpp

10 years agocosmetics: remove unneeded std:: prefix
Stephan Witt [Thu, 26 Sep 2013 20:22:40 +0000 (22:22 +0200)]
cosmetics: remove unneeded std:: prefix

Amended-by: Vincent van Ravesteijn <vfr@lyx.org>
10 years agoHandle is_child runparam in preview (bug #8445)
Juergen Spitzmueller [Sun, 29 Sep 2013 12:14:15 +0000 (14:14 +0200)]
Handle is_child runparam in preview (bug #8445)

10 years agoMove AGU_article.lyx to the attic
Scott Kostyshak [Sat, 28 Sep 2013 03:49:49 +0000 (23:49 -0400)]
Move AGU_article.lyx to the attic

Exporting this outdated document currently hangs on some systems.
Further, there is no natural link between AGU and DocBook
and this could be confusing to a user who is looking for
the AGU template.

10 years agoadd Option-Tab resp. Option-Shift-Tab for buffer-next/previous because Control-Tab...
Stephan Witt [Fri, 27 Sep 2013 17:53:12 +0000 (19:53 +0200)]
add Option-Tab resp. Option-Shift-Tab for buffer-next/previous because Control-Tab doesn't work anymore

10 years agosk.po, make some messages clearer
Kornel Benko [Thu, 26 Sep 2013 11:17:37 +0000 (13:17 +0200)]
sk.po, make some messages clearer

10 years agoCorrected displayed file-name for fuzzy and untranslated messages in diff_po.pl
Kornel Benko [Thu, 26 Sep 2013 09:34:05 +0000 (11:34 +0200)]
Corrected displayed file-name for fuzzy and untranslated messages in diff_po.pl

10 years ago* cs.po
Pavel Sanda [Thu, 26 Sep 2013 05:59:21 +0000 (22:59 -0700)]
* cs.po

10 years agoModified the revision selection while comparing po-files$
Kornel Benko [Wed, 25 Sep 2013 14:43:23 +0000 (16:43 +0200)]
Modified the revision selection while comparing po-files$

If revision-parameter is set to e.g. '-3', now we search for the previous
3-rd change of the relevant po-file instead of the previous 3-rd commit.

We now also pass options through the environment, though it is not needed for git.
This way we overcome the deficiency of "hg" and "svn", which do not allow
to pass self-defined options to underlying diff-command.

10 years agoPolishing diff_po.pl
Kornel Benko [Mon, 23 Sep 2013 10:50:25 +0000 (12:50 +0200)]
Polishing diff_po.pl

New options
  --display-fuzzy=[1|0} # Enable/disable display of fuzzy messages
  --display-untranslated=[1|0} # Enable/disable display of untranslated messages

Convert each given path on command line to absolute path prior to changing
the working directory

10 years agoInsetSpace and InsetVSpace are clickable (part of #8847)
Juergen Spitzmueller [Sun, 22 Sep 2013 10:49:43 +0000 (12:49 +0200)]
InsetSpace and InsetVSpace are clickable (part of #8847)

10 years agode.po: fix accelerator
Juergen Spitzmueller [Sat, 21 Sep 2013 11:28:06 +0000 (13:28 +0200)]
de.po: fix accelerator

10 years agoBetter icon for inset citation.
Enrico Forestieri [Wed, 18 Sep 2013 12:12:09 +0000 (14:12 +0200)]
Better icon for inset citation.

The previous one could be more easily associated to bookmarks rather
than to citations.

10 years agoUpdate it.po
Enrico Forestieri [Tue, 17 Sep 2013 19:02:23 +0000 (21:02 +0200)]
Update it.po

10 years agoFix loop when trying to export a read-only document
Juergen Spitzmueller [Mon, 16 Sep 2013 08:13:16 +0000 (10:13 +0200)]
Fix loop when trying to export a read-only document

10 years agoTufte examples: note how to add 'ols' option
Scott Kostyshak [Mon, 16 Sep 2013 01:42:56 +0000 (21:42 -0400)]
Tufte examples: note how to add 'ols' option

10 years agoremove unused and error-prone function
Juergen Spitzmueller [Sun, 15 Sep 2013 15:19:51 +0000 (17:19 +0200)]
remove unused and error-prone function

10 years agofr/Intro.lyx: Correction by Jean-Pierre
Juergen Spitzmueller [Sun, 15 Sep 2013 15:02:04 +0000 (17:02 +0200)]
fr/Intro.lyx: Correction by Jean-Pierre

10 years agofr.po: Update by Jean Pierre
Juergen Spitzmueller [Sun, 15 Sep 2013 14:49:14 +0000 (16:49 +0200)]
fr.po: Update by Jean Pierre

10 years agoExport as: Further cleanup
Juergen Spitzmueller [Sat, 14 Sep 2013 15:53:57 +0000 (17:53 +0200)]
Export as: Further cleanup

10 years agoFurther localization fixes
Juergen Spitzmueller [Sat, 14 Sep 2013 13:40:57 +0000 (15:40 +0200)]
Further localization fixes

10 years ago* sk.po
Kornel Benko [Sat, 14 Sep 2013 11:52:32 +0000 (13:52 +0200)]
* sk.po

10 years agoFix 'Export As...' in non-English localizations
Juergen Spitzmueller [Sat, 14 Sep 2013 11:11:10 +0000 (13:11 +0200)]
Fix 'Export As...' in non-English localizations

It is always a bad idea to compare a localized string. I think the whole method Formats::getFormatFromPrettyName (which is now unused) should be ditched. This is bound to fail.