Re: Guillaume's pending patches

2015-08-19 Thread Guillaume Munch
Thank you Scott. Le 19/08/2015 03:12, Scott Kostyshak a écrit : Guillaume has various patches for bug fixes in several places that have been waiting around a bit. I do not know enough about the code that the patches touch in order to review them. However, I can test the patches and confirm that

Re: [PATCH] minor improvements to mathed

2015-08-19 Thread Guillaume Munch
Le 19/08/2015 21:34, Georg Baum a écrit : Richard Heck wrote: On 08/01/2015 06:34 AM, Guillaume Munch wrote: Here are again two very small patches if you agree. 1. Add \ensuremath to the list of math completions. This is certainly fine. 2. math-mode inserts \text instead of \mbox when

Re: [PATCH] \{ and \% now correctly use the selection as their argument instead of erasing it (bug #6466)

2015-08-19 Thread Guillaume Munch
Le 19/08/2015 20:55, Georg Baum a écrit : Richard Heck wrote: On 08/03/2015 09:32 AM, Guillaume Munch wrote: Le 31/07/2015 17:05, Guillaume Munch a écrit : \{ and \% now correctly use the selection as their argument instead of erasing it. Solves http://www.lyx.org/trac/ticket/6466. Please

Re: [PATCH] \{ and \% now correctly use the selection as their argument instead of erasing it (bug #6466)

2015-08-19 Thread Guillaume Munch
Le 19/08/2015 21:28, Georg Baum a écrit : Guillaume Munch wrote: Le 31/07/2015 23:08, Scott Kostyshak a écrit : On Fri, Jul 31, 2015 at 12:05 PM, Guillaume Munch ga...@free.fr wrote: \{ and \% now correctly use the selection as their argument instead of erasing it. Solves http://www.lyx.org

[PATCH] fix various accelerators

2015-08-21 Thread Guillaume Munch
Please accept the following accelerator fixes in .po files: * One finishes to implement Jürgen's 3bb588f4 which fixes #9495. * The other fixes conflicting accelerators in fr.po (e.g. _Rechercher _Remplacer ...) Guillaume From c1f314cf9951f31379ca6c86d066d40004570d84 Mon Sep 17 00:00:00

#9362

2015-08-21 Thread Guillaume Munch
Dear list, I have been trying to isolate a very strange input bug here: http://www.lyx.org/trac/ticket/9362. I made tests with various versions of LyX and Qt and I have been unable to locate which software is responsible for the bug so far and I am running out of ideas. (More details on the

Re: [PATCH] minor improvements to mathed

2015-08-21 Thread Guillaume Munch
Le 20/08/2015 20:39, Georg Baum a écrit : Richard Heck wrote: On 08/19/2015 06:35 PM, Guillaume Munch wrote: These patch are also up to date and both can be applied to stable as well. OK. Whoever applies them to master please also apply to stable. I can do that, but I could not find

Re: [LyX/master] Improve math-mode lfun for switching to text

2015-08-23 Thread Guillaume Munch
Le 23/08/2015 14:06, Scott Kostyshak a écrit : On Sun, Aug 23, 2015 at 5:14 AM, Georg Baum b...@lyx.org wrote: commit 27f067dd9d2da4bff679e2b0493a5723d406e1a6 Author: Guillaume Munch ga...@free.fr Date: Sun Aug 23 11:10:05 2015 +0200 Improve math-mode lfun for switching to text

Re: New problems with copy and paste?

2015-08-23 Thread Guillaume Munch
Le 14/08/2015 21:28, aparsloe a écrit : Given an enumerated list, say, ... 29. foo food footling 30. bar bard barking selecting a word in an item, say bard in the example, and pasting it into a new paragraph elsewhere starts a new list, so one gets 1. bard. Is this expected behaviour --

[PATCH] \{ and \% now correctly use the selection as their argument instead of erasing it (bug #6466)

2015-07-31 Thread Guillaume Munch
\{ and \% now correctly use the selection as their argument instead of erasing it. Solves http://www.lyx.org/trac/ticket/6466. Please criticise. Also I noticed that LyX produces invalid LaTeX code if one nests braces and comments, e.g. by typing \{\%\{\% ... but this behaviour is already

[PATCH] Improve the performance of the source panel by using a QTimer (bug #9493)

2015-07-31 Thread Guillaume Munch
Improve the performance of the source panel by using a QTimer. Solves http://www.lyx.org/trac/ticket/9493. Please criticise. From d25446e1dc4aa62eae239fa95098134a1c71d9c0 Mon Sep 17 00:00:00 2001 From: gadmm ga...@free.fr Date: Fri, 31 Jul 2015 01:05:54 +0100 Subject: [PATCH] Improve the

Re: [PATCH] Improve the performance of the source panel by using a QTimer (bug #9493)

2015-07-31 Thread Guillaume Munch
Le 31/07/2015 19:05, Richard Heck a écrit : On 07/31/2015 12:12 PM, Guillaume Munch wrote: Improve the performance of the source panel by using a QTimer. Solves http://www.lyx.org/trac/ticket/9493. Please criticise. From d25446e1dc4aa62eae239fa95098134a1c71d9c0 Mon Sep 17 00:00:00 2001 From

Re: [PATCH] \{ and \% now correctly use the selection as their argument instead of erasing it (bug #6466)

2015-08-01 Thread Guillaume Munch
Le 31/07/2015 23:08, Scott Kostyshak a écrit : On Fri, Jul 31, 2015 at 12:05 PM, Guillaume Munch ga...@free.fr wrote: \{ and \% now correctly use the selection as their argument instead of erasing it. Solves http://www.lyx.org/trac/ticket/6466. Please criticise. Also I noticed that LyX

-std=c++11 and [PATCH] Improve the display of the source (bugs #6501,#7359)

2015-08-04 Thread Guillaume Munch
Hello, Here is a patch that I would like to discuss. It brings some improvements to the source view panel and it fixes http://www.lyx.org/trac/ticket/6501 (Cursor in LaTeX Source pane does not follow cursor in Editor window). I use a unique_ptr because it was the best way to do. Because of

[PATCH] minor improvements to mathed

2015-08-01 Thread Guillaume Munch
Here are again two very small patches if you agree. 1. Add \ensuremath to the list of math completions. 2. math-mode inserts \text instead of \mbox when already in math mode. For the latter, \mbox is meant as a way to switch to text mode, but \text from amstext is more appropriate for this

Re: [PATCH] Improve the performance of the source panel by using a QTimer (bug #9493)

2015-08-02 Thread Guillaume Munch
Le 02/08/2015 02:38, Richard Heck a écrit : On 08/01/2015 04:37 PM, Pavel Sanda wrote: Guillaume Munch wrote: +const int long_delay = 400; +const int short_delay = 40; So we will regenerate paragraph each 40ms no matter whether user typed/moved with the cursor or this gets triggered

Re: [PATCH] \{ and \% now correctly use the selection as their argument instead of erasing it (bug #6466)

2015-08-03 Thread Guillaume Munch
Le 31/07/2015 17:05, Guillaume Munch a écrit : \{ and \% now correctly use the selection as their argument instead of erasing it. Solves http://www.lyx.org/trac/ticket/6466. Please criticise. If there are no experts of math mode to review the patch, here's to help you check: 1) the change

Re: [PATCH] Improve the performance of the source panel by using a QTimer (bug #9493)

2015-08-03 Thread Guillaume Munch
Le 03/08/2015 00:53, Guillaume Munch a écrit : Le 02/08/2015 02:38, Richard Heck a écrit : On 08/01/2015 04:37 PM, Pavel Sanda wrote: Guillaume Munch wrote: +const int long_delay = 400; +const int short_delay = 40; So we will regenerate paragraph each 40ms no matter whether user

Re: -std=c++11 and [PATCH] Improve the display of the source (bugs #6501,#7359)

2015-08-06 Thread Guillaume Munch
Le 06/08/2015 22:44, Jean-Marc Lasgouttes a écrit : Le 5 août 2015 03:18:37 UTC+02:00, Guillaume Munch ga...@free.fr a écrit : Hello, Here is a patch that I would like to discuss. It brings some improvements to the source view panel and it fixes http://www.lyx.org/trac/ticket/6501 (Cursor

Re: [PATCH] \{ and \% now correctly use the selection as their argument instead of erasing it (bug #6466)

2015-08-06 Thread Guillaume Munch
Le 05/08/2015 14:39, Richard Heck a écrit : On 08/03/2015 09:32 AM, Guillaume Munch wrote: Le 31/07/2015 17:05, Guillaume Munch a écrit : \{ and \% now correctly use the selection as their argument instead of erasing it. Solves http://www.lyx.org/trac/ticket/6466. Please criticise

Re: [PATCH] minor improvements to mathed

2015-08-06 Thread Guillaume Munch
Le 05/08/2015 14:38, Richard Heck a écrit : On 08/01/2015 06:34 AM, Guillaume Munch wrote: Here are again two very small patches if you agree. 1. Add \ensuremath to the list of math completions. This is certainly fine. 2. math-mode inserts \text instead of \mbox when already in math mode

Re: -std=c++11 and [PATCH] Improve the display of the source (bugs #6501,#7359)

2015-08-14 Thread Guillaume Munch
got rid of that in 2.2. JMarc Le 8 août 2015 23:21:18 UTC+02:00, Guillaume Munch ga...@free.fr a écrit : Cher Jean-Marc, Ce que je retiens de ma lecture du manuel de Boost::Move est qu'il ne peut pas y avoir de rétroportage complètement transparent de unique_ptr (ils semblent pourtant avoir

Re: Exception (basic_string) when saving on OSX.

2015-10-21 Thread Guillaume Munch
Le 21/10/2015 06:44, pdv a écrit : I've been experiencing several exceptions on OSX, using commit 96f64ac0. Sofar I've tracked down one of them: A (basic_string) exception occurs when saving a document with a sufficient long filename (more than about 18 characters without the extension). Take

Re: Minimum compiler version

2015-10-23 Thread Guillaume Munch
Le 23/10/2015 17:55, Peter Kümmel a écrit : I wonder to still see auto_ptr: https://travis-ci.org/syntheticpp/lyx Which old compiler you wanna support? Peter Dear Peter, See and subsequent messages. The only concrete

Re: Update on the patches

2015-10-23 Thread Guillaume Munch
Le 23/10/2015 09:54, Jean-Marc Lasgouttes a écrit : Le 20/10/2015 19:23, Guillaume Munch a écrit : http://www.emacswiki.org/emacs/SmartTabs Indeed, thanks. Do you use it? JMarc Not yet because it does not seem straightforward to install here, but I am convinced that Georg's solution

Re: Changebars

2015-10-23 Thread Guillaume Munch
Le 23/10/2015 16:55, Paul A. Rubin a écrit : Hi all, Is there any plan afoot to incorporate changebars in the output (when change tracking and show changes in output are enabled) in a forthcoming version of LyX? I've cobbled together a module for it (public repo at

Re: Changebar module file

2015-10-25 Thread Guillaume Munch
Le 25/10/2015 15:37, Paul A. Rubin a écrit : Pavel Sanda lyx.org> writes: This would be nice to have, though I am wondering whether such feature doesn't belong directly to menu, next to 'Show changes in output'. More work, I know... I was hoping it would be a menu choice in an upcoming

Re: Minimum compiler version

2015-10-25 Thread Guillaume Munch
Vincent van Ravesteijn wrote: I thought we always wanted to support as many compilers as reasonably possible in order to allow newcomers to easily compile LyX and to let them contribute. Please, take also into account other factors determining the attractiveness to newcomers, such as

Re: Bug in math macro preview

2015-10-25 Thread Guillaume Munch
Le 24/10/2015 17:17, Guy Rutenberg a écrit : Hi, I've encounter a minor bug in the previewing of math macro: That is, after you create a math macro it would normally exapand the macro in normal math mode to the LyX representation of the macro. However, if the macro name is a single digit (e.g.

Re: Minimum compiler version

2015-10-23 Thread Guillaume Munch
Le 23/10/2015 20:34, Vincent van Ravesteijn a écrit : Op 23-10-2015 om 21:22 schreef Guillaume Munch: Le 23/10/2015 20:16, Vincent van Ravesteijn a écrit : Op 23-10-2015 om 20:55 schreef Guillaume Munch: Le 23/10/2015 17:55, Peter Kümmel a écrit : I wonder to still see auto_ptr: https

Re: Minimum compiler version

2015-10-23 Thread Guillaume Munch
Le 23/10/2015 20:16, Vincent van Ravesteijn a écrit : Op 23-10-2015 om 20:55 schreef Guillaume Munch: Le 23/10/2015 17:55, Peter Kümmel a écrit : I wonder to still see auto_ptr: https://travis-ci.org/syntheticpp/lyx Which old compiler you wanna support? Peter Dear Peter, See <h

Re: Minimum compiler version

2015-10-23 Thread Guillaume Munch
Le 23/10/2015 20:27, Stephan Witt a écrit : Am 23.10.2015 um 20:55 schrieb Guillaume Munch <g...@lyx.org>: Le 23/10/2015 17:55, Peter Kümmel a écrit : I wonder to still see auto_ptr: https://travis-ci.org/syntheticpp/lyx Which old compiler you wanna support? Peter Dear Peter,

Re: Minimum compiler version

2015-10-23 Thread Guillaume Munch
Le 23/10/2015 20:22, Guillaume Munch a écrit : Le 23/10/2015 20:16, Vincent van Ravesteijn a écrit : Op 23-10-2015 om 20:55 schreef Guillaume Munch: Le 23/10/2015 17:55, Peter Kümmel a écrit : I wonder to still see auto_ptr: https://travis-ci.org/syntheticpp/lyx Which old compiler you wanna

#9785: lstinline in footnotes

2015-10-26 Thread Guillaume Munch
Dear Uwe, Keywords regression removed Status changed from assigned to closed Resolution set to wontfix Milestone 2.2.0 deleted I don't see a regression here. The point is that users insert listings via the LyX menu or a shortcut. This inserts a lstlisting environment that will not compile

callgrind

2015-10-26 Thread Guillaume Munch
I have added instructions for using callgrind here: . It records function calls and lets you explore them hierarchically. I found callgrind very useful for understanding how LyX works, not just for profiling. Unlike other profilers, it works

Re: Changebars

2015-10-23 Thread Guillaume Munch
Le 24/10/2015 01:09, Paul A. Rubin a écrit : This looks good except that you should use "Require changebar" instead of \usepackage{changebar}. But I am not an expert for layout files for please send it to the list so others can comment. I thought "Require ..." was for requiring a LyX module;

Re: Form is function

2015-10-21 Thread Guillaume Munch
Le 20/10/2015 20:47, Liviu Andronic a écrit : I think #1 is more or less what we have now, slightly simplifying the way we roll milestones (into the .x stack) or drop milestones altogether ("very" old .x reports can be safely decommissioned). #2 will allow to much better keep track of

Re: [patch] RFC: better submenu for tables

2015-11-11 Thread Guillaume Munch
Le 11/11/2015 12:57, Guillaume Munch a écrit : Le 11/11/2015 12:13, Jean-Marc Lasgouttes a écrit : Le 11/11/2015 01:53, Uwe Stöhr a écrit : I agree that submenus are better than to remove things. Attached is a patch. OK to go in? Thanks, we need something like that. A few comments

Re: [patch] RFC: better submenu for tables

2015-11-11 Thread Guillaume Munch
Le 11/11/2015 12:13, Jean-Marc Lasgouttes a écrit : Le 11/11/2015 01:53, Uwe Stöhr a écrit : I agree that submenus are better than to remove things. Attached is a patch. OK to go in? Thanks, we need something like that. A few comments: Sorry, our messages crossed each-other. I could not

Re: [patch] RFC: better submenu for tables

2015-11-11 Thread Guillaume Munch
Le 11/11/2015 00:53, Uwe Stöhr a écrit : Am 04.11.2015 um 10:42 schrieb Jean-Marc Lasgouttes: This is not how contextual menus are supposed to work IMO. I would propose instead to use submenus and to micmick what libreoffice (for ex.) does. I agree that submenus are better than to remove

Re: Tentative schedule for 2.2.0 release

2015-11-11 Thread Guillaume Munch
Le 11/11/2015 08:02, Scott Kostyshak a écrit : Below is a tentative schedule for releasing 2.2.0. I think the schedule is slightly on the aggressive side, and that is because I think the state of our master branch is already relatively stable. alpha: tag and tar this week and announce this

Re: [patch] Finding the generated latex file

2015-11-10 Thread Guillaume Munch
Le 10/11/2015 01:08, Scott Kostyshak a écrit : On Mon, Nov 09, 2015 at 08:04:29AM +, Guillaume Munch wrote: Le 06/11/2015 10:35, Jean-Marc Lasgouttes a écrit : Le 06/11/2015 04:16, Scott Kostyshak a écrit : I also agree that it's better to replace the alert with a message on stderr. I

Re: [patch] RFC: better submenu for tables

2015-11-12 Thread Guillaume Munch
Le 12/11/2015 00:30, Uwe Stöhr a écrit : Am 11.11.2015 um 13:13 schrieb Jean-Marc Lasgouttes: Many Thanks for reviewing. Since the menu name is about lines, should we just have entry Top/Bottom... Done. What about putting multirow with rows and multicolumns with columns? That#s a

Re: [patch] RFC: better submenu for tables

2015-11-12 Thread Guillaume Munch
Le 12/11/2015 00:34, Uwe Stöhr a écrit : Am 11.11.2015 um 13:57 schrieb Guillaume Munch: Well multirow and multicolumn is about cells, so I moved it with cells. multirow can be for several cells but also for complete rows. Therefore I don't think it is sensible to have a special cell group

Re: beamer workflow

2015-11-12 Thread Guillaume Munch
Le 12/11/2015 09:19, Edwin Leuven a écrit : On 11 Nov 2015, at 19:07, Jürgen Spitzmüller wrote: Am Dienstag 10 November 2015, 10:21:02 schrieb Edwin Leuven: dear all, when i insert a new frame, add the title and hit enter the new line is set to “Frame” similarly if i am

Re: [patch] RFC: better submenu for tables

2015-11-12 Thread Guillaume Munch
Le 12/11/2015 00:39, Uwe Stöhr a écrit : Am 11.11.2015 um 13:52 schrieb Guillaume Munch: Yes, I committed now a version which includes your and also JMarc's changes. Thanks again P.S.: it might be good to disable "inset-modify tabular multi(column|row)" when a single cell i

Re: [alpha] Re: [LyX/master] Fix bug #9554: When we save a file that was not originally in the current LyX format, create a backup of the original file. We put it in the backup directory, if one exist

2015-11-13 Thread Guillaume Munch
Le 13/11/2015 16:30, Scott Kostyshak a écrit : On Fri, Nov 13, 2015 at 01:52:34PM +, Guillaume Munch wrote: Le 11/11/2015 00:40, Richard Heck a écrit : commit cc83dfa887ade5ef059d338cbf353d77db926f40 Author: Richard Heck <rgh...@lyx.org> Date: Tue Nov 10 12:39:24 2015 -0500 F

Re: [PATCH] Bug #9854 "Dataloss after git merge with change tracking"

2015-11-13 Thread Guillaume Munch
Le 12/11/2015 18:29, Georg Baum a écrit : Guillaume Munch wrote: * Georg, you told us an old story of "FIXME: UNICODE"s being placed in the source when the developers decided that docstring would be the only place where we see Unicode. I am happy to fix these as I go through the code

Re: synchronizing po file of branch and trunk

2015-11-13 Thread Guillaume Munch
Le 13/11/2015 16:58, Scott Kostyshak a écrit : On Thu, Nov 12, 2015 at 07:12:52PM +0100, Georg Baum wrote: Jean-Marc Lasgouttes wrote: Le 11/11/15 22:39, Scott Kostyshak a écrit : Branch has less strings than master. (6609 vs. 6817). And not all strings from branch are common with master.

Re: [alpha] Re: [LyX/master] Fix bug #9554: When we save a file that was not originally in the current LyX format, create a backup of the original file. We put it in the backup directory, if one exist

2015-11-13 Thread Guillaume Munch
Le 13/11/2015 17:01, Scott Kostyshak a écrit : On Fri, Nov 13, 2015 at 04:39:24PM +, Guillaume Munch wrote: Le 13/11/2015 16:30, Scott Kostyshak a écrit : On Fri, Nov 13, 2015 at 01:52:34PM +, Guillaume Munch wrote: Le 11/11/2015 00:40, Richard Heck a écrit : commit

Re: [PATCH] Bug #9854 "Dataloss after git merge with change tracking"

2015-11-13 Thread Guillaume Munch
his should be prevented by changing the file format so that it does not contain so many repetitions. Yes, it's a similar issue, that I haven't seen yet. I suggest to go through one issue at a time... Guillaume >From 348a975ae7b73e76039d1da00aa2daa0fab21037 Mon Sep 17 00:00:00 2001 From: Guillaume Munch

Re: docs with \origin unavailable

2015-11-13 Thread Guillaume Munch
Le 13/11/2015 18:20, Scott Kostyshak a écrit : …there are some trailing spaces that are removed after '\author ...'. … it would be nice … to fix LyX so it does not introduce the trailing spaces… I can do that. Shall I include it with my next patch on CT?

Re: [PATCH] Bug #9854 "Dataloss after git merge with change tracking"

2015-11-13 Thread Guillaume Munch
Le 13/11/2015 10:56, Vincent van Ravesteijn a écrit : On Thu, Nov 12, 2015 at 8:12 PM, Georg Baum wrote: Vincent van Ravesteijn wrote: I doubt whether it is a good thing to start fiddling with the document when we read in a corrupt file. Version control

Re: Basic test of alpha1 tar

2015-11-15 Thread Guillaume Munch
Le 15/11/2015 01:18, Pavel Sanda a écrit : Scott Kostyshak wrote: Dear all, If you have time, please download the LyX 2.2.0alpha1 tar and test that it compiles/installs as expected. It is located here: non harmful, but warnings: GuiViewSource.cpp:174:9: warning: 'QString

Re: Bad Exception Crash in Master

2015-11-16 Thread Guillaume Munch
Le 16/11/2015 20:22, Georg Baum a écrit : Richard Heck wrote: Recipe: 1. Open the User Guide. 2. Click somewhere in the main text. 3. Insert > Citation 4. Enter the search field and type "cap" 5. Hit search button. Error: Software exception Detected

Re: [PATCH] Bug #9854 "Dataloss after git merge with change tracking"

2015-11-16 Thread Guillaume Munch
Le 13/11/2015 03:18, Pavel Sanda a écrit : Georg Baum wrote: Unfortunately there is a good reason for this behaviour: If LyX would not do that, then unused \author lines could easily accumulate: If I accept all changes of my co-author, and he never edits the file again, then his \author line

Re: [PATCH] Bug #9854 "Dataloss after git merge with change tracking"

2015-11-16 Thread Guillaume Munch
Le 13/11/2015 10:56, Vincent van Ravesteijn a écrit : I believe that 'git' can have custom merge filter/script for certain file types. Maybe the community would like a special LyX-merger script that can be used by the vcs to reduce merge errors as much as possible. That would be a nice

Re: Packagers, please upload binaries for 2.2.0alpha1

2015-11-16 Thread Guillaume Munch
Le 17/11/2015 00:47, Scott Kostyshak a écrit : On Mon, Nov 16, 2015 at 11:07:26PM +, Guillaume Munch wrote: Le 16/11/2015 22:23, Scott Kostyshak a écrit : On Mon, Nov 16, 2015 at 01:00:09PM +0100, Liviu Andronic wrote: On Mon, Nov 16, 2015 at 12:46 PM, Guillaume Munch <g...@lyx.org>

Re: Bad Exception Crash in Master

2015-11-16 Thread Guillaume Munch
Le 16/11/2015 23:00, Scott Kostyshak a écrit : Thanks for making a summary of this, Guillaume. You are welcome, Scott. Should we add this piece of advice (once confirmed) to Development.lyx? It is still not exactly clear to me what that document is for, but I personally would like guidelines

Re: Packagers, please upload binaries for 2.2.0alpha1

2015-11-16 Thread Guillaume Munch
Le 16/11/2015 11:33, Liviu Andronic a écrit : The Ubuntu packages are built against Qt 4.8. Scott, is it a good or a bad idea to build against Qt 5.4.1/5.4.2, where available? With Qt 5.4.1 in Ubuntu I am affected by and

Re: Packagers, please upload binaries for 2.2.0alpha1

2015-11-16 Thread Guillaume Munch
Le 16/11/2015 22:23, Scott Kostyshak a écrit : On Mon, Nov 16, 2015 at 01:00:09PM +0100, Liviu Andronic wrote: On Mon, Nov 16, 2015 at 12:46 PM, Guillaume Munch <g...@lyx.org> wrote: Le 16/11/2015 11:33, Liviu Andronic a écrit : The Ubuntu packages are built against Qt 4.8.

Re: [PATCH] Bug #9854 "Dataloss after git merge with change tracking"

2015-11-12 Thread Guillaume Munch
Le 12/11/2015 16:07, Vincent van Ravesteijn a écrit : On Thu, Nov 12, 2015 at 4:41 PM, Jean-Marc Lasgouttes <lasgout...@lyx.org> wrote: Le 11/11/2015 23:12, Guillaume Munch a écrit : Dear list, The patch below fixes bug #9854. (<http://www.lyx.org/trac/ticket/9854>) Find

[PATCH] Bug #9854 "Dataloss after git merge with change tracking"

2015-11-11 Thread Guillaume Munch
roblem typically. Here have a look at operator>> in Author.cpp below. What's the problem and what should typically be done there? Scott, this can wait until after alpha, as you want. Sincerely, Guillaume >From d6a7ae1ab965f9cde4b0dd5df1716f50aafbe010 Mon Sep 17 00:00:00 2001 From: Guillaume

Re: Bad Exception Crash in Master

2015-11-17 Thread Guillaume Munch
Le 17/11/2015 17:07, Richard Heck a écrit : On 11/16/2015 05:53 PM, Guillaume Munch wrote: Le 16/11/2015 20:22, Georg Baum a écrit : Richard Heck wrote: Recipe: 1. Open the User Guide. 2. Click somewhere in the main text. 3. Insert > Citation 4. Enter the search field and type "cap

Re: #9841: Preferences specific to the user and not to the file should not be recorded in the file

2015-11-09 Thread Guillaume Munch
Le 07/11/2015 21:18, Pavel Sanda a écrit : Guillaume Munch wrote: Have a new checkbox in document settings labelled "Open with change tracking enabled". Then the current state of change tracking is made independent from this checkbox; only, if the box is checked then it will do as

Re: [patch] Finding the generated latex file

2015-11-09 Thread Guillaume Munch
Le 06/11/2015 10:35, Jean-Marc Lasgouttes a écrit : Le 06/11/2015 04:16, Scott Kostyshak a écrit : I also agree that it's better to replace the alert with a message on stderr. I noticed that there are already similar messages on the terminal when files cannot be removed. Attached is a patch.

Re: #9841: Preferences specific to the user and not to the file should not be recorded in the file

2015-11-09 Thread Guillaume Munch
Le 08/11/2015 16:16, Georg Baum a écrit : Richard Heck wrote: On 11/07/2015 12:36 AM, Vincent van Ravesteijn wrote: Is it really a file format change? If we do not change the physical appearance of the file format, and if we do not change the document output of a certain file, is it then

Re: Plan for the current testing situation

2015-11-09 Thread Guillaume Munch
Le 02/11/2015 03:41, Scott Kostyshak a écrit : Thanks to all of those participating in the discussions about tests. I have learned a lot the last couple of weeks. Thank you also to those who have tried to run the tests. This to me is a great step forward. I know that the export tests are sloppy

[patch] Finding the generated latex file

2015-11-02 Thread Guillaume Munch
e the LyX internals in this way. What do you think? Guillaume >From 7f97044ddbe67ccd83c6460878045aabf134c443 Mon Sep 17 00:00:00 2001 From: Guillaume Munch <g...@lyx.org> Date: Mon, 2 Nov 2015 18:19:40 + Subject: [PATCH] Add "Open directory..." button to the log dialog. Proof o

Re: [LyX/master] Add "Open Containing Directory" button to the log dialog (#9211, #9834)

2015-11-03 Thread Guillaume Munch
Le 03/11/2015 08:32, Jean-Marc Lasgouttes a écrit : Le 03/11/2015 04:57, Guillaume Munch a écrit : commit f441590c8e0b5e970fbdd656198ec4993dfecb43 Author: Guillaume Munch <g...@lyx.org> Date: Mon Nov 2 18:19:40 2015 + Add "Open Containing Directory" button to the l

Re: [LyX/master] Add "Open Containing Directory" button to the log dialog (#9211, #9834)

2015-11-03 Thread Guillaume Munch
Le 03/11/2015 07:35, Kornel Benko a écrit : Am Dienstag, 3. November 2015 um 04:57:45, schrieb Guillaume Munch <g...@lyx.org> commit f441590c8e0b5e970fbdd656198ec4993dfecb43 Author: Guillaume Munch <g...@lyx.org> Date: Mon Nov 2 18:19:40 2015 + Add "Open Con

Re: [patch] Finding the generated latex file

2015-11-03 Thread Guillaume Munch
Le 03/11/2015 08:27, PhilipPirrip a écrit : On 11/02/2015 10:58 PM, Guillaume Munch wrote: Pushed at f441590c. Windows/OSX users, please report if it does not work. Hey Guillaume, Bad news, it didn't work on Windows. Qt 4.8, VS2010, WinXP/VirtualBox This was the error message: lyx\src

Re: [patch] Finding the generated latex file

2015-11-03 Thread Guillaume Munch
Le 03/11/2015 08:59, Stephan Witt a écrit : Am 03.11.2015 um 04:58 schrieb Guillaume Munch <g...@lyx.org <mailto:g...@lyx.org>>: Le 02/11/2015 18:38, Guillaume Munch a écrit : Le 28/10/2015 16:39, Ilan a écrit : Thanks David and Stephan. My problem is that I'm working on

Re: Changebar module file

2015-11-01 Thread Guillaume Munch
Le 01/11/2015 23:01, Jean-Marc Lasgouttes a écrit : Le 01/11/15 23:48, Guillaume Munch a écrit : List, is the attached correct? I'd say yes. I do not like much the extra redefinition, but the only other solution is plain \def. BTW, as it is implemented here, if it works reliably, this looks

Re: Changebar module file

2015-11-01 Thread Guillaume Munch
Le 01/11/2015 23:01, Jean-Marc Lasgouttes a écrit : Le 01/11/15 23:48, Guillaume Munch a écrit : List, is the attached correct? I'd say yes. I do not like much the extra redefinition, but the only other solution is plain \def. BTW, as it is implemented here, if it works reliably, this looks

Re: #9785: lstinline in footnotes

2015-11-01 Thread Guillaume Munch
Dear Uwe, Le 27/10/2015 00:40, Uwe Stöhr a écrit : Am 26.10.2015 um 17:21 schrieb Guillaume Munch: The user reported two valid use cases that are exceptions to this behaviour: \lstinline and \usepackage{bigfoot}. This used to work before ⇒ regression. As I wrote, I don't agree. We had

Re: #9785: lstinline in footnotes

2015-11-01 Thread Guillaume Munch
Le 26/10/2015 20:52, Georg Baum a écrit : Guillaume Munch wrote: Dear Uwe, Keywords regression removed Status changed from assigned to closed Resolution set to wontfix Milestone 2.2.0 deleted I don't think that we should support things that break compilation with the default settings

Re: Changebar module file

2015-11-01 Thread Guillaume Munch
List, is the attached correct? >From 7879b81f3cd9fccdaa2dd16caa2e4e145753fd0a Mon Sep 17 00:00:00 2001 From: Guillaume Munch <g...@lyx.org> Date: Sun, 1 Nov 2015 22:30:38 + Subject: [PATCH] Module for the changebar package Author: Paul A. Rubin (ru...@msu.edu), based on code

Re: #9841: Preferences specific to the user and not to the file should not be recorded in the file

2015-11-04 Thread Guillaume Munch
Le 04/11/2015 20:06, Georg Baum a écrit : Guillaume Munch wrote: Le 03/11/2015 21:16, Georg Baum a écrit : I don't think there is an easy solution, because it depends on the use case. For example, in our documentation workflows \tracking_changes needs to be the same for all users, so

Re: #9841: Preferences specific to the user and not to the file should not be recorded in the file

2015-11-06 Thread Guillaume Munch
Le 06/11/2015 21:42, Georg Baum a écrit : I think there is general consensus about \justification and \output_changes, so if this is OK with Scott you could move these to preferences, but for \track_changes I do not see a consensus, so this setting should not be changed so short before a

Re: #9841: Preferences specific to the user and not to the file should not be recorded in the file

2015-11-07 Thread Guillaume Munch
Le 07/11/2015 22:17, Richard Heck a écrit : On 11/07/2015 04:46 PM, Jean-Marc Lasgouttes wrote: Le 7 novembre 2015 02:02:27 GMT+01:00, Guillaume Munch <g...@lyx.org> a écrit : Yes, I fully understand this point and I agree that a decision has to be taken somehow quickly, this is

Re: #9841: Preferences specific to the user and not to the file should not be recorded in the file

2015-11-03 Thread Guillaume Munch
Le 03/11/2015 19:49, LyX Ticket Tracker a écrit : #9841: Preferences specific to the user and not to the file should not be recorded in the file -+ Reporter: gadmm| Owner: lasgouttes Type: defect | Status: new Priority:

Re: #9841: Preferences specific to the user and not to the file should not be recorded in the file

2015-11-03 Thread Guillaume Munch
Le 03/11/2015 21:16, Georg Baum a écrit : Guillaume Munch wrote: <http://www.lyx.org/trac/ticket/9841> I am bringing this to the list due to the timing, due to the fact that it is a file format change, and due to the fact that it looks severe in the above context. I suggest

Re: [patch] Finding the generated latex file

2015-11-02 Thread Guillaume Munch
use button ▷ Select all, then copy. Any user of the "Copy to clipboard" button would object? I propose to commit the attached which solves the UI issues of the previous patch. Guillaume >From ea6b85adc95be9625a203f35009edfe5ee0deee5 Mon Sep 17 00:00:00 2001 From: Guillaume Munch &

Re: [patch] Finding the generated latex file

2015-11-02 Thread Guillaume Munch
Le 02/11/2015 23:50, Scott Kostyshak a écrit : On Mon, Nov 02, 2015 at 09:49:24PM +, Guillaume Munch wrote: Le 02/11/2015 21:10, Andrew Parsloe a écrit : Your proposed button would also solve #9211 "Make the lyxpreview.log files accessible within LyX". I agree, part of this

Re: [patch] Finding the generated latex file

2015-11-02 Thread Guillaume Munch
Le 03/11/2015 00:41, Scott Kostyshak a écrit : On Tue, Nov 03, 2015 at 12:11:08AM +, Guillaume Munch wrote: The "Open directory..." could also get rid of the "Show Output Anyway" button for the same reasoning as (1) above. I like the "Show Output Anyway" butt

Re: [patch] Finding the generated latex file

2015-11-02 Thread Guillaume Munch
Le 02/11/2015 18:38, Guillaume Munch a écrit : Le 28/10/2015 16:39, Ilan a écrit : Thanks David and Stephan. My problem is that I'm working on a multi-file project so under the tmp directory there are several directories and the location of the Latex file depends on the file I compiled

Re: [patch] Finding the generated latex file

2015-11-05 Thread Guillaume Munch
Le 04/11/2015 17:16, PhilipPirrip a écrit : I personally find this very annoying. As a user. It doesn't happen on Linux, so I'm still good, but on Windows: I tested the patch on Windows, no messages were shown if LyX was closed, Windows Explorer window would just close upon the deletion of the

Re: [patch] Finding the generated latex file

2015-11-05 Thread Guillaume Munch
Le 06/11/2015 03:16, Scott Kostyshak a écrit : On Fri, Nov 06, 2015 at 02:32:13AM +, Guillaume Munch wrote: Le 04/11/2015 17:16, PhilipPirrip a écrit : I personally find this very annoying. As a user. It doesn't happen on Linux, so I'm still good, but on Windows: I tested the patch

Re: #9841: Preferences specific to the user and not to the file should not be recorded in the file

2015-11-05 Thread Guillaume Munch
Le 05/11/2015 07:31, Vincent van Ravesteijn a écrit : On Thu, Nov 5, 2015 at 7:12 AM, Pavel Sanda wrote: Vincent van Ravesteijn wrote: I consider it also document, not user, setting. It would cause confusions if this setting is not transfered to my collaborators within the

Re: #9841: Preferences specific to the user and not to the file should not be recorded in the file

2015-11-05 Thread Guillaume Munch
Le 05/11/2015 20:25, Georg Baum a écrit : Guillaume Munch wrote: Le 04/11/2015 20:06, Georg Baum a écrit : My experience with multi-author collaboration and change tracking differs. The various portions of the document tend to "belong" to one author and an author uses chang

Re: screen indenting after frames

2015-11-06 Thread Guillaume Munch
Le 06/11/2015 07:34, Jürgen Spitzmüller a écrit : Am Donnerstag 05 November 2015, 18:57:52 schrieb Edwin Leuven: i agree may i suggest that you push this change to master? I've pushed something similar. Might be something to consider for branch. Jürgen Thank you!

Re: #9841: Preferences specific to the user and not to the file should not be recorded in the file

2015-11-06 Thread Guillaume Munch
Le 06/11/2015 07:01, Vincent van Ravesteijn a écrit : Op 6 nov. 2015 05:44 schreef "Pavel Sanda" <sa...@lyx.org <mailto:sa...@lyx.org>>: > > Guillaume Munch wrote: > > That "CT lock" feature, instead of imposing such a strict constraint &g

Re: #9841: Preferences specific to the user and not to the file should not be recorded in the file

2015-11-06 Thread Guillaume Munch
Le 06/11/2015 04:37, Pavel Sanda a écrit : Guillaume Munch wrote: express any intention. Your description gives the impression that if your collaborator starts writing and they do not see that the changes are not being tracked, then they will not know or care about enabling change tracking

Re: #9841: Preferences specific to the user and not to the file should not be recorded in the file

2015-11-06 Thread Guillaume Munch
Le 06/11/2015 09:06, Jean-Marc Lasgouttes a écrit : Le 06/11/2015 02:31, Guillaume Munch a écrit : Besides the lack of intention conveyed, I already mentioned the principle of least surprise: it is not clear for a new user that this is a purpose of the button. So if what is currently

Re: #9841: Preferences specific to the user and not to the file should not be recorded in the file

2015-11-06 Thread Guillaume Munch
Le 06/11/2015 21:28, Georg Baum a écrit : Guillaume Munch wrote: Le 06/11/2015 09:06, Jean-Marc Lasgouttes a écrit : Le 06/11/2015 02:31, Guillaume Munch a écrit : In terms of least surprise, I would add that both msword 2007 and libreoffice 5 store the setting in the document and consider

Re: #9841: Preferences specific to the user and not to the file should not be recorded in the file

2015-11-06 Thread Guillaume Munch
Le 06/11/2015 21:46, Guillaume Munch a écrit : Le 06/11/2015 21:28, Georg Baum a écrit : Guillaume Munch wrote: Le 06/11/2015 09:06, Jean-Marc Lasgouttes a écrit : Le 06/11/2015 02:31, Guillaume Munch a écrit : In terms of least surprise, I would add that both msword 2007 and libreoffice 5

Re: [LyX/master] Add "Open Containing Directory" button to the log dialog (#9211, #9834)

2015-11-03 Thread Guillaume Munch
Le 03/11/2015 16:10, Kornel Benko a écrit : It is the same, opens with gvim. But in the mean time I learned a new gvim command ':Ex[plore]', which shows the content of this directory. And one can select files (e.g. click on filenames) and open them. For me it is OK ... OK. Only thing is

Re: [patch] Finding the generated latex file

2015-11-03 Thread Guillaume Munch
Le 03/11/2015 16:16, Stephan Witt a écrit : Am 03.11.2015 um 16:36 schrieb Guillaume Munch <g...@lyx.org>: Do you mean that the patch now causes this error message? Under which circumstances precisely? Is it that if the directory is open in the finder, then LyX cannot remove the dir

Re: [patch] Finding the generated latex file

2015-11-03 Thread Guillaume Munch
Le 03/11/2015 16:39, Guillaume Munch a écrit : Le 03/11/2015 16:16, Stephan Witt a écrit : Am 03.11.2015 um 16:36 schrieb Guillaume Munch <g...@lyx.org>: Do you mean that the patch now causes this error message? Under which circumstances precisely? Is it that if the directory i

  1   2   3   4   5   6   7   8   9   10   >