]> git.lyx.org Git - features.git/commit
Make the Qt Alert boxes recognize their parent.
authorAngus Leeming <leeming@lyx.org>
Thu, 12 May 2005 22:37:43 +0000 (22:37 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 12 May 2005 22:37:43 +0000 (22:37 +0000)
commita8a852b4e99cdbbb5a1c866e495361a06f284cd2
treef5ea69a40e429e817708a32e3dab027fdf32ff18
parent5230d7b7944e69efb67a2927098abefc7fbac8be
Make the Qt Alert boxes recognize their parent.
Lots of gratuitous changes that should not alter Lyx's behaviour.

**************************************************************************
You're all going to get failure on link. Please "rm -f lengthvalidator.*".
**************************************************************************

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9940 a592a061-630c-0410-9148-cb99ea01b6c8
19 files changed:
po/POTFILES.in
src/frontends/controllers/ChangeLog
src/frontends/controllers/Kernel.C
src/frontends/controllers/Kernel.h
src/frontends/qt2/Alert_pimpl.C
src/frontends/qt2/ChangeLog
src/frontends/qt2/Makefile.dialogs
src/frontends/qt2/QBoxDialog.C
src/frontends/qt2/QDocumentDialog.C
src/frontends/qt2/QExternalDialog.C
src/frontends/qt2/QGraphicsDialog.C
src/frontends/qt2/QRef.C
src/frontends/qt2/QTabularDialog.C
src/frontends/qt2/QVSpaceDialog.C
src/frontends/qt2/lengthvalidator.C [deleted file]
src/frontends/qt2/lengthvalidator.h [deleted file]
src/frontends/qt2/validators.C [new file with mode: 0644]
src/frontends/qt2/validators.h [new file with mode: 0644]
src/frontends/xforms/FormRef.C