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

17 years ago * src/paragraph.C: simplify another occurrence of LaTeXFeatures::isAvailable();
Michael Schmitt [Fri, 9 Feb 2007 23:52:22 +0000 (23:52 +0000)]
* src/paragraph.C: simplify another occurrence of LaTeXFeatures::isAvailable();
fix LaTeX output wrt change tracking - a file with changes and CT output disabled
should result in the same TeX file as a file with all changes accepted

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

17 years ago * src/BufferView.C: call LaTeXFeatures::isAvailable() without an object
Michael Schmitt [Fri, 9 Feb 2007 11:09:04 +0000 (11:09 +0000)]
* src/BufferView.C: call LaTeXFeatures::isAvailable() without an object

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

17 years ago * src/text3.C: fix float inset insertion in case the
Michael Schmitt [Fri, 9 Feb 2007 10:57:23 +0000 (10:57 +0000)]
* src/text3.C: fix float inset insertion in case the
user has selected some text

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

17 years ago * src/CutAndPaste.C: copySelectionHelper(): fix bug #2306 (deleted text should
Michael Schmitt [Fri, 9 Feb 2007 10:27:41 +0000 (10:27 +0000)]
* src/CutAndPaste.C: copySelectionHelper(): fix bug #2306 (deleted text should
not be copied); rename paragraphs to copy_pars for better readability; add
comment on the required order of delete operations

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

17 years agoonly typos
Uwe Stöhr [Thu, 8 Feb 2007 21:24:51 +0000 (21:24 +0000)]
only typos

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

17 years agoNever strip the extension for non-nice latex export, since pdflatex might
Georg Baum [Thu, 8 Feb 2007 21:14:40 +0000 (21:14 +0000)]
Never strip the extension for non-nice latex export, since pdflatex might
otherwise use wrong images (png instead of png).

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

17 years ago * src/insets/insetgraphics.C
Georg Baum [Thu, 8 Feb 2007 21:12:33 +0000 (21:12 +0000)]
* src/insets/insetgraphics.C
(InsetGraphics::prepareFile): Use correct extension if it cannot be
stripped. I overlooked this when I did the
stripExtension -> stripExtensionIfPossible change in revision 10093.

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

17 years ago- reupload LyXWinInstaller for code verification as discussed with Bo
Uwe Stöhr [Thu, 8 Feb 2007 21:09:30 +0000 (21:09 +0000)]
- reupload LyXWinInstaller for code verification as discussed with Bo
- set missing EOL flags for official installer files

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

17 years agoEmbeddedObjects: Spanish Updates
Uwe Stöhr [Thu, 8 Feb 2007 20:22:08 +0000 (20:22 +0000)]
EmbeddedObjects: Spanish Updates

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

17 years ago * src/paragraph.[Ch]: remove Paragraph::clearContents(); this
Michael Schmitt [Thu, 8 Feb 2007 17:47:51 +0000 (17:47 +0000)]
* src/paragraph.[Ch]: remove Paragraph::clearContents(); this
method is unused and would make LyX crash (no CT support etc)

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

17 years agoFix bug 3150
Enrico Forestieri [Thu, 8 Feb 2007 16:41:06 +0000 (16:41 +0000)]
Fix bug 3150

* src/frontends/qt4/GuiWorkArea.C
(GuiWorkArea::GuiWorkArea): initialize pixmap.
(GuiWorkArea::doGreyOut): remove unneeded setVerticalScrollBarPolicy.

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

17 years ago * src/bufferparams.[Ch]: remove more unneeded LaTeXFeatures objects
Michael Schmitt [Thu, 8 Feb 2007 15:18:36 +0000 (15:18 +0000)]
* src/bufferparams.[Ch]: remove more unneeded LaTeXFeatures objects

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

17 years ago * src/lyxtext.h: deleteEmptyParagraphMechanism(LCursor &, LCursor &, bool &),
Michael Schmitt [Thu, 8 Feb 2007 15:01:58 +0000 (15:01 +0000)]
* src/lyxtext.h: deleteEmptyParagraphMechanism(LCursor &, LCursor &, bool &),
fixCursorAfterDelete(CursorSlice &, CursorSlice const &): declare both methods
as static. Note: I kept the methods in this file deliberately, because it makes
it easier to keep both depm methods in sync

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

17 years ago * src/frontends/controllers/ControlDocument.C: remove workaround now that
Michael Schmitt [Thu, 8 Feb 2007 14:44:13 +0000 (14:44 +0000)]
* src/frontends/controllers/ControlDocument.C: remove workaround now that
LaTeXFeatures::isAvailabe has become static

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

17 years ago * src/LaTeXFeatures.C: remove const-ness from static method
Michael Schmitt [Thu, 8 Feb 2007 13:35:04 +0000 (13:35 +0000)]
* src/LaTeXFeatures.C: remove const-ness from static method

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

17 years agofix description of replaceSelection and cutSelection
Jean-Marc Lasgouttes [Thu, 8 Feb 2007 10:40:46 +0000 (10:40 +0000)]
fix description of replaceSelection and cutSelection

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

17 years ago * src/LaTeXFeatures.h: isAvailable() becomes a static method
Michael Schmitt [Thu, 8 Feb 2007 10:40:33 +0000 (10:40 +0000)]
* src/LaTeXFeatures.h: isAvailable() becomes a static method

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

17 years agoRevert unrelated change from rev. 17104.
Abdelrazak Younes [Thu, 8 Feb 2007 08:53:29 +0000 (08:53 +0000)]
Revert unrelated change from rev. 17104.

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

17 years agoPreliminary safeguard code to fix bug 3189.
Abdelrazak Younes [Thu, 8 Feb 2007 08:44:45 +0000 (08:44 +0000)]
Preliminary safeguard code to fix bug 3189.

* DocIterator::prevInset(): return 0 if the mathed cell() is empty.

* LCursor::info(): use prevInset() only if different from zero.

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

17 years agoRemove command.py from windows installer, which is no longer needed after r17095
Bo Peng [Thu, 8 Feb 2007 02:27:19 +0000 (02:27 +0000)]
Remove command.py from windows installer, which is no longer needed after r17095

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

17 years agoFix bug 3023 (Clicking into a math inset resets the position of the TOC dialog):
Abdelrazak Younes [Wed, 7 Feb 2007 22:24:17 +0000 (22:24 +0000)]
Fix bug 3023 (Clicking into a math inset resets the position of the TOC dialog):

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

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

17 years agoEmbeddedObjects: remove prettyref description
Uwe Stöhr [Wed, 7 Feb 2007 22:23:04 +0000 (22:23 +0000)]
EmbeddedObjects: remove prettyref description

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

17 years agoComment out unimplemented method.
Abdelrazak Younes [Wed, 7 Feb 2007 21:49:00 +0000 (21:49 +0000)]
Comment out unimplemented method.

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

17 years agoSpanish updates from Ignacio
Uwe Stöhr [Wed, 7 Feb 2007 20:41:04 +0000 (20:41 +0000)]
Spanish updates from Ignacio

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

17 years agoFix to the fix for bug 2418. The commands python module is a *nix only
Enrico Forestieri [Wed, 7 Feb 2007 20:15:41 +0000 (20:15 +0000)]
Fix to the fix for bug 2418. The commands python module is a *nix only
thing and it worked on Win32 only by chance.

* lib/configure.py:
Correctly collect stderr also on Win32.

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

17 years agoWindows installer: add unicodedata.pyd properly
Bo Peng [Wed, 7 Feb 2007 18:59:10 +0000 (18:59 +0000)]
Windows installer: add unicodedata.pyd properly

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

17 years agodisable scrollbar context menu
Peter Kümmel [Wed, 7 Feb 2007 18:50:58 +0000 (18:50 +0000)]
disable scrollbar context menu

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

17 years agoWindows installer: add missing modules
Bo Peng [Wed, 7 Feb 2007 18:42:01 +0000 (18:42 +0000)]
Windows installer: add missing modules

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

17 years agoWindows installer: update miktex and imagemagick download link
Bo Peng [Wed, 7 Feb 2007 18:26:32 +0000 (18:26 +0000)]
Windows installer: update miktex and imagemagick download link

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

17 years ago * lib/configure.py: fix unwanted script abort (identify LinuxDoc layout file)
Michael Schmitt [Wed, 7 Feb 2007 17:38:11 +0000 (17:38 +0000)]
* lib/configure.py: fix unwanted script abort (identify LinuxDoc layout file)

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

17 years agoFix bug 3187 (second round) by Martin V.:
Abdelrazak Younes [Wed, 7 Feb 2007 17:08:24 +0000 (17:08 +0000)]
Fix bug 3187 (second round) by Martin V.:

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

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

17 years agoFix bug 3176 ( Focus not set to edit box for inset->label):
Abdelrazak Younes [Wed, 7 Feb 2007 17:00:37 +0000 (17:00 +0000)]
Fix bug 3176 (  Focus not set to edit box for inset->label):

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

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

17 years agoFrom John McCabe-Dansted:
Jean-Marc Lasgouttes [Wed, 7 Feb 2007 10:51:48 +0000 (10:51 +0000)]
From John McCabe-Dansted:

* src/bufferlist.C (updateIncludedTeXfiles): use addName instead of
hardcoding '/'.

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

17 years agoProperly adjust space after collapsable inset (the (int) cast there was applied to...
Abdelrazak Younes [Wed, 7 Feb 2007 10:39:38 +0000 (10:39 +0000)]
Properly adjust space after collapsable inset (the (int) cast there was applied to 1.5 only).

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

17 years agoScons windows installer integration:
Bo Peng [Wed, 7 Feb 2007 07:55:38 +0000 (07:55 +0000)]
Scons windows installer integration:
* INSTALL.Win32: add instructin of building windows bundle installer
* development/scons/SConstruct: add bundle and bundle_dir option
* development/scons/scons_utils.py: handle bundle building
* development/Win32/packaging/installer/lyx.nsi:
allow specify bundle .exe name from command line
* development/Win32/packaging/installer/settings.user.nsh:
allow specify bundle directory from command line
* development/Win32/packaging/installer/components/external.nsh:
get files from bundle directory
* development/Win32/packaging/installer/settings.nsh
update miktex version (link needs to be updated as well?)

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

17 years agoonly whitespace
Uwe Stöhr [Wed, 7 Feb 2007 01:14:36 +0000 (01:14 +0000)]
only whitespace

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

17 years agoadd missing changed signals
Uwe Stöhr [Wed, 7 Feb 2007 01:13:17 +0000 (01:13 +0000)]
add missing changed signals

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

17 years agoFix bug 2418 (hopefully)
Enrico Forestieri [Tue, 6 Feb 2007 23:44:43 +0000 (23:44 +0000)]
Fix bug 2418 (hopefully)

* lib/configure.py:
Check whether convert understands the -define option, and, if so,
define a new converter PDF->PNG such that the CropBox rather than
the MediaBox is used in the conversion.

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

17 years agoAdd Ignacio García to the credits
Uwe Stöhr [Tue, 6 Feb 2007 22:03:14 +0000 (22:03 +0000)]
Add Ignacio García to the credits
step 2/3

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

17 years agoEmbeddeObjects: preamble fixes
Uwe Stöhr [Tue, 6 Feb 2007 21:50:08 +0000 (21:50 +0000)]
EmbeddeObjects: preamble fixes

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

17 years ago- de_Intro updates from Hartmut
Uwe Stöhr [Tue, 6 Feb 2007 21:20:30 +0000 (21:20 +0000)]
- de_Intro updates from Hartmut
- small fix to EmbeddedObjects.lyx

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

17 years ago * Customization.lyx:
Jean-Marc Lasgouttes [Tue, 6 Feb 2007 14:35:17 +0000 (14:35 +0000)]
* Customization.lyx:
* fr_Customization.lyx:
* eu_Customization.lyx: there is no TitleLatexCommand layout tag,
the right name is TitleLatexName.

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

17 years agoFix bug 3187 from Martin Vermeer:
Abdelrazak Younes [Tue, 6 Feb 2007 14:23:06 +0000 (14:23 +0000)]
Fix bug 3187 from Martin Vermeer:
http://bugzilla.lyx.org/show_bug.cgi?id=3187

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

17 years ago* QLyXKeySym::getUCSEncoded(): properly handle the QString (UTF16) to ucs4 conversion.
Abdelrazak Younes [Tue, 6 Feb 2007 14:13:02 +0000 (14:13 +0000)]
* QLyXKeySym::getUCSEncoded(): properly handle the QString (UTF16) to ucs4 conversion.

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

17 years agoupdate my credits
Uwe Stöhr [Tue, 6 Feb 2007 00:36:45 +0000 (00:36 +0000)]
update my credits

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

17 years agoadd forgotten changelog entries
Uwe Stöhr [Tue, 6 Feb 2007 00:33:43 +0000 (00:33 +0000)]
add forgotten changelog entries

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

17 years agoEmbeddedObjects:
Uwe Stöhr [Mon, 5 Feb 2007 23:05:43 +0000 (23:05 +0000)]
EmbeddedObjects:
use new possibility to have captions in longtables (thanks to Abdel for building this in)

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

17 years ago* Add comment that clarifies toggled() vs clicked()
Edwin Leuven [Mon, 5 Feb 2007 19:41:58 +0000 (19:41 +0000)]
* Add comment that clarifies toggled() vs clicked()

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

17 years agoPreliminary longtable caption support. If there is a caption in the first cell of...
Abdelrazak Younes [Mon, 5 Feb 2007 18:04:03 +0000 (18:04 +0000)]
Preliminary longtable caption support. If there is a caption in the first cell of the table it will be labeled as a table.

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

17 years agoFix bug 3192 and 3193
Abdelrazak Younes [Mon, 5 Feb 2007 17:39:42 +0000 (17:39 +0000)]
Fix bug 3192 and 3193
http://bugzilla.lyx.org/show_bug.cgi?id=3192
http://bugzilla.lyx.org/show_bug.cgi?id=3193

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

17 years ago* Fix bug 3202 (http://bugzilla.lyx.org/show_bug.cgi?id=3202)
Abdelrazak Younes [Mon, 5 Feb 2007 17:07:44 +0000 (17:07 +0000)]
* Fix bug 3202 (http://bugzilla.lyx.org/show_bug.cgi?id=3202)
* Augment a bit the space between nested insets.

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

17 years agoThis inset does not have to be wide. This property does not fit well inside captions...
Abdelrazak Younes [Mon, 5 Feb 2007 16:38:51 +0000 (16:38 +0000)]
This inset does not have to be wide. This property does not fit well inside captions and longtables.

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

17 years agoPrepare for longtable caption support.
Abdelrazak Younes [Mon, 5 Feb 2007 14:09:53 +0000 (14:09 +0000)]
Prepare for longtable caption support.

* setCaptionLabels(): Pass type and label instead of Floating object.

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

17 years ago* src/frontends/qt4/QGraphicsDialog.C:
Jürgen Spitzmüller [Mon, 5 Feb 2007 10:11:16 +0000 (10:11 +0000)]
* src/frontends/qt4/QGraphicsDialog.C:
- fix r17050: use signals that are known to Qt 4.0

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

17 years ago* src/frontends/qt4/QGraphicsDialog.C:
Jürgen Spitzmüller [Mon, 5 Feb 2007 10:04:56 +0000 (10:04 +0000)]
* src/frontends/qt4/QGraphicsDialog.C:
- use signals that are known to Qt 4.0

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

17 years agoUpdate of INSTALL.Win32 from Angus
Bo Peng [Mon, 5 Feb 2007 05:31:46 +0000 (05:31 +0000)]
Update of INSTALL.Win32 from Angus

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

17 years agoAdd Bernhard Roider.
Angus Leeming [Sun, 4 Feb 2007 23:04:54 +0000 (23:04 +0000)]
Add Bernhard Roider.

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

17 years agoupdate build instructions (Qt 4.2.2 etc.)
Uwe Stöhr [Sun, 4 Feb 2007 22:35:41 +0000 (22:35 +0000)]
update build instructions (Qt 4.2.2 etc.)

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

17 years ago * GuiView.C (setGeometry): whitespace and warning.
Jean-Marc Lasgouttes [Sun, 4 Feb 2007 21:19:20 +0000 (21:19 +0000)]
* GuiView.C (setGeometry): whitespace and warning.
(updateTab,currentTabChanged): simplify code further.

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

17 years agoEmbeddeObjects: Spanish updates again
Uwe Stöhr [Sun, 4 Feb 2007 20:17:59 +0000 (20:17 +0000)]
EmbeddeObjects: Spanish updates again

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

17 years agolib/configure.py: remove comments, this file is no longer experimental
Bo Peng [Sun, 4 Feb 2007 16:49:57 +0000 (16:49 +0000)]
lib/configure.py: remove comments, this file is no longer experimental

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

17 years ago * src/MenuBackend.C
Georg Baum [Sun, 4 Feb 2007 15:16:44 +0000 (15:16 +0000)]
* src/MenuBackend.C
(expandFormats): Document hack

* lib/configure.py
(checkFormatEntries): s/Plain text (paragraphs)/Plain Text, Join Lines/
since this is the term we use elsewhere and it shows up in the file
filter.

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

17 years agoEmbeddeObjects:
Uwe Stöhr [Sun, 4 Feb 2007 15:09:10 +0000 (15:09 +0000)]
EmbeddeObjects:
- Spanish updates

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

17 years agoEmbeddedObjects: missing bit
Uwe Stöhr [Sat, 3 Feb 2007 20:51:22 +0000 (20:51 +0000)]
EmbeddedObjects: missing bit

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

17 years agoEmbeddedObjects: allow to compile the document without having all LaTeX-packages...
Uwe Stöhr [Sat, 3 Feb 2007 20:44:04 +0000 (20:44 +0000)]
EmbeddedObjects: allow to compile the document without having all LaTeX-packages installed

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

17 years agoFor each operation, stop the blinking cursor before acting and restart it _after_...
Abdelrazak Younes [Sat, 3 Feb 2007 06:53:22 +0000 (06:53 +0000)]
For each operation, stop the blinking cursor before acting and restart it _after_ redrawing. This latter fixes the spurious cursor jumps in mathed. This was due to the fact that MathArray are filled-in at draw time (as opposed to text positions in the CoordCache which are filled in at metrics calculation time.)

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

17 years agothanks to Ignacio Garcia: EmbeddedObjects
Uwe Stöhr [Sat, 3 Feb 2007 03:19:49 +0000 (03:19 +0000)]
thanks to Ignacio Garcia: EmbeddedObjects
- Spanish updates
- some corrections
- small preamble cleanup, note about needed packages and ready PDFs

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