Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
PATCH: Append servicemenus to right-click file context menu
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  13 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tomasz Kalkosiński  
View profile  
 More options Jun 18, 6:59 pm
From: Tomasz Kalkosiński <tomasz.kalkosin...@gmail.com>
Date: Thu, 18 Jun 2009 15:59:46 -0700 (PDT)
Local: Thurs, Jun 18 2009 6:59 pm
Subject: PATCH: Append servicemenus to right-click file context menu
Hello

I've just submitted artifact 2808711 (https://sourceforge.net/tracker/?
func=detail&aid=2808711&group_id=6488&atid=306488) with patch that
adds service menus. It uses -D__LIBKONQ__ flag just like it was using.

Please tell me what you think about it. It works well for me, that's a
functionality I've missed the most in Krusader for KDE4. I hope it can
find its way into trunk.

Patch was done against SourceForge's trunk repository.

Greetings,
Tomasz Kalkosiński


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Karai Csaba  
View profile  
 More options Jun 19, 2:43 am
From: Karai Csaba <cska...@freemail.hu>
Date: Fri, 19 Jun 2009 08:43:39 +0200
Local: Fri, Jun 19 2009 2:43 am
Subject: Re: [Krusader-devel] PATCH: Append servicemenus to right-click file context menu
Thanks, Tomasz

We'll check your patch and add it to the trunk.
I also think, that it's an important feature, but I thought it's not
possible to implement.

:-)

    Csaba

Tomasz Kalkosiński írta:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fathi Boudra  
View profile  
 More options Jun 19, 3:25 am
From: Fathi Boudra <fbou...@gmail.com>
Date: Fri, 19 Jun 2009 09:25:38 +0200
Local: Fri, Jun 19 2009 3:25 am
Subject: Re: [Krusader-devel] Re: PATCH: Append servicemenus to right-click file context menu
some comments:
- in cmake files, you should use something like find_package(LibKonq
REQUIRED) and then use LIBKONQ_FOUND
- if some parts of the code is known deprecated for KDE4.3, it should
be fixed now using KDE_VERSION ;)

cheers,

Fathi


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tomasz Kalkosiński  
View profile  
 More options Jun 19, 4:54 am
From: Tomasz Kalkosiński <tomasz.kalkosin...@gmail.com>
Date: Fri, 19 Jun 2009 01:54:47 -0700 (PDT)
Local: Fri, Jun 19 2009 4:54 am
Subject: Re: PATCH: Append servicemenus to right-click file context menu
On Jun 19, 9:25 am, Fathi Boudra <fbou...@gmail.com> wrote:

> some comments:
> - in cmake files, you should use something like find_package(LibKonq
> REQUIRED) and then use LIBKONQ_FOUND

dolphin and kdepasswd depends on libkonq so I thought it's one of
basic kde libraries therefore there is no need to look for it. Should
I look for it anyway? (you don't look for other ${KDE_XXX} libraries).

> - if some parts of the code is known deprecated for KDE4.3, it should
> be fixed now using KDE_VERSION ;)

I use stable KDE 4.2.2, I just saw that two method signatures are
changed in KDE's trunk so I put comments on it. Should I either: 1)
leave this patch as it is (solution for KDE 4.3 is in comments), 2)
move to KDE4.3 beta and make appropiate changes, 3) get KDE from trunk
and submit a working KDE4.3 patch against Krusader's SF repository, 4)
get KDE from trunk and submit a working 4.3 patch against Krusader's
KDE extragear repository?

Greetings,
Tomasz Kalkosiński


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fathi Boudra  
View profile  
 More options Jun 19, 5:31 am
From: Fathi Boudra <fbou...@gmail.com>
Date: Fri, 19 Jun 2009 11:31:02 +0200
Local: Fri, Jun 19 2009 5:31 am
Subject: Re: [Krusader-devel] Re: PATCH: Append servicemenus to right-click file context menu

> On Jun 19, 9:25 am, Fathi Boudra <fbou...@gmail.com> wrote:
>> some comments:
>> - in cmake files, you should use something like find_package(LibKonq
>> REQUIRED) and then use LIBKONQ_FOUND

> dolphin and kdepasswd depends on libkonq so I thought it's one of
> basic kde libraries therefore there is no need to look for it.

because they are in kdebase so they don't check it.
take a look to third application like kdiff3 or konq-plugins.

> I look for it anyway? (you don't look for other ${KDE_XXX} libraries).

imho, yes. It's the proper way.

>> - if some parts of the code is known deprecated for KDE4.3, it should
>> be fixed now using KDE_VERSION ;)

> I use stable KDE 4.2.2, I just saw that two method signatures are
> changed in KDE's trunk so I put comments on it. Should I either: 1)
> leave this patch as it is (solution for KDE 4.3 is in comments), 2)
> move to KDE4.3 beta and make appropiate changes, 3) get KDE from trunk
> and submit a working KDE4.3 patch against Krusader's SF repository, 4)
> get KDE from trunk and submit a working 4.3 patch against Krusader's
> KDE extragear repository?

you can postpone the fix and add a TODO tag as we're aware of the
deprecated functions.
I (or someone else) can fix it as soon as csaba ack the patch.

thanks for the patch.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tomasz Kalkosiński  
View profile  
 More options Jun 19, 10:15 am
From: Tomasz Kalkosiński <tomasz.kalkosin...@gmail.com>
Date: Fri, 19 Jun 2009 07:15:49 -0700 (PDT)
Local: Fri, Jun 19 2009 10:15 am
Subject: Re: PATCH: Append servicemenus to right-click file context menu

> > I look for it anyway? (you don't look for other ${KDE_XXX} libraries).

> imho, yes. It's the proper way.
> you can postpone the fix and add a TODO tag as we're aware of the
> deprecated functions.
> I (or someone else) can fix it as soon as csaba ack the patch.

I've uploaded a second version of a patch. It has proper CMake usage
of find_package(LibKonq) and TODO marks for KDE4.3. I think it's
acceptable now.

I watched trunk's dolphin context menu as a KDE4.3 example. Take a
look at dolphin menu building here:
http://websvn.kde.org/trunk/KDE/kdebase/apps/dolphin/src/dolphinconte...
.

Greetings,
Tomasz Kalkosiński


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Karai Csaba  
View profile  
 More options Jun 19, 3:24 pm
From: Karai Csaba <cska...@freemail.hu>
Date: Fri, 19 Jun 2009 21:24:11 +0200
Local: Fri, Jun 19 2009 3:24 pm
Subject: Re: [Krusader-devel] Re: PATCH: Append servicemenus to right-click file context menu
Hi,

I think, that KDE_VERSION is acceptable only if we use new features
which are not yet available in KDE 4.2. The best is not to add any
deprecated code, but wait for KDE 4.3 if possible.

Fathi, if KDE4 doesn't like the KDE3 support libs, you can drop
them (just remove the deprecated KrDetailedView, KrBriefView and their
references from KrViewFactory).

Krusader should compile and work well without using the support libs.

Thanks,

   Csaba

Fathi Boudra írta:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fathi Boudra  
View profile  
 More options Jun 19, 4:12 pm
From: Fathi Boudra <fbou...@gmail.com>
Date: Fri, 19 Jun 2009 22:12:56 +0200
Local: Fri, Jun 19 2009 4:12 pm
Subject: Re: [Krusader-devel] Re: PATCH: Append servicemenus to right-click file context menu

> I think, that KDE_VERSION is acceptable only if we use new features
> which are not yet available in KDE 4.2. The best is not to add any
> deprecated code, but wait for KDE 4.3 if possible.

most users still use 4.2 series provided by distributions.
the "deprecated" code is only for bleeding edge users.
imho, we should support both 4.2 and 4.3 users.

> Fathi, if KDE4 doesn't like the KDE3 support libs, you can drop
> them (just remove the deprecated KrDetailedView, KrBriefView and their
> references from KrViewFactory).

> Krusader should compile and work well without using the support libs.

KDE4 works with KDE3 support libs but current hack is a bit ugly
(QT3_SUPPORT defines).
if KrDetailedView and KrBriefView are deprecated,
I'll be more than happy to drop it including support libs linkage.

cheers,

Fathi


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fathi Boudra  
View profile  
 More options Jun 19, 4:26 pm
From: Fathi Boudra <fbou...@gmail.com>
Date: Fri, 19 Jun 2009 22:26:32 +0200
Local: Fri, Jun 19 2009 4:26 pm
Subject: Re: [Krusader-devel] Re: PATCH: Append servicemenus to right-click file context menu

> I think, that KDE_VERSION is acceptable only if we use new features
> which are not yet available in KDE 4.2. The best is not to add any
> deprecated code, but wait for KDE 4.3 if possible.

also, the 2nd submitted patch doesn't use KDE_VERSION
but add comments with required changes marked as TODO.
as you suggested, keeping code for KDE 4.2 only is fine.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Old brief + detailed views are removed" by Karai Csaba
Karai Csaba  
View profile  
 More options Jun 20, 2:57 am
From: Karai Csaba <cska...@freemail.hu>
Date: Sat, 20 Jun 2009 08:57:39 +0200
Local: Sat, Jun 20 2009 2:57 am
Subject: Old brief + detailed views are removed
Hi,

I removed the old detailed + brief views. The new interviews have to
completely replace the old ones. If there's any issue with them, please
tell me.

Fathi,

Krusader doesn't use KDE3 support libs any more. I've checked with ldd,
and there was no such dependency.

:)

    Csaba


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fathi Boudra  
View profile  
 More options Jun 20, 3:12 am
From: Fathi Boudra <fbou...@gmail.com>
Date: Sat, 20 Jun 2009 09:12:13 +0200
Local: Sat, Jun 20 2009 3:12 am
Subject: Re: [Krusader-devel] Old brief + detailed views are removed

> I removed the old detailed + brief views. The new interviews have to
> completely replace the old ones. If there's any issue with them, please
> tell me.

> Fathi,

> Krusader doesn't use KDE3 support libs any more. I've checked with ldd,
> and there was no such dependency.

> :)

great \o/
svn up :)

thanks.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "PATCH: Append servicemenus to right-click file context menu" by Karai Csaba
Karai Csaba  
View profile  
 More options Jun 20, 6:41 am
From: Karai Csaba <cska...@freemail.hu>
Date: Sat, 20 Jun 2009 12:41:13 +0200
Local: Sat, Jun 20 2009 6:41 am
Subject: Re: [Krusader-devel] Re: PATCH: Append servicemenus to right-click file context menu
Added the service menu PATCH to SVN.
I've modified only the CMake files, as Krusader didn't compile when
libkonq library was missing.

Later adding the KDE_VERSION macro would be useful, but as I have no KDE
4.3, I couldn't test whether it works well.

Thanks,

    Csaba

Fathi Boudra írta:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tomasz Kalkosiński  
View profile  
 More options Jun 21, 12:20 pm
From: Tomasz Kalkosiński <tomasz.kalkosin...@gmail.com>
Date: Sun, 21 Jun 2009 09:20:19 -0700 (PDT)
Local: Sun, Jun 21 2009 12:20 pm
Subject: Re: PATCH: Append servicemenus to right-click file context menu
On 20 Cze, 12:41, Karai Csaba <cska...@freemail.hu> wrote:

> Added the service menu PATCH to SVN.

Thank you :)

> I've modified only the CMake files, as Krusader didn't compile when
> libkonq library was missing.

I tested it with and without libkonq and both were working for me, but
maybe I've missed something. I'm glad you took care of testing and
repairing it for me.

I've also closed my submitted artifact as Accepted on sf.net. BTW.
there is a lot of submitted bugs and patches opened :o probably half
of them is outdated, but still they remain on tracker.

Greetings,
Tomasz Kalkosiński


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google