On 4/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: poenitz
Date: Tue Apr 24 16:35:15 2007
New Revision: 17950
URL: http://www.lyx.org/trac/changeset/17950
Log:
merge QThesaurus and QThesaurusDialog
Removed:
lyx-devel/trunk/src/frontends/qt4/QThesaurusDialog.C
lyx-devel/trunk/src/frontends/qt4/QThesaurusDialog.h
Modified:
lyx-devel/trunk/src/frontends/qt4/Makefile.dialogs
lyx-devel/trunk/src/frontends/qt4/QThesaurus.C
lyx-devel/trunk/src/frontends/qt4/QThesaurus.h
Modified: lyx-devel/trunk/src/frontends/qt4/Makefile.dialogs
URL:
http://www.lyx.org/trac/file/lyx-devel/trunk/src/frontends/qt4/Makefile.dialogs?rev=17950
Andre,
Your commits broke scons because you did not update scons_manifest.py.
Now I have to change this file manually.
I have a script, combined with rename.sh, to replace all instance of
oldfilenames with newfilenames in all files, and also change '#include
XXX.h', '#ifdef XXXX_H', '#include XXX_moc.cpp' etc automatically. My
test runs did not break any build system. My life would be much easier
if you propose your changes in rename.sh, allow people run a few
mock-renaming using my script and proceed slowly....
I will keep my hands off this renaming business and let you handle the mess.
Bo