]> git.lyx.org Git - lyx.git/log
lyx.git
9 years agoMake sure a temporary file is always created in the global temporary dir.
Enrico Forestieri [Thu, 12 Mar 2015 23:31:08 +0000 (00:31 +0100)]
Make sure a temporary file is always created in the global temporary dir.

9 years agoFix tex2lyx script output
Georg Baum [Wed, 11 Mar 2015 21:20:44 +0000 (22:20 +0100)]
Fix tex2lyx script output

tex2lyx did not use the InsetLayout for the script insets, so it did not know
that it had to use Plain Layout. However, there is still a possible pitfall:
InsetScript uses a hard coded plain layout for the InsetText constructor, so
if anybody would remove ForcePlain 1 and MultiPar false from the InsetLayout
then LyX would still write script insets with plain layout, but tex2lyx would
output standard layout again.

9 years agowhitespace
Georg Baum [Wed, 11 Mar 2015 21:03:29 +0000 (22:03 +0100)]
whitespace

9 years agoUpdate tex2lyx test references
Georg Baum [Wed, 11 Mar 2015 20:00:53 +0000 (21:00 +0100)]
Update tex2lyx test references

tex2lyx outputs the correct layout ("Plain Layout") for captions since
9d824a04d11. Previously, it did output  "Standard", which was wrong.

9 years agoPreparation to support translations with python3
Kornel Benko [Wed, 11 Mar 2015 19:54:28 +0000 (20:54 +0100)]
Preparation to support translations with python3

Thanks to José.

9 years agoAvoid crash with after a params undo.
Jean-Marc Lasgouttes [Wed, 11 Mar 2015 15:55:51 +0000 (16:55 +0100)]
Avoid crash with after a params undo.

When doing a non-atomic undo, one should not try to merge with a previous params undo.

This fixes bug #7740.

9 years agoFirst step to make po python files to support both python 2 and python 3 (3.3+)
José Matos [Wed, 11 Mar 2015 13:41:10 +0000 (13:41 +0000)]
First step to make po python files to support both python 2 and python 3 (3.3+)

Most of the changes are related with dictionaries returning iterators instead of
    lists. (Iterators and not views as I wrote in the previous commit message)

    xrange -> range (since xrange is gone in python 3)

9 years agoFirst step to make lyx2lyx code support both python 2 and python 3 (3.3+)
José Matos [Wed, 11 Mar 2015 12:04:46 +0000 (12:04 +0000)]
First step to make lyx2lyx code support both python 2 and python 3 (3.3+)

Most of the changes are related with dictionaries returning views instead of
lists.

xrange -> range (since xrange is gone in python 3)

The code that is special to support both python 2 and 3 is enclosed in a comment
 \# Provide support for both python 2 and 3
and
 \# End of code to support for both python 2 and 3

And so later it can be removed safely when python 2 is no longer supported.

9 years agoctests: revert a MultilingualCaptions XeTeX test
Scott Kostyshak [Wed, 11 Mar 2015 03:35:49 +0000 (23:35 -0400)]
ctests: revert a MultilingualCaptions XeTeX test

This file and format exports correctly since 5753760b.

9 years agoRemove unsupported macros from autocompletion
Georg Baum [Tue, 10 Mar 2015 19:53:56 +0000 (20:53 +0100)]
Remove unsupported macros from autocompletion

We have some math macros that exist only because LyX can display them easily,
but which require user preamble code. These commands should not appear in
autocompletion, they are only there to make the formulas of users who actually
need thgese symbols and know what to put into the preamble more beautiful.

9 years agoFix generation of lyx_commit_hash.h
Jean-Marc Lasgouttes [Tue, 10 Mar 2015 18:11:48 +0000 (19:11 +0100)]
Fix generation of lyx_commit_hash.h

Now version.o is not recompiled on already built tree.

9 years agoProperly define MultiPar status of caption in the layout definition.
Juergen Spitzmueller [Tue, 10 Mar 2015 17:31:55 +0000 (18:31 +0100)]
Properly define MultiPar status of caption in the layout definition.

Also remove hardcoded paragraph break disabling.

Candidate for branch.

9 years agoCmake preparation to support python3
Kornel Benko [Tue, 10 Mar 2015 16:29:58 +0000 (17:29 +0100)]
Cmake preparation to support python3

9 years agoTake in account the parent's getStatus in macro templates
Jean-Marc Lasgouttes [Tue, 10 Mar 2015 15:05:22 +0000 (16:05 +0100)]
Take in account the parent's getStatus in macro templates

This avoids invoking the insert space dialog instead of the math version. Thereafter, spaces are correctly inserted inside macro templates.

This is the last part of the fix to #9432.

9 years agoDo not sanitize the anchor of cursor when selection is not set
Jean-Marc Lasgouttes [Tue, 10 Mar 2015 14:53:25 +0000 (15:53 +0100)]
Do not sanitize the anchor of cursor when selection is not set

Additionally, move the code to write to a stream from Cursor to CursorData (so that debugging undo is easier). We loose x_target, but I am not sure it is important.

This is the second part of bug #9432.

9 years agoCheck that DocIterator::sanitize only adds editable insets
Jean-Marc Lasgouttes [Mon, 9 Mar 2015 10:14:26 +0000 (11:14 +0100)]
Check that DocIterator::sanitize only adds editable insets

This fixes the crash on ticket #9432, but the bug there has other causes.

9 years agoFirst step to support python 2(.7) and 3(.3+)
José Matos [Tue, 10 Mar 2015 13:55:59 +0000 (13:55 +0000)]
First step to support python 2(.7) and 3(.3+)

When the work is finished the moniker "work in progress" should be removed.

9 years agoForgotten in previous commit
Kornel Benko [Mon, 9 Mar 2015 09:38:07 +0000 (10:38 +0100)]
Forgotten in previous commit

This is not needed bacause the command 'grep' is not
so language sensitive as pcregrep. It's only for the sake of consistence

9 years agoRemove the need of specific language packs for keytests
Kornel Benko [Mon, 9 Mar 2015 08:41:34 +0000 (09:41 +0100)]
Remove the need of specific language packs for keytests

The command pcregrep failed trying to set locales to
not installed language pack.

9 years agoReduce size of some svg icons.
Enrico Forestieri [Mon, 9 Mar 2015 01:38:12 +0000 (02:38 +0100)]
Reduce size of some svg icons.

The svg files produced by vector editors may end up containing a lot
of unused elements that increase their size without any impact on
quality. For example, this occurs when copy/pasting between images
such that unused effects or shadings simply clutter the files.
Removing these elements in some cases may reduce the size to one half
or one third of the original one, leaving unmodified the image quality.

9 years agoAdd another bunch of svg icons.
Enrico Forestieri [Sun, 8 Mar 2015 19:25:40 +0000 (20:25 +0100)]
Add another bunch of svg icons.

Also tweaked some existing icons for better rendering at default size.

9 years agopdfcomment.module: fix dependencies
Uwe Stöhr [Sat, 7 Mar 2015 23:41:08 +0000 (03:41 +0400)]
pdfcomment.module: fix dependencies

9 years agoMultilingualCaptions.lyx: port recent changes to master
Uwe Stöhr [Sat, 7 Mar 2015 23:39:54 +0000 (03:39 +0400)]
MultilingualCaptions.lyx: port recent changes to master

9 years agoFrench MultilingualCaptions.lyx: this time really the french version
Uwe Stöhr [Sat, 7 Mar 2015 09:16:35 +0000 (13:16 +0400)]
French MultilingualCaptions.lyx: this time really the french version

9 years agoSome code factorization for the Change template
Jean-Marc Lasgouttes [Thu, 5 Mar 2015 15:30:22 +0000 (16:30 +0100)]
Some code factorization for the Change template

The original motivation is to initialize the change_ member but do it only once.

This fixes coverity issue 23432.

9 years agoRemove variable properly now
Jean-Marc Lasgouttes [Thu, 5 Mar 2015 11:48:01 +0000 (12:48 +0100)]
Remove variable properly now

This is a follow-up to db1979f39871.

9 years agoReset stream properties after changing them
Jean-Marc Lasgouttes [Thu, 5 Mar 2015 11:44:02 +0000 (12:44 +0100)]
Reset stream properties after changing them

Fixes coverity issue 23468.

9 years agoRemove unused member.
Jean-Marc Lasgouttes [Thu, 5 Mar 2015 11:30:12 +0000 (12:30 +0100)]
Remove unused member.

Fixes coverity issue 23413.

9 years agoFix uninitialized member in Lexer constructor
Jean-Marc Lasgouttes [Thu, 5 Mar 2015 11:24:47 +0000 (12:24 +0100)]
Fix uninitialized member in Lexer constructor

Fixes coverity issue 23501.

9 years agoFix uninitialized members in Language constructor
Jean-Marc Lasgouttes [Thu, 5 Mar 2015 11:17:52 +0000 (12:17 +0100)]
Fix uninitialized members in Language constructor

Fixes coverity issue 23412.

9 years agoFix uninitialized member in LaTexFont constructor
Jean-Marc [Wed, 4 Mar 2015 22:21:34 +0000 (23:21 +0100)]
Fix uninitialized member in LaTexFont constructor

Fixes coverity issue 23382

9 years agoFix uninitialized member in Floating constructor
Jean-Marc [Wed, 4 Mar 2015 22:13:06 +0000 (23:13 +0100)]
Fix uninitialized member in Floating constructor

Fixes coverity issue 23402.

9 years agoFix uninitialized members in Cursor and CursorData constructors
Jean-Marc [Wed, 4 Mar 2015 22:00:07 +0000 (23:00 +0100)]
Fix uninitialized members in Cursor and CursorData constructors

Fix coverity issues 23401, 23407, 23416 and 23429.

9 years agoFix unitialized members in CacheItem
Jean-Marc [Wed, 4 Mar 2015 21:50:37 +0000 (22:50 +0100)]
Fix unitialized members in CacheItem

Fixes coverity issue 23380.

9 years agoAdd test for null buffer
Jean-Marc [Wed, 4 Mar 2015 21:46:48 +0000 (22:46 +0100)]
Add test for null buffer

This is actually not needed in practice.

Fixes coverity issue 23306.

9 years agoFix uninitialized members in Compare::Impl
Jean-Marc [Wed, 4 Mar 2015 21:35:40 +0000 (22:35 +0100)]
Fix uninitialized members in Compare::Impl

Fixes coverity issue 23418.

9 years agoPass parameters by reference (performance)
Jean-Marc [Wed, 4 Mar 2015 21:22:18 +0000 (22:22 +0100)]
Pass parameters by reference (performance)

Fixes coverity issues 23339 and 23347.

Some additional spacing changes sneaked in.

9 years agoFix unintialized member of BufferView::Private
Jean-Marc [Wed, 4 Mar 2015 21:17:51 +0000 (22:17 +0100)]
Fix unintialized member of BufferView::Private

Fixes coverity issue 23404.

9 years agoFix missing break in switch
Jean-Marc [Wed, 4 Mar 2015 21:13:20 +0000 (22:13 +0100)]
Fix missing break in switch

Fixes coverity issue 23350.

9 years agoRemove unused variable BufferParams::quotes_times
Jean-Marc Lasgouttes [Wed, 4 Mar 2015 17:19:30 +0000 (18:19 +0100)]
Remove unused variable BufferParams::quotes_times

This was pointed out inadvertently by coverity issue 23484: the
variable was not properly initialized.

9 years agoInitialize Buffer::Impl members correctly
Jean-Marc Lasgouttes [Wed, 4 Mar 2015 16:56:07 +0000 (17:56 +0100)]
Initialize Buffer::Impl members correctly

In practice the variables were initialized later as needed.

Fixes coverity issue 23497.

9 years agoInitialize object properly
Jean-Marc Lasgouttes [Wed, 4 Mar 2015 16:47:56 +0000 (17:47 +0100)]
Initialize object properly

Fixes coverity issue 23363

9 years agoUpdate cygwin script.
Enrico Forestieri [Tue, 3 Mar 2015 17:17:37 +0000 (18:17 +0100)]
Update cygwin script.

Recent versions of the cygwin X11 server come with a startup script
that explicitly uses '-nolisten tcp' for improved security. This means
that mentioning a host part in the DISPLAY variable precludes correct
operation. So, leave blank the host part such that only local connections
are attempted. Even if a user can override this setting in the own
~/.lyxprofile, novice users (and even experienced ones, at first) would be
probably confused by the "Error: Can't open display: localhost:0" message
and thus it is better to make this work out of the box.

9 years agoAdd another bunch of missing svg icons.
Enrico Forestieri [Tue, 3 Mar 2015 14:43:10 +0000 (15:43 +0100)]
Add another bunch of missing svg icons.

I also tweaked some existing icons to make them look better at default size.
Moreover, some text was replaced with paths, because the required font may
not exist on a system and font substitution would take place, making the
icons look different on different systems.

9 years agoAllow automake 1.15.
Jean-Marc Lasgouttes [Tue, 3 Mar 2015 09:59:11 +0000 (10:59 +0100)]
Allow automake 1.15.

9 years agoFix stupid copy-paste error
Georg Baum [Mon, 2 Mar 2015 19:57:26 +0000 (20:57 +0100)]
Fix stupid copy-paste error

Now the conversion to 2.1.x works again

9 years agoupdate sk.po
Kornel Benko [Mon, 2 Mar 2015 18:35:39 +0000 (19:35 +0100)]
update sk.po

9 years agoFix lyx2lyx conversion for file insets
Georg Baum [Sun, 1 Mar 2015 21:16:45 +0000 (22:16 +0100)]
Fix lyx2lyx conversion for file insets

Both the hyphen and special phrase conversion did not exclude insets which
reference external files. This was wrong since LyX does not replace
\SpecialCharNoPassThru etc for these insets.

9 years agoRecord undo properly when changing multiple paragraphs parameters
Jean-Marc Lasgouttes [Sun, 1 Mar 2015 15:25:19 +0000 (16:25 +0100)]
Record undo properly when changing multiple paragraphs parameters

Fixes bug 9437.

9 years agoFix cursor position before a virtual element
Jean-Marc Lasgouttes [Sat, 28 Feb 2015 23:23:07 +0000 (00:23 +0100)]
Fix cursor position before a virtual element

When there is a virtual element like an end-of-paragraph marker, the cursor should be on the left (in RTL text).

This problem was created by 46ee6799.

9 years agoReplace automatic logofication with insets
Georg Baum [Sun, 1 Mar 2015 10:16:57 +0000 (11:16 +0100)]
Replace automatic logofication with insets

Previously, LyX did replace some words with typeset logos, and there was no
way to prvent this except putting them, in ERT (bug #4752). Now we have
special insets for these words, and standard text is left alone.

9 years agoFix wrong CommandInset lyx2lyx conversion
Georg Baum [Sun, 1 Mar 2015 09:52:13 +0000 (10:52 +0100)]
Fix wrong CommandInset lyx2lyx conversion

Thanks to Scott for testing. Command insets do not use InsetText for the
arguments, so users have to write them in LaTeX syntax (this is bug #4595).
Therefore we must leave hyphens alone in these insets.

9 years agoRevert some other dubious "improvements" in b627b870
Jean-Marc Lasgouttes [Sat, 28 Feb 2015 22:41:20 +0000 (23:41 +0100)]
Revert some other dubious "improvements" in b627b870

9 years agoFix \nobreakdash- roundtrip in moving args
Georg Baum [Fri, 27 Feb 2015 21:06:11 +0000 (22:06 +0100)]
Fix \nobreakdash- roundtrip in moving args

Previously, tex2lyx did not remove the \protect which is output by LyX in
front of \nobreakdash- if needed. Now tex2lyx removes it unconditionally (like
it does elsewhere), because LyX will add it if needed.

9 years agodocumentation: port recent changes to master
Uwe Stöhr [Fri, 27 Feb 2015 00:19:40 +0000 (01:19 +0100)]
documentation: port recent changes to master

9 years agoInstaller: slovak.nsh: translation update by Kornel
Uwe Stöhr [Fri, 27 Feb 2015 00:11:00 +0000 (01:11 +0100)]
Installer: slovak.nsh: translation update by Kornel

9 years agoFix hyphen conversion in passThru insets
Georg Baum [Thu, 26 Feb 2015 21:55:20 +0000 (22:55 +0100)]
Fix hyphen conversion in passThru insets

The old hyphen replacement code did not convert hyphens if the condition
style.pass_thru || runparams.pass_thru
was met. style.pass_thru got set from inset owner (isPassThru()). Therefore
we have to consider this for the new replacement code as well.

9 years agowhitespace
Georg Baum [Thu, 26 Feb 2015 19:43:05 +0000 (20:43 +0100)]
whitespace

9 years agoMake convert_dashes and revert_dashes symmetric
Georg Baum [Thu, 26 Feb 2015 19:34:36 +0000 (20:34 +0100)]
Make convert_dashes and revert_dashes symmetric

Otherwise we could destroy math stuff.

9 years agoAdd comment, so that does not happen again.
Richard Heck [Wed, 25 Feb 2015 01:07:32 +0000 (20:07 -0500)]
Add comment, so that does not happen again.

9 years agoPartially revert b627b870, which broke cursor movement.
Richard Heck [Wed, 25 Feb 2015 01:04:10 +0000 (20:04 -0500)]
Partially revert b627b870, which broke cursor movement.

9 years agoFix plaintext output of dashes (bug #3647)
Georg Baum [Tue, 24 Feb 2015 20:58:27 +0000 (21:58 +0100)]
Fix plaintext output of dashes (bug #3647)

Previously, consecutive dashes in .lyx files were combined to endash and emdash
in some cases, and in other cases they were output as is. This made the code
complicated, and resulted in inconsitencies ((bug #3647).
Now, a dash in a .lyx file is always a dash in the output, for all flavours.
The special handling is moved to the input side, so that you still get an
endash if you type two hyphens. If needed, this can be changed or made
customizable without the need to update the file format again. Many thanks
for the fruitful mailing list dicsussion, which contributed significantly to
the final version.

9 years agoMicro-optimization.
Richard Heck [Tue, 24 Feb 2015 18:43:33 +0000 (13:43 -0500)]
Micro-optimization.

9 years agoSome performance stuff reported by cppcheck
Jean-Marc Lasgouttes [Tue, 24 Feb 2015 09:17:45 +0000 (10:17 +0100)]
Some performance stuff reported by cppcheck

9 years agoCheck for ugm font availability
Juergen Spitzmueller [Tue, 24 Feb 2015 06:58:40 +0000 (07:58 +0100)]
Check for ugm font availability

Fixes: #9429
9 years agoUserGuide.lyx: port recent changes from branch
Uwe Stöhr [Tue, 24 Feb 2015 00:56:27 +0000 (01:56 +0100)]
UserGuide.lyx: port recent changes from branch

9 years agoFrench manuals: sync with branch
Uwe Stöhr [Tue, 24 Feb 2015 00:14:40 +0000 (01:14 +0100)]
French manuals: sync with branch

9 years agoUpdate it.po
Enrico Forestieri [Mon, 23 Feb 2015 00:53:14 +0000 (01:53 +0100)]
Update it.po

9 years agoMissing svg icons for the default set.
Enrico Forestieri [Sun, 22 Feb 2015 23:23:54 +0000 (00:23 +0100)]
Missing svg icons for the default set.

I am also replacing some existing icons with reworked ones that
look better at small sizes. I think that these icons are now
comparable to the png ones as regards quality at the default size.

9 years agoWhitespace
Scott Kostyshak [Fri, 20 Feb 2015 06:46:33 +0000 (01:46 -0500)]
Whitespace

9 years agoctests: invert some of the PDF-comment tests
Scott Kostyshak [Sat, 21 Feb 2015 18:53:23 +0000 (13:53 -0500)]
ctests: invert some of the PDF-comment tests

Only pdflatex is expected to work reliably.
lualatex also appears to compile.

9 years agoDo not read array before checking the bounds
Jean-Marc Lasgouttes [Fri, 20 Feb 2015 15:51:20 +0000 (16:51 +0100)]
Do not read array before checking the bounds

Fixes coverity issue 23377

9 years agoInitialize variable properly.
Jean-Marc Lasgouttes [Fri, 20 Feb 2015 15:47:27 +0000 (16:47 +0100)]
Initialize variable properly.

This fixes coverity issue 23503.

9 years agoDo not mix several names for the same variable
Jean-Marc Lasgouttes [Fri, 20 Feb 2015 15:37:06 +0000 (16:37 +0100)]
Do not mix several names for the same variable

This confuses coverity, but is probably harmless.

Fxies coverity issue 23374

9 years agoRemove C-isms in isValidLength
Jean-Marc Lasgouttes [Fri, 20 Feb 2015 15:16:31 +0000 (16:16 +0100)]
Remove C-isms in isValidLength

This fixes coverity issue 23349, with a potential out-of-bounds write to the pattern array.

9 years agoDon't try to show 1000 as a roman number
Jean-Marc Lasgouttes [Fri, 20 Feb 2015 14:59:19 +0000 (15:59 +0100)]
Don't try to show 1000 as a roman number

Fixes coverity issue 23360.

9 years agowhitespace
Jean-Marc Lasgouttes [Fri, 20 Feb 2015 14:57:45 +0000 (15:57 +0100)]
whitespace

9 years agoFix uninitialized variable
Jean-Marc Lasgouttes [Fri, 20 Feb 2015 14:53:19 +0000 (15:53 +0100)]
Fix uninitialized variable

Fixes coverity issue 23446.

9 years agoDo not create a new socket if the max. number of clients is attained
Jean-Marc Lasgouttes [Fri, 20 Feb 2015 14:46:34 +0000 (15:46 +0100)]
Do not create a new socket if the max. number of clients is attained

Fixes coverity issue 23431.

9 years agoFix memory leak in TImer class.
Jean-Marc Lasgouttes [Fri, 20 Feb 2015 14:39:45 +0000 (15:39 +0100)]
Fix memory leak in TImer class.

This is not really important since the class is currently not used.

This is coverity issue 23291.

9 years agoMain argument of a subfloat is not a moving argument
Jean-Marc Lasgouttes [Fri, 20 Feb 2015 10:51:40 +0000 (11:51 +0100)]
Main argument of a subfloat is not a moving argument

Fixes bug: #9421

9 years agoComment out FontEncoding for Hebrew
Juergen Spitzmueller [Thu, 19 Feb 2015 09:37:05 +0000 (10:37 +0100)]
Comment out FontEncoding for Hebrew

This needs a specific loading order, which is handled by Hebrew babel itself.

9 years agoar.po: update by Hatim for master
Uwe Stöhr [Thu, 19 Feb 2015 00:23:56 +0000 (01:23 +0100)]
ar.po: update by Hatim for master

9 years agoctests: revert Russian XeLaTeX and LuaLaTeX tests
Scott Kostyshak [Wed, 18 Feb 2015 08:25:33 +0000 (03:25 -0500)]
ctests: revert Russian XeLaTeX and LuaLaTeX tests

These exports (with TeX fonts) have been successful since support
for proper font encoding for Russian was added at d7cf6ca7.

9 years agoctests: invert many of the ja template tests
Scott Kostyshak [Wed, 18 Feb 2015 07:35:05 +0000 (02:35 -0500)]
ctests: invert many of the ja template tests

We only expect pdf and pdf3 to pass. This is consistent with
other LyX Japanese documents.

9 years agoCorrect the \lyxformat of aastex template
Scott Kostyshak [Wed, 18 Feb 2015 05:15:49 +0000 (00:15 -0500)]
Correct the \lyxformat of aastex template

The current format is 480. Commit 6594289d changed
the format in this file to 481, which caused the file
to not be loadable in LyX.

9 years agoFix regression of eb121f999
Georg Baum [Tue, 17 Feb 2015 20:19:05 +0000 (21:19 +0100)]
Fix regression of eb121f999

Again thanks to Scott for finding this. The removal of the check for full
unicode in eb121f999 was not wanted. Now listings can be exported to
lualatex and xetex again.

9 years agoeplace unparseable char in lib/configure.py.
Kornel Benko [Tue, 17 Feb 2015 12:24:56 +0000 (13:24 +0100)]
eplace unparseable char in lib/configure.py.

Apparently xgettext is choking on that unicode char (\302 \240)

9 years agoUserGuide.lyx: port recent changes to master
Uwe Stöhr [Mon, 16 Feb 2015 23:45:55 +0000 (00:45 +0100)]
UserGuide.lyx: port recent changes to master

9 years agoconfigure.py: change name of a converter as discussed
Uwe Stöhr [Mon, 16 Feb 2015 23:44:47 +0000 (00:44 +0100)]
configure.py: change name of a converter as discussed

9 years agostdmenus.inc: add PDF-comment.lyx as special manual
Uwe Stöhr [Mon, 16 Feb 2015 23:24:55 +0000 (00:24 +0100)]
stdmenus.inc: add PDF-comment.lyx as special manual

9 years agopdfcomment.module: add required style files
Uwe Stöhr [Mon, 16 Feb 2015 23:24:29 +0000 (00:24 +0100)]
pdfcomment.module: add required style files

the the module requires datetime and fmtcount

9 years agoDevelopment.lyx: add a documentation policy as requested by Scott
Uwe Stöhr [Mon, 16 Feb 2015 23:12:02 +0000 (00:12 +0100)]
Development.lyx: add a documentation policy as requested by Scott

9 years agoFix wrong LATTEST
Georg Baum [Mon, 16 Feb 2015 21:33:48 +0000 (22:33 +0100)]
Fix wrong LATTEST

Thanks to Scott for testing. If a macro is unknown (displayed in red), then
macro_ is 0. The LATTEST is now adjusted and works like in MathMacro::write()
where I stole it from.

9 years agoCorrect name of a svg icon.
Enrico Forestieri [Mon, 16 Feb 2015 15:10:53 +0000 (16:10 +0100)]
Correct name of a svg icon.

9 years agoMore documentation on InternalEncoding
Juergen Spitzmueller [Mon, 16 Feb 2015 10:17:39 +0000 (11:17 +0100)]
More documentation on InternalEncoding

9 years agoOutput -- and --- in XHTML like in LaTeX
Georg Baum [Sun, 15 Feb 2015 19:17:21 +0000 (20:17 +0100)]
Output -- and --- in XHTML like in LaTeX

For exports based on LaTeX, consecutive hyphens are only converted to endash
and emdash if the current font family is not typewriter, and if none of the
parent insets is an IPA inset. Now this is done for XHTML export as well.

9 years agoDo not show new "cropped" formats on export menu.
Richard Heck [Sun, 15 Feb 2015 03:56:33 +0000 (22:56 -0500)]
Do not show new "cropped" formats on export menu.

(cherry picked from commit 2fc44e96f536812a89adca789f6e7e87c4286f9e)

9 years agotext3.cpp: adapt a possible fix to current code
Uwe Stöhr [Sun, 15 Feb 2015 00:04:41 +0000 (01:04 +0100)]
text3.cpp: adapt a possible fix to current code

9 years agoFix missing symbols in math completer
Georg Baum [Sat, 14 Feb 2015 19:32:25 +0000 (20:32 +0100)]
Fix missing symbols in math completer

The math icons for the symbol image in the math completer were hardcoded to the
command names. This is wrong for some icons for various reasons, e.g. the case
insensitivity of windows file systems. Therefore we have to use the replacement
list which is also used for the toolbar icons. Bug #3538 is not closed because
of this problem, but IMHO it has nothing to do with this bug, it is a more
general one.