On 10/11/13 23:51, Tommaso Cucinotta wrote:
> Any hint as to how to restore a sane environment (branch) :-) ?
looking at
http://git.lyx.org/?p=developers/tommaso/lyx.git;a=shortlog;h=refs/heads/features/chat
it seems to me that
1) master on the development/tommaso repo is NOT advancing
2) pat
On 10/11/13 14:37, Vincent van Ravesteijn wrote:
>> Hope it's now all ok and u can see the repo. The feature is in the
>> features/chat branch.
>>
>> T.
>>
> Yes, it works now.
other question/help: now I'm co-editing with Kornel on this repo and branch, so
there's an inter-spacing of commits
Am Sonntag, 10. November 2013 um 21:26:59, schrieb Tommaso Cucinotta
> On 10/11/13 20:49, Kornel Benko wrote:
> > Am Sonntag, 10. November 2013 um 20:07:38, schrieb Kornel Benko
> >
> >> Hi Tomasso,
> >> some strings, like "Connected" used in BuddiesUi.ui are not translated.
> >>
> >> You use i
On 10/11/13 20:49, Kornel Benko wrote:
> Am Sonntag, 10. November 2013 um 20:07:38, schrieb Kornel Benko
>
>> Hi Tomasso,
>> some strings, like "Connected" used in BuddiesUi.ui are not translated.
>>
>> You use in src/frontends/qt4/GuiBuddies.cpp:255 tr("Connected"), but
>> since tr() is not sear
Am Sonntag, 10. November 2013 um 20:07:38, schrieb Kornel Benko
> Hi Tomasso,
> some strings, like "Connected" used in BuddiesUi.ui are not translated.
>
> You use in src/frontends/qt4/GuiBuddies.cpp:255 tr("Connected"), but
> since tr() is not searched (like e.g. _(), qt_() ...) they don't make
The tarballs of lyx-2.1.0beta2 can be found on the FTP server:
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/
As usual, I will wait for the packagers to make binaries and to provide
feedback before announcing the release.
Vincent
Hi Tomasso,
some strings, like "Connected" used in BuddiesUi.ui are not translated.
You use in src/frontends/qt4/GuiBuddies.cpp:255 tr("Connected"), but
since tr() is not searched (like e.g. _(), qt_() ...) they don't make it into
lyx.pot.
Kornel
signature.asc
Description: This is a di
On Thu, Nov 07, 2013 at 10:01:28PM +, Tommaso Cucinotta wrote:
> On 07/11/13 20:34, Kornel Benko wrote:
> > There are some new strings too, so you may soon expect new sk.po.
>
> Enrico, would u like to lend a hand for the Italian translation ?
No prob. I'll do it when it lands in trunk.
--
On 10/11/13 15:02, Jean-Marc Lasgouttes wrote:
> The best to make it work is to have a look at getStatus in
> frontends/qt4/GuiView.cpp. There you can expand the current handling
> of LFUN_DIALOG_SHOW to mark the function as disabled as needed.
>
> Then, the patch you sent should just work.
I jus
Le 09/11/2013 16:06, pdv a écrit :
I tested the str-metrics version (the one dated 25 oct) and the cursor
positioning is not correct on my mac, but maybe you expect this, since
the work is not finished.
OK, this is a simple goof of mine that I will fix asap.
The crash is a different problem.
J
Le 10/11/2013 14:19, Tommaso Cucinotta a écrit :
On 10/11/13 13:09, Jean-Marc Lasgouttes wrote:
Or mark the lfun "unknown" when not supported.
how do I do this marking ? For now, the chat is activated via
A-x dialog-show chat
The best to make it work is to have a look at getStatus in
fr
Jürgen Spitzmüller schreef op 10-11-2013 12:17:
Vincent van Ravesteijn wrote:
Hi all,
I want to freeze the master and to evaluate a few days whether the last
changes introduce any regressions.
The coming days I will be at the GSoC mentor summit, and I will prepare
the tarballs. When there are
Tommaso Cucinotta schreef op 6-11-2013 22:50:
On 04/11/13 20:44, Vincent van Ravesteijn wrote:
Tommaso Cucinotta schreef op 2-11-2013 17:15:
On 30/10/13 03:19, Tommaso Cucinotta wrote:
I can reach the server, but the "ssh ... setperms developers/tommaso/lyx" just
hangs forever.
Now I'm on my
On 10/11/13 11:18, Georg Baum wrote:
> Use the attached patch, and call importString with the "latexclipboard"
> format.
seems to be working :-)! and it's pushed in tommaso features/chat.
Thanks!
T.
On 10/11/13 13:09, Jean-Marc Lasgouttes wrote:
> Or mark the lfun "unknown" when not supported.
how do I do this marking ? For now, the chat is activated via
A-x dialog-show chat
it's not a real LFUN, just a request to show a specific dialog. Is OptItem
going to work in such case ?
Is the on
Or mark the lfun "unknown" when not supported.
Jmarc
Georg Baum a écrit :
>Tommaso Cucinotta wrote:
>
>> One tiny issue, though: the "LyX Chat" menu in stdmenus.inc: that is
>going
>> to be added anyway, even though the "dialog-show lyx-chat" is not
>going to
>> be anyway meaningful without US
Tommaso Cucinotta wrote:
> One tiny issue, though: the "LyX Chat" menu in stdmenus.inc: that is going
> to be added anyway, even though the "dialog-show lyx-chat" is not going to
> be anyway meaningful without USE_QXMPP ?
>
> Is there a way to get rid of the menu entry as well, in such case ?
Ye
Tommaso Cucinotta wrote:
> On 08/11/13 21:17, Tommaso Cucinotta wrote:
>> On 08/11/13 19:59, Georg Baum wrote:> importString() takes a docstring,
>> therefore it must be in UCS4 encoding. If
>>
>> I'm importing using from_utf8() as I've seen it often used to import from
>> a std::string, as I hav
Vincent van Ravesteijn wrote:
> Hi all,
>
> I want to freeze the master and to evaluate a few days whether the last
> changes introduce any regressions.
>
> The coming days I will be at the GSoC mentor summit, and I will prepare
> the tarballs. When there are no big problems, I can tag and releas
Am Sonntag, 10. November 2013 um 02:28:45, schrieb Tommaso Cucinotta
> On 09/11/13 13:43, Kornel Benko wrote:
> >> However, at least a minimum box for adding buddies seems useful in LyX as
> >> well, I'll try to fix these couple of things.
> >
> > That would really be nice :)
>
> try to pull,
Am Samstag, 9. November 2013 um 23:25:27, schrieb Tommaso Cucinotta
> On 09/11/13 18:56, Kornel Benko wrote:
> > /usr/src/lyx/lyx/src/frontends/qt4/GuiView.cpp:4177: undefined reference to
> > `lyx::frontend::createGuiBuddies(lyx::frontend::GuiView&)'
> > /usr/src/lyx/lyx/src/frontends/qt4/GuiVi
21 matches
Mail list logo