Angus Leeming
6793a2b9cd
Comments.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9373 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-14 16:38:20 +00:00
Angus Leeming
c6b604aad4
Clean-up interface to os::init.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9371 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-14 16:19:53 +00:00
Angus Leeming
40113d7c95
Use ios__binary mode to copy files.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9370 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-14 14:17:17 +00:00
Angus Leeming
2237e799ed
* os.C: #include "os_win32.h" for _WIN32.
...
* systemcall.C: The "/n" in "start /min/n" makes no sense under DOS.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9368 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-14 12:30:33 +00:00
Angus Leeming
f2240515c7
* Remove unnecessary #include directive from BufferView_pimpl.C.
...
* Remove invalid Q_EXPORT declaration as it breaks compilation of the
generated qgridview_moc.C on Windows machines. Has no effect on *nix
machines where Q_EXPORT expands to an empty string.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9366 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-14 11:07:08 +00:00
Angus Leeming
b487b66e37
Remove trailing slash from -Ifoo/ in the INCLUDES rules in the various
...
Makefile.ams to overcome bug in the MinGW port of g++ 3.4.2.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9363 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-14 10:40:09 +00:00
Angus Leeming
c22a56e544
Change targets lyx_main.o and main.o to lyx_main.$(OBJEXT) and
...
main.$(OBJEXT) to ensure compilation proceeds on Windows machines.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9362 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-14 10:27:59 +00:00
Jean-Marc Lasgouttes
e464398e44
remove all traces of #pragma interface/implementation
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9357 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-07 10:50:09 +00:00
Jean-Marc Lasgouttes
56c4672858
handle insetlatexaccent, hyphenation point and ligature breaks as part of a word
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9252 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-15 14:50:54 +00:00
Jean-Marc Lasgouttes
a2891b5255
propagate the need_protect property to optional insets (bug 1739)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9250 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-15 13:57:22 +00:00
Jean-Marc Lasgouttes
10b52fe365
revert fix for bug 1682
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9234 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-12 14:47:40 +00:00
Jean-Marc Lasgouttes
92fd8fe7c0
fix off-by-one error (bug 1682)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9217 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-09 16:59:04 +00:00
Jean-Marc Lasgouttes
f6e1dce559
fix GNU make problem for xforms
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9176 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-05 11:48:57 +00:00
Jean-Marc Lasgouttes
e6b93148d1
better fix for bug 1523
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9164 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-04 14:44:34 +00:00
Jürgen Spitzmüller
175ba51077
use thanks instead of footnote on the titlepage (bug 1677)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9125 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-25 08:51:39 +00:00
Jean-Marc Lasgouttes
691a61bf7b
implement buffer-next/previous (bug 515)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9104 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-22 10:25:13 +00:00
Jürgen Spitzmüller
cbd7c1daf4
backport fix for the broken calculation of percentual LaTeXStrings (bug 1523)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9102 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-22 09:08:55 +00:00
Georg Baum
040b1ad7ed
fix math-mutate (something invalid)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9095 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-18 15:08:42 +00:00
Jean-Marc Lasgouttes
b8b133e6c4
fix math fonts with LyX/Mac
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9087 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-13 16:15:17 +00:00
Jean-Marc Lasgouttes
37696037d5
this is 1.3.5
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9056 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-06 14:21:59 +00:00
Angus Leeming
53837f4762
Quote shell variables in generated graphics conversion script.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9029 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-01 14:55:28 +00:00
Jean-Marc Lasgouttes
4a66e4e538
fix bug 1404
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9015 a592a061-630c-0410-9148-cb99ea01b6c8
2004-09-27 10:55:57 +00:00
Jean-Marc Lasgouttes
2d17927ec2
avoid spaces around math formulas in plain text output
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8992 a592a061-630c-0410-9148-cb99ea01b6c8
2004-09-21 09:58:23 +00:00
Jean-Marc Lasgouttes
f47e4b0250
translate correctly the Qt builtin dialogs according to locale
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8971 a592a061-630c-0410-9148-cb99ea01b6c8
2004-09-09 09:35:17 +00:00
Georg Baum
1d4b2ab362
paperpackage fix, hopefully without side effects
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8839 a592a061-630c-0410-9148-cb99ea01b6c8
2004-07-15 11:13:10 +00:00
Jürgen Spitzmüller
13d1259c7c
revert paperpackage fix. It had bad side effects
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8834 a592a061-630c-0410-9148-cb99ea01b6c8
2004-07-04 10:17:29 +00:00
Jean-Marc Lasgouttes
efbffd86e9
support fully the LANGUAGE variable
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8827 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-29 12:55:17 +00:00
Jürgen Spitzmüller
f5781acad0
fix off-by-one-error with paperpackage selection
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8823 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-27 12:36:22 +00:00
Jürgen Spitzmüller
3fa836599c
disallow the insertion of incomplete citation references, prevent crash (bug 1617)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8817 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-21 08:55:50 +00:00
Angus Leeming
bc3f8c8225
The Instant Preview script in python.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8810 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-09 12:35:49 +00:00
Angus Leeming
6ae2d83a95
Set the default button in the print dialog to OK.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8745 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-05 11:14:27 +00:00
Angus Leeming
8ee832f04b
Squash bug 803 in the 13x branch too.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8742 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-05 09:51:12 +00:00
Jean-Marc Lasgouttes
7da574e2af
make sure that #warning directives are optional
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8732 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-04 09:15:49 +00:00
Jean-Marc Lasgouttes
dcabae77af
fix compilation with gcc 3.4
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8713 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-29 15:57:12 +00:00
Jean-Marc Lasgouttes
2de596b2e0
fix arabtex-related problems (bug 1225 and bug 1404)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8692 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-22 13:59:39 +00:00
Jean-Marc Lasgouttes
34e3699218
compilation fix
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8691 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-22 13:12:10 +00:00
Jean-Marc Lasgouttes
7d4e362529
fix old typo reported by Garst
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8676 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-19 19:58:58 +00:00
Jean-Marc Lasgouttes
2046247eb2
fix bibtex file name handling (related to bug 605)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8674 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-19 15:21:19 +00:00
Jean-Marc Lasgouttes
319e1c38b7
partial fix for bug 605
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8662 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-18 15:36:05 +00:00
Jean-Marc Lasgouttes
3f10d3d35c
quote arguments of makeindex and bibtex (bug 1526); remove editable() method from InsetOptArg (was wrong)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8661 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-18 11:21:22 +00:00
Angus Leeming
31342300ea
\boldsymbol fix.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8629 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-08 12:53:53 +00:00
Jean-Marc Lasgouttes
e0c03c9cc5
fix bogus error when deleting temp dir
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8628 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-08 10:16:45 +00:00
Jean-Marc Lasgouttes
7b060a4ea1
silence automake warning
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8604 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-05 15:59:47 +00:00
Jean-Marc Lasgouttes
c5cc0892ea
fix linking with Qt/Mac 3.3.1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8533 a592a061-630c-0410-9148-cb99ea01b6c8
2004-03-26 15:35:35 +00:00
Jean-Marc Lasgouttes
1c2aa05005
more tweaks to i18nLibFileSearch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8522 a592a061-630c-0410-9148-cb99ea01b6c8
2004-03-24 13:17:35 +00:00
Jean-Marc Lasgouttes
3be7c8f124
status.13x
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8520 a592a061-630c-0410-9148-cb99ea01b6c8
2004-03-24 12:07:23 +00:00
Jürgen Spitzmüller
26913644d5
use opening quotation marks after '[' char
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8494 a592a061-630c-0410-9148-cb99ea01b6c8
2004-03-16 10:49:58 +00:00
Jean-Marc Lasgouttes
75f68b8980
this is lyx 1.3.4
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8446 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-19 11:41:00 +00:00
Jean-Marc Lasgouttes
0082b84464
let lyx/mac find its locale when relocated
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8426 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-12 17:18:02 +00:00
Jean-Marc Lasgouttes
1b70127435
compile fix for stlport
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8425 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-12 16:52:28 +00:00