Merge lp://staging/~dcaro/clicompanion/fix-923535 into lp://staging/clicompanion
Proposed by
David Caro
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Marek Bardoński | ||||
Approved revision: | 112 | ||||
Merged at revision: | 108 | ||||
Proposed branch: | lp://staging/~dcaro/clicompanion/fix-923535 | ||||
Merge into: | lp://staging/clicompanion | ||||
Prerequisite: | lp://staging/~dcaro/clicompanion/fix-623475 | ||||
Diff against target: |
382 lines (+247/-10) 7 files modified
MANIFEST (+2/-0) clicompanionlib/config.py (+1/-1) clicompanionlib/plugins.py (+41/-1) clicompanionlib/tabs.py (+48/-7) clicompanionlib/view.py (+2/-1) plugins/LaunchpadURL.py (+62/-0) plugins/StandardURLs.py (+91/-0) |
||||
To merge this branch: | bzr merge lp://staging/~dcaro/clicompanion/fix-923535 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Marek Bardoński | Approve | ||
Review via email: mp+90633@code.staging.launchpad.net |
Description of the change
Added the urls plugins to allow the user to click on urls to open them, added the standard (http/https/
To post a comment you must log in.
Hi David!
Sorry for long time before review, I have much work with preparation for very important for me contest.
I have applied your path, but I can't see how it work. After typing http:// www.google. com in terminal and click [enter], it isn't appear as link and isn't clickable.
Please explain, how your path should work - and thank you for working on it!
Marek