Commit Graph

13871 Commits

Author SHA1 Message Date
Uwe Stöhr
22af50e83f - UserGuide.lyx: finish the beast!
Only this issue is open, help needed!:
   http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg127198.html

- German UserGuide.lyx: fix typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20249 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-13 01:12:12 +00:00
Enrico Forestieri
23456280af Fix crash with old versions (earlier than 2.2.92) of fontconfig.
* src/frontends/qt4/GuiFontLoader.{cpp,h}
	(GuiFontLoader::GuiFontLoader): don't store font IDs anymore,
	as we are not going to clean up after ourselves.
	(GuiFontLoader::~GuiFontLoader): make it virtual again and
	do nothing (avoids a crash with fontconfig < 2.2.92).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20247 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-12 19:08:04 +00:00
Uwe Stöhr
4a9c102a5e installer updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20243 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-12 18:42:01 +00:00
Uwe Stöhr
1a91f18eaf UserGuide.lyx: more work on Appendix B
Customization.lyx: revise converters section

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20242 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-12 18:39:30 +00:00
Jean-Marc Lasgouttes
378f3ec631 use mkdir -p directly since (1) we know darwin supports it and (2) we do not know whether to use $(mkdir_p) (automake 1.10) or $(MKDIR_P) (automake 1.9) (bug 4216)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20241 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-12 16:40:23 +00:00
Uwe Stöhr
3088b94098 status.15x: add entry for the Intro.lyx fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20234 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-11 22:34:55 +00:00
Uwe Stöhr
52fd558ce6 Intro.lyx: fix appearance of the word "LyX" in PDF-bookmarks
German Intro.lyx: update to format of the English and Spanish version

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20232 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-11 22:11:53 +00:00
Uwe Stöhr
bc2358a2c6 Thanks to Ignacio, we have a new Spanish UserGuide!
(now also in branch)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20229 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-11 21:48:18 +00:00
Uwe Stöhr
42330393c8 German UserGuide.lyx: some corrections
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20226 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-11 21:39:10 +00:00
Uwe Stöhr
40a03791ab UserGuide.lyx: more work on Appendix B
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20224 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-11 21:17:03 +00:00
Uwe Stöhr
44805e6951 unicodesymbols: workaround fix for an encoding bug in teTeX 3 /TeXLive 2005, see http://bugzilla.lyx.org/show_bug.cgi?id=4192#c10
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20223 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-11 20:48:32 +00:00
Richard Heck
99f97be8f4 Port change at 19867 by Abdel.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20222 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-11 20:38:25 +00:00
Abdelrazak Younes
5f24e6cc63 Bug fix: correctly redraw a Row containing and inset which Dimension slightly changed. This replace the need for leftEdgeFixed boolean in rowpainter.C:paintPar() which can be removed now.
* Inset::dimension(): access to dim_

* TextMetrics?::redoParagraph(): checking Inset::metrics() returned boolean is not enough as the internal dimension is changed down in the inheritance chain for InsetFoot?->InsetCollapsable?->InsetText?. 


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20221 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-11 20:37:03 +00:00
Abdelrazak Younes
b01b6a3023 BufferView: Be on the safe side: clear out all of text_metrics_ when doing a full update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20220 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-11 20:09:36 +00:00
Michael Schmitt
bd5fd1bc17 * po/de.po: fix 4 messages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20219 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-11 19:53:53 +00:00
Michael Schmitt
ba417da681 * po/*.po: remerge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20218 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-11 19:46:59 +00:00
José Matox
5762e39f80 Allow documentation TOC titles to be unicode (not just ascii)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20210 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-11 09:45:47 +00:00
Jürgen Spitzmüller
fe4dbab025 Backport revision 19473:
* config/lyxinclude.m4: more verbose message.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20206 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-11 06:26:02 +00:00
Jürgen Spitzmüller
33384ba6b2 Backport revision 19747:
* src/frontends/qt4/GuiView.h:
	- Delete include of config.h. This was needed only for the qt3 port.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20205 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-11 06:21:53 +00:00
Enrico Forestieri
3162f403b5 Another batch of improved icons.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20201 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-10 21:31:15 +00:00
Bo Peng
f79e11e5f1 backport r19472
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20199 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-10 19:24:43 +00:00
Uwe Stöhr
25ec5f0279 UserGuide.lyx: add note about LyX proper names and an info about LyX's proposed index entries
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20197 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-10 19:15:10 +00:00
Jürgen Spitzmüller
2b240a39c2 * src/insets/InsetCommand.{cpp,h}:
- implement edit function that opens the inset's dialog.
* src/BufferView.cpp (doDispatch):
	- call inset->edit (i.e. open dialog) for EDITABLE insets on next-inset-toggle (bug 2907)
* src/Text3.cpp (doDispatch: INDEX_INSERT):
	- move inset->edit to where it belongs.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20192 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-10 16:04:21 +00:00
Abdelrazak Younes
a0c7b98414 Fix bug where the cursor was largely off-screen on document opening (bug 3427).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20191 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-10 14:44:05 +00:00
José Matox
12c9598e9e Fix bug 3798
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20188 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-10 13:45:22 +00:00
Jürgen Spitzmüller
e93b4dc529 * src/Paragraph.cpp (getLabelWidthString):
- don't judge possibility of configurable label string by the existence of such,
	  but rather by the margintype (bug 4127) 

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20187 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-10 13:44:49 +00:00
Uwe Stöhr
b0d10b4f3e LaTeXConfig.lyx.in: update file format to that of LyX 1.5.1 and fix description of floatflt
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20184 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-09 23:24:56 +00:00
Uwe Stöhr
4f425f4ef9 UserGuide.lyx: fix bug 4192 (hopefully)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20182 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-09 22:07:45 +00:00
Uwe Stöhr
e8add82ded LyX.py: fix thinko that lead to out of range list when adding a file to the documentation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20180 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-09 21:27:47 +00:00
Uwe Stöhr
80c1ff558c UserGuide updates: merge changes done the last week in trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20179 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-09 21:26:36 +00:00
Uwe Stöhr
8ef40d8225 installer updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20169 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-09 13:59:30 +00:00
Enrico Forestieri
86843c510d Improve some icons.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20167 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-09 13:41:44 +00:00
Enrico Forestieri
d2ec83cd5d Forgot this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20166 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-09 13:36:12 +00:00
Enrico Forestieri
f6b585d311 Register math fonts with Qt 4.2 or higher. Using Qt 4.1, the old
xft-fonts package is still required. However, on *nix there seem
to be no way to tell fontconfig to prefer our fonts instead of
others matching the requirements, so, in case of conflict, the
fontconfig files should be manually adjusted, or some existing
font package used (note that the quality of the bakoma fonts is
better than that of the xft ones). There is no such problem on
Windows where our private fonts are always preferred over the
installed ones (and I hope the same holds true for Mac).

	* src/LyX.cpp
	(LyX::exec): don't call addFontResources() and restoreFontResources()
	anymore, as the frontend code will do the job.

	* src/frontends/qt4/GuiFontLoader.{cpp,h}
	(GuiFontLoader::GuiFontLoader): register math fonts with Qt.
	(GuiFontLoader::~GuiFontLoader): unregister math fonts.

	* src/support/os.h
	* src/support/os_unix.cpp
	* src/support/os_win32.cpp
	* src/support/os_cygwin.cpp:
	remove code dealing with fonts.

	* configure.ac: don't check for fontconfig headers anymore.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20148 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-08 17:35:21 +00:00
Uwe Stöhr
2a40006af6 German UserGuide.lyx: forgot a web link
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20135 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-07 19:00:06 +00:00
Uwe Stöhr
3a277b7a83 installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20133 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-07 18:47:28 +00:00
Uwe Stöhr
2f738a51e3 German UserGuide.lyx: updates from Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20132 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-07 18:46:48 +00:00
Enrico Forestieri
103881eb31 Tweak some images for better on screen rendering.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20126 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-07 15:42:46 +00:00
Jean-Marc Lasgouttes
fd17266d65 Fix bug 4212
* Text2.cpp (deleteEmptyParagraphMechanism):
	* paragraph_func.cpp (breakParagraph): make sure that the start of 
	appendix marker is not lost when deleting or breaking a paragraph



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20125 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-07 13:27:38 +00:00
Alfredo Braunstein
80af79b747 optimization: avoid checking fonts if lyxrc.rtl_support is false
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20124 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-07 10:31:32 +00:00
Alfredo Braunstein
99dbbcfa3f font optimization: avoid one font copy in getFont
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20123 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-07 10:24:58 +00:00
Enrico Forestieri
e622379109 Was forgetting this.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20117 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-06 23:30:23 +00:00
Uwe Stöhr
7164864d92 installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20116 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-06 23:24:55 +00:00
Enrico Forestieri
1327cb19f0 Removed a 1 pixel border around some images. In this way they are
rendered much better on screen as they are not blurred.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20115 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-06 23:14:41 +00:00
Uwe Stöhr
686d75e76c status.15x: entry for changeset 20108
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20114 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-06 21:50:27 +00:00
Uwe Stöhr
179e6f6500 German UserGuide.lyx: remove some ERT
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20113 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-06 18:30:51 +00:00
Martin Vermeer
b074fa50bf another translation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20111 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-06 18:10:11 +00:00
Martin Vermeer
b75e3a7a16 Fix ambiguity in translation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20110 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-06 18:06:14 +00:00
Martin Vermeer
e1cdcc86e4 Fix old error string in Cases
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20109 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-06 18:03:04 +00:00
Bo Peng
4c43b3465f Fix bug 4193: Revert and saveAs treated as "file is externally modified"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20108 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-06 16:09:28 +00:00