]> git.lyx.org Git - lyx.git/log
lyx.git
17 years agoMove translated files to their own directory
Jean-Marc Lasgouttes [Sun, 25 Feb 2007 18:12:03 +0000 (18:12 +0000)]
Move translated files to their own directory

What I did:

* move xx_foo.ext to xx/foo.ext

* update Makefile.am to make install work

* minimally update scons_manifest.py (I'd be surprised to see it
  work).

* update i18nLibFileSearch to use the new naming scheme, and keep
  temporarily some code that checks the old method.

* update image paths in .lyx files

* update name of files (examples in tutorial, for ex.) in lyx files

What is definitely broken:

* cmake (did not touch it)

* TOC files (I am not sure how the code works)

I would be surprised if nothing else was wrong.

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

17 years agoFix bug 3080
Jean-Marc Lasgouttes [Sun, 25 Feb 2007 13:20:29 +0000 (13:20 +0000)]
Fix bug 3080
* src/paragraph.C (adjust_row_column): renamed from adjust_column_count;
add texrow argument and adjust row as needed.
        (startTeXParParams, endTeXParParams, simpleTeXOnePar): adjust to above
changes.

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

17 years agoupdate Hebrew translation
Jean-Marc Lasgouttes [Sun, 25 Feb 2007 11:33:29 +0000 (11:33 +0000)]
update Hebrew translation

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

17 years agowhen running msgfmt (from the gettext package), perform all checks and output statistics
Michael Schmitt [Sun, 25 Feb 2007 09:44:32 +0000 (09:44 +0000)]
when running msgfmt (from the gettext package), perform all checks and output statistics

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

17 years agomove plaintext() implementation to MathMacroTemplate.C;
Michael Schmitt [Sun, 25 Feb 2007 09:27:11 +0000 (09:27 +0000)]
move plaintext() implementation to MathMacroTemplate.C;
support localization

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

17 years ago * src/support/filetools.C
Georg Baum [Sun, 25 Feb 2007 09:00:28 +0000 (09:00 +0000)]
* src/support/filetools.C
(makeLatexName): Exclude ", otherwise we would trigger the same
problem of unbalanced quotes as in bug 3266

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

17 years agoFix bug 3233
Enrico Forestieri [Sat, 24 Feb 2007 23:58:16 +0000 (23:58 +0000)]
Fix bug 3233

* src/TextMetrics.C
(TextMetrics::setHeightOfRow): correctly account for sectioning
environments in order to add the topsep space before them.

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

17 years agoCorrect the name of Portuguese and Brazilian variants of Portuguese language, fix...
José Matox [Sat, 24 Feb 2007 23:43:18 +0000 (23:43 +0000)]
Correct the name of Portuguese and Brazilian variants of Portuguese language, fix bug 1627

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

17 years agoupdated dependency package
Joost Verburg [Sat, 24 Feb 2007 23:10:46 +0000 (23:10 +0000)]
updated dependency package

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

17 years agomake the code to avoid multiple warnings actually work
Jean-Marc Lasgouttes [Sat, 24 Feb 2007 22:54:19 +0000 (22:54 +0000)]
make the code to avoid multiple warnings actually work

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

17 years agoFix bug 3266
Georg Baum [Sat, 24 Feb 2007 20:51:05 +0000 (20:51 +0000)]
Fix bug 3266

* src/support/filetools.C
(makeLatexName): Don't set the 8th bit of characters to 0.
This is not needed anymore, since we don't use isalpha() anymore,
but a whitelist of allowed characters.

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

17 years agoconvert to utf8
Georg Baum [Sat, 24 Feb 2007 19:42:28 +0000 (19:42 +0000)]
convert to utf8

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

17 years agoupdate man page for 1.5 (part of bug 2694)
Jean-Marc Lasgouttes [Sat, 24 Feb 2007 18:01:53 +0000 (18:01 +0000)]
update man page for 1.5 (part of bug 2694)

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

17 years agoremove unused includes
Georg Baum [Sat, 24 Feb 2007 18:00:42 +0000 (18:00 +0000)]
remove unused includes

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

17 years agomove plaintext output of math macros where it belongs
Georg Baum [Sat, 24 Feb 2007 18:00:13 +0000 (18:00 +0000)]
move plaintext output of math macros where it belongs

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

17 years agofix copy/paste error
Georg Baum [Sat, 24 Feb 2007 17:52:26 +0000 (17:52 +0000)]
fix copy/paste error

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

17 years agofix compiler warnings about unused parameters
Georg Baum [Sat, 24 Feb 2007 17:18:13 +0000 (17:18 +0000)]
fix compiler warnings about unused parameters

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

17 years ago * po/*.po: remerge
Michael Schmitt [Sat, 24 Feb 2007 17:13:47 +0000 (17:13 +0000)]
* po/*.po: remerge

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

17 years ago * src/insets/insetbox.C: plaintext(): add missing \n
Michael Schmitt [Sat, 24 Feb 2007 15:54:11 +0000 (15:54 +0000)]
* src/insets/insetbox.C: plaintext(): add missing \n

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

17 years ago * README.po-files: rename file for the unexperienced translator
Michael Schmitt [Sat, 24 Feb 2007 15:34:41 +0000 (15:34 +0000)]
* README.po-files: rename file for the unexperienced translator

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

17 years ago * README.po-files: reformat file, fix spelling
Michael Schmitt [Sat, 24 Feb 2007 15:32:12 +0000 (15:32 +0000)]
* README.po-files: reformat file, fix spelling

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

17 years ago * README.po-files: add a few more words
Michael Schmitt [Sat, 24 Feb 2007 15:24:08 +0000 (15:24 +0000)]
* README.po-files: add a few more words

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

17 years ago * src/mathed/InsetMath.C: plaintext(): assert that this
Michael Schmitt [Sat, 24 Feb 2007 15:06:04 +0000 (15:06 +0000)]
* src/mathed/InsetMath.C: plaintext(): assert that this
method is never invoked (and tell why)
* src/mathed/InsetMathFormulaMacro.C:
* src/mathed/InsetMathHull.C: plaintext(): fix return value
(= number of output characters)
* src/mathed/InsetMathFormulaMacro.h
* src/mathed/InsetMathHull.h: WS changes
* src/mathed/InsetMathDim.C: implement plaintext() for math macros
and add a FIXME that this code shouldn't needed!

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

17 years agoreadme.po-files: updates by Pavel Sanda
Uwe Stöhr [Sat, 24 Feb 2007 14:55:19 +0000 (14:55 +0000)]
readme.po-files: updates by Pavel Sanda

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

17 years ago * insets/*.C: constify docstring in plaintext()
Michael Schmitt [Sat, 24 Feb 2007 14:35:38 +0000 (14:35 +0000)]
* insets/*.C: constify docstring in plaintext()

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

17 years agoNew readme file about po-files, written by Ran Rutenberg
Uwe Stöhr [Sat, 24 Feb 2007 14:14:10 +0000 (14:14 +0000)]
New readme file about po-files, written by Ran Rutenberg

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

17 years agofix wrong tooltip, bug 3273:
Uwe Stöhr [Sat, 24 Feb 2007 01:40:59 +0000 (01:40 +0000)]
fix wrong tooltip, bug 3273:
http://bugzilla.lyx.org/show_bug.cgi?id=3273

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

17 years agode_Tutorial.lyx: Updates from Hartmut Haase
Uwe Stöhr [Sat, 24 Feb 2007 00:40:14 +0000 (00:40 +0000)]
de_Tutorial.lyx: Updates from Hartmut Haase

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

17 years ago * lib/encodings: Explain that only single byte encodings can be
Georg Baum [Fri, 23 Feb 2007 20:13:06 +0000 (20:13 +0000)]
* lib/encodings: Explain that only single byte encodings can be
added easily

* src/encoding.C
(Encoding::Encoding): Better test for utf8

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

17 years ago * src/insets/insetbox.C
Georg Baum [Fri, 23 Feb 2007 18:39:54 +0000 (18:39 +0000)]
* src/insets/insetbox.C
(InsetBox::validate): Don't require the calc package anymore for
pure minipages (as it was done in 1.3.x)

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

17 years agomissing Python file
Joost Verburg [Fri, 23 Feb 2007 15:40:48 +0000 (15:40 +0000)]
missing Python file

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

17 years ago* InsetMathMBox.h:
Abdelrazak Younes [Fri, 23 Feb 2007 08:27:03 +0000 (08:27 +0000)]
* InsetMathMBox.h:
  - encapsulate within MATH_MBOX macro.
  - implement default constructor.

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

17 years ago* InsetMathMBox: cleanup in order to avoid Buffer and BufferView dependencies.
Abdelrazak Younes [Fri, 23 Feb 2007 08:10:13 +0000 (08:10 +0000)]
* InsetMathMBox: cleanup in order to avoid Buffer and BufferView dependencies.

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

17 years ago* mathed/CMakeLists.txt: do not exclude InsetMathMBox.C
Abdelrazak Younes [Thu, 22 Feb 2007 21:17:34 +0000 (21:17 +0000)]
* mathed/CMakeLists.txt: do not exclude InsetMathMBox.C

* InsetMathMBox.C: Make it compile.

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

17 years agoFix bug 3238. Table cells should be treated differently because of separate table...
Bo Peng [Thu, 22 Feb 2007 17:55:22 +0000 (17:55 +0000)]
Fix bug 3238. Table cells should be treated differently because of separate table selection buffer.

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

17 years agoupdate mirror list
Jean-Marc Lasgouttes [Thu, 22 Feb 2007 17:23:46 +0000 (17:23 +0000)]
update mirror list

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

17 years agoupdate Czech and Romanian l10n
Jean-Marc Lasgouttes [Thu, 22 Feb 2007 10:48:26 +0000 (10:48 +0000)]
update Czech and Romanian l10n

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

17 years agomake Jean-Marc happy:-)
Georg Baum [Thu, 22 Feb 2007 10:04:49 +0000 (10:04 +0000)]
make Jean-Marc happy:-)

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

17 years agomake Lars happy
Georg Baum [Thu, 22 Feb 2007 08:18:59 +0000 (08:18 +0000)]
make Lars happy

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

17 years agoFix bug 3255
Georg Baum [Wed, 21 Feb 2007 21:47:44 +0000 (21:47 +0000)]
Fix bug 3255
* src/frontends/Clipboard.h
(empty): Clarify documentation

* src/frontends/qt4/GuiClipboard.C
(GuiClipboard::empty): Consider also the LyX version, since the text
version is empty if there is only one inset in the clipboard.

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

17 years agofix forgotten rename from the persistent selection patch.
Georg Baum [Wed, 21 Feb 2007 21:40:14 +0000 (21:40 +0000)]
fix forgotten rename from the persistent selection patch.

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

17 years ago * src/CutAndPaste.C
Georg Baum [Wed, 21 Feb 2007 21:17:39 +0000 (21:17 +0000)]
* src/CutAndPaste.C
(copySelectionToStack): whitespace
(copySelection): Avoid possibly expensive conversion if we are not
debugging

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

17 years agofix compiler warning
Georg Baum [Wed, 21 Feb 2007 21:09:43 +0000 (21:09 +0000)]
fix compiler warning

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

17 years agoAdd some FIXMEs because there are some differences to std::stream
Georg Baum [Wed, 21 Feb 2007 21:08:26 +0000 (21:08 +0000)]
Add some FIXMEs because there are some differences to std::stream

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

17 years ago* src/LaTeX.C: whitespace & add author
Jürgen Spitzmüller [Wed, 21 Feb 2007 16:25:37 +0000 (16:25 +0000)]
* src/LaTeX.C: whitespace & add author

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

17 years agofix the fix
Georg Baum [Wed, 21 Feb 2007 13:01:34 +0000 (13:01 +0000)]
fix the fix

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

17 years agoOutput encoding messages only with a higher warning level
Georg Baum [Wed, 21 Feb 2007 12:33:51 +0000 (12:33 +0000)]
Output encoding messages only with a higher warning level

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

17 years ago* src/LaTeX.C
Jürgen Spitzmüller [Wed, 21 Feb 2007 09:53:50 +0000 (09:53 +0000)]
* src/LaTeX.C
-  (insertIfExists): new helper function.
- (handleFoundFile): minor refactoring.

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

17 years agoLyXWinInstaller: reflect LyX's beta state
Uwe Stöhr [Tue, 20 Feb 2007 22:59:47 +0000 (22:59 +0000)]
LyXWinInstaller: reflect LyX's beta state

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

17 years ago * src/mathed/InsetMathRef.*: remove plaintext()
Michael Schmitt [Tue, 20 Feb 2007 21:04:29 +0000 (21:04 +0000)]
* src/mathed/InsetMathRef.*: remove plaintext()

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

17 years ago * lib/configure.py: fix typo in comment
Michael Schmitt [Tue, 20 Feb 2007 20:56:54 +0000 (20:56 +0000)]
* lib/configure.py: fix typo in comment

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

17 years agofix compiler warning
Georg Baum [Tue, 20 Feb 2007 20:53:37 +0000 (20:53 +0000)]
fix compiler warning

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

17 years agoFix crash after inset-insert ert, from Bernhard Roider
Georg Baum [Tue, 20 Feb 2007 20:48:23 +0000 (20:48 +0000)]
Fix crash after inset-insert ert, from Bernhard Roider
Extend this to some other cases by me.

* src/insets/insetert.C
(void InsetERTMailer::string2params): Test for lex.isOK rather than
lex, since the latter is also true if there was nothing to read.

* src/insets/insetvspace.C
(InsetVSpace::read): ditto
(InsetVSpaceMailer::string2params): ditto

* src/insets/insetnote.C
(InsetNoteParams::read): ditto

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

17 years agoexplain why we don't have an agr -> grace converter
Georg Baum [Tue, 20 Feb 2007 20:20:19 +0000 (20:20 +0000)]
explain why we don't have an agr -> grace converter

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

17 years agoFrom John C. McCabe-Dansted:
Georg Baum [Tue, 20 Feb 2007 19:38:15 +0000 (19:38 +0000)]
From John C. McCabe-Dansted:
* src/lyxtextclasslist.C
(LyXTextClassList::addTextClass): Use addName rather than manual
path construction.

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

17 years ago * src/insets/insetinclude.[Ch]: fix plaintext(); code formatting
Michael Schmitt [Tue, 20 Feb 2007 19:14:55 +0000 (19:14 +0000)]
* src/insets/insetinclude.[Ch]: fix plaintext(); code formatting

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

17 years ago * src/buffer_funcs.C
Georg Baum [Tue, 20 Feb 2007 19:12:06 +0000 (19:12 +0000)]
* src/buffer_funcs.C
(setLabel): Only use the name of float and wide insets to set the label

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

17 years agofix typo reported by Tom Schlangen
Georg Baum [Tue, 20 Feb 2007 19:00:05 +0000 (19:00 +0000)]
fix typo reported by Tom Schlangen

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

17 years ago * src/mathed/InsetMath.[Ch]: implement plaintext() in a smarter way by
Michael Schmitt [Tue, 20 Feb 2007 18:19:31 +0000 (18:19 +0000)]
* src/mathed/InsetMath.[Ch]: implement plaintext() in a smarter way by
outputting "[math]" rather than nothing

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

17 years ago * src/insets/insetcommand.C: fix plaintext() output
Michael Schmitt [Tue, 20 Feb 2007 18:02:46 +0000 (18:02 +0000)]
* src/insets/insetcommand.C: fix plaintext() output

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

17 years ago * src/output_plaintext.C: use InsetBase::PLAINTEXT_NEWLINE; refactor
Michael Schmitt [Tue, 20 Feb 2007 17:56:55 +0000 (17:56 +0000)]
* src/output_plaintext.C: use InsetBase::PLAINTEXT_NEWLINE; refactor
some common code; remove obsolete comments

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

17 years ago * inset*.C:
Michael Schmitt [Tue, 20 Feb 2007 17:52:41 +0000 (17:52 +0000)]
* inset*.C:
* insetbase.h: introduce new enum PLAINTEXT_NEWLINE and use
it instead of runparams.linelen for plaintex() return values

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

17 years ago * src/text.C: turn another C-style cast into a static cast
Michael Schmitt [Tue, 20 Feb 2007 17:27:06 +0000 (17:27 +0000)]
* src/text.C: turn another C-style cast into a static cast

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

17 years agoMention uniffied windows installer in NEWS and ANNOUNCE
José Matox [Tue, 20 Feb 2007 12:01:43 +0000 (12:01 +0000)]
Mention uniffied windows installer in NEWS and ANNOUNCE

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

17 years ago * lib/lyx2lyx/lyx_1_4.py
Georg Baum [Tue, 20 Feb 2007 09:32:12 +0000 (09:32 +0000)]
* lib/lyx2lyx/lyx_1_4.py
(convert_ert_paragraphs): Fix off-by-one error that causes an out of
range error in find_token

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

17 years ago* src/LaTeX.C: whitespace
Jürgen Spitzmüller [Tue, 20 Feb 2007 08:49:01 +0000 (08:49 +0000)]
* src/LaTeX.C: whitespace

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

17 years ago * src/paragraph.C: stripLeadingSpaces(): make return statements
Michael Schmitt [Tue, 20 Feb 2007 08:34:04 +0000 (08:34 +0000)]
* src/paragraph.C: stripLeadingSpaces(): make return statements
more meaningful

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

17 years ago * src/text.C: use static_cast rather than C-style cast
Michael Schmitt [Tue, 20 Feb 2007 08:30:20 +0000 (08:30 +0000)]
* src/text.C: use static_cast rather than C-style cast

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

17 years ago* src/LaTeX.C
Jürgen Spitzmüller [Tue, 20 Feb 2007 06:55:25 +0000 (06:55 +0000)]
* src/LaTeX.C
-  (deplog): don't check strings longer than MAX_PATH,
    preventing boost exception.
- (handleFoundFile): don't insert directories in DepTable

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

17 years agoUpdate version back to 1.5.0svn
José Matox [Mon, 19 Feb 2007 23:19:57 +0000 (23:19 +0000)]
Update version back to 1.5.0svn

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

17 years agoBump version to 1.5.0beta1 1.5.0beta1
José Matox [Mon, 19 Feb 2007 23:04:21 +0000 (23:04 +0000)]
Bump version to 1.5.0beta1

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

17 years agomerge po files for beta1
José Matox [Mon, 19 Feb 2007 22:21:46 +0000 (22:21 +0000)]
merge po files for beta1

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

17 years agode_splash.lyx: updates from Hartmut
Uwe Stöhr [Mon, 19 Feb 2007 22:09:20 +0000 (22:09 +0000)]
de_splash.lyx: updates from Hartmut

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

17 years agoLyXWinInstaller: correct Danish translation update
Uwe Stöhr [Mon, 19 Feb 2007 21:41:00 +0000 (21:41 +0000)]
LyXWinInstaller: correct Danish translation update

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

17 years agoupdate release notes
José Matox [Mon, 19 Feb 2007 21:18:55 +0000 (21:18 +0000)]
update release notes

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

17 years agoLyXWinInstaller: danish translation update
Uwe Stöhr [Mon, 19 Feb 2007 21:18:08 +0000 (21:18 +0000)]
LyXWinInstaller: danish translation update

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

17 years agoquote files for mac script (Bennett)
José Matox [Mon, 19 Feb 2007 20:15:43 +0000 (20:15 +0000)]
quote files for mac script (Bennett)

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

17 years agoPatch from Georg to fix support of gcc 3.2
José Matox [Mon, 19 Feb 2007 20:08:11 +0000 (20:08 +0000)]
Patch from Georg to fix support of gcc 3.2

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

17 years agoDon't use an uninitialized variable
Georg Baum [Mon, 19 Feb 2007 12:38:31 +0000 (12:38 +0000)]
Don't use an uninitialized variable

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

17 years agoDon't include files inside the lyx namespace (compile fix for gcc 3.2)
Georg Baum [Mon, 19 Feb 2007 12:21:56 +0000 (12:21 +0000)]
Don't include files inside the lyx namespace (compile fix for gcc 3.2)

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

17 years agofix typo
Georg Baum [Mon, 19 Feb 2007 11:25:53 +0000 (11:25 +0000)]
fix typo

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

17 years ago* src/LaTeX.C (deplog):
Jürgen Spitzmüller [Mon, 19 Feb 2007 09:02:44 +0000 (09:02 +0000)]
* src/LaTeX.C (deplog):
- refine linebreak check further.

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

17 years ago* src/LaTeX.C (deplog):
Jürgen Spitzmüller [Mon, 19 Feb 2007 06:51:45 +0000 (06:51 +0000)]
* src/LaTeX.C (deplog):
- refine linebreak check.

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

17 years agoupdated C++ runtime
Joost Verburg [Sun, 18 Feb 2007 22:42:39 +0000 (22:42 +0000)]
updated C++ runtime

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

17 years agoAdd test for beta release
José Matox [Sun, 18 Feb 2007 22:41:19 +0000 (22:41 +0000)]
Add test for beta release

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

17 years agoUpdate from Bennett to mac installer files
José Matox [Sun, 18 Feb 2007 22:35:22 +0000 (22:35 +0000)]
Update from Bennett to mac installer files

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

17 years agoUpdate release documentation
José Matox [Sun, 18 Feb 2007 20:11:20 +0000 (20:11 +0000)]
Update release documentation

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

17 years agofix another problem with paths with spaces: Quote filenames correctly
Georg Baum [Sun, 18 Feb 2007 19:38:05 +0000 (19:38 +0000)]
fix another problem with paths with spaces: Quote filenames correctly

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

17 years ago * src/insets/insetert.C:
Michael Schmitt [Sun, 18 Feb 2007 18:55:11 +0000 (18:55 +0000)]
* src/insets/insetert.C:
* src/insets/insetoptarg.C: add comment that we do not output anything
for plaintext output INTENTIONALLY

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

17 years ago * src/tabular.[Ch]: simplify plaintext methods, because there
Michael Schmitt [Sun, 18 Feb 2007 18:50:08 +0000 (18:50 +0000)]
* src/tabular.[Ch]: simplify plaintext methods, because there
is no longer a need to count the number of lines

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

17 years agoFix bugs 3240 and 3241
Georg Baum [Sun, 18 Feb 2007 18:29:25 +0000 (18:29 +0000)]
Fix bugs 3240 and 3241
* src/insets/ExternalSupport.C
(doSubstitution): redo the substitution with use_latex_path == false
for the filename argument of $$Contents, since the original
substitution might have been done with use_latex_path == true, and
that can lead to escaped filenames that are only valid for TeX.

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

17 years agoprevent "caching" of directories
Georg Baum [Sun, 18 Feb 2007 18:26:14 +0000 (18:26 +0000)]
prevent "caching" of directories

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

17 years agoFix dependency checking, This fixes bug 1027 and probably others.
Jürgen Spitzmüller [Sun, 18 Feb 2007 16:06:12 +0000 (16:06 +0000)]
Fix dependency checking, This fixes bug 1027 and probably others.

* src/LaTeX.C:
- (deplog): fix and refine parsing of file names.
- (handleFoundFile): handle files with spaces in their
   name/path correctly
- (checkLinebreak): new helper function for deplog.

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

17 years agoFix bug 845 (now really).
Georg Baum [Sun, 18 Feb 2007 15:37:53 +0000 (15:37 +0000)]
Fix bug 845 (now really).
* src/encoding.C
(Encoding::validate): Add the preamble stuff even if c can be encoded
in this encoding, since the inputenc package only maps the code point
c to a command, it does not make this command available.

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

17 years agoremove dead code that is no longer needed
Georg Baum [Sun, 18 Feb 2007 11:23:37 +0000 (11:23 +0000)]
remove dead code that is no longer needed

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

17 years ago * src/insets/insetexternal.[Ch]: fix plaintext(); code formatting; header alignment
Michael Schmitt [Sun, 18 Feb 2007 10:57:23 +0000 (10:57 +0000)]
* src/insets/insetexternal.[Ch]: fix plaintext(); code formatting; header alignment

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

17 years ago * src/insets/insettabular.[Ch]: fix plaintext(); code formatting
Michael Schmitt [Sun, 18 Feb 2007 10:47:08 +0000 (10:47 +0000)]
* src/insets/insettabular.[Ch]: fix plaintext(); code formatting

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

17 years agoMake Uwe happy
Enrico Forestieri [Sun, 18 Feb 2007 00:01:32 +0000 (00:01 +0000)]
Make Uwe happy

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

17 years ago * src/insets/insetbititem.C:
Michael Schmitt [Sat, 17 Feb 2007 16:36:45 +0000 (16:36 +0000)]
* src/insets/insetbititem.C:
* src/insets/insetcite.C:
* src/insets/insetcite.h: fix plaintext(); code formatting

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

17 years ago * src/output_plaintext.C: avoid empty line at the end of
Michael Schmitt [Sat, 17 Feb 2007 15:43:11 +0000 (15:43 +0000)]
* src/output_plaintext.C: avoid empty line at the end of
a paragraph if the previous line exceeds runparams.linelen

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