Commit Graph

549 Commits

Author SHA1 Message Date
Edwin Leuven
c1b295a7a3 layout tweak in url dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2614 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-29 11:03:20 +00:00
Angus Leeming
d51710eb3e Add a pre-handler that triggers an input event when text is pasted into
an xforms text input widget.
Use this in the Preamble dialog.

If anybody wants to help add this functionality to the rest of the dialogs
then feel free. Apart from FormPreferences (which has it's own prehandler
already that would need to be modified) there are about 60 text input
widgets that all need the extra code:
	extern "C" int C_CutandPastePH(FL_OBJECT *, int, FL_Coord, FL_Coord,
				       int, void *);

	fl_set_object_prehandler(widget, C_CutandPastePH);

Not too hard, is it?

Angus


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2613 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-29 11:01:05 +00:00
John Levon
621c062434 added pre-amble dialog with icky $EDITOR support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2612 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-29 03:35:45 +00:00
John Levon
eed0649017 whatsthis fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2611 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-29 02:29:26 +00:00
John Levon
ead11eb6b5 add minipage dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2610 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-29 02:08:04 +00:00
John Levon
7e1ba5f1f9 Log and VCLog dialogs for qt2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2609 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-29 00:37:04 +00:00
Angus Leeming
ccb3cb54e5 Clean fix for Michael's reported bug with the character dialog. Occurred
because build() is called from the controller meaning that minw_ etc
were not reset.

Fix to citation dialog; the style should now remain centred within the frame.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2607 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-28 13:48:40 +00:00
Angus Leeming
6da75c9cd8 John's controller patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2605 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-28 12:24:03 +00:00
Angus Leeming
786cc35da8 John's character.C patch (bug fix).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2604 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-28 11:57:10 +00:00
John Levon
150430ecb9 re-add tab create dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2603 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-28 04:17:49 +00:00
John Levon
db7cd3524d add graphics dialog - not quite working
the controllers really do make this piss easy to do :))


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2602 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-28 03:35:17 +00:00
John Levon
9c793ce3fc and the changelog ...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2601 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-28 01:29:06 +00:00
John Levon
3509e5f1ba include dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2600 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-28 01:27:35 +00:00
John Levon
b8beae4a70 clear the thesaurus list boxes !!
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2599 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-27 21:01:04 +00:00
John Levon
dc575158c6 build fixes, fixes to thesaurus and bibtex.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2598 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-27 20:41:45 +00:00
John Levon
af9ab9d8b6 use sed to replace tr() with _()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2597 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-27 16:51:13 +00:00
John Levon
b755373819 whoops ...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2596 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-27 15:05:35 +00:00
John Levon
ec417b6f3d Thesaurus dialog. Untested, as it won't build for me. I get undefined
vtable errors, which make no sense :(


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2595 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-27 02:54:27 +00:00
John Levon
58dcb8523c add external material dialog to Qt2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2594 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-27 01:19:32 +00:00
John Levon
f1dac2b3ea forgot cvs add ...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2593 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-26 19:19:27 +00:00
John Levon
79a9fb3265 qt2 ert dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2592 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-26 19:18:45 +00:00
John Levon
883717e5ec Qt2 latex error dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2591 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-26 18:49:33 +00:00
John Levon
3c7fe2f407 character dialog with auto-apply ...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2590 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-26 17:49:42 +00:00
John Levon
b90b704bdd bibitem dialog for Qt2. Took longer to build than to write ;)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2589 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-26 15:34:36 +00:00
John Levon
ef3a25c069 Add a Bibtex dialog with Herbert's spangly new things + some more.
Filedialogs are crashing with BadWindow X errors - NO idea why.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2588 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-26 03:20:52 +00:00
John Levon
d459817dee small silly
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2587 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-26 01:01:12 +00:00
John Levon
20f2690c6d ref dialog, more updates (BC stuff should now be OK along with the coming
controllers/ patch)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2586 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-26 00:29:39 +00:00
John Levon
3796da5d05 various fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2585 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-25 20:04:15 +00:00
John Levon
a63c7ca207 some more random changes, added Timeout (make clean if LyX crashes !!)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2584 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-25 03:00:19 +00:00
Angus Leeming
99915ba16a Tentative fix for the "press Apply multiple times and get multiple new
Insets" problem.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2583 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-24 15:49:03 +00:00
Angus Leeming
8ae23e7526 John's recent build.diff patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2582 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-24 14:57:27 +00:00
John Levon
6dac02d3bb some small updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2578 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-23 21:21:50 +00:00
Angus Leeming
1aaf551af0 order the items in the Preferences dialog "logically" so that tabbing through
it makes sense. Closes bug #404569.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2577 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-23 16:19:22 +00:00
Angus Leeming
f921515196 Tentative fix of John's "no point in spell command "None"" bug, #223255.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2574 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-23 14:39:18 +00:00
Angus Leeming
9f672b28c4 The BibTeX dialog asymptotes towards perfection!
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2573 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-23 09:04:42 +00:00
Angus Leeming
ebc9d76206 Herbert's latest patch + some tweaking to ensure that no
database is stored more than once.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2572 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-22 15:34:39 +00:00
Angus Leeming
15a10c7140 Can't apply a patch cleanly now it seems. Time to go home...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2570 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-21 14:52:50 +00:00
Angus Leeming
a400d98de6 Small fixes to the BibTeX form
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2567 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-21 13:33:25 +00:00
John Levon
b30963b60e index dialog, citation fixes, finish about dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2563 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-21 01:14:54 +00:00
Dekel Tsur
32ef0d04c4 Fix paragraph spacing
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2562 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-20 19:08:46 +00:00
Angus Leeming
bdd235120b Get the browse buttons working...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2560 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-20 15:44:24 +00:00
Angus Leeming
9b5e14fb66 Herbert's patch, part 2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2557 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-20 13:41:06 +00:00
Angus Leeming
00d24ec876 Herbert's patch, part 1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2556 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-20 13:39:29 +00:00
John Levon
03add3957a The big renaming. Yowser.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2552 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-19 13:25:15 +00:00
Lars Gullik Bjønnes
d203bbda3e use shared_c_ptr
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2546 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-18 11:41:41 +00:00
Dekel Tsur
1148c5d181 Fixes due to new math-insert syntax.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2543 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-18 10:33:17 +00:00
Angus Leeming
4aca97ca21 John's per-paragraph line spacing patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2521 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-16 10:14:48 +00:00
Angus Leeming
352172a0aa John's math matrix patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2520 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-16 09:42:04 +00:00
Angus Leeming
da44328c30 Remove LATEX_TOGGLE.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2517 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-15 17:11:35 +00:00
Angus Leeming
7f506870ce Cosmetic change to the Language label in the character dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2516 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-15 16:30:25 +00:00
Angus Leeming
9b8770ac54 rename some math delimiters (from Andr� P�nitz).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2469 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-09 15:55:58 +00:00
Angus Leeming
eacae6cb46 Missed a change to FormMinipage
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2465 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-09 15:12:25 +00:00
Angus Leeming
06c830f488 Disable various buttons when buffer is read only
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2464 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-09 15:10:24 +00:00
Angus Leeming
4e4ebe5d4d Fixes to References dialog (read-only status) and to Bibtex bibliography
output.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2463 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-09 15:08:06 +00:00
Allan Rae
ad6a378c33 remove bogus SUBDIRS and dist-hook entries
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2458 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-09 01:35:15 +00:00
Angus Leeming
b155aa1ed5 Small clean-up.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2445 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-07 16:23:52 +00:00
Jürgen Vigna
3c32875ece Applied Edwins patch, fixes to free memory read in insettext, partial fix
for the width of collapsable insets (more to do).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2444 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-07 15:07:36 +00:00
Lars Gullik Bjønnes
8075064372 adjust
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2429 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-06 19:13:25 +00:00
Jürgen Vigna
26b1fa7be8 Various update/redraw fixes. Cleaned up InsetERT and added a dialog for
changing between statuses. Save the statuses to file.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2425 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-06 14:55:02 +00:00
Lars Gullik Bjønnes
54e7ddb5d9 get rid of NO_LATEX, split some methods, small cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2417 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-03 18:28:11 +00:00
Lars Gullik Bjønnes
8254b16fd1 more latex conversion cases fixed, patch from Andre, more more funcs to lowercase, some debug output to look at...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2406 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-02 18:46:53 +00:00
Jürgen Vigna
aae301e9cd Update/cursor and drawing fixes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2405 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-02 14:55:06 +00:00
Angus Leeming
352730f20b small fixes...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2400 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-01 15:22:01 +00:00
Angus Leeming
ab9eb4667d Small code rearrangement in GUIRunTime.
Initialise variable in FormPreferences::Colors::Colors.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2398 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-01 11:14:24 +00:00
Jean-Marc Lasgouttes
bcd818abe3 John's latest patch frenzy
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2397 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-01 10:08:53 +00:00
Angus Leeming
2e5de574e1 * John's maths patch,
* Baruch's second graphics patch,
* A few things to get stuff to compile on my machine --- Lars see the ChangeLog
in controllers; how do you get things to compile without a != operator?
Surely compilation dies in ControlInset, included in ControlFloat,
ControlMinipage.

Angus


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2389 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-30 13:35:08 +00:00
Lars Gullik Bjønnes
e952d33e0b insetfloat work + stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2388 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-30 11:56:00 +00:00
Jean-Marc Lasgouttes
fd836612cb various fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2387 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-30 10:50:37 +00:00
Asger Ottar Alstrup
b8cad4ca9d More header file include dependency work
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2386 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-29 17:39:01 +00:00
Asger Ottar Alstrup
da76673568 Reduced header file includes somewhat
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2385 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-29 15:34:18 +00:00
Asger Ottar Alstrup
952ee7b2b9 Fix broken updating of TOC
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2383 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-29 11:57:09 +00:00
Asger Ottar Alstrup
80dda8f6b2 - Applied the thesaurus patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2381 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-29 10:42:11 +00:00
Angus Leeming
baf92c89a1 Replace "find src -path" call with unix-standard equivalent. (From Lars).
Resized About LyX dialog to get the Copyright & Version stuff in.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2376 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-28 13:03:22 +00:00
Angus Leeming
5f2e3c4c43 Baruch's graphics patch + some small tweaks to the buttoncontroller stuff
Kayvan's footnote patch
Added a "Buffer const *" parameter to InsetButton::getScreenLabel and all
daughter classes. Labels can now be tuned to suit, although non are yet.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2375 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-28 12:24:16 +00:00
Jean-Marc Lasgouttes
0563d2e80b math-space; fixes to include inset dialog; autoconfiguration of gfx converters
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2338 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-25 12:37:43 +00:00
Jean-Marc Lasgouttes
31a83403af two small fixes from John
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2316 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-24 10:56:03 +00:00
Jürgen Vigna
7c0dad35b3 Implemented Search/Replace functionality for Insets. Cleaned up a bit.
Small fixes.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2296 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-20 14:18:48 +00:00
Angus Leeming
7b14e7d3a8 Citation dialog resized form to fit on a 800x600 screen
(from J�rgen Spitzm�ller).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2295 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-20 13:16:36 +00:00
Jean-Marc Lasgouttes
c4b2613c6b small things
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2287 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-19 15:32:13 +00:00
Angus Leeming
50b65ca806 Merge natbib branch into head
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2286 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-19 14:12:37 +00:00
Baruch Even
50cf8a6908 Fix build bustage of Gnome FE.
This resulted from the LyXFunc::Dispatch to LyXFunc::dispatch change.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2279 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-19 09:26:56 +00:00
Jürgen Vigna
2c5ab94d01 Implemented spellchecking inside insets. Small fixes. Baruchs fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2265 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-17 15:39:12 +00:00
Angus Leeming
188ec04f70 Edwin's spellchecker3 patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2261 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-17 09:00:17 +00:00
Lars Gullik Bjønnes
efe0b0b8eb Dispatch->dispatch, some trans work
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2254 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-16 15:42:57 +00:00
Baruch Even
9ecaaf3ec9 Added the x11 functions that were added lately.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2248 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-16 14:41:01 +00:00
Baruch Even
017e942e85 Fixes to get Gnome FE to compile again.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2246 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-16 12:11:27 +00:00
Jürgen Vigna
eb4a3c1005 Forgotten ChangeLog entries.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2245 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-16 10:05:52 +00:00
Jürgen Vigna
c4f841c1b2 Added lyxrc-flag to be able to select if I want use pspell or ispell if
pspell support is compiled in. Set shortcut of About-Dialog to ESC-key.
Small fix in InsetText.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2244 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-16 10:03:38 +00:00
Angus Leeming
0c94bf1d21 Remove Copyright and Credits files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2241 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-13 15:45:56 +00:00
Angus Leeming
cec0dd19d0 Edwin's "about" patch + consistent use of Lsstream.h
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2239 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-13 14:03:48 +00:00
Jean-Marc Lasgouttes
399535ac74 compilation fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2238 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-13 13:54:14 +00:00
Jürgen Vigna
0f18dddbd6 Edwin's spellchecker GUII patch with some fixes to it.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2235 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-13 11:50:39 +00:00
Lars Gullik Bjønnes
6396f9a204 small changes read changelog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2221 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-12 11:11:10 +00:00
Jean-Marc Lasgouttes
13ae124f46 remove more forms.h cruft
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2177 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-03 16:13:01 +00:00
Lars Gullik Bjønnes
2292b739a2 use CutAndPaste static methods directly
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2176 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-03 15:39:17 +00:00
Lars Gullik Bjønnes
b9d61343fc text2 chane, XFormsView
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2175 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-03 15:19:04 +00:00
Jean-Marc Lasgouttes
41981acdb5 fix in formcharacter ; remove extra tabular duplication
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2163 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-02 14:12:18 +00:00
Jean-Marc Lasgouttes
cdc02d297e cxx compile fixes ; several patches from John
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2151 a592a061-630c-0410-9148-cb99ea01b6c8
2001-06-28 13:02:03 +00:00
Lars Gullik Bjønnes
85a5ea7bfc change a lot of methods to begin with small char
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2150 a592a061-630c-0410-9148-cb99ea01b6c8
2001-06-28 10:25:20 +00:00
Lars Gullik Bjønnes
76ef051b1c LyX Drinkers United: patch 2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2144 a592a061-630c-0410-9148-cb99ea01b6c8
2001-06-27 14:10:35 +00:00