mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
small change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5167 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7fa849657e
commit
1197c48ed3
@ -1,3 +1,9 @@
|
||||
2002-08-29 John Levon <levon@movementarian.org>
|
||||
|
||||
* QtView.C: add back in allow/prohibitInput (for now)
|
||||
|
||||
* TODO: update
|
||||
|
||||
2002-08-29 John Levon <levon@movementarian.org>
|
||||
|
||||
* Toolbar_pimpl.C: mathed math-insert - skip
|
||||
|
@ -141,15 +141,16 @@ void QtView::show(int x, int y, string const & title)
|
||||
}
|
||||
|
||||
|
||||
// it's not at all clear that these are actually
|
||||
// needed anywhere in the source. Something to
|
||||
// check on a rainy day.
|
||||
void QtView::prohibitInput() const
|
||||
{
|
||||
// FIXME
|
||||
//setFocusPolicy(QWidget::NoFocus);
|
||||
setFocusPolicy(QWidget::NoFocus);
|
||||
}
|
||||
|
||||
|
||||
void QtView::allowInput() const
|
||||
{
|
||||
// FIXME
|
||||
//setFocusPolicy(QWidget::strongFocus);
|
||||
setFocusPolicy(QWidget::strongFocus);
|
||||
}
|
||||
|
@ -57,6 +57,11 @@ QLyXKeySym
|
||||
|
||||
- getISOEncoded - get this to work (*)
|
||||
|
||||
|
||||
QMathsPanel
|
||||
|
||||
- implement me (*)
|
||||
|
||||
QPreferences
|
||||
|
||||
- implement me (*)
|
||||
@ -65,14 +70,6 @@ QSendTo
|
||||
|
||||
- implement me
|
||||
|
||||
QShowInfo
|
||||
|
||||
- dunno about this one
|
||||
|
||||
QTabular
|
||||
|
||||
- implement me (need MVC) (*)
|
||||
|
||||
QtView
|
||||
|
||||
- decide what to do about prohibit/allowInput
|
||||
|
Loading…
Reference in New Issue
Block a user