Commit Graph

3825 Commits

Author SHA1 Message Date
Angus Leeming
c723c2aeff * Improve error reporting.
* Make it work with scary_eqns.lyx by repeating the LaTeX run if it failed
first time round, but this time remove the showlabels option from
preview.sty.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4704 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-18 17:17:17 +00:00
Angus Leeming
6206e59009 File monitoring is Go!
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4703 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-18 14:01:42 +00:00
André Pönitz
10fd14e55b enable insertion of spaces in all \textxxx modes.
some cleanup.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4702 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-18 11:02:33 +00:00
André Pönitz
cec9c25bd7 bug fix (missing assingment of split result)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4701 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-18 10:09:58 +00:00
André Pönitz
31d1ab96b6 leave formula when pressing end at the end of a formula (and similarly
'home' at the beginning)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4700 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-18 10:07:20 +00:00
André Pönitz
d242ff53eb some spaces had disappeared
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4699 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-18 09:13:10 +00:00
John Levon
a598ff6bd3 remove spurious std::
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4698 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-18 01:23:12 +00:00
Jean-Marc Lasgouttes
0e94da770a fix startup when lyx binary is a symlink
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4697 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 21:43:06 +00:00
Jean-Marc Lasgouttes
acb4e0a1d3 fix compilation; remove cruft in configure script (I may have removed too much, but we will readd them if needed)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4695 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 21:14:04 +00:00
Dekel Tsur
7faf5f9b7b Compilation fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4694 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 19:22:51 +00:00
Angus Leeming
ddb684f332 Disable direct loading of PostScript files by the xforms image loader.
Apply Herbert's patch removing special casing to deal with rogue PostScript
files.
Fix a few more comments.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4693 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 17:55:21 +00:00
André Pönitz
b1fbce7d59 revert $$s change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4692 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 17:26:35 +00:00
André Pönitz
c69579b679 donn't mutate align to alignat
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4691 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 17:25:17 +00:00
Angus Leeming
9e6bc6ba41 Fix comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4690 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 17:21:11 +00:00
Angus Leeming
4303dd8738 Fix comments.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4689 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 17:16:15 +00:00
Angus Leeming
c62517df1c Fix comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4688 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 17:10:45 +00:00
Angus Leeming
f643df79a8 * Make the graphics files conform strictly to the Pimpl idiom by moving
the boost::signals into the relevant Impl classes and creating new,
publicly-accessible connect() methods.
* Const-ify all publicly-accessible methods, reflecting the fact that each
class contains only a const pimpl_ member variable.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4687 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 16:56:42 +00:00
John Levon
360890e572 remove commandshortcut as a member
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4686 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 16:18:13 +00:00
André Pönitz
19699c9f57 fill in 'extra' field for displaystyle etc
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4685 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 15:58:00 +00:00
André Pönitz
1a696271da honor \displaystyle etc on screen
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4684 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 15:57:03 +00:00
Edwin Leuven
9a4842fc84 Add paragraph dialog to qt2 frontend. First commit, I am sure it can be done better but it works.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4683 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 15:51:23 +00:00
André Pönitz
6b03e0d948 FormPreferences.C: add help for $$s feature, lots of stupid "code beautifying"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4682 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 15:34:00 +00:00
André Pönitz
6280787bdb short cut for using converter scripts from lib/scripts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4681 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 14:57:37 +00:00
André Pönitz
f08bbffb0b remove unneeded declarations
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4680 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 14:46:38 +00:00
Angus Leeming
4b0c1d1065 Compilation fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4679 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 12:07:57 +00:00
André Pönitz
8c7befa454 fix typo in font list, add \hbar symbol
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4678 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 11:37:28 +00:00
André Pönitz
0bd8435f7e next shot at xxalignat
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4677 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 11:21:22 +00:00
Jean-Marc Lasgouttes
9d7f1f305b fix section bindings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4676 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 11:20:48 +00:00
André Pönitz
2858081d89 Herbert's compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4674 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 11:05:16 +00:00
André Pönitz
baf8d2da9f fixes for \xxalignat and old style font changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4673 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 10:25:33 +00:00
John Levon
fe9d927e39 remove 2nd exit confirmation. I think this mutated over time, because
the descriptions of what the option did disagree


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4672 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 04:53:05 +00:00
John Levon
91bcdf564a Make showState be view_state_changed, and rename setState to something
more descriptive


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4671 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 04:13:41 +00:00
John Levon
264b62f42f missing diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4670 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 03:03:04 +00:00
John Levon
86c56861fe add using std::endl
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4669 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 02:12:12 +00:00
Jean-Marc Lasgouttes
1dbfc15548 fix 514 (from herbert)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4668 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 22:12:25 +00:00
Jean-Marc Lasgouttes
7de2b3523e forgot these
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4664 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 22:07:14 +00:00
Jean-Marc Lasgouttes
eaa7d722d5 add fig format; support entering cyrillic and greek characters
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4663 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 22:03:20 +00:00
Jean-Marc Lasgouttes
57e89ae2bf compile fix in XPM image loader; fix opaque handling; remove warnings; fix turkish locale problems; add shortcuts to documents menu
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4661 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 21:17:10 +00:00
Jean-Marc Lasgouttes
88d7912df3 remove old banner; improve starred sections binding
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4659 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 20:53:56 +00:00
André Pönitz
7c3cc29952 more work on \parbox support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4657 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 18:22:45 +00:00
Angus Leeming
6f5149f565 add some #ifdef ugliness to enable the home grown image loader to work too.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4656 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 18:20:12 +00:00
Angus Leeming
b676c4e77d Small tidy up of preview code, part II.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4655 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 18:10:51 +00:00
Angus Leeming
4432148136 Small tidy up of preview code, part I.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4654 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 18:10:03 +00:00
Angus Leeming
830ef843a6 remove the extra pixels required to accommodate the mathed active frame
when in Preview mode.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4653 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 18:04:57 +00:00
André Pönitz
9bb9c32bbc some more changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4652 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 14:13:11 +00:00
André Pönitz
e76b396311 further FileInfo.[Ch] cleaning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4649 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 13:00:12 +00:00
Jean-Marc Lasgouttes
7eafa404b8 more files to ignore
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4647 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 10:18:40 +00:00
André Pönitz
6facfcf446 clean up
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4646 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 10:05:52 +00:00
André Pönitz
c3a53defe8 small cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4644 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 08:31:21 +00:00
John Levon
361d3fd6a2 x prefs crash when no buffer as reported by Rob
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4643 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-15 18:01:29 +00:00