]> git.lyx.org Git - lyx.git/log
lyx.git
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

17 years ago * src/insets/insetfloatlist.C: fix plaintex()
Michael Schmitt [Sat, 17 Feb 2007 15:28:50 +0000 (15:28 +0000)]
* src/insets/insetfloatlist.C: fix plaintex()
* src/insets/insetfloatlist.h:
* src/insets/insetcharstyle.[Ch]: code formatting

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

17 years ago * src/insets/insettoc.[Ch]:
Michael Schmitt [Sat, 17 Feb 2007 11:59:42 +0000 (11:59 +0000)]
* src/insets/insettoc.[Ch]:
* src/insets/insetspecialchar.[Ch]: fix plaintext(); WS changes

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

17 years ago * insetgraphics.[Ch]:
Michael Schmitt [Sat, 17 Feb 2007 11:30:58 +0000 (11:30 +0000)]
* insetgraphics.[Ch]:
* insetquotes.C: fix plaintext(); WS changes

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

17 years ago * src/insets/insetnewline.C:
Michael Schmitt [Sat, 17 Feb 2007 11:18:15 +0000 (11:18 +0000)]
* src/insets/insetnewline.C:
* src/insets/insetpagebreak.C:
* src/insets/insetvspace.C: fix/comment on plaintext() return value
* src/insets/insetvspace.h: WS changes

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

17 years agoupdate build instructions concerning service pack 1 for MSVC 2005
Uwe Stöhr [Fri, 16 Feb 2007 20:51:52 +0000 (20:51 +0000)]
update build instructions concerning service pack 1 for MSVC 2005

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

17 years agofix tipo
Uwe Stöhr [Fri, 16 Feb 2007 19:48:33 +0000 (19:48 +0000)]
fix tipo

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

17 years agoAvoid endless loops, e.g when an end_deeper is missing
Georg Baum [Fri, 16 Feb 2007 18:33:36 +0000 (18:33 +0000)]
Avoid endless loops, e.g when an end_deeper is missing

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

17 years agoadd pure ASCII encoding for LaTeX export
Georg Baum [Fri, 16 Feb 2007 18:29:48 +0000 (18:29 +0000)]
add pure ASCII encoding for LaTeX export

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

17 years agoGive the "Note" text a better color
Enrico Forestieri [Fri, 16 Feb 2007 16:22:55 +0000 (16:22 +0000)]
Give the "Note" text a better color

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

17 years agoForget to set selection in r17213
Bo Peng [Fri, 16 Feb 2007 15:38:34 +0000 (15:38 +0000)]
Forget to set selection in r17213

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

17 years ago * src/insets/insetbase.[Ch]: make plaintext() abstract to force subclasses to
Michael Schmitt [Fri, 16 Feb 2007 10:05:30 +0000 (10:05 +0000)]
* src/insets/insetbase.[Ch]: make plaintext() abstract to force subclasses to
implement it by themselves
* src/insets/insetenv.[Ch]: fix plaintext()

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

17 years ago * src/insets/insetcaption.*: fix plaintext(); add private computeFullLabel() to
Michael Schmitt [Fri, 16 Feb 2007 09:53:51 +0000 (09:53 +0000)]
* src/insets/insetcaption.*: fix plaintext(); add private computeFullLabel() to
refactor code used at two places

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

17 years ago * src/insets/insetbranch.[Ch]:
Michael Schmitt [Fri, 16 Feb 2007 09:28:25 +0000 (09:28 +0000)]
* src/insets/insetbranch.[Ch]:
* src/insets/inseturl.[Ch]:
* src/insets/insetfoot.[Ch]: fix plaintext() & WS changes

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

17 years ago * src/insets/insetcollapsable.[Ch]: constify floatName()
Michael Schmitt [Fri, 16 Feb 2007 09:11:19 +0000 (09:11 +0000)]
* src/insets/insetcollapsable.[Ch]: constify floatName()

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

17 years ago * src/mathed/InsetMath.h: "implement" plaintext() which will become
Michael Schmitt [Fri, 16 Feb 2007 09:08:38 +0000 (09:08 +0000)]
* src/mathed/InsetMath.h: "implement" plaintext() which will become
a virtual method soon in InsetBase

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

17 years ago * src/insets/insetfloat.[Ch]:
Michael Schmitt [Fri, 16 Feb 2007 08:15:16 +0000 (08:15 +0000)]
* src/insets/insetfloat.[Ch]:
* src/insets/insetwrap.[Ch]:
* src/insets/insetmarginal.[Ch]: fix plaintext(); code formatting

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

17 years agoforgot this
Georg Baum [Fri, 16 Feb 2007 07:50:15 +0000 (07:50 +0000)]
forgot this

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

17 years agoFix of bug 3238. Disable persistent selection for selections in tablemode.
Bo Peng [Fri, 16 Feb 2007 03:49:19 +0000 (03:49 +0000)]
Fix of bug 3238. Disable persistent selection for selections in tablemode.

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

17 years agoLyXWinInstaller: fix a path
Uwe Stöhr [Fri, 16 Feb 2007 02:35:09 +0000 (02:35 +0000)]
LyXWinInstaller: fix a path

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

17 years agoLyXWinInstaller: fix recognition of Acrobat 8
Uwe Stöhr [Fri, 16 Feb 2007 02:03:35 +0000 (02:03 +0000)]
LyXWinInstaller: fix recognition of Acrobat 8

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

17 years ago * src/insets/insetspace.[Ch]:
Michael Schmitt [Thu, 15 Feb 2007 23:44:33 +0000 (23:44 +0000)]
* src/insets/insetspace.[Ch]:
* src/insets/insetoptarg.[Ch]:
* src/insets/insetlabel.C: fix plaintext()

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

17 years ago * insetref.C:
Michael Schmitt [Thu, 15 Feb 2007 23:28:31 +0000 (23:28 +0000)]
* insetref.C:
* insetcommand.[Ch]:
* insetpagebreak.[Ch]: fix plaintext(); some header cleanup

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

17 years ago * src/insets/insetnewline.C: plaintext(): fix line length
Michael Schmitt [Thu, 15 Feb 2007 23:24:15 +0000 (23:24 +0000)]
 * src/insets/insetnewline.C: plaintext(): fix line length

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

17 years ago * src/insets/insetbox.[Ch]:
Michael Schmitt [Thu, 15 Feb 2007 22:59:06 +0000 (22:59 +0000)]
* src/insets/insetbox.[Ch]:
* src/insets/insetnote.[Ch]: fix plaintext()

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

17 years ago * insetert.[Ch]:
Michael Schmitt [Thu, 15 Feb 2007 22:27:45 +0000 (22:27 +0000)]
* insetert.[Ch]:
* insetnewline.[Ch]:
* insetline.[Ch]: fix plaintext()

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

17 years ago * src/insettext.C: fix line lengths and par breaks in plaintext()
Michael Schmitt [Thu, 15 Feb 2007 22:04:33 +0000 (22:04 +0000)]
* src/insettext.C: fix line lengths and par breaks in plaintext()

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

17 years agoFix bug 3240
Georg Baum [Thu, 15 Feb 2007 21:22:40 +0000 (21:22 +0000)]
Fix bug 3240

* src/insets/ExternalSupport.C
(updateExternal): Add new dryrun flag and only record updated files
for the exporter if that flag is false
(writeExternal): Call updateExternal also if dryrun is true and the
product contains the $$Contents placeholder. In this case we need to
run the conversion(s) even in dryrun mode, because we would not
output the right stuff to the .tex file otherwise.

* src/insets/ExternalSupport.[Ch]
(writeExternal): rename external_in_comment flag to dryrun

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

17 years agoFix import of \={\i}
Georg Baum [Thu, 15 Feb 2007 20:49:29 +0000 (20:49 +0000)]
Fix import of \={\i}

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

17 years ago * src/exporter.C
Georg Baum [Thu, 15 Feb 2007 20:14:12 +0000 (20:14 +0000)]
* src/exporter.C
(Exporter::Export): Remove hardcoded check for lyx backend.
Use the shortest converter path instead, that is more flexible and
always correct.

* lib/configure.py: Add new formats and converters for importing and
exporting files from CJK LyX.

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

17 years ago * src/output_plaintext.C: check line length before outputting
Michael Schmitt [Thu, 15 Feb 2007 16:07:36 +0000 (16:07 +0000)]
* src/output_plaintext.C: check line length before outputting
a word in front of an inset; make sensible use of plaintext()
return value (IMHO totally broken before)
* insets/insetfoot.[Ch]: add plaintext()
* insets/insethfill.[Ch]: adjust plaintext(); make the
number of characters determinitic; minor header cleanup
* insets/insetbase.h: add comment on return value
of plaintext() - before its meaning was unclear

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

17 years agoIt seems that commit 17167 was not enough to ensure that the proper hide/show/update...
Abdelrazak Younes [Thu, 15 Feb 2007 10:16:35 +0000 (10:16 +0000)]
It seems that commit 17167 was not enough to ensure that the proper hide/show/update methods are called.

* QDialogView.h:
  - QDialogView::forms() now requires a QWidget instead of a QDialog. This will allow us to use DockWidget in the future.
  - QView class code simplification: implement inline instead of repeating in the same file.
  - QView::forms() now returns the real object.
  - QController class code simplification: implement inline instead of repeating in the same file.

* QDocumentDialog::update(): renamed to updateParams() to avoid clash with QWidget::update()

* QPrefsDialog::update(): renamed to updateRc() to avoid clash with QWidget::update()

* QTexinfoDialog::update(): now public so that it can be used in QDialogView.

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

17 years agoLyXWinInstaller: minor updates
Uwe Stöhr [Thu, 15 Feb 2007 01:09:10 +0000 (01:09 +0000)]
LyXWinInstaller: minor updates

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

17 years agoPDFViewWin:
Uwe Stöhr [Thu, 15 Feb 2007 00:19:55 +0000 (00:19 +0000)]
PDFViewWin:
- start Acrobat with focus and maximized
- updated code documentation

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

17 years agofixed personal word list
Joost Verburg [Wed, 14 Feb 2007 22:39:33 +0000 (22:39 +0000)]
fixed personal word list

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

17 years agoRevert revision 15019 and use translateIfPossible instead.
Georg Baum [Wed, 14 Feb 2007 19:11:09 +0000 (19:11 +0000)]
Revert revision 15019 and use translateIfPossible instead.
This brings back some untranslated strings.

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

17 years agofile format change due to new change tracking behaviour
Georg Baum [Wed, 14 Feb 2007 16:10:50 +0000 (16:10 +0000)]
file format change due to new change tracking behaviour

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

17 years agoFix bug 3231 (hopefully).
Abdelrazak Younes [Wed, 14 Feb 2007 14:51:47 +0000 (14:51 +0000)]
Fix bug 3231 (hopefully).

http://bugzilla.lyx.org/show_bug.cgi?id=3231

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

17 years agoFix bug 3236 and 3237.
Abdelrazak Younes [Wed, 14 Feb 2007 13:39:11 +0000 (13:39 +0000)]
Fix bug 3236 and 3237.

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

17 years agoFix bug 3225.
Abdelrazak Younes [Wed, 14 Feb 2007 11:21:39 +0000 (11:21 +0000)]
Fix bug 3225.

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

17 years agoautomake 1.10 works
Georg Baum [Wed, 14 Feb 2007 08:19:03 +0000 (08:19 +0000)]
automake 1.10 works

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

17 years agoWas forgetting this
Enrico Forestieri [Tue, 13 Feb 2007 22:41:39 +0000 (22:41 +0000)]
Was forgetting this

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

17 years agoEmbeddedObjects:
Uwe Stöhr [Tue, 13 Feb 2007 22:25:11 +0000 (22:25 +0000)]
EmbeddedObjects:
- Spanish updates
- minor fix

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

17 years agomore tipa stuff
Georg Baum [Tue, 13 Feb 2007 21:14:10 +0000 (21:14 +0000)]
more tipa stuff

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

17 years agofix hungarian umlaut u symbols
Georg Baum [Tue, 13 Feb 2007 20:45:14 +0000 (20:45 +0000)]
fix hungarian umlaut u symbols

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

17 years agoAdd some more accented latin characters
Georg Baum [Tue, 13 Feb 2007 19:56:22 +0000 (19:56 +0000)]
Add some more accented latin characters

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

17 years agocomment debug output
Georg Baum [Tue, 13 Feb 2007 19:55:56 +0000 (19:55 +0000)]
comment debug output

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

17 years agoFix bug 3220
Enrico Forestieri [Tue, 13 Feb 2007 19:09:54 +0000 (19:09 +0000)]
Fix bug 3220

* src/insets/ExternalSupport.C
(updateExternal): Avoid computing crc of a directory as this leads
to a crash on Cygwin.

* lib/configure.py:
Use a python script to get the current date in order to avoid
a stalling condition with the date command on Win32.

* lib/scripts/date.py:
New python script.

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

17 years agoWhile working on bug 3227, I noticed that from()->show() called QDialog::show() inste...
Abdelrazak Younes [Tue, 13 Feb 2007 18:27:46 +0000 (18:27 +0000)]
While working on bug 3227, I noticed that from()->show() called QDialog::show() instead of QIndexDialog::show(), hence the bug. While I solved this bug differently, I believe that some other bugs like this one might appear. So I removed the cast in QView<GUIDialog>::form() and included the dialogs where needed.

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

17 years agoFix bug 3225 and maybe others as well.
Abdelrazak Younes [Tue, 13 Feb 2007 18:20:07 +0000 (18:20 +0000)]
Fix bug 3225 and maybe others as well.

 http://bugzilla.lyx.org/show_bug.cgi?id=3225

* QIndexDialog:
  - QIndexDialog(): setFocusProxy() to the QLineEdit
  - show(): deleted.

* QDialogView::show(): also setFocus() when raising or showing a window.

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