| This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104200/ |
|
Review request for KDE Runtime.
By George Kiagiadakis.
Description
Testing
Bugs:
295276
Diffs
|
| This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104200/ |
Great work! Soon the mysterious calmness in bugzilla will be over ;)
| drkonqi/bugzillalib.cpp (Diff revision 1) | |||
|---|---|---|---|
void BugzillaManager::searchBugsJobFinished(KJob * job) |
|||
| 317 | QString genericError = i18nc("@info", "Received unexpected error code %1 from bugzilla. " |
||
| 318 | "Error message was: %2", errorCode, errorString); |
||
There are string changes, so the permission from translation team would be needed before this is applied to any branch.
When there are no objections, I suggest to apply this to master to get more testing. Crash reporting does not work right now, so there is nothing that could break. If possible, this should also be committed to 4.7 branch later, and distributions informed for an eventual online update.
- Christoph
On March 9th, 2012, 12:45 a.m., George Kiagiadakis wrote:
|
Review request for KDE Runtime.
By George Kiagiadakis.
|
Updated March 9, 2012, 12:45 a.m. |
| This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104200/ |
I think adding a dependency is a much cleaner solution than bundling. But I wonder whether the best long-term fix wouldn't be to just move kxmlrpcclient to kdelibs, it clearly seems to be useful for more than just PIM. But in distros, I think most of us prefer the dependency on kdepimlibs (we can also make a subpackage for that library in our packaging) to bundling (which is against Fedora and Debian policies, at least).
- Kevin
On March 9th, 2012, 12:45 a.m., George Kiagiadakis wrote:
|
Review request for KDE Runtime.
By George Kiagiadakis.
|
Updated March 9, 2012, 12:45 a.m. Description |
| This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104200/ |
On March 9th, 2012, 2:23 p.m., Kevin Kofler wrote:
I think adding a dependency is a much cleaner solution than bundling. But I wonder whether the best long-term fix wouldn't be to just move kxmlrpcclient to kdelibs, it clearly seems to be useful for more than just PIM. But in distros, I think most of us prefer the dependency on kdepimlibs (we can also make a subpackage for that library in our packaging) to bundling (which is against Fedora and Debian policies, at least).
I would also agree with moving the functionality of kxmlrpcclient to kdelibs if it is to be used by something as core as the bug reporter (and is useful generically beyond that nowadays, many more things use XML-RPC web services than just Kolab. Plasma applets could use this as well for instance). I'm not sure it's a good idea to do this move in the 4.7 branch of kdelibs though... is there a way to have kdelibs-4.7 and kdepimlibs-4.8 *both* include the class (with kdepimlibs-4.8 using a weak symbol or something similar to defer to the kdelibs-4.7 one if present)? If that's at all difficult I'd say just add the short-term dependency on kdepimlibs and be done with it.
- Michael
| This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104200/ |
On March 9th, 2012, 2:23 p.m., Kevin Kofler wrote:
I think adding a dependency is a much cleaner solution than bundling. But I wonder whether the best long-term fix wouldn't be to just move kxmlrpcclient to kdelibs, it clearly seems to be useful for more than just PIM. But in distros, I think most of us prefer the dependency on kdepimlibs (we can also make a subpackage for that library in our packaging) to bundling (which is against Fedora and Debian policies, at least).
On March 9th, 2012, 6:21 p.m., Michael Pyne wrote:
I would also agree with moving the functionality of kxmlrpcclient to kdelibs if it is to be used by something as core as the bug reporter (and is useful generically beyond that nowadays, many more things use XML-RPC web services than just Kolab. Plasma applets could use this as well for instance). I'm not sure it's a good idea to do this move in the 4.7 branch of kdelibs though... is there a way to have kdelibs-4.7 and kdepimlibs-4.8 *both* include the class (with kdepimlibs-4.8 using a weak symbol or something similar to defer to the kdelibs-4.7 one if present)? If that's at all difficult I'd say just add the short-term dependency on kdepimlibs and be done with it.
You mean kdelibs-4.8, not 4.7. But 4.8.0 and 4.8.1 have been released already, so IMHO this is something for 4.9. Meanwhile we can use the duplication solution from this patch.
- David
| This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104200/ |
On March 9th, 2012, 2:23 p.m., Kevin Kofler wrote:
I think adding a dependency is a much cleaner solution than bundling. But I wonder whether the best long-term fix wouldn't be to just move kxmlrpcclient to kdelibs, it clearly seems to be useful for more than just PIM. But in distros, I think most of us prefer the dependency on kdepimlibs (we can also make a subpackage for that library in our packaging) to bundling (which is against Fedora and Debian policies, at least).
On March 9th, 2012, 6:21 p.m., Michael Pyne wrote:
I would also agree with moving the functionality of kxmlrpcclient to kdelibs if it is to be used by something as core as the bug reporter (and is useful generically beyond that nowadays, many more things use XML-RPC web services than just Kolab. Plasma applets could use this as well for instance). I'm not sure it's a good idea to do this move in the 4.7 branch of kdelibs though... is there a way to have kdelibs-4.7 and kdepimlibs-4.8 *both* include the class (with kdepimlibs-4.8 using a weak symbol or something similar to defer to the kdelibs-4.7 one if present)? If that's at all difficult I'd say just add the short-term dependency on kdepimlibs and be done with it.
On March 9th, 2012, 6:41 p.m., David Faure wrote:
You mean kdelibs-4.8, not 4.7. But 4.8.0 and 4.8.1 have been released already, so IMHO this is something for 4.9. Meanwhile we can use the duplication solution from this patch.
Yes, as I said I did this bundling only to avoid doing big changes in the 4.8 branch. In 4.9 I agree that we should handle this differently, either move kxmlrpcclient to kdelibs or make kde-runtime depend on kdepimlibs.
- George
| This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104200/ |
On March 9th, 2012, 11:31 a.m., Christoph Feck wrote:
When there are no objections, I suggest to apply this to master to get more testing. Crash reporting does not work right now, so there is nothing that could break. If possible, this should also be committed to 4.7 branch later, and distributions informed for an eventual online update.
Yes, there is one new string, but it's worth it. We can live with it even untranslated, since it is only shown on error conditions. I intend to apply this both in 4.8 and master at the same time. (i.e. apply to 4.8 and merge 4.8 to master... or is that still not the way to do it?) If there is need for it in 4.7, I'll happily backport it. It should apply just fine actually, I have no reason to believe that it doesn't.
- George
| This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104200/ |
On March 9th, 2012, 11:31 a.m., Christoph Feck wrote:
When there are no objections, I suggest to apply this to master to get more testing. Crash reporting does not work right now, so there is nothing that could break. If possible, this should also be committed to 4.7 branch later, and distributions informed for an eventual online update.
On March 10th, 2012, 12:29 a.m., George Kiagiadakis wrote:
Yes, there is one new string, but it's worth it. We can live with it even untranslated, since it is only shown on error conditions. I intend to apply this both in 4.8 and master at the same time. (i.e. apply to 4.8 and merge 4.8 to master... or is that still not the way to do it?) If there is need for it in 4.7, I'll happily backport it. It should apply just fine actually, I have no reason to believe that it doesn't.
> (i.e. apply to 4.8 and merge 4.8 to master... or is that still not the way to do it?) > only kdelibs is merged 4.8 => frameworks. everything is else is cherry-picked as ever since.
- Oswald
| This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104200/ |
On March 9th, 2012, 2:23 p.m., Kevin Kofler wrote:
I think adding a dependency is a much cleaner solution than bundling. But I wonder whether the best long-term fix wouldn't be to just move kxmlrpcclient to kdelibs, it clearly seems to be useful for more than just PIM. But in distros, I think most of us prefer the dependency on kdepimlibs (we can also make a subpackage for that library in our packaging) to bundling (which is against Fedora and Debian policies, at least).
On March 9th, 2012, 6:21 p.m., Michael Pyne wrote:
I would also agree with moving the functionality of kxmlrpcclient to kdelibs if it is to be used by something as core as the bug reporter (and is useful generically beyond that nowadays, many more things use XML-RPC web services than just Kolab. Plasma applets could use this as well for instance). I'm not sure it's a good idea to do this move in the 4.7 branch of kdelibs though... is there a way to have kdelibs-4.7 and kdepimlibs-4.8 *both* include the class (with kdepimlibs-4.8 using a weak symbol or something similar to defer to the kdelibs-4.7 one if present)? If that's at all difficult I'd say just add the short-term dependency on kdepimlibs and be done with it.On March 9th, 2012, 6:41 p.m., David Faure wrote:
You mean kdelibs-4.8, not 4.7. But 4.8.0 and 4.8.1 have been released already, so IMHO this is something for 4.9. Meanwhile we can use the duplication solution from this patch.
On March 10th, 2012, 12:16 a.m., George Kiagiadakis wrote:
Yes, as I said I did this bundling only to avoid doing big changes in the 4.8 branch. In 4.9 I agree that we should handle this differently, either move kxmlrpcclient to kdelibs or make kde-runtime depend on kdepimlibs.
There were compatibility fixes in bugs.kde.org, so do we still need this? I guess using xmlrpc is the more correct way to do it, so we don't break it again later, but maybe this can be postponed to 4.9+ only.
- Christoph
| This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104200/ |
On March 9th, 2012, 2:23 p.m., Kevin Kofler wrote:
I think adding a dependency is a much cleaner solution than bundling. But I wonder whether the best long-term fix wouldn't be to just move kxmlrpcclient to kdelibs, it clearly seems to be useful for more than just PIM. But in distros, I think most of us prefer the dependency on kdepimlibs (we can also make a subpackage for that library in our packaging) to bundling (which is against Fedora and Debian policies, at least).
On March 9th, 2012, 6:21 p.m., Michael Pyne wrote:
I would also agree with moving the functionality of kxmlrpcclient to kdelibs if it is to be used by something as core as the bug reporter (and is useful generically beyond that nowadays, many more things use XML-RPC web services than just Kolab. Plasma applets could use this as well for instance). I'm not sure it's a good idea to do this move in the 4.7 branch of kdelibs though... is there a way to have kdelibs-4.7 and kdepimlibs-4.8 *both* include the class (with kdepimlibs-4.8 using a weak symbol or something similar to defer to the kdelibs-4.7 one if present)? If that's at all difficult I'd say just add the short-term dependency on kdepimlibs and be done with it.On March 9th, 2012, 6:41 p.m., David Faure wrote:
You mean kdelibs-4.8, not 4.7. But 4.8.0 and 4.8.1 have been released already, so IMHO this is something for 4.9. Meanwhile we can use the duplication solution from this patch.On March 10th, 2012, 12:16 a.m., George Kiagiadakis wrote:
Yes, as I said I did this bundling only to avoid doing big changes in the 4.8 branch. In 4.9 I agree that we should handle this differently, either move kxmlrpcclient to kdelibs or make kde-runtime depend on kdepimlibs.
On March 13th, 2012, 12:31 p.m., Christoph Feck wrote:
There were compatibility fixes in bugs.kde.org, so do we still need this? I guess using xmlrpc is the more correct way to do it, so we don't break it again later, but maybe this can be postponed to 4.9+ only.
Yes, we don't need it anymore in the 4.8 branch. This is 4.9+ now. What remains to be seen is what to do with kxmlrpcclient...
- George
| This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104200/ |
On March 9th, 2012, 2:23 p.m., Kevin Kofler wrote:
I think adding a dependency is a much cleaner solution than bundling. But I wonder whether the best long-term fix wouldn't be to just move kxmlrpcclient to kdelibs, it clearly seems to be useful for more than just PIM. But in distros, I think most of us prefer the dependency on kdepimlibs (we can also make a subpackage for that library in our packaging) to bundling (which is against Fedora and Debian policies, at least).
On March 9th, 2012, 6:21 p.m., Michael Pyne wrote:
I would also agree with moving the functionality of kxmlrpcclient to kdelibs if it is to be used by something as core as the bug reporter (and is useful generically beyond that nowadays, many more things use XML-RPC web services than just Kolab. Plasma applets could use this as well for instance). I'm not sure it's a good idea to do this move in the 4.7 branch of kdelibs though... is there a way to have kdelibs-4.7 and kdepimlibs-4.8 *both* include the class (with kdepimlibs-4.8 using a weak symbol or something similar to defer to the kdelibs-4.7 one if present)? If that's at all difficult I'd say just add the short-term dependency on kdepimlibs and be done with it.On March 9th, 2012, 6:41 p.m., David Faure wrote:
You mean kdelibs-4.8, not 4.7. But 4.8.0 and 4.8.1 have been released already, so IMHO this is something for 4.9. Meanwhile we can use the duplication solution from this patch.On March 10th, 2012, 12:16 a.m., George Kiagiadakis wrote:
Yes, as I said I did this bundling only to avoid doing big changes in the 4.8 branch. In 4.9 I agree that we should handle this differently, either move kxmlrpcclient to kdelibs or make kde-runtime depend on kdepimlibs.On March 13th, 2012, 12:31 p.m., Christoph Feck wrote:
There were compatibility fixes in bugs.kde.org, so do we still need this? I guess using xmlrpc is the more correct way to do it, so we don't break it again later, but maybe this can be postponed to 4.9+ only.
On March 13th, 2012, 1:26 p.m., George Kiagiadakis wrote:
Yes, we don't need it anymore in the 4.8 branch. This is 4.9+ now. What remains to be seen is what to do with kxmlrpcclient...
note that I still want to write a bugzilla fatclient in the future. while linking against kdepimlibs wouldn't be a problem for me there, having kxmlrpcclient in kdelibs wouldn't hurt either.
- Milian