Hi
I started a very similar project: https://github.com/ElTh0r0/fritzcallindicator
I use KDE Plasma (on Manjaro) as my main system, but I have to use Windows occasionally, so I need my implementation to depend on Qt only for easy Windows builds; and I won't change this. My project currently integrates Thunderbird address books for caller number resolution and can optionally use (some German) online phone books for number resolution. If the number cannot be resolved, the tool will show the country or city of origin of the call (currently only German cities are supported).
My next step would have been to integrate the FritzBox phone books as well, which you have already implemented 😉
Since most of your code and all of my code is based on Qt, exchanging some features between the projects should be straightforward.
As both our code is GPL, I wouldn't need to ask you to take some of your code and include some of your functions in my project - and you vice versa (of course, I would correctly mention you as the author and include your copyright). But I think both projects could benefit from each other. Additionally I prefer the open & direct discussion and making you aware of my project before I would reuse any of your code!
Feel free to take a look if you are interested on some things, which I already implemented!
Hi
I started a very similar project: https://github.com/ElTh0r0/fritzcallindicator
I use KDE Plasma (on Manjaro) as my main system, but I have to use Windows occasionally, so I need my implementation to depend on Qt only for easy Windows builds; and I won't change this. My project currently integrates Thunderbird address books for caller number resolution and can optionally use (some German) online phone books for number resolution. If the number cannot be resolved, the tool will show the country or city of origin of the call (currently only German cities are supported).
My next step would have been to integrate the FritzBox phone books as well, which you have already implemented 😉
Since most of your code and all of my code is based on Qt, exchanging some features between the projects should be straightforward.
As both our code is GPL, I wouldn't need to ask you to take some of your code and include some of your functions in my project - and you vice versa (of course, I would correctly mention you as the author and include your copyright). But I think both projects could benefit from each other. Additionally I prefer the open & direct discussion and making you aware of my project before I would reuse any of your code!
Feel free to take a look if you are interested on some things, which I already implemented!