sheets: Can't open CSV files with 'Not implemented' error box

2015-04-06 Thread Rex Dieter
Can someone look at or at least comment on https://bugs.kde.org/show_bug.cgi?id=344718 where calligrasheets in 2.9.0 and 2.9.1 (haven't tested 2.9.2 myself yet) seems to not be able to open/import csv files anymore. I'm hesitant to push this as an update to calligra-2.8.x for fedora 21 with thi

Re: sheets: Can't open CSV files with 'Not implemented' error box

2015-04-06 Thread Rex Dieter
Tomas Mecir wrote: > Okay, fix is in on the 2.9 branch, you can wait for the next bugfix > release or patch it up against the latest release. Thank you. -- Rex ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinf

bundled kdchart, differences with upstream kdchart 2.4.2

2011-07-14 Thread Rex Dieter
Hi, I'm working on fedora packaging, building a standalone kdchart (so far so good), and trying to get calligra to use it. except kdchart 2.4.2 (see http://www.kdab.com/news/249-kd-chart-update-released) doesn't seem to include some pieces that calligra's embedded copy does, in particular, KDC

Re: packaging feedback

2011-12-01 Thread Rex Dieter
Cyrille Berger Skott wrote: > That said, it is a private > library, but I don't think cmake has a way to prevent installation of .so > symlinks. Turns out there is, using cmake's NAMELINK_SKIP magic: install(TARGETS foo ${INSTALL_TARGETS_DEFAULT_ARGS} LIBRARY NAMELINK_SKIP) -- rex

Review Request: FindEigen2.cmake: use pkgconfig hints

2012-10-24 Thread Rex Dieter
+ calligra-2.5.90 build. Thanks, Rex Dieter ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: Missing dependency check in

2012-10-27 Thread Rex Dieter
Cyrille Berger Skott wrote: > On Thursday 25 Oct 2012, Thorsten Zachmann wrote: >> seems like we are not checking for the dependency on >> >> libphononexperimental-dev > > On a side note, depending on phonon experimental is probably a bad idea, I > am a bit skeptical whether distributions are go

mixing double and qreal types

2014-02-10 Thread Rex Dieter
FYI, calligra-2.7.92 fails to build on arm platform (where qreal != double). I think it comes from this commit: https://projects.kde.org/projects/calligra/repository/revisions/3b54859a0514fc215cb9c46fc17acd13d2f700be Please be careful mixing double and qreal types. Thanks. I'll try to help w

Re: mixing double and qreal types

2014-02-11 Thread Rex Dieter
Rex Dieter wrote: > FYI, > > calligra-2.7.92 fails to build on arm platform (where qreal != double). > > I think it comes from this commit: > > https://projects.kde.org/projects/calligra/repository/revisions/3b54859a0514fc215cb9c46fc17acd13d2f700be > > Please b

Re: mixing double and qreal types

2014-02-12 Thread Rex Dieter
Rex Dieter wrote: > FYI, > > calligra-2.7.92 fails to build on arm platform (where qreal != double). > > I think it comes from this commit: > > https://projects.kde.org/projects/calligra/repository/revisions/3b54859a0514fc215cb9c46fc17acd13d2f700be > > Please b

Re: mixing double and qreal types

2014-02-14 Thread Rex Dieter
Rex Dieter wrote: > Rex Dieter wrote: > >> FYI, >> >> calligra-2.7.92 fails to build on arm platform (where qreal != double). ... > OK, that initial one wasn't good enough, but this one at least compiles: > > http://pkgs.fedoraproject.org/cgit/calligr