Commit Graph

1866 Commits

Author SHA1 Message Date
André Pönitz
6c1b980274 Fix compilation qt + included string by getting rid of the #ifdef
BOOST_FORMAT stuff


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7257 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-10 12:14:47 +00:00
Martin Vermeer
cf9da8bc68 Extend Note inset to other forms of annotation like Comment
and Greyedout. Right button click gives dialog.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7244 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-08 14:19:25 +00:00
Alfredo Braunstein
e3fc822783 Added new signals to Buffer, connect/disconnect to them in BufferView, added BufferView::newFile
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7242 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-07 08:37:02 +00:00
Lars Gullik Bjønnes
fe390e9da1 namespace grfx -> lyx::graphics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7239 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-04 08:23:23 +00:00
John Levon
961883ed6d Enable View properly.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7238 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-03 14:31:11 +00:00
Lars Gullik Bjønnes
92d522b7f1 introduce namespace lyx::support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7224 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-30 23:56:22 +00:00
André Pönitz
fa78e1ddb6 re-enable --with-included-string
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7223 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-30 15:06:30 +00:00
André Pönitz
0519b8a2f2 use bformat() when appropriate
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7221 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-30 10:32:43 +00:00
Lars Gullik Bjønnes
1a8665988f the doxygen patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7219 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-28 01:23:11 +00:00
André Pönitz
5795dddd40 remove LyXCursor::row_ member
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7214 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-27 08:38:41 +00:00
Alfredo Braunstein
43c6809ab4 Fix two loading-related bugs reported by Kayvan
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7213 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-27 07:11:31 +00:00
Alfredo Braunstein
3508b30871 More errorlist adjustements.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7209 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-24 20:42:15 +00:00
Jean-Marc Lasgouttes
5c17c617f7 do not add non-exisitent icons in toolbar (qt); honor the LYX_DIR_14x variable; set LyX version in documents to 1.4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7204 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-23 13:18:56 +00:00
Alfredo Braunstein
74aaf64a53 The error boxes are no more! See also Bug: 192, Bug: 807, Bug: 899 and Bug: 973
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7201 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-21 08:50:06 +00:00
Alfredo Braunstein
ffb610695f added a parseError signal to Buffer and use it
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7200 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-20 23:03:43 +00:00
Angus Leeming
2b1a447714 Fix the texinfo dialog and associated cleanup.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7196 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-20 14:03:49 +00:00
Alfredo Braunstein
2d8eb4b9d4 take several functions out of BufferList, and split functionality
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7195 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-20 12:46:28 +00:00
Angus Leeming
87f831b8ba Move the Texinfo dialog to the new Dialog scheme.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7193 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-19 17:16:12 +00:00
Angus Leeming
10ca5f5545 Formatting only
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7192 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-19 16:58:28 +00:00
Angus Leeming
bb01b3884c Remove 14 LFUNs; use "dialog-show <name> <data>" instead.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7191 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-19 16:49:45 +00:00
Angus Leeming
97a22937d2 Revert Rob's changes 'til we work out what weird thing xforms is up to.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7190 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-19 16:39:15 +00:00
Angus Leeming
a0892f87e9 Get rid of Dialogs::showMathPanel.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7181 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-17 13:16:25 +00:00
Angus Leeming
8f877fd574 Move xforms' Maths Panel to the new scheme.
Rename ControlMaths2 as ControlMaths.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7180 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-17 12:53:35 +00:00
Angus Leeming
256064c765 Convert FormMathsBitmap to the new scheme.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7179 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-17 12:15:58 +00:00
Angus Leeming
8b5b727d52 Move 4 of the xforms math (sub) dialogs to the new scheme.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7178 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-17 10:30:38 +00:00
Angus Leeming
a0aa73cf1e Fix memory leaks in the Qt math panel.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7176 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-17 00:30:47 +00:00
André Pönitz
2a5ab60ce8 IU of clone() and getLabelList()
Some mathed internal renamings to prepare further IU


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7173 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-16 11:49:38 +00:00
John Levon
1e909d97f0 make OK default
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7172 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-14 15:13:55 +00:00
André Pönitz
0c52be524c make tabular a proper member of InsetTabular
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7170 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-13 07:37:48 +00:00
John Levon
8729f33e41 reduce visual clutter in the xref dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7169 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-13 02:02:35 +00:00
John Levon
c1e009f2d3 go through horrendous contortions to work around font breakage in every
bloody Qt release. Bleh. I say, bleh.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7168 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-13 00:20:31 +00:00
Angus Leeming
9fc4051e89 Get rid of current_view.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7165 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-12 14:25:17 +00:00
Angus Leeming
4fea79a14b Get rid of current_view from the Qt math panel.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7164 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-12 14:21:04 +00:00
André Pönitz
824444b67b some renamings plus whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7162 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-12 11:52:44 +00:00
André Pönitz
596dec6592 return a Paragraph & from ParIterator::operator*()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7161 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-12 11:09:55 +00:00
Angus Leeming
79ca0d3b49 Don't activate "Ok","Apply" when clicking on "Edit File".
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7159 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-12 08:32:34 +00:00
Angus Leeming
b2f6bff600 Rearrange headers to avoid "Qt-pollution" problems.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7157 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 21:58:23 +00:00
Angus Leeming
19e1271c83 Enable the external inset to handle unknown templates gracefully.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7146 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 14:30:04 +00:00
Angus Leeming
822efad779 LFUN_EXTERNAL_EDIT.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7144 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 11:01:34 +00:00
Angus Leeming
bd1f4fa8f2 Get rid of the static_casts.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7142 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-10 15:13:48 +00:00
Angus Leeming
954937fd33 Compilation fix after Lars' changes ;-)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7141 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-10 15:03:52 +00:00
Lars Gullik Bjønnes
309c18fbeb the current_view patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7140 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-10 14:39:45 +00:00
Angus Leeming
d92b3fd67c Show the template description when opening the External dialog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7137 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-10 11:00:53 +00:00
John Levon
387d1c6416 lang apply fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7126 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-06 14:47:43 +00:00
John Levon
09a88b9c87 try to get a courier font for the preamble
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7125 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-06 14:27:07 +00:00
Alfredo Braunstein
c516046c9c add Dialogs::visible to avoid the madness of filling unexistent dialogs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7119 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-06 08:06:24 +00:00
John Levon
4fd6cf680b clean up the dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7118 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-06 00:39:47 +00:00
Angus Leeming
63a556e943 Scrap the parameter field from External dialogs.
(John I think the layout of the Qt dialog is "sub-optimal". Sorry.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7114 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-05 22:48:40 +00:00
Angus Leeming
6a50ae699b The external inset uses the converters. Graphical display within LyX.
Be warned --- temporary file format.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7101 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-04 09:16:29 +00:00
John Levon
5cf0161210 the same fix qt got to tabulalr close was needed in xforms too
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7098 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-03 23:39:38 +00:00