|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
Tellico has moved to kdereviewHi,
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 need to clean that up. Other than that, I don't know of any lingering problems right now. I'd appreciate feedback from anyone who evaluates Tellico, and of course, bug reports as you come across issues. I think this starts the 2-week evaluation period. Thanks everyone! Robby _______________________________________________ tellico-users mailing list tellico-users@... http://forge.novell.com/mailman/listinfo/tellico-users |
|
|
Re: Tellico has moved to kdereviewHello,
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 > 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 > need to clean that up. Other than that, I don't know of any lingering > problems right now. > > I'd appreciate feedback from anyone who evaluates Tellico, and of course, > bug reports as you come across issues. I think this starts the 2-week > evaluation period. > > Thanks everyone! > Robby > _______________________________________________ > tellico-users mailing list > tellico-users@... > http://forge.novell.com/mailman/listinfo/tellico-users > -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) _______________________________________________ tellico-users mailing list tellico-users@... http://forge.novell.com/mailman/listinfo/tellico-users |
|
|
Re: Tellico has moved to kdereviewOn 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@... http://forge.novell.com/mailman/listinfo/tellico-users |
|
|
Re: Tellico has moved to kdereviewHi,
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@...> wrote:
_______________________________________________ tellico-users mailing list tellico-users@... http://forge.novell.com/mailman/listinfo/tellico-users |
|
|
Re: Tellico has moved to kdereviewOn 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 _______________________________________________ tellico-users mailing list tellico-users@... http://forge.novell.com/mailman/listinfo/tellico-users |
|
|
Re: Tellico has moved to kdereviewOn 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) _______________________________________________ tellico-users mailing list tellico-users@... http://forge.novell.com/mailman/listinfo/tellico-users |
|
|
Tellico has moved from kdereview to extragear/officeHi everyone,
I just moved Tellico from kdereview into extragear/office. It's a been a little more than 2 weeks since I moved it from playground into kdereview. I appreciate the feedback I received, and I was able to fix a crashing bug, several i18n issues, and update some docbook files. I've got a bit more work to do to get ready for Tellico's first release for KDE4, but I appreciate the opportunity to use the KDE svn infrastructure for hosting the code. I'm looking forward to being a part of the extragear module. Can someone on the release-team or who is more knowledgeable take care of moving the relevant i18n or l10n files, please? And if I messed anything up during the move, I apologize. Please let me know... Again, homepage is http://periapsis.org/tellico/ if anyone wants more info. Thanks! Robby _______________________________________________ tellico-users mailing list tellico-users@... http://forge.novell.com/mailman/listinfo/tellico-users |
|
|
Re: Tellico has moved from kdereview to extragear/officeOn Thu, May 28, 2009 at 8:49 AM, Robby Stephenson <robby@...> wrote: Hi everyone, Great.
_______________________________________________ tellico-users mailing list tellico-users@... http://forge.novell.com/mailman/listinfo/tellico-users |
|
|
Re: Tellico has moved from kdereview to extragear/officeA Dijous, 28 de maig de 2009, Robby Stephenson va escriure:
> Hi everyone, > > I just moved Tellico from kdereview into extragear/office. It's a been a > little more than 2 weeks since I moved it from playground into kdereview. I > appreciate the feedback I received, and I was able to fix a crashing bug, > several i18n issues, and update some docbook files. > > I've got a bit more work to do to get ready for Tellico's first release for > KDE4, but I appreciate the opportunity to use the KDE svn infrastructure > for hosting the code. I'm looking forward to being a part of the extragear > module. > > Can someone on the release-team or who is more knowledgeable take care of > moving the relevant i18n or l10n files, please? Pino did the i18n move. Albert > And if I messed anything up > during the move, I apologize. Please let me know... > > Again, homepage is http://periapsis.org/tellico/ if anyone wants more info. > > Thanks! > Robby _______________________________________________ tellico-users mailing list tellico-users@... http://forge.novell.com/mailman/listinfo/tellico-users |
| Free embeddable forum powered by Nabble | Forum Help |