]> git.lyx.org Git - lyx.git/log
lyx.git
14 years agoLet the tag affect other sides too
Pavel Sanda [Wed, 27 Jan 2010 17:23:40 +0000 (17:23 +0000)]
Let the tag affect other sides too

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

14 years agoIntroduce "samerow" toolbar tag and let View/Update toolbar to be in the
Pavel Sanda [Wed, 27 Jan 2010 17:19:14 +0000 (17:19 +0000)]
Introduce "samerow" toolbar tag and let View/Update toolbar to be in the
beginning of the first row.

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

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

14 years agoAvoid overlapping of shortcuts with Menu items (for English and Italian).
Tommaso Cucinotta [Wed, 27 Jan 2010 12:35:16 +0000 (12:35 +0000)]
Avoid overlapping of shortcuts with Menu items (for English and Italian).

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

14 years agoRemoved redundant Close button (space may be useful for smth. else).
Tommaso Cucinotta [Wed, 27 Jan 2010 12:27:58 +0000 (12:27 +0000)]
Removed redundant Close button (space may be useful for smth. else).

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

14 years agoWhen pasting a math inset with a label, check for duplicates (as we do outside math)
Jürgen Spitzmüller [Wed, 27 Jan 2010 08:41:19 +0000 (08:41 +0000)]
When pasting a math inset with a label, check for duplicates (as we do outside math)
(bug 6218)

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

14 years agoFix bug #6477: LFUN_OUTLINE_* don't work anymore.
Vincent van Ravesteijn [Tue, 26 Jan 2010 16:57:29 +0000 (16:57 +0000)]
Fix bug #6477: LFUN_OUTLINE_* don't work anymore.

This code was erroneously killed in r33050.

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

14 years agoRemove moc-files from the set of source files
Kornel Benko [Tue, 26 Jan 2010 12:40:51 +0000 (12:40 +0000)]
Remove moc-files from the set of source files

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

14 years agoBuffer: Pimpl private methods and fix a few constness issue.
Abdelrazak Younes [Mon, 25 Jan 2010 18:39:08 +0000 (18:39 +0000)]
Buffer: Pimpl private methods and fix a few constness issue.

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

14 years agoAdd DispatchResult argument to BufferView::dispatch, and remove explicit updates...
Jean-Marc Lasgouttes [Mon, 25 Jan 2010 15:14:41 +0000 (15:14 +0000)]
Add DispatchResult argument to BufferView::dispatch, and remove explicit updates in there.

Split LyXFunc::dispatch into a wrapper that does the actual screen updates and
a worker method that updates a DispatchResult object.

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

14 years agoUpdate it.po
Enrico Forestieri [Mon, 25 Jan 2010 15:00:21 +0000 (15:00 +0000)]
Update it.po

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

14 years agoBuffer: Pimpl gui_ and remove unused code. support/SignalSlot* should
Abdelrazak Younes [Mon, 25 Jan 2010 14:32:39 +0000 (14:32 +0000)]
Buffer: Pimpl gui_ and remove unused code. support/SignalSlot* should
probably go also as we agreed that if we need signal/slot in src/ we'll
directly use Qt's.

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

14 years agoGet rid of mostly unused methods.
Abdelrazak Younes [Mon, 25 Jan 2010 14:13:04 +0000 (14:13 +0000)]
Get rid of mostly unused methods.

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

14 years agoGet rid of Buffer::setReadOnly() pseudo signal.
Abdelrazak Younes [Mon, 25 Jan 2010 13:31:07 +0000 (13:31 +0000)]
Get rid of Buffer::setReadOnly() pseudo signal.

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

14 years agoFindAndReplace.cpp: line length and formatting blues
Jürgen Spitzmüller [Mon, 25 Jan 2010 08:06:26 +0000 (08:06 +0000)]
FindAndReplace.cpp: line length and formatting blues

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

14 years agoFindAndReplaceUi.ui: add tooltip
Jürgen Spitzmüller [Mon, 25 Jan 2010 07:45:41 +0000 (07:45 +0000)]
FindAndReplaceUi.ui: add tooltip

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

14 years ago* po/*.po: remerge (new strings)
Jürgen Spitzmüller [Mon, 25 Jan 2010 07:32:28 +0000 (07:32 +0000)]
* po/*.po: remerge (new strings)
* de.po: update.

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

14 years ago* add forgotten l7n tags.
Jürgen Spitzmüller [Mon, 25 Jan 2010 07:23:58 +0000 (07:23 +0000)]
* add forgotten l7n tags.

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

14 years ago* FindAndReplace{cpp,h,Ui.ui}: some UI plishment.
Jürgen Spitzmüller [Mon, 25 Jan 2010 06:58:54 +0000 (06:58 +0000)]
* FindAndReplace{cpp,h,Ui.ui}: some UI plishment.

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

14 years agoRemerge po files
Enrico Forestieri [Sun, 24 Jan 2010 23:56:45 +0000 (23:56 +0000)]
Remerge po files

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

14 years agoAdd to credit, sorry Edwin your 2c seem to be the only ones
Pavel Sanda [Sun, 24 Jan 2010 21:47:07 +0000 (21:47 +0000)]
Add to credit, sorry Edwin your 2c seem to be the only ones

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

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

14 years agoFirst try for a dutch translation (this is a lot of work :().
Vincent van Ravesteijn [Sun, 24 Jan 2010 21:16:19 +0000 (21:16 +0000)]
First try for a dutch translation (this is a lot of work :().

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

14 years agonext doxy
Pavel Sanda [Sun, 24 Jan 2010 20:46:09 +0000 (20:46 +0000)]
next doxy

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

14 years agoSpotted by JMarc
Pavel Sanda [Sun, 24 Jan 2010 20:16:43 +0000 (20:16 +0000)]
Spotted by JMarc

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

14 years agoGuiCitation.cpp:
Vincent van Ravesteijn [Sun, 24 Jan 2010 19:16:44 +0000 (19:16 +0000)]
GuiCitation.cpp:
CitationUi.ui:
   - fix the casing
   - replace some informal expressions by some proper sentences (I don't like things like "Delete key works, too"

BiblioUi.ui:
   - "man bibtex" has no value in the non-linux world
   - stick to the BibTeX convention compared to bibtex

FindAndReplaceUi.ui:
   - fix the casing
   - remove the "current file" annotations
   - some other fixes

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

14 years agoUpdate it.po
Enrico Forestieri [Sun, 24 Jan 2010 17:58:04 +0000 (17:58 +0000)]
Update it.po

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

14 years agoIndicesUi.ui: Fix copy&paste error in the tooltip.
Vincent van Ravesteijn [Sun, 24 Jan 2010 17:50:46 +0000 (17:50 +0000)]
IndicesUi.ui: Fix copy&paste error in the tooltip.

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

14 years ago* BufferView.cpp:
Jürgen Spitzmüller [Sun, 24 Jan 2010 17:35:10 +0000 (17:35 +0000)]
* BufferView.cpp:
- Fix crash when performing word-replace while the cursor has a selection
  in mathed (bug 6437)

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

14 years agoEmbeddedObjects manual: typos and other minor issues.
Vincent van Ravesteijn [Sun, 24 Jan 2010 17:26:48 +0000 (17:26 +0000)]
EmbeddedObjects manual: typos and other minor issues.

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

14 years agode.po: translate a string
Uwe Stöhr [Sun, 24 Jan 2010 16:18:35 +0000 (16:18 +0000)]
de.po: translate a string

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

14 years agoit.po: fix compilation (entry for "Diamond" appeared twice)
Uwe Stöhr [Sun, 24 Jan 2010 16:18:13 +0000 (16:18 +0000)]
it.po: fix compilation (entry for "Diamond" appeared twice)

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

14 years agoFix compilation with CMake on linux. (Am I the only one having this problem ?).
Vincent van Ravesteijn [Sun, 24 Jan 2010 13:57:45 +0000 (13:57 +0000)]
Fix compilation with CMake on linux. (Am I the only one having this problem ?).

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

14 years agorevert r30112 (#5988).
Jürgen Spitzmüller [Sun, 24 Jan 2010 10:32:22 +0000 (10:32 +0000)]
revert r30112 (#5988).
See http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg155843.html

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

14 years ago* fr.po: update by Jean-Pierre
Jürgen Spitzmüller [Sun, 24 Jan 2010 09:54:04 +0000 (09:54 +0000)]
* fr.po: update by Jean-Pierre

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

14 years agoGuiCompare: Show the contents of the Options groupbox, add some accelerators and...
Vincent van Ravesteijn [Sun, 24 Jan 2010 01:49:22 +0000 (01:49 +0000)]
GuiCompare: Show the contents of the Options groupbox, add some accelerators and make it compatible with Qt4.2.

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

14 years agoCompare:\n- Fix the doubly added first snake. \n- Fix the behaviour when comparing...
Vincent van Ravesteijn [Sun, 24 Jan 2010 00:55:08 +0000 (00:55 +0000)]
Compare:\n- Fix the doubly added first snake. \n- Fix the behaviour when comparing two the same files.

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

14 years agoUpdate it.po
Enrico Forestieri [Sat, 23 Jan 2010 23:45:22 +0000 (23:45 +0000)]
Update it.po

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

14 years agoSpanish EmbeddedObjects.lyx: translation by Ignacio
Uwe Stöhr [Sat, 23 Jan 2010 22:20:36 +0000 (22:20 +0000)]
Spanish EmbeddedObjects.lyx: translation by Ignacio

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

14 years agoAbout box: Migrate to DialogView.
Abdelrazak Younes [Sat, 23 Jan 2010 20:29:00 +0000 (20:29 +0000)]
About box: Migrate to DialogView.

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

14 years agoFix bug #6469: Times Roman and \textgreek produce error with pdflatex on a PC
Enrico Forestieri [Sat, 23 Jan 2010 17:24:58 +0000 (17:24 +0000)]
Fix bug #6469: Times Roman and \textgreek produce error with pdflatex on a PC
The problem here is that the metafont sources and tfm files are missing
in normal installations, because the Times Roman Greek fonts are not free
and should be purchased. When the grtimes package is not installed, the
fonts are substitued with cmr glyphs. However, if grtimes is installed
and and the actual fonts are missing, an error is generated. So, we simply
check whether the greek fonts are installed and, if they are not, we
perform the font substitution by ourselves. In this way the error is
avoided whether grtimes is installed or not.

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

14 years ago* delete wrong image files.
Jürgen Spitzmüller [Sat, 23 Jan 2010 10:16:29 +0000 (10:16 +0000)]
* delete wrong image files.

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

14 years agoreally fix the Diamond toolbar item.
Jürgen Spitzmüller [Sat, 23 Jan 2010 09:59:48 +0000 (09:59 +0000)]
really fix the Diamond toolbar item.

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

14 years ago* de.po: update
Jürgen Spitzmüller [Sat, 23 Jan 2010 09:44:25 +0000 (09:44 +0000)]
* de.po: update

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

14 years ago* po/*.po: remerge
Jürgen Spitzmüller [Sat, 23 Jan 2010 09:25:43 +0000 (09:25 +0000)]
* po/*.po: remerge

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

14 years ago* FindReplace.cpp:
Jürgen Spitzmüller [Sat, 23 Jan 2010 09:15:37 +0000 (09:15 +0000)]
* FindReplace.cpp:
- de-modularize message. It's impossible to properly translate such LEGO-strings.
  Also mark the scopes, due to their syntactic case.

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

14 years agoRevert r33169. That was too simplistic. We have to use the workaround
Enrico Forestieri [Sat, 23 Jan 2010 01:36:40 +0000 (01:36 +0000)]
Revert r33169. That was too simplistic. We have to use the workaround
only when the Times Roman font is used.

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

14 years agoFix bug #6469: Times Roman and \textgreek produce error with pdflatex on a PC
Enrico Forestieri [Sat, 23 Jan 2010 01:27:42 +0000 (01:27 +0000)]
Fix bug #6469: Times Roman and \textgreek produce error with pdflatex on a PC
The problem here is that the metafont sources and tfm files are missing
in normal installations, because the Times Roman Greek fonts are not free
and should be purchased. When the grtimes package is not installed, the
fonts are substitued with cmr glyphs. However, if grtimes is installed
and and the actual fonts are missing, an error is generated. So, we simply
check whether the greek fonts are installed and, if they are not, we
perform the font substitution by ourselves. In this way the error is
avoided whether grtimes is installed or not.

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

14 years agoSConstruct: fix string name
Uwe Stöhr [Fri, 22 Jan 2010 22:56:11 +0000 (22:56 +0000)]
SConstruct: fix string name

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

14 years agoAdded enchant to cmake
Kornel Benko [Fri, 22 Jan 2010 18:40:49 +0000 (18:40 +0000)]
Added enchant to cmake

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

14 years ago* FindReplace: allow proper localization.
Jürgen Spitzmüller [Fri, 22 Jan 2010 17:57:16 +0000 (17:57 +0000)]
* FindReplace: allow proper localization.

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

14 years agode.po: typo
Jürgen Spitzmüller [Fri, 22 Jan 2010 17:55:10 +0000 (17:55 +0000)]
de.po: typo

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

14 years ago* de.po: update
Jürgen Spitzmüller [Fri, 22 Jan 2010 17:40:19 +0000 (17:40 +0000)]
* de.po: update

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

14 years ago* de.po: some fixes
Jürgen Spitzmüller [Fri, 22 Jan 2010 16:31:27 +0000 (16:31 +0000)]
* de.po: some fixes

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

14 years agofix cut and paste error
Jürgen Spitzmüller [Fri, 22 Jan 2010 15:40:04 +0000 (15:40 +0000)]
fix cut and paste error

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

14 years agoAdd Caolán McNamara to the credits.
Jürgen Spitzmüller [Fri, 22 Jan 2010 15:38:01 +0000 (15:38 +0000)]
Add Caolán McNamara to the credits.

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

14 years ago* add support for the enchant spell checker (bug 6226).
Jürgen Spitzmüller [Fri, 22 Jan 2010 15:26:38 +0000 (15:26 +0000)]
* add support for the enchant spell checker (bug 6226).

SCons might be broken.

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

14 years agofix r33152 - part 2
Uwe Stöhr [Fri, 22 Jan 2010 02:37:06 +0000 (02:37 +0000)]
fix r33152  - part 2

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

14 years agofix r33152 - part 1
Uwe Stöhr [Fri, 22 Jan 2010 02:36:29 +0000 (02:36 +0000)]
fix r33152  - part 1
(I accidentally submitted the image in the previous commit with uppercase letter in its name.)

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

14 years agoDiamond2.png: new image file for the math symbol \Diamond, see this thread: http...
Uwe Stöhr [Fri, 22 Jan 2010 02:32:17 +0000 (02:32 +0000)]
Diamond2.png: new image file for the math symbol \Diamond, see this thread: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg157327.html

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

14 years agoFrench documentation files: translations by Siegfried
Uwe Stöhr [Fri, 22 Jan 2010 02:14:58 +0000 (02:14 +0000)]
French documentation files: translations by Siegfried

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

14 years agoUse the attributes MTag now takes.
Richard Heck [Thu, 21 Jan 2010 21:06:44 +0000 (21:06 +0000)]
Use the attributes MTag now takes.

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

14 years agoAllow MTag to take attributes.
Richard Heck [Thu, 21 Jan 2010 21:06:29 +0000 (21:06 +0000)]
Allow MTag to take attributes.

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

14 years agoWe do not need to extract exponents, either.
Richard Heck [Thu, 21 Jan 2010 21:05:53 +0000 (21:05 +0000)]
We do not need to extract exponents, either.

There may be more we do not need to do.

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

14 years agoWe do not need to extract limits for MathML.
Richard Heck [Thu, 21 Jan 2010 21:01:51 +0000 (21:01 +0000)]
We do not need to extract limits for MathML.

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

14 years agoXHTML for InsetMathSize.
Richard Heck [Thu, 21 Jan 2010 20:48:12 +0000 (20:48 +0000)]
XHTML for InsetMathSize.

We now have nice output of the User's Guide.

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

14 years agoUpdate notes a bit.
Richard Heck [Thu, 21 Jan 2010 20:03:32 +0000 (20:03 +0000)]
Update notes a bit.

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

14 years agoSimplify InsetCitation::basicLabel() code.
Richard Heck [Thu, 21 Jan 2010 19:58:21 +0000 (19:58 +0000)]
Simplify InsetCitation::basicLabel() code.

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

14 years agoFix non-BibTeX detection of "author (year)" labels.
Richard Heck [Thu, 21 Jan 2010 19:48:53 +0000 (19:48 +0000)]
Fix non-BibTeX detection of "author (year)" labels.

Jurgen, this one is actually for branch, too.

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

14 years agoForgot to wrap first citation.
Richard Heck [Thu, 21 Jan 2010 19:30:39 +0000 (19:30 +0000)]
Forgot to wrap first citation.

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

14 years agoChange CSS for gray notes.
Richard Heck [Thu, 21 Jan 2010 19:16:11 +0000 (19:16 +0000)]
Change CSS for gray notes.

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

14 years agoOutput labels (1.1, etc) with the TOC.
Richard Heck [Thu, 21 Jan 2010 19:11:46 +0000 (19:11 +0000)]
Output labels (1.1, etc) with the TOC.

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

14 years agoTranslate TOC title to document language, not GUI language.
Richard Heck [Thu, 21 Jan 2010 19:01:22 +0000 (19:01 +0000)]
Translate TOC title to document language, not GUI language.

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

14 years agoFix the Compare feature. The compl_vector class shouldn't be accessed twice in one...
Vincent van Ravesteijn [Thu, 21 Jan 2010 18:58:55 +0000 (18:58 +0000)]
Fix the Compare feature. The compl_vector class shouldn't be accessed twice in one statement as it might happen that the vectors are reallocated, such that the references are not correct anymore.

(P.S. Compare this to the fact that you're not supposed to refer to x and ++x in one statement.)

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

14 years agoUse cached label.
Richard Heck [Thu, 21 Jan 2010 18:55:02 +0000 (18:55 +0000)]
Use cached label.

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

14 years agoRemove it for real now.
Richard Heck [Thu, 21 Jan 2010 18:51:26 +0000 (18:51 +0000)]
Remove it for real now.

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

14 years agoRemove an unnecessary dependency.
Richard Heck [Thu, 21 Jan 2010 18:49:08 +0000 (18:49 +0000)]
Remove an unnecessary dependency.

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

14 years agoKill a (public) magic boolean.
Richard Heck [Thu, 21 Jan 2010 18:46:20 +0000 (18:46 +0000)]
Kill a (public) magic boolean.

The point of this will become clear shortly. I hope.

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

14 years agoFormatting.
Richard Heck [Thu, 21 Jan 2010 18:12:23 +0000 (18:12 +0000)]
Formatting.

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

14 years agoMore XHTML documentation.
Richard Heck [Thu, 21 Jan 2010 18:12:12 +0000 (18:12 +0000)]
More XHTML documentation.

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

14 years agoCode cleanup
Tommaso Cucinotta [Thu, 21 Jan 2010 17:11:17 +0000 (17:11 +0000)]
Code cleanup

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

14 years agoalways close properly undo groups
Jean-Marc Lasgouttes [Thu, 21 Jan 2010 16:59:39 +0000 (16:59 +0000)]
always close properly undo groups

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

14 years ago* HunspellChecker.cpp:
Jürgen Spitzmüller [Thu, 21 Jan 2010 12:47:45 +0000 (12:47 +0000)]
* HunspellChecker.cpp:
- implement accept()

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

14 years agoFrench Tutorial.lyx: translations from Siegfried
Uwe Stöhr [Wed, 20 Jan 2010 22:56:22 +0000 (22:56 +0000)]
French Tutorial.lyx: translations from Siegfried

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

14 years agoDon't show deleted stuff in output.
Richard Heck [Wed, 20 Jan 2010 22:42:27 +0000 (22:42 +0000)]
Don't show deleted stuff in output.

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

14 years agoDocumentation for PrettyFormat.
Richard Heck [Wed, 20 Jan 2010 22:31:24 +0000 (22:31 +0000)]
Documentation for PrettyFormat.

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

14 years agoFix output of formatted counters.
Richard Heck [Wed, 20 Jan 2010 22:28:42 +0000 (22:28 +0000)]
Fix output of formatted counters.

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

14 years agoProper output of counters in appendix.
Richard Heck [Wed, 20 Jan 2010 21:20:30 +0000 (21:20 +0000)]
Proper output of counters in appendix.

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

14 years agoDelete extra whitespace.
Richard Heck [Wed, 20 Jan 2010 21:11:14 +0000 (21:11 +0000)]
Delete extra whitespace.

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

14 years agoMissed one.
Richard Heck [Wed, 20 Jan 2010 21:01:53 +0000 (21:01 +0000)]
Missed one.

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

14 years agoUpdate all layouts to format 22.
Richard Heck [Wed, 20 Jan 2010 21:01:07 +0000 (21:01 +0000)]
Update all layouts to format 22.

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

14 years agoIgnore quotes in lyx_pot.
Richard Heck [Wed, 20 Jan 2010 20:52:03 +0000 (20:52 +0000)]
Ignore quotes in lyx_pot.

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

14 years agoFix counter formats. We have to use quotes here.
Richard Heck [Wed, 20 Jan 2010 20:50:35 +0000 (20:50 +0000)]
Fix counter formats. We have to use quotes here.

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

14 years agoPartly disable pretty counter output.
Richard Heck [Wed, 20 Jan 2010 20:50:11 +0000 (20:50 +0000)]
Partly disable pretty counter output.

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

14 years agoPretty formats for standard counters.
Richard Heck [Wed, 20 Jan 2010 20:40:16 +0000 (20:40 +0000)]
Pretty formats for standard counters.

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

14 years agoIntroduce a "formatted counter" for use with formatted reference during
Richard Heck [Wed, 20 Jan 2010 20:33:36 +0000 (20:33 +0000)]
Introduce a "formatted counter" for use with formatted reference during
XHTML output.

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

14 years agoMake the new argument to step() mandatory, and add a comment to
Richard Heck [Wed, 20 Jan 2010 19:47:27 +0000 (19:47 +0000)]
Make the new argument to step() mandatory, and add a comment to
sgml::OpenTag().

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

14 years agoFix warning.
Richard Heck [Wed, 20 Jan 2010 19:46:02 +0000 (19:46 +0000)]
Fix warning.

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

14 years agoGet rid of some magic booleans in updateLabels() and related routines.
Richard Heck [Wed, 20 Jan 2010 19:42:12 +0000 (19:42 +0000)]
Get rid of some magic booleans in updateLabels() and related routines.

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

14 years agoAdd OutputEnums.h. This enum will shortly replace some magic booleans
Richard Heck [Wed, 20 Jan 2010 19:41:44 +0000 (19:41 +0000)]
Add OutputEnums.h. This enum will shortly replace some magic booleans
that have crept into my code. I'm putting it in a separate file becuase
it is going to be included in Counters.h. The other obvious places to
put it would lead to large includes in this file.

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

14 years agoBetter XHTML output for InsetRef.
Richard Heck [Wed, 20 Jan 2010 19:03:17 +0000 (19:03 +0000)]
Better XHTML output for InsetRef.

The idea here is to implement something like \refstepcounter for LyX. We
do this by tracking the "active" counter in Counters.cpp. We also have
to track when we go in and out of environments to which counters are
local, and so on and so forth.

This all gets done in updateLabels(), but only if we are producing
output, which is why I added the output boolean a while ago.

I expect there are bugs in here, though it seems to work pretty well
with the documents I've tested.

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

14 years agoDispatch BUFFER_SWITCH only if buffer actually changed (avoids some flickering when...
Tommaso Cucinotta [Wed, 20 Jan 2010 18:18:04 +0000 (18:18 +0000)]
Dispatch BUFFER_SWITCH only if buffer actually changed (avoids some flickering when buffer is unchanged).

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