Re: lyx-devel Digest, Vol 191, Issue 6

2023-06-16 Thread R H van der Gaag
On 16 Jun 2023, at 13:09, lyx-devel-requ...@lists.lyx.org wrote: > Message: 1 > Date: Fri, 16 Jun 2023 10:24:08 +0200 > From: Pavel Sanda > To: lyx-devel@lists.lyx.org > Subject: Re: Bug opening and closing insets > Message-ID: > Content-Type: text/plain; charset=us-ascii > > […] >> Insets open

Bug opening and closing insets

2023-06-15 Thread R H van der Gaag
(I tried to use the bug tracker, but my credentials are not recognised, having a new password sent to me fails, as does registering anew. So I’ll report this here instead.) Insets open and close fine on my M1 iMac, but it’s hit and miss on my (Intel) MacBook Pro. Sometimes I will be clicking t

A more efficient completion sequence?

2023-06-15 Thread R. H. van der Gaag
Dear developers, Perhaps somehow this ‘quality of life’ enhancement could find its way into a future build. When using input completion, it would be considerably more convenient to be able to cycle through completion options by hitting tab again repeatedly, and to pick the right completion opt

Re: Some text editing improvements that would make me forget Vim

2023-06-11 Thread R. H. van der Gaag
On 11 Jun 2023, at 18:57, Richard Kimberly Heck wrote: > On 6/11/23 10:15, R. H. van der Gaag wrote: >> […] I would love to see the following text editing commands implemented: >> >> select around a word (cursor is on a word; the command selects the word) > Already poss

Some text editing improvements that would make me forget Vim

2023-06-11 Thread R. H. van der Gaag
Dear developers, I muttered something about this before, but that thread petered out somehow. I find myself greatly enjoying writing my dissertation in LyX, most of the time… except when I am confronted with the limitations of text manipulation in LyX, compared to what I could do in Vim. Specifi

Re: #11872: LyX hangs/crashes on Mac OS Catalina laptops

2022-11-11 Thread Kevin Van Horn
I’m currently running 2.3.6.2. Come to think of it, I haven’t seen this problem for a while now, so it may very well be fixed in 2.3.6. > On Nov 11, 2022, at 11:46 AM, LyX Ticket Tracker wrote: > > #11872: LyX hangs/crashes on Mac OS Catalina laptops > +-

sigsegv bug

2018-10-07 Thread Ludo Van Passel
0x00010ddae127 main : 33 lyx 0x00010ddae127 main + 71 ( 34) 34 libdyld.dylib 0x7fff7d5c8015 start : 34 libdyld.dylib 0x7fff7d5c8015 start + 1 
 == Ludo Van Passel lvpas...@village.uunet.be

Re: Opening single quotation marks, and biblatex

2018-04-05 Thread R H van der Gaag
Hi, I’ll be glad to, but what would qualify as an ‘example file’? H. On Wed, Apr 4, 2018 at 4:37, Scott Kostyshak wrote: On Sun, Mar 18, 2018 at 02:53:22PM +, Jürgen Spitzmüller wrote: > Am Sonntag, den 18.03.2018, 14:47 +0100 schrieb R H van der Gaag: > > Also, I found th

Opening single quotation marks, and biblatex

2018-03-18 Thread R H van der Gaag
hit ` like in the old days. Also, I found that simply switching from natbib to biblatex or biblatex (natbib style) doesn’t work out of the box. Parsing errors abound. Kind regards, R H van der Gaag

Re: C++ "good practices" regarding constifying a function parameter?

2016-08-06 Thread Vincent van Ravesteijn
Op 6 aug. 2016 11:26 schreef "Abdelrazak Younes" : > > Hi Scott, > > Too late already but my 2 cents below :-) > > > On 27/07/2016 02:54, Scott Kostyshak wrote: >> >> The attached patch constifies a function parameter. My question is >> whether this patch causes more pain to other developers than i

Re: [LyX/master] Fix display of branch buttons and tooltips.

2016-08-02 Thread Vincent van Ravesteijn
On Sat, Jul 30, 2016 at 4:58 AM, Richard Heck wrote: > commit cbbae06c9bb735759a611bad483d3a1c01d3aed7 > Author: Richard Heck > Date: Fri Jul 29 22:58:03 2016 -0400 > > Fix display of branch buttons and tooltips. [..] > - if (isOpen(bv)) > - return heading; Hi Richard, Do you find it useful t

Re: [RFC] Staging Branches and Trac

2016-04-18 Thread Vincent van Ravesteijn
Op 16 apr. 2016 21:50 schreef "Richard Heck" : > > > As Scott pointed out, my previous suggestions for how fixes committed to > the staging branches should be handled in trac was silly. We can't reuse > "fixedinmaster" for 2.3-staging. I'm also not sure that we want to > introduce a new status "fix

Re: Staging Branches [REVISED]

2016-04-18 Thread Vincent van Ravesteijn
> > We should already be on 2.2 and not on master, which is the future: 2.3 > Yes, that was also my proposal. However, people appear to be afraid to not have the 2.2.0 tag in master. But note that if the 2.2-branch in this scenario is merged back into master after the release, it is equivalent t

Re: master is locked for 2.2.0rc1 preparation

2016-04-18 Thread Vincent van Ravesteijn
On Wed, Apr 13, 2016 at 11:20 AM, Pavel Sanda wrote: > Scott Kostyshak wrote: >> B) Branch 2.2.x from master and continue "unstable" development on >> master. >> >> To me it does not feel right that the commits in-between 2.2.0rc1 and >> 2.2.0 final would not *necessarily* be in master's commit hi

Re: master is locked for 2.2.0rc1 preparation

2016-04-12 Thread Vincent van Ravesteijn
Op 12 apr. 2016 22:07 schreef "Vincent van Ravesteijn" : > > > Op 12 apr. 2016 21:29 schreef "Jean-Marc Lasgouttes" : > > > > > Le 12/04/16 18:45, Scott Kostyshak a écrit : > > > >> So in the commit history of master we will no

Re: master is locked for 2.2.0rc1 preparation

2016-04-12 Thread Vincent van Ravesteijn
Op 12 apr. 2016 21:29 schreef "Jean-Marc Lasgouttes" : > > Le 12/04/16 18:45, Scott Kostyshak a écrit : > >> So in the commit history of master we will not see the final 2.2.0 >> release (e.g. fde16219 for 2.1.0)? >> >> Have we done this before in this way? > > > No Vincent did not want that. But s

Re: [LyX/master] Fix 480937a103708a651/lyxgit. See also #9740.

2015-11-13 Thread Vincent van Ravesteijn
On Fri, Nov 13, 2015 at 11:35 AM, Guenter Milde wrote: > On 2015-11-12, Kornel Benko wrote: >> Am Donnerstag, 12. November 2015 um 16:18:12, schrieb Guenter Milde > >>> As a proof of concept, I also changed lib/doc/el/Intro.lyx to use >>> DejaVu as non-TeX font. A similar approach might fix also o

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

2015-11-13 Thread Vincent van Ravesteijn
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 systems can corrupt a file in so many ways.. do

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

2015-11-12 Thread Vincent van Ravesteijn
On Thu, Nov 12, 2015 at 4:41 PM, Jean-Marc Lasgouttes wrote: > Le 11/11/2015 23:12, Guillaume Munch a écrit : >> >> Dear list, >> >> >> The patch below fixes bug #9854. () >> Find more details in the commit log. >> >> I have two questions: >> >> * I had to remo

Re: We now include both png and svgz?

2015-11-11 Thread Vincent van Ravesteijn
On Wed, Nov 11, 2015 at 1:02 PM, Jean-Marc Lasgouttes wrote: > Le 10/11/2015 10:02, Vincent van Ravesteijn a écrit : >> >> At the moment you cannot use LyX with Qt4 because it cannot read svgz >> files, and the code is not correctly falling back to png files. >> >>

Re: We now include both png and svgz?

2015-11-10 Thread Vincent van Ravesteijn
On Tue, Nov 10, 2015 at 4:13 AM, Scott Kostyshak wrote: > When experimenting with building the tar balls, I noticed a significant > difference in size between 2.2.0dev and 2.1.4. > > lyx-2.1.4.tar.gz is 20.8 MB > lyx-2.2.0dev.tar.gz is 24.8 MB > > A quick check seems to show that most of the chang

Re: Plan for the current testing situation

2015-11-09 Thread Vincent van Ravesteijn
>> Ideally, I would like for commits that break tests to be on a separate git >> branch. Once the bugs exposed by a commit are fixed or the tests are fixed, or >> the .lyx files are fixed, then the branch could be merged to master. This >> allows us to presere a "0 failing tests" situation on the m

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

2015-11-06 Thread Vincent van Ravesteijn
> Democracy is not the point IMHO: The point is not to further delay the > release. Implementing a small and safe file format change where everybody > agrees that it is useful does not produce a significant delay. Discussing a > controversal change where no easy solution is in sight has the potenti

Re: Two Shortcut Changes

2015-11-06 Thread Vincent van Ravesteijn
Op 5 nov. 2015 21:48 schreef "Jean-Marc Lasgouttes" : > > Le 05/11/15 21:34, Richard Heck a écrit : > >>> I've used PSTricks extensively with LyX. Having a shortcut to ps >>> output has been very convenient. >> >> >> This seems like a case where you should set the default output format to >> Postsc

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

2015-11-06 Thread Vincent van Ravesteijn
On Fri, Nov 6, 2015 at 10:08 AM, Jean-Marc Lasgouttes wrote: > Le 06/11/2015 10:06, Stephan Witt a écrit : >> >> In this sense there is no need to reduce the likely-hood of merge >> conflicts >> with the state of change tracking. It's not a setting to toggle often, >> IMHO. > > > Well, since some

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

2015-11-05 Thread Vincent van Ravesteijn
Op 6 nov. 2015 05:44 schreef "Pavel Sanda" : > > Guillaume Munch wrote: > > That "CT lock" feature, instead of imposing such a strict constraint > > (that could always be circumvented one way or the other...), could maybe > > display instead a message like "Pavel Sanda has requested that changes >

Re: [ALPHA] Change Toggling Bug

2015-11-05 Thread Vincent van Ravesteijn
Op 5 nov. 2015 22:44 schreef "Richard Heck" : > > On 11/05/2015 04:02 PM, Jean-Marc Lasgouttes wrote: >> >> Le 05/11/15 21:41, Richard Heck a écrit : >>> >>> Trivial fix: >> >> >> > case LFUN_CHANGES_TRACK: >> > buffer_.params().track_changes = >> > !buffer_.params().track

Re: make lyxdist giving me an error

2015-11-05 Thread Vincent van Ravesteijn
On Thu, Nov 5, 2015 at 9:57 AM, Scott Kostyshak wrote: > I have been reading up on the release process at various sources, > including http://wiki.lyx.org/Devel/ReleaseProcedure. > > The following command > ./autogen.sh && ./configure --enable-build-type=pre && make lyxdist > gives me an error: >

Re: make lyxdist giving me an error

2015-11-05 Thread Vincent van Ravesteijn
On Thu, Nov 5, 2015 at 10:31 AM, Vincent van Ravesteijn wrote: > On Thu, Nov 5, 2015 at 9:57 AM, Scott Kostyshak wrote: >> I have been reading up on the release process at various sources, >> including http://wiki.lyx.org/Devel/ReleaseProcedure. >> >> The follow

Re: [LyX/master] Document the export tests and other tests

2015-11-04 Thread Vincent van Ravesteijn
On Thu, Nov 5, 2015 at 8:27 AM, Guenter Milde wrote: > On 2015-11-04, Georg Baum wrote: >> Guenter Milde wrote: > >>> On 2015-10-30, Georg Baum wrote: Kornel Benko wrote: > These directories are clearly not suitable for pure test files, so I'll need to add a new one. Would lib/tests

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

2015-11-04 Thread Vincent van Ravesteijn
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 document. >> >> I disagre

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

2015-11-04 Thread Vincent van Ravesteijn
Op 4-11-2015 om 21:06 schreef Georg Baum: 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 this shou

Re: [LyX/master] Math.lyx: replace tables by formal ones - final part 7/7

2015-11-04 Thread Vincent van Ravesteijn
Op 4-11-2015 om 20:15 schreef Guenter Milde: On 2015-11-04, Kornel Benko wrote: [-- Type: text/plain, Encoding: quoted-printable --] Am Dienstag, 3. November 2015 um 00:23:47, schrieb Uwe Stöhr commit 279d0849460aac82c3adeac42d3f0e255274e7c8 Author: Uwe Stöhr Date: Tue Nov 3 00:23:41 201

Re: status update on the export tests

2015-11-04 Thread Vincent van Ravesteijn
> In my view, suspension is orthogonal to reversion: > > - normal: we want the test to pass > revert: we want the test to fail You mean: revert is that "it is known to fail", but we haven't fixed it yet. > > - normal: run the test > suspend: skip the test temporarily > ignore: skip the

Re: Unit testing

2015-11-04 Thread Vincent van Ravesteijn
> If there is no known advantage of gtest, I suggest using one of > boost::test or QTest, as these come from sources we already rely on. > The major advantage of "gtest" is that I only have to type "git push" and we have the framework up and running. A downside of boost::test is, according someon

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

2015-11-04 Thread Vincent van Ravesteijn
On Wed, Nov 4, 2015 at 7:26 AM, Pavel Sanda wrote: > Guillaume Munch wrote: >> For \track_changes, I do not understand your rationale for making it a >> setting of the document. It is not locked on, so the user who edits the >> documentations has to know in any case that he should track changes (i

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

2015-11-04 Thread Vincent van Ravesteijn
On Wed, Nov 4, 2015 at 1:50 AM, Guillaume Munch wrote: > Le 03/11/2015 21:16, Georg Baum a écrit : >> >> Guillaume Munch wrote: >> >>> >>> >>> 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

Re: Unit testing

2015-11-03 Thread Vincent van Ravesteijn
On Tue, Nov 3, 2015 at 2:28 PM, Jean-Marc Lasgouttes wrote: > Le 02/11/2015 21:36, Vincent van Ravesteijn a écrit : >> >> Dear all, >> >> I have prepared a unit test framework based on google-test (gtest). You >> can see the commits at >> >> http://git

Re: Unit testing

2015-11-03 Thread Vincent van Ravesteijn
>> Any comments ? Shall I proceed to push this to master ? >> >> Vincent >> > > Having a unit test framework integrated is a very good idea! > > Why have you chosen gtest and not QTest? Does gtest has interesting > features which QTest does not have? I'm not very experienced with unit testing, so

Unit testing

2015-11-02 Thread Vincent van Ravesteijn
Dear all, I have prepared a unit test framework based on google-test (gtest). You can see the commits at http://git.lyx.org/?p=developers/vfr/lyx.git;a=shortlog;h=refs/heads/tests. It includes gtest-1.7.0 (permitted by the license). Unit testing can be enabled by running CMake with -DLYX_EN

Re: Upgrade to boost 1.59?

2015-11-01 Thread Vincent van Ravesteijn
On Sun, Nov 1, 2015 at 4:51 PM, Scott Kostyshak wrote: > On Sat, Oct 31, 2015 at 11:08:51PM +0100, Peter Kümmel wrote: >> Am 25.10.2015 um 06:19 schrieb Scott Kostyshak: >> >On Fri, Oct 23, 2015 at 06:13:03PM +0200, Vincent van Ravesteijn wrote: >> > >> >>I

Re: Compiling LyX on Windows with more recent Visual Studio versions

2015-10-31 Thread Vincent van Ravesteijn
Op 31-10-2015 om 14:44 schreef PhilipPirrip: On 10/31/2015 09:27 AM, PhilipPirrip wrote: Thanks, David. It did work with Qt 4.8.6 First thing I noticed, though, is that most icons are missing. Have to investigate. I remember seeing a similar issue here on the list recently. The errors reporte

Re: Many tex2lyx failing now on master

2015-10-29 Thread Vincent van Ravesteijn
Op 29-10-2015 om 18:33 schreef Kornel Benko: The problem was, that cmake accumulated messages from runtests.py. Now runtests.py is called for each file separately. Vincent, have you checked if that is OK to you? Kornel It indeed works much better. I just don't understand what the fol

Re: tests: file(TIMESTAMP ... ) requires CMake 2.8.11

2015-10-29 Thread Vincent van Ravesteijn
On Wed, Oct 28, 2015 at 10:47 PM, Kornel Benko wrote: > Am Mittwoch, 28. Oktober 2015 um 22:12:19, schrieb Vincent van Ravesteijn > >> Using CMake version 2.8.10, all tex2lyx tests fail due to the use of >> >> file( TIMESTAMP .. ) >> >> in runtests.cmake

Re: Many tex2lyx failing now on master

2015-10-28 Thread Vincent van Ravesteijn
> > It is only a bit > > annoying that I have to wait for a long time without getting any > > feedback on the progress. > > > > Vincent > > > > I don't feel guilty. I don't remember anyone saying anything about the 'env' command before. > > What do you mean with feedback about progress? > > Probabl

tests: file(TIMESTAMP ... ) requires CMake 2.8.11

2015-10-28 Thread Vincent van Ravesteijn
Using CMake version 2.8.10, all tex2lyx tests fail due to the use of file( TIMESTAMP .. ) in runtests.cmake. The TIMESTAMP command is available since CMake 2.8.11. Vincent

check_lstrings fails at Windows

2015-10-28 Thread Vincent van Ravesteijn
The entries that are different from the test_lstrings reference file are for the inputs { ... 1.3754937356458394574047e17, 1.3754937356458394574047e18, 1.3754937356458394574047e19, 1.3754937356458394574047e20, ... 1e42 } and the outputs are: { ... 137549373564583950 1375493735645839400 1375493

Re: Many tex2lyx failing now on master

2015-10-28 Thread Vincent van Ravesteijn
Op 28-10-2015 om 17:02 schreef Kornel Benko: It looks like the relevant code to set environment for tests added by add_test() command is in the cmake-sources at lest since february 2009. Searching the net, there are posts mentioning cmake2.6 with this feature. So I cannot imagine, why the patc

Re: [patch] update modernCV layout file

2015-10-27 Thread Vincent van Ravesteijn
> > The same is with updating the tex2lyx reference files. I asked on the list > but got not reply how I can do this: > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg189509.html > Yes, sorry that it took me a few days to take up the issue. The others probably have a hard time debugging wh

Re: Many tex2lyx failing now on master

2015-10-27 Thread Vincent van Ravesteijn
>> >> Well yes, there is no "env" command on Windows. > > Sorry, I did not knew about this. > >> This is used in both "src/tests/CMakeLists.txt" and >> "src/tex2lyx/CMakeLists.txt". > > I will look into this. Unfortunately the 'add_test()' command does hot have a > parameter to set the environme

Re: [patch] update modernCV layout file

2015-10-27 Thread Vincent van Ravesteijn
On Tue, Oct 27, 2015 at 12:56 AM, Uwe Stöhr wrote: > Am 26.10.2015 um 16:51 schrieb Stephan Witt: > >> You missed the "Change to the build-directory." part of Kornels advice. >> >> I think "D:\LyXGit\Master\lib\examples" isn't your build directory or at >> least it shouldn't be so. > > > Thanks fo

Re: Many tex2lyx failing now on master

2015-10-26 Thread Vincent van Ravesteijn
When I try to compile this file via the console or directly in MSVC I get always this error: Building Custom Rule D:/LyXGit/Master/src/tex2lyx/test/CMakeLists.txt CMake does not need to re-run because D:\LyXGit\Master\compile-result\src\tex2lyx\test\CMakeFiles\generate.stamp is up-to-date.

Re: [patch] update modernCV layout file

2015-10-26 Thread Vincent van Ravesteijn
Op 26 okt. 2015 14:10 schreef "Uwe Stöhr" : > > Am 26.10.2015 um 06:31 schrieb Scott Kostyshak: > >>> I think it is safe enough to support 2 years old features and would >>> therefore like to put it in. >> >> >> Do we have any policy on this? What have we done in the past? > > > No strict one, but

Re: [LyX/master] colored-boxes.lyx: new example file for the tcolorbox.module

2015-10-25 Thread Vincent van Ravesteijn
Op 25-10-2015 om 22:12 schreef Uwe Stöhr: Am 25.10.2015 um 11:08 schrieb Georg Baum: And if something is wrong with them, we should invest the time and improve our formatted references support, instead of fiddling with the premable. I set up www.lyx.org/trac/ticket/9817 for this issue. And

Re: Minimum compiler version

2015-10-25 Thread Vincent van Ravesteijn
Op 24-10-2015 om 7:13 schreef Peter Kümmel: Am 23.10.2015 um 21:34 schrieb Vincent van Ravesteijn: support of MSVC2010. I think I don't need to tell Peter about MSVC support for C++11 (I guess he knows better than me). The message was really meant for you: if you introduce C++11 fea

Re: back to LyX and therefore questions concerning LyX 2.2

2015-10-24 Thread Vincent van Ravesteijn
Op 24 okt. 2015 20:42 schreef "Uwe Stöhr" : > > Am 23.10.2015 um 10:25 schrieb Jean-Marc Lasgouttes: > >> If you look closely, they are not closer than the vertival line over B_V >> is fromthe text. Seriously this is a much bigger problem > > > But it still doesn't look as good as with \raisebox in

Re: Minimum compiler version

2015-10-23 Thread Vincent van Ravesteijn
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://travis-ci.org/syntheticpp/lyx Which old compiler you

Re: back to LyX and therefore questions concerning LyX 2.2

2015-10-23 Thread Vincent van Ravesteijn
Op 23-10-2015 om 9:15 schreef Pavel Sanda: So back to Uwe's question, it would be good you announce at some point - features won't change ( except of bugfixing ) - translatable strings are not going to be changed (except obvious bugs/typos). and maybe give some hint when this might occur :) I

Re: Minimum compiler version

2015-10-23 Thread Vincent van Ravesteijn
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

Re: Upgrade to boost 1.59?

2015-10-23 Thread Vincent van Ravesteijn
Op 23 okt. 2015 17:37 schreef "Jean-Marc Lasgouttes" : > > I think we should upgrade our local copy of boost to 1.59 before alpha (or at least before beta). > > Is the procedure documented somewhere? > > Also, what can we do to hide the warnings related to auto_ptr? If we are out of ideas, I propos

Re: back to LyX and therefore questions concerning LyX 2.2

2015-10-21 Thread Vincent van Ravesteijn
On Thu, Oct 22, 2015 at 7:13 AM, Scott Kostyshak wrote: > On Mon, Oct 19, 2015 at 04:33:43PM +0200, Uwe Stöhr wrote: >> Dear LyXers, >> >> I would like to have a beta release short after the feature-freeze. >> During the beta and RC-cycle the docs will be updated because this >> usually takes some

Re: When to court Qt 5.6?

2015-10-20 Thread Vincent van Ravesteijn
Op 15 okt. 2015 08:37 schreef "Jean-Marc Lasgouttes" : > > Le 15/10/15 01:06, Scott Kostyshak a écrit : > >> LyX 2.2.0 and the following 2.2.x releases will still continue to work >> well with Qt 4.8.6 but will also support Qt 5.6, which brings some >> advantages most notably for users with HiDPI d

Re: When to court Qt 5.6?

2015-10-20 Thread Vincent van Ravesteijn
Op 20 okt. 2015 20:35 schreef "Georg Baum" : > > Uwe Stöhr wrote: > > > Besides this I am still using MSVC 2010. I need to update to MSVC 2012 > > or newer and this is another challenge. I already tested MSVC 2012 with > > Qt 5.5 with success. Let's see what Qt 5.6 supports and if I can then > > st

Re: When to court Qt 5.6?

2015-10-20 Thread Vincent van Ravesteijn
Op 20 okt. 2015 02:32 schreef "Uwe Stöhr" : > > Am 15.10.2015 um 01:18 schrieb Scott Kostyshak: > >> Uwe can you confirm that shipping our alpha with Qt 5.6 beta is >> feasible for you? > > > Hi Scott, > > I am open for anything. I think that i will need in any case some help from Vincent - in the

Re: LyX's master is now uncompilable

2015-10-20 Thread Vincent van Ravesteijn
Op 20-10-2015 om 20:06 schreef Georg Baum: Guillaume Munch wrote: I'll let Vincent decide whether he wants to make this change. Sure, our messages crossed each other, I would not have suggested that if I knew that he had time to test. The compilation error could btw easily be fixed by moving

Re: LyX's master is now uncompilable

2015-10-20 Thread Vincent van Ravesteijn
Op 19-10-2015 om 23:36 schreef Guillaume Munch: Le 19/10/2015 21:59, Vincent van Ravesteijn a écrit : Op 19 okt. 2015 22:51 schreef "Guillaume Munch" mailto:g...@lyx.org>>: > > Le 19/10/2015 21:34, Georg Baum a écrit : >> >> >> The message on the l

Re: LyX's master is now uncompilable

2015-10-19 Thread Vincent van Ravesteijn
Op 19 okt. 2015 22:51 schreef "Guillaume Munch" : > > Le 19/10/2015 21:34, Georg Baum a écrit : >> >> >> The message on the list is related to commit e948caf6, which is supposed to >> fix exactly this issue. What I do not understand it why the fix does not >> work for your recent changes. Maybe you

Re: [LyX/master] cmake: Put updatetex2lyxtests in an appropriate folder

2015-10-19 Thread Vincent van Ravesteijn
Op 19-10-2015 om 18:45 schreef Kornel Benko: Am Montag, 19. Oktober 2015 um 18:02:02, schrieb Vincent van Ravesteijn commit 92b7c5a92f21956f6da19c8ac783cd9132ca82b9 Author: Vincent van Ravesteijn Date: Mon Oct 19 17:50:59 2015 +0200 cmake: Put updatetex2lyxtests in an appropriate

Re: LyX's master is now uncompilable

2015-10-19 Thread Vincent van Ravesteijn
Op 19-10-2015 om 19:04 schreef Uwe Stöhr: Am 19.10.2015 um 18:26 schrieb Guillaume Munch: I fail to see a problem with this commit after reading it again. I would like to do some trial-and-error but not being able to reproduce makes it complicated. It is also not clear to me what triggers the

Re: Where is the script that posts to lyx-cvs?

2015-10-19 Thread Vincent van Ravesteijn
On Mon, Oct 19, 2015 at 1:38 PM, Jean-Marc Lasgouttes wrote: > > The title says it all. I'd like to add some header in there that the lyx-cvs > list can use to allow the message, instead of restricting to subscribers. > > JMarc It is in a git hook in a script called .git/hooks/post-receive or pos

Re: [LyX/master] chkconfig.ltx: add packages supported by LyX

2015-10-18 Thread Vincent van Ravesteijn
Op 18-10-2015 om 15:21 schreef Uwe Stöhr: commit c246ca2d43663dbce3d3052b2ae9459b45bf4acc Author: Uwe Stöhr Date: Sun Oct 18 15:21:50 2015 +0200 chkconfig.ltx: add packages supported by LyX - also update Win installer package list (trimspaces is required by tcolorbox but not l

Re: [LyX/master] Fix typo

2015-10-13 Thread Vincent van Ravesteijn
On Tue, Oct 13, 2015 at 8:45 AM, Jean-Marc Lasgouttes wrote: > Le 13/10/15 02:08, Scott Kostyshak a écrit : >> >> On Mon, Oct 12, 2015 at 11:49:42AM +0200, Jean-Marc Lasgouttes wrote: >>> >>> Le 12/10/2015 11:16, Stephan Witt a écrit : Am 12.10.2015 um 11:04 schrieb Jean-Marc Lasgouttes

Re: When to court Qt 5.6?

2015-10-12 Thread Vincent van Ravesteijn
Op 12 okt. 2015 15:14 schreef "Liviu Andronic" : > > On Mon, Oct 12, 2015 at 1:39 PM, Jean-Marc Lasgouttes > wrote: > > Le 12/10/2015 12:45, Liviu Andronic a écrit : > >> > >> True. :) What is the current minimum Qt 5.x requirement? > > > > > > I do not think that there is any strong requirement.

Re: [LyX/master] Comply with rule-of-three

2015-10-12 Thread Vincent van Ravesteijn
Op 12-10-2015 om 4:17 schreef Scott Kostyshak: On Sun, Oct 11, 2015 at 11:20:15AM +0200, Georg Baum wrote: commit cea2d71e641e6a4023128a367d1cd5a593ed1706 Author: Georg Baum Date: Sun Oct 11 11:16:09 2015 +0200 Comply with rule-of-three The rule-of-three says that if any of v

Re: Failing tex2lyx tests

2015-05-20 Thread Vincent van Ravesteijn
On Wed, May 20, 2015 at 12:24 AM, Uwe Stöhr wrote: > Am 19.05.2015 um 21:20 schrieb Georg Baum: > >> unfortunately the tex2lyx test failures increased (see attachment). Are >> you >> aware that this wastes time of developers? Did you see the questions Scott >> ansd I asked about the failing tests?

Re: [LyX/master] Add Qt's Svg module to the list of used modules. This is required to allow the use of e.g. the QSvgRenderer class.

2015-05-19 Thread Vincent van Ravesteijn
Stephan Witt schreef op 19-5-2015 om 22:48: commit 0933df00113ee2735699c13559ad3b6e7e9fd115 Author: Stephan Witt Date: Tue May 19 08:11:01 2015 +0200 Add Qt's Svg module to the list of used modules. This is required to allow the use of e.g. the QSvgRenderer class. Is it worth pullin

Re: [LyX/master] Make RELEASE-NOTES accessible from GUI (#8616)

2015-05-19 Thread Vincent van Ravesteijn
On Tue, May 19, 2015 at 9:59 AM, Juergen Spitzmueller wrote: > commit 9f55ce9b04c1786c5bed52afc9028f287d28bb32 > Author: Juergen Spitzmueller > Date: Tue May 19 09:57:52 2015 +0200 > > Make RELEASE-NOTES accessible from GUI (#8616) > > CMake people, please check if something needs to be

New requirement: X11/Intrisic.h

2015-05-18 Thread Vincent van Ravesteijn
Since commit ([52fee355/lyxgit]; "Fix external middle-mouse pasting with Qt5/X11"), I need X11/Intrinsic.h for which I had to install the package libxt-devel. Does this need a check in configure.ac ?, and/or a note in the RELEASE_NOTES ? Vincent

Re: boost update?

2015-05-18 Thread Vincent van Ravesteijn
Op 18 mei 2015 22:20 schreef "Georg Baum" : > > Vincent van Ravesteijn wrote: > > > Last time I tried (not so long ago), I hit a lot of new compiler errors, > > which I didn't know how to fix. > > > > Thank you for fixing those.. > > It was

Re: boost update?

2015-05-18 Thread Vincent van Ravesteijn
Georg Baum schreef op 16-5-2015 om 10:19: Hi, I tested LyX with boost 1.58, and it compiles and runs fine. Shall I update the included boost? This would get rid of some compiler warnings, and since 2.2 will live for a while I guess it is good to start with a recent boost, since a boost update fo

Re: 2.2

2015-05-18 Thread Vincent van Ravesteijn
Jean-Marc Lasgouttes schreef op 13-5-2015 om 10:42: Hi there, The ritual question: what is still needed for 2.2? I guess we are still waiting for some python 3.3 goodness from José, but what else? It seems to me that publishing a beta version soon is very desirable. Consider that for 2.1 w

Re: C++ question about const

2015-04-25 Thread Vincent van Ravesteijn
Scott Kostyshak schreef op 22-4-2015 om 3:37: My question is in regards to the patch I propose for #6173: http://www.lyx.org/trac/attachment/ticket/6173/0001-Update-previews-when-going-to-a-bookmark-6173.patch I move the definition of cur up because I need it before the return. I then need to pa

Re: [LyX/master] Remove direct calls of exit()

2015-01-13 Thread Vincent van Ravesteijn
Georg Baum schreef op 9-1-2015 om 21:44: commit ca6fba31fbc44e4b4ed6457b16f3f0d2ee28b7f0 Author: Georg Baum Date: Fri Jan 9 21:43:45 2015 +0100 Remove direct calls of exit() This is a preparation for using QCoreApplication. @@ -1047,9 +1048,11 @@ int main(int argc, char *

Re: 2 dataloss warnings after merge of remote-tracking branch

2015-01-13 Thread Vincent van Ravesteijn
> > Another thing if we use C++11 mode is that auto_ptr is deprecated. Who knows > what to do about that? > I googled it for you: ;) "Note: This class template is deprecated as of C++11. unique_ptr is a new facility with a similar functionality, but with improved security (no fake copy assignment

Re: 2 dataloss warnings after merge of remote-tracking branch

2015-01-13 Thread Vincent van Ravesteijn
On Tue, Jan 13, 2015 at 11:27 AM, Jean-Marc Lasgouttes wrote: > Le 11/01/2015 11:53, Georg Baum a écrit : >> >> Because they are on by default in MSVC and off by default in gcc. You can >> get similar ones with gcc by calling it with -Wconversion (but that >> outputs >> many more). > > > gcc 4.9 h

Re: 2 dataloss warnings after merge of remote-tracking branch

2015-01-13 Thread Vincent van Ravesteijn
On Tue, Jan 13, 2015 at 10:14 AM, Jean-Marc Lasgouttes wrote: > Le 13/01/2015 01:22, Uwe Stöhr a écrit : >> >> My change allowed to set the line width to any value you like. As i had >> to set a default width I chose 0.5 because this is already a LaTeX >> default width (if I remember correctly). >

Re: current master uncompilable under Windows

2015-01-09 Thread Vincent van Ravesteijn
On Fri, Jan 9, 2015 at 11:19 AM, Kornel Benko wrote: > Am Donnerstag, 8. Januar 2015 um 20:08:35, schrieb Georg Baum > >> Vincent van Ravesteijn wrote: >> >> > On Thu, Jan 8, 2015 at 10:13 AM, Kornel Benko wrote: >> >> Am Mittwoch, 7. Januar 2015 um

Re: 2.2 (was: Re: Retina support)

2015-01-08 Thread Vincent van Ravesteijn
On Tue, Jan 6, 2015 at 7:58 PM, Jean-Marc Lasgouttes wrote: > Le 04/01/2015 15:00, Stephan Witt a écrit : >> >> Is it possible to make a 2.2 release in a foreseeable future? > > > As far as I am concerned, I'd just like to land the scroll-reloaded branch > ASAP. It will not improve any more withou

Re: current master uncompilable under Windows

2015-01-08 Thread Vincent van Ravesteijn
On Thu, Jan 8, 2015 at 10:13 AM, Kornel Benko wrote: > Am Mittwoch, 7. Januar 2015 um 21:32:25, schrieb Jean-Marc Lasgouttes > >> Le 07/01/2015 02:41, Uwe Stöhr a écrit : >> > compiling current master I get 2 compilation errors: >> >> This looks like a missing dependency in cmake for the check o

Install package texlive-esint-type1

2015-01-06 Thread Vincent van Ravesteijn
Hi all, To compile the User's guide, I had to manually install the package "texlive-esint-type1". Shouldn't this be installed automatically when the lyx package is installed ? I'm now at OpenSuse. Do other distros do install this package ? How can we inform the distros that this package is requi

[PATCH] str-metrics: Prevent clipping of chars with negative bearing

2015-01-06 Thread Vincent van Ravesteijn
JMarc, The following fixes the clipping of characters with negative bearing, like the "f", at the end of a sentence. This happens when part of the word is selected. To reproduce: 1. Start a new document 2. Type "af" 3. Select 'a' 4. Observe that the right part of the 'f' is clipped away. This pa

Compilation with Autotools and Qt5

2015-01-04 Thread Vincent van Ravesteijn
Hi all, Apparently we need to append the following arguments to configure to be able to compile with qt5 and autotools (already discussed in https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg185551.html): configure --enable-qt5 CPPFLAGS=-fPIC --disable-concept-checks Should we make thi

Re: [LyX/master] Fix configuring for Qt5 with autotools on non-Mac platforms.

2015-01-02 Thread Vincent van Ravesteijn
Enrico Forestieri schreef op 1-1-2015 om 18:47: commit ab3259885b989f8053d7af6112293c6a78a83170 Author: Enrico Forestieri Date: Thu Jan 1 18:44:01 2015 +0100 Fix configuring for Qt5 with autotools on non-Mac platforms. Thanks, I was struggling to compile LyX, and now it works. Vince

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

2014-05-08 Thread Vincent van Ravesteijn
Jean-Marc Lasgouttes schreef op 8-5-2014 19:18: Le 08/05/14 19:14, Kornel Benko a écrit : Assume that I want to draw "abcde" and "bcd" is selected. Then I will draw the string twice: Or three times? a bcd e That is what I want to avoid. In Arabic, for example, 'a' will may a different shape

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

2014-05-07 Thread Vincent van Ravesteijn
Jean-Marc Lasgouttes schreef op 7-5-2014 10:07: 07/05/2014 00:37, Vincent van Ravesteijn: > What is the difference between a ligature and a contextual form? According to: http://en.wikipedia.org/wiki/Arabic_alphabet#Ligatures, there is only one compulsory ligature (having two forms, see la

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

2014-05-07 Thread Vincent van Ravesteijn
(re-sent, including figures this time) 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

Re: LyX bouncing on start OS X Mavericks (10.9.2)

2014-05-07 Thread Vincent van Ravesteijn
Benjamin Piwowarski schreef op 7-5-2014 10:45: This could be related to python - if you have version 3 installed with e.g. macports and selected as default. This will be fixed in the LyX 2.1.1 I think. See http://git.lyx.org/?p=lyx.git;a=blob_plain;f=RELEASE-NOTES;hb=fde16219ca7860fdfe8adf171d

Re: cmake again

2014-05-07 Thread Vincent van Ravesteijn
Benjamin Piwowarski schreef op 7-5-2014 10:50: On 5 May 2014 at 18:59:45 , Pavel Sanda (sa...@lyx.org ) wrote: Benjamin Piwowarski wrote: > I did not get neither - but what are the files that are shipped in the tarball but not in git? Just grab tarball from ftp and c

Re: Model for next releases

2014-05-07 Thread Vincent van Ravesteijn
Benjamin Piwowarski schreef op 7-5-2014 10:52: On 30 Apr 2014 at 16:01:44 , Richard Heck (rgh...@lyx.org ) wrote: On 04/29/2014 12:56 PM, Pavel Sanda wrote: > So my proposal for the next release would be that we let things to evolve in > it's usual chaotic way and in the

Re: lyx-collaborate-v5 made it work!

2014-05-07 Thread Vincent van Ravesteijn
Tommaso Cucinotta schreef op 7-5-2014 0:57: >Be aware of its embedded debugging feature: 'lyx -dbg this,that,whatever' will enable debugging >on the terminal of those comma-separated list of components. How do I debug, lets say I want to track the flow of your patch, how do I do it? Should

  1   2   3   4   5   6   7   8   9   10   >