On Sunday, 18 May 2025 09:11:35 Central European Summer Time Albert Vaca
Cintora wrote:
> On Sun, 18 May 2025, 08:59 Justin Zobel, wrote:
> > If the contributor cannot tell you the license(s) of the code that was
> > used to generate the code, then it's literally gambling that this code
> > wasn'
On Dienstag, 12. Dezember 2023 15:57:49 CET Nicolas Fella wrote:
> Hi,
>
> this is a variant of the plugin problem outlined in
> https://mail.kde.org/pipermail/kde-devel/2023-December/002234.html
>
> TL;DR Qt6 can't load Qt5-based plugins and vice versa
>
You can. It is probably not a good idea
On Donnerstag, 27. Mai 2021 16:53:26 CEST Richard Lane wrote:
> Hi,
>
> Since Qt 5.9 .otf fonts have been rendered with alpha-blending and gamma
> corrected in Qt apps / environments. The only other rendering engine to do
> this is Skia (used in Chrome browser etc.). I have a hardware calibrator
>
On Thursday, 24 October 2019 18:52:34 CEST laurent Montel wrote:
>
> For example I rebuild all kde each week.
> And I think that other guys do the same.
> So perhaps CI will not catch at the moment.
>
Not with the lastest Qt. These macros break lastest and future Qt build every
single time. I ha
On Thursday, 24 October 2019 02:26:15 CEST Friedrich W. H. Kossebau wrote:
> Hi,
>
> happy to see people starting to adapt the new deprecation macros available
> with KDE Frameworks (and any other library using ECMGenerateExportHeader,
> coming with ECM 5.64).
>
> Just, I see commits adding thing
On Donnerstag, 11. Juli 2019 16:18:08 CEST David Edmundson wrote:
> One topic discussed at the recent Plasma sprint was that we should run
> a code formatting tool (clang-format) over all our repos to ease all
> future review comments about whitespace.
>
> All new contributions simply have to run
On Dienstag, 4. Dezember 2018 18:10:44 CET Thiago Macieira wrote:
> On Monday, 3 December 2018 01:30:25 PST René J.V. Bertin wrote:
> > Can't you just configure the CI to use Qt 5.10? I think it's not good to
> > hardcode an "overzealous" (for lack of a better word) Qt version in
> > projects that
On Donnerstag, 29. März 2018 03:26:08 CEST Michael Pyne wrote:
> I can document that. I assume the Wiki page for building from source is
> where you would expect to find that? Or were you looking at the
> docs.kde.org documentation for kdesrc-build?
>
> However you find it, you can use the "make
On Donnerstag, 29. März 2018 03:26:08 CEST Michael Pyne wrote:
> This might be good to put into the sample configuration available in the
> kdesrc-build repository as well, which might even be what you were
> talking about.
I was thinking there are two or three way of installing ḰDE, to /, to /usr
On Mittwoch, 28. März 2018 17:14:36 CEST Sebastian Kügler wrote:
> What I usually do is copy the dbus files into the system paths, see attached
> script. That should also make it work (after dbus restart).
>
You don't need that if you just set the dirs:
/etc/dbus-1/session.d/plasma-opt.conf:
http
So after leaving neon to use a newer ubuntu (needed it for my hardware), I
have started building KDE myself again and tried setting my tradition install
in /opt and building with kdesrc-build.
I ran into a number of issues, many minor things I have already fixed by
patches. But there were two b
On Dienstag, 31. Oktober 2017 21:17:35 CET Stefano Crocco wrote:
> On martedì 31 ottobre 2017 01:47:37 CET Allan Sandfeld Jensen wrote:
> > On Sonntag, 29. Oktober 2017 09:47:24 CET Stefano Crocco wrote:
> > > Hello to everyone,
> > > I'm working on making QWebEn
On Sonntag, 29. Oktober 2017 09:47:24 CET Stefano Crocco wrote:
> Hello to everyone,
> I'm working on making QWebEngine work correctly in Konqueror when
> downloading files (although I didn't have much time to spend on this in the
> last months).
>
> The problem is that instead of downloading the
On Wednesday 17 February 2016, Thomas Lübking wrote:
> On Mittwoch, 17. Februar 2016 07:58:46 CEST, Martin Graesslin wrote:
> > On Tuesday, February 16, 2016 8:15:57 PM CET Александр Волков wrote:
> >> I've noticed that the Breeze style is released under GPL-2+ license:
> >> Why not LGPL? It's a li
On Monday 07 September 2015, Dāvis Mosāns wrote:
> 2015-09-07 12:10 GMT+03:00 Allan Sandfeld Jensen :
> >> I think using [1] CEF (Chromium Embedded Framework) could be good idea
> >> as then both [2] Blink and [3] Servo can be used.
> >
> > CEF also doesn
On Monday 07 September 2015, Dāvis Mosāns wrote:
>
> So choice is between which actively maintained web engine to use.
> Gecko, Servo, Blink or WebKit2? (QtWebEngine is basically
> Chromium/Blink wrapper)
>
QtWebEngine is not just a wrapper. It is a continously rebased fork and stable
API (just
On Thursday 30 July 2015, Stefan Derkits wrote:
> Hello Teo,
>
> On 2015-07-30 13:30, Teo Mrnjavac wrote:
> > Have you thought about picking up and taking over Amarok? A quick look at
> > the commit log for the past few months suggests that it's essentially
> > unmaintained, so if it keeps this pa
On Sunday 09 March 2014, Lindsay Mathieson wrote:
> I have a raw image buffer in xRGB format, 4 bytes per pixel, no row
> padding. I’m unsure as to how to display it on screen – I played around
> with Qimage, QPixmap and QLabel, but only got blank screens for my efforts
> :(
>
> QImage *img =
On Thursday 10 January 2013, David Narvaez wrote:
> On Wed, Jan 2, 2013 at 7:08 AM, Allan Sandfeld Jensen
wrote:
> > Why is transfer stopped before it is completed and who stops it? Also if
> > you get compressed data, why can't you feed it to karchive to uncompress
> &
On Wednesday 02 January 2013, David Narvaez wrote:
> Hi all,
>
> I'm working on a fix for a bug we have in KGet, where some files are
> downloaded incomplete. I found that at least one of the reasons why
> this happens is because of the following use case. when KGet is set up
> as the download man
On Monday 08 October 2012, Vishesh Handa wrote:
> Hey everyone
>
> For 4.10, Nepomuk will no longer depend on Strigi for file indexing. We
> have written our own file indexer which are based on popular libraries such
> as taglib, exiv, ffmpeg, etc. This allows us to better control the indexing
> p
On Tuesday 07 December 2010, George Kiagiadakis wrote:
> On Tue, Dec 7, 2010 at 11:14 PM, Thiago Macieira wrote:
> > On Tuesday, 7 de December de 2010 21:53:57 Benoit Jacob wrote:
> >> 2010/12/7 Thiago Macieira :
> >> > How are you going to properly find the stack without debug symbols?
> >> >
>
22 matches
Mail list logo