]> git.lyx.org Git - features.git/commit
Immediate rendering of buffer change for one or multiple LyXView.
authorAbdelrazak Younes <younes@lyx.org>
Sun, 22 Oct 2006 10:51:59 +0000 (10:51 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 22 Oct 2006 10:51:59 +0000 (10:51 +0000)
commit98a81507adba31e4bd5e1f0b3da44eea91d8545b
treefbd1ae52428eefc1f2b840d7c32e5ba612d2e4a5
parentd890f45e2530e7969210ae03fe38b5d1a56d3e76
Immediate rendering of buffer change for one or multiple LyXView.

* Buffer: new changed() boost::signal.

* LyXView:
  - redrawWorkArea(): deleted
  - bufferChangedConnection_: new signal connection

* LyXFunc: replace LyXView::redrawWorkArea() direct call with Buffer::changed() signal emission.

* WorkArea.C: deleted some comments about redrawWorkArea.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15464 a592a061-630c-0410-9148-cb99ea01b6c8
src/buffer.h
src/frontends/LyXView.C
src/frontends/LyXView.h
src/frontends/WorkArea.C
src/lyxfunc.C