Incubation Request: Kiview

2024-04-28 Thread Méven
to fill this request feature for dolphin : https://bugs.kde.org/show_bug.cgi?id=272539 And we can imagine reusing it in many other places potentially. Short-term we want to have runtime integration within dolphin and make sure it is as-snappy as can be. Cheers, -- Méven

Re: Automation & Systematization sprint in Berlin in late April

2024-02-02 Thread Méven
; > as possible, and make enabling it be a part of the process > > > > These are just ideas; the folks who attend will be the ones who guide > > the agenda. > > > > Let me know if you're interested so I can get a sense of the level of > > attendance! > > I am tentatively interested. > > Cheers, > Albert > > > > > > > Nate > > > > > -- Méven

Re: Deprecation of QSharedMemory and QSystemSemaphore

2023-12-01 Thread Méven
what's the ownership model). > > -- > Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org >Software Architect - Intel DCAI Cloud Engineering > > > > -- Méven

Re: MR Gardening - A discussion, please leave your input!

2023-03-09 Thread Méven
our society really worrying. > > > > > > If we want to automatize, we should instead try to list the stale MRs > and > > > maybe send the list to the mailing list once a month so that people are > > > reminded about them and take a look at which one they may be able to > unlock. > > > > We already have that, they get posted to > > https://invent.kde.org/teams/gardening/gitlab/-/issues > > weekly. > This listing is great, could we add a label "stale" to the MR concerned so that's explicit for maintainers. -- Méven

Re: Prerequisite knowledge for writing KDE apps?

2022-11-24 Thread Méven
t environment, nor does Qt development necessitates any IDE. Contributing to a FOSS project is not easy, but it is worthwhile and a great experience. Cheers ! -- Méven

Re: Solid - not needed translated strings?

2022-10-23 Thread Méven
;Internet Gateway Device" > > And a number of strings like: > "msgctxt "Solid::DeviceInterface| device type"" > > Question 1: are those strings used/needed? > Question 2: if they are not used/needed, can I remove them? > > Thanks. > -- Méven

Re: Issues compling the KDE development environment

2022-07-24 Thread Méven
Building CXX object > src/widgets/CMakeFiles/KF5KIOWidgets.dir/kfileitemactions.cpp.o > [ 52%] Building CXX object > src/widgets/CMakeFiles/KF5KIOWidgets.dir/imagefilter.cpp.o > [ 52%] Linking CXX executable ../bin/favicontest > [ 52%] Built target favicontest > > I have provided some context to show where in the process these errors are > occurring. This seems to be a glibc++ problem, maybe I'm not using the > correct version of the GNU C++ compiler, but I'm not sure. > > What do I need to do to resolve these linker errors? > > Any help on these two issues would be greatly appreciated. > > Thanks, > Ron Kanagy > > -- Méven

Re: New cmake warning.

2022-05-03 Thread Méven
Le mar. 3 mai 2022 à 18:25, Thomas Friedrichsmeier < thomas.friedrichsme...@kdemail.net> a écrit : > On Tue, 3 May 2022 10:35:20 +0200 > Méven wrote: > > > I am guessing you are using cmake >= 3.16 so it allows you to run, but > > since the project does not have a c

Re: New cmake warning.

2022-05-03 Thread Méven
indKF5. TLDR; If you use FindKF5, you should add cmake minimal version 3.16. -- Méven

Re: blurrish toolbar icons and unified title and toolbar on macOs

2021-12-24 Thread Méven
ac don't seem to set > this > property, I didn't check any other applications. > > Should we add something like > > #ifdef Q_OS_MAC > setUnifiedTitleAndToolbarOnMac(true); > #endif > > somewhere in KMainWindow so all KDE applications benefit from it > automatically > and have a similar look? > > > Regards, > Alexander > > > > -- Méven

Re: Sub: getting started with KDE community

2021-12-18 Thread Méven
And you can reach other KDE contributors on matrix https://community.kde.org/Matrix Cheers to you Sy, -- Méven

Re: Incorrect documentation for KRecentFilesAction::saveEntries

2021-11-24 Thread Méven
Entries. > > > link1: > https://invent.kde.org/frameworks/kconfig/-/blob/e40531e29e2ff52d67156aa8ae7691488ca1c29b/src/core/kconfiggroup.cpp#L98 > > link2: > https://github.com/KDE/kdelibs/commit/9cb1bcace61a1e96c21b92185f41ed2a396fbdd8#diff-8e9f49b617fa7af49d38cb3ac5d5a071ce7090fd832365c00106ec584283e762R91 > > -- Méven

Re: Any interest in a batch file renamer in KIO?

2021-05-20 Thread Méven
tc based on mimetype of input files easily. Once we have a KAbstractFileItemActionPlugin in krename, including it in default apps installed makes a lot more sense for distros. We could imagine splitting krename, so that you can the minimal install this plugin without having the advanced app. Then you&

Re: Plugin development - old library version keeps being used after recompiling

2021-01-16 Thread Méven
cally. Cheers, -- Méven

Re: Failing builds on the CI system

2020-11-27 Thread Méven
e.org/network/kio-extras/-/ > merge_requests/54 > <https://invent.kde.org/network/kio-extras/-/merge_requests/54> Fix proposal at: https://invent.kde.org/network/kio-extras/-/merge_requests/56 -- Méven

Re: Not able to take screenshots with KDE Plasma 5.20.80

2020-10-29 Thread Méven
curity-wise. This would need better standardisation for instance a Wayland Protocol ideally. Sorry for caughting you unaware. Cheers, Méven Nate > > > On 10/27/20 5:25 PM, Damir Porobic wrote: > > Hi Jan, > > > > I have searched for files with that name and found

Re: Using xdg-desktop-portal-kde to take screenshots

2020-08-18 Thread Méven
QString &parent_window, const QVariantMap &options, QVariantMap &results); Also the file is saved in QStandardPaths::PicturesLocation with a timestamp. Documentation is at https://flatpak.github.io/xdg-desktop-portal/portal-docs.html#gdbus-org.freedesktop.impl.portal.Screenshot I hope this helps, Kind regards, -- Méven