]> git.lyx.org Git - lyx.git/log
lyx.git
7 years agoA couple minor changes to minted example
Scott Kostyshak [Mon, 29 May 2017 21:59:07 +0000 (17:59 -0400)]
A couple minor changes to minted example

7 years agoRevert a gratuitous change
Enrico Forestieri [Mon, 29 May 2017 21:22:14 +0000 (23:22 +0200)]
Revert a gratuitous change

This commit reverts a change made at 3bc08a76 that was causing
changed output. See:
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg200509.html

7 years agokeytests: Do not save the session info in bug-10636-test
Kornel Benko [Mon, 29 May 2017 11:53:39 +0000 (13:53 +0200)]
keytests: Do not save the session info in bug-10636-test

Otherwise the following tests start with 'display source code' enabled.

7 years agoAdd some clarifying comments
Enrico Forestieri [Mon, 29 May 2017 10:00:25 +0000 (12:00 +0200)]
Add some clarifying comments

7 years agoSmall tweak
Enrico Forestieri [Sun, 28 May 2017 21:46:51 +0000 (23:46 +0200)]
Small tweak

7 years agoAdd an external template for minted
Enrico Forestieri [Sun, 28 May 2017 21:43:19 +0000 (23:43 +0200)]
Add an external template for minted

See #9095

7 years agoAdd test for #10636 (fixed in master)
Kornel Benko [Sat, 27 May 2017 17:53:32 +0000 (19:53 +0200)]
Add test for #10636 (fixed in master)

7 years agoAdd author information for inkscape external template
Guillaume MM [Sat, 27 May 2017 13:01:24 +0000 (15:01 +0200)]
Add author information for inkscape external template

7 years agokeytests: Add a small delay to each special key
Kornel Benko [Sat, 27 May 2017 09:09:26 +0000 (11:09 +0200)]
keytests: Add a small delay to each special key

keytest.py: This gives the os some time to update the status.
  All keys with modifier and all possible shortcuts are affected.

Shortcut use corrected in findadv-11-in.txt and findadv-17-in.txt

7 years agoAdd binding for post argument 1.
Juergen Spitzmueller [Fri, 26 May 2017 07:39:15 +0000 (09:39 +0200)]
Add binding for post argument 1.

7 years agoRevert 3ceb5034
Enrico Forestieri [Thu, 25 May 2017 17:06:52 +0000 (19:06 +0200)]
Revert 3ceb5034

This does not work when the footnote contains multiple paragraphs
and the font properties are changed outside the inset.

7 years agoFix coverity warning
Guillaume MM [Thu, 25 May 2017 14:40:41 +0000 (16:40 +0200)]
Fix coverity warning

7 years agokeytests: rewritten testcases to use the new searching engine searchPatterns.pl
Kornel Benko [Wed, 24 May 2017 14:29:32 +0000 (16:29 +0200)]
keytests: rewritten testcases to use the new searching engine searchPatterns.pl

7 years agoTake in account end of paragraph marker for inset width
Jean-Marc Lasgouttes [Wed, 24 May 2017 12:05:06 +0000 (14:05 +0200)]
Take in account end of paragraph marker for inset width

When an inset wants to use the whole available width, it is necessary
to take into account that some of this width may already be taken by
the end-of-paragraph (pilcrow) marker.

Fixes bug #10537.

7 years agoLet command inset honor inheritFont() on screen
Jean-Marc Lasgouttes [Wed, 24 May 2017 09:28:08 +0000 (11:28 +0200)]
Let command inset honor inheritFont() on screen

The RenderButton object now has a inherit_font_ property. It is set
depending on the value of Inset::inheritFont().

This is a better fix than 55533804, which caused bugs #10682 and #10677.

Fixes bug #10258

7 years agoRevert "Add possibility for command inset to inherit enclosing font"
Jean-Marc Lasgouttes [Tue, 23 May 2017 14:50:53 +0000 (16:50 +0200)]
Revert "Add possibility for command inset to inherit enclosing font"

The new method was badly named, it was not supposed to override the
existing inheritFont.

Fixes bug #10682.

This reverts commit 555338048d417d4532fe954239a0e9e29dd5ee6d.

7 years agoRevert "InsetHyperlink: inherit font (#10677)"
Jean-Marc Lasgouttes [Tue, 23 May 2017 15:05:51 +0000 (17:05 +0200)]
Revert "InsetHyperlink: inherit font (#10677)"

This will be replaced with a better fix (see #10682).

This reverts commit c643da99d79d1971fd5c4079955d868a40254e63.

7 years agoFix bug #10263
Enrico Forestieri [Tue, 23 May 2017 22:24:54 +0000 (00:24 +0200)]
Fix bug #10263

7 years agokeytests: Adapt to new shortcuts.
Kornel Benko [Mon, 22 May 2017 16:42:44 +0000 (18:42 +0200)]
keytests: Adapt to new shortcuts.

Also, due to resolved shortcut clash in slovak gui, there is now no need to
select 'search whole words' twice.
(\Ac\Ac ==> \Ae)

7 years agoUpdate sk.po. Correct a shortcut/menu clash
Kornel Benko [Mon, 22 May 2017 16:39:33 +0000 (18:39 +0200)]
Update sk.po. Correct a shortcut/menu clash

7 years agoCmake tests: remove handling of bindings in user.bind.
Kornel Benko [Mon, 22 May 2017 06:56:42 +0000 (08:56 +0200)]
Cmake tests: remove handling of bindings in user.bind.

It is done now by keytest.py

7 years agokeytests: Move shortcut handling into own class
Kornel Benko [Mon, 22 May 2017 06:48:16 +0000 (08:48 +0200)]
keytests: Move shortcut handling into own class

7 years agoMath.lyx: describe new math features
Uwe Stöhr [Sun, 21 May 2017 23:48:07 +0000 (01:48 +0200)]
Math.lyx: describe new math features

7 years agoinkscape.xtemplate: fixes issues 3, 6 and 7 of bug #10679
Uwe Stöhr [Sun, 21 May 2017 21:57:53 +0000 (23:57 +0200)]
inkscape.xtemplate: fixes issues 3, 6 and 7 of bug #10679

7 years agokeytests: Wrong check for empty key in associative array
Kornel Benko [Sun, 21 May 2017 16:38:48 +0000 (18:38 +0200)]
keytests: Wrong check for empty key in associative array

7 years agoEmbeddedObjects.lyx: document new template for Inkscape
Uwe Stöhr [Sun, 21 May 2017 16:10:46 +0000 (18:10 +0200)]
EmbeddedObjects.lyx: document new template for Inkscape

Note that this template has several issues, see bug #10679

7 years agokeytests: Implemented use of additional shortcuts in keytest.py
Kornel Benko [Sun, 21 May 2017 10:42:27 +0000 (12:42 +0200)]
keytests: Implemented use of additional shortcuts in keytest.py

Now, before starting a test with 'TestBegin' in any *-in.txt file
we can create ne shortcuts used by this test.
Defining a shortcut:
UseShortcut "<shortcut>" "<function>"
Actually adding the new shortcuts to be used by the next lyx-session:
PrepareShortcuts

Use example is found in findadv-combined-in.txt
The UseShortcut-entries will be traslated into '\bind "<shortcut>" "<function>"'
and with the PrepareShortcuts-entry added to the active use file 'user.bind'

7 years agode.po
Juergen Spitzmueller [Sat, 20 May 2017 11:35:40 +0000 (13:35 +0200)]
de.po

7 years agokeytests: Shorten the output of wrong matches to 10 lines
Kornel Benko [Fri, 19 May 2017 10:58:32 +0000 (12:58 +0200)]
keytests: Shorten the output of wrong matches to 10 lines

7 years agokeytests: amend 8f74cac381c286fce559072baf3958cf6643a05b
Kornel Benko [Fri, 19 May 2017 10:56:43 +0000 (12:56 +0200)]
keytests: amend 8f74cac381c286fce559072baf3958cf6643a05b

7 years agokeytests: Handle function-keys for xvkbd too
Kornel Benko [Fri, 19 May 2017 10:46:17 +0000 (12:46 +0200)]
keytests: Handle function-keys for xvkbd too

Function keys are sent to xvkbd as e.g. \[F15], so we should
not split a sequence like "\C\[F15]" into two text pieces.
(Do it like other keys not having a digit in their name (e.g. \[Return]) )

7 years agoInsetHyperlink: inherit font (#10677)
Scott Kostyshak [Fri, 19 May 2017 09:20:44 +0000 (05:20 -0400)]
InsetHyperlink: inherit font (#10677)

This commit amends 55533804.

7 years agode.po
Juergen Spitzmueller [Fri, 19 May 2017 07:54:29 +0000 (09:54 +0200)]
de.po

7 years agokeytests: Add more controls for the *-in.txt files
Kornel Benko [Thu, 18 May 2017 11:05:36 +0000 (13:05 +0200)]
keytests: Add more controls for the *-in.txt files

The controls are described in hello-world-in.txt as
Cr: not expected regex search pattern before next expected match
Cp: not expected search pattern before next expected match

See also findadv-re-04-in.txt for an example
In this test-case, searching for case sensitive and format considering
search is failing.

7 years agokeytests: Allow controlfile (used by searchPatterns.pl) to be opened for 'append'
Kornel Benko [Wed, 17 May 2017 22:03:50 +0000 (00:03 +0200)]
keytests: Allow controlfile (used by searchPatterns.pl) to be opened for 'append'

This allows collecting search strings of multiple tests in one file

7 years agoFix bug #10469
Enrico Forestieri [Wed, 17 May 2017 20:31:27 +0000 (22:31 +0200)]
Fix bug #10469

7 years agoctests: invert doc/fr/EmbeddedObjects_pdf4_texF
Scott Kostyshak [Wed, 17 May 2017 19:18:29 +0000 (15:18 -0400)]
ctests: invert doc/fr/EmbeddedObjects_pdf4_texF

This test started failing after 8bf3d7bb. I did not look deeply into
why, because the corresponding de and es tests were already
inverted, and because in general we do not expect texF tests to work
well.

7 years agokeytests: Polishing
Kornel Benko [Wed, 17 May 2017 11:52:54 +0000 (13:52 +0200)]
keytests: Polishing

7 years agokeytests: Rewritten to use searchPatterns.pl instead of pcregrep
Kornel Benko [Wed, 17 May 2017 10:12:55 +0000 (12:12 +0200)]
keytests: Rewritten to use searchPatterns.pl instead of pcregrep

Also corrected output of keytest.py. Messages from called
programs were output to stdout wile own printed messages
were still cached.

7 years agoEmbeddedObjects.lyx: use the new example images on all occurrences
Uwe Stöhr [Tue, 16 May 2017 23:36:48 +0000 (01:36 +0200)]
EmbeddedObjects.lyx: use the new example images on all occurrences

7 years agolyx_2_3.py: assure that leqno /reqno is only handled if it is a document class option
Uwe Stöhr [Tue, 16 May 2017 23:23:59 +0000 (01:23 +0200)]
lyx_2_3.py: assure that leqno /reqno is only handled if it is a document class option

7 years agolyx_2_3.py: remove senseless warning
Uwe Stöhr [Tue, 16 May 2017 23:11:58 +0000 (01:11 +0200)]
lyx_2_3.py: remove senseless warning

7 years agoAmend bfe0d52e
Enrico Forestieri [Tue, 16 May 2017 20:02:42 +0000 (22:02 +0200)]
Amend bfe0d52e

Was forgetting to account for babel.

7 years agoFix bug #10636
Enrico Forestieri [Tue, 16 May 2017 18:20:32 +0000 (20:20 +0200)]
Fix bug #10636

The code was not accounting for partial preview of the source code
and was trying to pop a language that was never pushed.

7 years agoFix reversion of noprefix option for InsetRef.
Richard Heck [Tue, 16 May 2017 16:32:42 +0000 (12:32 -0400)]
Fix reversion of noprefix option for InsetRef.

Basically forgot to remove the option when we're not dealing with
a labelonly inset.

7 years agokeytests: Extend the search algorithm to pattern with more as 2 lines
Kornel Benko [Tue, 16 May 2017 14:45:18 +0000 (16:45 +0200)]
keytests: Extend the search algorithm to pattern with more as 2 lines

7 years agokeytests: Use flush stdout before exiting
Kornel Benko [Tue, 16 May 2017 11:01:43 +0000 (13:01 +0200)]
keytests: Use flush stdout before exiting

Without the flush, often messages are lost at test-end

7 years agoFix the computation of broken InsetRef status between sibling documents
Guillaume MM [Tue, 16 May 2017 10:14:25 +0000 (12:14 +0200)]
Fix the computation of broken InsetRef status between sibling documents

7 years agoStructure the broken InsetRef status
Guillaume MM [Tue, 16 May 2017 10:13:58 +0000 (12:13 +0200)]
Structure the broken InsetRef status

7 years agokeytests: Added some new controls for the *-in.txt files
Kornel Benko [Tue, 16 May 2017 07:16:18 +0000 (09:16 +0200)]
keytests: Added some new controls for the *-in.txt files

The controls are described in hello-world-in.txt as
CO: for control file open for write
CN: control notice
CP: simple search pattern
CR: regex search pattern
CC: close control file
The control-file will be used at the end of test by searchPatterns.pl

7 years agoImprove wording (#10670)
Guillaume MM [Mon, 15 May 2017 22:28:43 +0000 (00:28 +0200)]
Improve wording (#10670)

7 years agoFix compilation failure
Jean-Marc Lasgouttes [Mon, 15 May 2017 08:29:09 +0000 (10:29 +0200)]
Fix compilation failure

7 years agoCache QTextLayout objects with Qt/Mac
Jean-Marc Lasgouttes [Tue, 18 Apr 2017 12:02:31 +0000 (14:02 +0200)]
Cache QTextLayout objects with Qt/Mac

It seems that the internal Qt5 caching does not work well here,
especially in the case of Herbrew documents.

7 years agoUpdate sk.po
Kornel Benko [Mon, 15 May 2017 05:59:38 +0000 (07:59 +0200)]
Update sk.po

7 years agoContext menu item for "label only" reference.
Richard Heck [Mon, 15 May 2017 01:21:02 +0000 (21:21 -0400)]
Context menu item for "label only" reference.

Fixes #10669.

7 years agoEmbeddedObjects.lyx: start updating for LyX 2.3
Uwe Stöhr [Mon, 15 May 2017 00:48:07 +0000 (02:48 +0200)]
EmbeddedObjects.lyx: start updating for LyX 2.3

- add new vector images (the SVG files are only the sources and are therefore purposely not added to Makefile.am)
 On the lyx-docs list it was reported that our current images look old and pixelated and I agree, so that I just draw new ones.

7 years agode.po: correct 2 translations
Uwe Stöhr [Mon, 15 May 2017 00:38:14 +0000 (02:38 +0200)]
de.po: correct 2 translations

7 years agoFix colours of buttons in notification frame
Guillaume MM [Mon, 15 May 2017 00:01:58 +0000 (02:01 +0200)]
Fix colours of buttons in notification frame

7 years agoCorrect debug message
Guillaume MM [Sun, 14 May 2017 23:42:24 +0000 (01:42 +0200)]
Correct debug message

7 years agoFrench Shortcuts.lyx: change paragraph separation
Uwe Stöhr [Sun, 14 May 2017 19:02:31 +0000 (21:02 +0200)]
French Shortcuts.lyx: change paragraph separation

- this also saves some horizontal space and looks better; suggested by Mike on the lyx-docs list

7 years agoFrench Shortcuts.lyx: set proper page margins
Uwe Stöhr [Sun, 14 May 2017 18:54:41 +0000 (20:54 +0200)]
French Shortcuts.lyx: set proper page margins

- we use the standard article class and as the tables are very long in French we must set the page size and margins

7 years agoDutch doc files: some refinements
Uwe Stöhr [Sun, 14 May 2017 18:41:01 +0000 (20:41 +0200)]
Dutch doc files: some refinements

the files are outdated but the should nevertheless nice in the output.

7 years agoItalian Intro.lyx: corrections and refinements by Mike and me
Uwe Stöhr [Sun, 14 May 2017 18:18:10 +0000 (20:18 +0200)]
Italian Intro.lyx: corrections and refinements by Mike and me

7 years agoFrench Intro.lyx: some refinements proposed by Mike
Uwe Stöhr [Sun, 14 May 2017 17:56:59 +0000 (19:56 +0200)]
French Intro.lyx: some refinements proposed by Mike

7 years agoIntro.lyx: some refinements proposed by Mike
Uwe Stöhr [Sun, 14 May 2017 17:49:52 +0000 (19:49 +0200)]
Intro.lyx: some refinements proposed by Mike

- use true small caps
- use hyperlinks for all types of links

- UserGuide.lyx: fix an image scaling

7 years agokeytests: New script to replace 'pcregrep' in more complex cases.
Kornel Benko [Sun, 14 May 2017 16:57:25 +0000 (18:57 +0200)]
keytests: New script to replace 'pcregrep' in more complex cases.

Suppose, we want to test a key sequence which should produce
logs in defined sequence. ATM, we use pcregrep to see, if
a pattern occurs in the log-file. This is OK, if using only single
tests with only one message to care about.
But it is not OK for combined tests.
As an example, the file 'findadv-combine-in.txt' is combining
tests findadv-re-01-in.txt, findadv-re-02-in.txt and findadv-re-03-in.txt.
This test runns here about 25 seconds, while the time for the other three
is about 144 secs.
(Most time is with starting/stopping lyx)

7 years agoGerman Intro.lyx: some refinements from Mike and me
Uwe Stöhr [Sun, 14 May 2017 16:57:58 +0000 (18:57 +0200)]
German Intro.lyx: some refinements from Mike and me

7 years agopo-files: remerge
Uwe Stöhr [Sun, 14 May 2017 16:31:40 +0000 (18:31 +0200)]
po-files: remerge

-also merge strings translated in 2.2.3 but not master (only affects ar.po, ia.po, pt_BR.po and sv.po) as a service for your translators

- some translations for de.po

7 years agoUpdate sk.po
Kornel Benko [Sun, 14 May 2017 13:12:59 +0000 (15:12 +0200)]
Update sk.po

7 years agotemplates/acmart.lyx: Small improvements
Guillaume MM [Sat, 13 May 2017 22:27:34 +0000 (00:27 +0200)]
templates/acmart.lyx: Small improvements

7 years agoacmart.layout: fix generation of Index
Guillaume MM [Sat, 13 May 2017 22:27:02 +0000 (00:27 +0200)]
acmart.layout: fix generation of Index

also add booktabs.

7 years agoFix OutlinerNames for Floats
Guillaume MM [Sat, 13 May 2017 15:36:20 +0000 (17:36 +0200)]
Fix OutlinerNames for Floats

7 years agoctests: invert acmart check_load test
Scott Kostyshak [Sun, 14 May 2017 08:28:28 +0000 (04:28 -0400)]
ctests: invert acmart check_load test

The root issue is known and was reported to maintainer.

7 years agoctests: adapt patterns to file move
Scott Kostyshak [Sun, 14 May 2017 08:20:48 +0000 (04:20 -0400)]
ctests: adapt patterns to file move

ACM-siggraph was moved to obsolete folder at 5608f6fd.

7 years agorename buffer parameter math_number_before to math_numbering_side
Uwe Stöhr [Sat, 13 May 2017 18:39:45 +0000 (20:39 +0200)]
rename buffer parameter math_number_before to math_numbering_side

this is a fileformat change

also try to fix an UI issue that JMarc gets

7 years ago#10285 and #10542 - Add sips as a fallback converter for Mac to provide preview of...
Stephan Witt [Sat, 13 May 2017 18:05:39 +0000 (20:05 +0200)]
#10285 and #10542 - Add sips as a fallback converter for Mac to provide preview of PDF graphics in LyX when pdftops is not installed

7 years agobuild5-2015.bat: fix a path
Uwe Stöhr [Sat, 13 May 2017 17:19:18 +0000 (19:19 +0200)]
build5-2015.bat: fix a path

7 years agoFix call of layout2layout as a module.
José Matos [Sat, 13 May 2017 14:25:44 +0000 (15:25 +0100)]
Fix call of layout2layout as a module.

If we call parser.parse_args(), thus with no arguments, the parser uses
sys.argv (because that is the default). We should pass argv since that was
the purpose of handling argv in the main function.

We pass argv[1:] since when parsing the arguments we always ignore the name
of the program.

Use the full power of argparse to declare the default value of the end_format.

7 years agoAdd acmart template
Guillaume MM [Sat, 13 May 2017 14:00:57 +0000 (16:00 +0200)]
Add acmart template

Move obsolete templates to templates/obsolete

7 years agoFix computation of InsetLayout arguments for InsetText
Guillaume MM [Fri, 12 May 2017 22:51:21 +0000 (00:51 +0200)]
Fix computation of InsetLayout arguments for InsetText

Do not take the optional arguments from the first paragraph, but from the
paragraphs whose layout have no arguments, consistently with the code in
InsetArgument::updateBuffer (i.e. what was shown on screen).

7 years agoClean-up before following bugfix
Guillaume MM [Fri, 12 May 2017 22:41:23 +0000 (00:41 +0200)]
Clean-up before following bugfix

Add helper function and factor code

7 years agoSimplify before clean-up before following bugfix
Guillaume MM [Fri, 12 May 2017 21:13:38 +0000 (23:13 +0200)]
Simplify before clean-up before following bugfix

7 years agoCosmetic
Guillaume MM [Fri, 12 May 2017 18:59:24 +0000 (20:59 +0200)]
Cosmetic

7 years agoFix call os lyx2lyx as a module.
José Matos [Sat, 13 May 2017 12:39:02 +0000 (13:39 +0100)]
Fix call os lyx2lyx as a module.

If we call parser.parse_args(), thus with no arguments, the parser uses
sys.argv (because that is the default). We should pass argv since that was
the purpose of handling argv in the main function.

7 years agocleanup: remove unneeded whitespaces
José Matos [Sat, 13 May 2017 12:38:01 +0000 (13:38 +0100)]
cleanup: remove unneeded whitespaces

7 years agokeytests: Polishing the shutdown of lyx at test-end
Kornel Benko [Fri, 12 May 2017 19:28:57 +0000 (21:28 +0200)]
keytests: Polishing the shutdown of lyx at test-end

7 years agoprefs2prefs.py: whitespace changes
José Matos [Fri, 12 May 2017 14:29:29 +0000 (15:29 +0100)]
prefs2prefs.py: whitespace changes

Bring this file in line with the other python scripts:
  * use four spaces for indentation instead of a tab

Remove empty whitespace at the end of lines.

7 years agoProper GUI feedback for leqno option
Jean-Marc Lasgouttes [Fri, 12 May 2017 13:07:02 +0000 (15:07 +0200)]
Proper GUI feedback for leqno option

With these changes, equation numbers are shown properly on screen.
When setting is default, we guess the side using these two rules

* ams(art|book) and siamltex classes are leqno by default. This is
  signalled because the classes provide "leqno" (in amsdefs.inc). If
  there are other classes that do this in output, the relevant classes
  should be updated.

* the language arabic_arabi also sets leqno by default. This is
  currently hardcoded for lack of a better idea.

Besides, a few bugs are fixed:
* use mathrm instead of mathbf for numbers metrics
* set spacing between maths and labels in inches

7 years agokeytests: Make reading of /proc for lyx-status more robust
Kornel Benko [Fri, 12 May 2017 11:55:51 +0000 (13:55 +0200)]
keytests: Make reading of /proc for lyx-status more robust

Often the relevant entry (e.g. /proc/xxxx/status) exists,
but is empty. This led to many tests fail, mostly at
the first tests after the start of the OS.

7 years agoNever, never use a string for something that has 3 values
Jean-Marc Lasgouttes [Fri, 12 May 2017 09:57:17 +0000 (11:57 +0200)]
Never, never use a string for something that has 3 values

This commit replaces the string math_number_before by a proper math_number enum.

Note that the _before naming was misleading. It was chosen at a time
when we were not sure whether leqno was always left or could be right
in RtL documents.

Note that the token in LyX document is still \math_number_before and
this should be changed.

Fixup for 19cc4a1f.

7 years agokeytests: Print proc-info in case lyx_status() signals "dead"
Kornel Benko [Fri, 12 May 2017 09:22:05 +0000 (11:22 +0200)]
keytests: Print proc-info in case lyx_status() signals "dead"

7 years agopython3: fix the preview framework to work with both python 2 and 3 (part 4)
José Matos [Fri, 12 May 2017 09:01:48 +0000 (10:01 +0100)]
python3: fix the preview framework to work with both python 2 and 3 (part 4)

Remove support for python 1.x (really)

This code has not been used for a long time, probably never, since some code
above requires at least python 2.4 to work.

I got to this code by running futurize from python-future. There are no
significant warnings, mostly are related with the division but since
we are dividing floats there is no change between python 2 and 3.

7 years agoGuiDocument: support also the class option reqno
Uwe Stöhr [Thu, 11 May 2017 23:06:05 +0000 (01:06 +0200)]
GuiDocument: support also the class option reqno

as discussed our support for the formula numbering side should be complete. There are document classes that uses left numbering as default and with the class option "reqno" this can be changed to right numbering. reqno requires the loading of amsamth.

7 years agoUpdate sk.po
Kornel Benko [Thu, 11 May 2017 22:43:00 +0000 (00:43 +0200)]
Update sk.po

7 years agopython3: fix the preview framework to work with both python 2 and 3 (part 3)
José Matos [Thu, 11 May 2017 19:56:56 +0000 (20:56 +0100)]
python3: fix the preview framework to work with both python 2 and 3 (part 3)

trivial fix: xrange -> range

7 years agoFix fa0f142e (plain quotes fix).
Günter Milde [Thu, 11 May 2017 19:41:12 +0000 (21:41 +0200)]
Fix fa0f142e (plain quotes fix).

Forgot the "break", sorry.

7 years agoFix #10583 - plain quote inset latex export in different font encodings.
Günter Milde [Thu, 11 May 2017 16:08:11 +0000 (18:08 +0200)]
Fix #10583 - plain quote inset latex export in different font encodings.

Since [e68afbe671394a/lyxgit], plain quotes came out wrong if the document
contains text parts in languages setting a different font encoding.

7 years agopython3: fix the preview framework to work with both python 2 and 3 (part 2)
José Matos [Thu, 11 May 2017 14:50:08 +0000 (15:50 +0100)]
python3: fix the preview framework to work with both python 2 and 3 (part 2)

7 years agoFix the fix for python 2 and 3 compatibility.
Günter Milde [Thu, 11 May 2017 14:30:10 +0000 (16:30 +0200)]
Fix the fix for python 2 and 3 compatibility.

Really remove the "r" prefix.

7 years agokeytests: more tweaking
Kornel Benko [Wed, 10 May 2017 22:00:42 +0000 (00:00 +0200)]
keytests: more tweaking

Tested with QT5.7 QT5.8 (self compiled) and QT4.8