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

17 years agofour more ae symbols
Georg Baum [Tue, 13 Feb 2007 18:17:22 +0000 (18:17 +0000)]
four more ae symbols

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

17 years agoAllow utf8x \inputencoding
Georg Baum [Tue, 13 Feb 2007 17:36:55 +0000 (17:36 +0000)]
Allow utf8x \inputencoding

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

17 years ago* src/LaTeX.C (deplog): fix the regex to parse filenames in the log file
Jürgen Spitzmüller [Tue, 13 Feb 2007 17:31:43 +0000 (17:31 +0000)]
* src/LaTeX.C (deplog): fix the regex to parse filenames in the log file
(fixes bug 3224)
*src/support/filename.C: limit asserts to windows platform
(fixes bug 3132)

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

17 years agoAdd commandline switch to read files from CJK-LyX
Georg Baum [Tue, 13 Feb 2007 16:57:48 +0000 (16:57 +0000)]
Add commandline switch to read files from CJK-LyX

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

17 years agoFix lyxrc.dist of the official installer (add vector flag). LyXWinInstaller correctly...
Bo Peng [Tue, 13 Feb 2007 16:56:44 +0000 (16:56 +0000)]
Fix lyxrc.dist of the official installer (add vector flag). LyXWinInstaller correctly handles this

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

17 years agoTentatively fix bug 3225, the inset width and the outer text width should stay in...
Abdelrazak Younes [Tue, 13 Feb 2007 10:37:22 +0000 (10:37 +0000)]
Tentatively fix bug 3225, the inset width and the outer text width should stay in sync.

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

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

17 years ago * lib/lyx2lyx/lyx_1_5.py
Georg Baum [Mon, 12 Feb 2007 20:52:12 +0000 (20:52 +0000)]
* lib/lyx2lyx/lyx_1_5.py
(normalize_font_whitespace): Fix handling of nested font changes
and also handle blanks before a font change

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

17 years agofix misleading comment
Georg Baum [Mon, 12 Feb 2007 20:51:00 +0000 (20:51 +0000)]
fix misleading comment

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

17 years agosmall fix to changeset 17143
Uwe Stöhr [Mon, 12 Feb 2007 20:03:41 +0000 (20:03 +0000)]
small fix to changeset 17143

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

17 years agoenable size grip
Peter Kümmel [Mon, 12 Feb 2007 19:34:14 +0000 (19:34 +0000)]
enable size grip

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

17 years ago(Was forgetting the French version of the beamer template).
Enrico Forestieri [Mon, 12 Feb 2007 18:01:18 +0000 (18:01 +0000)]
(Was forgetting the French version of the beamer template).
Avoid a white space to the left of the navigation and status bars
in the beamer output.

* lib/templates/fr_beamer-conference-ornate-20min.lyx:
Don't show changes in the output.

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

17 years agoAvoid a white space to the left of the navigation and status bars
Enrico Forestieri [Mon, 12 Feb 2007 15:01:19 +0000 (15:01 +0000)]
Avoid a white space to the left of the navigation and status bars
in the beamer output.

* lib/templates/beamer-conference-ornate-20min.lyx
* lib/templates/de_beamer-conference-ornate-20min.lyx:
Don't show changes in the output.

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

17 years agodescribe latest format change
Georg Baum [Mon, 12 Feb 2007 08:12:31 +0000 (08:12 +0000)]
describe latest format change

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

17 years agozero-byte files don't make sense...
Georg Baum [Mon, 12 Feb 2007 08:02:17 +0000 (08:02 +0000)]
zero-byte files don't make sense...

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

17 years agomissing bit of InsetLatexAccent patch
Georg Baum [Mon, 12 Feb 2007 08:01:21 +0000 (08:01 +0000)]
missing bit of InsetLatexAccent patch

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

17 years agorename label for prettyref inset to fix bug 1134
Uwe Stöhr [Mon, 12 Feb 2007 02:15:04 +0000 (02:15 +0000)]
rename label for prettyref inset to fix bug 1134
http://bugzilla.lyx.org/show_bug.cgi?id=1134

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

17 years agoEmbeddedObjects:
Uwe Stöhr [Mon, 12 Feb 2007 02:12:06 +0000 (02:12 +0000)]
EmbeddedObjects:
- referencing subfigures
- reflect new caption inset

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

17 years agoInsurance against empty lines.
José Matox [Mon, 12 Feb 2007 00:19:20 +0000 (00:19 +0000)]
Insurance against empty lines.

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

17 years agoColor has a different reset (adjusting for it).
José Matox [Mon, 12 Feb 2007 00:15:20 +0000 (00:15 +0000)]
Color has a different reset (adjusting for it).

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

17 years agoConvert lyxaccents to unicode (most of the work comes from Georg)
José Matox [Sun, 11 Feb 2007 23:52:07 +0000 (23:52 +0000)]
Convert lyxaccents to unicode (most of the work comes from Georg)

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

17 years agoadjust caption metrics to fix bug 3217
Uwe Stöhr [Sun, 11 Feb 2007 23:35:12 +0000 (23:35 +0000)]
adjust caption metrics to fix bug 3217
http://bugzilla.lyx.org/show_bug.cgi?id=3217

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

17 years agoUpdate docbook example
José Matox [Sun, 11 Feb 2007 23:29:15 +0000 (23:29 +0000)]
Update docbook example

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

17 years agoAdd some tipa accents
Georg Baum [Sun, 11 Feb 2007 20:53:31 +0000 (20:53 +0000)]
Add some tipa accents

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

17 years agosome more unicode symbols
Georg Baum [Sun, 11 Feb 2007 18:56:18 +0000 (18:56 +0000)]
some more unicode symbols

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

17 years ago* src/frontends/qt4/ui/QNomenclUi.ui:
Jürgen Spitzmüller [Sun, 11 Feb 2007 13:29:53 +0000 (13:29 +0000)]
* src/frontends/qt4/ui/QNomenclUi.ui:
- fix bug 3147: Incorrect input field order in glossary dialog

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

17 years agoMinimal support for systems with input method (CJK).
Abdelrazak Younes [Sat, 10 Feb 2007 16:30:11 +0000 (16:30 +0000)]
Minimal support for systems with input method (CJK).

* GuiWorkArea::inputMethodEvent(): process a keyPressEvent() for each character of the commitString().

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

17 years agode.po update for LyX 1.5:
Uwe Stöhr [Sat, 10 Feb 2007 14:42:37 +0000 (14:42 +0000)]
de.po update for LyX 1.5:
- corrections to beamer layout translation
- change encoding of de.po to utf-8

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

17 years agowhitespace only
Georg Baum [Sat, 10 Feb 2007 11:08:05 +0000 (11:08 +0000)]
whitespace only

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

17 years ago * src/insets/insetexternal.C
Georg Baum [Sat, 10 Feb 2007 11:03:26 +0000 (11:03 +0000)]
* src/insets/insetexternal.C
(InsetExternal::latex): Handle the dryrun flag correctly: Only
create the LaTeX output, do not do any file conversions.
(InsetExternal::plaintext): ditto
(InsetExternal::docbook): ditto

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