Andre Poenitz <[EMAIL PROTECTED]> writes:
| On Thu, May 31, 2007 at 10:08:18PM +0200, Lars Gullik Bjønnes wrote:
| > Richard Heck <[EMAIL PROTECTED]> writes:
| >
| > | Andre Poenitz wrote:
| > | > On Thu, May 31, 2007 at 09:12:56PM +0200, Peter Kümmel wrote:
| > | >
| > | >>> I tried to do someth
On Thu, May 31, 2007 at 10:08:18PM +0200, Lars Gullik Bjønnes wrote:
> Richard Heck <[EMAIL PROTECTED]> writes:
>
> | Andre Poenitz wrote:
> | > On Thu, May 31, 2007 at 09:12:56PM +0200, Peter Kümmel wrote:
> | >
> | >>> I tried to do something like this so I didn't have the same code in two
> | >
On Thu, May 31, 2007 at 04:02:42PM -0400, Richard Heck wrote:
> Andre Poenitz wrote:
> >On Thu, May 31, 2007 at 09:12:56PM +0200, Peter Kümmel wrote:
> >
> >>>I tried to do something like this so I didn't have the same code in two
> >>>places:
> >>>QModelIndex & QCitationDialog::getSelectedIndex(
On Thu, May 31, 2007 at 04:01:32PM -0400, Richard Heck wrote:
> Peter Kümmel wrote:
> >Richard Heck wrote:
> >
> >>I tried to do something like this so I didn't have the same code in two
> >>places:
> >>QModelIndex & QCitationDialog::getSelectedIndex(QListView *) {
> >> QModelIndexList const sel
Richard Heck <[EMAIL PROTECTED]> writes:
| Andre Poenitz wrote:
| > On Thu, May 31, 2007 at 09:12:56PM +0200, Peter Kümmel wrote:
| >
| >>> I tried to do something like this so I didn't have the same code in two
| >>> places:
| >>> QModelIndex & QCitationDialog::getSelectedIndex(QListView *) {
| >
Andre Poenitz wrote:
On Thu, May 31, 2007 at 09:12:56PM +0200, Peter Kümmel wrote:
I tried to do something like this so I didn't have the same code in two
places:
QModelIndex & QCitationDialog::getSelectedIndex(QListView *) {
QModelIndexList const selIdx =
availableLV->selectionMode
Peter Kümmel wrote:
Richard Heck wrote:
I tried to do something like this so I didn't have the same code in two
places:
QModelIndex & QCitationDialog::getSelectedIndex(QListView *) {
QModelIndexList const selIdx =
availableLV->selectionModel()->selectedIndexes();
if (selIdx.em
On Thu, May 31, 2007 at 09:12:56PM +0200, Peter Kümmel wrote:
> > I tried to do something like this so I didn't have the same code in two
> > places:
> > QModelIndex & QCitationDialog::getSelectedIndex(QListView *) {
> > QModelIndexList const selIdx =
> > availableLV->selectionModel()->se
Richard Heck wrote:
>
> Still seeking comment on this patch, or permission to commit.
>
> =
>
> The attached patch addresses these bugs
> http://bugzilla.lyx.org/show_bug.cgi?id=3741
> http://bugzilla.lyx.org/show_bug.cgi?id=3756
> in a way that is compatible with earlier discussion with A