Bo Peng wrote:
> 2. saves windows size (not position since some people do not like it)
> and restore it. (qt only)
Sorry for my naive question (i am not a programmer): would your patch allow
to save and restore open files through kde sessions?
thank you
--
pol
> + // paragraphs is now RandomAccessList
> + // so simple paragraphs[pit] is not allowed.
> + ParIterator it = b->par_iterator_begin();
> + ParIterator const end = b->par_iterator_end();
> +
On Sat, Mar 25, 2006 at 03:16:15PM -0600, Bo Peng wrote:
+ // paragraphs is now RandomAccessList
+ // so simple paragraphs[pit] is not allowed.
+ ParIterator it = b->par_iterator_begin();
+ ParIterator const en
Attached a small patch for chkconfig.ltx to check for the LaTeX-package
"preview". I also patched the LaTeXConfig.lyx.in to describe the preview
package and to add descriptions for prettyref and varioref.
Btw. for what is the file LyXConfig.lyx.in needed? It contains most of
the package descri
On Fri, Mar 24, 2006 at 02:04:53PM +0100, Georg Baum wrote:
> No, it does not need posix style paths: It simply cannot cope with
> backslashes for obvious reasons. AFAIK miktex can handle paths like
> "C:/temp/test.tex". Not a big difference, but not exactly posix either.
This path style is calle
> > If not for anything else that the code gets easier to read.
> > (I do not quite see how removal of id plays into this.)
> > (And no; operator[pit] on paragraphs won't solve it, just make the
> > cursor placement even more coarse grained)
Now, a separate
void BufferView::Pimpl::scrollToPositio
Am Samstag, 25. März 2006 12:17 schrieb Stephen Harris:
Lyx failed to convert sigproc-sp.tex with Cygwin1.4.0 and Win1.4.1svn
The error message was:
LyX: Cannot convert file
An error occurred whilst running tex2lyx -f "sigproc-sp.tex"
"sigproc-sp-template.
Does anyone have an idea on how to
>
> | > | + ParIterator const end = b->par_iterator_end();
> | > | + for (; it != end; ++it)
> | > | + if (it.pit() == pit) {
> | > | +
> bv_->setCursor(makeDocIterator(it, pos));
> | > | +
"Bo Peng" <[EMAIL PROTECTED]> writes:
| > | + ParIterator const end = b->par_iterator_end();
| > | + for (; it != end; ++it)
| > | + if (it.pit() == pit) {
| > | + bv_->setCursor(makeDocIterator
> | + ParIterator const end = b->par_iterator_end();
> | + for (; it != end; ++it)
> | + if (it.pit() == pit) {
> | + bv_->setCursor(makeDocIterator(it,
> pos));
> | +
"Bo Peng" <[EMAIL PROTECTED]> writes:
| Index: src/BufferView_pimpl.C
| ===
| --- src/BufferView_pimpl.C(revision 13495)
| +++ src/BufferView_pimpl.C(working copy)
| @@ -293,9 +303,30 @@
|
| setBuffer(b);
| bv_->
On Sat, 2006-03-25 at 22:45 +0100, Lars Gullik Bjønnes wrote:
> | Basically what I'm saying is that the frontends just need a nice simple
> | function to call, so we have QuitLyX for some cases and SessionEndLyX
> | (or so) for others.
>
> I do not see quite why.
Having read Bo's patch a bit, I t
John Spray <[EMAIL PROTECTED]> writes:
| On Sat, 2006-03-25 at 08:21 -0600, Bo Peng wrote:
| > > I would say we only need a single option "Remember opened documents on
| > > startup" (disabled by default).
| >
| > I agree. Somebody else please do it.
| Just waiting for the relevant bool in lyxrc.
Dear list,
I think this will be my last version of the patch since it has
everything I planned. Compared to my previous patch, it now
1. saves bookmarks to .lyx/session and load them automatically.
Current implementation uses paragraph id, and I expect that to be
changed later.
2. saves windows s
Martin Vermeer a écrit :
On Sat, Mar 25, 2006 at 06:44:42PM +0100, Abdelrazak Younes wrote:
Martin Vermeer a écrit :
See attached.
The Deeper and Shallower ("In" and "Out") functionalities are not yet
implemented.
You can test the moving of a sectioning header plus belonging text up
and down
John Spray wrote:
I would recommend against remembering window position. Good window
managers make an effort to place a new window such that it occupies any
blank space available.
Maybe Linux window managers have some logic to position windows nicely,
but it is common for all Windows applicat
Am Samstag, 25. März 2006 15:03 schrieb Georg Baum:
> Am Samstag, 25. März 2006 14:46 schrieb Helge Hafting:
> > * Implement export->latex(pdflatex), which gives a tex files where
> > pictures are prepared for pdflatex use. Should be simple, by
> > using the export->pdf(pdflatex) code.
>
> I
On Sat, Mar 25, 2006 at 06:44:42PM +0100, Abdelrazak Younes wrote:
> Martin Vermeer a écrit :
> >See attached.
> >
> >The Deeper and Shallower ("In" and "Out") functionalities are not yet
> >implemented.
> >
> >You can test the moving of a sectioning header plus belonging text up
> >and down by ent
On Fri, 2006-03-24 at 18:02 -0600, Bo Peng wrote:
> 5. Lyx window position when closed?
> 6. Lyx window size when closed?
I would recommend against remembering window position. Good window
managers make an effort to place a new window such that it occupies any
blank space available.
Window size,
Dear root,
I don't seem to be able to change the status of a bug from UNCONFIRMED
to ASSIGNED (even though as frontend-gtk it was already assigned to me)
- can I have the permissions necessary to do so?
John
Am Samstag, 25. März 2006 20:11 schrieb Bo Peng:
> With saved location,
> 1. start lyx, lyx loads location/size and place/resize itself as
expected.
> 2. do nothing, close lyx using Alt-F4, saved location becomes 0, 0
>
> Do you know what just happened? Why pos() returns (0, 0) the second
> time?
> Does setGeometry() not work?
That you for the link. I now use pos().x(), pos().y(), width().
height() to get info, and move() to set location. With only one
problem:
With saved location,
1. start lyx, lyx loads location/size and place/resize itself as expected.
2. do nothing, close lyx using Al
On Sat, 2006-03-25 at 08:21 -0600, Bo Peng wrote:
> > I would say we only need a single option "Remember opened documents on
> > startup" (disabled by default).
>
> I agree. Somebody else please do it.
Just waiting for the relevant bool in lyxrc.
> > We need the frontends to catch the session cue
Am Samstag, 25. März 2006 19:12 schrieb Bo Peng:
> Dear list,
>
> I am trying to preserve windows position and size for qt main window.
> size seems to be easy but I could not find relevant functions for
> windows position. Can anyone help?
Forget my last post, read this:
http://doc.trolltech.com
Am Samstag, 25. März 2006 19:12 schrieb Bo Peng:
> Dear list,
>
> I am trying to preserve windows position and size for qt main window.
> size seems to be easy but I could not find relevant functions for
> windows position. Can anyone help?
Does setGeometry() not work?
Georg
Dear list,
I am trying to preserve windows position and size for qt main window.
size seems to be easy but I could not find relevant functions for
windows position. Can anyone help?
Cheers,
Bo
John Spray wrote:
> ./autogen.sh && ./configure --disable-debug --with-frontend='qt gtk'
> --enable-maintainer-mode --with-qt-includes=/usr/include/qt3/
> --with-qt-libraries=/usr/lib/qt3/ && make
try
--disable-stdlib-debug
Jürgen
Hello,
Current svn is segfaulting at startup (both qt2 and gtk frontends), with
this backtrace:
#0 0xb72d5ba8 in __gnu_debug::_Safe_iterator_base::_M_detach ()
from /usr/lib/libstdc++.so.6
#1 0xb72d5c3b in __gnu_debug::_Safe_iterator_base::_M_attach ()
from /usr/lib/libstdc++.so.6
#2 0xb
Martin Vermeer a écrit :
See attached.
The Deeper and Shallower ("In" and "Out") functionalities are not yet
implemented.
You can test the moving of a sectioning header plus belonging text up
and down by entering into the minibuffer: "outline 0" or "outline 1".
I have this stuff also working f
Martin Vermeer <[EMAIL PROTECTED]> writes:
| On Sat, Mar 25, 2006 at 05:24:34PM +0100, Lars Gullik Bjønnes wrote:
| > Martin Vermeer <[EMAIL PROTECTED]> writes:
|
| ...
|
| > | But how persistent should bookmarks be then?
| > |
| > | In your scenario, if you save your bookmarks in the session,
Bo Peng wrote:
OK. Let us decide first what should go into this session file, and how
to name them (will be used in either .ini format or XML format).
5. Lyx window position when closed?
6. Lyx window size when closed?
I don't know what the Linux/Mac situation is, but LyX for Windows always
a
Martin Vermeer a écrit :
On Sat, Mar 25, 2006 at 05:24:34PM +0100, Lars Gullik Bjønnes wrote:
Martin Vermeer <[EMAIL PROTECTED]> writes:
So, perhaps it is not bookmarks you want, but enhanced label support.
Perhaps so... is that such a bad thing?
quite the contrary ;-)
What do bookmarks ha
Martin Vermeer wrote:
> See attached.
I'm impressed how you workload scales.
Jürgen
Michael Gerz wrote:
> FYI,
>
> there are still patches available for 34 (!) bugs:
Not all of them are ready (some are even dangerous, e.g. #1656). Not all are
immediately necessary. Some still need testing (from mine, especially #2207
needs testing, if you have some spare time).
Jürgen
On Sat, Mar 25, 2006 at 05:24:34PM +0100, Lars Gullik Bjønnes wrote:
> Martin Vermeer <[EMAIL PROTECTED]> writes:
...
> | But how persistent should bookmarks be then?
> |
> | In your scenario, if you save your bookmarks in the session, send the
> | doc off and receive it back modified, your boo
See attached.
The Deeper and Shallower ("In" and "Out") functionalities are not yet
implemented.
You can test the moving of a sectioning header plus belonging text up
and down by entering into the minibuffer: "outline 0" or "outline 1".
I have this stuff also working from qt2, with buttons on t
Martin Vermeer wrote:
> > The attached patch fixes that. I think it could also go in 1.4.1.
> > What do you think?
>
> Looks sane.
OK, it's in trunk now.
Jürgen
On Sat, Mar 25, 2006 at 12:20:02AM +0200, Martin Vermeer wrote:
> On Fri, Mar 24, 2006 at 10:47:11PM +0200, Martin Vermeer wrote:
...
> It appears brute force is the only way here. See attached.
>
> - Martin
Committed to trunk with following log entry:
Fix the bug reported by Markus
FYI,
there are still patches available for 34 (!) bugs:
http://bugzilla.lyx.org/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=patch&bug_status=UNCONFIRMED&bug_status=N
Martin Vermeer <[EMAIL PROTECTED]> writes:
| On Sat, Mar 25, 2006 at 03:04:56PM +0100, Georg Baum wrote:
| > Am Samstag, 25. März 2006 14:14 schrieb Martin Vermeer:
|
| ...
|
| > > How does this idea feel?
| >
| > Very good from an implementation point of view (of course nothing for 1.4
| > b
On Sat, Mar 25, 2006 at 04:39:22PM +0100, Juergen Spitzmueller wrote:
> Juergen Spitzmueller wrote:
> > [1] there's one minor issue that I haven't reported yet. With the patch, my
> > "move cursor while deleting in change tracking mode" fix is limited in that
> > it now "hangs" at paragraph breaks.
On Sat, Mar 25, 2006 at 03:04:56PM +0100, Georg Baum wrote:
> Am Samstag, 25. März 2006 14:14 schrieb Martin Vermeer:
...
> > How does this idea feel?
>
> Very good from an implementation point of view (of course nothing for 1.4
> because of file format change). Not so good from a semantic poi
Juergen Spitzmueller wrote:
> [1] there's one minor issue that I haven't reported yet. With the patch, my
> "move cursor while deleting in change tracking mode" fix is limited in that
> it now "hangs" at paragraph breaks. But this can be fixed later.
The attached patch fixes that. I think it could
Martin Vermeer <[EMAIL PROTECTED]> writes:
| On Fri, Mar 24, 2006 at 01:09:53PM -0600, Bo Peng wrote:
| > Dear list,
|
| ...
|
| > The bookmark feature is easy to add but I will wait till this one is
approved.
|
| An idea for bookmark implementation that I have thrown up earlier,
| without g
Helge Hafting wrote:
> I have some ideas, several of which I will attempt to implement myself
> if there is acceptance.
Cool. Welcome on board.
> * \dotfill and \hrulefill in addition to existing \hfill
> I use the former a lot for documents where you "sign on the dotted line"
> I plan on s
> I would say we only need a single option "Remember opened documents on
> startup" (disabled by default).
I agree. Somebody else please do it.
> We need the frontends to catch the session cues from their environments,
> and have an alternative to QuitLyX to be called in the case of LyX dying
> w
Am Samstag, 25. März 2006 14:14 schrieb Martin Vermeer:
> The only drawback I see is that their _numbering_ is not persistent --
> you can add bookmarks in-between and they will re-number. But in
> compensation, as it were, you can enter text strings into them as
> captions, which will appear in t
Helge Hafting a écrit :
My config.log doesn't mention sql at all.
None of the makefiles in the tree mentions sql
frontends/qt4/.libs/libqt4.a -L/usr/share/qt4//lib
-L/build/buildd/qt4-x11-4.1.1/lib -L/usr/X11R6/lib
/usr/lib/libQt3Support.so /usr/lib/libQtSql.so -lpq
This is the culprit, libQt
Am Samstag, 25. März 2006 14:46 schrieb Helge Hafting:
> * support for nicefrac.sty (fractions with a slanted line)
> In text, this looks much better than the usual math fractions.
> In tables, these are lower so numerators won't hit the table line
> above.
Should be easy to do, just look at
I have some ideas, several of which I will attempt to implement myself
if there is acceptance. This is not ordered by priority:
* \dotfill and \hrulefill in addition to existing \hfill
I use the former a lot for documents where you "sign on the dotted line"
I plan on starting with this easy o
Am Samstag, 25. März 2006 14:19 schrieb Helge Hafting:
> Here we see strange things. The "-lpq" brings in postgreSQL. And there
> are the other sql stuff too. And what is "-laudio" for in a document
> processor?
This library (and the sql libs) are pulled in by libQt3Support (look
at /usr/lib/li
Martin Vermeer a écrit :
On Fri, Mar 24, 2006 at 01:09:53PM -0600, Bo Peng wrote:
Dear list,
...
The bookmark feature is easy to add but I will wait till this one is approved.
An idea for bookmark implementation that I have thrown up earlier,
without getting much of a response: make it a
On Fri, Mar 24, 2006 at 03:59:54PM +0100, Abdelrazak Younes wrote:
>
> I don't really know. It's maybe your LDFLAGS or something. Post your
> configure result to the list and see if we can help you.
>
While compiling at home, I had to install
libsqlite0-dev (SQLite)
libpq-dev(
On Fri, Mar 24, 2006 at 01:09:53PM -0600, Bo Peng wrote:
> Dear list,
...
> The bookmark feature is easy to add but I will wait till this one is approved.
An idea for bookmark implementation that I have thrown up earlier,
without getting much of a response: make it a Float inset type.
This wa
Am Freitag, 24. März 2006 15:23 schrieb Georg Baum:
> Jean-Marc Lasgouttes wrote:
>
> >> "Georg" == Georg Baum
> >> <[EMAIL PROTECTED]>
> >> writes:
> > Georg> Is that the default behaviour in 1.3?
> >
> > In 1.3, article-like numbering is hardcoded. If a labelstring exists,
> > it is
On Fri, 2006-03-24 at 23:01 -0600, Bo Peng wrote:
> Current behavior:
> 1. if lyx is called directly and load_session is true, lyx will load
> all previously opened files
> 2. if "lyx file.lyx" is called, only file.lyx is loaded.
> 3. if use_lastfilepos is true, files loaded will scroll to their sa
On Sat, 2006-03-25 at 08:18 +0100, Juergen Spitzmueller wrote:
> > Anything else for a session management tool?
>
> Perhaps
> 7. toolbars state
Surely visible toolbars are more of an 'option' than a session thing?
This is something one would *always* want remembered, unlike session
information wh
On Fri, Mar 24, 2006 at 07:16:46PM +0100, Abdelrazak Younes wrote:
> Abdelrazak Younes a écrit :
> >Helge Hafting a écrit :
> >>My only complaint now is that the paragraph style pulldown now
> >>have a scrollbar - before I got _all_ styles visible when pulling it
> >>down.
> >>That is big timesave
"Bo Peng" <[EMAIL PROTECTED]> writes:
| @@ -101,7 +101,7 @@
| bool MenuWrite(Buffer * buffer)
| {
| if (buffer->save()) {
| - LyX::ref().lastfiles().newFile(buffer->fileName());
| + LyX::ref().session().addLastFile(buffer->fileName());
| return true;
|
Am Samstag, 25. März 2006 12:17 schrieb Stephen Harris:
> Lyx failed to convert sigproc-sp.tex with Cygwin1.4.0 and Win1.4.1svn
> The error message was:
>
> LyX: Cannot convert file
> An error occurred whilst running tex2lyx -f "sigproc-sp.tex"
> "sigproc-sp-template.
>
> Does anyone have an ide
> The attached patch goes into trunk now, and I propose to put it into branch
> as
> well.
OK.
JMarc
| There are talk about dropping the XForms frontend...
> But only talks so far.
And we may want to put the patch in
1.4.x later.
JMarc
--
Lgb
Hello José,
There seems to be a problem with tex2lyx converting
ACM template .tex files. I downloaded acm.zip from
http://www.idt.mdh.se/kurser/ct3340/ht05/pcinstructions.html
"1. Unfortunately, there is an error in the ACM template found on
the web (the ACM knows about it...). Get a correct ver
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| > Index: src/frontends/qt4/QtView.C
| > Index: src/frontends/qt4/QPrefsDialog.C
|
| There are talk about dropping the XForms frontend...
| > Index: src/frontends/xforms/XFormsView.C
| > Index: src/frontends/xforms/FormPreferences.C
But only talks s
LyX crashes in change tracking mode when pressing backspace at the very first
position in a document.
The attached patch goes into trunk now, and I propose to put it into branch as
well.
Jürgen
Index: src/text.C
===
--- src/text.C (
Bo Peng a écrit :
Dear list,
I have figured out the two problems I had and here is the complete patch.
It would be nice if you could generate a patch for the QuitLyX fixes
independently.
A couple of answer to your question:
Index: src/frontends/qt4/QPrefs.C
-#include "lastfiles.h"
+//
66 matches
Mail list logo