On Sat, Feb 1, 2014 at 5:22 PM, Kornel Benko <kor...@lyx.org> wrote: > Am Samstag, 1. Februar 2014 um 16:49:29, schrieb Scott Kostyshak > <skost...@lyx.org> > >> On Sat, Feb 1, 2014 at 4:30 PM, Kornel Benko <kor...@lyx.org> wrote: > >> > Am Samstag, 1. Februar 2014 um 15:21:40, schrieb Scott Kostyshak > >> > <skost...@lyx.org> > >> > > >> >> On Sat, Feb 1, 2014 at 7:23 AM, Vincent van Ravesteijn <v...@lyx.org> > >> >> wrote: > >> > > >> >> > Scott Kostyshak schreef op 18-1-2014 23:17: > >> > > >> >> > > >> > > >> >> >> When I go to File > New From Templates > APA6.lyx > >> > > >> >> >> I get the following terminal output: > >> > > >> >> >> > >> > > >> >> >> QWidget::repaint: Recursive repaint detected > >> > > >> >> >> QWidget::paintEngine: Should no longer be called > >> > > >> >> >> QPainter::begin: Paint device returned engine == 0, type: 1 > >> > > >> >> >> > >> > > >> >> >> This is on Ubuntu 13.10 with current 2.1git. > >> > > >> >> >> > >> > > >> >> >> Can anyone reproduce? > >> > > >> >> >> > >> > > >> >> >> Scott > >> > > >> >> > > >> > > >> >> > > >> > > >> >> > Some time ago we were using the wrong Qt function (repaint, update, I > >> > > >> >> > forgot) to update which caused a lot of those warnings and errors. > >> > > >> >> > > >> > > >> >> > I've been hunting this before, but I couldn't find the problem. > >> > > >> >> > >> > > >> >> Could you or Kornel (or anyone else) reproduce seeing the message or > >> > > >> >> is it just for me? > >> > > >> > > >> > > >> > I tried again, this time on ubuntu 12.10, but no such message here. > >> > >> Ah, and you put "not on Ubuntu 12.04" before. I missed that. This is > >> good to know. What are your build flags? > >> > >> Mine are the following: > >> > >> -DCMAKE_INSTALL_PREFIX=/usr/local/lyx2.1 \ > >> -DLYX_DEBUG=ON -DLYX_RELEASE=OFF -DLYX_CPACK=ON \ > >> -DLYX_PROGRAM_SUFFIX=ON -DLYX_LOCALVERSIONING=ON \ > >> -DCPACK_BINARY_RPM:BOOL=OFF -DCPACK_BINARY_DEB:BOOL=ON \ > >> -DCPACK_BINARY_NSIS:BOOL=OFF -DCPACK_BINARY_STGZ:BOOL=OFF \ > >> -DCPACK_BINARY_TGZ:BOOL=OFF -DCPACK_BINARY_TBZ2:BOOL=OFF \ > >> -DCPACK_BINARY_TZ:BOOL=OFF -DCPACK_SOURCE_TBZ2:BOOL=OFF \ > >> -DCPACK_SOURCE_TGZ:BOOL=ON -DCPACK_SOURCE_TZ:BOOL=OFF \ > >> -DCPACK_SOURCE_ZIP:BOOL=OFF -DLYX_EXTERNAL_BOOST=OFF \ > >> -DLYX_HUNSPELL=ON -DLYX_ENCHANT=ON -DLYX_NLS=ON \ > >> -DLYX_ENABLE_CXX11=ON \ > >> -DLYX_ENABLE_URLTESTS=ON > > > > the same, but in addition also: > > -DLYX_USE_QXMPP=ON > > > > But this seems to be some remnant, I could not find, where it has any > impact.
OK I will look into this more. Scott