]> git.lyx.org Git - lyx.git/log
lyx.git
6 years agoRemove a sometimes blocked call to dispatch
Scott Kostyshak [Mon, 7 Aug 2017 05:54:55 +0000 (01:54 -0400)]
Remove a sometimes blocked call to dispatch

Dispatching LFUN_BUFFER_ZOOM inside of GuiView::restoreLayout() was
blocked in some cases because the function can be called without a
buffer (and the LFUN is marked as needing a buffer). Instead of
conditioning on a buffer, the call is removed because in testing it
does not appear why it is needed.

This commit removes the status message that is displayed if starting
LyX without opening a buffer:

    "Command not allowed without any document open"

See discussion at:

    https://www.mail-archive.com/search?l=mid&q=20170718084344.3kjmu7hzoyajt7vd%40steph

This commit amends 4183a9f4.

6 years agoCmake export tests: Ignore missing glyphs also for doc/(fr|es)/UserGuide
Kornel Benko [Sat, 12 Aug 2017 12:08:12 +0000 (14:08 +0200)]
Cmake export tests: Ignore missing glyphs also for doc/(fr|es)/UserGuide

6 years agoMythes: fix -Wsign-compare warning
Juergen Spitzmueller [Sat, 12 Aug 2017 08:43:21 +0000 (10:43 +0200)]
Mythes: fix -Wsign-compare warning

Will also urge to get this into upstream

6 years agoRemove sizeof applied to sizeof
Juergen Spitzmueller [Sat, 12 Aug 2017 08:31:19 +0000 (10:31 +0200)]
Remove sizeof applied to sizeof

Backported from upstream:
https://github.com/hunspell/mythes/commit/2e09086d89ce8e7e73376b92cf67c1798fc47b5f

6 years agoFix compilation order
Juergen Spitzmueller [Sat, 12 Aug 2017 08:22:45 +0000 (10:22 +0200)]
Fix compilation order

(This is the pedant in me)

6 years agoAdd missing break
Juergen Spitzmueller [Sat, 12 Aug 2017 07:55:06 +0000 (09:55 +0200)]
Add missing break

As correctly pointed out by gcc7.

6 years agoForgot this one.
Juergen Spitzmueller [Sat, 12 Aug 2017 07:24:01 +0000 (09:24 +0200)]
Forgot this one.

6 years agoMark some intentional fall-throughs (in a way understandable to gcc)
Juergen Spitzmueller [Sat, 12 Aug 2017 07:06:29 +0000 (09:06 +0200)]
Mark some intentional fall-throughs (in a way understandable to gcc)

This silences -Wimplicit-fallthrough warnings with gcc7.

(Re-Apply without the unintended commits)

6 years agoRevert "Mark some intentional fall-throughs (in a way understandable to gcc)"
Juergen Spitzmueller [Sat, 12 Aug 2017 07:04:23 +0000 (09:04 +0200)]
Revert "Mark some intentional fall-throughs (in a way understandable to gcc)"

This reverts commit 6dc1884d05ee0d51dd896c7b924fdec758ea3d8e.

6 years agoAnother (IMHO false) fall-through warning silenced
Juergen Spitzmueller [Sat, 12 Aug 2017 06:59:26 +0000 (08:59 +0200)]
Another (IMHO false) fall-through warning silenced

With a FIXME. The case should be checked.

6 years agoMark some intentional fall-throughs (in a way understandable to gcc)
Juergen Spitzmueller [Sat, 12 Aug 2017 06:57:02 +0000 (08:57 +0200)]
Mark some intentional fall-throughs (in a way understandable to gcc)

This silences -Wimplicit-fallthrough warnings with gcc7.

6 years ago Update French translation of FeynmanDiagrams manual
jpc [Fri, 11 Aug 2017 15:02:42 +0000 (17:02 +0200)]
     Update French translation of FeynmanDiagrams manual

6 years ago Update French translation of Linguistics manual
jpc [Fri, 11 Aug 2017 14:36:22 +0000 (16:36 +0200)]
    Update French translation of Linguistics manual

6 years ago Update fr.po
jpc [Fri, 11 Aug 2017 14:11:46 +0000 (16:11 +0200)]
     Update fr.po

6 years agode.po: new translations
Juergen Spitzmueller [Thu, 10 Aug 2017 10:18:06 +0000 (12:18 +0200)]
de.po: new translations

6 years agoRequire textquotedbl def with second language that has internal fontenc
Juergen Spitzmueller [Thu, 10 Aug 2017 09:47:52 +0000 (11:47 +0200)]
Require textquotedbl def with second language that has internal fontenc

Since these switch locally to encodings that do not define \textquotedbl
themselves.

6 years agoUpdate sk.po
Kornel Benko [Thu, 10 Aug 2017 06:11:09 +0000 (08:11 +0200)]
Update sk.po

6 years agoUse the OK/Apply paradigm for all document settings
Enrico Forestieri [Wed, 9 Aug 2017 23:32:23 +0000 (01:32 +0200)]
Use the OK/Apply paradigm for all document settings

Due to its peculiarity of not being saved in the document, the
shell escape setting was applied immediately without the need
for hitting the Apply or OK buttons. However, for uniformity
sake, it is better to adhere to the established paragdim of
confirming any changes before applying them.

6 years agoFix straight quote character in non-T1 encoding
Juergen Spitzmueller [Wed, 9 Aug 2017 15:25:02 +0000 (17:25 +0200)]
Fix straight quote character in non-T1 encoding

Fixes: #10584
6 years agoSort external templates locale-aware
Juergen Spitzmueller [Wed, 9 Aug 2017 14:09:50 +0000 (16:09 +0200)]
Sort external templates locale-aware

Fixes: #10738
6 years ago Publishable Japanese Additional.lyx file
jpc [Tue, 8 Aug 2017 14:33:30 +0000 (16:33 +0200)]
      Publishable Japanese Additional.lyx file

          after copy of new chages by Jürgen

6 years agoscripts/ext_copy.py: add option to copy directly to the document directory
José Matos [Tue, 8 Aug 2017 14:23:03 +0000 (15:23 +0100)]
scripts/ext_copy.py: add option to copy directly to the document directory

When this option is not given, as it happened before, the copier will create/use
a subdirectory in the target final directory

6 years agoAdapt the check for configure need to the one used in LyX::queryUserLyXDir()
Kornel Benko [Tue, 8 Aug 2017 10:23:15 +0000 (12:23 +0200)]
Adapt the check for configure need to the one used in LyX::queryUserLyXDir()

We should refactor the check

6 years ago Edit initial note to point out the recent upgrade of lettre.cls
jpc [Mon, 7 Aug 2017 21:34:19 +0000 (23:34 +0200)]
   Edit initial note to point out the recent upgrade of lettre.cls

6 years agoWin installer: check a package that LyX uses for instant preview
Uwe Stöhr [Sat, 5 Aug 2017 18:26:25 +0000 (20:26 +0200)]
Win installer: check a package that LyX uses for instant preview

6 years agoWin installer: check another package used now by LyX
Uwe Stöhr [Sat, 5 Aug 2017 17:33:29 +0000 (19:33 +0200)]
Win installer: check another package used now by LyX

6 years agoUserGuide.lyx: last step of accept and distribute more bibliography changes
Uwe Stöhr [Sat, 5 Aug 2017 17:32:31 +0000 (19:32 +0200)]
UserGuide.lyx: last step of accept and distribute more bibliography changes

6 years agoFix es.po issue causing broken LyXHTML export
Scott Kostyshak [Sat, 5 Aug 2017 02:12:15 +0000 (22:12 -0400)]
Fix es.po issue causing broken LyXHTML export

Because of a missing backslash, a layout label was not correct.
This caused display issues for the layout in the LyX GUI, but since
the label is not used in export to LaTeX, the ctests for LaTeX
export all passed. Luckily, our LyXHTML test (in particular, the
xmllint part) caught the failure because the lables are exported.

The GUI label now looks good and the following test passes:

    export/examples/es/linguistics_xhtml

6 years agoUserGuide.lyx: step 4 of accept and distribute more bibliography changes
Uwe Stöhr [Sat, 5 Aug 2017 01:21:07 +0000 (03:21 +0200)]
UserGuide.lyx: step 4 of accept and distribute more bibliography changes

6 years agocs.po typos, dunno how i did that.
Pavel Sanda [Fri, 4 Aug 2017 22:14:25 +0000 (00:14 +0200)]
cs.po typos, dunno how i did that.

6 years ago* cs.po
Pavel Sanda [Fri, 4 Aug 2017 22:06:59 +0000 (00:06 +0200)]
* cs.po

6 years agodoc files: accept some leftovers from change tracking
Uwe Stöhr [Fri, 4 Aug 2017 21:36:01 +0000 (23:36 +0200)]
doc files: accept some leftovers from change tracking

6 years agoDrop unmaintained translations (50% threshold).
Pavel Sanda [Fri, 4 Aug 2017 20:08:23 +0000 (22:08 +0200)]
Drop unmaintained translations (50% threshold).

6 years ago* RELEASE-NOTES glitch
Pavel Sanda [Fri, 4 Aug 2017 20:07:51 +0000 (22:07 +0200)]
* RELEASE-NOTES glitch

6 years ago Update of localized versions of Customization manual
jpc [Fri, 4 Aug 2017 15:14:54 +0000 (17:14 +0200)]
     Update of localized versions of Customization manual
         Rename and update of Changelog file

6 years agoAmend d6285d5, copy & paste error, urrrrg
Kornel Benko [Fri, 4 Aug 2017 14:16:08 +0000 (16:16 +0200)]
Amend d6285d5, copy & paste error, urrrrg

6 years agoFor cmake case try to use the newly built .gmo files first.
Kornel Benko [Fri, 4 Aug 2017 14:06:32 +0000 (16:06 +0200)]
For cmake case try to use the newly built .gmo files first.

6 years agokeytests: Allow for checking multiple log files
Kornel Benko [Fri, 4 Aug 2017 09:56:19 +0000 (11:56 +0200)]
keytests: Allow for checking multiple log files

Handle name may be arbitrary string mathing '[A-Za-z0-9]*'.
This is then used by appending to the commands for the control file.
For instance select 'Alpha' as handle for the control file 'abc'
'COAlpha: abc' ==> open 'abc' for write
'CCAlpha:' ==> close 'abc'

6 years ago Publishable version of es/Additional (no change tracking)
jpc [Fri, 4 Aug 2017 07:32:46 +0000 (09:32 +0200)]
   Publishable version of es/Additional (no change tracking)

6 years ago Publishable version of fr/Additional.lyx
jpc [Fri, 4 Aug 2017 07:19:48 +0000 (09:19 +0200)]
   Publishable version of fr/Additional.lyx
       New file collecting what to be translated in localized version of Additional
       A couple of typos in Additional.lyx

6 years agoUserGuide.lyx: step 3 of accept and distribute more bibliography changes
Uwe Stöhr [Thu, 3 Aug 2017 23:20:11 +0000 (01:20 +0200)]
UserGuide.lyx: step 3 of accept and distribute more bibliography changes

6 years agoSmall tweak for 64bit Cygwin
Enrico Forestieri [Thu, 3 Aug 2017 13:56:41 +0000 (15:56 +0200)]
Small tweak for 64bit Cygwin

Don't specify the main entry point because on 64bit Cygwin the leading
underscore is missing and that is the default entry anyway.

6 years agoWas also forgetting this
Enrico Forestieri [Thu, 3 Aug 2017 13:07:41 +0000 (15:07 +0200)]
Was also forgetting this

6 years agoWas forgetting the icon
Enrico Forestieri [Thu, 3 Aug 2017 13:05:10 +0000 (15:05 +0200)]
Was forgetting the icon

6 years agoUpdate sk.po
Kornel Benko [Thu, 3 Aug 2017 11:33:47 +0000 (13:33 +0200)]
Update sk.po

6 years agoThe shell escape patch
Enrico Forestieri [Thu, 3 Aug 2017 11:07:41 +0000 (13:07 +0200)]
The shell escape patch

Allow a LaTeX backend to run external commands after user confirmation.
This is a per document and per machine setting. The authorization has
to be given through the document settings pane, but is not recorded in
the document itself. Moving the document to either another computer or
another directory on the same computer revokes the authorization.
This can also be done by right clicking the red icon that appears in
the status bar when a document is marked as one requiring shell escape.
The patch also checks whether the user has added the -shell-escape
option to a LaTeX converter and nags the user to remove the option
(which would be used for all documents) in favor of the (per document)
support offered by LyX.

6 years ago Update fr.po
jpc [Thu, 3 Aug 2017 09:35:42 +0000 (11:35 +0200)]
   Update fr.po

6 years agoUserGuide.lyx: step 2 of accept and distribute more bibliography changes
Uwe Stöhr [Wed, 2 Aug 2017 23:13:08 +0000 (01:13 +0200)]
UserGuide.lyx: step 2 of accept and distribute more bibliography changes

6 years agoSince boost dir may not exist anymore, use the lyx-src dir for out-of-source build...
Kornel Benko [Wed, 2 Aug 2017 16:44:32 +0000 (18:44 +0200)]
Since boost dir may not exist anymore, use the lyx-src dir for out-of-source build detection

6 years ago* cs.po
Pavel Sanda [Wed, 2 Aug 2017 11:21:44 +0000 (13:21 +0200)]
* cs.po

6 years agoUserGuide.lyx: accept and distribute more bibliography changes
Uwe Stöhr [Tue, 1 Aug 2017 23:48:23 +0000 (01:48 +0200)]
UserGuide.lyx: accept and distribute more bibliography changes

6 years agoes.po: some more translations
Uwe Stöhr [Tue, 1 Aug 2017 22:30:56 +0000 (00:30 +0200)]
es.po: some more translations

6 years agoCorrectly interpret return value of LyXRC::read(FileName const & filename, bool check...
Kornel Benko [Tue, 1 Aug 2017 11:08:07 +0000 (13:08 +0200)]
Correctly interpret return value of LyXRC::read(FileName const & filename, bool check_format)

6 years ago* cs.po update
Pavel Sanda [Tue, 1 Aug 2017 10:30:01 +0000 (12:30 +0200)]
* cs.po update

6 years agoQuick review of cs docs.
Pavel Sanda [Tue, 1 Aug 2017 10:00:22 +0000 (12:00 +0200)]
Quick review of cs docs.

6 years agoUserGuide.lyx: accept and distribute more changes
Uwe Stöhr [Mon, 31 Jul 2017 21:35:48 +0000 (23:35 +0200)]
UserGuide.lyx: accept and distribute more changes

6 years agoes.po: some more translations and corrections
Uwe Stöhr [Mon, 31 Jul 2017 21:01:11 +0000 (23:01 +0200)]
es.po: some more translations and corrections

6 years agocs.po: few more strings
Pavel Sanda [Mon, 31 Jul 2017 18:33:30 +0000 (20:33 +0200)]
cs.po: few more strings

6 years agocs.po: at least fix menus.
Pavel Sanda [Mon, 31 Jul 2017 18:25:43 +0000 (20:25 +0200)]
cs.po: at least fix menus.

6 years agoProperly warn on missing pygmentize command
Enrico Forestieri [Mon, 31 Jul 2017 09:32:28 +0000 (11:32 +0200)]
Properly warn on missing pygmentize command

- Do not warn when the document properties pane is opened but only
  when minted is selected and the pygmentize command was not found.
- Warn before launching latex if minted is selected and the document
  actually uses listings insets.

6 years agoes.po: some translations for master
Uwe Stöhr [Sun, 30 Jul 2017 22:36:50 +0000 (00:36 +0200)]
es.po: some translations for master

6 years agoMath.lyx: remove unnecessary index entry
Uwe Stöhr [Sun, 30 Jul 2017 21:40:15 +0000 (23:40 +0200)]
Math.lyx: remove unnecessary index entry

also update fileformat

6 years agoEmbeddedObjects.lyx: load all math packages automatically
Uwe Stöhr [Sun, 30 Jul 2017 21:39:38 +0000 (23:39 +0200)]
EmbeddedObjects.lyx: load all math packages automatically

6 years agoEmbeddedObjects.lyx: remove description of the removed date inset
Uwe Stöhr [Sun, 30 Jul 2017 21:28:02 +0000 (23:28 +0200)]
EmbeddedObjects.lyx: remove description of the removed date inset

UserGuide.lyx: dito

6 years ago A couple of typos in Additional.lyx
jpc [Sun, 30 Jul 2017 20:30:14 +0000 (22:30 +0200)]
      A couple of typos in Additional.lyx

6 years agoUserGuide.lyx: accept and distribute description of inverted branches
Uwe Stöhr [Sun, 30 Jul 2017 20:20:03 +0000 (22:20 +0200)]
UserGuide.lyx: accept and distribute description of inverted branches

6 years ago Copy Jürgen's editions to Spanish Additional.lyx file
jpc [Sun, 30 Jul 2017 20:12:46 +0000 (22:12 +0200)]
   Copy Jürgen's editions to Spanish Additional.lyx file

6 years agoAdd script for CI job to check git log for non @lyx.org-adressses
Christian Ridderström [Sun, 30 Jul 2017 18:28:42 +0000 (20:28 +0200)]
Add script for CI job to check git log for non @lyx.org-adressses

The idea is to let a CI job regurlarly invoke this script in order to
check that there hasn't been any new commits where the author of the
commit doesn't have an @lyx.org e-mail address.  If this is the case,
the CI job is expected to fail and a warning e-mail will be sent to
lyx-devel@lists.lyx.org.

6 years agoUserGuide.lyx: load math packages automatically
Uwe Stöhr [Sun, 30 Jul 2017 17:31:57 +0000 (19:31 +0200)]
UserGuide.lyx: load math packages automatically

this will avoid things like bug #10736

6 years agoReplaced obsoleted url for mathmode
Kornel Benko [Sun, 30 Jul 2017 12:48:56 +0000 (14:48 +0200)]
Replaced obsoleted url for mathmode

6 years agoAdd missing 'break' for four default cases in VCBackend.cpp
Christian Ridderström [Sun, 30 Jul 2017 12:23:38 +0000 (14:23 +0200)]
Add missing 'break' for four default cases in VCBackend.cpp

Replace four cases of 'default: ;' in VCBackend.cpp with
    default:
        break;

Justification: Make consistent with the rest of the LyX source code.
I found no other occurences of 'default: ;' in the source.

6 years agoFix editorial whitespace error
Christian Ridderström [Sun, 30 Jul 2017 07:30:58 +0000 (09:30 +0200)]
Fix editorial whitespace error

Fix a non-controversial editorial whitespace error in order to verify
that the commit has the correct e-mail address and that it appears on
the list.

6 years agoFix editorial whitespace issues, e.g. extra space before semicolon
Christian Ridderström [Sat, 29 Jul 2017 22:54:12 +0000 (00:54 +0200)]
Fix editorial whitespace issues, e.g. extra space before semicolon

Fix some editorial whitespace errors in AspellChecker.cpp.
Changes are non-controversial and I've reviewed them manually.

The whitespace errors were distracting from the big picture while
using the file to work on candidate(s) for a clang-format
configuration.

6 years agoUserGuide.lyx: distribute new quotation mark features
Uwe Stöhr [Sat, 29 Jul 2017 18:43:52 +0000 (20:43 +0200)]
UserGuide.lyx: distribute new quotation mark features

- there is an issue with the French version, see bug 10736

6 years agoEmbeddedObjects.lyx: distribute a note from Richard regarding -shell-escape
Uwe Stöhr [Sat, 29 Jul 2017 15:19:24 +0000 (17:19 +0200)]
EmbeddedObjects.lyx: distribute a note from Richard regarding -shell-escape

6 years ago Collect changes by Jürgen in VC section of Additional.lyx
jpc [Sat, 29 Jul 2017 09:33:24 +0000 (11:33 +0200)]
   Collect changes by Jürgen in VC section of Additional.lyx

6 years ago Add Jûrgen's changes in Additional.lyx to log file
jpc [Fri, 28 Jul 2017 16:27:22 +0000 (18:27 +0200)]
     Add Jûrgen's changes in Additional.lyx to log file

6 years agoSome minor fixed in the vc chapter I did while translating.
Juergen Spitzmueller [Fri, 28 Jul 2017 15:17:04 +0000 (17:17 +0200)]
Some minor fixed in the vc chapter I did while translating.

6 years agoIt turned out not all changes of Additional.lyx have been copied to de/Additional.lyx
Juergen Spitzmueller [Fri, 28 Jul 2017 15:16:09 +0000 (17:16 +0200)]
It turned out not all changes of Additional.lyx have been copied to de/Additional.lyx

This makes maintenance of the localized manuals hard.

6 years agoadd author info.
Juergen Spitzmueller [Fri, 28 Jul 2017 14:44:20 +0000 (16:44 +0200)]
add author info.

6 years agode/Additional: translation of the version control chapter
Juergen Spitzmueller [Fri, 28 Jul 2017 14:43:08 +0000 (16:43 +0200)]
de/Additional: translation of the version control chapter

The manual is now fully translated.

6 years agode/Additional: revise extra features section.
Juergen Spitzmueller [Fri, 28 Jul 2017 10:15:35 +0000 (12:15 +0200)]
de/Additional: revise extra features section.

6 years agoAdditional: Minor fixes/updates in the Literate Programming and Extra Features sections.
Juergen Spitzmueller [Fri, 28 Jul 2017 10:15:00 +0000 (12:15 +0200)]
Additional: Minor fixes/updates in the Literate Programming and Extra Features sections.

6 years agoCmake build: Amend 2fe59ad, Ignore boost settings if we are using std-regex
Kornel Benko [Fri, 28 Jul 2017 09:35:50 +0000 (11:35 +0200)]
Cmake build: Amend 2fe59ad, Ignore boost settings if we are using std-regex

Even in std-regex case we still need some includes from boost.
Therefore we also need an appropriate include path set.

6 years agoTranslate the Literate Programming section and adapt some other recent upstream changes.
Juergen Spitzmueller [Fri, 28 Jul 2017 09:15:42 +0000 (11:15 +0200)]
Translate the Literate Programming section and adapt some other recent upstream changes.

6 years agoSome updates in the Literate Programming section I did while translating.
Juergen Spitzmueller [Fri, 28 Jul 2017 09:15:23 +0000 (11:15 +0200)]
Some updates in the Literate Programming section I did while translating.

6 years agoImprove and fix description of multipart documents.
Juergen Spitzmueller [Fri, 28 Jul 2017 07:49:40 +0000 (09:49 +0200)]
Improve and fix description of multipart documents.

6 years agoAdditional.lyx: Fix advice wrt overfull \hboxes
Juergen Spitzmueller [Fri, 28 Jul 2017 06:42:24 +0000 (08:42 +0200)]
Additional.lyx: Fix advice wrt overfull \hboxes

The advice given here, "You can ignore these messages", is just plain
wrong (ironically, this very document is the best example).

6 years agoCmake build: Ignore boost settings if we are using std-regex
Kornel Benko [Thu, 27 Jul 2017 21:29:29 +0000 (23:29 +0200)]
Cmake build: Ignore boost settings if we are using std-regex

External/included boost is only used for the component regex

6 years agoprefs/needauth: avoid show of warning dialog in corner cases (amending [8a4fcd3d...
Tommaso Cucinotta [Thu, 27 Jul 2017 13:30:30 +0000 (15:30 +0200)]
prefs/needauth: avoid show of warning dialog in corner cases (amending [8a4fcd3d/lyxgit])

6 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Thu, 27 Jul 2017 16:30:10 +0000 (18:30 +0200)]
Merge branch 'master' of git.lyx.org:lyx

6 years agoAdditional.lyx: fix more errors and outdates I came across while translating
Juergen Spitzmueller [Thu, 27 Jul 2017 16:29:29 +0000 (18:29 +0200)]
Additional.lyx: fix more errors and outdates I came across while translating

6 years agode/Additional: more translation
Juergen Spitzmueller [Thu, 27 Jul 2017 16:26:57 +0000 (18:26 +0200)]
de/Additional: more translation

6 years agoctests: eu_UserGuide_pdf[25] compiles again
Kornel Benko [Thu, 27 Jul 2017 11:39:16 +0000 (13:39 +0200)]
ctests: eu_UserGuide_pdf[25] compiles again

6 years agoCmake build: Remove unnecessary duplication of c++ flags
Kornel Benko [Thu, 27 Jul 2017 11:33:17 +0000 (13:33 +0200)]
Cmake build: Remove unnecessary duplication of c++ flags

Apparently cmake concatenates CMAKE_CXX_FLAGS to the Release and Debug flags
Also eliminated the mix of '-std=c++*' and '-std=gnu++*' flags

6 years agoComment out remarks on using -shell-escape with minted, at least
Richard Heck [Thu, 27 Jul 2017 01:24:56 +0000 (21:24 -0400)]
Comment out remarks on using -shell-escape with minted, at least
for now.

6 years agoUpdate sk.po
Kornel Benko [Wed, 26 Jul 2017 23:51:00 +0000 (01:51 +0200)]
Update sk.po

6 years agoUserGuide.lyx: fix broken cross references
Uwe Stöhr [Wed, 26 Jul 2017 23:40:43 +0000 (01:40 +0200)]
UserGuide.lyx: fix broken cross references

6 years agoEmbeddedObjects.lyx: finish the description of the minted support
Uwe Stöhr [Wed, 26 Jul 2017 23:15:42 +0000 (01:15 +0200)]
EmbeddedObjects.lyx: finish the description of the minted support

6 years agoprefs/needauth: added warning if user tries to disable authorization for needauth...
Tommaso Cucinotta [Wed, 26 Jul 2017 22:01:51 +0000 (00:01 +0200)]
prefs/needauth: added warning if user tries to disable authorization for needauth converters.