Re: [RDD] Rivendell 2.6.1

2014-01-03 Thread Fred Gleason
On Jan 2, 2014, at 18:30 55, Rüdiger  wrote:

> Any time i drag a card from rdlibrary to an empty log rdlogedit is crashing. 
> After that is happen, i can open rdairplay or another modul,
> and try to drag another track to rdairplay (rdcardslot...). Then rdlibrary 
> will crash. But only when it has killed rdlogedit before...!

Fixed in CVS-v2_branch.

Cheers!


|-|
| Frederick F. Gleason, Jr. |   Chief Developer   |
|   |   Paravel Systems   |
|-|
|  It is difficult to produce a television documentary that is both   |
|  incisive and probing when every twelve minutes one is interrupted by   |
|  twelve dancing rabbits singing about toilet paper. |
|   -- Rod Serling|
|-|

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell 2.6.1

2014-01-03 Thread Andres Vahter
On Fri, Jan 3, 2014 at 12:58 PM, Fernando Della Torre
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.cpp2013-12-28 00:12:28.0 +0200
+++ rivendell_v2_branch/rdlogedit/drop_listview.cpp2014-01-03
19:40:44.0 +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 wrote:

>
> On Fri, Jan 3, 2014 at 12:58 PM, Fernando Della Torre  > 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.cpp2013-12-28
> 00:12:28.0 +0200
> +++ rivendell_v2_branch/rdlogedit/drop_listview.cpp2014-01-03
> 19:40:44.0 +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
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell 2.6.1

2014-01-03 Thread Andres Vahter
On Fri, Jan 3, 2014 at 12:58 PM, Fernando Della Torre
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.
>

'​cartDropped(line,&ll)​' is emmited even if 'item==NULL'

​--- cvs/rivendell_v2_branch/rdlogedit/drop_listview.cpp2013-12-28
00:12:28.0 +0200
+++ rivendell_v2_branch/rdlogedit/drop_listview.cpp2014-01-03
18:18:08.0 +0200
@@ -50,7 +50,7 @@
 RDListViewItem *item=(RDListViewItem *)itemAt(pos);
 if(item!=NULL) {
   line=item->text(13).toInt();
-}
 emit cartDropped(line,&ll);
   }
 }
+}
​
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell 2.6.1

2014-01-03 Thread Fernando Della Torre
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.

Only one doubt about the new feature.

Inside RDAirplay, if I drag a log event to some other position on the same
log it creates a copy of that event instead of moving it. Is it normal?

Again, thanks for the developing! It's being great!

Cheers,


Fernando Della Torre

+55 (16) 98137-1240
+55 (16) 99137-2886



2014/1/2 Rüdiger 

> On 02.01.2014 16:12, Fred Gleason wrote:
>
>> On behalf of the entire Rivendell development team, I'm pleased to
>> announce the availability of Rivendell v2.6.1.  Rivendell is a
>> full-featured radio automation system targeted for use in professional
>> broadcast environments. It is available under the GNU General Public
>> License.
>>
>>  From the NEWS file:
>> *** snip snip ***
>> Changes:
>> Drag and Drop.  Added the ability to drag and drop carts within and
>> between Rivendell modules.
>>
>
> Drag and Drop... very good.
>
> But one problem on my Ubuntu 12.04 system. Compiled from source...
>
> D&D is running very well between the moduls except rdlogedit.
> Any time i drag a card from rdlibrary to an empty log rdlogedit is
> crashing. After that is happen, i can open rdairplay or another modul,
> and try to drag another track to rdairplay (rdcardslot...). Then rdlibrary
> will crash. But only when it has killed rdlogedit before...!
>
>
> --
> --
>
> Ruediger
>
> Radio Ostfriesland Techniksupport Automation
>
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell 2.6.1

2014-01-02 Thread Karl Koscher
You want libjack-jackd2-dev. Jack 1 and Jack 2 don't really co-exist,
although the jack2 is backwards compatible with apps developed for jack1.


On Thu, Jan 2, 2014 at 4:00 PM, Richard Gorbutt  wrote:

> I can confirm same issue on Linux Mint Maya. I can narrow it down a bit.
>
> In an empty log, if you drop the cart on the "--- end of log ---" marker
> or above, it is fine, drop the cart below that line (even if the log does
> now contain carts) and poof, away it goes. "Segmentation Fault". The any
> other drag from rdlibrary will kill rdlibrary as soon as you drop.
>
> That said, for a .x.1 minor update, the Drag and Drop is to me, a 2.7
> really. A fantastic change to workflow for the better. Many thanks Fred and
> team. You have made my life a lot easier for setting up logs, panels etc.
>
> Now a question for Linux guru's (I'm getting better at it all the time).
>
> I'm using the Mint version based on Ubuntu 12.04 LTS and I decided to
> compile 2.6.1 and when I added all the dependencies, when it got to
> libjack-dev, it needed to uninstall jackd, jack2 & qjackctl!!! After
> compiling and installing, I re-added my Jack stuff back and had to unistall
> libjack-dev!!! In previous linux editions I've never had that happen. Any
> thoughts why?
>
> Much appreciated, Richard
>
>
>
>
> On Thu, Jan 2, 2014 at 6:30 PM, Rüdiger  wrote:
>
>> On 02.01.2014 16:12, Fred Gleason wrote:
>>
>>> On behalf of the entire Rivendell development team, I'm pleased to
>>> announce the availability of Rivendell v2.6.1.  Rivendell is a
>>> full-featured radio automation system targeted for use in professional
>>> broadcast environments. It is available under the GNU General Public
>>> License.
>>>
>>>  From the NEWS file:
>>> *** snip snip ***
>>> Changes:
>>> Drag and Drop.  Added the ability to drag and drop carts within and
>>> between Rivendell modules.
>>>
>>
>> Drag and Drop... very good.
>>
>> But one problem on my Ubuntu 12.04 system. Compiled from source...
>>
>> D&D is running very well between the moduls except rdlogedit.
>> Any time i drag a card from rdlibrary to an empty log rdlogedit is
>> crashing. After that is happen, i can open rdairplay or another modul,
>> and try to drag another track to rdairplay (rdcardslot...). Then
>> rdlibrary will crash. But only when it has killed rdlogedit before...!
>>
>>
>> --
>> --
>>
>> Ruediger
>>
>> Radio Ostfriesland Techniksupport Automation
>>
>> ___
>> Rivendell-dev mailing list
>> Rivendell-dev@lists.rivendellaudio.org
>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>
>
>
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell 2.6.1

2014-01-02 Thread Richard Gorbutt
Slight typo, correction.

After rdlogedit vanishes, Then any other drag from rdlibrary will kill
rdlibrary as soon as you *** start the drag*.

Cheers, Richard



On Thu, Jan 2, 2014 at 7:00 PM, Richard Gorbutt  wrote:

> I can confirm same issue on Linux Mint Maya. I can narrow it down a bit.
>
> In an empty log, if you drop the cart on the "--- end of log ---" marker
> or above, it is fine, drop the cart below that line (even if the log does
> now contain carts) and poof, away it goes. "Segmentation Fault". The any
> other drag from rdlibrary will kill rdlibrary as soon as you drop.
>
> That said, for a .x.1 minor update, the Drag and Drop is to me, a 2.7
> really. A fantastic change to workflow for the better. Many thanks Fred and
> team. You have made my life a lot easier for setting up logs, panels etc.
>
> Now a question for Linux guru's (I'm getting better at it all the time).
>
> I'm using the Mint version based on Ubuntu 12.04 LTS and I decided to
> compile 2.6.1 and when I added all the dependencies, when it got to
> libjack-dev, it needed to uninstall jackd, jack2 & qjackctl!!! After
> compiling and installing, I re-added my Jack stuff back and had to unistall
> libjack-dev!!! In previous linux editions I've never had that happen. Any
> thoughts why?
>
> Much appreciated, Richard
>
>
>
>
> On Thu, Jan 2, 2014 at 6:30 PM, Rüdiger  wrote:
>
>> On 02.01.2014 16:12, Fred Gleason wrote:
>>
>>> On behalf of the entire Rivendell development team, I'm pleased to
>>> announce the availability of Rivendell v2.6.1.  Rivendell is a
>>> full-featured radio automation system targeted for use in professional
>>> broadcast environments. It is available under the GNU General Public
>>> License.
>>>
>>>  From the NEWS file:
>>> *** snip snip ***
>>> Changes:
>>> Drag and Drop.  Added the ability to drag and drop carts within and
>>> between Rivendell modules.
>>>
>>
>> Drag and Drop... very good.
>>
>> But one problem on my Ubuntu 12.04 system. Compiled from source...
>>
>> D&D is running very well between the moduls except rdlogedit.
>> Any time i drag a card from rdlibrary to an empty log rdlogedit is
>> crashing. After that is happen, i can open rdairplay or another modul,
>> and try to drag another track to rdairplay (rdcardslot...). Then
>> rdlibrary will crash. But only when it has killed rdlogedit before...!
>>
>>
>> --
>> --
>>
>> Ruediger
>>
>> Radio Ostfriesland Techniksupport Automation
>>
>> ___
>> Rivendell-dev mailing list
>> Rivendell-dev@lists.rivendellaudio.org
>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>
>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell 2.6.1

2014-01-02 Thread Richard Gorbutt
I can confirm same issue on Linux Mint Maya. I can narrow it down a bit.

In an empty log, if you drop the cart on the "--- end of log ---" marker or
above, it is fine, drop the cart below that line (even if the log does now
contain carts) and poof, away it goes. "Segmentation Fault". The any other
drag from rdlibrary will kill rdlibrary as soon as you drop.

That said, for a .x.1 minor update, the Drag and Drop is to me, a 2.7
really. A fantastic change to workflow for the better. Many thanks Fred and
team. You have made my life a lot easier for setting up logs, panels etc.

Now a question for Linux guru's (I'm getting better at it all the time).

I'm using the Mint version based on Ubuntu 12.04 LTS and I decided to
compile 2.6.1 and when I added all the dependencies, when it got to
libjack-dev, it needed to uninstall jackd, jack2 & qjackctl!!! After
compiling and installing, I re-added my Jack stuff back and had to unistall
libjack-dev!!! In previous linux editions I've never had that happen. Any
thoughts why?

Much appreciated, Richard




On Thu, Jan 2, 2014 at 6:30 PM, Rüdiger  wrote:

> On 02.01.2014 16:12, Fred Gleason wrote:
>
>> On behalf of the entire Rivendell development team, I'm pleased to
>> announce the availability of Rivendell v2.6.1.  Rivendell is a
>> full-featured radio automation system targeted for use in professional
>> broadcast environments. It is available under the GNU General Public
>> License.
>>
>>  From the NEWS file:
>> *** snip snip ***
>> Changes:
>> Drag and Drop.  Added the ability to drag and drop carts within and
>> between Rivendell modules.
>>
>
> Drag and Drop... very good.
>
> But one problem on my Ubuntu 12.04 system. Compiled from source...
>
> D&D is running very well between the moduls except rdlogedit.
> Any time i drag a card from rdlibrary to an empty log rdlogedit is
> crashing. After that is happen, i can open rdairplay or another modul,
> and try to drag another track to rdairplay (rdcardslot...). Then rdlibrary
> will crash. But only when it has killed rdlogedit before...!
>
>
> --
> --
>
> Ruediger
>
> Radio Ostfriesland Techniksupport Automation
>
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell 2.6.1

2014-01-02 Thread Rüdiger

On 02.01.2014 16:12, Fred Gleason wrote:

On behalf of the entire Rivendell development team, I'm pleased to announce the 
availability of Rivendell v2.6.1.  Rivendell is a full-featured radio 
automation system targeted for use in professional broadcast environments. It 
is available under the GNU General Public License.

 From the NEWS file:
*** snip snip ***
Changes:
Drag and Drop.  Added the ability to drag and drop carts within and
between Rivendell modules.


Drag and Drop... very good.

But one problem on my Ubuntu 12.04 system. Compiled from source...

D&D is running very well between the moduls except rdlogedit.
Any time i drag a card from rdlibrary to an empty log rdlogedit is 
crashing. After that is happen, i can open rdairplay or another modul,
and try to drag another track to rdairplay (rdcardslot...). Then 
rdlibrary will crash. But only when it has killed rdlogedit before...!



--
--

Ruediger

Radio Ostfriesland Techniksupport Automation
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Rivendell 2.6.1

2014-01-02 Thread Fred Gleason
On behalf of the entire Rivendell development team, I'm pleased to announce the 
availability of Rivendell v2.6.1.  Rivendell is a full-featured radio 
automation system targeted for use in professional broadcast environments. It 
is available under the GNU General Public License.

>From the NEWS file:
*** snip snip ***
Changes:
   Drag and Drop.  Added the ability to drag and drop carts within and
   between Rivendell modules.

   Useability Tweaks.  Modified UI behavior to improve ease of use for
   SoundPanels and RDLibrary.  See the ChangeLog for details.

   Multiple bug fixes.  See the ChangeLog for details.

Database Update:
   This version of Rivendell uses database schema version 224, and will
   automatically upgrade any earlier versions.  To see the current schema
   version prior to upgrade, see RDAdmin->SystemInfo.

   As always, be sure to run RDAdmin immediately after upgrading to allow 
   any necessary changes to the database schema to be applied.
*** snip snip ***

Further information, screenshots and download links are available at:

http://www.rivendellaudio.org/

Cheers!


|-|
| Frederick F. Gleason, Jr. |   Chief Developer   |
|   |   Paravel Systems   |
|-|
|   A successful tool is one that was used to do something undreamed of   |
|   by its author.|
|-- S.C. Johnson  |
|-|

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev