]> git.lyx.org Git - lyx.git/log
lyx.git
15 years agoAdd some doc about direct svn revision number usage.
Pavel Sanda [Thu, 25 Jun 2009 22:24:52 +0000 (22:24 +0000)]
Add some doc about direct svn revision number usage.

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

15 years agoGuify setting of svn locking property
Pavel Sanda [Thu, 25 Jun 2009 14:48:11 +0000 (14:48 +0000)]
Guify setting of svn locking property

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

15 years agoBring extended manual back to normal formatting
Pavel Sanda [Thu, 25 Jun 2009 14:48:03 +0000 (14:48 +0000)]
Bring extended manual back to normal formatting

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

15 years agoSearch for both elyxer and elyxer.py.
Pavel Sanda [Wed, 24 Jun 2009 19:09:33 +0000 (19:09 +0000)]
Search for both elyxer and elyxer.py.
Patch from Sven Hoexter.

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

15 years agoinstaller: require NSIS 2.45 because of the fixed Indonesian translation
Uwe Stöhr [Tue, 23 Jun 2009 20:37:00 +0000 (20:37 +0000)]
installer: require NSIS 2.45 because of the fixed Indonesian translation

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

15 years agoFix bug #6033: Initial character sometimes eaten by math-insert
Enrico Forestieri [Tue, 23 Jun 2009 18:01:31 +0000 (18:01 +0000)]
Fix bug #6033: Initial character sometimes eaten by math-insert

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

15 years agoFix bug http://www.lyx.org/trac/ticket/6026
Jean-Marc Lasgouttes [Tue, 23 Jun 2009 14:54:35 +0000 (14:54 +0000)]
Fix bug http://www.lyx.org/trac/ticket/6026
LyX crashes when backward selecting during formula writing

The problem is basically that the anchor is not set (because there is no
selection going on) and BufferView::mouseSetCursor does not handle this.

 * Cursor.cpp (anchor): return immediately when there is no selection.

 * BufferView.cpp (mouseSetCursor): reset anchor before setting cursor

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

15 years agofix assertion when inserting math inset
Jean-Marc Lasgouttes [Tue, 23 Jun 2009 14:47:29 +0000 (14:47 +0000)]
fix assertion when inserting math inset

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

15 years agoFix part of bug http://www.lyx.org/trac/ticket/2566
Jean-Marc Lasgouttes [Tue, 23 Jun 2009 09:46:48 +0000 (09:46 +0000)]
Fix part of bug http://www.lyx.org/trac/ticket/2566

We use Inset::producesOutput to skip things like notes and inactive
branches.

* buffer_funcs.cpp (countWords): align code style with countChars;
skip insets for which producesOutput() is false.
(countChars): honor Inset::producesOutput.

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

15 years agoReally spellcheck continuously.
Abdelrazak Younes [Tue, 23 Jun 2009 09:17:39 +0000 (09:17 +0000)]
Really spellcheck continuously.

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

15 years agoParagraph::collectWords() and MenuDefinition::expandSpellingSuggestions(): reuse...
Abdelrazak Younes [Tue, 23 Jun 2009 08:54:21 +0000 (08:54 +0000)]
Paragraph::collectWords() and MenuDefinition::expandSpellingSuggestions(): reuse Paragraph::spellCheck().
Paragraph::collectWords() now also collects spellchecker suggested words for inline word completion.

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

15 years agoFix of fix of fix of fix
Pavel Sanda [Tue, 23 Jun 2009 08:20:10 +0000 (08:20 +0000)]
Fix of fix of fix of fix

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

15 years agomove the obsolete DocStyle.lyx file to an attic folder as requested
Uwe Stöhr [Tue, 23 Jun 2009 01:25:12 +0000 (01:25 +0000)]
move the obsolete DocStyle.lyx file to an attic folder as requested

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

15 years agoEmbeddedObjects.lyx: add a sentence about branches in child documents
Uwe Stöhr [Tue, 23 Jun 2009 01:19:44 +0000 (01:19 +0000)]
EmbeddedObjects.lyx: add a sentence about branches in child documents

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

15 years agoProper fix for the warning that Pavel noticed. The problem was that the local variabl...
Abdelrazak Younes [Mon, 22 Jun 2009 22:08:04 +0000 (22:08 +0000)]
Proper fix for the warning that Pavel noticed. The problem was that the local variable d shadowed the private d one.

And I of course also put back the semi-colon fix.

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

15 years agoCrash fix: end of doc check was wrong following previous cleanup.
Abdelrazak Younes [Mon, 22 Jun 2009 21:49:48 +0000 (21:49 +0000)]
Crash fix: end of doc check was wrong following previous cleanup.

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

15 years agoBuffer::Spellcheck(): Fix infinite loop when a math inset is met... stupid me!
Abdelrazak Younes [Mon, 22 Jun 2009 21:43:39 +0000 (21:43 +0000)]
Buffer::Spellcheck(): Fix infinite loop when a math inset is met... stupid me!

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

15 years agoA word have a non zero size.
Abdelrazak Younes [Mon, 22 Jun 2009 21:27:51 +0000 (21:27 +0000)]
A word have a non zero size.

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

15 years agoMSVC: Add safety checks.
Abdelrazak Younes [Mon, 22 Jun 2009 21:06:25 +0000 (21:06 +0000)]
MSVC: Add safety checks.

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

15 years agohttp://www.mail-archive.com/lyx-devel@lists.lyx.org/msg152311.html
Pavel Sanda [Mon, 22 Jun 2009 21:06:00 +0000 (21:06 +0000)]
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg152311.html

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

15 years agoBuffer::spellCheck(): don't spellcheck math.
Abdelrazak Younes [Mon, 22 Jun 2009 21:00:48 +0000 (21:00 +0000)]
Buffer::spellCheck(): don't spellcheck math.

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

15 years agoFix MSVC crash.
Abdelrazak Younes [Mon, 22 Jun 2009 20:59:56 +0000 (20:59 +0000)]
Fix MSVC crash.

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

15 years agoBug fix?
Abdelrazak Younes [Mon, 22 Jun 2009 20:16:08 +0000 (20:16 +0000)]
Bug fix?

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

15 years agoSpellchecker: Fix ignore button.
Abdelrazak Younes [Mon, 22 Jun 2009 17:40:09 +0000 (17:40 +0000)]
Spellchecker: Fix ignore button.

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

15 years agoFirst fix the spellchecker. Now, it find the next misspellec word.
Abdelrazak Younes [Mon, 22 Jun 2009 17:30:57 +0000 (17:30 +0000)]
First fix the spellchecker. Now, it find the next misspellec word.

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

15 years agoSimplify Buffer::spellCheck() by using Paragraph::spellCheck().
Abdelrazak Younes [Mon, 22 Jun 2009 16:38:11 +0000 (16:38 +0000)]
Simplify Buffer::spellCheck() by using Paragraph::spellCheck().
Paragrah::isMisspelled() is split in two.

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

15 years agoFix bug 5881: documentation bug in /usr/share/lyx/configure.py
Jean-Marc Lasgouttes [Mon, 22 Jun 2009 10:38:13 +0000 (10:38 +0000)]
Fix bug 5881: documentation bug in /usr/share/lyx/configure.py

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

15 years agoI forgot than in my earlier commit to these files
Jean-Marc Lasgouttes [Mon, 22 Jun 2009 09:42:46 +0000 (09:42 +0000)]
I forgot than in my earlier commit to these files

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

15 years agoFix bug #6020: Reverse DVI/PDF search fails with child documents.
Enrico Forestieri [Mon, 22 Jun 2009 05:09:01 +0000 (05:09 +0000)]
Fix bug #6020: Reverse DVI/PDF search fails with child documents.

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

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