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
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