Robby Stephenson | 8 May 20:31
Gravatar

Tellico has moved to kdereview

Hi,

I just moved Tellico from KDE playground to the kdereview module. I hope to 
get it reviewed and then moved into extragear/office. (I hope I didn't mess 
anything up during the move, I still get nervous messing with the svn 
structure.)

Tellico is a collections manager, useful for books, movies, music, and a 
bunch of other types. I've been developing it since 2001, but just recently 
moved it into KDE's svn. It's fully ported to KDE4, with no lingering 
qt3support issues.

Up to now, Tellico was licensed under GPL2 only. Hoever, it has been 
recently relicensed under GPL2+GPL3+e.v. with the concurrence of everyone 
listed in the Copyright notices, to comply with the KDE svn requirements.

Tellico has full documentation, which was also moved into the kdereview/doc 
area. 

One issue right now is that Tellico doesn't make much use of the new KUIT 
style of i18n for gui elements. I've been updating them as I go, but I don't 
plan to make that a critical issue right now.

I've run through most of the krazy2 checks, and I'm working on getting a 
good .krazy file setup.

The biggest bug right now is that the newstuff implementation doesn't work 
quite right because of the updated newstuff2 classes. Since I wanted to get 
Tellico settled into its new home in extragear, I decided to work on that as 
I go. There's also a warning about a slot connection at start-up, sorry, I 
(Continue reading)

Pau Garcia i Quiles | 14 May 16:40
Favicon

Re: Tellico has moved to kdereview

Hello,

I have been using it for a while on two computers:
- KDE 4.2.2 + Qt 4.5.1 (Kubuntu Jaunty)
- KDE trunk + qtcopy (Kubuntu Hardy)

Tellico crashes on both of them when I try to export to HTML and when
I try to print.

On Fri, May 8, 2009 at 8:31 PM, Robby Stephenson <robby@...> wrote:
> Hi,
>
> I just moved Tellico from KDE playground to the kdereview module. I hope to
> get it reviewed and then moved into extragear/office. (I hope I didn't mess
> anything up during the move, I still get nervous messing with the svn
> structure.)
>
> Tellico is a collections manager, useful for books, movies, music, and a
> bunch of other types. I've been developing it since 2001, but just recently
> moved it into KDE's svn. It's fully ported to KDE4, with no lingering
> qt3support issues.
>
> Up to now, Tellico was licensed under GPL2 only. Hoever, it has been
> recently relicensed under GPL2+GPL3+e.v. with the concurrence of everyone
> listed in the Copyright notices, to comply with the KDE svn requirements.
>
> Tellico has full documentation, which was also moved into the kdereview/doc
> area.
>
> One issue right now is that Tellico doesn't make much use of the new KUIT
(Continue reading)

Pau Garcia i Quiles | 14 May 16:41
Favicon

Re: Adding a new data source

On Fri, Apr 24, 2009 at 3:42 AM, Robby Stephenson <robby@...> wrote:
> On Thursday 23 April 2009, Pau Garcia i Quiles wrote:
>> On Sat, Apr 18, 2009 at 3:19 AM, Robby Stephenson <robby@...>
> wrote:
>> > You're in luck. That one is already available. If you open up the
>> > config dialog Data Source->New, it should be available in there.
>> >
>> > It's not working exactly for the kde4 version yet...
>>
>> I have installed it using the "donwload" button but I cannot find it
>> anywhere in Data Source -> New :-?
>>
>> (I'm using the KDE4 version, built from trunk)
>
> Like I said, it doesn't work in the KDE4 version yet.

What's missing for it to work in the kdereview version?

--

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
Robby Stephenson | 14 May 20:34
Gravatar

Re: Adding a new data source

On Thursday 14 May 2009, you wrote:
> On Fri, Apr 24, 2009 at 3:42 AM, Robby Stephenson <robby@...> 
wrote:
> > On Thursday 23 April 2009, Pau Garcia i Quiles wrote:
> >> On Sat, Apr 18, 2009 at 3:19 AM, Robby Stephenson
> >> <robby@...>
> >
> > wrote:
> >> > You're in luck. That one is already available. If you open up the
> >> > config dialog Data Source->New, it should be available in there.
> >> >
> >> > It's not working exactly for the kde4 version yet...
> >>
> >> I have installed it using the "donwload" button but I cannot find it
> >> anywhere in Data Source -> New :-?
> >>
> >> (I'm using the KDE4 version, built from trunk)
> >
> > Like I said, it doesn't work in the KDE4 version yet.
>
> What's missing for it to work in the kdereview version?

I fixed it last week to show up in the list properly. But the script doesn't 
seem to work right now. I haven't done any further investigation.

Robby
Robby Stephenson | 14 May 20:37
Gravatar

Re: Tellico has moved to kdereview

On Thursday 14 May 2009, Pau Garcia i Quiles wrote:
> Hello,
>
> I have been using it for a while on two computers:
> - KDE 4.2.2 + Qt 4.5.1 (Kubuntu Jaunty)
> - KDE trunk + qtcopy (Kubuntu Hardy)
>
> Tellico crashes on both of them when I try to export to HTML and when
> I try to print.

Can you give me a little more to work with, like explicit steps to 
reproduce, type/size of collection? I haven't had any crashes like that.

The printing uses the HTML export, so it makes sense that it would crash if 
the HTML export did.

Robby
Sandor Bodo-Merle | 14 May 23:56
Picon

Re: Tellico has moved to kdereview

Hi,

i can confirm the crash - and before going to sleep, just made a bt (i hope it helps pinning the problem):

gdb) c                                                  
Continuing.                                              

Program received signal SIGSEGV, Segmentation fault.
0x000000000061f23a in Tellico::EntryModel::headerData (this=<value optimized out>, section_=<value optimized out>, orientation_=Qt::Horizontal, role_=0)
    at /home/SRC/tellico-git/src/models/entrymodel.cpp:57                                                                                              
57        return m_fields.at(section_)->title();
(gdb) bt
#0  0x000000000061f23a in Tellico::EntryModel::headerData (this=<value optimized out>, section_=<value optimized out>, orientation_=Qt::Horizontal, role_=0)
    at /home/SRC/tellico-git/src/models/entrymodel.cpp:57
#1  0x00007fb6fe2f7a1a in QAbstractProxyModel::headerData () from /usr/lib/libQtGui.so.4
#2  0x00007fb6fe2fd7a3 in QSortFilterProxyModel::headerData () from /usr/lib/libQtGui.so.4
#3  0x0000000000472835 in Tellico::DetailedListView::sortColumnTitle2 (this=0x22dc3b0) at /home/SRC/tellico-git/src/detailedlistview.cpp:414
#4  0x000000000046d583 in Tellico::Controller::sortTitles (this=0x22347b0) at /home/SRC/tellico-git/src/controller.cpp:104
#5  0x00000000004972dc in Tellico::ExportDialog::exporter (format_=<value optimized out>) at /home/SRC/tellico-git/src/exportdialog.cpp:178
#6  0x0000000000497804 in ExportDialog (this=0x7fff4ca2b820, format_=Tellico::Export::HTML, coll_=<value optimized out>, parent_=<value optimized out>)
    at /home/SRC/tellico-git/src/exportdialog.cpp:61
#7  0x00000000004d254f in Tellico::MainWindow::slotFileExport (this=0x2233c40, format_=4) at /home/SRC/tellico-git/src/mainwindow.cpp:1732
#8  0x00000000004d2c24 in Tellico::MainWindow::qt_metacall (this=0x2233c40, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fff4ca2bb00)
    at /home/SRC/tellico-git/builds/debbuild/src/mainwindow.moc:195




On Thu, May 14, 2009 at 8:37 PM, Robby Stephenson <robby-9lFPeden07UgsBAKwltoeQ@public.gmane.org> wrote:
On Thursday 14 May 2009, Pau Garcia i Quiles wrote:
> Hello,
>
> I have been using it for a while on two computers:
> - KDE 4.2.2 + Qt 4.5.1 (Kubuntu Jaunty)
> - KDE trunk + qtcopy (Kubuntu Hardy)
>
> Tellico crashes on both of them when I try to export to HTML and when
> I try to print.

Can you give me a little more to work with, like explicit steps to
reproduce, type/size of collection? I haven't had any crashes like that

The printing uses the HTML export, so it makes sense that it would crash if
the HTML export did.

Robby

_______________________________________________
tellico-users mailing list
tellico-users-UcXCGay8unrLUCBxx8PZdg@public.gmane.orgl.com
http://forge.novell.com/mailman/listinfo/tellico-users

_______________________________________________
tellico-users mailing list
tellico-users@...
http://forge.novell.com/mailman/listinfo/tellico-users
Robby Stephenson | 15 May 02:43
Gravatar

Re: Tellico has moved to kdereview

On Thursday 14 May 2009, Sandor Bodo-Merle wrote:
> Hi,
>
> i can confirm the crash - and before going to sleep, just made a bt (i
> hope it helps pinning the problem):

Perfect, that helps immensely. I can't verify it, but looks like I just 
needed to check a lower bound on the index there. I just checked in a fix, 
if you or Pau could verify, I'd appreciate it.

Robby
Pau Garcia i Quiles | 15 May 10:07
Favicon

Re: Tellico has moved to kdereview

On Fri, May 15, 2009 at 2:43 AM, Robby Stephenson <robby@...> wrote:
> On Thursday 14 May 2009, Sandor Bodo-Merle wrote:
>> Hi,
>>
>> i can confirm the crash - and before going to sleep, just made a bt (i
>> hope it helps pinning the problem):
>
> Perfect, that helps immensely. I can't verify it, but looks like I just
> needed to check a lower bound on the index there. I just checked in a fix,
> if you or Pau could verify, I'd appreciate it.

It works fine now, thank you!

--

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
threerandot | 18 May 18:56
Picon
Favicon

Problems with Tellico in Mint 6


I am having some trouble with Tellico in Mint 6. I do realize that this may
be due to the fact that Tellico was designed for KDE 3 and not KDE 4 which
is in Mint 6. I have installed Mint 6 inside windows. I really like the way
I can dual boot Windows XP or Mint 6.

I am having a few problems however. 

1) When I want to add an image to the entry field, I cannot get a preview.
2) When I want to open an image in an entry, it opens in Firefox. I have
attempted to configure Mint 6 so images will open in Image Viewer, but this
doesn't seem to be working.
3) I cannot get some fields for certain entries to show up in the left
column.

Has anyone else here started using Mint 6 and had these problems? Is it Mint
6 and KDE 4 to blame, or is there some way I can fix these issues? 

Thanks.
Shawn 
--

-- 
View this message in context: http://www.nabble.com/Problems-with-Tellico-in-Mint-6-tp23601359p23601359.html
Sent from the Tellico mailing list archive at Nabble.com.
Kees | 21 May 10:44
Picon

bar code scanning

I read on somewhere that tellico can use my webcam to read bar codes, 
but I can not work out how to do that. Can you please help me out with 
that. I am using kubuntu jaunty on an amd64 platform.

Thanks,

Kees

Gmane