Bug 156890 - [PATCH] KUrlNavigator should emit a signal when its editable state changes
Summary: [PATCH] KUrlNavigator should emit a signal when its editable state changes
Status: RESOLVED FIXED
Alias: None
Product: kfile
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-29 02:42 UTC by David Benjamin
Modified: 2008-02-07 08:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
adds signal (749 bytes, patch)
2008-01-29 02:44 UTC, David Benjamin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Benjamin 2008-01-29 02:42:14 UTC
Version:            (using KDE 4.0.0)
Installed from:    Compiled From Sources
OS:                Linux

KUrlNavigator should emit a signal when it's editable state changes, otherwise applications have no notification when the user clicks the button to change the state.

This is needed for a TODO in dolphinmainwindow.cpp; the "Show Full Location" action isn't synchronized with the KUrlNavigator.
Comment 1 David Benjamin 2008-01-29 02:44:13 UTC
Created attachment 23342 [details]
adds signal

Patch to add the missing signal... hopefully I didn't do anything horribly
stupid with naming it. :-/

(And I'm not sure what the policy on API changes is... this doesn't break ABI
though. :-D It still properly links to Ubuntu's Dolphin binary.)
Comment 2 Peter Penz 2008-02-07 08:24:35 UTC
SVN commit 771916 by ppenz:

Emit a signal if the editable state of the URL navigator has been changed (thanks to David Benjamin for the patch).

BUG: 156890

 M  +1 -0      kurlnavigator.cpp  
 M  +6 -0      kurlnavigator.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=771916