palokisa (Palo Kisa)
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Saturday

  • Clear sailing ahead.

User Details

User Since
Apr 20 2017, 6:10 AM (366 w, 1 h)
Availability
Available

Recent Activity

Aug 10 2018

palokisa added a comment to D14719: Identity: Avoid leak in toString().

@davidedmundson
While looking at the implementation here... would you accept using RAII here? Something like:

diff
diff --git a/core/polkitqt1-identity.cpp b/core/polkitqt1-identity.cpp
index 9af489e..90e4a3d 100644
--- a/core/polkitqt1-identity.cpp
+++ b/core/polkitqt1-identity.cpp
@@ -21,6 +21,7 @@
 #include "polkitqt1-identity.h"
Aug 10 2018, 11:25 AM
palokisa requested review of D14726: glib: Use deprecated g_type_init() conditionally.
Aug 10 2018, 11:19 AM
palokisa updated the diff for D14719: Identity: Avoid leak in toString().

char -> gchar

Aug 10 2018, 7:53 AM
palokisa requested review of D14719: Identity: Avoid leak in toString().
Aug 10 2018, 7:48 AM

Apr 26 2017

palokisa added a comment to D5556: build: Remove KService dependency.

What's happening here? :)

Apr 26 2017, 8:30 AM · Frameworks

Apr 24 2017

palokisa added a comment to D5556: build: Remove KService dependency.
In D5556#104466, @apol wrote:

Yes, do you have commit/push access? Otherwise we'll push it ourselves.

Apr 24 2017, 6:53 PM · Frameworks
palokisa added a comment to D5556: build: Remove KService dependency.

Sorry, I'm not familiar with the phabricator process... should I take some action now?

Apr 24 2017, 4:55 PM · Frameworks
palokisa created D5556: build: Remove KService dependency.
Apr 24 2017, 6:49 AM · Frameworks

Apr 21 2017

palokisa added a comment to D5521: Allow the KGlobalAccel be a "Tier 2" framework, if needed.

The other dependencies: well KCoreAddons is needed for KCrash only IIRC. That is setting the KAboutData.

Apr 21 2017, 1:34 PM · Frameworks
palokisa added a comment to D5521: Allow the KGlobalAccel be a "Tier 2" framework, if needed.
In D5521#103775, @cfeck wrote:

Btw, libKF5GlobalAccel is actually Tier1, so applications needing global shortcuts will not have any (additional) KF5 dependencies, only the runtime has.

Apr 21 2017, 11:24 AM · Frameworks
palokisa added a comment to D5521: Allow the KGlobalAccel be a "Tier 2" framework, if needed.

What is KF5::Service used for? You don't seem to be #ifdef it. Maybe it's not needed at all?

I don't know. I didn't investigate that.....I thought, it's some kind of "self-initializing" component and it is enough to link the library.

I don't think it's the case for KService (it is for KCrash though). Please investigate (or wait for feedback).

Then I believe, it's only some remnant, because it's not used anywhere in the code.

Apr 21 2017, 10:12 AM · Frameworks
palokisa added a comment to D5521: Allow the KGlobalAccel be a "Tier 2" framework, if needed.

The obvious reason is that it would be impossible to install frameworks and lxqt at the same time.

Apr 21 2017, 10:07 AM · Frameworks

Apr 20 2017

palokisa added a comment to D5521: Allow the KGlobalAccel be a "Tier 2" framework, if needed.

Distributions will ship only one variant of kglobalaccel and that will most likely be the one which is wanted by KDE

Apr 20 2017, 3:08 PM · Frameworks
palokisa added a comment to D5521: Allow the KGlobalAccel be a "Tier 2" framework, if needed.
In D5521#103536, @apol wrote:

Make them optional dependencies.

What do you mean by this?

find_package(KF5Crash) #note there's no REQUIRED
if (KF5Crash_FOUND)
    somethingsomething()
endif()
Apr 20 2017, 10:26 AM · Frameworks
palokisa added a comment to D5521: Allow the KGlobalAccel be a "Tier 2" framework, if needed.

Make them optional dependencies.

Apr 20 2017, 10:12 AM · Frameworks
palokisa created D5521: Allow the KGlobalAccel be a "Tier 2" framework, if needed.
Apr 20 2017, 6:22 AM · Frameworks
This is a test notification, sent at Thu, Apr 20, 08:15.
Apr 20 2017, 6:15 AM