]> git.lyx.org Git - lyx.git/log
lyx.git
8 years agoFrench UserGuide.lyx: another update from Jean-Pierre
Uwe Stöhr [Sun, 27 Mar 2016 17:50:09 +0000 (19:50 +0200)]
French UserGuide.lyx: another update from Jean-Pierre

8 years agoFrench UserGuide.lyx: update from Jean-Pierre
Uwe Stöhr [Sun, 27 Mar 2016 17:46:20 +0000 (19:46 +0200)]
French UserGuide.lyx: update from Jean-Pierre

8 years agofr.po: update for master from Jean-Pierre
Uwe Stöhr [Sun, 27 Mar 2016 17:18:29 +0000 (19:18 +0200)]
fr.po: update for master from Jean-Pierre

8 years agoGrab translations from lib/layouttranslations
Georg Baum [Sun, 27 Mar 2016 09:18:33 +0000 (11:18 +0200)]
Grab translations from lib/layouttranslations

These strings were translated manually in lib/layouttranslations, but not in
zh_TW.po. If this is the correct translation for document output, then it is
certainly also correct for the user interface.

8 years agoAdd missing layout translation keys
Georg Baum [Sun, 27 Mar 2016 09:07:50 +0000 (11:07 +0200)]
Add missing layout translation keys

These have been forgotten by the last update, since bg, ko and sl are not in
po/LINGUAS. I add them here so that it is obvious that these translations are
missing.

8 years agoGrab translation from lib/layouttranslations
Georg Baum [Fri, 25 Mar 2016 09:42:28 +0000 (10:42 +0100)]
Grab translation from lib/layouttranslations

This string was translated manually in lib/layouttranslations, but not in
ar.po. If this is the correct translation for document output, then it is
certainly also correct for the user interface.

8 years agoCmake export tests: Allow also '_' char as part of ctest-label
Kornel Benko [Sat, 26 Mar 2016 12:16:46 +0000 (13:16 +0100)]
Cmake export tests: Allow also '_' char as part of ctest-label

Missed in previous commit

8 years agoCmake export tests: Label handling
Kornel Benko [Sat, 26 Mar 2016 12:06:14 +0000 (13:06 +0100)]
Cmake export tests: Label handling

In collaboration with Günter Milde:
1.) Allow char ':' be part of a ctest-label
2.) Eliminate redundant label naming and directory names
    (The testnames should not repeat the directory name)

8 years agoFix some display bugs related to end of paragraph markers
Jean-Marc Lasgouttes [Fri, 25 Mar 2016 09:16:33 +0000 (10:16 +0100)]
Fix some display bugs related to end of paragraph markers

There are two regressions that are fixed here:

 * empty rows at the end of a paragraph (think after newline at end of
   paragraph or empty line in Verbatim) do not have an end-of-par
   marker. This is fixed by removing the early return in breakRow and
   letting the whole function be executed. This requires to relax an
   assertion in Paragraph::fontSpan. It makes sense here to query
   position at the end of the paragraph.

 * a newline at the end of a paragraph will be followed by and
   end-of-par marker. This is fixed by skipping the end-of-par marker
   when a new row has been requested.

8 years agoMake thin lines exactly 1 pixel wide
Jean-Marc Lasgouttes [Sat, 19 Mar 2016 14:48:44 +0000 (15:48 +0100)]
Make thin lines exactly 1 pixel wide

The setting of 0 (minimal possible width) was too thin for Mac Retina displays.

Fixes bug #10031.

8 years agoExplain why po files are needed
Georg Baum [Fri, 25 Mar 2016 09:32:53 +0000 (10:32 +0100)]
Explain why po files are needed

lib/layouttranslations contains translations for all strings from layout files
that can appear in document output. These translations are read from .po files
by po/lyx_pot.py (using python polib), so up to date po files are needed.

8 years agoMake lyx_pot.py python3 compatible
Georg Baum [Fri, 25 Mar 2016 09:24:46 +0000 (10:24 +0100)]
Make lyx_pot.py python3 compatible

Now it produces the same output if running under python3 (tested with 3.4.2)
or python2 (tested with 2.7.9). python3 always uses unicode strings
internally, so we have to specify the file encoding on opening a file, such
that strings can be converted from and to the file encoding on reading and
writing. Using the io module for file io ensures that the behaviour is the
same for python2 and python3. For python2 we also have to mark string literals
as unicode strings by using the u prefix (which is a noop in python3).

Many thanks to José for review and pointing out all the details.

8 years agoDo not assert when cursor is deeper than anchor
Jean-Marc Lasgouttes [Fri, 18 Mar 2016 17:03:22 +0000 (18:03 +0100)]
Do not assert when cursor is deeper than anchor

This works around bug #9917 and might give us an occasion of obtaining a recipe for reproducing it.

8 years agoNorwegian files: add missing \origin tag
Uwe Stöhr [Mon, 21 Mar 2016 01:23:35 +0000 (02:23 +0100)]
Norwegian files: add missing \origin tag

otherwise I cannot compile LyX:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets
(151,5): error MSB6006: "cmd.exe" was ended with Code 1. [D:\LyXGit\Master\compile-2010\doc\doc.vcxproj]

8 years agoFrench beamer.lyx: updates by Jean-Pierre
Uwe Stöhr [Sun, 20 Mar 2016 22:22:35 +0000 (23:22 +0100)]
French beamer.lyx: updates by Jean-Pierre

8 years agofr.po: updates by Jean-Pierre
Uwe Stöhr [Sun, 20 Mar 2016 22:20:42 +0000 (23:20 +0100)]
fr.po: updates by Jean-Pierre

8 years agoUpdate lib/Makefile.am and lib/doc/Makefile.am to reference newly
Helge Hafting [Sun, 20 Mar 2016 01:38:02 +0000 (02:38 +0100)]
Update lib/Makefile.am and lib/doc/Makefile.am to reference newly
translated files (Norwegian (nb) Tutorial, splash and examples)

8 years agoUpdated Norwegian translations (nb.po)
Helge Hafting [Sun, 20 Mar 2016 01:08:04 +0000 (02:08 +0100)]
Updated Norwegian translations (nb.po)

8 years agoNorwegian (nb) translations of splash.lyx, Tutorial.lyx,
Helge Hafting [Sun, 20 Mar 2016 00:11:07 +0000 (01:11 +0100)]
Norwegian (nb) translations of splash.lyx, Tutorial.lyx,
and the example files referenced from the Tutorial.

8 years agoctests: uninvert 3 tests that pass due to updates
Scott Kostyshak [Wed, 16 Mar 2016 05:07:21 +0000 (01:07 -0400)]
ctests: uninvert 3 tests that pass due to updates

When updating to the latest TeX Live revision, these exports now
succeed.

Inspecting the differences between the "good" PDF and the "bad" PDF
(where the test failed) there are three differences, which can be
found on the printed page numbers 81 and 82 (PDF page numbers 91 and
92). The accented i in "lím" was printed incorrectly (and the
missing glyph was correctly detected). After the update the
character is printed correctly and there is no longer an error.

The package that caused the change is likely babel or babel-spanish.
You can see the log from the TeX Live update that caused the fix by
seeing the attachment to the message here:

https://www.mail-archive.com/search?l=mid&q=20160313015902.lny3g5aujh4c4aps%40scott-Za1510

8 years agocmake autotests: label aastex tests as unreliable
Günter Milde [Thu, 17 Mar 2016 07:13:45 +0000 (08:13 +0100)]
cmake autotests: label aastex tests as unreliable

document class aastex.cls replaced by aastex6.cls
(in CTAN and TL 2015-update around march 2016)
New layout required, see #10027

8 years agoCmake export tests: Initalize the output variable 'inverted' in macro 'matetestname()'
Kornel Benko [Wed, 16 Mar 2016 23:36:02 +0000 (00:36 +0100)]
Cmake export tests: Initalize the output variable 'inverted' in macro 'matetestname()'

It could happen that the variable was set in creating a previous test-case.
Some combinations in the controlling files (suspiciousTests, unrelibleTests, ...)
did not set this variable.

8 years agoWhen handling mouse events, make the undo group a bit larger
Jean-Marc Lasgouttes [Wed, 16 Mar 2016 09:27:32 +0000 (10:27 +0100)]
When handling mouse events, make the undo group a bit larger

notifyCursorLeave can delete empty insets in mathed.

Fixes bug #10022.

8 years agoUpdate sk.po
Kornel Benko [Wed, 16 Mar 2016 17:23:08 +0000 (18:23 +0100)]
Update sk.po

8 years agoIn mathed, only select current cell on double-click
Jean-Marc Lasgouttes [Mon, 14 Mar 2016 14:14:57 +0000 (15:14 +0100)]
In mathed, only select current cell on double-click

Keep the behavior of split selection with triple click.

Fixes part of #9747. The remainder was fixed at f58d9f27, AFAICS.

8 years agobeamer: add French example files, patch from Jean-Pierre
Uwe Stöhr [Tue, 15 Mar 2016 23:20:18 +0000 (00:20 +0100)]
beamer: add French example files, patch from Jean-Pierre

8 years agoFix regression of 359aef92f87
Georg Baum [Tue, 15 Mar 2016 20:35:50 +0000 (21:35 +0100)]
Fix regression of 359aef92f87

The context menu of newline insets was completely greyed out if one clicked
at the right of the inset. Thanks Scott for finding this. The fix is to undo
the cursor movement also for insets without settings, but with a context menu.

8 years agoFix perf issue when displaying the symbols gui (#9968)
Guillaume Munch [Fri, 11 Mar 2016 18:02:46 +0000 (18:02 +0000)]
Fix perf issue when displaying the symbols gui (#9968)

According to callgrind, the time taken to display the symbol dialog is spent in
updateSymbolsList. No longer translate strings for every symbol. This speeds
it up more or less by a factor two.

8 years agoCircumvent odd stmary font metrics (part of #9990).
Enrico Forestieri [Sun, 13 Mar 2016 00:51:15 +0000 (01:51 +0100)]
Circumvent odd stmary font metrics (part of #9990).

The stmary font has an unusual large descent that was causing a large
gap between lines in the math delimiter dialog because of the \llbracket
and \rrbracket delimiters. The solution is to force Qt using the same
size for all elements of the QlistWidget widget instead of letting it
compute the size of each element.

8 years agoWhen using pixmap cache, add word spacing to signature
Jean-Marc Lasgouttes [Fri, 11 Mar 2016 09:08:15 +0000 (10:08 +0100)]
When using pixmap cache, add word spacing to signature

Fixes bug #9971.

8 years agoDo not set cursor to the right of newline with mouse
Jean-Marc Lasgouttes [Sun, 6 Mar 2016 14:29:25 +0000 (15:29 +0100)]
Do not set cursor to the right of newline with mouse

When a row is broken by for example a display math inset, it is
possible to put the cursor at the end of the previous line using the
boundary setting of cursor.

For newline insets and separator insets, we want to force the cursor
to be before this inset. Also, in the other cases, do not force
boundary property (effectively reverts part of f29e7803).

8 years agoNorsk Intro.lyx: update from Helge
Uwe Stöhr [Fri, 11 Mar 2016 19:19:22 +0000 (20:19 +0100)]
Norsk Intro.lyx: update from Helge

8 years agoFix Cursor::inCoordCache: the root inset is never in the cache
Jean-Marc Lasgouttes [Fri, 11 Mar 2016 14:13:05 +0000 (15:13 +0100)]
Fix Cursor::inCoordCache: the root inset is never in the cache

Fixes bug #10007.

8 years agoFix bug #9990: Oversized & Incorrect Glyphs in Math Delimiter Dialog
Enrico Forestieri [Fri, 11 Mar 2016 10:37:15 +0000 (11:37 +0100)]
Fix bug #9990: Oversized & Incorrect Glyphs in Math Delimiter Dialog

The TeX fonts ditributed with LyX are now used for displaying the
delimiters. This assures a uniform look and that no symbol is missing.

8 years agoInherit "Provides color" in *-article.layout
Scott Kostyshak [Fri, 11 Mar 2016 09:08:28 +0000 (04:08 -0500)]
Inherit "Provides color" in *-article.layout

This commit is Consistent with 97521c4e.

Patch from Jürgen. See discussion here:
https://www.mail-archive.com/search?l=mid&q=20160305184215.GA17005%40cotopaxi.hsd1.dc.comcast.net

8 years agoFix perf issues and crash when showing 1'100'000 items (#9968)
Guillaume Munch [Thu, 10 Mar 2016 01:08:51 +0000 (01:08 +0000)]
Fix perf issues and crash when showing 1'100'000 items (#9968)

8 years agoFix xcolor use with *-beamer.layout
Scott Kostyshak [Thu, 10 Mar 2016 21:45:32 +0000 (16:45 -0500)]
Fix xcolor use with *-beamer.layout

This commit fixes the minimal example of using e.g. purple text in
article-beamer.

Patch from Jürgen. See discussion here:
https://www.mail-archive.com/search?l=mid&q=20160305184215.GA17005%40cotopaxi.hsd1.dc.comcast.net

8 years agoFix dist target when configured with monolithic build.
Jean-Marc Lasgouttes [Wed, 9 Mar 2016 09:52:16 +0000 (10:52 +0100)]
Fix dist target when configured with monolithic build.

8 years agoReset right_boundary row property when row is shortened
Jean-Marc Lasgouttes [Mon, 7 Mar 2016 12:46:13 +0000 (13:46 +0100)]
Reset right_boundary row property when row is shortened

Fixes bug #10003.

8 years agodevelopment/cmake/build5-2015-x64.bat: Windows build script for 64bit LyX and Qt 5.6
Uwe Stöhr [Mon, 7 Mar 2016 23:31:10 +0000 (00:31 +0100)]
development/cmake/build5-2015-x64.bat: Windows build script for 64bit LyX and Qt 5.6

8 years agofr.po: shortcut fix from Jean-Pierre
Uwe Stöhr [Mon, 7 Mar 2016 22:47:39 +0000 (23:47 +0100)]
fr.po: shortcut fix from Jean-Pierre

8 years agoWin installer: remove 2 files that are not in Qt 5.6
Uwe Stöhr [Mon, 7 Mar 2016 00:28:02 +0000 (01:28 +0100)]
Win installer: remove 2 files that are not in Qt 5.6

8 years agofr.po: 2 shortcut fixes by Jean-Pierre
Uwe Stöhr [Sun, 6 Mar 2016 14:48:39 +0000 (15:48 +0100)]
fr.po: 2 shortcut fixes by Jean-Pierre

8 years agoBetter handling of different int sizes when computing row crc
Jean-Marc Lasgouttes [Mon, 29 Feb 2016 12:06:23 +0000 (13:06 +0100)]
Better handling of different int sizes when computing row crc

8 years agoSet margins correctly for empty rows
Jean-Marc Lasgouttes [Sat, 5 Mar 2016 12:50:28 +0000 (13:50 +0100)]
Set margins correctly for empty rows

Calling breakRow ensures that everything is set correctly.

8 years agosplash.lyx: fix hyphenation
Uwe Stöhr [Fri, 4 Mar 2016 00:54:19 +0000 (01:54 +0100)]
splash.lyx: fix hyphenation

8 years agoRevert "Better handling of different int sizes when computing row crc"
Jean-Marc Lasgouttes [Thu, 3 Mar 2016 23:14:56 +0000 (00:14 +0100)]
Revert "Better handling of different int sizes when computing row crc"

This reverts commit 7d163d4e78e9878b42a36018862a25b211c1a41a.
The commit got pushed by mistake and needs improvements anyway.

8 years agoAvoid endless loop when the window is too narrow
Jean-Marc Lasgouttes [Wed, 2 Mar 2016 22:59:40 +0000 (23:59 +0100)]
Avoid endless loop when the window is too narrow

 * breakRow: remove wrong condition that would silently eat the contents of the
   paragraph when the window is narrower than left margin

 * breakRow: make sure that there is at least one element in each row

 * breakAt: when force-breaking a row element, make sure it is not empty. Doing
   so may create empty rows and therefore a endless loop.

Fixes bugs #9962 and #10001.

8 years agoBetter handling of different int sizes when computing row crc
Jean-Marc Lasgouttes [Mon, 29 Feb 2016 12:06:23 +0000 (13:06 +0100)]
Better handling of different int sizes when computing row crc

8 years agoDelete .out files after compilation errors (#9963)
Guillaume Munch [Tue, 23 Feb 2016 23:57:12 +0000 (23:57 +0000)]
Delete .out files after compilation errors (#9963)

This treats the symptom, not the bug.

8 years agoUpdate it.po
Enrico Forestieri [Sun, 28 Feb 2016 16:41:13 +0000 (17:41 +0100)]
Update it.po

8 years agoprepare Qt 5.6 builds
Stephan Witt [Sun, 28 Feb 2016 10:34:06 +0000 (11:34 +0100)]
prepare Qt 5.6 builds
 * support separate Qt framework builds
 * adjust configure options to skip QtTools

8 years agofr.po: translations by Jean-Pierre
Uwe Stöhr [Sat, 27 Feb 2016 19:03:08 +0000 (20:03 +0100)]
fr.po: translations by Jean-Pierre

8 years agoFrench linguistics.lyx: updates by Jean-Pierre
Uwe Stöhr [Sat, 27 Feb 2016 18:58:10 +0000 (19:58 +0100)]
French linguistics.lyx: updates by Jean-Pierre

8 years agoFix bindnasrepma.svgz
Guillaume Munch [Wed, 24 Feb 2016 14:54:56 +0000 (14:54 +0000)]
Fix bindnasrepma.svgz

It's ampersand rotated 180 degrees, not its vertical mirror

8 years agoDo not merge consecutive hyphens in LyX-Code
Jean-Marc Lasgouttes [Thu, 25 Feb 2016 14:00:13 +0000 (15:00 +0100)]
Do not merge consecutive hyphens in LyX-Code

The existing code already avoids merging with typewriter font, but it does not work with LyX-Code, where the typewriter family is inherited. Therefore it is Cursor::real_current_font that must be tested.

Fixes bug #9987.

8 years agoUpdate sk.po
Kornel Benko [Fri, 26 Feb 2016 07:09:18 +0000 (08:09 +0100)]
Update sk.po

8 years agoErrorListUi.ui: make 2 strings compilable
Uwe Stöhr [Fri, 26 Feb 2016 01:04:49 +0000 (02:04 +0100)]
ErrorListUi.ui: make 2 strings compilable

fixes bug #9988

8 years agosv.po: translations for LyX 2.2.0 from Jim
Uwe Stöhr [Thu, 25 Feb 2016 19:41:27 +0000 (20:41 +0100)]
sv.po: translations for LyX 2.2.0 from Jim

8 years agoFrench Math.lyx: changes by Jean-Pierre
Uwe Stöhr [Thu, 25 Feb 2016 19:38:18 +0000 (20:38 +0100)]
French Math.lyx: changes by Jean-Pierre

8 years agoWin installer: updated Portuguese translation by José
Uwe Stöhr [Wed, 24 Feb 2016 23:24:01 +0000 (00:24 +0100)]
Win installer: updated Portuguese translation by José

8 years agoMath.lyx: some fixes
Uwe Stöhr [Wed, 24 Feb 2016 23:15:54 +0000 (00:15 +0100)]
Math.lyx: some fixes

8 years agoFrench Math.lyx: translations by Jean-Pierre
Uwe Stöhr [Wed, 24 Feb 2016 23:15:00 +0000 (00:15 +0100)]
French Math.lyx: translations by Jean-Pierre

8 years agofr.po: updates by Jean-Pierre
Uwe Stöhr [Wed, 24 Feb 2016 22:54:10 +0000 (23:54 +0100)]
fr.po: updates by Jean-Pierre

8 years agoFix SIGSEGV when introducing a new shortcut (#9869)
Guillaume Munch [Mon, 22 Feb 2016 00:36:33 +0000 (00:36 +0000)]
Fix SIGSEGV when introducing a new shortcut (#9869)

removeShortcut() restores default settings, therefore was used incorrectly. I
introduce deactivateShortcuts() which only removes assignments.

Clean up a bit the lack of view / model distinction (getting rid of the crashing
code at the same time).

Repair inconsistency of the selection in the "modify" case. (regression at
717d19d3c)

Make the test for existing bindings a bit more robust. (Not perfect yet.)

Focus on the item that has just been added/modified. (cosmetic)

8 years agoDo not add -std=c++11 to CPPFLAGS (because objc does not like it)
Jean-Marc Lasgouttes [Tue, 16 Feb 2016 14:31:08 +0000 (15:31 +0100)]
Do not add -std=c++11 to CPPFLAGS (because objc does not like it)

Since at least gcc 4.6 requires it, -std=c++11 has been passed to CPPFLAGS at 39717adfd. This was deemed necessary so that tests that use the preprocessor directly (AC_CHECK_HEADER) can have the right information.

It turns out that CPPFLAGS gets passed to objc compilation too (on Mac OS X) and this create compile-time errors.

Therefore we remove the -std flag from CPPFLAGS and re-add it to a separate variable cxx11_flags that is passed to LYX_CXX_USE_REGEX.

8 years agoWin installer: updated Swedish translations by Jim
Uwe Stöhr [Sun, 21 Feb 2016 16:53:05 +0000 (17:53 +0100)]
Win installer: updated Swedish translations by Jim

8 years agoMath.lyx: revise section about subnumbering
Uwe Stöhr [Sun, 21 Feb 2016 16:46:55 +0000 (17:46 +0100)]
Math.lyx: revise section about subnumbering

thanks to Andrew Aparsloe for the hint

8 years agoAdapt forest (linguistic structure tree) to new syntax of the package
Juergen Spitzmueller [Sun, 21 Feb 2016 10:54:25 +0000 (11:54 +0100)]
Adapt forest (linguistic structure tree) to new syntax of the package
while maintaining backwards compatibility (#9967).

8 years agoWhoops on the last commit. This is the right patch.
Richard Heck [Sun, 21 Feb 2016 03:18:03 +0000 (22:18 -0500)]
Whoops on the last commit. This is the right patch.

8 years agoFix bug reported on the list by Philip Pirrip. It is possible that
Richard Heck [Sun, 21 Feb 2016 03:14:51 +0000 (22:14 -0500)]
Fix bug reported on the list by Philip Pirrip. It is possible that
paramsToDialog is called when we do not have a BufferView and so do
not have a Buffer.

8 years ago#9940 VCS now toggles buffer read-only state if locking is not active and it is enabl...
Stephan Witt [Sat, 20 Feb 2016 06:32:56 +0000 (07:32 +0100)]
#9940 VCS now toggles buffer read-only state if locking is not active and it is enabled by VC backend

8 years agocorrect whitespace
Stephan Witt [Sat, 20 Feb 2016 05:39:32 +0000 (06:39 +0100)]
correct whitespace

8 years agoSpanish modernCV.lyx: updates by Ignacio
Uwe Stöhr [Sat, 20 Feb 2016 01:39:41 +0000 (02:39 +0100)]
Spanish modernCV.lyx: updates by Ignacio

8 years agoSpanish modernCV.lyx: update the file and make it compilable
Uwe Stöhr [Fri, 19 Feb 2016 01:16:36 +0000 (02:16 +0100)]
Spanish modernCV.lyx: update the file and make it compilable

(a special preamble is necessary for Spanish)
Ignacio will translate it soon.

8 years agoSet the preamble in fixed-width font and without line breaks (#9966)
Guillaume Munch [Wed, 17 Feb 2016 21:45:44 +0000 (21:45 +0000)]
Set the preamble in fixed-width font and without line breaks (#9966)

8 years agolinguistics.lyx: re-add the \origin tag
Uwe Stöhr [Thu, 18 Feb 2016 01:00:38 +0000 (02:00 +0100)]
linguistics.lyx: re-add the \origin tag

Btw. the file is not compilable, see bug #9967

8 years agoexample files: fixes and updates by Ignacio
Uwe Stöhr [Thu, 18 Feb 2016 00:53:08 +0000 (01:53 +0100)]
example files: fixes and updates by Ignacio

8 years agoWin installer: update package installation list
Uwe Stöhr [Thu, 18 Feb 2016 00:33:04 +0000 (01:33 +0100)]
Win installer: update package installation list

8 years agoSpanish example files: updates by Ignacio (part 2/2)
Uwe Stöhr [Thu, 18 Feb 2016 00:32:37 +0000 (01:32 +0100)]
Spanish example files: updates by Ignacio (part 2/2)

8 years agotufte layouts: add new dependencies
Uwe Stöhr [Thu, 18 Feb 2016 00:32:17 +0000 (01:32 +0100)]
tufte layouts: add new dependencies

8 years agolinguistics.module: add new dependencies
Uwe Stöhr [Thu, 18 Feb 2016 00:31:51 +0000 (01:31 +0100)]
linguistics.module: add new dependencies

8 years agoes.po: fix a typo introduced by last commit
Uwe Stöhr [Thu, 18 Feb 2016 00:08:29 +0000 (01:08 +0100)]
es.po: fix a typo introduced by last commit

8 years agoSpanish example files: updates by Ignacio (part 1/2)
Uwe Stöhr [Thu, 18 Feb 2016 00:07:08 +0000 (01:07 +0100)]
Spanish example files: updates by Ignacio (part 1/2)

8 years agoes.po: updates by Ignacio
Uwe Stöhr [Wed, 17 Feb 2016 23:43:50 +0000 (00:43 +0100)]
es.po: updates by Ignacio

8 years agoIntroduce proper integer rounding function
Georg Baum [Wed, 17 Feb 2016 20:31:37 +0000 (21:31 +0100)]
Introduce proper integer rounding function

This fixes a failing unit test with 32bit gcc 4.9.3 and -O2 optimization:
It computed 9953 instead of 9954 for Length::inPixels() of value 2342.
The reason for this is probably different rounding behaviour caused by storing
the unrounded value in a processor register (uses 80bit accuracy) vs. writing
it back to memory (uses 64bit accuracy). The unrounded value is very close to
9953.5 (which is not representable as an exact IEEE floating point value).

Apart from that, having a proper function for rounding makes the code more
readable, and has the nice side effect to make Length::inPB() work for
negative lengths as well.

8 years agofiles are already part of boost
Peter Kümmel [Tue, 16 Feb 2016 10:00:34 +0000 (11:00 +0100)]
files are already part of boost

8 years agoWin installer: translation updates by Georger and Claudio
Uwe Stöhr [Mon, 15 Feb 2016 21:52:10 +0000 (22:52 +0100)]
Win installer: translation updates by Georger and Claudio

8 years agoTypo.
Kornel Benko [Mon, 15 Feb 2016 20:00:35 +0000 (21:00 +0100)]
Typo.

8 years agoPreparing a helper script to creat md5sum of a file.
Kornel Benko [Mon, 15 Feb 2016 14:24:33 +0000 (15:24 +0100)]
Preparing a helper script to creat md5sum of a file.

8 years agouse more portable ustar tar format
Peter Kümmel [Sun, 14 Feb 2016 21:25:08 +0000 (22:25 +0100)]
use more portable ustar tar format

8 years agoAdd missing boost files to source package
Peter Kümmel [Sat, 13 Feb 2016 17:34:08 +0000 (18:34 +0100)]
Add missing boost files to source package

and remove Visual Studio files, we build with CMake on Windows.

8 years agoBack to development
Scott Kostyshak [Sat, 13 Feb 2016 03:25:04 +0000 (22:25 -0500)]
Back to development

8 years agoThis is LyX 2.2.0beta2 2.2.0beta2
Scott Kostyshak [Sat, 13 Feb 2016 03:23:19 +0000 (22:23 -0500)]
This is LyX 2.2.0beta2

8 years agoUpdate ANNOUNCE for beta2
Scott Kostyshak [Sat, 13 Feb 2016 02:58:38 +0000 (21:58 -0500)]
Update ANNOUNCE for beta2

8 years agoMinor typo in ANNOUNCE
Scott Kostyshak [Sat, 13 Feb 2016 02:58:28 +0000 (21:58 -0500)]
Minor typo in ANNOUNCE

8 years agoUpdate pt_BR.gmo after 7c08d433e
Georg Baum [Fri, 12 Feb 2016 19:14:16 +0000 (20:14 +0100)]
Update pt_BR.gmo after 7c08d433e

As requested by Georger

8 years agoWin installer: several fixes
Uwe Stöhr [Fri, 12 Feb 2016 01:52:36 +0000 (02:52 +0100)]
Win installer: several fixes

- fix broken weblinks
- remove unused includes

8 years agoWin installer: get rid of lyx.nsi
Uwe Stöhr [Fri, 12 Feb 2016 01:51:38 +0000 (02:51 +0100)]
Win installer: get rid of lyx.nsi

This file is not really helpful for daily work. Its content is now directly in the installer script.

8 years agoWin installer: re-add encoding for slovak.nsh
Uwe Stöhr [Fri, 12 Feb 2016 01:49:25 +0000 (02:49 +0100)]
Win installer: re-add encoding for slovak.nsh