]> git.lyx.org Git - lyx.git/log
lyx.git
17 years agoChanging ; to # (and testing to commit)
Christian Ridderström [Wed, 28 Feb 2007 20:48:30 +0000 (20:48 +0000)]
Changing ; to # (and testing to commit)

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

17 years agofix bug 2483:
Abdelrazak Younes [Wed, 28 Feb 2007 14:36:38 +0000 (14:36 +0000)]
fix bug 2483:
http://bugzilla.lyx.org/show_bug.cgi?id=2483

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

17 years agoFix bug 3232
Georg Baum [Wed, 28 Feb 2007 09:12:32 +0000 (09:12 +0000)]
Fix bug 3232
* src/insets/ExternalSupport.C
(updateExternal): Don't forbid conversions using the default converter

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

17 years agoFix bug 3292:
Uwe Stöhr [Tue, 27 Feb 2007 23:48:57 +0000 (23:48 +0000)]
Fix bug 3292:
http://bugzilla.lyx.org/show_bug.cgi?id=3292
(fix tab order)

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

17 years agoFix bug 2937 (from Jean-Baptiste LAMY)
Georg Baum [Tue, 27 Feb 2007 19:01:10 +0000 (19:01 +0000)]
Fix bug 2937 (from Jean-Baptiste LAMY)
* src/support/filename.C
(DocFileName::mangledFilenam): Use a whitelist of allowed characters
instead of an incomplete blacklist of disallowed ones

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

17 years agoadd "Reconfigure" to the LyX menu.
Jean-Marc Lasgouttes [Tue, 27 Feb 2007 15:30:29 +0000 (15:30 +0000)]
add "Reconfigure" to the LyX menu.

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

17 years agoAnother fix for bug 3081 (related to booktabs this time)
Jean-Marc Lasgouttes [Tue, 27 Feb 2007 10:42:34 +0000 (10:42 +0000)]
Another fix for bug 3081 (related to booktabs this time)

* tabular.C (TeXRow): do not forget to increment the row counter

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

17 years agoFix some entries. Either fix or clear fuzzy entries.
Lars Gullik Bjønnes [Mon, 26 Feb 2007 22:44:04 +0000 (22:44 +0000)]
Fix some entries. Either fix or clear fuzzy entries.

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

17 years agotypos
Jean-Marc Lasgouttes [Mon, 26 Feb 2007 22:27:37 +0000 (22:27 +0000)]
typos

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

17 years ago * src/frontends/qt4/QLMenubar.C (macxMenuBarInit): use the new support
Jean-Marc Lasgouttes [Mon, 26 Feb 2007 19:54:41 +0000 (19:54 +0000)]
* src/frontends/qt4/QLMenubar.C (macxMenuBarInit): use the new support
Qt 4.2 for Mac menus (no merging is done for qt < 4.2 now).
        * src/frontends/qt4/Action.C (Action): initialize menu role to NoRole
for qt >= 4.2.

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

17 years ago po/de.po: small update (10 messages)
Michael Schmitt [Mon, 26 Feb 2007 18:55:31 +0000 (18:55 +0000)]
po/de.po: small update (10 messages)

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

17 years agoGet rid of some locale dependant functions
Georg Baum [Mon, 26 Feb 2007 18:54:03 +0000 (18:54 +0000)]
Get rid of some locale dependant functions

* src/output_plaintext.C
(writePlaintextParagraph): Use compare_ascii_no_case instead of
compare_no_case, since the strings to compare are pure ASCII anyway.

* src/frontends/qt4/QPrefsDialog.C
(setComboxFont): ditto

* src/MenuBackend.C
(Menu::checkShortcuts): ditto

* src/frontends/qt4/QLImage.C
(QLImage::loadableFormats): Use ascii_lowercase instead of lowercase
since the input is pure ASCII anyway.

* src/tex2lyx/text.C
(splitLatexLength): ditto

* src/support/lstrings.[Ch]
(compare_no_case): Get rid of both std::string variants
(lowercase): Get rid of std::string variant
(uppercase): Change std::string variant to docstring

* src/support/tests/regfiles/lstrings: Add new expected output

* src/support/tests/lstrings.C: Add tests for docstring functions

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

17 years agoinstall images/math/frac-square.xpm (used in dialog)
Michael Schmitt [Mon, 26 Feb 2007 18:42:51 +0000 (18:42 +0000)]
install images/math/frac-square.xpm (used in dialog)

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

17 years ago * po/*.po: remerge (two new messages)
Michael Schmitt [Mon, 26 Feb 2007 18:22:10 +0000 (18:22 +0000)]
* po/*.po: remerge (two new messages)

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

17 years agoDocument symbol fonts hack (text from Georg Baum).
Abdelrazak Younes [Mon, 26 Feb 2007 16:22:54 +0000 (16:22 +0000)]
Document symbol fonts hack (text from Georg Baum).

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

17 years agoinstall frac-square.xpm
Michael Schmitt [Mon, 26 Feb 2007 16:18:24 +0000 (16:18 +0000)]
install frac-square.xpm

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

17 years agoChange windows installer comments from ; to #
Bo Peng [Mon, 26 Feb 2007 16:03:30 +0000 (16:03 +0000)]
Change windows installer comments from ; to #

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

17 years agoremove stray dollar sign
Georg Baum [Mon, 26 Feb 2007 15:37:48 +0000 (15:37 +0000)]
remove stray dollar sign

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

17 years agocompile fix
Georg Baum [Mon, 26 Feb 2007 15:36:36 +0000 (15:36 +0000)]
compile fix

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

17 years agofix thinko
Georg Baum [Mon, 26 Feb 2007 15:29:04 +0000 (15:29 +0000)]
fix thinko

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

17 years ago* support/qstring_helpers.h: erase ucs4_to_qstring() method.
Abdelrazak Younes [Mon, 26 Feb 2007 15:13:08 +0000 (15:13 +0000)]
* support/qstring_helpers.h: erase ucs4_to_qstring() method.

* FontMetrics.h: only one string width() method.

* Painter.h: only one text() method.

* all other files: adapt to above API change.

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

17 years agoFix support lib dependency problem.
Abdelrazak Younes [Mon, 26 Feb 2007 12:46:44 +0000 (12:46 +0000)]
Fix support lib dependency problem.

* docstring.C: Implement utf8ToUcs4() locally.

* all other files: remove utf8ToUcs4().

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

17 years agoadd config.h
Abdelrazak Younes [Mon, 26 Feb 2007 11:18:37 +0000 (11:18 +0000)]
add config.h

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

17 years agoAdd mention of CJK.
Abdelrazak Younes [Mon, 26 Feb 2007 11:03:37 +0000 (11:03 +0000)]
Add mention of CJK.

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

17 years agoAlmost fix 'make check'. The only remaining problem is an undefined
Georg Baum [Mon, 26 Feb 2007 09:31:01 +0000 (09:31 +0000)]
Almost fix 'make check'. The only remaining problem is an undefined
reference to lyx::utf8ToUcs4.
I did not fix this since it is an interface violation that should be fixed
otherwise.

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

17 years agofix 'make check' by removing useless namespace lyx
Georg Baum [Mon, 26 Feb 2007 09:29:12 +0000 (09:29 +0000)]
fix 'make check' by removing useless namespace lyx

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

17 years agotypo
Jean-Marc Lasgouttes [Mon, 26 Feb 2007 09:24:54 +0000 (09:24 +0000)]
typo

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

17 years agoforgot this
Georg Baum [Mon, 26 Feb 2007 09:03:58 +0000 (09:03 +0000)]
forgot this

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

17 years agoFix character classification functions by using qt (bugs like 3270 and 1247)
Georg Baum [Mon, 26 Feb 2007 09:03:21 +0000 (09:03 +0000)]
Fix character classification functions by using qt (bugs like 3270 and 1247)

* src/support/lstrings.C
(uppercase): Use qt instead of non working libc/home grown solution
(lowercase): ditto
(local_lowercase): Use qt instead of libc tolower for ucs4 chars

* src/support/qstring_helpers.C
(qstring_to_ucs4): Use qchar_to_ucs4 because of the assertion

* src/support/lstrings.h: Add some documentation

* src/support/qstring_helpers.h
(is_utf16): New function: Tests whether an ucs4 character is also a
valid utf16 character
(qchar_to_ucs4): Assert on is_utf16()
(ucs4_to_qchar): Replace old assertion with better is_utf16()

* src/support/textutils.h
(isLetterChar): Delete non-working implementation
(isPrintable): Ditto
(isPrintableNonspace): Ditto
(isDigit):

* src/support/textutils.C: New file, contains new implementations
using qt of the functions in textutils.h

* src/support/Makefile.am: Add textutils.C

* development/scons/scons_manifest.py: ditto

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

17 years agoScons: fix installation of language directories
Bo Peng [Mon, 26 Feb 2007 05:52:36 +0000 (05:52 +0000)]
Scons: fix installation of language directories

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

17 years agotypos
Jean-Marc Lasgouttes [Sun, 25 Feb 2007 22:18:13 +0000 (22:18 +0000)]
typos

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

17 years agoFix-up damage done by overeager script in r15422
Lars Gullik Bjønnes [Sun, 25 Feb 2007 21:17:24 +0000 (21:17 +0000)]
Fix-up damage done by overeager script in r15422

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

17 years ago * lyx_cb.C (insertPlaintextFile): delete selection before insertion
Jean-Marc Lasgouttes [Sun, 25 Feb 2007 20:16:45 +0000 (20:16 +0000)]
* lyx_cb.C (insertPlaintextFile): delete selection before insertion
and handle undo correctly (bug 3204)

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

17 years ago * GuiView.C (updateTab): do not update early if current tab has
Jean-Marc Lasgouttes [Sun, 25 Feb 2007 19:42:48 +0000 (19:42 +0000)]
* GuiView.C (updateTab): do not update early if current tab has
changed (bug 3254)

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

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