Re: 2.0.x - Ghostscript error when opening EmbeddedObjects.lyx with InstantPreview

2011-08-31 Thread venom00
.01: Unrecoverable error, exit code 1 > GPL Ghostscript 9.01: Unrecoverable error, exit code 1 > GPL Ghostscript 9.01: Unrecoverable error, exit code 1 > GPL Ghostscript 9.01: Unrecoverable error, exit code 1 I'll try to reproduce the error as I get a moment. Last time I checked was working fine. venom00

RE: Too much options in LyX

2011-05-19 Thread venom00
> If this are all changes, I wouldn't touch it any more, maybe > we update it later, > and if we have changed it there would be too much noise in the diff. You mean update from the original Qt Creator source? Yeah, that's a good idea. Then here's the patch with camel-c

RE: Too much options in LyX

2011-05-18 Thread venom00
em... Whatever it means :P What should I do exactly? I'll fix the case of the file name. venom00

RE: "Start" page

2011-05-18 Thread venom00
uot;There's a user list!" - "Contribute!" These are the most interesting hidden (or less hidden) things for my everyday use of LyX. But I'm sure there's a hidden wiki page somewhere which explains how LyX can make you a coffee. Other things like "You can make a

RE: "Start" page

2011-05-18 Thread venom00
of layouts in a reasonable time or should we start using things as they're right now? In the following days I'll make a draft widget and I'll post some image. venom00

RE: Too much options in LyX

2011-05-18 Thread venom00
e the moc file at the end; - add the files in src/frontends/qt4/Makefile.am in SOURCE_FILES - add the header file in src/frontends/qt4/Makefile.am in MOC_HEADER venom00 Index: src/frontends/qt4/Makefile.am === --- src/fron

RE: still not possible to compile LyX 2.0.x with CMake

2011-05-17 Thread venom00
My 2 cents without reading anything of this thread: CMake under Windows 7 32 bit with Qt Creator and VS2010 compiler works fine for me, I just noticed you have changed the location of CMakeList.txt, all the rest is fine. venom00

RE: Too much options in LyX

2011-05-17 Thread venom00
m busy with other things right now. And I have > to think again > how I'm gonna apply a patch to my tree. Np. OK, here's the version of the patch with fancylineedit in frontends/qt4 (which I think it's the right place). Moreover I've moved back it to frontend namespac

RE: Too much options in LyX

2011-05-17 Thread venom00
it Nokia in > some other way. > > The image for the X (attached) on the textbox is taken from > Qt Creator too, but > > maybe we can replace it. > > I've no idea how to handle the license and credits. I see. Thanks for the quick reply ;) Have you tried the patch what do

RE: Too much options in LyX

2011-05-17 Thread venom00
taken from Qt Creator too, but maybe we can replace it. I hope you like it, IMO it's great, it's animated! :) Let me know! venom00 > [1] http://qt.gitorious.org/qt-creator/qt-creator/blobs/HEAD/src/libs/utils/fancylin eedit.h > [2] http://q

RE: Too much options in LyX

2011-05-16 Thread venom00
Vincent or someone else, can you tell me if it's OK to include a pair of files directly from the Qt Creator code? Just a quick reply so I can go on with the patch. Thanks, venom00 > Ping > > > > > The patch looks pretty good now, so I'll put it in my > >

RE: Too much options in LyX

2011-05-11 Thread venom00
r is under LGPL, can we use it? > Otherwise I'll add a pushbutton outside the QLineEdit, on the right. > > Red is fine, I've tried green and dark green but I don't like them. > > venom00 > > [1] > http://qt.gitorious.org/qt-creator/qt-creator/b

RE: Too much options in LyX

2011-05-09 Thread venom00
n outside the QLineEdit, on the right. Red is fine, I've tried green and dark green but I don't like them. venom00 [1] http://qt.gitorious.org/qt-creator/qt-creator/blobs/HEAD/src/libs/utils/fancylin eedit.h [2] http://qt.gitorious.org/qt-creator/qt-creator/blobs/HEAD/src/libs/utils/fancylin eedit.cpp

RE: Scripting vs plugins (was RE: Goals for 2.1)

2011-05-06 Thread venom00
require Python, that's a point in its favour. > > Or did I get it wrong? ;) > > The idea is to outsource¹ tasks. This would reduce the binary size and > memory footprint even more. An example would be the parsing of the > unicodesymbols file. Weren't we talking about

RE: CMake TODOs

2011-05-06 Thread venom00
> I tried XCode a bit and, for LyX, I think QtCreator is much > much better, > that's all. For Mac specific development XCode is probably better. The same with Visual Studio under Windows. venom00

RE: Scripting vs plugins (was RE: Goals for 2.1)

2011-05-06 Thread venom00
ument", 123) Which internally will be: def lyxCommand: lfun(LFUN_ID, args.join(" ")) In this way we could make a "binary" implementation of LFUNs in the future and just update the lyxInterface internals. > -) a few vein attempts to introduce LFUN return values. That's fundamental for the scripting engine. venom00

RE: Goals for 2.1

2011-05-06 Thread venom00
> And who collects all the ideas from this 100+ thread? > > When extending the list we should post the complete list. > And discussion should not be done within the list. A wiki page? venom00

RE: Scripting vs plugins (was RE: Goals for 2.1)

2011-05-05 Thread venom00
nteraction with LyX goes through a LyX user command. We need several new LFUNs to have a useful and complete scripting envinronment but I think that's the way to follow. venom00

Scripting vs plugins (was RE: Goals for 2.1)

2011-05-05 Thread venom00
rst approximation. I agree, if we're talking about plugins in C++, but with Python we have a lot more changes. venom00

RE: LyX opening future versions

2011-05-04 Thread venom00
npg, but I agree with that is probably too much, HTTPS is more than enough. Network stuff are well managed by Qt, aren't they? venom00

RE: Goals for 2.1

2011-05-04 Thread venom00
Follow this thread is impossible for me :P Please try to split where needed. venom00

RE: LyX opening future versions

2011-05-04 Thread venom00
> venom00 wrote: > > Well... But they didn't generate a fake certificate for lyx.org :P > > yet. P To be honest I think that the last thing a malicious cracker would do, having the possibility to create trusted certificates, is using them for lyx.org. Private keys have not be

RE: LyX opening future versions

2011-05-04 Thread venom00
be > disabled by hardcoded lists in the client code, distributed > via browser > updates. You don't want such things in a word processor. Well... But they didn't generate a fake certificate for lyx.org :P venom00

RE: Goals for 2.1

2011-05-04 Thread venom00
to realize all of these things, but are the ideas I've in my list. venom00 [1] http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg168196.html [2] http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg168076.html [3] http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg167218.html

RE: 80 chars rule (was: Too much options in LyX)

2011-05-03 Thread venom00
This discussion is useful. I'd prefer 100 chars but 80 is OK too to me! :P venom00

RE: 80 chars rule (was: Too much options in LyX)

2011-05-03 Thread venom00
ll the other developers!) have to join irc://irc.oftc.net/lyx. The old master gave me the ownership of the chan three days ago. Let's make it active again! Sometimes newbies appear and make question that could help us understand what's wrong in LyX. venom00

RE: Instant preview & undefined macros

2011-05-03 Thread venom00
investigate the problem. venom00

RE: 80 chars rule (was: Too much options in LyX)

2011-05-03 Thread venom00
ted(int)), this, > SLOT(decorationChanged(int))); Vincent, why didn't you fix the thing silently? This discussion will set a rule that (whatever it will be!) will make me crazy! It will be worst than the #include sorting thing! :D My opinion is: who is still developing on a termina

RE: LyX opening future versions

2011-05-03 Thread venom00
ne? Wikipedia doesn't say much. > Liviu Maybe the Comodo issue [1]? venom00 [1] http://www.comodo.com/Comodo-Fraud-Incident-2011-03-23.html

RE: Release manager for 2.1

2011-05-03 Thread venom00
re you leaving the whole LyX project? :( venom00

"Start" page

2011-05-03 Thread venom00
quot;, a list of recent documents, link to option dialog, maybe an RSS feed, things like that. The idea comes from Adobe products and Qt Creator itself. Opinions? Things to add? venom00

RE: Too much options in LyX

2011-05-03 Thread venom00
keep the lines shorter than 80 > characters. Mmmh, maybe Qt Creator has an option to show a vertical bar at 80 chars. Thanks for your support! venom00

RE: Development for LyX 2.1

2011-05-02 Thread venom00
e found here: > > http://www.gitorious.org/lyx/lyx/commits/venom00/preference-filtering > and which is merged together with some other uncommitted > features on top of master into the experimental branch: > http://www.gitorious.org/lyx/lyx/commits/experimental > > Just, in

RE: Development for LyX 2.1

2011-05-02 Thread venom00
allowed to do small > things and refrain from the larger features because they don't > know how to use the branches ? I see it as an opportunity to discover something new :) I've used git only for small projects, it would be intersting to make use of it in LyX. Just my 2 cents, as I'm not even a LyX developer :P venom00

RE: LyX opening future versions

2011-05-01 Thread venom00
to the file is enough. Lyx4lyx for instance :) > It looks like a complicated solution for a not so frequent problem. > Another solution would be an online (web based) LyX conversion script. This requires a "permanent" connection to the Internet while LyX is an offline application. venom00

RE: Too much options in LyX

2011-05-01 Thread venom00
> if enable_all is true, we don't need to loop over all widgets... We have to, enable_all (search box empty) means we have to re-enable all the items in the tree, as they could have been disabled by the previous search. Thanks for your comments. venom00 Index: src/frontends/qt4/Pa

RE: Memory LyXs

2011-04-30 Thread venom00
ak; > Language const * lang = cit->font().language(); > - d->words_[*lang].insert(word); > + d->words_[*lang].insert(asString(from, pos, AS_STR_NONE);); > } > } > } set.insert() stores a copy [2] so you have to remove it manually. word should die

RE: LyX opening future versions

2011-04-30 Thread venom00
> Yes, though it seems kind of dangerous to download python scripts from > the web and then offer to run them. We could add HTTPS to lyx.org and use a free certificate from StartSSL [1], which is a trusted CA. venom00 [1] http://www.startssl.com/

RE: Some stats for 2.0 development

2011-04-30 Thread venom00
> Pavel Sanda wrote: > > emoticons per mail > > > > jose0.68 > > That's less than I perceived. > > Jürgen :D You're right! :) venom00 (subtly climbs the emoticons pyramid)

RE: Memory LyXs

2011-04-30 Thread venom00
in the destructor all the data remains orphan: 47,920 bytes are indirectly lost. This is a serious memory leak IMHO, as paragraph are created and destroyed quite frequently. venom00

Memory LyXs

2011-04-30 Thread venom00
them and understand what's wrong. Here's the command line I used: valgrind --log-file=lyx.valgrind --leak-check=yes --show-reachable=yes --track-origins=yes --num-callers=50 lyx venom00 [1] http://k002.kiwi6.com/hotlink/7uw25zysou/valgrind.zip or http://ifile.it/7ze3ysn/valgrind.zip

RE: Maintenance release management

2011-04-29 Thread venom00
tion, IMHO. > > Let me take the opportunity to thank everybody for the > support over the last 4 > years. > > Jürgen > Bravo! :) venom00

RE: Too much options in LyX

2011-04-29 Thread venom00
ttle delay. Here's the new patch. I've added a 300 ms delay, now it should be more responsive as the search it's not done for each charatecter in input. venom00 Index: src/frontends/qt4/GuiDocument.h === --- src/fron

RE: #7493 and preview-latex in general

2011-04-29 Thread venom00
ving the showlabels option. That's a good idea, this would also solve the problem of labels too distant from equations in IP. I'll take a look, but I don't think I'll be able to do that. :( venom00

RE: Too much options in LyX

2011-04-28 Thread venom00
> Hi. > > On Wed, Apr 27, 2011 at 02:07:55PM +0200, venom00 wrote: > > > +void GuiDocument::hideView() { > > > + Dialog::hideView(); > > > + // Reset the search box > > > + this->docPS->resetSearch(); > > > +} > > Style ni

RE: Trunk is completely frozen for any commits

2011-04-28 Thread venom00
> Local control tower: giving permission to land. > Over. One small step for a bunch of developers, a giant leap for mankind. venom00

RE: Too much options in LyX

2011-04-28 Thread venom00
> On 27-4-2011 14:07, venom00 wrote: > > Ping > > > > Yes, shame on me... > > Vincent > Np, it's just that I want this patch commited before going to other improvements. venom00

Wiki upload password

2011-04-27 Thread venom00
I need the IPFM [1] password to upload my slides about LyX (do you remember the conference I had in Feb?). Do you think I should create a wiki page like LyXEvangelism as someone suggested at that time or simply drop them In LyX/Tutorials [2]? Thanks. venom00 [1] http://wiki.lyx.org/ipfm

#7493 and preview-latex in general

2011-04-27 Thread venom00
nt with preview-latex would make it much slower, making IP unusable on big documents, as it is in TeXmacs. So, my conclusion is: let's drop preview-latex. venom00

RE: Too much options in LyX

2011-04-27 Thread venom00
Ping > -Original Message- > From: lyx-devel@lists.lyx.org > [mailto:lyx-devel@lists.lyx.org] On Behalf Of venom00 > Sent: Friday, April 22, 2011 5:24 PM > To: lyx-devel@lists.lyx.org > Cc: 'Vincent van Ravesteijn'; 'Peter Kümmel' > Subject:

RE: Development for LyX 2.1

2011-04-26 Thread venom00
has a lot of libraries (also for GUIs) and developers/users. Other opinions? venom00

RE: Development for LyX 2.1

2011-04-26 Thread venom00
on!", "create a letter!", recent documents, tip of the day and so on; [1] [2] - simplified option menu with search (already WIP) and something like simple/advanced mode, like in VLC [3] Maybe we need a wiki page for ideas. I'll do my best to develop these features but

RE: Too much options in LyX

2011-04-22 Thread venom00
ms. Other ideas? Now when the dialog is hidden the search box is reset. The "rubber" button will be in the next patch, maybe. :P Thanks for your comments! venom00 Index: src/frontends/qt4/GuiDocument.h === --- src/fr

RE: Too much options in LyX

2011-04-17 Thread venom00
e something like a concatenation of the contents of the combo/listboxes, which is a really bad solution IMO. Moreover we're using .ui files to create the various option panes so we can't customize the calls to addWidget, as they are in ui_*.h files, generated by the uic tool. Or am I missing something? venom00

RE: Too much options in LyX

2011-04-17 Thread venom00
> .contains(search, Qt::CaseInsensitive); > > (new QString ..) produces a memory leak, drop the new: > > widget_matches = group_box->title().replace('&', > "").contains(search, Qt::CaseInsensitive); Mmm, doesn't this changes the original string removing the "&"? venom00

RE: Too much options in LyX

2011-04-17 Thread venom00
- Do you think a "rubber" button in (or next to) the QLineEdit is necessary to clean the search box? I should also add something to reset the search box when closing the dialog. Apart from these (useful!) comments, does the patch work? venom00 P.S. Thanks for reviewing my patch! :) [1] irc://irc.freenode.org/Qt

RE: Too much options in LyX

2011-04-17 Thread venom00
> On 14-4-2011 19:22, venom00 wrote: > >> Here's the patch. I hope works fine. It would be nice to put > >> it in 2.0 but I think it's impossible as it's late and I've > >> added a string ("Search", maybe we already have it). Moreover

RE: Too much options in LyX

2011-04-14 Thread venom00
l be > full of inconsistencies. Could someone give a quick review to the patch? :P No opinions? Is it so ugly? :( venom00

RE: A basic requested feature

2011-04-14 Thread venom00
use VS2010 but you have to build Qt by yourself, the redistributed Qt version is for VS2008. If you are interested I can upload a version of Qt built with VS2010, it's a about a GB. However read step by step INSTALL.win32 [1], everything is important. Follow those steps and everything will w

RE: Too much options in LyX

2011-04-13 Thread venom00
), which was introduced in Qt 4.7, it that OK? - To translate the string I used tr("Search"), is that correct? - Currently the widgets are highlighted in red, alternative ideas? I took insipiration from Qt Creator and Eclipse. Hope you l

RE: instant preview & advanced replace

2011-04-11 Thread venom00
> when replacing with advanced find and replace, and instant preview is > active, the preview-ed math elements don't get updated with > the replaced > contents. We have the same problem when editing the LaTeX preamble or other options in general (e.g. hyperref). venom00

Too much options in LyX

2011-04-08 Thread venom00
Why don't we add an option in the Tools -> Preferences (and maybe in Document -> Settings too) dialog to show only the most important options, you know, that "basic" and "expert" configuration mode, like VLC. A search box for options like Eclipse would be very useful too. venom00

RE: A basic requested feature

2011-04-08 Thread venom00
I think this is a good idea. It can also be an option to the user, this way he/she decides if this is useful or not. I agree. But I think there are _TOO_ much options in LyX, we shouldn't add an option for such a small thing. venom00

RE: Native support for siunitx

2011-04-06 Thread venom00
> On 2011-04-05, venom00 wrote: > > Why don't we add native support for siunitx, right now we have just > > workarounds [1]. I mean having the SI symbol right in LyX math mode. > > Could someone point me in the right direction to do this? > > How about defin

RE: probem with labelled equations in LyX 20 rc1 and rc2

2011-04-05 Thread venom00
> venom00 wrote: > > > Pavel Sanda wrote: > > > > thanks for your efforts, i'll put it in. > > > > > > but only after you post this patch as an attachment, > > > its unapplicable in this form... > > > pavel > > > &g

RE: probem with labelled equations in LyX 20 rc1 and rc2

2011-04-05 Thread venom00
> Pavel Sanda wrote: > > thanks for your efforts, i'll put it in. > > but only after you post this patch as an attachment, > its unapplicable in this form... > pavel You're welcome. I forgot to attach it. venom00 Index: l

RE: probem with labelled equations in LyX 20 rc1 and rc2

2011-04-05 Thread venom00
> Enrico Forestieri wrote: > > On Mon, Apr 04, 2011 at 05:45:28PM +0200, venom00 wrote: > > > > > > do you remember my fear of "only one man understands this > > > > code" situation in the > > > > very beginning? :) > > > &

Native support for siunitx

2011-04-05 Thread venom00
Why don't we add native support for siunitx, right now we have just workarounds [1]. I mean having the SI symbol right in LyX math mode. Could someone point me in the right direction to do this? venom00 [1] http://www.mail-archive.com/lyx-users@lists.lyx.org/msg85934.html

RE: Instant Preview not working when preamble contains xeCJK

2011-04-04 Thread venom00
ou have to enable the following option: Document -> Document settings -> Fonts -> Use non-TeX fonts (via XeTeX/LuaTeX) This option tells the instant-preview machinery to use XeTeX. Could someone test it under LyX 1.6.9 so we can know if it's a bug? venom00

RE: probem with labelled equations in LyX 20 rc1 and rc2

2011-04-04 Thread venom00
> venom00 wrote: > > > Sorry I read too fast. That message about xeCJK is targeted > > > at 1.6.9, so > > > unrelated. > > > > > > I'm honestly not sure what to do for the preview. I don't > > > understand all > >

RE: probem with labelled equations in LyX 20 rc1 and rc2

2011-04-02 Thread venom00
> Sorry I read too fast. That message about xeCJK is targeted > at 1.6.9, so > unrelated. > > I'm honestly not sure what to do for the preview. I don't > understand all > of the new code, but I also could not make it fail. I do feel that > venom00 is committ

RE: Instant Preview not working when preamble contains xeCJK

2011-04-02 Thread venom00
and previous versions. Did you open a bug report? For such a problem attaching an example document is good idea. venom00

RE: Towards RC3 and final release

2011-04-01 Thread venom00
and TikZ) is an important improvement and it's in LyX 2.0 since beta2. I think we also announced PSTricks and TikZ support in beta2. Do you want to remove it or has it been applied to 1.6 series too? I'm not following 1.6.x development. venom00

RE: #7303 InstantPreview fails with hyperref

2011-03-31 Thread venom00
e above lines are simply duplicated? Remained from moving some code in an external function. I've attached the fixed patch. venom00 Index: src/graphics/PreviewLoader.cpp === --- src/graphics/PreviewLoader.cpp (revisione

RE: #7303 InstantPreview fails with hyperref

2011-03-31 Thread venom00
ably the size of the output (A4 by default) is too big for your screen and you can solve simply reducing the Preview Size in Preferences > Look & Feel > Display. Feel free to edit the patch if something is wrong. Just when (and if) you commit tell me the revision #. Thanks! venom00

RE: #7303 InstantPreview fails with hyperref

2011-03-30 Thread venom00
. Now functions return a tuple made of an integer exit code and a list containing the metrics for the generated pages/IP insets. Hope you like it! Any comment is welcome! Here's the source of the patch as Pavel always asks me to send in plain text, but I don't know how to do th

RE: tutorials / slides for seminars or workshops (was: 'Re: LyX Promotion')

2011-03-30 Thread venom00
> If someone is interested in the videos write me privately ;) Well, not a big interest in these slides :| venom00

RE: Poll for the default icon theme in LyX 2.0

2011-03-30 Thread venom00
> On 30/03/2011 9:26 AM, Pavel Sanda wrote: > > - oxygen > > > -- > Julien +1 venom00

RE: "Package" not initialized under Win32 with CMake

2011-03-30 Thread venom00
en LyX could > > find the lib dir. > > > > But it should be fixed now also for out-of-source builds with > > cmake, could you check please? > > I'll check, but now it's pretty urgent to resolve the other > bug about the invalid heap pointer, as I'm

RE: "Package" not initialized under Win32 with CMake

2011-03-30 Thread venom00
. > > But it should be fixed now also for out-of-source builds with > cmake, could you check please? I'll check, but now it's pretty urgent to resolve the other bug about the invalid heap pointer, as I'm working on a patch which is almost ready. Or you think they're related? venom00

RE: "Package" not initialized under Win32 with CMake

2011-03-29 Thread venom00
tion [...] -- In this case too, no problem when building with scons. Everything else seems to work. Am I missing something? venom00 The new stack trace: msvcr100d.dll!_CrtIsValidHeapPointer(const void * pUserData=0x049e7178) Line 2036 C++ msvcr100d.dll!_free_dbg_nolock(void * pUserData=0

"Package" not initialized under Win32 with CMake

2011-03-29 Thread venom00
:LOCALE, message.title_ + ", " + message.details_); } // FIXME: This breaks out of source build under Windows. locale_init(); Thanks in advance! venom00 P.S. Here's the stack trace: msvcr100d.dll!_NMSG_WRITE(int rterrnum=10) Line 217C msvcr100d.dll!abort() Line 61 +

RE: Making Lyx equation editor an independent project?

2011-03-29 Thread venom00
rnal (Qt-based) chat client, or writing a > completely new > chat application from scratch. That's a _great_ idea. However I'd go for a pidgin or xchat plugin (but they're GTK :( ) or something similar, maybe Konversation. venom00

RE: #7303 InstantPreview fails with hyperref

2011-03-28 Thread venom00
y route failed. The patch is almost done and I'll post it soon for testing and comments. venom00

RE: tutorials / slides for seminars or workshops (was: 'Re: LyX Promotion')

2011-03-27 Thread venom00
talking about. http://ifile.it/qjuxs81/lyx_presentation_it_en.zip Is there a page of the Wiki for such things or should I create a new one? I hope my translation is good enough :) If someone is interested in the videos write me privately ;) venom00

RE: RE: Spell checker under Win32 not recognized

2011-03-27 Thread venom00
;m switching to Cmake build environment and I'll try hunspell. venom00

RE: Spell checker under Win32 not recognized

2011-03-26 Thread venom00
de the .dll and header files somehow - don't > ask me how to do it with Win32. Anyone? venom00

Spell checker under Win32 not recognized

2011-03-26 Thread venom00
ind any reference to aspell in configure.py. Aspell is working fine in the side-by-side installation of LyX 1.6.8. Thanks! venom00

RE: tutorials / slides for seminars or workshops (was: 'Re: LyX Promotion')

2011-03-25 Thread venom00
the other one :) Ahah, sure ;) Well, then I'll translate and send it. venom00

RE: #7303 InstantPreview fails with hyperref

2011-03-25 Thread venom00
h some Python library. In the meantime I'll write a patch for adding pdflatex as third and last route. venom00

RE: #7303 InstantPreview fails with hyperref

2011-03-24 Thread venom00
o manage all the IP generation in a unique place (that is Python scripting). This would work with all the possible input, even if the last cases would be a little slow. venom00

RE: Crash when trying to open a document on a Samba share

2011-03-24 Thread venom00
rc properly even on samba... > > pavel > > ping This patch works too. You can commit. venom00

RE: tutorials / slides for seminars or workshops (was: 'Re: LyX Promotion')

2011-03-23 Thread venom00
ely help you, I don't know what kind of audience do you expect, but if it's general audience, as mine was, I can give you some hints from my (little!) experience. venom00

RE: Crash when trying to open a document on a Samba share

2011-03-23 Thread venom00
> urmmm, Ale, please kill this "!"... > pavel Tested: works! venom00

RE: Crash when trying to open a document on a Samba share

2011-03-22 Thread venom00
> urmmm, Ale, please kill this "!"... > pavel I'll do that tomorrow, today there's the conference about LyX and related stuffs that I've organized at my university! It's the first time I have a talk in a public conference, I hope I won't freeze or mak

RE: Crash when trying to open a document on a Samba share

2011-03-21 Thread venom00
check for return value of fstat, > which looks wrong. > > does this patch help? > p > The file is very small, I'm on Linux and busy right now. I'll try the patch ASAP. venom00

RE: Crash when trying to open a document on a Samba share

2011-03-21 Thread venom00
his=0xb3a8, argc=@0xb3d0, argv=0xb474) at LyX.cpp:398 #39 0x080769b0 in main (argc=2, argv=0xb474) at main.cpp:42 It seems it fails while calculating a checksum. Hope it helps. venom00

Crash when trying to open a document on a Samba share

2011-03-20 Thread venom00
p://www.lyx.org/trac/ticket/5891 Is there any known and quick workaround? venom00

RE: LaTeX source in code listing

2011-03-15 Thread venom00
o were executed. It's a problem with Beamer and listings, the code is not executed. Attached there's an example document not working, however it's outside LyX area of interest probably. venom00 beamer_listings.lyx Description: application/lyx

LaTeX source in code listing

2011-03-15 Thread venom00
Hello, when I put LaTeX code in a listing it seems backslashes aren't escaped (at least in View -> Show source) and so it's executed while generating the output, is this a sort of expected behaviour or should I file a bug? Should be an easyfix. venom00

  1   2   >