Bo Peng
3a5c55e30d
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
2007-06-07 21:55:55 +00:00
Bo Peng
358e7136f2
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
2007-06-07 21:36:42 +00:00
Stefan Schimanski
27bc728f14
* 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
2007-06-07 20:40:01 +00:00
Stefan Schimanski
6daaf5388b
* 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
2007-06-07 20:39:14 +00:00
Stefan Schimanski
41e194bf88
* 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
2007-06-07 19:55:22 +00:00
Stefan Schimanski
ff8fcc268a
* 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
2007-06-07 19:50:02 +00:00
Jürgen Spitzmüller
e91029ae51
* 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
2007-06-07 18:17:23 +00:00
Richard Heck
2dbfe820d8
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
2007-06-07 18:13:10 +00:00
Bo Peng
8153ea8fa7
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
2007-06-07 18:08:03 +00:00
Jürgen Spitzmüller
5a7524ac9b
* 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
2007-06-07 17:27:10 +00:00
Richard Heck
2ac6d3e9c2
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
2007-06-07 14:10:13 +00:00
Edwin Leuven
9831f407f1
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
2007-06-07 12:45:11 +00:00
Uwe Stöhr
2601385348
installer updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18696 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-07 11:50:21 +00:00
Jean-Marc Lasgouttes
4573c7f2ab
Use "overwrite" instead of "over-write"
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18695 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-07 07:50:27 +00:00
Michael Schmitt
3fa2f90800
* lib/layouts/*.layout: harmonize text class names
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18694 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-07 06:32:46 +00:00
Bo Peng
7350639361
Update Toc when navigation menu is trigged.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18693 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-06 21:19:15 +00:00
Richard Heck
30a63bd86f
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
2007-06-06 19:33:57 +00:00
Richard Heck
8559f2fd0e
Reorder checks for PDF and PS converters.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18691 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-06 15:47:41 +00:00
Jean-Marc Lasgouttes
36481c2744
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
2007-06-06 13:52:31 +00:00
Jean-Marc Lasgouttes
087e9eb578
* 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
2007-06-06 12:19:48 +00:00
Bo Peng
3175ee9c0d
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
2007-06-06 02:03:16 +00:00
Bo Peng
276f6fcde5
?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
2007-06-05 22:08:43 +00:00
Uwe Stöhr
221b6a8452
clean up the CV document class layouts
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18686 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-05 22:07:15 +00:00
Uwe Stöhr
bd380926a0
- add Farsi splash.lyx
...
- reordering SCons entries
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18685 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-05 21:31:39 +00:00
Bernhard Roider
90f2bbe012
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
2007-06-05 19:02:06 +00:00
Bo Peng
8aa6a50e69
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
2007-06-05 18:58:07 +00:00
Richard Heck
590e76e591
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
2007-06-05 17:42:01 +00:00
Richard Heck
cbcfee4fcc
Forgot to fix tab order at 18678.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18681 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-05 17:25:03 +00:00
Bo Peng
d3e30f8d9b
addToToc, pass parent ParConstIterator, fix bug 3711
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18680 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-05 17:24:11 +00:00
Richard Heck
4fb4c517fd
Add a check for the evince viewer.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18679 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-05 17:23:09 +00:00
Richard Heck
a83a999c72
Updates to printer preference dialog.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18678 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-05 15:19:13 +00:00
Jean-Marc Lasgouttes
5f5656f368
update from Pavel Sanda
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18677 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-05 09:55:49 +00:00
Georg Baum
05f882271d
* 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
2007-06-05 07:01:47 +00:00
Uwe Stöhr
abab358ff6
installer updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18674 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-04 21:25:10 +00:00
Uwe Stöhr
d9c6ede4cc
declarate zh.po to SCons
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18673 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-04 21:18:21 +00:00
Bo Peng
23c478f0bc
Remove uplicate entries in zh.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18672 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-04 20:35:19 +00:00
Uwe Stöhr
fa7c846c85
Tutorial.lyx: fix a typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18671 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-04 20:11:44 +00:00
Stefan Schimanski
cc8206297a
* indentation corrected
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18670 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-04 20:10:23 +00:00
Michael Schmitt
5104ec2717
* po/de.po: updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18669 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-04 18:42:21 +00:00
Stefan Schimanski
aa64f8da68
* 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
2007-06-04 18:41:56 +00:00
Stefan Schimanski
de15c267e3
* 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
2007-06-04 18:40:06 +00:00
Stefan Schimanski
6d67f77467
* 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
2007-06-04 18:35:03 +00:00
Michael Schmitt
d2b9ba811e
* po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18665 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-04 18:33:12 +00:00
Michael Schmitt
00925e923b
* 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
2007-06-04 18:28:39 +00:00
Michael Schmitt
fe300cf3f7
* 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
2007-06-04 18:26:06 +00:00
Bo Peng
332ae5e2f6
Add placeholders for Chinese translations
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18662 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-04 18:16:22 +00:00
Michael Schmitt
16039fbd80
* po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18661 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-04 18:08:12 +00:00
Michael Schmitt
f4f593495c
* 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
2007-06-04 18:00:03 +00:00
Michael Schmitt
de3b6cc172
* lib/layouts/beamer.layout: cleanup labels
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18659 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-04 17:48:31 +00:00
Jürgen Spitzmüller
fc9f0d3d0c
* 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
2007-06-04 17:40:41 +00:00