Re: Can no longer paste PNG's automatically on trunk (intended?)

2013-06-04 Thread Vincent van Ravesteijn
Op 5-6-2013 4:11, Scott Kostyshak schreef: I remember a lot of work was done on improving pasting (e.g. LaTeX detection) but I don't remember this change being discussed. Before (and now on current 2.0git), you could copy a png from the web (coyping in Chromium on Ubuntu stores it as MIME type "

Re: Automate detection of hunspell dictionaries path

2013-06-04 Thread Stephan Witt
Am 03.06.2013 um 21:12 schrieb Scott Kostyshak : > Would it make sense to automate the detection of the hunspell dictionaries > path? > If so, would this go into configure.py? > > Hunspell allows the following option: > > -D Show detected path of the loaded dictionary, and list of the > sea

Can no longer paste PNG's automatically on trunk (intended?)

2013-06-04 Thread Scott Kostyshak
I remember a lot of work was done on improving pasting (e.g. LaTeX detection) but I don't remember this change being discussed. Before (and now on current 2.0git), you could copy a png from the web (coyping in Chromium on Ubuntu stores it as MIME type "image/bmp" for me) and paste it directly into

Re: LyX crash when editting Long Table Paragraph Setting

2013-06-04 Thread Uwe Stöhr
Am 03.06.2013 11:04, schrieb Vincent van Ravesteijn: (Someone volunteers to open a bug report so we don't forget ?) Done: http://www.lyx.org/trac/ticket/8721 regards Uwe

Re: [LyX/master] Merge branch 'master' of git.l

2013-06-04 Thread Uwe Stöhr
Am 04.06.2013 22:31, schrieb Vincent van Ravesteijn: What was the problem that it worked for me and not for you? Just curious. I windows fix I installed. It destroyed the git's access to the files in the Windws explorer. This problem is Win XP 64bit only, but before I was aware f that I dupli

Re: [LyX/master] Merge branch 'master' of git.l

2013-06-04 Thread Vincent van Ravesteijn
Op 4 jun. 2013 22:27 schreef "Uwe Stöhr" het volgende: > > Am 01.06.2013 04:24, schrieb Uwe Stöhr: > > >> Lars told me this too but it doesn't work: if rebasing is possible and I press "Start Rebase" I get >> "unrecoverable error occurred" and that is it. I played with this today for a while but r

Re: [LyX/master] Merge branch 'master' of git.l

2013-06-04 Thread Uwe Stöhr
Am 01.06.2013 04:24, schrieb Uwe Stöhr: Lars told me this too but it doesn't work: if rebasing is possible and I press "Start Rebase" I get "unrecoverable error occurred" and that is it. I played with this today for a while but rebasing does not work, no matter what I do. This is now fixed i

Re: [LyX master] moderncv.layout: support the command \social

2013-06-04 Thread Uwe Stöhr
Am 04.06.2013 12:19, schrieb Jean-Marc Lasgouttes: 01/06/2013 04:18, Uwe Stöhr: Why is configure.py slow? How long does its execution take? \TestPackage asks LaTeX if a package is installed so what has this to do with the OS? It may be a problem with the way it is implemented, but the fact is

Re: support for 'Box (Minipage, shaded background, simple frame)' ?

2013-06-04 Thread Uwe Stöhr
Am 04.06.2013 17:56, schrieb Liviu Andronic: Currently LyX has 'Box (Minipage, shaded background)' and 'Box (Minipage, simple frame)', but NOT 'Box (Minipage, shaded background, simple frame)'. This can be done easily using a construct described on the wiki How easy, only 15 lines code ;-) Th

Re: Mac menubar patch

2013-06-04 Thread BH
On Tue, Jun 4, 2013 at 9:29 AM, Jean-Marc Lasgouttes wrote: > 30/05/2013 16:51, BH: > > As I said, it's cludgy: I've stolen code >> from GuiWorkArea::**updateWindowTitle() to get that info back in the >> title, but (not in any real sense knowing C++) I don't understand the >> relationship betwee

support for 'Box (Minipage, shaded background, simple frame)' ?

2013-06-04 Thread Liviu Andronic
Dear all, Currently LyX has 'Box (Minipage, shaded background)' and 'Box (Minipage, simple frame)', but NOT 'Box (Minipage, shaded background, simple frame)'. This can be done easily using a construct described on the wiki ( http://wiki.lyx.org/FAQ/ShadedBox ): \usepackage{calc} \newenvironment{sh

Re: Mac menubar patch

2013-06-04 Thread Jean-Marc Lasgouttes
30/05/2013 16:51, BH: As I said, it's cludgy: I've stolen code from GuiWorkArea::updateWindowTitle() to get that info back in the title, but (not in any real sense knowing C++) I don't understand the relationship between GuiWorkArea::updateWindowTitle() and GuiView::updateWindowTitle(GuiWorkArea

Re: LyX 2.1 -- master closed

2013-06-04 Thread Richard Heck
On 06/03/2013 11:35 PM, BH wrote: Thanks, Pavel. Actually, I realize I misnamed it: it's a *window titlebar* patch. At any rate, it's not an important "fix", as nothing can really be said to be broken with how things currently are. Moreover, it will need to be checked to make sure it's not to

Re: [LyX master] moderncv.layout: support the command \social

2013-06-04 Thread Jean-Marc Lasgouttes
01/06/2013 04:18, Uwe Stöhr: Why is configure.py slow? How long does its execution take? \TestPackage asks LaTeX if a package is installed so what has this to do with the OS? It may be a problem with the way it is implemented, but the fact is that here configure.py needs >5s to complete. If I

Re: [PATCH] Small post-kill-gettext cleanup

2013-06-04 Thread Jean-Marc Lasgouttes
03/06/2013 18:22, Vincent van Ravesteijn: Op 3-6-2013 18:18, Jean-Marc Lasgouttes schreef: THe following patch moves a Qt workaround where it belongs, and solves a weird error message spotted by Vincent. Vincent, can this go in? JMarc Yes. Done. JMarc

Re: [LyX/master] add toFilesystemEncoding for -

2013-06-04 Thread Stephan Witt
Am 04.06.2013 um 02:58 schrieb Enrico Forestieri : > On Mon, Jun 03, 2013 at 06:36:31PM +0200, Stephan Witt wrote: > >> Am 03.06.2013 um 09:53 schrieb Stephan Witt : >> >>> Am 03.06.2013 um 02:58 schrieb Enrico Forestieri : >>> On Sun, Jun 02, 2013 at 10:47:01AM +0200, Stephan Witt wrote: