Re: Wiki updates

2014-05-06 Thread Pavel Sanda
Scott Kostyshak wrote: > It sounds a little complicated, but would be an improvement on the > current situation. Except that all this is already done with via svn://svn.lyx.org/lyx/www-user/trunk/images/svnwiki together with proper shortcut to be used in wiki. If you don't have svn write access,

Re: Wiki updates

2014-05-06 Thread Scott Kostyshak
On Fri, Apr 18, 2014 at 5:51 AM, Vincent van Ravesteijn wrote: > Hi all, > > I've updated the wiki so that it is possible now to link to files in the git > repo. > > The following pages are now up to date: > > http://wiki.lyx.org/LyX/ReleaseNotes > http://wiki.lyx.org/LyX/NewInBranch Thanks, Vinc

focusing on dialogs

2014-05-06 Thread Scott Kostyshak
Vincent, in commit f8d64b47 you introduce the following: // We only set the focus to the new dialog if it was not yet // visible in order not to change the existing previous behaviour if (visible) { To me the comment contradicts the code. I think in the comment you mean "... if it was

Feature: open pdf from right click on citation inset ?

2014-05-06 Thread Scott Kostyshak
My first guess is that not many others would find this idea useful, but I figured it's worth an email to see if I'm wrong. I would like to be able to right click on a citation and be able to click on "open pdf". The filenames of the papers I cite are all stored with the author field of the BibTeX

LyX bouncing on start OS X Mavericks (10.9.2)

2014-05-06 Thread Sam Birch
Hi all, I've run into the same problem a few others seem to have running LyX on Mavericks ( https://www.mail-archive.com/lyx-users@lists.lyx.org/msg96089.html), although I can get it to launch occasionally. When launched the application often bounces and then hangs. No error messages are explicitl

Re: lyx-collaborate-v5 made it work!

2014-05-06 Thread Tommaso Cucinotta
On 06/05/14 06:14, Sushant Raikar wrote: > Hi Tommaso, Hi, > I made the patch work, I have uploaded the patch through git, please do check > it out if you get time > > https://gist.github.com/HotSushi/75ed590070e293f1b563 > > Its only specific to Interactive Lyx and does not include chat feature.

Re: Call for testers: the features/str-metrics branch

2014-05-06 Thread Vincent van Ravesteijn
Jean-Marc Lasgouttes schreef op 6-5-2014 22:33: > > Le 06/05/14 22:21, Vincent van Ravesteijn a écrit : >>> >>> OK, I have an idea for having correct selections without loosing the >>> Color_selectiontext enum: we could draw the complete string as >>> selected and non-selected, but use clipping to

Re: Call for testers: the features/str-metrics branch

2014-05-06 Thread Enrico Forestieri
On Tue, May 06, 2014 at 09:44:04PM +0200, Jean-Marc Lasgouttes wrote: > > To say things differently, I searched without success for an > application that uses a specific text color for selection _and_ is > able to handle ligatures/kerning properly. Just try the str-metrics > branch and play with s

Re: Call for testers: the features/str-metrics branch

2014-05-06 Thread Enrico Forestieri
On Tue, May 06, 2014 at 04:58:10PM -0400, Scott Kostyshak wrote: > > Taken from http://wiki.lyx.org/Devel/LyXGit : > > git remote add features g...@git.lyx.org:features.git (read/write > access for developers) > git remote add features git:features.git (anonymous access for users) > Use git fetch

Re: Call for testers: the features/str-metrics branch

2014-05-06 Thread Scott Kostyshak
On Tue, May 6, 2014 at 4:35 PM, Enrico Forestieri wrote: > On Tue, May 06, 2014 at 09:44:04PM +0200, Jean-Marc Lasgouttes wrote: >> Le 06/05/14 17:52, Enrico Forestieri a écrit : >> >Well, all other wordprocessor-like applications also have a boldify button >> >and many other things LyX is current

Re: Call for testers: the features/str-metrics branch

2014-05-06 Thread Enrico Forestieri
On Tue, May 06, 2014 at 09:44:04PM +0200, Jean-Marc Lasgouttes wrote: > Le 06/05/14 17:52, Enrico Forestieri a écrit : > >Well, all other wordprocessor-like applications also have a boldify button > >and many other things LyX is currently lacking ;) > > To say things differently, I searched withou

Re: Call for testers: the features/str-metrics branch

2014-05-06 Thread Jean-Marc Lasgouttes
Le 06/05/14 22:21, Vincent van Ravesteijn a écrit : OK, I have an idea for having correct selections without loosing the Color_selectiontext enum: we could draw the complete string as selected and non-selected, but use clipping to make sure that only the right part of the selection is visible. It

Re: Converters: Skip Qt's loadable svg function

2014-05-06 Thread Vincent van Ravesteijn
Richard Heck schreef op 6-5-2014 15:41: On 05/06/2014 04:57 AM, Vincent van Ravesteijn wrote: Previewing of some (most) svg files does not work anymore even if Inkscape and the converters has been set correctly. This is because Qt claims to be able to load svg files natively. However, Qt does a

Re: Call for testers: the features/str-metrics branch

2014-05-06 Thread Vincent van Ravesteijn
Jean-Marc Lasgouttes schreef op 6-5-2014 11:06: 04/05/2014 22:14, Vincent van Ravesteijn: When selecting the first character, I see two things: 1) the connection between characters is lost (in master this is not the case) 2) the first character actually moves to the right on selection (while yo

Re: Re: Plans for python support on lyx-2.2

2014-05-06 Thread Neal Becker
José Matos wrote: > On Friday 02 May 2014 13:31:36 Neal Becker wrote: >> I think the python-future package is helpful > > Do you mean > > from __future__ import print_function, division > > if so I agree. :-) > No, I mean: https://pypi.python.org/pypi/future

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Kornel Benko
Am Dienstag, 6. Mai 2014 um 21:35:23, schrieb Enrico Forestieri > On Tue, May 06, 2014 at 08:44:18PM +0200, Kornel Benko wrote: > > > > I cannot get it to be shown in menu. > > Most probably you have problems with the PATH used by your desktop > environment. Try removing the "TryExec=" line from

Re: Call for testers: the features/str-metrics branch

2014-05-06 Thread Jean-Marc Lasgouttes
Le 06/05/14 17:52, Enrico Forestieri a écrit : Well, all other wordprocessor-like applications also have a boldify button and many other things LyX is currently lacking ;) To say things differently, I searched without success for an application that uses a specific text color for selection _an

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Enrico Forestieri
On Tue, May 06, 2014 at 08:44:18PM +0200, Kornel Benko wrote: > > I cannot get it to be shown in menu. Most probably you have problems with the PATH used by your desktop environment. Try removing the "TryExec=" line from the .dekstop file and check whether that makes it appear. -- Enrico

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Kornel Benko
Am Dienstag, 6. Mai 2014 um 19:24:44, schrieb Enrico Forestieri > On Tue, May 06, 2014 at 07:13:20PM +0200, Enrico Forestieri wrote: > > > > But you don't have to click those files. Rather, you should put them in > > ~/.local/share/applications, /usr/local/share/applications or > > /usr/share/app

Re: Converters: Skip Qt's loadable svg function

2014-05-06 Thread Vincent van Ravesteijn
Op 6 mei 2014 15:41 schreef "Richard Heck" : > > On 05/06/2014 04:57 AM, Vincent van Ravesteijn wrote: >> >> Previewing of some (most) svg files does not work anymore even if Inkscape and the converters has been set correctly. This is because Qt claims to be able to load svg files natively. However

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Enrico Forestieri
On Tue, May 06, 2014 at 07:13:20PM +0200, Enrico Forestieri wrote: > > But you don't have to click those files. Rather, you should put them in > ~/.local/share/applications, /usr/local/share/applications or > /usr/share/applications (precedence is from left to right) > and then maybe issue some co

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Kornel Benko
Am Dienstag, 6. Mai 2014 um 18:55:08, schrieb Jürgen Spitzmüller > 2014-05-06 18:36 GMT+02:00 Kornel Benko: > > > > > I can't help. On ubuntu, if I click on it under gnome-desktop, it simply > > did not run. > > > > On OpenSuse, with Gnome 3.12, it does. > > > > All other .desktop files here _are_

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Enrico Forestieri
On Tue, May 06, 2014 at 06:36:47PM +0200, Kornel Benko wrote: > Am Dienstag, 6. Mai 2014 um 18:10:39, schrieb Enrico Forestieri > > > On Tue, May 06, 2014 at 05:40:30PM +0200, Kornel Benko wrote: > > > > > > I have problems using lyx.desktop in the existing form. Changing all > > > paths to abso

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Jürgen Spitzmüller
2014-05-06 18:36 GMT+02:00 Kornel Benko: > > I can't help. On ubuntu, if I click on it under gnome-desktop, it simply > did not run. > On OpenSuse, with Gnome 3.12, it does. > All other .desktop files here _are_ 'executable'. > They are not here (not even gnome's own). Jürgen

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Kornel Benko
Am Dienstag, 6. Mai 2014 um 18:10:39, schrieb Enrico Forestieri > On Tue, May 06, 2014 at 05:40:30PM +0200, Kornel Benko wrote: > > > > I have problems using lyx.desktop in the existing form. Changing all paths > > to > > absolute cures it for me, but I am unsure about the effect it may have on

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Enrico Forestieri
On Tue, May 06, 2014 at 05:40:30PM +0200, Kornel Benko wrote: > > I have problems using lyx.desktop in the existing form. Changing all paths to > absolute cures it for me, but I am unsure about the effect it may have on > autoconf build. > > Also the .desktop here (on linux) has to have set the e

Re: Call for testers: the features/str-metrics branch

2014-05-06 Thread Enrico Forestieri
On Tue, May 06, 2014 at 11:06:45AM +0200, Jean-Marc Lasgouttes wrote: > > However, the question is: do we want to keep this > Color_selectiontext thing? It makes all selection lose color, which > is not very helpful. Therefore, we could just decide to forget about > that and just use Color_selecti

lyx.desktop.in with absolute paths

2014-05-06 Thread Kornel Benko
I have problems using lyx.desktop in the existing form. Changing all paths to absolute cures it for me, but I am unsure about the effect it may have on autoconf build. Also the .desktop here (on linux) has to have set the executable flag, otherwise it is not usable. I propose the appended chang

Re: [LyX/master] Turn an error message into a Debug::LOCALE warning

2014-05-06 Thread Richard Heck
On 05/06/2014 08:46 AM, Jean-Marc Lasgouttes wrote: 06/05/2014 14:30, Jean-Marc Lasgouttes: commit ac9a2fa9f8eea4afc9d5afee48328b900838aa34 Author: Jean-Marc Lasgouttes Date: Tue May 6 14:29:42 2014 +0200 Turn an error message into a Debug::LOCALE warning Richard, for branch? This tri

Re: Converters: Skip Qt's loadable svg function

2014-05-06 Thread Richard Heck
On 05/06/2014 04:57 AM, Vincent van Ravesteijn wrote: Previewing of some (most) svg files does not work anymore even if Inkscape and the converters has been set correctly. This is because Qt claims to be able to load svg files natively. However, Qt does a bad job doing that. Therefore, I want t

Re: [LyX/master] Turn an error message into a Debug::LOCALE warning

2014-05-06 Thread Jean-Marc Lasgouttes
06/05/2014 14:30, Jean-Marc Lasgouttes: commit ac9a2fa9f8eea4afc9d5afee48328b900838aa34 Author: Jean-Marc Lasgouttes Date: Tue May 6 14:29:42 2014 +0200 Turn an error message into a Debug::LOCALE warning Richard, for branch? This triggers when loading the Farsi fa/splash.lyx,for examp

Re: Call for testers: the features/str-metrics branch

2014-05-06 Thread Vincent van Ravesteijn
On Tue, May 6, 2014 at 11:06 AM, Jean-Marc Lasgouttes wrote: > > 04/05/2014 22:14, Vincent van Ravesteijn: > >> When selecting the first character, I see two things: >> >> 1) the connection between characters is lost (in master this is not the >> case) >> 2) the first character actually moves to t

Re: Call for testers: the features/str-metrics branch

2014-05-06 Thread Jean-Marc Lasgouttes
04/05/2014 22:14, Vincent van Ravesteijn: When selecting the first character, I see two things: 1) the connection between characters is lost (in master this is not the case) 2) the first character actually moves to the right on selection (while you would expect that the rest of the word moves to

Converters: Skip Qt's loadable svg function

2014-05-06 Thread Vincent van Ravesteijn
Previewing of some (most) svg files does not work anymore even if Inkscape and the converters has been set correctly. This is because Qt claims to be able to load svg files natively. However, Qt does a bad job doing that. Therefore, I want to use my configured converter. How can I do that ? I now