Commit Graph

13842 Commits

Author SHA1 Message Date
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
Jean-Marc Lasgouttes
6250d717f2 change the way i18n status is built for the web site. The data is now in a i18n.inc file instead of generating the whole i18n.php
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20097 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-06 10:58:21 +00:00
Enrico Forestieri
1e0d4efde1 Mention updated Italian translation in status.15x
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20091 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-06 02:52:55 +00:00
Uwe Stöhr
b45cf9e0d3 it.po: Enrico takes now care since Kostantino retired
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20086 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-05 22:40:17 +00:00
Uwe Stöhr
05844f100a update po file dates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20085 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-05 22:33:58 +00:00
Uwe Stöhr
80dbc5b178 German UserGuide.lyx: updates from Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20061 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-05 00:30:31 +00:00
Uwe Stöhr
5d52a39482 README.localization: more translation infos from Pavel
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20060 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-05 00:27:11 +00:00
Uwe Stöhr
2c86a848de Spanish EmbeddedObjects.lyx: updates from Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20059 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-05 00:21:24 +00:00
Jean-Marc Lasgouttes
6fc09127d7 update to czech l10n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20036 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-04 13:58:41 +00:00
Enrico Forestieri
2fef8a94bd Register math fonts with fontconfig
* src/support/os_unix.cpp
	  (addFontResources): add the system fonts dir to the paths
	  scanned by fontconfig.
	  (restoreFontResources): remove the system fonts dir from the
	  fontconfig configuration.

	* configure.ac:
	  add check for the fontconfig devel headers.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20035 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-04 13:34:50 +00:00
Georg Baum
0b8a9ce8eb Fix wrong information about encodings (LaTeX does not determine any
encoding from a language) and remove windows speak (code page).
This is not perfect, but at least not wrong (therefore committing without
asking for permission).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19946 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-31 12:47:50 +00:00
Alfredo Braunstein
f3b55ec4e7 fix bug 3600
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19942 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-31 10:45:51 +00:00
Georg Baum
c51c8a7257 fix bug 4132: parse some more column specifiers
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19941 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-31 10:31:19 +00:00
Uwe Stöhr
d6b762caec status.15x: tiny cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19933 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-30 22:46:03 +00:00
Uwe Stöhr
5adfa93377 fi.po: fix broken file to make it compile again
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19931 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-30 22:42:41 +00:00
Uwe Stöhr
9e9dedf91e German UserGuide.lyx: updates from Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19930 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-30 22:41:31 +00:00
Richard Heck
484ce8eba7 Fix bug 3999: Highlight search text.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19917 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-30 15:06:14 +00:00
Martin Vermeer
a5557e3ff1 More translations
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19909 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-30 08:22:57 +00:00
Uwe Stöhr
b0d387cbf0 German UserGuide.lyx: updates from Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19905 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-30 01:08:44 +00:00
Uwe Stöhr
ca6c502075 installer updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19904 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-30 00:58:33 +00:00
Uwe Stöhr
c37dad9e99 documentation: bugfixes by Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19903 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-30 00:54:02 +00:00
Richard Heck
d8b1045725 Another late status.15x.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19891 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-29 15:42:54 +00:00
Richard Heck
98a7516921 Fix bug 4170: Close window when user wants it closed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19890 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-29 15:31:22 +00:00
José Matox
0471fe4eea Add entry to status.15x about fix to bug 4158
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19888 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-29 14:18:17 +00:00
José Matox
e8ad536bf4 Fix bug 4158.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19887 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-29 13:39:39 +00:00
Jürgen Spitzmüller
97e7578b62 * src/Text2.cpp:
- fix wrong DEPM in ct mode (bug 3961).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19885 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-29 13:05:35 +00:00
Uwe Stöhr
7d327f2688 German Extended.lyx and UserGuide.lyx: updates from Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19882 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-29 00:22:34 +00:00
Uwe Stöhr
5a795efa7c tiny installer update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19881 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-28 23:55:39 +00:00
Uwe Stöhr
afb7552924 status.15x change for previous commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19878 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-28 23:47:38 +00:00
Uwe Stöhr
6e97c78ccc EmbeddedObjects.lyx: correct the description of the list of algorithms
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19877 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-28 23:44:17 +00:00