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

17 years agoBug fix of the day: 3200 (Not possible to insert short title to captions)
Georg Baum [Fri, 2 Feb 2007 21:08:44 +0000 (21:08 +0000)]
Bug fix of the day: 3200 (Not possible to insert short title to captions)

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

17 years agoA better fix for bug 3194 (see rev. 17027).
Abdelrazak Younes [Fri, 2 Feb 2007 20:23:56 +0000 (20:23 +0000)]
A better fix for bug 3194 (see rev. 17027).

* BufferView::mouseSetCursor(): do not call setTargetX() here because this needs the mathed coordcache which is not ensured to be up to date. Because of this, cursor movement might need some adjustment.

* InsetMathNest::lfunMousePress(): revert commit 17027.

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

17 years agoFix bug 3194:
Abdelrazak Younes [Fri, 2 Feb 2007 15:14:43 +0000 (15:14 +0000)]
Fix bug 3194:

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

This also seems to fix the annoying mouse cursor movement bug 3023:

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

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

17 years ago * insetbase.h: add new enum PAGEBREAK_CODE
Jean-Marc Lasgouttes [Fri, 2 Feb 2007 13:55:14 +0000 (13:55 +0000)]
* insetbase.h: add new enum PAGEBREAK_CODE
* insetpagebreak.h: use it

* insetcaption.C (insetAllowed): new method. Reduce the list of
forbidden insets
(dispatch): remove code handled above; re-allow some LFUNs.

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

17 years agoRevert commit 17010.
Abdelrazak Younes [Fri, 2 Feb 2007 10:31:22 +0000 (10:31 +0000)]
Revert commit 17010.

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

17 years agoForgot to use absolute paths
Bo Peng [Fri, 2 Feb 2007 03:54:29 +0000 (03:54 +0000)]
Forgot to use absolute paths

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

17 years agoScons: add deps_dir option for windows installer
Bo Peng [Fri, 2 Feb 2007 03:44:14 +0000 (03:44 +0000)]
Scons: add deps_dir option for windows installer

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

17 years agoPersistent-selection (and fix bug 3162)
Bo Peng [Fri, 2 Feb 2007 03:10:15 +0000 (03:10 +0000)]
Persistent-selection (and fix bug 3162)
* src/CutAndPaste.h/C: add selectionBuffer to save selected text
* src/text3.C: proper handling of paste
* src/lyxfind.C: save selection
* src/BufferView.C: save selection
* src/text.C: save selection
* src/cursor.C: save selection
* src/insets/insettabular.C: save selection
* src/mathed/InsetMathGrid.C: save selection
* src/mathed/InsetMathHull.C: save selection
* src/mathed/InsetMathNest.C: save selection

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

17 years agoRemove uncompatible option from convertDefault.py as it makes unusable
Enrico Forestieri [Fri, 2 Feb 2007 01:39:52 +0000 (01:39 +0000)]
Remove uncompatible option from convertDefault.py as it makes unusable
the figure inset on Solaris.

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

17 years ago * po/de.po: tiny update (for the perfectionists)
Michael Schmitt [Thu, 1 Feb 2007 21:10:15 +0000 (21:10 +0000)]
* po/de.po: tiny update (for the perfectionists)

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

17 years ago * frontends/qt4/QChanges.C:
Michael Schmitt [Thu, 1 Feb 2007 20:48:43 +0000 (20:48 +0000)]
* frontends/qt4/QChanges.C:
* frontends/controllers/ControlChanges.C:
* frontends/controllers/ControlChanges.h: fix merge-changes dialog;
remove old cruft; strip interface down to what is really needed

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

17 years ago * src/mathed/InsetMathNest.C: simplify call to innerText()
Michael Schmitt [Thu, 1 Feb 2007 20:05:59 +0000 (20:05 +0000)]
* src/mathed/InsetMathNest.C: simplify call to innerText()

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

17 years agorevert accented characters to InsetLatexAccent if possible.
Georg Baum [Thu, 1 Feb 2007 19:28:55 +0000 (19:28 +0000)]
revert accented characters to InsetLatexAccent if possible.
The function convert_accent will be used when we get rid of InsetLatexAccent.

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

17 years ago * BufferView.C:
Michael Schmitt [Thu, 1 Feb 2007 19:27:37 +0000 (19:27 +0000)]
* BufferView.C:
* BufferView.h:
* lyxfunc.C:
* factory.C:
* mathed/InsetMathNest.C:
* mathed/InsetMathHull.C:
* lyx_cb.C:
* frontends/WorkArea.C: remove BufferView::getLyXText() methods, because their
names were absolutely misleading; resolve indirection where needed

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

17 years agodescribe format 256
Georg Baum [Thu, 1 Feb 2007 19:25:39 +0000 (19:25 +0000)]
describe format 256

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

17 years agosimpilfy tabbar code
Peter Kümmel [Thu, 1 Feb 2007 18:48:58 +0000 (18:48 +0000)]
simpilfy tabbar code

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

17 years agolinux compile fix.
Abdelrazak Younes [Thu, 1 Feb 2007 17:36:56 +0000 (17:36 +0000)]
linux compile fix.

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

17 years agoremove stupid error message
Georg Baum [Thu, 1 Feb 2007 17:30:35 +0000 (17:30 +0000)]
remove stupid error message

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

17 years ago * src/lyxfind.C: fix change tracking crash
Michael Schmitt [Thu, 1 Feb 2007 17:26:29 +0000 (17:26 +0000)]
* src/lyxfind.C: fix change tracking crash

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

17 years agoAs explained in the comments, this is a partial fix for bug 2154:
Abdelrazak Younes [Thu, 1 Feb 2007 17:21:05 +0000 (17:21 +0000)]
As explained in the comments, this is a partial fix for bug 2154:
  http://bugzilla.lyx.org/show_bug.cgi?id=2154

This will automatically put the label inset _after_ a numbered section. It is possible to extend the mechanism to any kind of LateX environment.

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

17 years ago * src/text3.C: fix comment (now it makes sense)
Michael Schmitt [Thu, 1 Feb 2007 16:23:24 +0000 (16:23 +0000)]
* src/text3.C: fix comment (now it makes sense)

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

17 years agoA better fix for bug 675:
Abdelrazak Younes [Thu, 1 Feb 2007 14:43:13 +0000 (14:43 +0000)]
A better fix for bug 675:
http://bugzilla.lyx.org/show_bug.cgi?id=675

The former one also disabled cross-reference insertion.

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

17 years ago * lib/images/change-next.xpm: beautify (arrow points to green text)
Michael Schmitt [Thu, 1 Feb 2007 14:42:19 +0000 (14:42 +0000)]
* lib/images/change-next.xpm: beautify (arrow points to green text)

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

17 years agoReally fix bug 675:
Abdelrazak Younes [Thu, 1 Feb 2007 14:18:50 +0000 (14:18 +0000)]
Really fix bug 675:
http://bugzilla.lyx.org/show_bug.cgi?id=675

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

17 years agoPartially fix bug 675, the graphics dialog still opens will disabled button...
Abdelrazak Younes [Thu, 1 Feb 2007 13:39:20 +0000 (13:39 +0000)]
Partially fix bug 675, the graphics dialog still opens will disabled button...

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

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

17 years ago * bind/fi_menus.bind:
Michael Schmitt [Thu, 1 Feb 2007 13:25:39 +0000 (13:25 +0000)]
* bind/fi_menus.bind:
* bind/menus.bind:
* bind/pt_menus.bind:
* bind/sv_menus.bind:
* bind/de_menus.bind: remove bindings for "layout caption"

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

17 years ago * src/BufferView.C: make accept/reject-all-changes atomic operations (also fixes...
Michael Schmitt [Thu, 1 Feb 2007 13:19:05 +0000 (13:19 +0000)]
* src/BufferView.C: make accept/reject-all-changes atomic operations (also fixes a crash)

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

17 years agoBug fix of the day: 2963 (print to file overwrites files without warning)
Georg Baum [Thu, 1 Feb 2007 12:55:57 +0000 (12:55 +0000)]
Bug fix of the day: 2963 (print to file overwrites files without warning)

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

17 years agoFix lists of figures and tables. Prepare the code for user defined captions.
Abdelrazak Younes [Thu, 1 Feb 2007 12:45:14 +0000 (12:45 +0000)]
Fix lists of figures and tables. Prepare the code for user defined captions.

* buffer_funcs.C::setCaptionLabels(): set the type as well as the custom label.

* InsetCaption:
  - setType(): new method to set the type of the caption
  - setCustomLabel(): renamed from setLabel, translate if possible.
  - addToToc(): implement.
  - metrics(): use custom_label_ if defined.

* InsetFloat::addToToc(): don't do anything.

* InsetWrap::addToToc(): don't do anything.

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

17 years agoAdd empty paragraphs before and after the caption inset upon float (or wrap) inset...
Abdelrazak Younes [Thu, 1 Feb 2007 09:22:03 +0000 (09:22 +0000)]
Add empty paragraphs before and after the caption inset upon float (or wrap) inset creation.

Hopefully fix bug 675:

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

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

17 years agoFrom John C. McCabe-Dansted:
Georg Baum [Thu, 1 Feb 2007 08:55:31 +0000 (08:55 +0000)]
From John C. McCabe-Dansted:
Don't display n copies of the errors if you run chktex n times.

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

17 years agoFix bug 3181.
Enrico Forestieri [Thu, 1 Feb 2007 03:56:23 +0000 (03:56 +0000)]
Fix bug 3181.

* src/frontends/qt4/QLPainter.C
(QLPainter::text): Render the symbol whose codepoint is 0x00ad
through a one-column QTextLine in order to fool Qt, which displays
what it thinks is a soft-hyphen only when occurring at a line-break.

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

17 years agohopefully last part of the ExtendedInsets.lyx renaming
Uwe Stöhr [Wed, 31 Jan 2007 21:46:10 +0000 (21:46 +0000)]
hopefully last part of the ExtendedInsets.lyx renaming

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