← Back to team overview

mythbuntu-dev team mailing list archive

[Merge] lp:~tgm4883/mythbuntu/mythbuntu-control-centre into lp:~mythbuntu-dev/mythbuntu/mythbuntu-control-centre

 

Thomas Mashos has proposed merging lp:~tgm4883/mythbuntu/mythbuntu-control-centre into lp:~mythbuntu-dev/mythbuntu/mythbuntu-control-centre.

Requested reviews:
  mythbuntu-dev (mythbuntu-dev)

For more details, see:
https://code.launchpad.net/~tgm4883/mythbuntu/mythbuntu-control-centre/+merge/85204
-- 
https://code.launchpad.net/~tgm4883/mythbuntu/mythbuntu-control-centre/+merge/85204
Your team mythbuntu-dev is requested to review the proposed merge of lp:~tgm4883/mythbuntu/mythbuntu-control-centre into lp:~mythbuntu-dev/mythbuntu/mythbuntu-control-centre.
=== modified file 'debian/changelog'
--- debian/changelog	2011-08-31 17:14:23 +0000
+++ debian/changelog	2011-12-09 23:24:35 +0000
@@ -1,8 +1,12 @@
 mythbuntu-control-centre (0.63-0ubuntu2) oneiric; urgency=low
 
+  [ Marcin Juszkiewicz ]
   * langpack.mk got dropped from cdbs in favour of dh_translations - LP: #833884
 
- -- Marcin Juszkiewicz <marcin.juszkiewicz@xxxxxxxxxx>  Wed, 31 Aug 2011 16:54:42 +0000
+  [ Thomas Mashos ]
+  * Added ability to close progressbar window from outside *_scripted_changes (close_progress)
+
+ -- Thomas Mashos <thomas@xxxxxxxxxx>  Fri, 09 Dec 2011 15:19:26 -0800
 
 mythbuntu-control-centre (0.63-0ubuntu1) natty; urgency=low
 

=== modified file 'mythbuntu-control-centre'
--- mythbuntu-control-centre	2011-02-08 05:48:35 +0000
+++ mythbuntu-control-centre	2011-12-09 23:24:35 +0000
@@ -402,6 +402,7 @@
                 (name,tab) = new_plugin.insert_subpage(self.tabs,self.tab_listing,self.togglePlugin)
                 new_plugin.insert_extra_widgets()
                 new_plugin.emit_progress=self.update_progressbar
+                new_plugin.close_progress=self.progress_dialog.hide
                 self.plugins.append(new_plugin)
                 self.index[name] = tab
 


Follow ups