]> git.lyx.org Git - features.git/log
features.git
15 years agoFix bug #6030: LyX does not take into account BOM in user layout files.
Enrico Forestieri [Sun, 21 Jun 2009 18:23:10 +0000 (18:23 +0000)]
Fix bug #6030: LyX does not take into account BOM in user layout files.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30213 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoRevert previous to this file, stupid copy&paste bug fix, sorry.
Abdelrazak Younes [Sun, 21 Jun 2009 14:33:13 +0000 (14:33 +0000)]
Revert previous to this file, stupid copy&paste bug fix, sorry.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30212 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoIntroduce Paragraph::isWordSeparator() and use it instead of Paragraph::isLetter...
Abdelrazak Younes [Sun, 21 Jun 2009 14:30:57 +0000 (14:30 +0000)]
Introduce Paragraph::isWordSeparator() and use it instead of Paragraph::isLetter(). Note here a change in behavior WRT to word selection: a deleted character is not considered a word separator. This new behavior will impact word finding and spellchecking.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30211 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoParagraph::isLetter(): Fix word selection in ERT. The check had nothing to do with...
Abdelrazak Younes [Sun, 21 Jun 2009 13:43:34 +0000 (13:43 +0000)]
Paragraph::isLetter(): Fix word selection in ERT. The check had nothing to do with spellchecking. This method is misnamed, it should perhaps be renamed to 'canBePartOfWord()'.

NB: I am not sure this escape character preference is something useful to keep. If some language has some special escape characters beside the single quote one we should support that out of the box and not asking the user to define it or them in the preference dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30210 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* Pop up error dialog if issuing master-buffer-[view|update] and errors occured.
Jürgen Spitzmüller [Sun, 21 Jun 2009 12:26:41 +0000 (12:26 +0000)]
* Pop up error dialog if issuing master-buffer-[view|update] and errors occured.
  Navigating in such dialogs does not work yet, but at least the user is informed
  at all that LaTeX wasn't succesful.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30209 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* Buffer.cpp:
Jürgen Spitzmüller [Sun, 21 Jun 2009 09:44:10 +0000 (09:44 +0000)]
* Buffer.cpp:
- make LaTeX logfile dialog work for child documents and master-buffer-[view|update]:
  if there's only a master file log or if the master file log is newer, it is displayed.
* Buffer.h: typo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30206 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agodocumentation files: remove residues of DocStyle.lyx
Uwe Stöhr [Sat, 20 Jun 2009 13:54:39 +0000 (13:54 +0000)]
documentation files: remove residues of DocStyle.lyx

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30205 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoCustomization.lyx: accept changes and transfer the new infos to the other language...
Uwe Stöhr [Sat, 20 Jun 2009 13:32:02 +0000 (13:32 +0000)]
Customization.lyx: accept changes and transfer the new infos to the other language versions

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30203 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago- Customization.lyx: remove links to the removed file DocStyle.lyx
Uwe Stöhr [Sat, 20 Jun 2009 13:05:22 +0000 (13:05 +0000)]
- Customization.lyx: remove links to the removed file DocStyle.lyx

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30201 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* LaTeX.cpp (deplog):
Jürgen Spitzmüller [Sat, 20 Jun 2009 13:02:12 +0000 (13:02 +0000)]
* LaTeX.cpp (deplog):
- fix regex so that rexeg_search finds more than one match in a line.
  This fixes a bug where files which were output in the log file in a
  line which already listed another file were not dependency tracked.
  I.e., cases such as
  (./child1.tex) (./child2.tex)
  (bug 6024).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30198 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoDocStyle.lyx: remove this outdated file. It has not been used since years. Every...
Uwe Stöhr [Fri, 19 Jun 2009 22:40:31 +0000 (22:40 +0000)]
DocStyle.lyx: remove this outdated file. It has not been used since years. Every doc file currently has its own format which is OK since the format is the same for each whole file.
(People started now translating DocStyle.lyx while it isn't worth it.)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30196 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoFix captions, in accord with observations by Abdel and JMarc.
Richard Heck [Fri, 19 Jun 2009 18:32:50 +0000 (18:32 +0000)]
Fix captions, in accord with observations by Abdel and JMarc.

Note that we will sometimes use the "caption trick", still in
listings, for example.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30194 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoNot sure how that happened.
Richard Heck [Fri, 19 Jun 2009 17:51:17 +0000 (17:51 +0000)]
Not sure how that happened.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30193 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agofix output of abnormally short lines in .lyx files
Jean-Marc Lasgouttes [Fri, 19 Jun 2009 15:32:51 +0000 (15:32 +0000)]
fix output of abnormally short lines in .lyx files

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30192 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoXHTML output for InsetInclude.
Richard Heck [Fri, 19 Jun 2009 15:11:33 +0000 (15:11 +0000)]
XHTML output for InsetInclude.

Here's the deal:
* With verbatim, we include it verbatim. This would allow the inclusion of
  other HTML files.
* With listings, we include it verbatim, wrapped in <pre>.
* With Input and Include, we check if it's a LyX file. If not, we don't do
  anything, since we don't know how to include (say) a TeX file in the HTML
  output. (Wanna call tex4ht, anyone?) If it is a LyX file, we let it write
  itself as HTML, and include it.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30191 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoFix warning.
Richard Heck [Fri, 19 Jun 2009 14:42:16 +0000 (14:42 +0000)]
Fix warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30190 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoClean up a bit.
Richard Heck [Fri, 19 Jun 2009 14:21:43 +0000 (14:21 +0000)]
Clean up a bit.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30189 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoWhitespace.
Richard Heck [Fri, 19 Jun 2009 14:10:41 +0000 (14:10 +0000)]
Whitespace.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30188 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoNotes update.
Richard Heck [Fri, 19 Jun 2009 13:54:11 +0000 (13:54 +0000)]
Notes update.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30187 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoPolish some of the recent changes in accord with suggestions
Richard Heck [Fri, 19 Jun 2009 13:50:19 +0000 (13:50 +0000)]
Polish some of the recent changes in accord with suggestions
of JMarc's.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30186 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoXHTML output for InsetListings.
Richard Heck [Fri, 19 Jun 2009 13:37:14 +0000 (13:37 +0000)]
XHTML output for InsetListings.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30185 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoMove these, too, so they can be used in InsetListings, and maybe
Richard Heck [Fri, 19 Jun 2009 13:16:27 +0000 (13:16 +0000)]
Move these, too, so they can be used in InsetListings, and maybe
even elsewhere.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30184 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoMove getCaptionInset() to InsetCollapsable, so it can be used in InsetListings.
Richard Heck [Fri, 19 Jun 2009 13:12:02 +0000 (13:12 +0000)]
Move getCaptionInset() to InsetCollapsable, so it can be used in InsetListings.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30182 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoAnd this.
Richard Heck [Fri, 19 Jun 2009 13:11:06 +0000 (13:11 +0000)]
And this.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30181 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoForgot these.
Richard Heck [Fri, 19 Jun 2009 13:10:36 +0000 (13:10 +0000)]
Forgot these.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30180 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agomac bindings for inset-begin/end
Jean-Marc Lasgouttes [Fri, 19 Jun 2009 13:10:22 +0000 (13:10 +0000)]
mac bindings for inset-begin/end

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30179 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoXHTML output for floats and captions.
Richard Heck [Fri, 19 Jun 2009 12:49:08 +0000 (12:49 +0000)]
XHTML output for floats and captions.

NOTE: Again, I'm not increasing the layout format, though I have added
a couple new things here. If anyone thinks I really do need to do that,
then I will. But I don't think it's necessary, as no-one ought to be using
this.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30178 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoFactor out some code for later use (and to remove duplication).
Richard Heck [Fri, 19 Jun 2009 12:18:38 +0000 (12:18 +0000)]
Factor out some code for later use (and to remove duplication).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30177 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/preamble.cpp: support for fileformat 264 (nothing to do for tex2lyx)
Uwe Stöhr [Fri, 19 Jun 2009 00:37:05 +0000 (00:37 +0000)]
tex2lyx/preamble.cpp: support for fileformat 264 (nothing to do for tex2lyx)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30173 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/preamble.cpp: support for fileformat 263: support for the document languages...
Uwe Stöhr [Fri, 19 Jun 2009 00:28:20 +0000 (00:28 +0000)]
tex2lyx/preamble.cpp: support for fileformat 263: support for the document languages Brazilian and Portuguese

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30172 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/preamble.cpp: support for fileformat 262 (nothing to do for tex2lyx)
Uwe Stöhr [Fri, 19 Jun 2009 00:10:18 +0000 (00:10 +0000)]
tex2lyx/preamble.cpp: support for fileformat 262 (nothing to do for tex2lyx)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30171 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/preamble.cpp: comment out no longer used code
Uwe Stöhr [Fri, 19 Jun 2009 00:00:46 +0000 (00:00 +0000)]
tex2lyx/preamble.cpp: comment out no longer used code

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30169 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/preamble.cpp: remove no longer used code
Uwe Stöhr [Thu, 18 Jun 2009 23:41:55 +0000 (23:41 +0000)]
tex2lyx/preamble.cpp: remove no longer used code

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30166 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/preamble.cpp: fix a bug reported by JMarc
Uwe Stöhr [Thu, 18 Jun 2009 23:35:49 +0000 (23:35 +0000)]
tex2lyx/preamble.cpp: fix a bug reported by JMarc

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30165 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoDisable XHTML output for InsetExternal---for the time being.
Richard Heck [Thu, 18 Jun 2009 20:44:38 +0000 (20:44 +0000)]
Disable XHTML output for InsetExternal---for the time being.

As said in the comment, someone who knows what these are supposed
to do should have a look, please. It may be very easy to get these
to work, but I don't know.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30164 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago- fix requirements of \dddot
Georg Baum [Thu, 18 Jun 2009 20:04:27 +0000 (20:04 +0000)]
- fix requirements of \dddot
- add support for \ddddot
- add partial support for inverse diagonal dots (i. e. they are recognized and
  displayed correctly, but the needed package is not loaded, because it would
  need an off/auto/on setting as amsmath, and that calls for a general solution)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30162 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoget rid of the \use_escape_chars pref, which was not used
Jean-Marc Lasgouttes [Thu, 18 Jun 2009 15:53:49 +0000 (15:53 +0000)]
get rid of the \use_escape_chars pref, which was not used

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30161 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoget rid of the \use_alt_language pref, which was not used. Instead, we test whether...
Jean-Marc Lasgouttes [Thu, 18 Jun 2009 15:31:43 +0000 (15:31 +0000)]
get rid of the \use_alt_language pref, which was not used. Instead, we test whether \alt_language is empty

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30159 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agofix reading of obsolete prefs (the argument never got discarded)
Jean-Marc Lasgouttes [Thu, 18 Jun 2009 15:04:55 +0000 (15:04 +0000)]
fix reading of obsolete prefs (the argument never got discarded)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30158 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agofix a few compilation warnings
Jean-Marc Lasgouttes [Thu, 18 Jun 2009 14:28:13 +0000 (14:28 +0000)]
fix a few compilation warnings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30157 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoprefs \use_personal_dictionary and \personal_dictionary are not used anymore (ispell...
Jean-Marc Lasgouttes [Thu, 18 Jun 2009 13:30:28 +0000 (13:30 +0000)]
prefs \use_personal_dictionary and \personal_dictionary are not used anymore (ispell only)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30156 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agopref \use_input_encoding is not used anymore
Jean-Marc Lasgouttes [Thu, 18 Jun 2009 10:56:33 +0000 (10:56 +0000)]
pref \use_input_encoding is not used anymore

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30155 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* LogUi.ui: cosmetics.
Jürgen Spitzmüller [Thu, 18 Jun 2009 10:20:20 +0000 (10:20 +0000)]
* LogUi.ui: cosmetics.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30154 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* GuiLog.{cpp,h}:
Jürgen Spitzmüller [Thu, 18 Jun 2009 09:35:51 +0000 (09:35 +0000)]
* GuiLog.{cpp,h}:
* LogUi.ui:
- add some basic navigation facilities.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30153 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* Paragraph.cpp:
Jürgen Spitzmüller [Thu, 18 Jun 2009 06:52:38 +0000 (06:52 +0000)]
* Paragraph.cpp:
- we do not output alignment begin for the default alignment,
  so we must not output the end tag (bug 5995)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30151 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoNext patch from John McCabe-Dansted.
Pavel Sanda [Wed, 17 Jun 2009 17:56:56 +0000 (17:56 +0000)]
Next patch from John McCabe-Dansted.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg152211.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30148 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoReintroduce workaround due to nested math hulls as it is not
Enrico Forestieri [Tue, 16 Jun 2009 21:22:32 +0000 (21:22 +0000)]
Reintroduce workaround due to nested math hulls as it is not
guaranteed that LyX is always able to replace $...$ constructs
with \ensuremath{...}.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30145 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoRefactorize GuiView::showView.
Pavel Sanda [Tue, 16 Jun 2009 17:22:43 +0000 (17:22 +0000)]
Refactorize GuiView::showView.
This way we get rid of pop-uping of widgets when ~/.config/LyX is re-created
and yet we still have title and enabling status correct when widgets are
restored from session.
Some details in bug #5082.

This is candidate for branch too.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30144 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoBetter fix
Pavel Sanda [Tue, 16 Jun 2009 14:33:29 +0000 (14:33 +0000)]
Better fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30143 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoNot needed
Pavel Sanda [Tue, 16 Jun 2009 14:29:20 +0000 (14:29 +0000)]
Not needed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30142 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoUpdate
Pavel Sanda [Tue, 16 Jun 2009 14:06:26 +0000 (14:06 +0000)]
Update

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30141 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoCopy&paste typo
Pavel Sanda [Tue, 16 Jun 2009 14:03:04 +0000 (14:03 +0000)]
Copy&paste typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30139 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* configure.py:
Jürgen Spitzmüller [Tue, 16 Jun 2009 08:06:12 +0000 (08:06 +0000)]
* configure.py:
- change eLyXer command and copier to copy images
  to the appropriate places on view and export
  (requires eLyXer 0.27).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30132 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoEnhance notes context menu.
Pavel Sanda [Tue, 16 Jun 2009 07:50:14 +0000 (07:50 +0000)]
Enhance notes context menu.
Juergen?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30130 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoWe get permission on list, add to credits.
Pavel Sanda [Mon, 15 Jun 2009 20:20:26 +0000 (20:20 +0000)]
We get permission on list, add to credits.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30125 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoMake keystest part of our build system. Update sources only on reguest.
Pavel Sanda [Mon, 15 Jun 2009 20:20:24 +0000 (20:20 +0000)]
Make keystest part of our build system. Update sources only on reguest.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30124 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoCosmetic leftovers
Pavel Sanda [Mon, 15 Jun 2009 20:20:22 +0000 (20:20 +0000)]
Cosmetic leftovers

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30123 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoMove to the correct directory structure.
Pavel Sanda [Mon, 15 Jun 2009 20:20:20 +0000 (20:20 +0000)]
Move to the correct directory structure.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30122 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoTest of brute-force key typing to test lyx for crashes.
Pavel Sanda [Mon, 15 Jun 2009 20:20:14 +0000 (20:20 +0000)]
Test of brute-force key typing to test lyx for crashes.
Vanilla sources from John McCabe-Dansted.

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg152155.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30121 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* Paragraph.cpp:
Jürgen Spitzmüller [Mon, 15 Jun 2009 15:57:54 +0000 (15:57 +0000)]
* Paragraph.cpp:
- do not embrace list items. According to the comment,
  this was only done to escape brackets, but brackets
  are embraced anyway.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30112 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoFix crash http://www.lyx.org/trac/ticket/6000
Pavel Sanda [Mon, 15 Jun 2009 13:22:19 +0000 (13:22 +0000)]
Fix crash http://www.lyx.org/trac/ticket/6000
Juergen?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30109 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agofix crash when pressing Down in command buffer and the history is empty
Jean-Marc Lasgouttes [Mon, 15 Jun 2009 09:08:18 +0000 (09:08 +0000)]
fix crash when pressing Down in command buffer and the history is empty
(reported by John McCabe-Dansted's monkey test)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30107 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/text.cpp: \linebreak and \pagebreak are first supported by LyX with fileforma...
Uwe Stöhr [Mon, 15 Jun 2009 00:33:54 +0000 (00:33 +0000)]
tex2lyx/text.cpp: \linebreak and \pagebreak are first supported by LyX with fileformat 300

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30106 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/preamble.cpp: textcomp is also supported by LyX since we support Unicode
Uwe Stöhr [Mon, 15 Jun 2009 00:33:05 +0000 (00:33 +0000)]
tex2lyx/preamble.cpp: textcomp is also supported by LyX since we support Unicode

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30105 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/preamble.cpp: forgot this in last commit
Uwe Stöhr [Mon, 15 Jun 2009 00:21:34 +0000 (00:21 +0000)]
tex2lyx/preamble.cpp: forgot this in last commit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30104 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/preamble.cpp:
Uwe Stöhr [Mon, 15 Jun 2009 00:16:31 +0000 (00:16 +0000)]
tex2lyx/preamble.cpp:
- better whitespace preamble output (still not perfect)
- support for fileformat 258
- proper solution how to treat LyX specific preamble stuff; this solves long standing issues (the old solution failed when more than one LyX specific command was used in a file)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30103 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/test/test-insets.tex: correct code for nomenclatures
Uwe Stöhr [Mon, 15 Jun 2009 00:15:13 +0000 (00:15 +0000)]
tex2lyx/test/test-insets.tex: correct code for nomenclatures

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30102 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/text.cpp: tipo
Uwe Stöhr [Sun, 14 Jun 2009 23:58:37 +0000 (23:58 +0000)]
tex2lyx/text.cpp: tipo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30101 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx: whitespace and typos
Uwe Stöhr [Sun, 14 Jun 2009 21:29:24 +0000 (21:29 +0000)]
tex2lyx: whitespace and typos

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30100 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoFORMAT: typo
Uwe Stöhr [Sun, 14 Jun 2009 14:24:54 +0000 (14:24 +0000)]
FORMAT: typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30099 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx: support for fileformat 257: command inset instead of layout inset for captions
Uwe Stöhr [Sun, 14 Jun 2009 14:21:20 +0000 (14:21 +0000)]
tex2lyx: support for fileformat 257: command inset instead of layout inset for captions

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30098 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotest/test-structure.tex: add caption with OptArg
Uwe Stöhr [Sun, 14 Jun 2009 14:20:22 +0000 (14:20 +0000)]
test/test-structure.tex: add caption with OptArg

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30097 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/preamble.cpp: support for fileformat 256
Uwe Stöhr [Sun, 14 Jun 2009 12:39:07 +0000 (12:39 +0000)]
tex2lyx/preamble.cpp: support for fileformat 256
- the code for \clear***page was already there
- tex2lyx allows already to use any input encoding

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30096 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/preamble.cpp: using amsmath and esint automatically is safer than not to...
Uwe Stöhr [Sun, 14 Jun 2009 12:25:17 +0000 (12:25 +0000)]
tex2lyx/preamble.cpp: using amsmath and esint automatically is safer than not to use them. The automatic usage is also our default when you create a new LyX file.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30095 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/preamble.cpp: support for fileformat 254: esint
Uwe Stöhr [Sun, 14 Jun 2009 12:21:30 +0000 (12:21 +0000)]
tex2lyx/preamble.cpp: support for fileformat 254: esint

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30094 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx:
Uwe Stöhr [Sun, 14 Jun 2009 02:16:51 +0000 (02:16 +0000)]
tex2lyx:
- correct the conversion of InsetCommand
- code optimization
- support for format 253: nomenclature is now recognized

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30093 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotest/test-structure.tex: add nomenclature
Uwe Stöhr [Sun, 14 Jun 2009 02:14:42 +0000 (02:14 +0000)]
test/test-structure.tex: add nomenclature

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30092 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoAdd comment
Pavel Sanda [Sat, 13 Jun 2009 22:32:28 +0000 (22:32 +0000)]
Add comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30091 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoAdd missing gui element for autocorrection rc
Pavel Sanda [Sat, 13 Jun 2009 22:23:19 +0000 (22:23 +0000)]
Add missing gui element for autocorrection rc
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg147374.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30090 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoFix sorting of enum LyXRCTags
Pavel Sanda [Sat, 13 Jun 2009 22:23:16 +0000 (22:23 +0000)]
Fix sorting of enum LyXRCTags

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30089 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agosyntax.default: first step to fix #2769
Uwe Stöhr [Sat, 13 Jun 2009 15:36:23 +0000 (15:36 +0000)]
syntax.default: first step to fix #2769
(see my mail and question in http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg152059.html)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30088 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/text.cpp: code optimization as also suggested by JMarc
Uwe Stöhr [Sat, 13 Jun 2009 15:34:31 +0000 (15:34 +0000)]
tex2lyx/text.cpp: code optimization as also suggested by JMarc

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30087 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoMSVC compil fix.
Abdelrazak Younes [Fri, 12 Jun 2009 21:26:28 +0000 (21:26 +0000)]
MSVC compil fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30082 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* LFUNs.lyx
Pavel Sanda [Fri, 12 Jun 2009 19:24:06 +0000 (19:24 +0000)]
* LFUNs.lyx

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30081 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoXHTML for InsetWrap.
Richard Heck [Fri, 12 Jun 2009 17:26:48 +0000 (17:26 +0000)]
XHTML for InsetWrap.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30080 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoWell, it turns out that we need a different return value for the xhtml
Richard Heck [Fri, 12 Jun 2009 17:23:17 +0000 (17:23 +0000)]
Well, it turns out that we need a different return value for the xhtml
routines, one that allows us to "defer" certain material, e.g., a float
that ought to appear in a div but can't simply be put into the middle
of a paragraph.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30079 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoThe return value for xhtml() is not going to be needed.
Richard Heck [Fri, 12 Jun 2009 16:11:33 +0000 (16:11 +0000)]
The return value for xhtml() is not going to be needed.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30078 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoCSS for InsetInfo.
Richard Heck [Fri, 12 Jun 2009 15:27:29 +0000 (15:27 +0000)]
CSS for InsetInfo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30077 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoCSS for marginal notes, which makes them work.
Richard Heck [Fri, 12 Jun 2009 15:16:08 +0000 (15:16 +0000)]
CSS for marginal notes, which makes them work.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30076 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoHTML output for InsetVSpace.
Richard Heck [Fri, 12 Jun 2009 15:07:04 +0000 (15:07 +0000)]
HTML output for InsetVSpace.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30075 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoLengths for HTML. Use them for InsetBox.
Richard Heck [Fri, 12 Jun 2009 14:42:33 +0000 (14:42 +0000)]
Lengths for HTML. Use them for InsetBox.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30074 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* BiblioInfo.cpp:
Jürgen Spitzmüller [Fri, 12 Jun 2009 14:29:39 +0000 (14:29 +0000)]
* BiblioInfo.cpp:
- convert author/editor to proper unicode.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30072 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoFix display of BibTeX entries in the info field of the citation
Enrico Forestieri [Fri, 12 Jun 2009 14:03:57 +0000 (14:03 +0000)]
Fix display of BibTeX entries in the info field of the citation
dialog by only converting text mode latex macros to unicode points.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30070 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotest/test-structure.tex: add labeling list
Uwe Stöhr [Fri, 12 Jun 2009 13:07:20 +0000 (13:07 +0000)]
test/test-structure.tex: add labeling list

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30069 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* stdcontext.inc:
Jürgen Spitzmüller [Fri, 12 Jun 2009 09:08:13 +0000 (09:08 +0000)]
* stdcontext.inc:
- move spelling suggestions at the top and add separator
  (as in OOo and winword).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30065 a592a061-630c-0410-9148-cb99ea01b6c8

15 years ago* add support for the applemac encoding. File format change.
Jürgen Spitzmüller [Fri, 12 Jun 2009 08:47:38 +0000 (08:47 +0000)]
* add support for the applemac encoding. File format change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30064 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoEmbeddedObjects.lyx: fix #5985
Uwe Stöhr [Fri, 12 Jun 2009 00:25:27 +0000 (00:25 +0000)]
EmbeddedObjects.lyx: fix #5985

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30062 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agoGuiCitation.cpp: fix #5987
Uwe Stöhr [Fri, 12 Jun 2009 00:17:13 +0000 (00:17 +0000)]
GuiCitation.cpp: fix #5987
OK also for branch?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30061 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/test/test-insets.tex: more tests
Uwe Stöhr [Thu, 11 Jun 2009 23:56:48 +0000 (23:56 +0000)]
tex2lyx/test/test-insets.tex: more tests

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30060 a592a061-630c-0410-9148-cb99ea01b6c8

15 years agotex2lyx/text.cpp: tex2lyx supports now fileformat 252
Uwe Stöhr [Thu, 11 Jun 2009 23:46:41 +0000 (23:46 +0000)]
tex2lyx/text.cpp: tex2lyx supports now fileformat 252

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30059 a592a061-630c-0410-9148-cb99ea01b6c8