intNotCited");
+ break;
+ case 2:
+ params_["btprint"] = from_ascii("btPrintAll");
+ break;
+ }
+ } else {
+ switch (btp) {
+ case 0:
+ params_["btprint"] = docstring();
+ break;
+ case 1:
+ // use \nocite{*}
+ params_["btprint"] = from_
Added as an attachment to http://bugzilla.lyx.org/show_bug.cgi?id=994 :
> Re-uses the "Contents" combo box in the Bibtex dialog (currently only used for
> sectioned bibliographies using bibtopic).
Bernhard Reiter
Index: src/insets
> Bernhard Reiter wrote:
> > *ping*
>
> I'm sorry, I'm quite busy ATM.
>
> > Should I post it to bugzilla so it doesn't get lost?
>
> Yes, please. And try to get somebody else to look at it (and commit
> it). I'm
> fine with the patch
Am Donnerstag, den 13.12.2007, 21:08 +0100 schrieb Juergen Spitzmueller:
> Patch looks good from
> a first glance, but I don't have time to look closely ATM, unfortunately.
*ping* Should I post it to bugzilla so it doesn't get lost?
Bernhard
setButtons();
}
-void GuiCitation::apply(int const choice, bool const full, bool const force,
+void GuiCitation::apply(int const choice, bool full, bool force,
QString before, QString after)
{
if (cited_keys_.isEmpty())
return;
vector const & styles = citeStyles_;
-
+ if (styles[choice] == biblio::NOCITE) {
+ full = false;
+
Jürgen Spitzmüller wrote:
> Yes, that would be a good idea (also \nocite{key} in the citation
> dialog would be useful).
The attached adds basic \nocite functionality (as citation style option)
to the citation dialog; the inset then actually reads \nocite{key} (as I
wasn't able to come up with any
Jean-Marc Lasgouttes wrote
> Bernhard Reiter writes:
>
> > Under Gnome, files that are opened from within LyX (instead of e.g.
> > being opened from within Gnome's file manager by double-clicking them)
> > do not get listed in the "Recent files" menu. This
> It's activated if you enable "sectioned bibliographies". It's bibtopic
> \btprintall.
Thanks for enlightening me! What about adding a \nocite{*} (and maybe an
individual one) then?
Bernhard
What's the point of that combo box? (Is there an option that would be
equivalent to \nocite{*} ?) Most importantly, how do I use it? For me,
the combo's always greyed out - no matter what version (1.5.2, svn:
1.5.X, trunk), bibtex style, bibliography file,... Is that the way it
should be / am I mis
Christmas is approaching, so I guess it's wishlist time...
Have there been any efforts/ would it be reasonable/feasible to have
thumbnails for LyX documents that give some clue about their contents?
Bernhard
P.S. This is perhaps a good starting point (describes how OOo dealt with
the issue):
http://www.openoffice.org/issues/show_bug.cgi?id=75190
Bernhard
Am Mittwoch, den 05.12.2007, 22:25 +0100 schrieb Bernhard Reiter:
> Under Gnome, files that are opened from within LyX (instead of e.g.
>
Under Gnome, files that are opened from within LyX (instead of e.g.
being opened from within Gnome's file manager by double-clicking them)
do not get listed in the "Recent files" menu. This is probably due to
Gnome switching from freedesktop.org (FDO) specs to a different format
(~/.recently-used.x
Am Montag, den 26.11.2007, 10:29 +0100 schrieb Jean-Marc Lasgouttes:
> Apply it, then.
Quoting Cletus (The Simpsons Movie): "I just can't!"
Lacking commit privileges. Maybe someone else "can".
Bernhard (Reiter, not Roider, for that matter)
ot of the most readable
> kind) for such a mundane task.
Agree, in principle. Still, I don't know if I could do it much more
lucidly just using qt's string functions.
> Also, the code does not get the case
>\\%comment
> right.
See attached; it now does get even number
That was a little misleading. To recap:
Currently, the character *before the percent sign* is incorrectly greyed
out. That's what my patch fixes. It still leaves the percent sign (and
comment) greyed out.
Bernhard Reiter
Am Freitag, den 23.11.2007, 13:17 +0100 schrieb Bernhard Reiter:
ATM, in the source view (eg in the preamble), the last character before
a comment (ie percent sign) is greyed out as if part of the comment. The
attached patch should fix this behavior.
Bernhard Reiter
Index: src/frontends/qt4/LaTeXHighlighter.cpp
LyX isn't listed on http://code.google.com/soc - does that mean it
wasn't accepted as mentoring organisation or does that have to do with
the recently unreachable server?
Bernhard
Even if i'm one of the few people seemingly still interested in a gtk
frontend, i don't have much time to work on it right now - but i wanted
at least to make the branch compile again (though right now lyx-gtk
segfaults right after startup)... just ignore it if you feel you'Re too
busy with 1.5 rig
Hi everybody,
I've posted this once already; it didn't receive any attention, but it
would be real shame if this passed unnoticed given the generally assumed
lack of manpower for LyX.
Google are having their Summer of Code again this year; briefly spoken,
they're paying students to work on open
On a side note, speaking of doing paid work for LyX:
http://google-code-updates.blogspot.com/2007/02/speaking-of-summer.html
Maybe some sub-projects lend themselves to something like that?
Bernhard
Am Sonntag, den 04.02.2007, 00:49 + schrieb John Levon:
> On Sat, Feb 03, 2007 at 11:26:56PM
or is it just me not having found it yet?
Bernhard Reiter
Added naustrian in lib/languages; plus, AFAIK, the austrian locale is
de_AT, not de_AU (australian german, maybe?:)
Bernhard
Index: lib/languages
===
--- lib/languages (Revision 13613)
+++ lib/languages (Arbeitskopie)
@@ -2,7 +2,8 @
Am Dienstag, den 11.04.2006, 12:48 +0200 schrieb Jean-Marc Lasgouttes:
> Is there a reason why getTemplateFilters does not return a
> FileFiltersList?
I didn't want to #include "support/filefilterlist.h" from
ControlExternal.h (by introducing the FileFilterList type). This
argument lacks credibil
Sorry about the delay, that's been some quite busy weeks.
This required two or so pretty trivial changes two the controller and
GtkLengthEntry. Hopefully everything's fine.
Bernhard
Log:
src/frontends/gtk/
* GExternal.[Ch], glade/external.glade: Add the External dialog
* Dialogs.C, Makefile.am,
Has anyone had a look at this one?
quote:
(In ControlThesaurus.C)
> as far as i can see, only the current occurence of oldstr_ is
> replaced...
> assigning oldstr_ = newstr afterwards solves the problem if there is
> only one occurence of oldstr_, but is not sufficient if there are more
> than o
> As I did again some tweaking to the citation dialog (set some shortcut
> targets correctly, added 3 or so new shortcuts and improved the
> "bc().valid()" behavior [any synonym for that?] once again...)
Here's what's missing: "...I again attach a little patch"
Bernhard
Index: ./src/frontends/gt
Am Freitag, den 27.01.2006, 09:57 + schrieb John Spray:
> Am Freitag, den 27.01.2006, 02:06 +0100 schrieb Bernhard Reiter:
> > yet another (very small) one. this time no screenie attached.
>
> Eine angenehme Überraschung!
>
> I've committed this
yet another (very small) one. this time no screenie attached.
Bernhard
GBranch.tgz
Description: application/compressed-tar
Am Freitag, den 20.01.2006, 16:50 + schrieb John C. Spray:
> On Fri, 2006-01-20 at 14:45 +0100, Bernhard Reiter wrote:
> > New year, new dialogs! Comments highly requested.
>
> You seem to have forgotten to send the .glade file!
damnit. always the same. but as I've disco
Clicking the apply button in the citation dialog makes the contents of
the Selected listbox, the Style and Info fields vanish and throws a
NoRepeatedApplyReadOnlyPolicy: No transition for input 3 from state 2
message. (However, changes are at least performed.)
Changing the policy in src/frontend
> Fictive example: The string "&Print" needs the translation "&Drucken" in
> xforms and "D&rucken" in qt.
>
> This string could be duplicated as follows, using the machinery for ambigous
> translations:
>
> originaltranslation
> &Print[[xforms]]&Drucken
> &Print[[qt]]D&ruc
first things first...
> One thing before I move on to the code. Can I have your formal agreement
> that you agree to licence your contributions under the terms of the GNU
> General Public Licence (GPL) version 2 or later? It's enough to reply to
> this mail. I'll add a reference to your "yes" to
being one of those apparently sometimes popping-by gtk afficionado lyx
users and trying to get myself in touch with the gtk part of the lyx
sources, i spent sunday evening putting together the thesaurus dialog
for gtk. this is my first contact with both the lyx sources and gtk
programming (and in f
as bo peng earlier wrote,
cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs update
Fatal error, aborting.
anoncvs: no such user
there seems to be no anoncvs user at your new cvs server yet. could you
create such an account for people like me to peek into lyx deveopment?
--bernie
34 matches
Mail list logo