]> git.lyx.org Git - features.git/commit
add progress view of system calls
authorPeter Kümmel <syntheticpp@gmx.net>
Sat, 8 Dec 2007 20:46:03 +0000 (20:46 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sat, 8 Dec 2007 20:46:03 +0000 (20:46 +0000)
commit3af56311a7bddc491fa01457bdb5e9efa2dd31d8
treea9b8166cbe583239b9ecd7cafddbb3215f0c1ee8
parentb95a68d476789efd5d800def399376e643c5be14
add progress view of system calls

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22026 a592a061-630c-0410-9148-cb99ea01b6c8
14 files changed:
development/scons/scons_manifest.py
lib/ui/stdmenus.inc
src/Buffer.cpp
src/LaTeX.cpp
src/frontends/qt4/GuiProgress.cpp [new file with mode: 0644]
src/frontends/qt4/GuiProgress.h [new file with mode: 0644]
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/Makefile.am
src/support/Makefile.am
src/support/ProgressInterface.h [new file with mode: 0644]
src/support/Systemcall.cpp
src/support/Systemcall.h
src/support/SystemcallPrivate.cpp [new file with mode: 0644]
src/support/SystemcallPrivate.h [new file with mode: 0644]