https://invent.kde.org/utilities/kate/-/blob/master/.gitlab-ci.yml?ref_type=heads
and require KF 6 + Qt 6 in the CMake files or is there additional stuff
that
needs updates to avoids one breaks stuff?
Greetings
Christoph
- The KDE Gear release will move by 2 months to allow for the extra
time n
eek to chime in.
Let's make our Qt 6 based 'bundled' release next year a good one ;)
Greetings
Christoph
Cheers,
Albert
Greetings
Christoph
>> - The KDE Gear release will move by 2 months to allow for the extra
>>
>> time needed for testing initial Qt6
ne", "stable": "none", "stable_kf5": "release/23.08",
"trunk_kf5": "master"}
Would it be something like:
{"trunk": "master", "stable": "none", "stable_kf5": "release/23.08",
"trunk_kf5": "none"}
Greetings
Christoph
quot;)
set(QT_MAJOR_VERSION "6")
set(KF_MIN_VERSION "5.240.0")
set(KF_MAJOR_VERSION "6")
in the first step and start later to remove the version ifs.
Greetings
Christoph
t the moment the move to KF6 means I must
disable
the Flatpak CI part?
Greetings
Christoph
Greetings
Christoph
David
quot;,
I assume one will need to hard code that, too, if one creates no own
scripting.
But I might be wrong.
Greetings
Christoph
= FAILING UNIT TESTS =
konsole:
* https://invent.kde.org/utilities/konsole/-/pipelines/484148
* freebsd_qt515 tests are failing
erties(katepch PROPERTIES POSITION_INDEPENDENT_CODE ON)
to the static lib target, we need that in Kate, too.
Greetings
Christoph
Thanks in advance
Stefano
eduled the
job,
it already passed at least the syndication step.
Greetings
Christoph
Thanks,
Ben
n't control the
sorting of projects except by renaming them to something that starts
with a Z.
Hi,
would that make anything better btw.? Disabled components should be
invisible for bug
reporting, I don't think they hurt anyone.
Greetings
Christoph
List() << QStringLiteral("-c")
<< QString().fromStdString(command.c_str()));
That will just then kill any kind of libreoffice instances or perhaps
even inject other commands depending what this grep matches.
I tend to agree that this would rather need some major overhaul.
Greetings
Christoph
/Sune
ser, but if the user
didn't set something manually, idenpendent what the system propose, we
just use Breeze. And we depend on that as dep e.g. in Kate, if you
install Kate, that icon set and theme is installed.
Greetings
Christoph
we really
support on
these platforms.
Greetings
Christoph
- Akseli
ps. I am bad with mailing lists, lets hope this sends to right place
lol
e something similar to the
current
KColorSchemeMenu::createMenu() API but for icon theme or application
style.
Yes, such stuff as extra would be nice.
- Gary
Greetings
Christoph
e_requests/239
Testing and feedback (and help) is welcome.
This would be opt-in, e.g. Kate would call
KIconTheme::initTheme()
before the QApplication construction and
KStyleManager::initStyle()
after it and that would ensure the full setup.
Greetings
Christoph
of Plasma.
If you have time to help out, we use
https://invent.kde.org/frameworks/kiconthemes/-/issues/3
to coordinate that a bit.
Greetings
Christoph
dbus
on Windows and these apps/plugins did miss to
add explicit cmake finds/use of QDBus.
I can patch that in master, actually even better I patch the use out on
that systems.
If we need that in stable, one will need to backport that, did it
already for Kate.
Greetings
Christoph
Thanks
lled, even
deleting the dll and the most freezes you will get if that is not done
is just dbus related.
It would be great if people could join the effort to get that right.
https://invent.kde.org/packaging/craft-blueprints-kde/-/issues/17
Greetings
Christoph
Regards,
Volker
or.
It is just like X11: don't use it on systems that don't have it as
native windowing system, we guard that the same way.
Greetings
Christoph
Regards
Thomas
that don't have it as
native windowing system, we guard that the same way.
Greetings
Christoph
Regards
Thomas
, one need to use the
matching IPC services they provide.
Or just not do it.
For most use cases something like
https://github.com/KDAB/KDSingleApplication is enough and avoids any
extra spawned processes.
Naturally that is not true for all usages.
Greetings
Christoph
loyed a dbus-daemon the right way on
Windows
or macOS, that makes it just not usable for the average developer.
They want to link to the framework and bundle it and it shall work.
And after the last round of patches, most frameworks including KIO do.
Greetings
Christoph
s lib you can depend
on
in the blueprints.
Then KDE Connect and other parts that need it (and hopefully take care
that
a session bus is packaged and starts) can have it, but e.g. Kate doesn't
need
to start to blacklist stuff it not even depends on.
Greetings
Christoph
Cheers,
Ca
that don't need it.
Greetings
Christoph
obably disable building of tests in
general in
Craft. Building them is just a waste of energy and time and I fail to
see any
benefit. When/if we want to start running the tests in Craft then we
can simply
re-enable their build.
Ok, guess that would make sense and save power we just waste ATM.
Greetings
Christoph
/a74a2657c7fb642c4062afb50a2c7920da315eca
Hi,
I tried the current master build and for me there are icons on Windows
11.
Only the text color is wrong as I have dark mode on, but the app uses
light mode colors for the UI beside for the text.
Greetings
Christoph
I hope this helps!
Julius
disk?
Hmm, that would be rather strange, per default still all icons
are installed, the lib is just there in addition.
Greetings
Christoph
plugins in the
repo still non-trivial), just porting once on block was a lot
easier than trying to ifdef it around.
But depending how much of the API Krita uses got changed from Qt 5 to 6
that might differ.
I found Qt 5 to 6 porting not that hard, at least compared to older
porting efforts.
st plugins =
KPluginMetaData::findPlugins(QStringLiteral("kf6/ktexteditor"));
and just loads the first plugin found with the same name, that for me
works 'uninstalled' in
the Kate build bin dir.
Greetings
Christoph
On Mon, 12 Aug 2024 at 18:22 Tomaz Canabrava
wrote:
Hello Al
am confused with that.
Would kcolorscheme then depend on breeze? Without it, it would be again
back to more or less useless as it ships no proper color scheme nor will
the
dark mode switching work.
Same for kiconthemes, that relies on that to work with just kcolorscheme
& breeze-icons.
Greetings
Christoph
Nate
SDDM theme,
Plasma SVG theme) into that repo as well. But that can be a longer term
thing.
Nate
Greetings
Christoph
part
there and having it in sync with Frameworks releases is nice for apps,
too.
Greetings
Christoph
Cheers,
Carl
ycle which I think I
not nice as Kate
will wait for Plasma releases to get fixes.
Beside that the development story is in my eyes not good if apps need to
require Plasma
parts, it is in my eyes a lot nicer to have this on the Framework level,
like the Breeze icons
are already.
Greetings
Christoph
David
On 20.01.2018 17:33, Mathieu Tarral wrote:
I'm trying to build KDE from source using kdesrc-build script.
However, each time i have tried these last days, it failed on the QCA module.
This might have to do with incompatible changes in openssl. Try to
switch between 1.0.2 and 1.1.0 version.
B
Thanks for your understanding!
Nate Graham
Hi Nate,
had that on my TODO list, but happy to see you taking over for this task.
I suggest to wait until Ubuntu 18.04 LTS is released, ideally a month
longer to give people with LTS requirements time to update it.
Christoph
deeply appericiated!
[1] https://phabricator.kde.org/D10555 and
https://phabricator.kde.org/D8271
Thanks for the patches! I hope to take care of both soon.
Please excuse our delays; not all projects from the KDE community have
active maintainers.
Christoph Feck
nrad,
the package 'libkcddb-dev' looks correct, but it most certainly contains
the old KDE4 version. Please try a recent distribution to compile recent
software. Ubuntu 16.04 is _really_ old when it comes to dependencies in
the fast-moving KDE territory.
Christoph
On 10.03.2018 15:51, Robin Atwood wrote:
This is my first KDE4->KF5 conversion so brace for a lot of n00b questions! To
start I am getting compile failures because the wrong include files are
getting picked up:
[...]
/usr/include/kdialog.h:35:25: fatal error: QtGui/QDialog: No such file or
dire
On 22.03.2018 08:20, Stéphane Ancelot wrote:
/home/sancelot/qt5/qtbase/lib/libQt5WebKit.so.5: undefined reference to
`QQuickFlickable::contentItem()@Qt_5_PRIVATE_API'
You are mixing different Qt versions.
days to
finalize the announcement text.
https://phabricator.kde.org/T8357 for related discussion.
Thanks!
--
Christoph Feck
KDE Release Team
tomorrow. Please reply here or write to release-team list if you have
such changes.
--
Christoph Feck
KDE Release Team
On 05.04.2018 13:55, Sedat Dilek wrote:
Can you add the Qt-Bug #66008 (as I have no rights for editing)?
Done.
On 11.02.2018 20:52, Nate Graham wrote:
All right, so let's give it a shot. How about we make it so that normal
users have full privilages except the following:
- Can't bulk change
- Can't change Importance field
We now see regressions caused by this particular change:
- new 'wishlist' tickets
days to
finalize the announcement text.
https://phabricator.kde.org/T9273 for related discussion.
Thanks!
--
Christoph Feck
KDE Release Team
overview before doing releases.
Christoph Feck
I can view all of "stable" Applications on a single page? I remember
I asked if it would still be possible after the change, but I cannot see
a filter or link to get an overview of all builds.
Christoph Feck
On 20.09.2018 00:03, Albert Astals Cid wrote:
El divendres, 14 de setembre de 2018, a les 18:04:59 CEST, Thiago Macieira va
escriure:
On Wednesday, 12 September 2018 04:17:35 PDT Harald Sitter wrote:
If I am not mistaken Qt already looks in the environment variables for
http_proxy, https_proxy
release.
I created https://phabricator.kde.org/T10636 which has a link for the
Etherpad document at https://notes.kde.org/p/applications_19.04_new_features
Please fill this document in the next few days.
--
Christoph Feck
KDE Release Team
KDE4 detection
come from?
Thanks, and Happy Easter,
Christoph Feck
144
You can read XResources via libxcb calls, code in Qt is here:
https://code.qt.io/cgit/qt/qtbase.git/tree/src/plugins/platforms/xcb/qxcbscreen.cpp#n357
Note that this value is deprecated, because it isn't per-screen.
--
Christoph Feck
On 09/14/19 13:35, David Faure wrote:
14th September 2019. KDE today announces the release of KDE Frameworks 5.62.0.
http://kde.org/announcements/kde-frameworks-5.62.0.php
This web page says the release number is 5.1.0.
on a server's toolchain.
It needed a long time until xz was established. Maybe lzip will
establish, or maybe zstd will. Or razor[1] will be open sourced and
spreads like a fire. Or someone makes paq8 1000 times faster. Only time
will tell, but until then, xz is what we have.
Christoph Feck
KNewStuff library as current value.
Does it work with all KNewStuff 5.x versions? Otherwise, the required
KF5 version would need to be bumped where this change was made.
--
Christoph Feck
/doc/trunk-kf5/po/kid3.po/
Kid3 exists since 2003 and I would say that it is quite mature. As it is
also available as a Qt-only version (without KDE dependencies) and for
macOS, Windows and Android, the build system differs a bit from the typical
KDE application.
--
Christoph Feck
KDE Bug
On 02/13/20 22:14, Albert Astals Cid wrote:
You should change the bug reporting to use bugzilla not your email address in
KAboutData
Right. Urs, could you please request creation of a bugzilla product?
Thanks,
Christoph
On 02/27/20 14:24, Stefan Champailler wrote:
import org.kde.plasma.private.kicker 0.1 as Kicker
Kicker is in plasma-workspace, see
https://cgit.kde.org/plasma-workspace.git/tree/applets/kicker
O. I suggest to
also look at kdeutils, kdegames, and kdeedu projects for starting, but
as I said, your motivation decides where and what to work on.
--
Christoph Feck
On 03/07/20 21:42, 0...@caiway.net wrote:
I tried to reverse engineer kpat to find the image of the backside of
the cards. I want to customize it.
See https://cgit.kde.org/libkdegames.git/tree/carddecks
hey can go directly to release service (after code review).
--
Christoph Feck
Hi Вадим,
On 05/29/20 16:40, Березин Вадим wrote:
Hello everyone! I am new to the community and don't know how I can be useful in
it. I study C ++ and have programming experience in courses in Russian. I solved
some mathematical problems using C ++ 11. My first language is Russian, but I
can rea
queries.
Thank you for your interest in helping our community! We have collected
information how to contribute at https://community.kde.org/Get_Involved
If there is anything unclear, please ask more specific questions.
BG,
Christoph
On 12/12/20 16:19, imindmap wrote:
Why Kde dont create a
[DAW](https://en.wikipedia.org/wiki/Digital_audio_workstation) for linux ??
ardour not a 100% free (open source but not free) & lmms not a complete DAW
hey guys please create a DAW with mix ardour & lmms source code
Why do you expect you
/linuxstopmotion/
== List of people committing to the project ==
Tim Band
Christoph Grüninger
== Plan to be in compliance with the KDE manifesto ==
We already comply wih the KDE manifesto - except for the infrastructure.
We plan to
- move over to KDE's Git repository
- switch to a mailing list w
d'accord with the change. Then we now how to call the project within
invent.kde.org
I am going to report back!
Bye
Christoph
Am 07.04.21 um 21:45 schrieb Christoph Grüninger:
> Dear KDE team,
>
> I would like to apply for linux-stopmotion to become a KDE project.
>
> ==
ed to
the well established parts of KDE.
Bye
Christoph
Am 28.08.21 um 15:28 schrieb Alessandro Pellicciotta:
> Greetings,
> I would start collaborating in KDE project to get experience in programming.
> I don't have great skills, but I want to work in small projects.
> Where can I start?
Bye
Christoph
> Am 03.12.2021 um 18:58 schrieb Kai Uwe Broulik :
>
> Hi everyone,
>
> I noticed that in some projects, probably those that trialed GitLab before it
> was rolled out completely, have different configuration options set to the
> rest of KDE, most notably
involved with layers closer to KDE's inner workings.
- You can look for less coding related tasks, to get you started. One example
is updating Kile's documentation [2]
Have fun!
Christoph
[1] https://community.kde.org/Incubator/Incubated_Projects
[2] https://invent.kde.org/office/kile/
ed by more then a dozen
crash reports that require each confirmation and a brave soul to provide
a fix. See https://invent.kde.org/office/kile/-/issues/13
A Qt 6 port will probably be merged after a Kile 3 release. I am not the
maintainer of Kile, Michael might have different ideas.
Bye
Christoph
is kind of the maintainer.
Helping testing Kile and addressing the crash bugs would definitely be
helpful.
Bye
Christoph
Am 04.03.24 um 17:28 schrieb Jonathan Riddell:
Following the release of Qt 6 based libraries and apps users of Kile are
reporting that it no longer runs for them. There
stored in your brain. If you forget it, you only have
"brute force" methods to be able to decrypt the wallet again (not that
I know anyone who was successful at cracking it).
Christoph Feck (kdepepo)
KDE Quality Team
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
On Sunday 10 November 2013 12:07:51 Christoph Feck wrote:
> On Sunday 10 November 2013 07:43:12 Abe Masiddo wrote:
> > Hello,
> >
> > I am considering to use KWallet to store some of my passwords. I
> > know that KWallet uses a master password that allows me to
>
t. Regarding topic
coverage, peer-reviewed grammar and spelling, you will have a hard
time to beat it. You can find the raw XML as .bz2 downloads at the
Wikipedia sites. Stripping the XML/Wiki formatting away and leaving
only the text is a simple task for any Perl script coder.
Christoph F
h
patches earlier [ sorry guys! ], so I don't have a logical candidate
or so. But if somebody is willing to take over [ you should know a bit
about Qt and KDE and preferably have some Dvb / Atsc equipment at hand
], I will try to support the handover.
Regards,
Christoph
- Last released version (Q
Hi Mario,
2013/12/9 Mario Fux KDE ML :
> Depending on where you are on this planet I could send you a DVB-S card to
> test and port Kaffeine.
>
> Christoph:
> What do you think of migrating the code and mailing lists (etc.) from
> sourceforge to KDE infrastructure?
As far as I
cannot introduce Baloo in KDE 4.x, but only for KF5.
Christoph Feck (kdepepo)
KDE Quality Team
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/114632/#review46156
---
Hm, you broke the comment :)
- Christoph Feck
On Dec. 23
> On Dec. 26, 2013, 1:57 a.m., Christoph Feck wrote:
> > Hm, you broke the comment :)
>
> Luis Silva wrote:
> What do you mean? It all works fine here.
Yes, because the compiler does not read comments.
- Christoph
> On Dec. 26, 2013, 1:57 a.m., Christoph Feck wrote:
> > Hm, you broke the comment :)
>
> Luis Silva wrote:
> What do you mean? It all works fine here.
>
> Christoph Feck wrote:
> Yes, because the compiler does not read comments.
>
> Thomas Lüb
ll be able to completely remove the Nepomuk API for
the frameworks releases, and only use Baloo, because I trust you that
Baloo offers better performance than Nepomuk.
But if the above scenario does not work, we should probably not
introduce Baloo for KDE SC 4.x.
Christoph Feck (kdepepo)
K
es etc.) have "kdeinit4" as parent process to save
memory and startup time due to reduced relocations. Some others, such
as klipper, konsole, etc. do not.
If AppArmor still only supports processes that have "systemd" (or
"init" as the parent process), then yes,
With some hope, he can provide
exact steps to reproduce.
More questions? Ask :)
Christoph Feck (kdepepo)
KDE Quality Team
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
ask on the kde-i18n-doc list.
Christoph Feck (kdepepo)
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
> I always tend to realease CTRL after every hotkeys but I believe
> some people doesn't.
Exactly, I do not release the Ctrl key when using multiple shortcuts.
Christoph Feck (kdepepo)
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
and invite users to report thing that still might need to be
addressed.
Thanks,
Christoph Feck (kdepepo)
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
On Thursday 03 April 2014 12:52:32 Lindsay Mathieson wrote:
> Before I swapped my 1TB boot disk for a SSD I used to have large
> root partition with a /data directory contain documents etc
>
> I tested this by manually creating a /data2 directory owned by me
> with some sample data.
>
> It is not
er words, an initial KF5 port should not need disruptive changes.
Please do not rush to remove all Qt4/KDE4Support code, because that
may cause breakage that could lead to bad publicity. Like we did with
removing dependency on Qt3Support, that can come slowly and gradually
in the coming yea
On Monday 09 June 2014 12:15:30 Benedict Yappy wrote:
> Everyone, I am interested in how touch interface support is being
> developed in KDE.
>
> I just recently installed Sabayon 14.16 which (should) have recent
> KDE build. I find the touch interface rather bland.
> The main weakness:
> 1. Dragg
On Tuesday 01 July 2014 20:27:11 Ahmed Ibrahim Khalil wrote:
> Hello,
>
> Is there any possible way that I could listen to any focus events
> that happens to any text field in the whole KDE window system ?
>
> Cheers
Have a look at how various X Input Method tools do i
esides DrKonqi for crashes, we also have KBugReport (see [1]).
Currently we only either support bugzilla, or plain old mail. If an
application developer wants to receive bug reports in a different way,
a custom bug reporting dialog is needed.
Additions to support other methods here are
On Friday 01 August 2014 00:50:16 Carl Symons wrote:
> Hello KDE-devel,
>
> 4.14 final release is on August 20th. We want to get the word out
> as usual with an announcement and a story on the Dot. The work
> that you do is the foundation for the KDE Community. Please help
> us support you.
>
> W
files via shell.
> How could I debug project like this? I am running Fedora 20 and KDE
> 4.13.3. There existed a partial port for kiosktool made by
> peterix, which was in playground and now it is in
> /branches/work/kiosktool_petrm/. Maybe I will start with this
> code, but I need mo
lobals
> with respective Size set but this doesn't seem to be respected.
>
> Any suggestion how I could make my icons become non-super-tiny?
Which icon theme do you use, and does the icon theme state which icon
sizes it supports for each category in the index.theme file?
Christo
te examples
repository, or we showcase a single framework, and make sure the examples do
not drag in other frameworks.
- Christoph
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard
s is too big, use some fraction of the font
height as a reference.
Christoph Feck (kdepepo)
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
o merge "frameworks" to "master",
without risking that unfinished work is branched for release later? Or
do we need to keep "master" always stable, and only merge "frameworks"
when it is ready for release?
Christoph Feck (kdepepo)
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
es not only know how to plan and write new
code, but also reads existing code written by others to analyze it and
to plan improvements and there.
If you have questions, please ask on this list or in the IRC channel
#kde-devel on freenode servers.
--
Christoph Feck
http://kdepepo.wordpress.com/
KDE Quality Team
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
s, loaders, and kparts
could point me in the right direction, I would be very happy and could
continue porting.
Merci :)
Christoph Feck (kdepepo)
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
do you want me to move this from kdeexamples to kwidgetsaddons ?
>
> Christoph Feck wrote:
> While it indeed makes sense to showcase the features of a framework
> inside that framework, here I see the problem that the code currently depends
> on other frameworks.
>
>
wed to do this.
Okey :) The RAW log files can be downloaded here:
http://developer.kde.org/~cfeck/
Would be nice if someone hacks a script to format them to readable
pages.
Thanks Svyatoslav and Boris!
--
Christoph Feck
http://kdepepo.wordpress.com/
KDE Quality Team
>> Visit
messages that
the "cmake" run shows. If you get stuck, post those.
Christoph Feck (kdepepo)
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
g/Getinvolved
If you think C++ is a lot to read and learn, these two links will
change your measure ;)
Christoph Feck (kdepepo)
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
1 - 100 of 199 matches
Mail list logo