Re: compilation warning (Stephan?)

2015-05-22 Thread Stephan Witt
Am 22.05.2015 um 16:32 schrieb Jean-Marc Lasgouttes : > Hi, > > There is a compilation warning with clang related to the new splash stuff: > > ../../../../master/src/frontends/qt4/GuiView.cpp: In member function ‘QSize > lyx::frontend::{anonymous}::BackgroundWidget::splashSize()’: > ../../../.

compilation warning (Stephan?)

2015-05-22 Thread Jean-Marc Lasgouttes
Hi, There is a compilation warning with clang related to the new splash stuff: ../../../../master/src/frontends/qt4/GuiView.cpp: In member function ‘QSize lyx::frontend::{anonymous}::BackgroundWidget::splashSize()’: ../../../../master/src/frontends/qt4/GuiView.cpp:248:61: warning: conversion t

four tex2lyx failings

2015-05-22 Thread Scott Kostyshak
I have not followed the recent test discussion too closely, but I just tested master and have seen that four tex2lyx tests are failing for me. Is this known? 14/4542 Test #14: tex2lyx/roundtrip/test-insets.tex ...***Failed 7.31 sec

Re: Compilation failure un c++11 mode with gcc 4.6

2015-05-22 Thread Jean-Marc Lasgouttes
Le 22/05/2015 08:58, Georg Baum a écrit : This is a misunderstanding: 199711L is the value for C++98 and C++03, therefore __cplusplus > 199711L tests for the a standard later than C++03, and the next one happens to be C++11. Therefore, this test is in practice the same test as the ones you hand

Re: [LyX/master] Indicate read-only status in tabs (#6783)

2015-05-22 Thread Kornel Benko
Am Freitag, 22. Mai 2015 um 10:41:38, schrieb Juergen Spitzmueller > + tab_tooltip = qt_("%1 (read only)").arg(it->abs()); Is this really correct? Looks suspect. Kornel signature.asc Description: This is a digitally signed message part.

Re: Editclear icon bug

2015-05-22 Thread Jürgen Spitzmüller
2015-05-21 23:12 GMT+02:00 Enrico Forestieri : > Should be fixed now. > It is. Thanks. Jürgen > > -- > Enrico >