Tellico failing CI with exiv2 error

2023-07-06 Thread Robby Stephenson
Hi all, Can anyone help with a failing CI test for Tellico? It just started recently, and looks to be due to kfilemetadata not finding the libexiv2 library. I'm not sure what might have changed. Nothing in recent Tellico commits seems to be related. >From https://invent.kde.org/office/tellico/-/j

Re: drag/drop into dolphin window - help?

2021-11-11 Thread Robby Stephenson
On Thu, Nov 11, 2021 at 11:21 AM David Hurka wrote: > > From debugging, it looks like the QMimeData inside the KIO::DropJob has > > zero bytes for any data requested which is why the file is never created. > > But now I'm at a dead-end - can anyone give me a pointer or suggestion as > > to why th

Re: drag/drop into dolphin window - help?

2021-11-11 Thread Robby Stephenson
Hi Ahmad, On Thu, Nov 11, 2021 at 2:47 AM Ahmad Samir wrote: > On 11/11/21 04:17, Robby Stephenson wrote: > > I made a short test case in > https://invent.kde.org/rstephenson/dragdroptest > > where I essentially show a widget that creates a QDrag object with image > >

drag/drop into dolphin window - help?

2021-11-10 Thread Robby Stephenson
Hi all, I wonder if someone might be able to help figure out what I'm doing wrong with regard to dragging and dropping an image into a dolphin window, trying to get it saved as a new file. I've been using this code in Tellico, and I'm pretty sure it used to work a while ago, but I'm not sure when

Re: libkonq release? I'm missing the favicons interface

2016-02-06 Thread Robby Stephenson
On Sat, Feb 6, 2016 at 10:21 AM, David Faure wrote: > On Tuesday 22 December 2015 21:22:15 Robby Stephenson wrote: > > Bringing in the small amount of code from libkonq/favicons to KIO seems > > like a feasible approach. I'm willing to test and fix bugs there, too. > >

Re: libkonq release? I'm missing the favicons interface

2015-12-22 Thread Robby Stephenson
On Tue, Dec 22, 2015 at 5:05 PM, Albert Astals Cid wrote: > El Monday 21 December 2015, a les 22:17:05, Robby Stephenson va escriure: > > Hi all, > > > > Tellico uses the org.kde.FavIcon DBus interface for showing some icons > > for websites that provide data APIs. Th

libkonq release? I'm missing the favicons interface

2015-12-21 Thread Robby Stephenson
Hi all, Tellico uses the org.kde.FavIcon DBus interface for showing some icons for websites that provide data APIs. The same interface appears to be used in KIO::favIconForUrl(). But unless I'm missing something, that interface is part of libkonq which is (yet) unreleased for KF5 and Konquero

Re: [Tellico-users] Merging Tellico frameworks branch into master

2015-08-01 Thread Robby Stephenson
On 07/27/2015 04:27 AM, Albert Astals Cid wrote: El Diumenge, 26 de juliol de 2015, a les 15:46:44, Robby Stephenson va escriure: Should I remove the frameworks branch altogether? What's the right way to do that, if so? Yes git push origin :frameworks You may not have enough permis

Re: [Tellico-users] Merging Tellico frameworks branch into master

2015-07-26 Thread Robby Stephenson
On 07/01/2015 08:47 PM, Robby Stephenson wrote: > I plan to merge the Tellico frameworks branch into master soon, > probably this weekend. The master branch is currently KDE4/Qt4 based, > so this is a change to requiring Qt5 and KDE frameworks. It took me longer than expected, b

Merging Tellico frameworks branch into master

2015-07-01 Thread Robby Stephenson
I plan to merge the Tellico frameworks branch into master soon, probably this weekend. The master branch is currently KDE4/Qt4 based, so this is a change to requiring Qt5 and KDE frameworks. I'm not sure what I may need to do to update the CI build information or any of the i18n setup. Please

Re: Is KF5::KCodecs::base64Encode now including a trailing newline?

2015-05-19 Thread Robby Stephenson
On Tue, May 19, 2015 at 2:17 AM, Daniel Vrátil wrote: > On Monday, May 18, 2015 07:32:54 PM Robby Stephenson wrote: > > In the process of porting Tellico to KF5, one of my unit tests that > > depends on KCodecs::base64Encode() started to fail. After poking at it a > > litt

Is KF5::KCodecs::base64Encode now including a trailing newline?

2015-05-18 Thread Robby Stephenson
Hi, In the process of porting Tellico to KF5, one of my unit tests that depends on KCodecs::base64Encode() started to fail. After poking at it a little bit, my impression is that KF5::KCodecs is including a newline at the end of the byte string, where the kdelibs4 version didn't. But it's la

Re: Help fixing a Tellico CSV bug

2014-04-21 Thread Robby Stephenson
On 4/17/2014 2:19 PM, Albert Astals Cid wrote: El Dimecres, 16 d'abril de 2014, a les 21:55:50, Robby Stephenson va escriure: On Wed, Apr 16, 2014 at 3:59 PM, Albert Astals Cid wrote: El Dimarts, 15 d'abril de 2014, a les 21:34:38, Robby Stephenson va Anyone else have th

Re: Help fixing a Tellico CSV bug

2014-04-16 Thread Robby Stephenson
On Wed, Apr 16, 2014 at 3:59 PM, Albert Astals Cid wrote: > El Dimarts, 15 d'abril de 2014, a les 21:34:38, Robby Stephenson va > escriure: > > Hi all, > > Hi > > > There's a bug in Tellico that results in a freeze/hang when importing > > a .csv file

Help fixing a Tellico CSV bug

2014-04-15 Thread Robby Stephenson
Hi all, There's a bug in Tellico that results in a freeze/hang when importing a .csv file. It's bug 329677 on KDE [1] and #729503 in Debian [2]. Unfortunately, I can't reproduce it and I can't figure out the bug just from the backtraces in the bug reports. So far, the only common denominators I

running two sets of tests

2012-12-16 Thread Robby Stephenson
I'd like to break up the unit tests I have in Tellico into two groups. The real unit tests are the ones that verify program behavior, but there's a rather large group that just checks functionality with online data sources (database APIs and such). Since that second group depends on an internet con

extracting mime type comments for i18n

2012-01-15 Thread Robby Stephenson
Hi, As I understand it, the proper way to define a mimetype with the shared-mime-info framework is to use an XML file, and install it in the xdg mime directory. How do I set up my KDE application so scripty will pull out the mime type comments for translation? Anyone have a working example to poin