On Fri, Jan 3, 2014 at 12:58 PM, Fernando Della Torre
<[email protected]>wrote:
> Hi Fred! Congratulations for the job! Drag and Drop is going to make my
> user's life much easier.
>
> About the rdlibrary and rdlogedit issue, here on my Ubuntu 12.04 + xfce
> compiled from source, I'm having exactly the same behaviour. If I drop it
> bellow the "end of log" line it crashes as described.
>
Or, if you do not want to target a specific item but the entire listview
and add to top:
--- cvs/rivendell_v2_branch/
rdlogedit/drop_listview.cpp 2013-12-28 00:12:28.000000000 +0200
+++ rivendell_v2_branch/rdlogedit/drop_listview.cpp 2014-01-03
19:40:44.000000000 +0200
@@ -43,7 +43,7 @@
void DropListView::dropEvent(QDropEvent *e)
{
RDLogLine ll;
- int line=-1;
+ int line=0;
QPoint pos(e->pos().x(),e->pos().y()-header()->sectionRect(0).height());
if(RDCartDrag::decode(e,&ll)) {
On Fri, Jan 3, 2014 at 7:41 PM, Andres Vahter <[email protected]>wrote:
>
> On Fri, Jan 3, 2014 at 12:58 PM, Fernando Della Torre <[email protected]
> > wrote:
>
>> Hi Fred! Congratulations for the job! Drag and Drop is going to make my
>> user's life much easier.
>>
>> About the rdlibrary and rdlogedit issue, here on my Ubuntu 12.04 + xfce
>> compiled from source, I'm having exactly the same behaviour. If I drop it
>> bellow the "end of log" line it crashes as described.
>>
>
> Or, if you do not want to target a specific item but the entire listview
> and add to top:
>
> --- cvs/rivendell_v2_branch/rdlogedit/drop_listview.cpp 2013-12-28
> 00:12:28.000000000 +0200
> +++ rivendell_v2_branch/rdlogedit/drop_listview.cpp 2014-01-03
> 19:40:44.000000000 +0200
> @@ -43,7 +43,7 @@
> void DropListView::dropEvent(QDropEvent *e)
> {
> RDLogLine ll;
> - int line=-1;
> + int line=0;
> QPoint pos(e->pos().x(),e->pos().y()-header()->sectionRect(0).height());
>
> if(RDCartDrag::decode(e,&ll)) {
>
>
>
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev