Re: LyX 2.3.2 on wayland, rendering errors

2019-05-29 Thread Helge Hafting
Den 20.05.2019 15:45, skrev Jean-Marc Lasgouttes: Le 26/04/2019 à 12:04, Helge Hafting a écrit : LyX 2.3.2 in arch linux supports wayland rendering (not using X11) by setting QT_QPA_PLATFORM=wayland-egl This mostly works fine, with one exception: Now and then, large parts of the main

Re: LyX 2.3.2 on wayland, rendering errors

2019-05-29 Thread Helge Hafting
Den 18.05.2019 00:07, skrev Jean-Marc Lasgouttes: Le 17 mai 2019 19:43:44 GMT+02:00, Helge Hafting a écrit : I can test more, but then I need a guide on how to activate/set up subpixel rendering. I know nothing about Wayland and how to set it up... But if you open a page in a web browser

Re: LyX 2.3.2 on wayland, rendering errors

2019-05-29 Thread Helge Hafting
Den 20.05.2019 12:10, skrev Jean-Marc Lasgouttes: Le 17/05/2019 à 19:43, Helge Hafting a écrit : I tried magnifying a screendump containing a LyX window. There were clearly antialiasing, but no color artifacts in any windows (LyX, firefox and a terminal) The inactive window titlebar had some

SV: SV: LyX 2.3.2 on wayland, rendering errors

2019-05-17 Thread Helge Hafting
ifacts in any windows (LyX, firefox and a terminal) The inactive window titlebar had some colorful effects - possibly subpixel aliasing. This was the only place I saw it. I can test more, but then I need a guide on how to activate/set up subpixel rendering. Helge Hafting

SV: LyX 2.3.2 on wayland, rendering errors

2019-05-16 Thread Helge Hafting
Fra: Jean-Marc Lasgouttes Sendt: 7. mai 2019 12:18 Til: lyx-devel@lists.lyx.org; Helge Hafting Emne: Re: LyX 2.3.2 on wayland, rendering errors Le 26/04/2019 à 12:04, Helge Hafting a écrit : > LyX 2.3.2 in arch linux supports wayland rendering (not us

LyX 2.3.2 on wayland, rendering errors

2019-04-26 Thread Helge Hafting
oblem is not urgent. But the long term goal of using wayland is to no longer need Xwayland. Helge Hafting LyX 2.3.2, QT 5.12.3, using the sway compositor for wayland, on arch linux.

Re: thoughts about LyX's future and proposals

2018-07-30 Thread Helge Hafting
long as you play the same tune as the others".  The problem you describe, is that concert goers thinks it sounds better with some drums, but nobody wants to play those. The band is having a fun time anyway. Helge Hafting

Bug 11138 in advanced replace when using layout modules (LyX 2.3.0)

2018-05-04 Thread Helge Hafting
I wanted to replace the string "PTI" with "pti" in small caps. So, Edit->Find/replace (Advanced) Typed "PTI" in the search box. Typed "pti" in replace box. At this point, I realize that my document lacks the "Logical Markup" module, so I can't get small caps yet. So, into Document->Settings

Re: LyX 2.2.3 bug: File->Export->PDF fail to copy the pdf onto a sshfs mount

2018-04-03 Thread Helge Hafting
Den 31. jan. 2018 21:25, skrev Scott Kostyshak: On Wed, Jan 31, 2018 at 01:39:31PM +, Helge Hafting wrote: File->Export->PDF is supposed to create a PDF in a temp directory, and then copy it to the right place. For me, this fails when the working directory is on a sshfs mount. (It

Bug 11101: Document with xfig figures fail with python3

2018-04-03 Thread Helge Hafting
is called "python2". I can work around this by creating a /usr/local/bin/python script that does: exec python2 "$@" This is a bit heavy-handed, as other sw may want python3. python2 has no problems with fig_copy.py, but LyX 2.3.0 does not seem to take advantage of python2. Helge Hafting

Re: LyX 2.2.3 bug: File->Export->PDF fail to copy the pdf onto a sshfs mount

2018-04-03 Thread Helge Hafting
This is now bug 11100, sorry for taking so long time to register it. Helge Hafting

LyX 2.2.3 problem: There is no (U+200C) in font TeXGyreCursor

2018-02-07 Thread Helge Hafting
o insert a ligature break, but that does not remove all the error messages. Inserting an empty vertical phantom works - but it is a kludge. It'd be so much nicer if typing >> would just work. Helge Hafting

LyX 2.2.3 bug: File->Export->PDF fail to copy the pdf onto a sshfs mount

2018-01-31 Thread Helge Hafting
rwriting an existing file by deleting and renaming Obviously, this cannot have any effect when the file does not exist in advance,  there being no 'overwriting' to mess with. It seems to me that there is a bug in LyX, because the copying succeeds when I use 'cp'.  So that is my workaropund, use 'cp' every time. :-( Helge Hafting

Re: compilation of LyX 2.3 fails with Python 3.6.2

2017-10-23 Thread Helge Hafting
Den 17. okt. 2017 19:50, skrev Guenter Milde: TODO: find out which encoding is used for the arguments by CMake (maybe we need the locale encoding) and eventually adapt the argument parsing: arg = arg.decode('UTF-8') # support non-ASCII characters in arguments Is that sort of thing ne

PATCH for 2.3, use frescobaldi as preferred editor for lilypond material

2017-10-13 Thread Helge Hafting
f they do, they are free to select vim/emacs/notepad instead.) Helge Hafting diff --git a/lib/configure.py b/lib/configure.py index e9b789085e..c55580e190 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -651,7 +651,6 @@ def checkFormatEntries(dtl_tools): \Format r R

Re: LyX 2.3 failure to convert from layout format 60 to 64

2017-10-13 Thread Helge Hafting
Den 13. okt. 2017 10:10, skrev Jürgen Spitzmüller: Helge, can you please still verify whether this fixes your problem? Yes, the patch fixes my problem. LyX 2.3 now used my format 60 layout file with no problems at all. Helge Hafting

LyX 2.3 failure to convert from layout format 60 to 64

2017-10-12 Thread Helge Hafting
me what line it was in the layout file that broke. This is a layout I have used for over ten years, every week and with many versions of LyX. And it seems to work fine by simply changing the version number.  If there is a problem in layout2layout, finding it may be useful before release? Helge Hafting

Re: How to setup image converters on Mac?

2017-09-15 Thread Helge Hafting
nd for the rest, we want LyX to be the tool that "just works" and always makes good output that stand up to magnification. Helge Hafting

Re: Complaints about LyX on Mac

2017-08-25 Thread Helge Hafting
s the alternative of converting the imagery we use in the docs. I believe PNG is always supported. Helge Hafting

Re: LyX support for gschem circuit diagrams, through "vector graphics" external inset

2017-06-15 Thread Helge Hafting
Den 14. juni 2017 20:09, skrev Scott Kostyshak: On Wed, Jun 14, 2017 at 04:00:45PM +0200, Helge Hafting wrote: Gschem is an open-source tool for drawing circuit diagrams. (And then go on to simulate the circuits or lay out a circuit board.) LyX can be used for documentation. For anyone on

LyX support for gschem circuit diagrams, through "vector graphics" external inset

2017-06-14 Thread Helge Hafting
# xfig, dia, fen and ly are exlcuded, since we have specialized templates -FileFilter "*.{agr,dot,emf,eps,odg,obj,sxd,svg,svgz,tgo,pdf,wmf}" +FileFilter "*.{agr,dot,emf,eps,odg,obj,sxd,svg,svgz,tgo,pdf,wmf,sch,sym}" AutomaticProduction true # LyX has hard-coded support for these transformations Transform Rotate I have tested these exports: postscript, dvi, PDF(dvipdfm), PDF(XeTeX), PDF(LuaTeX), PDF(pdflatex), and PDF(ps2pdf). All produced files with embedded circuit diagrams. Please tell if more work is needed before it may be included into LyX. Helge Hafting

Re: Re-organizing templates and examples folders (#8715)

2017-04-20 Thread Helge Hafting
to make new documents based on private or std. templates, without the user searching for either. And it should not be necessary to tweak the paths either. Tweaking paths is for those who have company templates in something like /mnt/server17/wordprocessing/templates/ Helge Hafting

Re: LyX 2.2.3 crashes repeatably when displaying section 2.1.1 of the tutorial

2017-03-08 Thread Helge Hafting
quot;cursor position in this paragraph, and character count of the previous paragraph." Especially when a position beyond the end of the paragraph is considered illegal, and different paragraphs may differ in length. Helge Hafting

LyX 2.2.3 crashes repeatably when displaying section 2.1.1 of the tutorial

2017-03-07 Thread Helge Hafting
Exporting" It is not necessary to resize the screen, just get to section 2.1.1 of the Tutorial. Scrolling or searching for "Typing, Viewing" will do it. Helge Hafting

Ending selection on item inside a table erroneously interpreted as a "click", brings up dialog

2017-03-03 Thread Helge Hafting
guess the same goes for anything that does something when clicked. If it is inside a table cell and a mouse selection ends on top of it, a (wrong) click action happens. Helge Hafting

Re: X-Apps

2017-02-28 Thread Helge Hafting
top manager, only a window manager. There is no variable called XDG_CURRENT_DESKTOP. But xdg-open still open sensible viewers for pdf and png. In this case, "feh" for the png and "evince" for the pdf. A .lyx file was opened in vim though. Helge Hafting

Re: User template directory

2017-02-28 Thread Helge Hafting
worse. Clicking "Templates" make one think that this is how you save a template for future use. But it brings up /usr/share/lyx/templates/ where users don't have write access. (And they should not have either.) It'd be much better if "Save As..."->Templates gave us ~/.lyx/templates/ There is no need to bring up the LyX template folder in the save dialog. Helge Hafting

Re: #10481: Hardening LyX against potential misuse

2017-01-05 Thread Helge Hafting
Den 17. des. 2016 00:14, skrev Pavel Sanda: Helge Hafting wrote: Protection will not be achieved in most cases, because users are used to While I agree with what you write in general about security, I do not think this is how things were implemented, so in 'most cases' you are

Re: #10481: Hardening LyX against potential misuse

2017-01-05 Thread Helge Hafting
tever else we need in the tmp directory, chroot, drop privileges & launch the converter.) Helge Hafting

Re: problems with quotes

2016-12-13 Thread Helge Hafting
Den 09. des. 2016 11:46, skrev Jean-Marc Lasgouttes: And pardon me for failing to be impressed by the modernity of people having unicode keyboards (how many keys does your keyboard have?) and selection of a character in a list or 65535 others in some GUI where I have to guess what is the ca

Re: #10481: Hardening LyX against potential misuse

2016-12-13 Thread Helge Hafting
Den 13. des. 2016 00:06, skrev Tommaso Cucinotta: On 12/12/2016 12:04, Helge Hafting wrote: In the general case, make a script (or utility program) that runs the dangerous converter in a chroot, where nothing dangerous can be done. No need for questions then. LyX already puts the document

Re: #10481: Hardening LyX against potential misuse

2016-12-12 Thread Helge Hafting
er a latex run will be easier. chrooting before running a converter means the converter can't overwrite files outside the chroot, which helps quite a bit security-wise. I hope future LyX won't be asking security questions most people can't answer with any confidence. I might be able to answer such questions; but only if I review the sw in question, which I certainly won't have time for. Helge Hafting

Re: LinuxDay @ Pisa - Oct 22nd

2016-09-30 Thread Helge Hafting
LyX features important for me: * LyX don't "mess up" formatting. (indents, blank lines, lists,...) When writing some pages for my students, I don't really need to check output because it all just works. Everytime. I can also write down what happens at a meeting in real time, and mail out a P

Re: Weird Selection Bug

2016-09-06 Thread Helge Hafting
Den 05. sep. 2016 14:59, skrev Jean-Marc Lasgouttes: Le 05/09/2016 à 14:56, Helge Hafting a écrit : After some git trouble*, I compiled & tested. Selection still works as expected with linux & qt5. Selection still goes from the text cursor position to the mouse click position - not

Re: [enhancement] add *.xlsx to external data material dialog (table) and file handler

2016-09-05 Thread Helge Hafting
h a file so I can look into it. Helge Hafting

Re: Weird Selection Bug

2016-09-05 Thread Helge Hafting
Den 31. aug. 2016 16:33, skrev Jean-Marc Lasgouttes: Le 31/08/2016 à 11:51, Helge Hafting a écrit : Den 23. aug. 2016 12:14, skrev Jean-Marc Lasgouttes: Are you sure? I do not see that. I now look at a light blue highlighted selection that goes from the second line to the third. The first

Re: Weird Selection Bug

2016-08-31 Thread Helge Hafting
Den 23. aug. 2016 12:14, skrev Jean-Marc Lasgouttes: Le 23/08/2016 à 11:25, Helge Hafting a écrit : No! Fortunately, LyX 2.2 on linux behave the way I expect: When I shift-click somewhere, I get a selection from the current text cursor point to the shift-click point. No matter how the text

Re: Weird Selection Bug

2016-08-23 Thread Helge Hafting
the cursor upon mouse clicks and so is very different. Helge Hafting

Re: Inkscape /LyX integration (working!)

2016-08-23 Thread Helge Hafting
at is very good to have. Figures with their own font, fonts that scale with the figure and so don't match anything, or (worst of all) pixellated fonts; it looks unprofessional or half-done. Helge Hafting

Re: Layout Changes Inside CharStyles?

2016-06-21 Thread Helge Hafting
ly a layout change by mistake, can use the excellent "undo" facility. Helge Hafting

Wishlist for future LyX

2016-06-03 Thread Helge Hafting
ly pains anyone, add a checkbox for “not correcting alignment” in the box settings dialog. But I have a hard time imagining a use case for this.) Helge Hafting

Re: Anomalous list behaviour (and the magic number 14)

2016-05-19 Thread Helge Hafting
.4 doesn't show this behaviour. I tried this with 2.2.0-rc1 (git hash d1b3d20c) on arch linux, and could not reproduce it. Still, could be something with windows or a different git version. Helge Hafting

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-10 Thread Helge Hafting
ting even though it must have been me setting it up some years ago. Also, most people will have their spellchecker files in whatever place the distro put them; It is nice if that "just works", which it do now. :-) Helge Hafting

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-10 Thread Helge Hafting
Den 09. mai 2016 15:36, skrev Stephan Witt: Am 09.05.2016 um 15:14 schrieb Helge Hafting : Den 09. mai 2016 12:33, skrev Stephan Witt: Am 09.05.2016 um 11:39 schrieb Helge Hafting : Also, the spell checker work if I set the preference to 'Aspell' or 'Enchant'. Using &#x

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-09 Thread Helge Hafting
Den 09. mai 2016 12:33, skrev Stephan Witt: Am 09.05.2016 um 11:39 schrieb Helge Hafting : Also, the spell checker work if I set the preference to 'Aspell' or 'Enchant'. Using 'Hunspell', I still get 'The spell checker has no dictionaries', but on

Re: In some cases, document settings will appear as uneditable in 2.2.x after lyx2lyx (10095)

2016-05-09 Thread Helge Hafting
here margins go outside the paper and the text gets clipped. Helge Hafting

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-09 Thread Helge Hafting
Enchant'. Using 'Hunspell', I still get 'The spell checker has no dictionaries', but one working spellchecker is enough for me. Helge Hafting

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-09 Thread Helge Hafting
Den 04. mai 2016 19:54, skrev Scott Kostyshak: On Wed, May 04, 2016 at 06:55:06PM +0200, Helge Hafting wrote: Den 04. mai 2016 18:42, skrev Helge Hafting: I am not sure if this has any ill effects, but it doesn't look good. Actually, I found this after noticing that spell checking doe

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-04 Thread Helge Hafting
Den 04. mai 2016 18:42, skrev Helge Hafting: I am not sure if this has any ill effects, but it doesn't look good. Actually, I found this after noticing that spell checking does not work in 2.2-rc1. Spellchecking works in LyX 2.1.4, so my machine has the necessary spellchecking software

2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-04 Thread Helge Hafting
at all files will be created''' ^ SyntaxError: Missing parentheses in call to 'print' done +checking list of modules... layouts/test.module layouts/svar.module ... I am not sure if this has any ill effects, but it doesn't look good. Typo in TeXFiles.py? Helge Hafting

Re: bug in LyX, space afte TeX

2016-04-21 Thread Helge Hafting
en you stick to LyX features only. When a TeX (power)user do some TeX magic, LyX tries to "do what the TeX (power)user means". This includes not messing with the expected effects and side effects of TeX commands. Helge Hafting

Re: CRASH 2.2.0dev with XeLaTeX and Utopia font

2016-04-18 Thread Helge Hafting
Den 15. april 2016 19:10, skrev PhilipPirrip: Don't ask me how I find these... I'm at 744f6e3cd802 now, compiled with Qt 5.6.0 on Linux Fedora 24. I get the same behavior with an older binary compiled with Qt 4.8.7. Before filing a bug report, I need someone to confirm: Start LyX 2.2 New Doc

2.2.0dev: Bug 10060 Paragraph setting "Longest label" gets blanked out in dialog

2016-04-08 Thread Helge Hafting
on, indicate this. Perhaps by displaying "" in the longest label field. If the user then change something else (line spacing or alignment) and clicks OK, then don't reset the "longest label" because the user has not changed this field. It should be possible to change the line spacing of several lists without forcing a common longest label. Helge Hafting

Re: #10048: Box with unit \width as width renders way too narrow

2016-04-05 Thread Helge Hafting
am not sure this would be a real improvement. Impressive. This solved my problem - both large and small content gets a nice box now. :-) Helge Hafting

Re: #10048: Table inside frame renders way too narrow

2016-04-05 Thread Helge Hafting
7;d be nice if the box was content-sized on screen too – instead of constant-sized. The content render just fine on screen if there is no box around it, so getting the content size ought to be possible. Then the box can be drawn around whatever screen size the content has. A single-cell table (used as markup) already works that way on screen. But single-cell tables aren't that logical either, and have other formatting/alignment issues. Helge Hafting

Re: possible tag and tar of 2.2.0rc1 on Tuesday

2016-04-04 Thread Helge Hafting
, and libQt5Gui.so.5.6.0 also seems to be compiled with gcc 5.3.0. At least, the string "GCC: (GNU) 5.3.0" is in that binary. Helge Hafting

Re: Proposal for a guide on updating layouts

2016-04-01 Thread Helge Hafting
youts. Therefore, I think new layouts are ok at any time - as long as the existing ones aren't modified. Helge Hafting

Re: possible tag and tar of 2.2.0rc1 on Tuesday

2016-04-01 Thread Helge Hafting
translated strings. writing stuff with with 'KOMA article' and 'beamer' presentations has been fine so far. Scrolling through the user guide also works well. I use lyx on 2 machines. Helge Hafting

Bug 10048 Table/anything inside a frame renders way too narrow

2016-03-31 Thread Helge Hafting
this. Helge Hafting

Re: Handling of \SpecialChar

2016-03-29 Thread Helge Hafting
p; replace allows replacement with any lyx construct - you can insert a logo in the replace box. "Replace All" takes care of the document. Helge Hafting

Re: Lyx displaying error

2016-03-29 Thread Helge Hafting
This assumes the "lmodern" package exists on your system, but it has been around for a long time now. Helge Hafting

Re: LyX 2.2.0 compile crashes on first attempt after clone

2016-03-19 Thread Helge Hafting
know about libraries - I tought only the compiler & linker needed that? Anyway, the error that halts the build comes from a python program. It does not come from 'make' itself. So I don't think cmake or other alternatives can make a difference - unless there are errors in the Makefile causing unnecessary work to be done. Helge Hafting

Re: lib/examples/nb/splash.lyx translated for LyX 2.2.0

2016-03-19 Thread Helge Hafting
Den 17. mars 2016 22:34, skrev Pavel Sanda: Don't you have commit access already? Pavel I have now committed & pushed the translations myself. Helge Hafting

Re: LyX 2.2.0 compile crashes on first attempt after clone

2016-03-19 Thread Helge Hafting
Den 17. mars 2016 14:08, skrev Kornel Benko: Am Donnerstag, 17. März 2016 um 13:12:12, schrieb Helge Hafting I tried cmake, cmake could not find the qt libraries or tools like "moc" and "uic". The tools are all in the PATH though, and the libraries are available for co

Re: LyX 2.2.0 compile crashes on first attempt after clone

2016-03-19 Thread Helge Hafting
. IMHO the python scripts used for building are safer to convert for python3 than the runtime scripts, since we can test the output ourselves. The patch applied, and then the compile (linux, gcc, make) succeeds with qt4 and with qt5. Helge Hafting

LyX 2.2.0 compile crashes on first attempt after clone

2016-03-19 Thread Helge Hafting
Leaving directory '/usr/src/lyx' Makefile:449: recipe for target 'all' failed make: *** [all] Error 2 I have seen this on two machines using arch linux & qt5. The error disappears if I run make again - so perhaps this is a very minor problem. Still, thought you might like to know. Helge Hafting

Re: LyX 2.2.0 compile crashes on first attempt after clone

2016-03-18 Thread Helge Hafting
nal not in range(128) Makefile:708: recipe for target 'layouts_l10n.pot' failed I don't know what file the 0xc3 comes from - otherwise I could check if it is valid in some encoding, or if the file is inconsistent coded. (May happen when edited with different editors/different locales) I tried setting LANG=C, instead of the usual nb_NO.UTF-8, that did not help either. Helge Hafting

Re: \O

2015-10-01 Thread Helge Hafting
Den 25. sep. 2015 10:31, skrev Pål Næverlid Sævik: I just have to add that mathed is the best part of LyX! It is the killer-feature that made me fall in love with LyX in the first place. Nothing beats LyX when it comes to math. After using it for a while, there are lots of more subtle things

Norwegian translation of splash.lyx, for 2.1.4 or 2.1.5

2015-07-23 Thread Helge Hafting
Translated splash.lyx for lib/examples/nb/ If it isn't in time for 2.1.4, then for the next version. Helge Hafting splash.lyx Description: splash.lyx

Corrected "splash.lyx" for 2.1.4

2015-07-23 Thread Helge Hafting
The "splash.lyx" file has an error. It talks of the menu View->View [PDF (pdflatex)] But that does not exist. The correct is: Document->View [PDF (pdflatex)] The attached splash.lyx, for lib/examples/ is correct. Other translators may want to check their versions. Helge Haftin

Re: About the rowpainter2 branch (testers, have a look!)

2015-07-23 Thread Helge Hafting
open overnight, but there is no point over a weekend. Helge Hafting

Re: Norwegian translation for 2.1.4 (nb.po)

2015-07-22 Thread Helge Hafting
Den 21. juli 2015 05:19, skrev Pavel Sanda: Helge Hafting wrote: Compressed nb.po attached. It compiles, and has more translations now. Especially the new pdf-comments & colorbox stuff. I hope it is in time for 2.1.4 - I am on a holiday and this was the best I could do. Helge Hafting

Re: Lyx slow even with small documents

2015-07-19 Thread Helge Hafting
unnecessary effort here? Re-breaking the entire paragraph is certainly not necessary. When adding text, nothing seems to change except the last two lines (and any further lines, but there are none in this case.) Most of the lines stays exactly the same - perhaps caching is possible. Helge Hafting

Re: about our lyx2lyx reversion policy

2015-06-18 Thread Helge Hafting
but we can at least dream of the day when so many people use LyX that different versions of lyx is a bigger problem than recalcitrant word documents. :-) Some organizations standardize software. But in academia, you may cooperate with people in other universities. Helge Hafting

Re: [patches] Improve error reporting and log parsing

2015-03-02 Thread Helge Hafting
d PDF is useful in some cases, it can give a good idea of what went wrong in a TIKZ figure for example. So these users leave the PDF viewer open, and wouldn't like having to hunt through /tmp to look at the problems. Helge Hafting

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

2014-05-08 Thread Helge Hafting
On 08. mai 2014 12:22, Stephan Witt wrote: Currently the drawing of LyX is not appropriate for high resolution displays. I'm afraid your suggestion is not suitable to improve this. I didn't know that. In that case, the "background only" selection seems like a good alternative. The trick th

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

2014-05-08 Thread Helge Hafting
ctually handle these bitmaps. Helge Hafting

Re: 2.1.0 Blocker

2013-10-16 Thread Helge Hafting
ath previews. Such stuff take time to load, especially from a congested fileserver accessed via congested wifi - displayed on a remote display. But I can still edit! And lets not forget the more trivial cases of working on document B while document A is printing. Helge Hafting

LyX 2.1 (tex2lyx) fail to link

2013-08-14 Thread Helge Hafting
ile(lyx::support::FileName const&) const' ../ModuleList.o: In function `lyx::LyXModule::isAvailable() const': /usr/src/lyx/src/ModuleList.cpp:76: undefined reference to `lyx::LaTeXFeatures::isAvailable(std::basic_stringstd::char_traits, std::allocator > const&)' collect2: ld returned 1 exit status Platform: funtoo linux, amd64 Helge Hafting

[PATCH] nb.po for LyX 2.1 - and some git problems

2013-08-14 Thread Helge Hafting
; claims that several files have changed - files I did not update (unless "make" changes every .po file) And at the same time, "git pull" says "Already up to date" Helge Hafting

Fwd: Re: Fwd: GSoC idea for Layout Editor

2013-04-30 Thread Helge Hafting
users can add TeX commands too by using the TeX button. Helge Hafting

Re: Idea GSoC - support for online LaTeX compiling

2013-04-16 Thread Helge Hafting
t would be interesting to see. Helge Hafting

Re: Regular expression for non-ascii chars, advanced search

2013-03-31 Thread Helge Hafting
to match the two bytes in "ž". And more, if you want to match Chinese characters. The solution would be regexp matching software that is unicode-aware. A link to such software: http://abies.nmsu.edu/pkgsrc/boost/libs/regex/doc/icu_strings.html Helge Hafting

Re: Potential fix for slowness on X11 (Re: r39932 - lyx-devel/trunk/src/frontends/qt4

2011-12-14 Thread Helge Hafting
On 21. nov. 2011 21:01, Abdelrazak Younes wrote: On 21/11/2011 11:28, Helge Hafting wrote: I failed to test the patch. It does not apply to the 2.1 sources, and not 2.0.2 either. There is nothing to apply, you just have to uncomment the definition of USE_QIMAGE at the top of

Re: #7934: Problems loading PDF graphics

2011-12-14 Thread Helge Hafting
l, than in the windowing system.) Helge Hafting

Re: Ideas for Development

2011-11-24 Thread Helge Hafting
f an image, and of course no stupid icons cluttering up the display.) Helge Hafting

SV: [PATCH] Fix for bug 7897,failure to export external spreadsheets (for 2.0.2)

2011-11-20 Thread Helge Hafting
>Am 18.11.2011 15:20, schrieb Helge Hafting: > >> 2. Error in the example itself. (Affected the example only) >> Spreadsheets were named sheet.gnumeric, sheet.ods and sheet.xls >> All three were exported to "sheet.tex", resulting in >> overwriting due to th

[PATCH] Fix for bug 7897,failure to export external spreadsheets (for 2.0.2)

2011-11-18 Thread Helge Hafting
e in "external_templates", feel free to drop that. (It changes openoffice to libreoffice - not so important.) Helge Hafting Index: lib/external_templates === --- lib/external_templates (revisjon 40210) +++ lib/external_template

Re: [PATCH] Fix Crash Reported by Pavel

2011-11-18 Thread Helge Hafting
ce count. If it goes to 0, delete the buffer. If it does not - just keep it with the reduced count. This works well for the linux kernel, at least. :-) Helge Hafting

Re: Unexpected format problem

2011-11-14 Thread Helge Hafting
master document settings also. Helge Hafting

[patch] updated translations, nb.po for 2.0.2

2011-11-11 Thread Helge Hafting
some beamer translations * A few new translations Helge Hafting

Re: Canceling Background Export

2011-11-07 Thread Helge Hafting
. Reading from a file - or opening it - may take 5s with some bad luck. So 12 file operations could take a minute. :-( Users on such systems obviously expect a document compile to be a slow operation. They still want a 'cancel' to be instantaneous. Helge Hafting

Re: Potential fix for slowness on X11 (Re: r39932 - lyx-devel/trunk/src/frontends/qt4

2011-11-04 Thread Helge Hafting
slowness with nvidia. I'll try the patch and report back later. Helge Hafting

Re: (more on) document language changing

2011-09-22 Thread Helge Hafting
imiliar to what happens if I use emacs on the LyX file and change the one line with "\language". Helge Hafting

Re: LyX 2.0/2.0.1 fails to open documents containing xfig figures, bogus conversions?

2011-09-09 Thread Helge Hafting
On 29. aug. 2011 13:24, Pavel Sanda wrote: Helge Hafting wrote: I just noticed that LyX 2.0 (and 2.0.1svn) fail to open files that contain xfig graphics. did it work in 1.6? can you create new bug and attach example file with .fig file? The bug mysteriously disappeared. I guess it had

Re: Language changes within index entries

2011-09-09 Thread Helge Hafting
uage (which doesn't matter), but they will at least print. Helge Hafting

Re: merging of external material and graphics interfaces

2011-09-05 Thread Helge Hafting
over several pages, and location of the breaks depends on where the previous pagebreak (in the document) happens. As we all know, LyX doesn't break the document into pages in advance. Helge Hafting

Re: SV: Towards RC4/final release

2011-08-11 Thread Helge Hafting
On 29. juli 2011 15:06, Jürgen Spitzmüller wrote: Helge Hafting wrote: [...] For example - different running headers in different parts, or blank headers in the preface. But this should not be done with hardcoded \markboth definitions, but rather with structural means, i.e. things such as

RE: SV: Towards RC4/final release

2011-07-29 Thread Helge Hafting
Jürgen Spitzmüller wrote >Helge Hafting wrote: >> In this particular case, it looks like no extra GUI is needed at all, >> only programming. The GUI is present already: >> >> Currently, the running header paragraph types becomes available when the >> user sel

Re: SV: Towards RC4/final release

2011-07-28 Thread Helge Hafting
st item, that would remove one way of getting compile errors. :-) For other cases, it seems that LyX is moving tovards modules so powerful that a lot of things might not need any other GUI. I.e. if we get styles with optional arguments, and also flex insets that cannot be typed in (similar to TOC). Helge Hafting

  1   2   3   4   5   6   7   8   9   10   >