]> git.lyx.org Git - features.git/log
features.git
10 years agoUpdate build script.
Richard Heck [Fri, 31 Jan 2014 14:37:38 +0000 (09:37 -0500)]
Update build script.

10 years agoMerge branch '2.0.x' of git.lyx.org:lyx into 2.0.x
Uwe Stöhr [Thu, 30 Jan 2014 00:13:03 +0000 (01:13 +0100)]
Merge branch '2.0.x' of git.lyx.org:lyx into 2.0.x

10 years agoUserGuide.lyx: fix a typo spotted by Hartmut
Uwe Stöhr [Thu, 30 Jan 2014 00:12:37 +0000 (01:12 +0100)]
UserGuide.lyx: fix a typo spotted by Hartmut

10 years agoFix the missing dynamic menus in general and restore correctly from fullscreen.
Stephan Witt [Wed, 29 Jan 2014 18:20:01 +0000 (19:20 +0100)]
Fix the missing dynamic menus in general and restore correctly from fullscreen.

10 years agoStatus update for last commit.
Richard Heck [Wed, 29 Jan 2014 16:41:32 +0000 (11:41 -0500)]
Status update for last commit.

10 years agoDo not skip space at start of row (fixes #8947, #8838)
Jean-Marc Lasgouttes [Tue, 28 Jan 2014 10:04:31 +0000 (11:04 +0100)]
Do not skip space at start of row (fixes #8947, #8838)

TextMetrics::getColumnNearX (x -> pos translation) has special code to
ignore spaces at the beginning of a row, but neither the display code
nor TextMetrics::cursorX (pos->x translation) follow this logic. One
might argue that spaces should actually be ignored (like LaTeX does),
but this leads to UI issues and is probably too difficult to
implement.
(cherry picked from commit bab58480bc32323c6124c02bdf086b5de1843df0)

10 years agoFix bug discovered by Kornel. See
Richard Heck [Mon, 27 Jan 2014 19:58:21 +0000 (14:58 -0500)]
Fix bug discovered by Kornel. See
http://marc.info/?l=lyx-devel&m=138590578911716&w=2
If you look at Buffer.cpp, around line 4351, there was a comment about bug 5699. We are seeing the
same crash. The problem is that, although the master does have a GUI, that GUI is in a different window. So the structureChanged() call we do during updateBuffer() is for the TOC in that window, not the TOC in the window we are actually in. So our TocModel::toc_ has been reset and is invalid, though the widget itself has not been updated and looks fine.

This patch tests whether the master is in the same window as the buffer we are updating.

A problem remains, which is noted in a comment.

(cherry picked from commit 3f62601a8f7fc2b5df7c6ecc54a2c331a0264290)

Conflicts:
src/Buffer.cpp

10 years agoFix a couple of compilation warnings
Jean-Marc Lasgouttes [Tue, 28 Jan 2014 11:08:35 +0000 (12:08 +0100)]
Fix a couple of compilation warnings

10 years agoHandle undo in `branch-add' LFUN
Jean-Marc Lasgouttes [Mon, 13 Jan 2014 16:27:17 +0000 (17:27 +0100)]
Handle undo in `branch-add' LFUN

Backport of 2a99afee94.

10 years agoQuick workaround for detection of Qt/Mac using pkg-config
Jean-Marc Lasgouttes [Sun, 14 Jul 2013 18:27:52 +0000 (20:27 +0200)]
Quick workaround for detection of Qt/Mac using pkg-config

10 years agoOverride QMainWindow::menuBar() in LyX GuiView class on Mac OSX.
Stephan Witt [Sun, 26 Jan 2014 17:40:23 +0000 (18:40 +0100)]
Override QMainWindow::menuBar() in LyX GuiView class on Mac OSX.
This fixes the issue with missing menu entry for "Insert Branch <branch name>".

10 years agoUse "#!/usr/bin/env python", as elsewhere.
Richard Heck [Sun, 26 Jan 2014 16:38:41 +0000 (11:38 -0500)]
Use "#!/usr/bin/env python", as elsewhere.
(cherry picked from commit 5d94d1b3bf435b9a6d75f9e084d15b0d6da9b244)

10 years agoRemerge strings.
Richard Heck [Fri, 24 Jan 2014 17:46:04 +0000 (12:46 -0500)]
Remerge strings.

10 years agoReset status.20x.
Richard Heck [Fri, 24 Jan 2014 17:45:18 +0000 (12:45 -0500)]
Reset status.20x.

10 years agoAdd comment.
Richard Heck [Fri, 24 Jan 2014 17:41:22 +0000 (12:41 -0500)]
Add comment.

10 years agoBack to development mode.
Richard Heck [Fri, 24 Jan 2014 17:39:44 +0000 (12:39 -0500)]
Back to development mode.

10 years agoWork around a bug with crash on view close on Mac OSX. 2.0.7
Stephan Witt [Mon, 20 Jan 2014 20:22:59 +0000 (21:22 +0100)]
Work around a bug with crash on view close on Mac OSX.
See also https://bugreports.qt-project.org/browse/QTBUG-25399
It improves the situation with LyX ticket #8063 and fixes #8062 for Cocoa builds

10 years agofr.po: translations from Jean-Pierre
Uwe Stöhr [Sun, 12 Jan 2014 23:27:35 +0000 (00:27 +0100)]
fr.po: translations from Jean-Pierre

10 years agoar.po: updates from Hatim
Uwe Stöhr [Sun, 12 Jan 2014 23:24:34 +0000 (00:24 +0100)]
ar.po: updates from Hatim

10 years agocorrect quote placement to avoid the „Syntax Warning“ of cmake
Stephan Witt [Thu, 9 Jan 2014 10:48:38 +0000 (11:48 +0100)]
correct quote placement to avoid the „Syntax Warning“ of cmake

10 years agoback port from trunk:
Stephan Witt [Sat, 4 Jan 2014 19:37:38 +0000 (20:37 +0100)]
back port from trunk:
fix Symbols dialog box grid size in case of broken QFontMetrics::maxWidth()

10 years agoback port trunk version of build script
Stephan Witt [Mon, 30 Dec 2013 22:31:13 +0000 (23:31 +0100)]
back port trunk version of build script
* add Xcode 5 support
* add Qt 5 support
* add _XOPEN_SOURCE define - needed to compile environment.cpp
* gettext library build included
* newer versions of 3rd party libraries
* change coding style of sub shell invocation

10 years agoTypo.
Richard Heck [Mon, 16 Dec 2013 19:29:52 +0000 (14:29 -0500)]
Typo.

10 years agoRemerge strings.
Richard Heck [Mon, 16 Dec 2013 19:22:38 +0000 (14:22 -0500)]
Remerge strings.

10 years agoPrepare for 2.0.7.
Richard Heck [Mon, 16 Dec 2013 19:21:56 +0000 (14:21 -0500)]
Prepare for 2.0.7.

10 years agoNew Spanish translation from Ignacio.
Richard Heck [Thu, 5 Dec 2013 14:54:29 +0000 (09:54 -0500)]
New Spanish translation from Ignacio.

10 years agosv.po: updates for LyX 2.0.7 from Jim
Uwe Stöhr [Wed, 4 Dec 2013 00:17:59 +0000 (01:17 +0100)]
sv.po: updates for LyX 2.0.7 from Jim

10 years agoFix bug #8727: Text::breakParagraph() was always setting the default
Richard Heck [Fri, 7 Jun 2013 16:15:18 +0000 (12:15 -0400)]
Fix bug #8727: Text::breakParagraph() was always setting the default
layout, even if the paragraph in question requires plain layout.
(cherry picked from commit f8f1232465144016b5058d5aa60aff0fa5419bdc)

10 years ago* cs.po
Pavel Sanda [Sun, 1 Dec 2013 04:06:43 +0000 (20:06 -0800)]
* cs.po

10 years agoFrench User Guide updates by Jean-Pierre
Juergen Spitzmueller [Sat, 30 Nov 2013 10:55:13 +0000 (11:55 +0100)]
French User Guide updates by Jean-Pierre

10 years agouk.po: updates by Yuri
Uwe Stöhr [Tue, 26 Nov 2013 21:49:26 +0000 (22:49 +0100)]
uk.po: updates by Yuri

10 years agode.po
Juergen Spitzmueller [Mon, 25 Nov 2013 06:48:40 +0000 (07:48 +0100)]
de.po

10 years agonn.po: translation updates from Ingar
Uwe Stöhr [Mon, 25 Nov 2013 00:25:18 +0000 (01:25 +0100)]
nn.po: translation updates from Ingar

10 years agoUpdate it.po
Enrico Forestieri [Sun, 24 Nov 2013 22:26:27 +0000 (23:26 +0100)]
Update it.po

10 years agoRemerge strings.
Richard Heck [Sun, 24 Nov 2013 16:52:12 +0000 (11:52 -0500)]
Remerge strings.

10 years agouk.po: update by Yuri
Juergen Spitzmueller [Mon, 18 Nov 2013 15:05:17 +0000 (16:05 +0100)]
uk.po: update by Yuri

10 years agoFix wrong description screen font (bug #8869)
Georg Baum [Sun, 17 Nov 2013 12:05:09 +0000 (13:05 +0100)]
Fix wrong description screen font (bug #8869)

paper.cls formats the description label without bold, so LyX should do the
same on screen. Note that simply removing the Series line does not help,
because Description is already defined in some include.

10 years agoFix crash when using context menu in empty outliner
Juergen Spitzmueller [Mon, 4 Nov 2013 21:07:44 +0000 (22:07 +0100)]
Fix crash when using context menu in empty outliner

Fixes: #8885
10 years agoFix shortcut clash (bug #8878)
Juergen Spitzmueller [Tue, 12 Nov 2013 15:27:32 +0000 (16:27 +0100)]
Fix shortcut clash (bug #8878)

Patch by charley

10 years agofix macro order for newsubfloat
Juergen Spitzmueller [Sun, 13 Oct 2013 09:45:59 +0000 (11:45 +0200)]
fix macro order for newsubfloat

10 years agoMake encoding conversions thread safe
Georg Baum [Sat, 12 Oct 2013 11:27:05 +0000 (13:27 +0200)]
Make encoding conversions thread safe

This is the result of the discussion on the list "2.1.0 Blocker". Thanks to
all contributors!
The main idea is to use thread-local storage for all static variables.
This solution does not need any mutex. For more details, see the comment in
unicode.h.

10 years ago* sk.po
Kornel Benko [Fri, 11 Oct 2013 15:40:53 +0000 (17:40 +0200)]
* sk.po

10 years agoFix unbalanced bracket problem with CJK
Juergen Spitzmueller [Fri, 11 Oct 2013 10:19:41 +0000 (12:19 +0200)]
Fix unbalanced bracket problem with CJK

The bug was introduced with commit [2af09e2e/lyxgit], where the unnecessary trailing bracket in CJK environments was suppresed, but not the preceding bracket (which is only output if CJK is a secondary language).

10 years ago* sk.po
Kornel Benko [Mon, 7 Oct 2013 12:07:20 +0000 (14:07 +0200)]
* sk.po

10 years agoFix bug #8859: crash on alignment of two cells in tabular
Jean-Marc Lasgouttes [Fri, 4 Oct 2013 10:52:00 +0000 (12:52 +0200)]
Fix bug #8859: crash on alignment of two cells in tabular

The solution is the same as the other text-properties lfuns: use special loops when there is a multi-cell selection.

10 years agofr/Intro.lyx: Correction by Jean-Pierre
Juergen Spitzmueller [Sun, 15 Sep 2013 15:03:50 +0000 (17:03 +0200)]
fr/Intro.lyx: Correction by Jean-Pierre

10 years ago* INSTALL - move comment from trunk.
Pavel Sanda [Mon, 9 Sep 2013 09:52:38 +0000 (02:52 -0700)]
* INSTALL - move comment from trunk.

10 years ago* Additional.lyx - next xdvi glitch spotted by Fabio.
Pavel Sanda [Sun, 8 Sep 2013 01:28:52 +0000 (18:28 -0700)]
* Additional.lyx - next xdvi glitch spotted by Fabio.

10 years ago* Additional.lyx - fix lyxeditor.sh example.
Pavel Sanda [Thu, 5 Sep 2013 18:00:26 +0000 (11:00 -0700)]
* Additional.lyx - fix lyxeditor.sh example.

Different shells seem to have different taste.
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg96590.html
(backport)

10 years agoFix obvious oversight.
Richard Heck [Fri, 30 Aug 2013 17:17:53 +0000 (13:17 -0400)]
Fix obvious oversight.

10 years agoRemerge and update of ja.po (from Koji)
Scott Kostyshak [Thu, 29 Aug 2013 21:59:21 +0000 (17:59 -0400)]
Remerge and update of ja.po (from Koji)

11 years agoThe koma-script book class numbers equations by chapter.
Richard Heck [Fri, 9 Aug 2013 15:32:13 +0000 (11:32 -0400)]
The koma-script book class numbers equations by chapter.
(cherry picked from commit bac7708d4bba8be744da64f2314ae7630c810d94)

11 years agoJapanese docs: translations from Koji
Scott Kostyshak [Mon, 5 Aug 2013 23:02:38 +0000 (19:02 -0400)]
Japanese docs: translations from Koji

11 years agocsv2lyx.py: re-enable the feature to import CSV files
Uwe Stöhr [Sat, 27 Jul 2013 21:56:38 +0000 (23:56 +0200)]
csv2lyx.py: re-enable the feature to import CSV files

- the feature war broken because the file format was not updated to that of LyX 2.0.x

11 years agoja.po: updates from Koji
Uwe Stöhr [Sat, 27 Jul 2013 21:50:04 +0000 (23:50 +0200)]
ja.po: updates from Koji

11 years agoJapanese splash.lyx: a correction from Koji
Uwe Stöhr [Sat, 27 Jul 2013 21:43:03 +0000 (23:43 +0200)]
Japanese splash.lyx: a correction from Koji

11 years agoJapanese EmbeddedObjects.lyx: fix some image paths and formatting
Uwe Stöhr [Sat, 27 Jul 2013 21:35:16 +0000 (23:35 +0200)]
Japanese EmbeddedObjects.lyx: fix some image paths and formatting

these wrong paths slipped in with Kojis recent translations

11 years agoJapanese docs: translations by Koji for branch
Uwe Stöhr [Sat, 27 Jul 2013 21:07:18 +0000 (23:07 +0200)]
Japanese docs: translations by Koji for branch

11 years agoLaTeXFeatures.cpp: compilation fix for last commit
Uwe Stöhr [Sat, 27 Jul 2013 21:06:31 +0000 (23:06 +0200)]
LaTeXFeatures.cpp: compilation fix for last commit

(thanks to the latest TortoiseGit update cherry picking and even reverting is no longer possible, argh!)

11 years agoLaTeXFeatures.cpp: fix bug #8731 for branch
Uwe Stöhr [Sat, 27 Jul 2013 20:27:40 +0000 (22:27 +0200)]
LaTeXFeatures.cpp: fix bug #8731 for branch

11 years agoFix setting of is_child runparam if grandchildren are involved
Juergen Spitzmueller [Sun, 21 Jul 2013 19:33:34 +0000 (21:33 +0200)]
Fix setting of is_child runparam if grandchildren are involved

11 years agoTypo
Juergen Spitzmueller [Sun, 21 Jul 2013 11:10:09 +0000 (13:10 +0200)]
Typo

11 years agoTrivial fix: escape ampersands in file names before pushing to tab header (#8757)
Juergen Spitzmueller [Fri, 19 Jul 2013 13:55:56 +0000 (15:55 +0200)]
Trivial fix: escape ampersands in file names before pushing to tab header (#8757)

11 years agostatus.20x: fix a ticket number
Scott Kostyshak [Fri, 19 Jul 2013 00:25:42 +0000 (20:25 -0400)]
status.20x: fix a ticket number

11 years agoFix state of certain language packages (polyglossia, japanese) in children (#8779)
Juergen Spitzmueller [Thu, 18 Jul 2013 07:26:56 +0000 (09:26 +0200)]
Fix state of certain language packages (polyglossia, japanese) in children (#8779)

11 years agoFix Qt tools search when a Qt directory has been specified
Jean-Marc Lasgouttes [Tue, 9 Jul 2013 15:20:25 +0000 (17:20 +0200)]
Fix Qt tools search when a Qt directory has been specified

When --with-qt-dir has been specified, programs like "moc" in the Qt
directory are unlikely to have a qualified name like moc-qt4.
Therefore, such qualified names are only considered when the base
version has not been found.

11 years agoProperly nest ulem commands within other font changes
Juergen Spitzmueller [Thu, 11 Jul 2013 09:37:49 +0000 (11:37 +0200)]
Properly nest ulem commands within other font changes

This reverts the wrong fix to #8424 which caused #8733 and fixes both problems properly

11 years agoFix problem with unbalanced braces in XeTeX output (bug #8765)
Juergen Spitzmueller [Thu, 11 Jul 2013 16:05:50 +0000 (18:05 +0200)]
Fix problem with unbalanced braces in XeTeX output (bug #8765)

11 years agoFix toggling of 'misc' font options (bug #8764)
Juergen Spitzmueller [Sun, 7 Jul 2013 16:01:59 +0000 (18:01 +0200)]
Fix toggling of 'misc' font options (bug #8764)

11 years agoGerman UserGuide.lyx: fix a typo spotted by a user
Uwe Stöhr [Wed, 26 Jun 2013 21:19:38 +0000 (23:19 +0200)]
German UserGuide.lyx: fix a typo spotted by a user

11 years agoGerman UserGuide.lyx: fix a typo spotted by Stephan
Uwe Stöhr [Wed, 26 Jun 2013 21:11:53 +0000 (23:11 +0200)]
German UserGuide.lyx: fix a typo spotted by Stephan

11 years agoFix bug #8746: Images have to have alt tags.
Richard Heck [Wed, 12 Jun 2013 21:24:59 +0000 (17:24 -0400)]
Fix bug #8746: Images have to have alt tags.

11 years agoSomehow forgot HTML tags for Paragraph and Subparagraph.
Richard Heck [Tue, 11 Jun 2013 18:29:32 +0000 (14:29 -0400)]
Somehow forgot HTML tags for Paragraph and Subparagraph.

(cherry picked from commit c6a08bc4421c960dc8148a95eb68ba90c2f95ff5)

11 years ago* sk.po
Kornel Benko [Tue, 4 Jun 2013 16:04:02 +0000 (18:04 +0200)]
* sk.po

11 years agoUserGuide.lyx: backport an info
Uwe Stöhr [Mon, 3 Jun 2013 19:09:24 +0000 (21:09 +0200)]
UserGuide.lyx: backport an info

11 years agoUserGuide.lyx: fix a typo and correct an info
Uwe Stöhr [Fri, 31 May 2013 12:29:54 +0000 (14:29 +0200)]
UserGuide.lyx: fix a typo and correct an info

- both spotted by Ignacio, the removed info is LyX 2.1 only.

11 years agoSpanish UserGuide: translations from Ignacio
Uwe Stöhr [Fri, 31 May 2013 12:28:56 +0000 (14:28 +0200)]
Spanish UserGuide: translations from Ignacio

11 years agoUndo testing stuff.
Richard Heck [Fri, 31 May 2013 02:12:27 +0000 (22:12 -0400)]
Undo testing stuff.

Sorry for all the noise, but there is no way to make sure the email
scripts work except to commit stuff.

11 years agoTest 8
Richard Heck [Fri, 31 May 2013 02:12:01 +0000 (22:12 -0400)]
Test 8

11 years agoTest 7
Richard Heck [Fri, 31 May 2013 02:12:01 +0000 (22:12 -0400)]
Test 7

11 years agoTest 6
Richard Heck [Fri, 31 May 2013 02:12:01 +0000 (22:12 -0400)]
Test 6

11 years agoTest 5
Richard Heck [Fri, 31 May 2013 02:12:01 +0000 (22:12 -0400)]
Test 5

11 years agoTest 4
Richard Heck [Fri, 31 May 2013 02:12:01 +0000 (22:12 -0400)]
Test 4

11 years agoTest 3
Richard Heck [Fri, 31 May 2013 02:12:01 +0000 (22:12 -0400)]
Test 3

11 years agoTest 2
Richard Heck [Fri, 31 May 2013 02:12:01 +0000 (22:12 -0400)]
Test 2

11 years agoTest 1
Richard Heck [Fri, 31 May 2013 02:12:01 +0000 (22:12 -0400)]
Test 1

11 years agoTesting 8
Richard Heck [Fri, 31 May 2013 02:10:42 +0000 (22:10 -0400)]
Testing 8

11 years agoTesting 7
Richard Heck [Fri, 31 May 2013 02:09:16 +0000 (22:09 -0400)]
Testing 7

11 years agoTesting 6
Richard Heck [Fri, 31 May 2013 02:08:50 +0000 (22:08 -0400)]
Testing 6

11 years agoTesting 3
Richard Heck [Fri, 31 May 2013 02:05:25 +0000 (22:05 -0400)]
Testing 3

11 years agoTesting 2
Richard Heck [Fri, 31 May 2013 02:02:28 +0000 (22:02 -0400)]
Testing 2

11 years agoTesting
Richard Heck [Fri, 31 May 2013 02:01:11 +0000 (22:01 -0400)]
Testing

11 years agoTesting
Richard Heck [Fri, 31 May 2013 01:58:51 +0000 (21:58 -0400)]
Testing

11 years agoTesting
Richard Heck [Fri, 31 May 2013 01:58:11 +0000 (21:58 -0400)]
Testing

11 years agoMinor status.20x update #4
Richard Heck [Fri, 31 May 2013 01:53:16 +0000 (21:53 -0400)]
Minor status.20x update #4

11 years agoMinor status.20x update #3
Richard Heck [Fri, 31 May 2013 01:53:09 +0000 (21:53 -0400)]
Minor status.20x update #3

11 years agoMinor status.20x update #2
Richard Heck [Fri, 31 May 2013 01:50:57 +0000 (21:50 -0400)]
Minor status.20x update #2

11 years agoMinor status.20x update #1
Richard Heck [Fri, 31 May 2013 01:50:44 +0000 (21:50 -0400)]
Minor status.20x update #1

11 years agoFrench UserGuide.lyx: translations from Jean-Pierre and Siegfried
Uwe Stöhr [Thu, 30 May 2013 17:13:44 +0000 (19:13 +0200)]
French UserGuide.lyx: translations from Jean-Pierre and Siegfried

11 years agoChinese Intro.lyx: replace TeX code by its LyX inset
Uwe Stöhr [Mon, 27 May 2013 22:10:12 +0000 (00:10 +0200)]
Chinese Intro.lyx: replace TeX code by its LyX inset