]> git.lyx.org Git - features.git/commit
* Status.15x: updates.
authorAbdelrazak Younes <younes@lyx.org>
Mon, 20 Nov 2006 14:42:18 +0000 (14:42 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 20 Nov 2006 14:42:18 +0000 (14:42 +0000)
commit34600f50555b69405589cecaa1f765c2e02064c0
treedc4d20f54eb8eb07948e2dd000feb384c966c9a3
parent502f07307f77254affd074d2a15a2faae518b206
* Status.15x: updates.

* buffer.h: changed() signal do not have an argument now.

* BufferView.C:
  - setBuffer(): changed update() call to updateMetrics().
  - update(): sanitize how the flags are used.
  - scrollDocView():  add a call to updateMetrics() at the end.

* LyXFunc::dispatch(): adjust changed() signal emission.

* LyXText/text3.C:
  - cursorPrevious(): delete BufferView::update call; adjust cursor flag.
  - cursorNext(): ditto.

* frontends/LyXView.C: adjust Buffer::changed() signal connection.

* frontends/WorkArea.[Ch]:
  - redraw(): no need to re-update the metrics if we don't change views.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15997 a592a061-630c-0410-9148-cb99ea01b6c8
Status.15x
src/BufferView.C
src/buffer.h
src/frontends/LyXView.C
src/frontends/WorkArea.C
src/frontends/WorkArea.h
src/lyxfunc.C
src/lyxtext.h
src/text3.C