]> git.lyx.org Git - lyx.git/log
lyx.git
11 years agoAdd latexfonts_l10.pot to cmake build
Kornel Benko [Thu, 16 Aug 2012 20:36:32 +0000 (22:36 +0200)]
Add latexfonts_l10.pot to cmake build

11 years agoAnother attempt at #8295.
Pavel Sanda [Thu, 16 Aug 2012 18:12:49 +0000 (20:12 +0200)]
Another attempt at #8295.

This bug occur only at certain Qt versions and systems and we do
not really understand what is going on.

Quoting Stephan - the parent path of "." e.g. never should be ".".
The inconsistency between the name of FileName and the internal QFileInfo
state looks very dangerous.

11 years agoReally get GuiName from latexfonts into the po files
Juergen Spitzmueller [Thu, 16 Aug 2012 17:36:16 +0000 (19:36 +0200)]
Really get GuiName from latexfonts into the po files

11 years agoremove problematic IPA shortcut
Juergen Spitzmueller [Thu, 16 Aug 2012 17:04:11 +0000 (19:04 +0200)]
remove problematic IPA shortcut

11 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Thu, 16 Aug 2012 16:04:28 +0000 (18:04 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoSort
Juergen Spitzmueller [Thu, 16 Aug 2012 16:04:02 +0000 (18:04 +0200)]
Sort

11 years agoensure VCS::checkparentdirs() starts with an absolute path (ticket #8295)
Stephan Witt [Thu, 16 Aug 2012 11:44:20 +0000 (13:44 +0200)]
ensure VCS::checkparentdirs() starts with an absolute path (ticket #8295)

11 years agoClean up LaTeX font handling (#4999)
Juergen Spitzmueller [Thu, 16 Aug 2012 11:23:39 +0000 (13:23 +0200)]
Clean up LaTeX font handling (#4999)

The LaTeX font information are now centralized and outsourced. This removes a lot of hardcoding and duplication and makes it easier to support new LaTeX fonts.

11 years agoadd debug messages to VCS::checkparentdirs (ticket #8295)
Stephan Witt [Wed, 15 Aug 2012 15:50:24 +0000 (17:50 +0200)]
add debug messages to VCS::checkparentdirs (ticket #8295)

11 years agoComments
Juergen Spitzmueller [Wed, 8 Aug 2012 15:23:02 +0000 (17:23 +0200)]
Comments

11 years agoAdd a way to surpass special English treatment in useBabel
Juergen Spitzmueller [Wed, 8 Aug 2012 15:02:12 +0000 (17:02 +0200)]
Add a way to surpass special English treatment in useBabel

Normally, we do not load babel when English is the only language. However, if we check if babel is used from Font::validate, we need to surpass this test, else no secondary language is registered if English is the main language.

11 years agoAdd missing breaks in switch
Juergen Spitzmueller [Wed, 8 Aug 2012 09:27:37 +0000 (11:27 +0200)]
Add missing breaks in switch

11 years agodocumentation
Juergen Spitzmueller [Wed, 8 Aug 2012 08:07:31 +0000 (10:07 +0200)]
documentation

11 years agoComplete default_language rc removal
Juergen Spitzmueller [Wed, 8 Aug 2012 07:31:46 +0000 (09:31 +0200)]
Complete default_language rc removal

11 years agoRemove lyxrc \default_language which has been dropped from the GUI some time ago
Juergen Spitzmueller [Tue, 7 Aug 2012 06:29:46 +0000 (08:29 +0200)]
Remove lyxrc \default_language which has been dropped from the GUI some time ago

The default language of new documents is set via the template

11 years agoDecouple lyxrc-default_language from useLanguagePackage()
Juergen Spitzmueller [Tue, 7 Aug 2012 06:00:42 +0000 (08:00 +0200)]
Decouple lyxrc-default_language from useLanguagePackage()

11 years agoWow, that last commit was dumb. So let's fix #8278 properly.
Richard Heck [Sun, 5 Aug 2012 21:31:00 +0000 (17:31 -0400)]
Wow, that last commit was dumb. So let's fix #8278 properly.

11 years agoFix bug #8278, as suggested there by Ronen.
Richard Heck [Sat, 4 Aug 2012 21:32:55 +0000 (17:32 -0400)]
Fix bug #8278, as suggested there by Ronen.

11 years agoMerge branch 'master' of git.lyx.org:lyx
Stephan Witt [Mon, 30 Jul 2012 12:34:12 +0000 (14:34 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoFix the wrong cursor move when forward flag is false:
Stephan Witt [Mon, 30 Jul 2012 12:32:29 +0000 (14:32 +0200)]
Fix the wrong cursor move when forward flag is false:
The forward flag is used to place the cursor behind the replaced text if it's true.
But it's not correct to move the cursor if it's false. The cursor is in front of the
replacement already after the replaceSelectionWithString() was done.

11 years agoRoundtrip tex2lyx, cmake-build:
Kornel Benko [Mon, 30 Jul 2012 08:04:45 +0000 (10:04 +0200)]
Roundtrip tex2lyx, cmake-build:
1.) test.ltx, test.lyx.tex in build-dir (missed this one in previous commit)
2.) Added dependency to "lyx" to work on clean build dir too

11 years agoAdapt tex2lyx roundtrip to cmake build.
Kornel Benko [Mon, 30 Jul 2012 07:30:16 +0000 (09:30 +0200)]
Adapt tex2lyx roundtrip to cmake build.
Use build tree only.

11 years agoFix bug #8129: add zoom-in binding for Cmd-plus for US-keyboards
Stephan Witt [Fri, 27 Jul 2012 09:59:44 +0000 (11:59 +0200)]
Fix bug #8129: add zoom-in binding for Cmd-plus for US-keyboards

11 years agoFix bug #8238: correct the forward argument of replace2string() in on_replacePB_click...
Stephan Witt [Thu, 26 Jul 2012 22:34:17 +0000 (00:34 +0200)]
Fix bug #8238: correct the forward argument of replace2string() in on_replacePB_clicked().

11 years agoWhitespace
Juergen Spitzmueller [Mon, 23 Jul 2012 12:59:45 +0000 (14:59 +0200)]
Whitespace

11 years agoFix direction of brackets in Hebrew when using Polyglossia (bug #8251)
Juergen Spitzmueller [Mon, 23 Jul 2012 12:56:00 +0000 (14:56 +0200)]
Fix direction of brackets in Hebrew when using Polyglossia (bug #8251)

11 years agoRework language package detection
Juergen Spitzmueller [Mon, 23 Jul 2012 12:34:24 +0000 (14:34 +0200)]
Rework language package detection

This puts the diverse use[LangPack] function into one (less error-prone) function and differentiates the custom package from the babel case

11 years agoFix thinko
Juergen Spitzmueller [Mon, 23 Jul 2012 09:39:41 +0000 (11:39 +0200)]
Fix thinko

11 years agoFixes to the language package call
Juergen Spitzmueller [Mon, 23 Jul 2012 09:36:55 +0000 (11:36 +0200)]
Fixes to the language package call

* Assure that really no language package is called when none is selected.
* Only call global custom package if global is desired.
This is a candidate for branch as well.

11 years agoarabi requires the language option to be passed to babel directly. Candidate for...
Juergen Spitzmueller [Mon, 23 Jul 2012 09:03:25 +0000 (11:03 +0200)]
arabi requires the language option to be passed to babel directly. Candidate for branch

11 years agoSuppress babel RTL commands when using polyglossia (part of #8251)
Juergen Spitzmueller [Mon, 23 Jul 2012 06:40:37 +0000 (08:40 +0200)]
Suppress babel RTL commands when using polyglossia (part of #8251)

11 years agoCompile fix
Juergen Spitzmueller [Sun, 22 Jul 2012 09:45:39 +0000 (11:45 +0200)]
Compile fix

Richard, please check.

11 years agoAdd a FIXME about when the appendix should be enabled.
Richard Heck [Sat, 21 Jul 2012 18:18:52 +0000 (14:18 -0400)]
Add a FIXME about when the appendix should be enabled.

11 years agoFix a long-standing FIXME by resetting only the counter for top-level
Richard Heck [Sat, 21 Jul 2012 18:14:12 +0000 (14:14 -0400)]
Fix a long-standing FIXME by resetting only the counter for top-level
sectioning when we see an appendix. This fixes bug #8271, whose root
cause was the fact that we were resetting all the counters inside ERT.

11 years ago* sk.po
Kornel Benko [Fri, 20 Jul 2012 09:49:11 +0000 (11:49 +0200)]
* sk.po

11 years agoImplement new LFUN buffer-forall [<BUFFER-TYPE>] <LFUN-COMMAND>
Jean-Marc Lasgouttes [Fri, 20 Jul 2012 08:50:29 +0000 (10:50 +0200)]
Implement new LFUN buffer-forall [<BUFFER-TYPE>] <LFUN-COMMAND>

This is a patch from Scott Kostyshak. See the thread here for some
background info:
http://thread.gmane.org/gmane.editors.lyx.devel/142300/focus=142362

11 years agoMimic the autoconf behaviour to select only
Kornel Benko [Fri, 20 Jul 2012 07:47:22 +0000 (09:47 +0200)]
Mimic the autoconf behaviour to select only
configured GUI languages.
Data are assembled at "cmake" time only

11 years agoTypo + missing dependencies in cmake build
Kornel Benko [Thu, 19 Jul 2012 11:52:07 +0000 (13:52 +0200)]
Typo + missing dependencies in cmake build

11 years agoPort handling of installed languages (commit ed1515ef69d0381e9b0657cf1966f9d86e0cb25f)
Kornel Benko [Thu, 19 Jul 2012 09:54:22 +0000 (11:54 +0200)]
Port handling of installed languages (commit ed1515ef69d0381e9b0657cf1966f9d86e0cb25f)
to cmake build

11 years ago* sk.po
Kornel Benko [Thu, 19 Jul 2012 09:53:04 +0000 (11:53 +0200)]
* sk.po

11 years agoRead list of translated languages from a file
Jean-Marc Lasgouttes [Wed, 18 Jul 2012 22:02:56 +0000 (00:02 +0200)]
Read list of translated languages from a file

The previous scheme of loading all possible translations and checking whether the work
is a bit too much "brute force" and causes problems on Mac OS X (documents loaded
with the wrong language).

In the new scheme, autotools install a file lib/installed_translations that contains a list of installed languages (the .gmo files that got installed). This file is read
in Languages::readInstalledTranslations and allows to set the translated() property
of each language.

11 years agoFix bug #8254: An encoding problem
Enrico Forestieri [Wed, 18 Jul 2012 20:20:46 +0000 (22:20 +0200)]
Fix bug #8254: An encoding problem

Use the short version of a path, which is guaranteed to be ascii and
works even if the path is not encodable in the current codepage.

11 years agoMake sure that undo is recorded when magic tricks are played with InsetBibitem.
Jean-Marc Lasgouttes [Tue, 17 Jul 2012 21:59:04 +0000 (23:59 +0200)]
Make sure that undo is recorded when magic tricks are played with InsetBibitem.

Fixes bug #7111: Assertion with undo and InsetBibitem

  * add Paragraph::brokenBiblio(), with tells whether there is something to fix.
  * rename Paragraph::checkBiblio to fixBiblio; simplify it greatly by using
    InsetList methods
  * In TextMetrics::redoParagraph, call recordUndo before fixBiblio (only when
    there is something to fix obviously)

Special care is taken to update cursor only when it makes sense. Note
that there are cases where undo information is not recorded (current
cursor not in the slice where action happens)

11 years agodeactivate ~ in Basque, Estonian and Galician (bug #8265)
Juergen Spitzmueller [Wed, 18 Jul 2012 11:01:10 +0000 (13:01 +0200)]
deactivate ~ in Basque, Estonian and Galician (bug #8265)

11 years agoAdd \makeat switches to babel settings if necessary.
Juergen Spitzmueller [Wed, 18 Jul 2012 10:41:53 +0000 (12:41 +0200)]
Add \makeat switches to babel settings if necessary.

Babel settings might contain @ characters. Check for this and wrap the settings into \makeatletter ... \makeatother switches if necessary (see discussion at #8265).

11 years agoDo not kill the undo stack when doing a Save As...
Jean-Marc Lasgouttes [Wed, 18 Jul 2012 08:31:47 +0000 (10:31 +0200)]
Do not kill the undo stack when doing a Save As...

The code does a reload on the buffer to avoid loose pointers if the
file changes directory. This commit adds a bool parameter to
Buffer::reload to allow for keeping the undo stack intact. This is of
couse only wanted in this case, not when reloading an earlier version
of the file.

11 years agoFix crash introduced in my previous commit f6b1c24b
Jean-Marc Lasgouttes [Tue, 17 Jul 2012 20:26:44 +0000 (22:26 +0200)]
Fix crash introduced in my previous commit f6b1c24b

Cursor::fixIfBroken does not do what I thought it did. Lift some code
from StableDocIterator::asDocIterator instead.

11 years agoFix bug #8242: undo fails for longest label width
Jean-Marc Lasgouttes [Mon, 16 Jul 2012 21:39:24 +0000 (23:39 +0200)]
Fix bug #8242: undo fails for longest label width

In the existing code for setting layout of pragraph parameters,
Text::undoSpan is used to "guess" which paragraphs should be saved in Undo.
With this patch the approach is more precise: before every explicit change
to a paragraph, a Cursor::recordUndo call is inserted. This is much more robust than trying to guess.

In particular, we do not look at depth changes at all, since they are now
handled in updateBuffer since #8159 has been fixed.

11 years agoMake the toolbar code less noisy when the session file is not found
Jean-Marc Lasgouttes [Mon, 16 Jul 2012 21:11:26 +0000 (23:11 +0200)]
Make the toolbar code less noisy when the session file is not found

11 years agoTypo introduced in commit 16fd47ad.
Jean-Marc Lasgouttes [Sun, 15 Jul 2012 22:27:58 +0000 (00:27 +0200)]
Typo introduced in commit 16fd47ad.

11 years agoAdd comment in lstrings.h
Pavel Sanda [Sun, 15 Jul 2012 21:25:34 +0000 (23:25 +0200)]
Add comment in lstrings.h

11 years agoFix bug #7741: incorrect locale when starting R from LyX?
Jean-Marc Lasgouttes [Sun, 15 Jul 2012 20:22:10 +0000 (22:22 +0200)]
Fix bug #7741: incorrect locale when starting R from LyX?

The goal here is to get rid of the old code that modified variables
LANGUAGE and LC_ALL, therefore creating the problems mentionned
in the ticket.

In the new system, there is no explicit "GUI" message handler, that
needs to be reset at each language change. Instead, getGuiMessages
calls getMessages with the correct parameter. This allows to simplify
greatly the code and to remove a lot of old cruft.

11 years agoFix bug #5204: Undo removes text selection
Jean-Marc Lasgouttes [Sun, 15 Jul 2012 16:16:09 +0000 (18:16 +0200)]
Fix bug #5204: Undo removes text selection

This commit does a bit more than fix selection, since it saves the full cursor state
in the undo stack. This means that undo now restores:
* the selection
* the current font
* transient mark (shall we keep this one?), logical position...

In order to do that, it introduces an intermediate class between Cursor and DotIterator: CursorData.
The new inheritance diagram is thus
  DocIteraator -> CursorData -> Cursor

CursorData contains all the members of Cursor that define the current position, but not the stuff
related to current view of dispatch mechanism. It may make sense in the future to move members
between CursorData and Cursor and to move some member functions to CursorData.

Now UndoElement uses CursorData for cur_before and cur_after, but not for the cell. The undo API uses
also CursorData instead of DocIterator.

11 years agoAdd "Close Current View" to the context menu, as requested by
Richard Heck [Sun, 15 Jul 2012 02:16:13 +0000 (22:16 -0400)]
Add "Close Current View" to the context menu, as requested by
Andrew Parsloe.

11 years agoLFUN_CLOSE_TAB_GROUP does exactly the same thing as
Richard Heck [Sun, 15 Jul 2012 02:13:40 +0000 (22:13 -0400)]
LFUN_CLOSE_TAB_GROUP does exactly the same thing as
LFUN_BUFFER_CLOSE_ALL if there's only one tab group open, so there's
no need to enable it in that case.

11 years agoAPA.lyx: improve a comment
Uwe Stöhr [Sat, 14 Jul 2012 14:05:06 +0000 (16:05 +0200)]
APA.lyx: improve a comment

11 years agoSpanish docs update
Uwe Stöhr [Thu, 12 Jul 2012 22:52:49 +0000 (00:52 +0200)]
Spanish docs update

- Spanish Additional.lyx: update for trunk only

11 years agoadd new Spanish examples
Uwe Stöhr [Thu, 12 Jul 2012 22:19:42 +0000 (00:19 +0200)]
add new Spanish examples

- Spanish europeCV.lyx and modernCV.lyx: new files
- English europeCV.lyx: replace TeX-code by LyX's \nocite feature

11 years agoes.po: updates from Ignacio for trunk
Uwe Stöhr [Thu, 12 Jul 2012 21:57:07 +0000 (23:57 +0200)]
es.po: updates from Ignacio for trunk

11 years agoFix bug #8160 by updating the dtd for MathML.
Richard Heck [Tue, 10 Jul 2012 22:07:07 +0000 (18:07 -0400)]
Fix bug #8160 by updating the dtd for MathML.

11 years agoFix stupid typo.
Richard Heck [Tue, 10 Jul 2012 21:11:37 +0000 (17:11 -0400)]
Fix stupid typo.

11 years agoMake CJK.lyx exportable.
Georg Baum [Sun, 8 Jul 2012 20:35:22 +0000 (22:35 +0200)]
Make CJK.lyx exportable.

If there was an encoding set by the inputenc package, it must not be ignored.
Now all tex2lyx test cases can be exported to .tex again by LyX (although
there are still some differences in the .lyx output).

11 years agoFix tex2lyx -roundtrip for XeTeX documents
Georg Baum [Sun, 8 Jul 2012 19:33:55 +0000 (21:33 +0200)]
Fix tex2lyx -roundtrip for XeTeX documents

11 years agotex2lyx: fix a regression
Uwe Stöhr [Sun, 8 Jul 2012 19:32:26 +0000 (21:32 +0200)]
tex2lyx: fix a regression

Preamble.cpp: - partly revert [e1b181dd/lyxgit] because the math packages cannot by default be loaded as the user might have defined special commands

11 years agoDon't stop testing after first error.
Georg Baum [Sun, 8 Jul 2012 18:52:26 +0000 (20:52 +0200)]
Don't stop testing after first error.

This was the reason why I forgot to update the last test file in the last
commit.

11 years agoManually update test results to current format.
Georg Baum [Sun, 8 Jul 2012 18:09:02 +0000 (20:09 +0200)]
Manually update test results to current format.

Now you can see the regressions without differences caused by real
fixes or file format updates.

11 years agoAdd very simple tex2lyx regression test suite.
Georg Baum [Sun, 8 Jul 2012 17:28:19 +0000 (19:28 +0200)]
Add very simple tex2lyx regression test suite.

It is invoked by 'make check' (automake only, it would be nice if someone
could add it to cmake as well), or by calling

python src/tex2lyx/test/runtests.py <path to tex2lyx binary>

by hand. Currently, it does not compare the output (this comes later).
The added .lyx files are from tex2lyx around mid of april, so that you
can see the regressions of the current version if you run the test
yourself (simply run git diff afterwards).

The home made test runner is quite stupid, but better than nothing.
Feel free to improve it or replace it with something better, as long
as running it stays as simple as now.

11 years agoInclude the recently added test files in package
Georg Baum [Sun, 8 Jul 2012 16:12:26 +0000 (18:12 +0200)]
Include the recently added test files in package

11 years agoinstaller: rename install folder as discussed
Uwe Stöhr [Sun, 8 Jul 2012 13:48:26 +0000 (15:48 +0200)]
installer: rename install folder as discussed

- the proposed install folder is now "LyX 2.0" as discussed
- promote our wiki and also our website (as almost all other programs do as well and which is quite helpful)

11 years agotex2lyx/text.cpp: fix typos
Uwe Stöhr [Sat, 7 Jul 2012 11:40:07 +0000 (13:40 +0200)]
tex2lyx/text.cpp: fix typos

11 years agotex2lyx: improve CJK handling
Uwe Stöhr [Sat, 7 Jul 2012 11:37:26 +0000 (13:37 +0200)]
tex2lyx: improve CJK handling

- tex2lyx/text.cpp:
 - fix bug that swallowed valid braces
 - the encoding is "Bg5" not "BIG5"
 - add and update comments

- CJK.tex: add an example for the Bg5 encoding

11 years agodocs: port fix and update description of labeling
Uwe Stöhr [Sat, 7 Jul 2012 00:00:37 +0000 (02:00 +0200)]
docs: port fix and update description of labeling

- UserGuide.lyx: fix description of the labeling lists, fixes also bug #8224
- German UserGuide.lyx: adapt some sections to be compliant with the other language variants

11 years agotex2lyx: remove some superfluous code
Uwe Stöhr [Fri, 6 Jul 2012 21:35:33 +0000 (23:35 +0200)]
tex2lyx: remove some superfluous code

text.cpp: besides that eat_whitespace does nothing these calls would be wrong as whitespace is allowed as argument of the box commands

11 years agoupdate a tex2lyx test file
Uwe Stöhr [Fri, 6 Jul 2012 21:33:28 +0000 (23:33 +0200)]
update a tex2lyx test file

box-color-size-space-align.tex:
 - add all possible math spaces
 - remove 2 invalid non-math spaces

11 years agoremove an obsolete layout file
Uwe Stöhr [Fri, 6 Jul 2012 20:34:02 +0000 (22:34 +0200)]
remove an obsolete layout file

as the support for the buggy and outdated ArmTeX was removed, this layout is now obsolete and can also be removed

11 years ago* sk.po
Kornel Benko [Thu, 5 Jul 2012 15:42:04 +0000 (17:42 +0200)]
* sk.po

11 years agoHandle version numbers like 2.0.5dev in LYX_CHECK_VERSION
Jean-Marc Lasgouttes [Wed, 4 Jul 2012 10:18:15 +0000 (12:18 +0200)]
Handle version numbers like 2.0.5dev in LYX_CHECK_VERSION

11 years ago1.) Typo in checking for spaces <=> menu shortcuts
Kornel Benko [Tue, 3 Jul 2012 12:36:44 +0000 (14:36 +0200)]
1.) Typo in checking for spaces <=> menu shortcuts
2.) Do not use [[...]] strings in msgid to be checked

12 years agoinstaller: 3 fixes
Uwe Stöhr [Mon, 2 Jul 2012 23:42:30 +0000 (01:42 +0200)]
installer: 3 fixes

- uninstall.nsh: don't uninstall the user preferences by default
- configure.nsh:
 - set also the .lyx file association when the user is not admin
 - fix the path in which the LyX start menu shortcut is executed

12 years agoupdate APA template file
Uwe Stöhr [Mon, 2 Jul 2012 22:56:39 +0000 (00:56 +0200)]
update APA template file

APA.lyx: the template missed the \notes command

12 years agofix for APA layout
Uwe Stöhr [Mon, 2 Jul 2012 22:54:50 +0000 (00:54 +0200)]
fix for APA layout

- apa.layout: the commands \volume, \copnum and \notes are only allowed in the preamble; fixes bug #8187

12 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Mon, 2 Jul 2012 22:40:23 +0000 (00:40 +0200)]
Merge branch 'master' of git.lyx.org:lyx

12 years agotex2lyx: update a command
Uwe Stöhr [Mon, 2 Jul 2012 22:39:41 +0000 (00:39 +0200)]
tex2lyx: update a command

Parser.cpp: improve a command as discussed

12 years agoPort changes to update-po.sh script to trunk.
Richard Heck [Mon, 2 Jul 2012 21:48:24 +0000 (17:48 -0400)]
Port changes to update-po.sh script to trunk.

12 years agoFix typo.
Richard Heck [Mon, 2 Jul 2012 21:43:47 +0000 (17:43 -0400)]
Fix typo.

12 years agoinstaller: fix a permission right issue
Uwe Stöhr [Mon, 2 Jul 2012 21:37:15 +0000 (23:37 +0200)]
installer: fix a permission right issue

We must prevent that LyX is installed as admin and then afterwards the same LyX version also without admin privileges.

12 years ago* sk.po
Kornel Benko [Mon, 2 Jul 2012 21:27:29 +0000 (23:27 +0200)]
* sk.po

12 years agoinstaller: fix a typo in translation
Uwe Stöhr [Mon, 2 Jul 2012 21:04:18 +0000 (23:04 +0200)]
installer: fix a typo in translation

12 years agoDocument QuoteStyle options
Juergen Spitzmueller [Mon, 2 Jul 2012 08:50:06 +0000 (10:50 +0200)]
Document QuoteStyle options

12 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Sun, 1 Jul 2012 14:15:55 +0000 (16:15 +0200)]
Merge branch 'master' of git.lyx.org:lyx

12 years agoelsarticle already provides refstyle
Uwe Stöhr [Sun, 1 Jul 2012 14:15:42 +0000 (16:15 +0200)]
elsarticle already provides refstyle

- elsarticle.layout: elsarticle already provides refstyle thus the document becomes uncompilable if we don't declare this in the layout

Also OK for branch?

12 years agoupdate tex2lyx TODO
Juergen Spitzmueller [Sun, 1 Jul 2012 12:48:20 +0000 (14:48 +0200)]
update tex2lyx TODO

12 years agoSet the appropriate quote style when switching the main language
Juergen Spitzmueller [Sun, 1 Jul 2012 09:27:42 +0000 (11:27 +0200)]
Set the appropriate quote style when switching the main language

12 years agoAdd quote style information to languages
Juergen Spitzmueller [Sun, 1 Jul 2012 09:25:52 +0000 (11:25 +0200)]
Add quote style information to languages

12 years agoWhitespace
Juergen Spitzmueller [Sun, 1 Jul 2012 06:38:54 +0000 (08:38 +0200)]
Whitespace

12 years agotex2lyx/Parser.cpp: refine \verb handling
Uwe Stöhr [Sun, 1 Jul 2012 00:12:56 +0000 (02:12 +0200)]
tex2lyx/Parser.cpp: refine \verb handling

12 years agopolyglossia tex2lyx coding style improvement
Uwe Stöhr [Sat, 30 Jun 2012 23:47:39 +0000 (01:47 +0200)]
polyglossia tex2lyx coding style improvement

- Preamble.cpp/:
 - move list definition out of anon namespace
 - declare lists and a function in the class

- text.cpp: remove the now already defined list

12 years agoFix #8201: our translation mechanism chokes on the character "
Pavel Sanda [Sat, 30 Jun 2012 17:19:38 +0000 (19:19 +0200)]
Fix #8201: our translation mechanism chokes on the character "

12 years agotest-structure.tex: add checks for \verb
Uwe Stöhr [Sat, 30 Jun 2012 13:29:53 +0000 (15:29 +0200)]
test-structure.tex: add checks for \verb

12 years agoWhitespace
Juergen Spitzmueller [Sat, 30 Jun 2012 11:45:58 +0000 (13:45 +0200)]
Whitespace

If someone can tell me how I can tell QtCreator to actually use tabs, not spaces, I would be most grateful (yes, I have set Tab Policy to Tabs Only in Prefs)