Commit Graph

1587 Commits

Author SHA1 Message Date
John Levon
47c34c3afa spell rework. revert fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6191 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-17 18:40:04 +00:00
John Levon
7726ee9097 capitalisation fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6179 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-17 00:38:40 +00:00
Jean-Marc Lasgouttes
d72691158d radiobutton group patch; set font_norm_type correctly in preferences
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6177 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-16 15:39:40 +00:00
John Levon
b2e5a55528 consistent dialog titles
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6175 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-16 05:08:14 +00:00
John Levon
605d30b73e couple ui improvements
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6171 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-15 22:26:27 +00:00
John Levon
6d8174136f ui improvement for encoding selection
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6170 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-15 22:17:59 +00:00
John Levon
f4652dbe49 Tab ordering fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6166 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-15 21:09:30 +00:00
Jean-Marc Lasgouttes
5d3718cad2 more code in the menu backend == less code in the menu frontends; add support for OptSubmenu (not used yet)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6165 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-15 21:03:40 +00:00
John Levon
4f108307be printer params fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6164 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-15 19:52:37 +00:00
John Levon
cff1b05078 Make Dr&aft mode be Draft m&ode to avoid clash
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6161 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-15 19:03:09 +00:00
Jean-Marc Lasgouttes
d993c534e9 more bib stuff from Juergen
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6158 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-14 17:23:50 +00:00
John Levon
13080e1cce My old allow/prohibitInput() -> busy(bool) patch cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6151 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-14 14:49:51 +00:00
Jean-Marc Lasgouttes
f5cc372223 fix 773 and more (from Juergen S); fix warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6149 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-14 13:52:32 +00:00
John Levon
609f0b3321 2003-02-13 John Levon <levon@movementarian.org>
* text.h:
        * text.C:
        * text2.C: move hfillExpansion(), numberOfSeparators(),
          rowLast(), rowLastPrintable(), numberofHfills(),
          numberOfLabelHfills() ...

        * lyxrow.h:
        * lyxrow.C: ... to member functions here.

        * paragraph.h:
        * paragraph.C:
        * lyxtext.h:
        * text.C: remove LyXText::beginningOfMainBody(), and call
          p->beginningOfMainBody() directly. Move the check for
          LABEL_MANUAL into the latter.

        * text.h:
        * text.C:
        * text2.C:
        * vspace.C:
        * BufferView.h:
        * BufferView.C: make defaultHeight() be a free defaultRowHeight()

        * text.h:
        * text.C:
        * text2.C:
        * text3.C:
        * frontends/screen.C: move bv_owner private, introduce isTopLevel()
          to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6143 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-14 00:41:44 +00:00
John Levon
4f5ec9ec59 Double shortcut fixed (bug 884)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6141 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-13 22:31:47 +00:00
Lars Gullik Bjønnes
99d1627a47 dont use pragma impementation and interface anymore
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6138 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-13 16:53:15 +00:00
Jean-Marc Lasgouttes
bd4302e068 fix bug 844, and more
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6129 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-12 17:05:56 +00:00
Dekel Tsur
c0cebba1d7 Fix 'lyx -e' with the QT frontend.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6113 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-12 08:50:16 +00:00
Michael Gerz
c24e9194af Changes Dialog for gnome frontend.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6110 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-12 06:10:42 +00:00
Angus Leeming
e9cc35010f Missed this.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6109 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-11 18:09:27 +00:00
Angus Leeming
78dac268dd tweaks to ensure that the Ok,Apply buttons behave as expected.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6108 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-11 18:04:10 +00:00
Angus Leeming
26d5907fbc Refactor xforms' colour handling code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6107 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-11 17:53:38 +00:00
Angus Leeming
5dc9643188 Whitespace and indentation consistent with the other files.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6106 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-11 17:18:52 +00:00
Jean-Marc Lasgouttes
d036e5f271 fix qt tabular alignment tooltip
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6097 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-11 13:17:51 +00:00
John Levon
9765b75cfa Changes stuff for Qt.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6077 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-09 00:11:51 +00:00
John Levon
dbace79cf2 don't call setCurrentAuthor explicitly, do it at apply() time
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6076 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-08 21:48:54 +00:00
John Levon
ae87b94515 The big change tracking patch. Changes from posted version :
1) abstract time_t into lyx::time_type
2) abstrace struct passwd into support/userinfo
3) make authorlist a per-buffer property instead of global

I will look at the paragraph breaking soon, in the meantime I opened a bug on bugzilla.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6074 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-08 19:18:01 +00:00
Michael Gerz
2b08bb805b applying Martin Craig's gnome patch. Upgrading to gtkmm-2.0+ from the 1.3 development stream.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6073 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-08 00:25:34 +00:00
John Levon
2766b79d8e bug 865 fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6068 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-07 16:46:40 +00:00
Jean-Marc Lasgouttes
53537c02bc bug 849
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6060 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-07 14:57:36 +00:00
Jean-Marc Lasgouttes
666e7059c4 fix font size names
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6057 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-07 14:28:41 +00:00
John Levon
c6c442f03b Fix stupid page range code
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6037 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-05 23:24:38 +00:00
Angus Leeming
b7ce28723c Fix off by one error.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6024 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-04 11:40:06 +00:00
John Levon
7bdfca3348 bug 856
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6017 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-02 20:56:28 +00:00
John Levon
eb74119baf bugs 854, bug 855
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6016 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-02 02:11:28 +00:00
Angus Leeming
1d1669c331 fix bug 850 (fix confirmed by John)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6015 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-02 00:48:38 +00:00
Angus Leeming
c7fb290bfd Fix Helge's index bugs.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6010 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-31 13:50:21 +00:00
Angus Leeming
93a72db8d8 Michael's fix to my patch ;-)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5988 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-26 22:37:12 +00:00
Angus Leeming
bc54b0706a Beautification?
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5986 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-26 16:58:37 +00:00
John Levon
2b2c661f84 Michael's text fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5980 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-23 16:23:43 +00:00
Edwin Leuven
895cfa4a99 jurgen's improvements to the doc dialog in qt
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5965 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-16 10:56:49 +00:00
Angus Leeming
33a0673a5f (Juergen Spitzmueller): fix activation state of the OK button when first
displayed.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5963 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-15 22:05:20 +00:00
Angus Leeming
bdbe3acb35 Consistent use of Escape and Return as accelerators for Cancel/Close and OK.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5962 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-15 21:21:01 +00:00
Dekel Tsur
fad0e4343a Remove XForms RTL hacks.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5959 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-15 14:23:21 +00:00
Angus Leeming
0bb1462266 I hadn't saved the emacs buffer when I committed J��rgen's patch apparently...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5956 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-14 22:19:56 +00:00
Angus Leeming
fa6f44b0c7 (J��rgen Spitzm��ller): implement a BrowseDir capablility in the File Dialog.
Fixes bug 824.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5955 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-14 21:51:34 +00:00
Angus Leeming
dd16b2eff7 (Michael Schmitt): the proper fix for the off-by-one cropping of graphics
images. Tested and verified to work beautifully.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5951 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-13 23:38:01 +00:00
Angus Leeming
b63b61515c (John Levon): Remove duplicate shortcut.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5943 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-13 10:44:04 +00:00
Lars Gullik Bjønnes
38fdd4f50c simplify and distcheck ready
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5942 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-13 10:39:18 +00:00
Lars Gullik Bjønnes
980ba296f5 simplify and distcheck ready
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5941 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-13 10:33:23 +00:00