]> git.lyx.org Git - lyx.git/log
lyx.git
7 years agoUse the new infrastructure to select rows during error reporting
Guillaume Munch [Sun, 9 Oct 2016 19:34:12 +0000 (21:34 +0200)]
Use the new infrastructure to select rows during error reporting

7 years agoAdd safe line breaks to improve TexRow precision in subfloat & caption
Guillaume Munch [Mon, 10 Oct 2016 15:14:39 +0000 (17:14 +0200)]
Add safe line breaks to improve TexRow precision in subfloat & caption

7 years agoSafe line break to increase precision of error reporting in Listings caption
Guillaume Munch [Mon, 10 Oct 2016 14:52:32 +0000 (16:52 +0200)]
Safe line break to increase precision of error reporting in Listings caption

7 years agosupport for Amharic, Asturian, Kannada and Khmer
Uwe Stöhr [Sat, 22 Oct 2016 13:33:59 +0000 (15:33 +0200)]
support for Amharic, Asturian, Kannada and Khmer

- fileformat change
- I could not update the tex2lyx test files because of bug #10440
- maybe the lyx2lyx routine could be improved but since a document can also begin with another layout than "Standard" I could not use the lyx2lyx function put_cmd_in_ert

7 years agoFix LaTeX output of fixed-width cells with decimal separator
Juergen Spitzmueller [Sat, 22 Oct 2016 10:13:36 +0000 (12:13 +0200)]
Fix LaTeX output of fixed-width cells with decimal separator

This follows Uwe's suggestions (and discharges my own).

The result is not ideal, but there is currently no ideal solution.

Fixes: #9568
7 years agoBump layout formats
Juergen Spitzmueller [Sat, 22 Oct 2016 07:25:01 +0000 (09:25 +0200)]
Bump layout formats

7 years agoAdditional.lyx: accept some changes
Uwe Stöhr [Sat, 22 Oct 2016 01:04:10 +0000 (03:04 +0200)]
Additional.lyx: accept some changes

7 years agolayouts/modules: use the new PassThru tag
Uwe Stöhr [Sat, 22 Oct 2016 01:01:44 +0000 (03:01 +0200)]
layouts/modules: use the new PassThru tag

This fixes problems like bug #10434

7 years agoDo not output bidi direction macros in passthru context
Juergen Spitzmueller [Fri, 21 Oct 2016 08:40:19 +0000 (10:40 +0200)]
Do not output bidi direction macros in passthru context

Part of #10434.

7 years agoImplement PassThru option to arguments.
Juergen Spitzmueller [Fri, 21 Oct 2016 08:39:55 +0000 (10:39 +0200)]
Implement PassThru option to arguments.

7 years agoFix Ticket #9741 misleading name for font-encoding setting "default".
Günter Milde [Fri, 21 Oct 2016 07:10:46 +0000 (09:10 +0200)]
Fix Ticket #9741 misleading name for font-encoding setting "default".

It would be nice, if the tooltip showed the value of
lyxrc.fontenc, but too complicated for my simple patch.

7 years agoThese two routines are now redundant.
Richard Heck [Fri, 21 Oct 2016 02:56:40 +0000 (22:56 -0400)]
These two routines are now redundant.

7 years agoWe can now use the cached information instead of tracing the graph.
Richard Heck [Fri, 21 Oct 2016 02:52:54 +0000 (22:52 -0400)]
We can now use the cached information instead of tracing the graph.

7 years agoUse a typedef for vector<Format const *>, which is what gets used
Richard Heck [Wed, 19 Oct 2016 22:11:58 +0000 (18:11 -0400)]
Use a typedef for vector<Format const *>, which is what gets used
for lists of exportable and importable formats.

7 years agoThere is no need now to cache format information in the SendTo
Richard Heck [Wed, 19 Oct 2016 21:30:48 +0000 (17:30 -0400)]
There is no need now to cache format information in the SendTo
dialog.

7 years agoSince we're now caching this, we can sort it once, rather than
Richard Heck [Wed, 19 Oct 2016 21:28:51 +0000 (17:28 -0400)]
Since we're now caching this, we can sort it once, rather than
lots of times.

7 years agoSimple cache for information on exportable formats, since we seem
Richard Heck [Wed, 19 Oct 2016 21:22:58 +0000 (17:22 -0400)]
Simple cache for information on exportable formats, since we seem
to access this information a lot.

7 years agoFix indentation
Enrico Forestieri [Thu, 20 Oct 2016 23:58:45 +0000 (01:58 +0200)]
Fix indentation

7 years agoFortify math insets against ulem commands
Enrico Forestieri [Thu, 20 Oct 2016 23:35:39 +0000 (01:35 +0200)]
Fortify math insets against ulem commands

It should be now possible underlining or striking out any kind
of math inset containing any math construct indigestible to ulem.
While this was already possible for inline math insets, they could
have break if an aligned environment was used, for example.
This is now possible also for diplay math. Even if this can be
nonsensical and not visually perfect, at least no latex errors
should be generated if one tries to.

7 years agotex2lyx/Preamble.cpp: forgot this in r[f179173e/lyxgit]
Uwe Stöhr [Thu, 20 Oct 2016 22:20:27 +0000 (00:20 +0200)]
tex2lyx/Preamble.cpp: forgot this in r[f179173e/lyxgit]

- polyglossia supports Romansh, Piedmontese and Friulian

7 years agotex2lyx/Preamble.cpp: sort alphabetically to keep overview
Uwe Stöhr [Thu, 20 Oct 2016 22:14:09 +0000 (00:14 +0200)]
tex2lyx/Preamble.cpp: sort alphabetically to keep overview

- also comment out the unsupported languages

7 years agoFrench splash.lyx: restore \origin
Uwe Stöhr [Thu, 20 Oct 2016 20:35:00 +0000 (22:35 +0200)]
French splash.lyx: restore \origin

7 years agoseminar.lyx: accept change from Günter
Uwe Stöhr [Thu, 20 Oct 2016 20:31:30 +0000 (22:31 +0200)]
seminar.lyx: accept change from Günter

- French seminar.lyx: few beautifications

7 years agoWhen breaking an empty paragraph reduces depth, set layout too
Jean-Marc Lasgouttes [Thu, 13 Oct 2016 18:33:57 +0000 (20:33 +0200)]
When breaking an empty paragraph reduces depth, set layout too

This requires an adaptation of the Separator inset insertion code,
which has been duly provided by Enrico.

7 years agoFix compiler warning from clang 3.9
Jean-Marc Lasgouttes [Thu, 20 Oct 2016 07:27:12 +0000 (09:27 +0200)]
Fix compiler warning from clang 3.9

7 years agoAdd shell wrapper for Maxima on MacOSX
Stephan Witt [Thu, 20 Oct 2016 04:35:13 +0000 (06:35 +0200)]
Add shell wrapper for Maxima on MacOSX
The command line utility of Maxima is inside the Maxima.app bundle and isn't named "maxima"

7 years agosv.po: updates from Jim for master
Uwe Stöhr [Wed, 19 Oct 2016 23:02:58 +0000 (01:02 +0200)]
sv.po: updates from Jim for master

7 years agoIntroduce the InsetMathHull::outerDisplay method and use it
Enrico Forestieri [Wed, 19 Oct 2016 22:06:42 +0000 (00:06 +0200)]
Introduce the InsetMathHull::outerDisplay method and use it

7 years agoRemove unused methods in anononymous namespace
Jean-Marc Lasgouttes [Wed, 19 Oct 2016 15:51:32 +0000 (17:51 +0200)]
Remove unused methods in anononymous namespace

These have been flagged by gcc 6.

7 years agoUpdate local boost version to version 1.62
Jean-Marc Lasgouttes [Wed, 19 Oct 2016 15:31:54 +0000 (17:31 +0200)]
Update local boost version to version 1.62

This avoids some warnings with gcc6.

7 years agoRestore alphabetic order
Juergen Spitzmueller [Wed, 19 Oct 2016 12:21:24 +0000 (14:21 +0200)]
Restore alphabetic order

7 years agoFix indentation
Jean-Marc Lasgouttes [Wed, 19 Oct 2016 12:10:47 +0000 (14:10 +0200)]
Fix indentation

Thanks to Juergen and gcc 6.2.

7 years agoDo some caching of window title and related UI
Jean-Marc Lasgouttes [Wed, 19 Oct 2016 09:55:08 +0000 (11:55 +0200)]
Do some caching of window title and related UI

This should avoid performance problems related to the window update machinery.
Moreover this fixes a crash introduced by 82808fea when closing a file.

Note that GuiWorkArea::Private already had a read_only_ member, but it
was unused.

Also rename LyXVC::vcname() to LyXVC::vcstatus() since it now contains
directly the UI string to be shown.

7 years agoTypo
Jean-Marc Lasgouttes [Wed, 19 Oct 2016 09:21:02 +0000 (11:21 +0200)]
Typo

7 years agoRemove a now unnecessary \mbox
Enrico Forestieri [Tue, 18 Oct 2016 23:32:29 +0000 (01:32 +0200)]
Remove a now unnecessary \mbox

7 years agoAvoid introducing a spurious space in \lyxmathsout
Enrico Forestieri [Tue, 18 Oct 2016 02:35:02 +0000 (04:35 +0200)]
Avoid introducing a spurious space in \lyxmathsout

7 years agoTake into account font changes when striking out display math formulas
Enrico Forestieri [Tue, 18 Oct 2016 01:29:53 +0000 (03:29 +0200)]
Take into account font changes when striking out display math formulas

Font changes are brought inside the \lyxdeleted macro, just before
outputting the latex code for the math inset. The inset writes a
signature before itself and this is checked by \lyxsout for recognizing
a display math. So, the font changes confuse \lyxsout, which also
swallows the first macro at the very start of \lyxdeleted. The result
is that the font changing command is not seen by latex and \sout is also
used to further strike out the formula already striked out by tikz.
This commit makes sure that the expected signature actually appears
just after the opening brace of \lyxdeleted. It also accounts for a
paragraph break occurring just before the math inset, in order to not
introduce too much vertical space, which is noticeable when using
larger font sizes.

7 years agoChange tracking cue for InsetCaption
Guillaume Munch [Mon, 17 Oct 2016 23:06:03 +0000 (01:06 +0200)]
Change tracking cue for InsetCaption

7 years agoSome compilers are worried that a struct is not the same as a class
Guillaume Munch [Mon, 17 Oct 2016 22:54:37 +0000 (00:54 +0200)]
Some compilers are worried that a struct is not the same as a class

7 years agode.po: update
Juergen Spitzmueller [Mon, 17 Oct 2016 19:21:23 +0000 (21:21 +0200)]
de.po: update

7 years agoUpdate sk.po
Kornel Benko [Mon, 17 Oct 2016 18:54:53 +0000 (20:54 +0200)]
Update sk.po

7 years agoFix latex error when change-tracked deleted display math starts a new paragraph
Enrico Forestieri [Mon, 17 Oct 2016 17:35:04 +0000 (19:35 +0200)]
Fix latex error when change-tracked deleted display math starts a new paragraph

LaTeX refuses to break a line when it is empty. But we have to start
a new line here, otherwise the whole displayed equation would be
typeset as it were inline with previous content. The solution is to
put a zero-length space just before the line break. Moreover, this
is the right thing to do, as it simulates the extra space that is
normally added in this circumstance.

7 years agoctests: explore export failure of Math.lyx with Unicode fonts.
Günter Milde [Mon, 17 Oct 2016 08:36:45 +0000 (10:36 +0200)]
ctests: explore export failure of Math.lyx with Unicode fonts.

7 years agoDo not convert \\\\textbackslash to 0x29f5.
Günter Milde [Mon, 17 Oct 2016 07:04:56 +0000 (09:04 +0200)]
Do not convert \\\\textbackslash to 0x29f5.

Do not use REVERSE SOLIDUS OPERATOR for backwards conversion of
\\\\textbackslash in LyX and tex2lyx.

Both, \\\\ (005C REVERSE SOLIDUS = backslash) and 0x29f5 map to
\\\\textbackslash but 005c is the preferred back-transformation.

Otherwise, using \\\\ in "mathematical text" leads to literal 0x29f5 in the LyX
source which leads to "missing character" errors with non-TeX fonts.

7 years agoStrike out (in the output) deleted display math with track-changes
Enrico Forestieri [Mon, 17 Oct 2016 01:25:35 +0000 (03:25 +0200)]
Strike out (in the output) deleted display math with track-changes

Showing deleted display math by enabling "Show Changes in Output" was
only possible with dvi (through dvipost). Although LyX strikes out
such formulas on screen, it was impossible obtaining an output
directly using pdflatex (or other engines producing pdf) because
ulem cannot cope with display math material and gives errors.
The solution is to strike out by ourselves such deleted formulas.
I took into account several options. One of them would produce
an output similar to dvipost (which strikes out each element), but
would have required much more changes in the output routines.
Eventually, I opted for using tikz, which gives a more clean
output (as it requires to simply adding a preamble and a postamble
to the latex code of any displayed math, instead of a mark up
tailored to each particular math construct). The look of the pdf
output is similar to the way LyX strikes out the equations on screen.

7 years agoGet rid of dirty BufferView pointer
Guillaume Munch [Sun, 9 Oct 2016 22:36:26 +0000 (00:36 +0200)]
Get rid of dirty BufferView pointer

Now that there is a signal to inform the controller when the buffer view has
changed, it is no longer necessary to store a perishable pointer to a buffer
view in the dialog view. (Indeed, it was only really useful for checking whether
the new buffer view pointer was different from the old one.)

TODO: other dialogs should be audited for similar hazards.

7 years agoTake advantage of new bufferViewChanged signal
Guillaume Munch [Sun, 9 Oct 2016 22:35:35 +0000 (00:35 +0200)]
Take advantage of new bufferViewChanged signal

7 years agoFactor code after buffer change
Guillaume Munch [Sun, 9 Oct 2016 22:14:57 +0000 (00:14 +0200)]
Factor code after buffer change

7 years agoNew virtual method frontend::Dialog::on_BufferViewChanged()
Guillaume Munch [Wed, 28 Sep 2016 19:33:44 +0000 (21:33 +0200)]
New virtual method frontend::Dialog::on_BufferViewChanged()

This is called anytime the buffer view attached to the GuiView changes.

7 years agoFit cursor and update screen after reverse-search
Guillaume Munch [Tue, 11 Oct 2016 09:21:40 +0000 (11:21 +0200)]
Fit cursor and update screen after reverse-search

7 years agoFixes to reverse search
Guillaume Munch [Mon, 10 Oct 2016 16:07:01 +0000 (18:07 +0200)]
Fixes to reverse search

* In doubt, select up to the end of the paragraph

* Correct offset after artificial new lines

7 years agoImplement reverse-search in the source panel
Guillaume Munch [Wed, 7 Sep 2016 00:36:55 +0000 (01:36 +0100)]
Implement reverse-search in the source panel

Double-clicking on a line in the source panel triggers the selection of the
corresponding line in the Buffer View.

7 years agoNew LFUN paragraph-goto id_start pos_start id_end pos_end
Guillaume Munch [Mon, 5 Sep 2016 02:23:24 +0000 (03:23 +0100)]
New LFUN paragraph-goto id_start pos_start id_end pos_end

This selects from start to end.

id_end must be in the same buffer as id_start.

7 years agoFix probable omission
Guillaume Munch [Tue, 27 Sep 2016 01:37:02 +0000 (03:37 +0200)]
Fix probable omission

Upon close inspection I do not think that this twist was necessary.

7 years agoTexRow for InPreamble
Guillaume Munch [Sun, 25 Sep 2016 10:38:53 +0000 (12:38 +0200)]
TexRow for InPreamble

This enables error reporting for the preamble, provided the preamble is written
using the new InPreamble layouts.

In the future, I find it preferable to deprecate the usual preamble in favour of
InPreamble layouts rather than implementing error reporting for the usual
preamble. This requires some improvements to code editing in the buffer view
first (line breaking behaviour, syntax highlighting).

7 years agoStreamify a docstring
Guillaume Munch [Tue, 27 Sep 2016 01:22:35 +0000 (03:22 +0200)]
Streamify a docstring

prepare ground for TexRow InPreamble

7 years agoDocstringify getLongString in general and preamble snippets in particular
Guillaume Munch [Sun, 25 Sep 2016 10:37:40 +0000 (12:37 +0200)]
Docstringify getLongString in general and preamble snippets in particular

Prepare ground for TexRow InPreamble

7 years agoTexRow for InsetArgument
Guillaume Munch [Fri, 23 Sep 2016 23:12:38 +0000 (01:12 +0200)]
TexRow for InsetArgument

7 years agoUse otexstringstream for the captions of InsetCaptionables
Guillaume Munch [Fri, 23 Sep 2016 22:49:00 +0000 (00:49 +0200)]
Use otexstringstream for the captions of InsetCaptionables

* Enable TexRow for InsetListings caption.

* Move getCaption* from InsetText to InsetCaptionable.

* Clean-up caption generation for InsetFloat.

7 years agoGcc 4.6 compatibility :(
Guillaume Munch [Thu, 22 Sep 2016 23:42:57 +0000 (01:42 +0200)]
Gcc 4.6 compatibility :(

7 years agotexstring and otexstringstream
Guillaume Munch [Sun, 4 Sep 2016 02:21:19 +0000 (03:21 +0100)]
texstring and otexstringstream

texstring is a pair of a docstring and a corresponding TexRow. The row count in
the TexRow has to match the number of lines in the docstring.

otexstringstream is an output string stream that can be used to create
texstrings (i.e. it's an odocstringstream that records the TexRow information
and let us extract a texstring from it).

texstrings can be passed around and output to otexstream and otexrowstream,
which produces an accurate TexRow information by concatenating TexRows.

7 years agoFORMAT: forgot an entry in previous commit
Uwe Stöhr [Sun, 16 Oct 2016 13:36:31 +0000 (15:36 +0200)]
FORMAT: forgot an entry in previous commit

7 years agosupport for the languages Bosnian, Friulian, Macedonian, Piedmontese and Romansh
Uwe Stöhr [Sun, 16 Oct 2016 13:33:23 +0000 (15:33 +0200)]
support for the languages Bosnian, Friulian, Macedonian, Piedmontese and Romansh

- file format change
- note that I could not update the tex2lyx test files because of bug #10440

7 years agoDevelopment.lyx: a MSCV specific update
Uwe Stöhr [Sun, 16 Oct 2016 13:30:51 +0000 (15:30 +0200)]
Development.lyx: a MSCV specific update

7 years agoDevelopment.lyx: Updates
Uwe Stöhr [Sun, 16 Oct 2016 12:52:46 +0000 (14:52 +0200)]
Development.lyx: Updates

- the range of file format does no longer need to be updated
- mention rule 6 of the documentation policies

7 years agoWin build: fix a typo
Uwe Stöhr [Sun, 16 Oct 2016 12:33:18 +0000 (14:33 +0200)]
Win build: fix a typo

7 years agoWin installer: extend list of supported babel packages
Uwe Stöhr [Sun, 16 Oct 2016 12:31:46 +0000 (14:31 +0200)]
Win installer: extend list of supported babel packages

7 years agoImplement wrapping in next-change (#10388).
Juergen Spitzmueller [Sat, 15 Oct 2016 14:34:16 +0000 (16:34 +0200)]
Implement wrapping in next-change (#10388).

7 years agoCustomization.lyx: use change tracking for the changes made in 0eb651a2
Uwe Stöhr [Fri, 14 Oct 2016 23:44:14 +0000 (01:44 +0200)]
Customization.lyx: use change tracking for the changes made in 0eb651a2

7 years agoenumitem.module: handle resume counter
Juergen Spitzmueller [Fri, 14 Oct 2016 18:09:54 +0000 (20:09 +0200)]
enumitem.module: handle resume counter

Uses the new counter tags.

7 years agolinguistics.module: proper example counters
Juergen Spitzmueller [Fri, 14 Oct 2016 18:09:25 +0000 (20:09 +0200)]
linguistics.module: proper example counters

Uses the new counter tags.

7 years agoNew layout tags for better counter handling
Juergen Spitzmueller [Fri, 14 Oct 2016 18:08:12 +0000 (20:08 +0200)]
New layout tags for better counter handling

* ResumeCounter: allow to resume an (enumerate) counter
* StepMasterCounter: allow to increase a master counter

7 years agoFix label display in linguistic examples
Juergen Spitzmueller [Fri, 14 Oct 2016 09:40:53 +0000 (11:40 +0200)]
Fix label display in linguistic examples

Ideally, we would use a proper counter here, but this seems to be
impossible with the current counter mechanism.

What we would need is a counter that is incremented when either of the
layouts is used. Currently, the counter seems to be stepped only inside
one layout.

The current fix is a candidate for stable.

7 years agoRemove useless #include
Jean-Marc Lasgouttes [Fri, 30 Sep 2016 14:50:09 +0000 (16:50 +0200)]
Remove useless #include

Including MathData.h in InsetMath.h is expensive and not required.

7 years agoWin installer: new version with Qt 5.6.2
Uwe Stöhr [Thu, 13 Oct 2016 22:36:28 +0000 (00:36 +0200)]
Win installer: new version with Qt 5.6.2

7 years agoWin installer: uses now NSIS 3
Uwe Stöhr [Thu, 13 Oct 2016 00:07:30 +0000 (02:07 +0200)]
Win installer: uses now NSIS 3

7 years agoCmake export tests: Introduce 'LYX_DEBUG_LATEX' environment variable.
Kornel Benko [Wed, 12 Oct 2016 12:35:23 +0000 (14:35 +0200)]
Cmake export tests: Introduce 'LYX_DEBUG_LATEX' environment variable.

Setting this variable to '1' will include also latex messages in
ctest log file LastTest.log.

7 years agoChange default working directory from ~/ to "."
Scott Kostyshak [Sun, 9 Oct 2016 00:59:54 +0000 (20:59 -0400)]
Change default working directory from ~/ to "."

Note that the lyxrc.document_path variable corresponds to what we
call the "Working directory" in the GUI preferences dialog.

Setting document_path to "." makes it so when LyX is started from a
directory, that directory is the default path for many of LyX's
operations, such as the following:

- new file, new from template
- adding a custom BibTeX file
- GUI compare dialog
- local layout button in document settings
- external material file browser
- graphics browser, include browser

The best guess for where the user wants to save or find files is the
directory the user started LyX from. Before, the default was always
the home directory. If desired, the old behavior can be restored by
changing the default path in Preferences > "Working directory".

This commit takes advantage of 9b64d7bd, which allows the use of a
relative path for path preferences.

7 years agoWin installer: update some dictionaries
Uwe Stöhr [Wed, 12 Oct 2016 00:24:01 +0000 (02:24 +0200)]
Win installer: update some dictionaries

there is now a separate thesaurus for Australian available

7 years agouk.po: translation updates from Yuri for master
Uwe Stöhr [Wed, 12 Oct 2016 00:21:21 +0000 (02:21 +0200)]
uk.po: translation updates from Yuri for master

(he also sent an update for 2.2.x but unfortunately a day too late)

7 years agoWin installer: changelog for LyX 2.2.2
Uwe Stöhr [Tue, 11 Oct 2016 00:30:58 +0000 (02:30 +0200)]
Win installer: changelog for LyX 2.2.2

7 years agoWin installer: remove outdated actions for Belarusion
Uwe Stöhr [Tue, 11 Oct 2016 00:30:08 +0000 (02:30 +0200)]
Win installer: remove outdated actions for Belarusion

there is now the package babel-belarusian available since a while

7 years agocustom ctest sample: Accented Cyrillic characters fail if the input encoding is ASCII.
Günter Milde [Mon, 10 Oct 2016 22:09:45 +0000 (00:09 +0200)]
custom ctest sample: Accented Cyrillic characters fail if the input encoding is ASCII.

7 years agolib/unicodesymbols fixes and tests
Günter Milde [Mon, 10 Oct 2016 21:34:32 +0000 (23:34 +0200)]
lib/unicodesymbols fixes and tests

Unicode blocks 125, 152, and 246

7 years agoFrench UserGuide.lyx: back to format of 2.2
Uwe Stöhr [Mon, 10 Oct 2016 21:47:33 +0000 (23:47 +0200)]
French UserGuide.lyx: back to format of 2.2

Sorry for this, but see the last "rule" of the documentation guidelines: don't upgrade the fileformat unnecessarily

7 years agoseminar ctest fixes
Günter Milde [Mon, 10 Oct 2016 12:14:33 +0000 (14:14 +0200)]
seminar ctest fixes

* custom non-tex fonts with all required characters
* use 2.2 fileformat (easier backporting)
* test all export formats

Also, fix pattern for "mixing_inTitle_layouts" in unreliableTests.

7 years ago Typo pointed out in the lyx-fr mailing list
jpc [Mon, 10 Oct 2016 10:18:13 +0000 (11:18 +0100)]
   Typo pointed out in the lyx-fr mailing list

7 years agoDevelopment.lyx: small change from Scott
Uwe Stöhr [Mon, 10 Oct 2016 00:45:05 +0000 (02:45 +0200)]
Development.lyx: small change from Scott

7 years agoRemove context help button hint from file dialogs
Enrico Forestieri [Sun, 9 Oct 2016 23:25:07 +0000 (01:25 +0200)]
Remove context help button hint from file dialogs

This removes the useless '?' button that appears in Windows builds
when using non-native dialogs. Complements cf26d53e.

7 years agoFurther amend 168d3557 to satisfy GCC 4.6
Scott Kostyshak [Sun, 9 Oct 2016 22:04:41 +0000 (18:04 -0400)]
Further amend 168d3557 to satisfy GCC 4.6

GCC 4.6 does not support non-static data member initializers.

As Guillaume points out, changing to static does not change the
intent.

7 years agoAmend 168d3557
Scott Kostyshak [Sun, 9 Oct 2016 21:22:22 +0000 (17:22 -0400)]
Amend 168d3557

I forgot to append an underscore for the private data member.

7 years agoFactor out magic zoom minimum to a const member
Scott Kostyshak [Sat, 8 Oct 2016 03:18:54 +0000 (23:18 -0400)]
Factor out magic zoom minimum to a const member

The limit of 10% is used in both getStatus() and dispatch() to set a
minimum zoom level. Having it centralized makes the code more
readable and makes changing the minimum less error-prone.

7 years agoWhitespace
Scott Kostyshak [Sun, 9 Oct 2016 17:42:18 +0000 (13:42 -0400)]
Whitespace

7 years agoAdd Daniel to credits
Guillaume Munch [Sun, 9 Oct 2016 18:12:31 +0000 (20:12 +0200)]
Add Daniel to credits

7 years agoRemove question marks from Windows dialogs
Daniel Ramöller [Mon, 3 Oct 2016 18:20:16 +0000 (20:20 +0200)]
Remove question marks from Windows dialogs

7 years agoRemove unused variable warning
Guillaume Munch [Sun, 9 Oct 2016 17:47:50 +0000 (19:47 +0200)]
Remove unused variable warning

7 years agolib/unicodesymbols: fix test sample
Günter Milde [Sat, 8 Oct 2016 20:48:13 +0000 (22:48 +0200)]
lib/unicodesymbols: fix test sample

The package "dictsym"provides symbols for maps and dictionaries.
Should it be used in unicodefonts or is it "too exotic"?

7 years ago Update fr.po
jpc [Sat, 8 Oct 2016 18:07:18 +0000 (19:07 +0100)]
  Update fr.po

7 years ago Wrong format number
jpc [Sat, 8 Oct 2016 17:04:56 +0000 (18:04 +0100)]
    Wrong format number

7 years agounicodesymbols fixes.
Günter Milde [Sat, 8 Oct 2016 14:57:52 +0000 (16:57 +0200)]
unicodesymbols fixes.

force=utf8 is required for most characters provided by add-on packgages
and (almost) all mathematical characters, because these are not
set up for inputencs utf8

unicodesymbols.py failed here (python 2.7 under Linux) before the simple fix
included in this commit.