Re: Is there (going to be) an auto-retracer service for KDE?

2021-04-28 Thread Elv1313
> Automatic symbolication services are great, but they need to be run by > distros, because distros are the ones who build their own binaries. Until recently that was mostly true, but now that half of the major distros ships with `debuginfod`, there is such a service. https://lwn.net/Articles/847

Re: ELF Dissector in kdereview

2019-10-01 Thread Elv1313 .
> I couldn't compile it, I get The hack for this is to replace all `-isystem` by `-I` in /usr/lib/x86_64-linux-gnu/qt5/mkspecs/ using `sed -i`. However, right, it didn't compile for me either. On Tue, 1 Oct 2019 at 05:07, Jonathan Riddell wrote: > The file src/3rdparty/treemap/treemap.cpp is GP

Re: ELF Dissector in kdereview

2019-10-01 Thread Elv1313 .
Hello, This tool looks very useful. I am wondering if the Qt 5.11 requirement isn't a bit overkill given only 2 lines of code require it (git grep "horizontalAdvance"; using the boundingRect can do something close enough) and this version of Qt isn't very common in major LTS distributions. With th

Re: EBN Still Needed?

2019-03-26 Thread Elv1313 .
Hello, First for my 2 cents, I do have it locally installed in a docker container and I use it from time to time. Some checks (like typos) are still worthwhile. Some other are obsoleted by Clazy and some other are dubious in 2019/C++17. Nevertheless I always loved that this tool existed and used i

Re: Ring-KDE in kdereview

2018-07-12 Thread Elv1313 .
Hello, It has been some months and all issues raised above have been fixed. A new cycle of development also began and ended and now it is a lot more stable and Kirigamized. If nobody has an objection, I would like this to move out of kdereview and into extragear for an official release. Emmanuel

Re: Installing qml caches

2018-07-07 Thread Elv1313 .
> It might indeed not be useful for distros, but it looks like an interesting > option to reduce the package size I played with this last year at Randa after we spoke about it. I heavily patched everything to bring the size down and improve startup time. QML cache doesn't help that goal at all. I

Ring-KDE in kdereview

2018-02-11 Thread Elv1313 .
Hello, this I hereby announce that Ring-KDE, a secure communication client for the GNU Ring / IETF SIP protocol, is attempting to move to Extragear (from the playground). Below is a detailed email, but there is a video and screenshot gallery that should give you a good enough idea if you don't have

LibRingClient has moved to extragear/network

2015-02-05 Thread Elv1313 .
Hi, After going through kdereview for the last few weeks, libringclient (formerly the sflphone-kde client logic library) is now moving to KDE extragear. I am currently starting to remove the legacy Qt4 support still required by the KDE4 client (and porting it to kf5) so the translation issue shoul

Re: SFLPhone-KDE is now Ring-KDE and is moving to kdereview

2015-01-20 Thread Elv1313 .
ll be thin clients with a bunch of custom widgets, it wont get very complicated. On 20 January 2015 at 07:11, Tomaz Canabrava wrote: > > > On Mon, Jan 19, 2015 at 8:20 PM, Elv1313 . wrote: >> >> Ok, >> >> I pushed some changes to: >> >> * clean the Bo

Re: SFLPhone-KDE is now Ring-KDE and is moving to kdereview

2015-01-20 Thread Elv1313 .
d-pointers. Regards, Emmanuel Lepage On 14 January 2015 at 18:22, Elv1313 . wrote: > Hello Albert, > > Thanks for your comments. > >> * src/abstractitembackend.h is twice in libringclient_LIB_HDRS > > I will fix that, thanks, maybe we should add a Krazy2 check for th

Re: SFLPhone-KDE is now Ring-KDE and is moving to kdereview

2015-01-15 Thread Elv1313 .
Hello Albert, Thanks for your comments. > * src/abstractitembackend.h is twice in libringclient_LIB_HDRS I will fix that, thanks, maybe we should add a Krazy2 check for that. I know Laurent Model has posted one on planetkde.org for the code a while back, I haven’t used it yet. > * You have some