]> git.lyx.org Git - lyx.git/log
lyx.git
17 years ago* lib/Makefile.am:
Jürgen Spitzmüller [Fri, 8 Jun 2007 14:38:27 +0000 (14:38 +0000)]
* lib/Makefile.am:
- add missing images/math/function.xpm

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

17 years ago* Magic to switch language of a space directly in front of a RTL<->LTR
Stefan Schimanski [Fri, 8 Jun 2007 14:24:57 +0000 (14:24 +0000)]
* Magic to switch language of a space directly in front of a RTL<->LTR
  boundary, when the user enters text directly behind the boundary
  (patch by Dov Feldstern)

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

17 years agoWe do not handle spaces around an RTL segment in a special way anymore.
Stefan Schimanski [Fri, 8 Jun 2007 14:20:06 +0000 (14:20 +0000)]
We do not handle spaces around an RTL segment in a special way anymore.
Neither do we do so when generating the LaTeX, so setting is_space
to false makes the view in the GUI consistent with the output of LaTeX
later.

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

17 years ago* src/frontends/Toolbars.cpp: fix "Bjønnes".
Jürgen Spitzmüller [Fri, 8 Jun 2007 07:58:19 +0000 (07:58 +0000)]
* src/frontends/Toolbars.cpp: fix "Bjønnes".

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

17 years ago* lib/layouts/amsdefs.inc:
Jürgen Spitzmüller [Fri, 8 Jun 2007 07:26:37 +0000 (07:26 +0000)]
* lib/layouts/amsdefs.inc:
- fix whatever went wrong on r18712.

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

17 years ago* lib/layouts/amsdefs.inc:
Jürgen Spitzmüller [Fri, 8 Jun 2007 07:19:47 +0000 (07:19 +0000)]
* lib/layouts/amsdefs.inc:
- allow optional argument in title (from Paul A. Rubin).

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

17 years ago* lib/doc/LaTeXConfig.lyx.in:
Jürgen Spitzmüller [Fri, 8 Jun 2007 06:23:14 +0000 (06:23 +0000)]
* lib/doc/LaTeXConfig.lyx.in:
- fix link to IEEETran.cls.

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

17 years ago* small fix to r18706: Better be more defensive in assuming that RowPainter has
Stefan Schimanski [Fri, 8 Jun 2007 05:14:49 +0000 (05:14 +0000)]
* small fix to r18706: Better be more defensive in assuming that RowPainter has
  a singleton behavior. In fact I think it has not for nested Text insets.

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

17 years agoFix bug3782, crash with selection of table cells, joint work with JMarc
Bo Peng [Thu, 7 Jun 2007 21:55:55 +0000 (21:55 +0000)]
Fix bug3782, crash with selection of table cells, joint work with JMarc

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

17 years agoFix compiling errors caused by r18701 (moving drawMarkers and drawMarkers2 back to...
Bo Peng [Thu, 7 Jun 2007 21:36:42 +0000 (21:36 +0000)]
Fix compiling errors caused by r18701 (moving drawMarkers and drawMarkers2 back to Inset)

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

17 years ago* cursor_get_font.patch: the Cursor::getFont is responsible for the
Stefan Schimanski [Thu, 7 Jun 2007 20:40:01 +0000 (20:40 +0000)]
* cursor_get_font.patch: the Cursor::getFont is responsible for the
cursor size. It should fit to the setCurrentFont function because the
cursor tells the user which font will be used when typing characters.
Especially on RTL/LTR boundaries it should fit because it is
essential for the user to see which writing direction is active. This
patch implements a simplified version of setCurrentFont's logic to
archive this.

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

17 years ago* local_bidi.patch: The bidi object in the class Text is only used in
Stefan Schimanski [Thu, 7 Jun 2007 20:39:14 +0000 (20:39 +0000)]
* local_bidi.patch: The bidi object in the class Text is only used in
places now where a ParagraphMetrics::computeRowMetrics call comes
before. And this function the Bidi object is updated. So it is a
little step now to remove the Text::bidi completely and use local
Bidi objects instead without more work to do.

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

17 years ago* safe Text::setCurrentFont which does not use Text::bidi and hence
Stefan Schimanski [Thu, 7 Jun 2007 19:55:22 +0000 (19:55 +0000)]
* safe Text::setCurrentFont which does not use Text::bidi and hence
  does not depend on paragraph metrics (fixes #3790, #3801, #3809)

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

17 years ago* no_bidi_isboundary.patch: added isRTLBoundary as a replacement to several reference...
Stefan Schimanski [Thu, 7 Jun 2007 19:50:02 +0000 (19:50 +0000)]
* no_bidi_isboundary.patch: added isRTLBoundary as a replacement to several references to the Text::bidi object.
  (fixes #3790, #3801, #3809)

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

17 years ago* src/LaTeXFeatures.cpp:
Jürgen Spitzmüller [Thu, 7 Jun 2007 18:17:23 +0000 (18:17 +0000)]
* src/LaTeXFeatures.cpp:
- fix definition of \lyxadded and \lyxdeleted (bug 3817).

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

17 years agoFix bug 3821: Put cursor where the mouse is before pasting external text.
Richard Heck [Thu, 7 Jun 2007 18:13:10 +0000 (18:13 +0000)]
Fix bug 3821: Put cursor where the mouse is before pasting external text.

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

17 years agoShow corners of mathed with mouse hover, details see bug 3825
Bo Peng [Thu, 7 Jun 2007 18:08:03 +0000 (18:08 +0000)]
Show corners of mathed with mouse hover, details see bug 3825

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

17 years ago* src/Thesaurus.cpp:
Jürgen Spitzmüller [Thu, 7 Jun 2007 17:27:10 +0000 (17:27 +0000)]
* src/Thesaurus.cpp:
- check for aiksaurus errors (fix bug 2691)

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

17 years agoAdd menu entries for Framed and Shaded notes, and re-arrange a bit.
Richard Heck [Thu, 7 Jun 2007 14:10:13 +0000 (14:10 +0000)]
Add menu entries for Framed and Shaded notes, and re-arrange a bit.

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

17 years agoadd varrho, patch from hzluo <memcache@gmail.com>
Edwin Leuven [Thu, 7 Jun 2007 12:45:11 +0000 (12:45 +0000)]
add varrho, patch from hzluo <memcache@gmail.com>

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

17 years agoinstaller updates
Uwe Stöhr [Thu, 7 Jun 2007 11:50:21 +0000 (11:50 +0000)]
installer updates

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

17 years agoUse "overwrite" instead of "over-write"
Jean-Marc Lasgouttes [Thu, 7 Jun 2007 07:50:27 +0000 (07:50 +0000)]
Use "overwrite" instead of "over-write"

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

17 years ago * lib/layouts/*.layout: harmonize text class names
Michael Schmitt [Thu, 7 Jun 2007 06:32:46 +0000 (06:32 +0000)]
* lib/layouts/*.layout: harmonize text class names

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

17 years agoUpdate Toc when navigation menu is trigged.
Bo Peng [Wed, 6 Jun 2007 21:19:15 +0000 (21:19 +0000)]
Update Toc when navigation menu is trigged.

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

17 years agoFix bug 3823: Division needs not to return an integer.
Richard Heck [Wed, 6 Jun 2007 19:33:57 +0000 (19:33 +0000)]
Fix bug 3823: Division needs not to return an integer.

Also added some comments about a different possible fix.

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

17 years agoReorder checks for PDF and PS converters.
Richard Heck [Wed, 6 Jun 2007 15:47:41 +0000 (15:47 +0000)]
Reorder checks for PDF and PS converters.

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

17 years agoFix bug 3799.
Jean-Marc Lasgouttes [Wed, 6 Jun 2007 13:52:31 +0000 (13:52 +0000)]
Fix bug 3799.

* src/LyXAction.cpp:
* src/lfuns.h: remove LFUN_TOOLBAR_TOGGLE_STATE.

* src/LyXFunc.cpp (getStatus, dispatch): merge LFUN_TOOLBAR_TOGGLE
and LFUN_TOOLBAR_TOGGLE_STATE. Add an informational message after
dispatch.

* src/frontends/LyXView.cpp (toggleToolbarState):
* src/frontends/Toolbars.cpp (toggleToolbarState): add allowauto
parameter.

* src/MenuBackend.cpp (expandToolbars): adapt.

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

17 years ago * qt4/FileDialog.cpp (save): disable overwrite confirmation with
Jean-Marc Lasgouttes [Wed, 6 Jun 2007 12:19:48 +0000 (12:19 +0000)]
* qt4/FileDialog.cpp (save): disable overwrite confirmation with
native file dialogs (bug 3818)

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

17 years agoAdd listings parameter linerange, new in listings 1.4
Bo Peng [Wed, 6 Jun 2007 02:03:16 +0000 (02:03 +0000)]
Add listings parameter linerange, new in listings 1.4

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

17 years ago?xxx show all parameters containing xxx in InsetListingsParams, remove all_param_name...
Bo Peng [Tue, 5 Jun 2007 22:08:43 +0000 (22:08 +0000)]
?xxx show all parameters containing xxx in InsetListingsParams, remove all_param_names_ from ParValidator

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

17 years agoclean up the CV document class layouts
Uwe Stöhr [Tue, 5 Jun 2007 22:07:15 +0000 (22:07 +0000)]
clean up the CV document class layouts

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

17 years ago- add Farsi splash.lyx
Uwe Stöhr [Tue, 5 Jun 2007 21:31:39 +0000 (21:31 +0000)]
- add Farsi splash.lyx
- reordering SCons entries

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

17 years agoFix crash with multiple windows: Disconnect the Dialog::hideSlot signal for a deleted...
Bernhard Roider [Tue, 5 Jun 2007 19:02:06 +0000 (19:02 +0000)]
Fix crash with multiple windows: Disconnect the Dialog::hideSlot signal for a deleted Dialog instance.

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

17 years agoremove pit from addToToc definition in Inset.h, as reminded by Andre
Bo Peng [Tue, 5 Jun 2007 18:58:07 +0000 (18:58 +0000)]
remove pit from addToToc definition in Inset.h, as reminded by Andre

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

17 years agoMake non-spooled printing recognize printer given in print dialog.
Richard Heck [Tue, 5 Jun 2007 17:42:01 +0000 (17:42 +0000)]
Make non-spooled printing recognize printer given in print dialog.

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

17 years agoForgot to fix tab order at 18678.
Richard Heck [Tue, 5 Jun 2007 17:25:03 +0000 (17:25 +0000)]
Forgot to fix tab order at 18678.

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

17 years agoaddToToc, pass parent ParConstIterator, fix bug 3711
Bo Peng [Tue, 5 Jun 2007 17:24:11 +0000 (17:24 +0000)]
addToToc, pass parent ParConstIterator, fix bug 3711

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

17 years agoAdd a check for the evince viewer.
Richard Heck [Tue, 5 Jun 2007 17:23:09 +0000 (17:23 +0000)]
Add a check for the evince viewer.

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

17 years agoUpdates to printer preference dialog.
Richard Heck [Tue, 5 Jun 2007 15:19:13 +0000 (15:19 +0000)]
Updates to printer preference dialog.

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

17 years agoupdate from Pavel Sanda
Jean-Marc Lasgouttes [Tue, 5 Jun 2007 09:55:49 +0000 (09:55 +0000)]
update from Pavel Sanda

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

17 years ago * src/tex2lyx/text.cpp
Georg Baum [Tue, 5 Jun 2007 07:01:47 +0000 (07:01 +0000)]
* src/tex2lyx/text.cpp
(parse_box): Fix default height value (from Micha Feigin)

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

17 years agoinstaller updates
Uwe Stöhr [Mon, 4 Jun 2007 21:25:10 +0000 (21:25 +0000)]
installer updates

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

17 years agodeclarate zh.po to SCons
Uwe Stöhr [Mon, 4 Jun 2007 21:18:21 +0000 (21:18 +0000)]
declarate zh.po to SCons

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

17 years agoRemove uplicate entries in zh.po
Bo Peng [Mon, 4 Jun 2007 20:35:19 +0000 (20:35 +0000)]
Remove uplicate entries in zh.po

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

17 years agoTutorial.lyx: fix a typo
Uwe Stöhr [Mon, 4 Jun 2007 20:11:44 +0000 (20:11 +0000)]
Tutorial.lyx: fix a typo

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

17 years ago* indentation corrected
Stefan Schimanski [Mon, 4 Jun 2007 20:10:23 +0000 (20:10 +0000)]
* indentation corrected

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

17 years ago * po/de.po: updates
Michael Schmitt [Mon, 4 Jun 2007 18:42:21 +0000 (18:42 +0000)]
* po/de.po: updates

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

17 years ago* Make the selection drawing algorithm in Text aware of RTL and LTR mixed in a paragraph
Stefan Schimanski [Mon, 4 Jun 2007 18:41:56 +0000 (18:41 +0000)]
* Make the selection drawing algorithm in Text aware of RTL and LTR mixed in a paragraph
  (fixes bug 3550: Selection in mixed RTL-LTR paragraphs is broken)

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

17 years ago* Added another isRTL variant which takes a CursorSlice
Stefan Schimanski [Mon, 4 Jun 2007 18:40:06 +0000 (18:40 +0000)]
* Added another isRTL variant which takes a CursorSlice
* Use the isRTL information to compute the cursor position correctly around
  insets in RTL text. Those insets are positioned to the right of the cursor position
  in the text.
  (fixes issue (3) of bug 3551: Cursor movement in and around insets in RTL paragraphs)

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

17 years ago* stay in front of insets/segment on RTL/LTR boundary
Stefan Schimanski [Mon, 4 Jun 2007 18:35:03 +0000 (18:35 +0000)]
* stay in front of insets/segment on RTL/LTR boundary
  (fixes bug 3754: Cursor movement at RTL-LTR boundary)

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

17 years ago * po/*.po: remerge
Michael Schmitt [Mon, 4 Jun 2007 18:33:12 +0000 (18:33 +0000)]
* po/*.po: remerge

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

17 years ago * lib/layout/ijmpd.layout: remove yet another trailing space
Michael Schmitt [Mon, 4 Jun 2007 18:28:39 +0000 (18:28 +0000)]
* lib/layout/ijmpd.layout: remove yet another trailing space

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

17 years ago * lib/layouts/ijmpc.layout:
Michael Schmitt [Mon, 4 Jun 2007 18:26:06 +0000 (18:26 +0000)]
* lib/layouts/ijmpc.layout:
* lib/layouts/beamer.layout: remove trailing spaces

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

17 years agoAdd placeholders for Chinese translations
Bo Peng [Mon, 4 Jun 2007 18:16:22 +0000 (18:16 +0000)]
Add placeholders for Chinese translations

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

17 years ago * po/*.po: remerge
Michael Schmitt [Mon, 4 Jun 2007 18:08:12 +0000 (18:08 +0000)]
* po/*.po: remerge

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

17 years ago * lib/layouts/beamer.layout: harmonize LabelSeps as suggested by
Michael Schmitt [Mon, 4 Jun 2007 18:00:03 +0000 (18:00 +0000)]
* lib/layouts/beamer.layout: harmonize LabelSeps as suggested by
Jürgen; "xx" looks best

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

17 years ago * lib/layouts/beamer.layout: cleanup labels
Michael Schmitt [Mon, 4 Jun 2007 17:48:31 +0000 (17:48 +0000)]
* lib/layouts/beamer.layout: cleanup labels

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

17 years ago* src/frontends/qt4/ui/TocUi.ui:
Jürgen Spitzmüller [Mon, 4 Jun 2007 17:40:41 +0000 (17:40 +0000)]
* src/frontends/qt4/ui/TocUi.ui:
- remove unneeded and irritating label.

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

17 years agoFix bug 3701: Allow buffer dependent dialogs to remain open when buffer is closed...
Richard Heck [Mon, 4 Jun 2007 14:09:51 +0000 (14:09 +0000)]
Fix bug 3701: Allow buffer dependent dialogs to remain open when buffer is closed, so long as there is still an open buffer.

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

17 years agoFix bug 3800: Relabel old Adapt Output button and fix resulting problem with spacing.
Richard Heck [Mon, 4 Jun 2007 14:07:53 +0000 (14:07 +0000)]
Fix bug 3800: Relabel old Adapt Output button and fix resulting problem with spacing.

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

17 years agoFix bug 3794: Disable LFUN_WINDOW_CLOSE if only one window is open.
Richard Heck [Mon, 4 Jun 2007 13:43:58 +0000 (13:43 +0000)]
Fix bug 3794: Disable LFUN_WINDOW_CLOSE if only one window is open.

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

17 years ago * src/frontends/qt4/TocWidget.cpp (updateGui): do not call getGUIName, since
Jean-Marc Lasgouttes [Mon, 4 Jun 2007 13:27:27 +0000 (13:27 +0000)]
* src/frontends/qt4/TocWidget.cpp (updateGui): do not call getGUIName, since
this is already what we have; fixes a crash (bug 3793)

* src/frontends/controllers/ControlToc.h: make getGUIName private

* src/frontends/controllers/ControlToc.cpp (getGUIName): handle
correctly the lists of floats.

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

17 years ago* workaround for Qt not selecting a Times font on Mac with Qt 4.3.0. As soon as the
Stefan Schimanski [Mon, 4 Jun 2007 12:10:30 +0000 (12:10 +0000)]
* workaround for Qt not selecting a Times font on Mac with Qt 4.3.0. As soon as the
  bug is fixed in Qt an upper version bound should be added.

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

17 years ago* lib/doc/clipart/escher-lsd.eps:
Jürgen Spitzmüller [Mon, 4 Jun 2007 07:52:59 +0000 (07:52 +0000)]
* lib/doc/clipart/escher-lsd.eps:
* lib/doc/clipart/mobius.eps:
- fix broken image files.

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

17 years ago* draw cursor in the right shape (L_SHAPE, REVERSED_L_SHAPE or the normal one)
Stefan Schimanski [Mon, 4 Jun 2007 06:21:33 +0000 (06:21 +0000)]
* draw cursor in the right shape (L_SHAPE, REVERSED_L_SHAPE or the normal one)

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

17 years agoinstaller: fix a small bug
Uwe Stöhr [Mon, 4 Jun 2007 01:05:38 +0000 (01:05 +0000)]
installer: fix a small bug

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

17 years agoinstaller updates
Uwe Stöhr [Mon, 4 Jun 2007 00:13:58 +0000 (00:13 +0000)]
installer updates

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

17 years ago src/frontends/qt4/ui/ListingsUi.ui: better label text
Michael Schmitt [Sun, 3 Jun 2007 16:17:18 +0000 (16:17 +0000)]
src/frontends/qt4/ui/ListingsUi.ui: better label text

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

17 years ago * po/de.po: update
Michael Schmitt [Sun, 3 Jun 2007 13:55:59 +0000 (13:55 +0000)]
* po/de.po: update

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

17 years ago * po/*.po: remerge (the previous update was incomplete)
Michael Schmitt [Sun, 3 Jun 2007 10:41:11 +0000 (10:41 +0000)]
* po/*.po: remerge (the previous update was incomplete)

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

17 years ago * po/*.po: remerge
Michael Schmitt [Sun, 3 Jun 2007 10:37:33 +0000 (10:37 +0000)]
* po/*.po: remerge

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

17 years ago * po/ca.po: update by Joan Montané
Michael Schmitt [Sun, 3 Jun 2007 10:30:13 +0000 (10:30 +0000)]
* po/ca.po: update by Joan Montané

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

17 years ago * po/nb.po: update by Helge Hafting
Michael Schmitt [Sun, 3 Jun 2007 09:11:57 +0000 (09:11 +0000)]
* po/nb.po: update by Helge Hafting

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

17 years ago * src/insets/InsetListingsParams.cpp: fix user message
Michael Schmitt [Sun, 3 Jun 2007 06:30:08 +0000 (06:30 +0000)]
* src/insets/InsetListingsParams.cpp: fix user message

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

17 years agoFix for bugs 3741 and 3756. Here's what it does:
Richard Heck [Sat, 2 Jun 2007 15:48:21 +0000 (15:48 +0000)]
Fix for bugs 3741 and 3756. Here's what it does:

      * In the "Available" list, double clicking or hitting Enter adds a
        citation. Hitting Ctrl-Enter adds the citation and closes the
        dialog. Previously, Enter did what Ctrl-Enter now does if there
        was no other citation already selected and double clicking would
        close the dialog after adding the citation.
      * In the "Selected" list, Delete and Backspace delete the
        selection.
        Ctrl-Delete and Ctrl-Backspace clear the whole list.

Thanks to Abdel, Andre, and Lars for comments and help.

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

17 years agoFix bug 3363: mark buffer dirty after middle button paste in plain text and table...
Bo Peng [Sat, 2 Jun 2007 13:34:06 +0000 (13:34 +0000)]
Fix bug 3363: mark buffer dirty after middle button paste in plain text and table; set cursor at the end of pasted text

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

17 years agofix coding style (fix for 3320 and 3652)
Peter Kümmel [Sat, 2 Jun 2007 08:23:58 +0000 (08:23 +0000)]
fix coding style (fix for 3320 and 3652)

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

17 years agofix scrolling bug: 3320 and 3652, maybe not perfect
Peter Kümmel [Sat, 2 Jun 2007 08:01:12 +0000 (08:01 +0000)]
fix scrolling bug: 3320 and 3652, maybe not perfect

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

17 years agofix scrolling bug: 3320 and 3652, maybe not perfect
Peter Kümmel [Sat, 2 Jun 2007 07:58:11 +0000 (07:58 +0000)]
fix scrolling bug: 3320 and 3652, maybe not perfect

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

17 years ago* src/frontends/qt4/QDocument.cpp:
Jürgen Spitzmüller [Fri, 1 Jun 2007 17:44:04 +0000 (17:44 +0000)]
* src/frontends/qt4/QDocument.cpp:
- make everything translatable (fix bug 356)

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

17 years agoAnnounce the availability of two windows installers
Bo Peng [Fri, 1 Jun 2007 15:08:47 +0000 (15:08 +0000)]
Announce the availability of two windows installers

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

17 years ago* src/frontends/qt4/QListings.cpp:
Jürgen Spitzmüller [Fri, 1 Jun 2007 12:46:27 +0000 (12:46 +0000)]
* src/frontends/qt4/QListings.cpp:
- revert accidental change in revision 18624

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

17 years ago* src/frontends/qt4/QDocument.cpp:
Jürgen Spitzmüller [Fri, 1 Jun 2007 12:27:04 +0000 (12:27 +0000)]
* src/frontends/qt4/QDocument.cpp:
* src/frontends/qt4/QListings.cpp:
- mark gui strings as translatable.

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

17 years ago* src/frontends/qt4/ui/ListingsUi.ui:
Jürgen Spitzmüller [Fri, 1 Jun 2007 12:25:19 +0000 (12:25 +0000)]
* src/frontends/qt4/ui/ListingsUi.ui:
- minor layout fixes.

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

17 years agoFix bug 3759 for qt < 4.2
Georg Baum [Fri, 1 Jun 2007 09:39:19 +0000 (09:39 +0000)]
Fix bug 3759 for qt < 4.2

* src/support/qstring_helpers.cpp
(toqstr): Use iconv for surrogate pairs
(qstring_to_ucs4): ditto

* src/support/qstring_helpers.h
(qchar_to_ucs4): Remove obsolete comment, the doxygen doc is more
accurate

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

17 years ago * po/de.po: fix minor typos
Michael Schmitt [Fri, 1 Jun 2007 08:47:41 +0000 (08:47 +0000)]
* po/de.po: fix minor typos

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

17 years ago * de.po: more updates
Michael Schmitt [Fri, 1 Jun 2007 08:45:52 +0000 (08:45 +0000)]
* de.po: more updates

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

17 years ago * po/sl.po: remove another invalid email address
Michael Schmitt [Fri, 1 Jun 2007 08:23:34 +0000 (08:23 +0000)]
* po/sl.po: remove another invalid email address

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

17 years ago * pt.po: remove invalid email address (my mail server complains about it)
Michael Schmitt [Fri, 1 Jun 2007 07:51:49 +0000 (07:51 +0000)]
* pt.po: remove invalid email address (my mail server complains about it)

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

17 years ago * bg.po: update
Michael Schmitt [Fri, 1 Jun 2007 07:23:01 +0000 (07:23 +0000)]
* bg.po: update

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

17 years agoBack to svn and preparing for rc2
José Matox [Fri, 1 Jun 2007 00:02:49 +0000 (00:02 +0000)]
Back to svn and preparing for rc2

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

17 years agoFirst release candidate for 1.5.0 1.5.0rc1
José Matox [Fri, 1 Jun 2007 00:00:28 +0000 (00:00 +0000)]
First release candidate for 1.5.0

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

17 years agoLast update to announce before release candidate 1
José Matox [Thu, 31 May 2007 23:52:48 +0000 (23:52 +0000)]
Last update to announce before release candidate 1

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

17 years agoAllow rc as suffix for releases
José Matox [Thu, 31 May 2007 23:41:30 +0000 (23:41 +0000)]
Allow rc as suffix for releases

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

17 years agoUpdate translations for first release candidate
José Matox [Thu, 31 May 2007 23:38:47 +0000 (23:38 +0000)]
Update translations for first release candidate

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

17 years agoUpdate announce with small fixes
José Matox [Thu, 31 May 2007 23:33:08 +0000 (23:33 +0000)]
Update announce with small fixes

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

17 years agoAdd Dov Feldstern to the credits
Uwe Stöhr [Thu, 31 May 2007 22:42:00 +0000 (22:42 +0000)]
Add Dov Feldstern to the credits

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

17 years agoinstaller updates
Uwe Stöhr [Thu, 31 May 2007 22:11:23 +0000 (22:11 +0000)]
installer updates

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

17 years agoInsetListingsParams: allow key=value,key=value1 in listings parameters
Bo Peng [Thu, 31 May 2007 22:02:55 +0000 (22:02 +0000)]
InsetListingsParams: allow key=value,key=value1 in listings parameters

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

17 years agoAdd Mostafa Vahedi to the credits
Uwe Stöhr [Thu, 31 May 2007 21:53:52 +0000 (21:53 +0000)]
Add Mostafa Vahedi to the credits

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