diff --git a/picard/album.py b/picard/album.py index 6b749962e..d7afd67d5 100644 --- a/picard/album.py +++ b/picard/album.py @@ -62,6 +62,7 @@ class Album(DataObject, Item): self._discid = discid self._after_load_callbacks = queue.Queue() self.unmatched_files = Cluster(_("Unmatched Files"), special=True, related_album=self, hide_if_empty=True) + self.errors = [] def __repr__(self): return '' % (self.id, self.metadata[u"album"]) @@ -132,7 +133,7 @@ class Album(DataObject, Item): try: run_album_metadata_processors(self, m, release_node) except: - log.error(traceback.format_exc()) + self.error_append(traceback.format_exc()) self._release_node = release_node return True @@ -144,7 +145,7 @@ class Album(DataObject, Item): parsed = False try: if error: - log.error("%r", unicode(http.errorString())) + self.error_append(unicode(http.errorString())) # Fix for broken NAT releases if error == QtNetwork.QNetworkReply.ContentNotFoundError: nats = False @@ -164,12 +165,16 @@ class Album(DataObject, Item): parsed = self._parse_release(document) except: error = True - log.error(traceback.format_exc()) + self.error_append(traceback.format_exc()) finally: self._requests -= 1 if parsed or error: self._finalize_loading(error) + def error_append(self, msg): + log.error(msg) + self.errors.append(msg) + def _finalize_loading(self, error): if error: self.metadata.clear() @@ -216,7 +221,7 @@ class Album(DataObject, Item): try: run_track_metadata_processors(self, tm, self._release_node, track_node) except: - log.error(traceback.format_exc()) + self.error_append(traceback.format_exc()) totalalbumtracks = str(totalalbumtracks) @@ -239,14 +244,14 @@ class Album(DataObject, Item): try: parser.eval(script, track.metadata) except: - log.error(traceback.format_exc()) + self.error_append(traceback.format_exc()) # Strip leading/trailing whitespace track.metadata.strip_whitespace() # Run tagger script for the album itself try: parser.eval(script, self._new_metadata) except: - log.error(traceback.format_exc()) + self.error_append(traceback.format_exc()) self._new_metadata.strip_whitespace() for track in self.tracks: @@ -280,6 +285,7 @@ class Album(DataObject, Item): self._new_metadata = Metadata() self._new_tracks = [] self._requests = 1 + self.errors = [] require_authentication = False inc = ['release-groups', 'media', 'recordings', 'artist-credits', 'artists', 'aliases', 'labels', 'isrcs', 'collections'] @@ -391,7 +397,7 @@ class Album(DataObject, Item): return True def can_view_info(self): - return bool(self.loaded and self.metadata and self.metadata.images) + return (self.loaded and self.metadata and self.metadata.images) or self.errors def is_album_like(self): return True @@ -415,6 +421,14 @@ class Album(DataObject, Item): else: return True + def is_modified(self): + if self.tracks: + for track in self.tracks: + for file in track.linked_files: + if not file.is_saved(): + return True + return False + def get_num_unsaved_files(self): count = 0 for track in self.tracks: diff --git a/picard/coverart.py b/picard/coverart.py index cae09474a..9d523123b 100644 --- a/picard/coverart.py +++ b/picard/coverart.py @@ -83,13 +83,15 @@ AMAZON_SERVER = { AMAZON_IMAGE_PATH = '/images/P/%s.%s.%sZZZZZZZ.jpg' +def _coverart_http_error(album, http): + album.error_append(u'Coverart error: %s' % (unicode(http.errorString()))) def _coverart_downloaded(album, metadata, release, try_list, coverinfos, data, http, error): album._requests -= 1 if error or len(data) < 1000: if error: - log.error(str(http.errorString())) + _coverart_http_error(album, http) else: QObject.tagger.window.set_statusbar_message(N_("Coverart %s downloaded"), http.url().toString()) @@ -115,7 +117,7 @@ def _caa_json_downloaded(album, metadata, release, try_list, data, http, error): album._requests -= 1 caa_front_found = False if error: - log.error(str(http.errorString())) + _coverart_http_error(album, http) else: try: caa_data = json.loads(data) @@ -237,8 +239,8 @@ def _fill_try_list(album, release, try_list): and (relation.type == 'amazon asin' or relation.type == 'has_Amazon_ASIN'): _process_asin_relation(try_list, relation) - except AttributeError, e: - log.error(traceback.format_exc()) + except AttributeError: + album.error_append(traceback.format_exc()) def _walk_try_list(album, metadata, release, try_list): @@ -309,5 +311,5 @@ def _try_list_append_image_url(try_list, parsedUrl, extras=None): } if extras is not None: coverinfos.update(extras) - log.debug("Adding %s image %s", coverinfos['type'], parsedUrl) + log.debug("Adding %s image %s", coverinfos['type'], parsedUrl.toString()) try_list.append(coverinfos) diff --git a/picard/resources.py b/picard/resources.py index 00a7d37db..c916bd5d3 100644 --- a/picard/resources.py +++ b/picard/resources.py @@ -2,7 +2,7 @@ # Resource object code # -# Created: dim. juin 30 21:56:31 2013 +# Created: lun. juil. 1 02:04:46 2013 # by: The Resource Compiler for PyQt (Qt v4.8.2) # # WARNING! All changes made in this file will be lost! @@ -1826,6 +1826,68 @@ qt_resource_data = "\ \x68\x79\xd9\xe1\xb7\xf7\xef\xca\x9b\xab\x2c\xab\x03\xc2\x87\xb4\ \xca\xa7\xb0\xe2\xf8\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ \x82\ +\x00\x00\x03\xb2\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ +\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\ +\x0d\xd7\x01\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ +\xdd\x06\x0f\x0d\x23\x21\x4f\x4f\xb4\xcb\x00\x00\x03\x3f\x49\x44\ +\x41\x54\x38\xcb\x5d\x93\xdd\x4f\x5b\x75\x18\xc7\x3f\xbf\xdf\x39\ +\x3d\x9e\xd3\xd3\x42\x5f\x06\x05\x47\x69\x0b\x59\x64\x60\xe2\x5b\ +\x04\x83\x59\xc2\x96\x78\x61\x62\xd8\xdc\x82\x66\xbc\x28\x1a\xbd\ +\x20\xcc\x5b\xff\x01\x6f\x66\xf4\xce\x31\xf0\x72\x89\xe2\xa2\xde\ +\xa8\x31\xdc\xe8\x86\xee\x45\x69\xc1\x10\xb7\x69\x02\xab\xa4\x44\ +\x0a\x85\xc2\x66\x05\x7a\xda\x9e\x9e\xe3\x85\xeb\x42\xf6\x5c\x3e\ +\x79\x3e\xdf\xe7\xf9\xe6\xc9\x57\xf0\x48\x8d\x9f\x1b\xeb\x01\x46\ +\x81\x3e\x20\xf1\xa0\xbd\x02\xcc\xaa\xab\xf5\xdf\x7a\x66\xa3\xb7\ +\x3e\x2e\x8c\xff\x5d\x9b\x57\x1f\x81\x27\xc3\xa1\x70\xef\xc8\xc8\ +\x9b\x3b\xcd\xcd\xcd\x8f\x1b\x86\xa1\x01\x14\x8b\xc5\x96\x6c\x76\ +\xed\xe9\x4b\xef\x7d\x73\xb2\xdc\x56\x58\x67\x91\xe7\x6a\x8c\x38\ +\x00\xcf\x0c\x0e\x0e\xdd\xef\xe9\x7e\xe1\xf5\xa5\xa5\x25\x61\x59\ +\x16\x8e\xe3\x60\xe5\x6c\x7c\x01\x1f\x8d\x87\x0f\xf1\xc5\xe9\x2b\ +\xec\xde\xdb\x2f\x6e\x9d\x58\xbc\x61\x7e\xd9\xf9\x96\x14\x8a\x57\ +\xd4\x36\x0f\x0e\x0e\x07\x8f\x76\x1c\x1d\x58\x5c\x5c\x94\xae\xeb\ +\xe2\xf1\x78\xd0\x34\x8d\xed\xdf\xf6\x48\x7e\xf0\x17\x52\x55\x28\ +\xef\x55\xfe\x3f\x5b\x97\xd5\x8a\x55\xc5\xad\xba\x03\x72\xfc\xdc\ +\x58\x4f\x38\x14\xee\xed\xe9\xee\x79\x2d\x93\xc9\x48\x8f\xc7\x83\ +\x65\x15\xd9\xde\xc9\xb3\x91\xcb\x42\x7c\x9f\x63\x9f\x1c\x41\x0f\ +\xa9\xe0\x02\x2e\xf8\xc2\x5e\x45\x9e\xd9\xc8\x14\x46\x7e\xcf\x4a\ +\x60\x74\x68\x78\x44\xe4\x72\x39\x21\xa5\x44\x4a\x81\xcf\xe7\xa7\ +\xb1\x21\x42\x22\xde\x4e\x7b\xdb\x11\x9e\xe8\x69\x27\xd0\xe5\x7d\ +\xe8\x38\xf2\x6c\x80\xfe\x77\x5f\xd6\x81\x51\x15\xe8\x6b\x39\xdc\ +\x92\xc8\xe7\xf3\x68\x9a\x46\xc5\xae\xe0\x33\xfd\xa4\xd3\x69\xe6\ +\x92\xbf\x00\xb8\xaf\x1c\x7b\x55\xec\xa5\x2b\x74\xbc\xdd\x88\x3f\ +\xe4\x67\xe9\xeb\x2c\xcf\x58\xed\x0d\x40\x9f\x0a\x24\x74\x5d\xd7\ +\x34\x4d\xc3\x71\x1c\x84\x80\x60\x30\xc8\x5c\xf2\x57\xd7\x6b\x98\ +\x4f\xfd\xbb\x5b\xc8\xce\x7c\x37\xb3\xf9\xce\xf9\x31\xf9\x67\x61\ +\x81\xb6\x44\x03\xc1\x76\x13\x6c\xa1\x02\x09\x59\xfb\x86\xa6\x69\ +\x68\x9a\x86\xaa\xaa\x98\xa6\x89\x94\xc2\xb9\x77\x7f\x67\xd5\xb6\ +\x6d\xbb\x1a\xb0\xca\xf1\xde\x26\x2a\x95\x0a\xb6\x6d\x13\xea\x32\ +\x09\x77\xf8\x05\x20\x24\xb0\x52\x2a\x95\xec\x9a\x40\x7d\x7d\x80\ +\x52\xa9\xc4\x99\xd3\x03\x52\xd3\xb4\x0d\x55\x55\xd3\x27\xfb\x4f\ +\x69\x99\x4c\x06\x4d\x7b\xec\xa1\xc8\xee\xee\x6e\x15\x58\x51\x81\ +\xd9\xf5\xf5\xf5\x70\x6b\x6b\x6b\x03\x40\x53\xa4\x89\xcd\xad\x1c\ +\x9d\x9d\x9d\xe2\xc3\xf3\x1f\xe9\x80\xbe\xba\xba\xca\x95\xab\x3f\ +\x90\x88\xb7\x51\xa9\x54\xf0\x7a\xbd\xe4\x36\x73\x45\xe0\xaa\xd2\ +\xdd\xfd\x7c\xfe\x6e\x7a\xb9\xff\x78\xdf\x89\xa0\xa2\x28\xa8\xaa\ +\x8a\xa1\x1b\x6c\xe5\xb7\x58\x58\x48\x71\xfb\xf6\x2d\xf2\xdb\x79\ +\x1a\x1b\x22\x08\x21\x91\x52\x12\x8d\x46\xb9\x7c\x79\xba\x50\xb4\ +\x8a\xef\x2b\xa9\xe4\xfc\x5a\xd7\x93\x9d\x1d\x81\x40\xa0\xb9\x35\ +\xda\x5a\x27\x84\x40\x4a\x05\x55\xf5\xe0\xf3\xf9\x09\x06\x43\x98\ +\xa6\x0f\x29\x25\x96\x65\x11\x8f\xc7\x49\xa5\x92\xff\xdc\xf9\xe3\ +\xce\x57\x17\x27\xa6\x3e\x55\x00\x52\xc9\xf9\xef\x0d\xaf\xfe\x92\ +\x69\xfa\x0e\xc5\x62\x31\x5d\x4a\x49\xb9\x5c\xc6\x71\x1c\x5c\xd7\ +\x05\xc0\x30\x0c\x62\xb1\x18\x37\x6f\xde\x28\xff\xf4\xf3\xec\xb5\ +\x8b\x13\x53\x67\x01\x45\xa9\x65\x21\x95\x9c\xff\xdc\xe7\xf7\xc6\ +\xaf\x5f\xbf\x96\x88\x44\x9a\x34\x5d\xd7\x65\x5d\x5d\x1d\x86\x61\ +\x00\xb0\x96\x5d\xab\x4e\x4f\x7f\xb6\xbf\x7c\x77\xf9\xd2\xc4\x85\ +\xc9\xb3\x0f\x30\x57\x1c\x08\xa3\x00\xd4\xa1\xe1\xc1\x17\x4d\xd3\ +\xfb\x86\xaa\xa8\xc7\x85\x14\x51\x21\x84\x70\x1c\x67\xcd\xb6\xed\ +\x1f\x3d\x1e\xcf\xd4\xc4\x85\xc9\xb9\x83\x09\xfe\x0f\x0e\x6f\x35\ +\xe4\xf1\x24\xb6\x8b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ +\x82\ \x00\x00\x01\xb8\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -1914,6 +1976,69 @@ qt_resource_data = "\ \xbc\xfe\x92\x5f\x48\x9e\xe4\xec\x1d\xf1\xc4\xbe\x03\xd8\xc1\xbf\ \xce\x15\x14\xa7\xaa\x2a\x88\xcd\x00\x00\x00\x00\x49\x45\x4e\x44\ \xae\x42\x60\x82\ +\x00\x00\x03\xc4\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ +\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\ +\x0d\xd7\x01\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ +\xdd\x06\x0f\x0c\x1a\x34\x2d\xd4\xb7\xad\x00\x00\x03\x51\x49\x44\ +\x41\x54\x38\xcb\x75\x93\x4b\x4c\x5c\x55\x00\x86\xbf\x73\xce\xbd\ +\x97\xb9\x33\x17\x86\x81\x21\x20\x94\x16\x28\x8d\x8f\x34\x84\x82\ +\x82\x49\x8d\x80\x89\x62\x37\x26\x9a\xa8\xa9\x12\x74\xa7\x2d\x75\ +\xe3\x63\xa1\x31\x31\x1a\xdd\x18\x31\x31\x6a\xd0\xc4\xa6\x58\x7c\ +\xa4\xa9\x24\xc6\x52\x11\x88\x69\x2b\x2a\xc2\x68\x84\x85\xe0\xa2\ +\x64\xca\x33\x35\xa1\x33\x0e\x05\xee\x3c\xce\xbd\xd7\x0d\x4d\xd4\ +\xe8\xb7\xfc\x93\x6f\xf3\xe7\xff\x05\xff\xe2\x95\x47\x1f\x6e\xdf\ +\x72\x22\x4f\x7a\x4a\x75\x02\xf5\xbb\x71\x52\x79\xde\x45\x67\x6b\ +\x7b\xf0\xd5\x33\x67\xa7\xf9\x3f\xfa\x8f\x74\x0f\x9c\xec\xed\x99\ +\x5b\x9d\x9b\xbb\xb0\x93\xc9\x64\x3c\xad\x7d\x4f\x6b\x7f\x27\x93\ +\xb9\xbe\x32\xfb\xeb\xd4\xc9\xde\x9e\xb9\xfe\x23\xdd\x03\xff\x29\ +\x9f\x6e\x6d\x19\x5d\xfb\x64\xe8\x73\x2f\x9f\xf7\xaf\x4e\x4e\x06\ +\xab\xa3\xa3\xc1\xca\xc8\x48\xb0\x3e\x31\x11\x6c\x24\x12\xc1\xf6\ +\xea\x6a\xe0\x69\xed\xaf\x0e\x0d\x8d\x9e\x6e\x6d\x19\xbd\xe1\x29\ +\x80\xb7\xef\xbf\x6f\xe0\x81\xa7\x8f\x89\x58\x57\xd7\x23\xeb\xc3\ +\xc3\xb2\xb0\xb1\x01\xb9\x1c\x12\x10\x80\xb2\x2c\xa4\x52\x78\x3b\ +\x3b\x22\x7a\xe8\x50\x63\x3c\x56\x9a\xaa\x75\xb7\x5b\xc7\x2e\x2f\ +\x9e\x57\x7d\x27\x8e\xb5\x37\x28\xe3\xf8\xe1\x17\x5f\xba\x27\x35\ +\x35\x25\xfd\x42\x01\x9d\x4e\x93\x4f\x5d\x23\x9f\x4e\xa1\x37\x37\ +\x91\xa6\x89\x0a\x87\x91\x86\x49\x10\x04\xc4\xda\xda\x6b\xe6\x27\ +\xc6\xc3\x7b\xef\xbe\xeb\x17\xd5\xd6\x76\xc7\xcb\xbd\x27\x9e\xd9\ +\x2b\xaf\x6f\x55\xea\xcd\x4d\xfc\x5c\x16\x59\x54\x84\x15\x8f\x13\ +\x69\xd8\x4f\x64\x5f\x1d\x76\xcd\x1e\xdc\xe5\x2b\xa8\x70\x18\xdf\ +\x75\xf1\xb5\x26\xba\x6f\x5f\x21\xf1\xfb\x82\x6d\x00\x9d\x15\x0d\ +\xfb\xeb\xb3\x4b\x4b\x28\xdb\xc6\xcf\xe5\xb0\x62\x65\xa4\x13\x09\ +\x16\x26\xc6\x01\x82\x3b\x9f\x7f\x41\x94\xb6\xb4\x90\x9a\xfe\x09\ +\xbb\xba\x06\xad\x35\xf1\xba\xfa\x38\xd0\x29\x81\x7a\x2b\x1c\xb6\ +\x54\x28\x84\xe1\x38\x20\x04\xa1\xea\x6a\x16\x26\xc6\x83\x38\xa2\ +\x49\x07\x41\x45\xa2\xff\x2d\x3f\x54\x55\x85\xbb\xb2\x8c\x9f\xcf\ +\xe3\xb9\x2e\xaa\xa8\xc8\x04\xea\x8d\xdd\x32\x85\xb2\x6d\xd0\x1a\ +\x69\x59\x98\xb1\x18\x4a\x08\x7f\x59\x17\x96\x01\x4c\xc8\x03\x21\ +\xcf\x75\xf1\xf3\x79\x30\x0c\x7c\xad\x05\x20\x24\x90\x2c\xb8\xae\ +\x56\xb6\x8d\xb2\x6d\x42\x95\x95\x78\xdb\xdb\xdc\xfe\xec\x73\xd2\ +\x96\xea\x6a\x08\x16\x5b\xfb\xfa\xac\xcc\xdc\x1c\xca\x0e\xe3\xe5\ +\x72\xf8\xf9\x3c\x6e\x26\xe3\x01\x49\x09\x5c\xbc\xb6\xb4\x94\x36\ +\x1c\x07\xc3\x71\x88\x34\x36\x52\xf8\x33\x45\x45\x47\x87\x78\xf0\ +\xd2\x77\xa1\x87\x26\x7f\x28\x2f\xbe\xf5\x36\x79\x65\xf0\x14\x46\ +\x34\x8a\x9f\xcd\x22\x2d\x8b\xd4\xda\xaa\x0b\x5c\x30\x80\xc1\xf1\ +\xfe\x37\xbb\x9f\xf8\xe8\x54\x85\x70\x1c\xa4\x65\x21\x0f\xdc\xcc\ +\x76\x32\x49\x6a\x66\x9a\x42\x3a\x8d\xb4\x2c\x4a\x5b\x5a\x10\x42\ +\x12\x78\x1e\x91\xda\x5a\x66\x5e\x7f\x2d\x4b\xb1\x33\xa8\x12\x33\ +\x3f\xaf\x75\x54\x55\xde\x52\x6d\x9a\x37\x95\x1e\x3c\x58\x22\xa4\ +\x44\x28\x85\xb4\x2c\xac\xf2\x72\x42\xd5\x35\x98\xb1\x32\x84\x52\ +\xe8\xad\x2d\x4a\x9b\x9b\x59\x39\xf7\x55\x66\x7e\xfe\xb7\xb3\x6f\ +\x7c\x76\xe6\x43\x05\x30\x76\x79\xf1\x7c\xf3\xca\xd2\xbd\xc5\x76\ +\x38\x1e\x6b\x6a\x0a\xa1\x14\x3a\x9b\x25\xf0\x7d\x7c\x20\x90\x12\ +\xa3\xa4\x84\x68\x53\x13\xc9\xe1\x2f\xf2\xb3\x23\xe7\x26\x8f\x5f\ +\x9a\x3c\x0a\x28\x75\x63\xd3\x5f\xae\xad\x7f\x7a\x60\x33\x53\x37\ +\xfb\xcd\xd7\xf5\x65\x7b\x6a\x2d\xd3\x71\x64\x28\x1e\xc7\x88\x46\ +\xd1\x4a\xf1\xc7\xca\xb2\x37\xf6\xee\x3b\x3b\xc9\x85\x85\x8f\x9f\ +\xfa\xfe\xc7\xa3\xbb\x5a\x20\xfe\xf6\x27\x01\x18\x8f\xf7\x3c\x76\ +\x38\x12\x09\xf7\x1a\xca\xe8\x12\x52\xd4\x0a\x21\x84\xef\xfb\x6b\ +\x5a\xeb\x6f\x4d\xd3\xfc\xe0\xfd\xf7\x06\xfe\x71\xe7\xbf\x00\xb7\ +\x72\x61\x14\x06\xc0\xe7\xf4\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ +\x42\x60\x82\ \x00\x00\x02\xab\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -1959,50 +2084,68 @@ qt_resource_data = "\ \x3f\x5f\xda\x68\xfd\xbf\x00\x00\x38\x7c\x45\xbd\x0f\x00\xc3\x37\ \xc5\xd9\x7f\xf5\xfc\x02\x73\x4a\x12\x2a\x86\x68\x1c\xcb\x00\x00\ \x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x97\ +\x00\x00\x03\xb8\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\ -\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x2e\x6f\x72\ -\x67\x9b\xee\x3c\x1a\x00\x00\x02\x29\x49\x44\x41\x54\x38\x8d\x95\ -\x52\x3b\x68\x53\x61\x18\x3d\xff\x7d\x24\x37\x52\x2c\x44\x4d\x3a\ -\x24\x45\xa9\xaf\x45\xb0\x76\x32\xad\x08\x1d\x04\x25\x1d\x8a\x88\ -\x8b\x43\x1d\x45\xb0\x88\xd6\xc1\x5d\x10\x7a\x47\x07\xa1\x4b\xa6\ -\x0e\x52\x51\x09\x6d\x84\x4c\x3e\xae\x85\x50\x4b\x34\x34\x42\x8b\ -\x42\x87\x94\xa4\x35\x5a\x31\x4d\xef\xbd\xff\xe3\x73\x88\xc4\xd4\ -\xa4\x62\x0f\xfc\xcb\xe1\xe3\x7c\xff\x39\xdf\x61\x44\x84\x56\x0c\ -\x4e\x98\x65\x10\xa2\xe8\x04\x86\x8a\x33\xc9\x7b\x5a\x29\xa3\x6d\ -\x88\x10\xb5\x6f\x3e\x81\x50\x02\x42\xf9\x90\x8a\x43\x28\x0e\x2e\ -\x3d\x3c\x4c\xdd\x6e\x13\x6e\x17\x00\xc0\x98\x86\xdc\x6a\x1a\x9e\ -\xd8\x86\x2b\xb6\xe0\xf1\x2d\x9c\x3d\x32\xda\xf1\x53\x5a\x47\x16\ -\x0c\x8c\xfd\x7e\x60\x00\x63\x90\x8a\xef\x45\xa0\x91\x0b\x11\x81\ -\x40\x00\xd1\xae\x02\xc6\xd0\x3d\xd3\x21\x85\x44\x73\xb7\x0e\x97\ -\x88\x2c\xa5\x24\x88\x14\x88\x14\x7c\xb9\x0d\xae\x7c\x30\x1d\xee\ -\xe0\x5d\xb3\x99\x3a\xd3\xf0\xce\x20\x85\x54\x2c\xd2\xd7\x7f\xeb\ -\xf2\x83\x90\xa1\x07\x40\xa4\x2c\x49\x02\x8a\x49\x40\x17\x00\x04\ -\xca\x9b\xcb\x60\xfa\x25\xdc\xb8\x7a\xdf\x02\x01\x9c\xfb\x98\xc9\ -\xa6\xea\xdf\x7f\x7c\x4d\x31\x22\xc2\xd0\x84\x39\x73\xee\xf4\xc5\ -\xe4\xf0\xc0\x68\xb0\x58\x79\x03\xc9\x7c\x48\xf8\xf8\xe6\x96\xb0\ -\x56\xfb\x04\xae\x7c\x80\x08\x44\x1a\xce\xf7\x5e\xc3\x62\x61\xc1\ -\x2b\x2e\xe7\xd3\x6f\x27\xf9\x15\xad\xe1\x15\x63\xaf\xf3\x99\xca\ -\x97\xf2\x12\xc5\xc2\xc7\x41\x1a\xc7\xba\xb7\x82\x92\xfb\x11\x2c\ -\x28\x10\x08\x69\x30\x43\x3a\xfa\x63\xc3\xa8\x6e\x56\xa9\xb8\x92\ -\xaf\x10\xe1\x7a\x33\x44\xc7\xe6\x35\x10\x92\xd3\x2f\x1f\xbb\x06\ -\xb3\x60\x9a\x26\x36\xfc\xcf\x30\x2d\x1d\x01\x4b\x43\x20\xa4\x23\ -\x1e\x3e\x86\x48\xa8\x0f\xd9\x57\xb3\x2e\x29\x24\x1d\x9b\xd7\x76\ -\x5c\xc1\xb1\x79\x41\x08\x6f\x7c\x3a\xf3\xa8\x7e\x70\x5f\x1c\x5d\ -\xa1\x6e\x98\xc1\xc6\xe6\xfd\x5d\xdd\x38\x15\xb9\x80\x74\xf6\x69\ -\x9d\x73\x7f\xdc\xb1\x79\xa1\xe3\x19\x1d\x9b\x4f\x95\x36\x56\x33\ -\xb9\x0f\x8e\x3f\xd0\x33\x02\xcd\x60\x30\x02\x1a\xce\x44\x47\x90\ -\x7b\x3f\xef\xaf\x57\xd7\xe6\x1c\x9b\x4f\xed\x38\x63\x5b\x03\x14\ -\xc6\x16\x0a\xf3\x4b\xbd\xb1\xc3\xf1\xa3\xe1\x04\xd3\x0d\x0d\xd5\ -\xd2\x4f\xca\x2d\x3a\x65\x25\x1b\xbe\xff\x59\x24\xc7\xe6\x35\x92\ -\x48\xce\x66\x5f\xb8\x87\x70\x12\x07\xd4\x09\x3c\x9f\x7b\xe6\x2a\ -\xf9\xc7\x77\x2b\x58\xe2\x8e\x41\x7f\x93\x7b\xc1\x2e\x55\xfe\x7f\ -\xfc\x02\xaa\x26\x0d\x2a\x62\xcc\x1b\x11\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ +\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\ +\x0d\xd7\x01\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ +\xdd\x06\x0f\x0d\x22\x3a\xdc\x31\x4c\x66\x00\x00\x03\x45\x49\x44\ +\x41\x54\x38\xcb\x5d\x93\x5f\x68\x5b\x75\x14\xc7\x3f\xbf\xdf\xbd\ +\xf7\xd7\x7b\x93\x26\x25\xcd\xda\x35\x69\xec\x7a\xd3\x0d\x3b\x58\ +\x99\x6c\x93\xba\x96\x41\x05\xc5\x17\x57\x95\x6e\x8e\xb5\xb5\xab\ +\x08\x7b\x51\x2a\xbe\x6c\x82\x82\x74\x0f\x32\x8a\x0c\xec\xd0\x39\ +\xd8\xcb\x90\x39\x65\xe0\xc3\x70\xee\xa1\x6a\xbb\x4a\xc1\x20\x53\ +\x99\x52\x85\x26\xad\xdd\xba\xd6\xd6\xad\x49\x4b\xfe\xdf\x9b\xc4\ +\x07\xdb\x51\x76\x1e\x0f\xe7\xc3\x39\x5f\x0e\x1f\xc1\x63\x35\x32\ +\x64\xb5\x03\x83\x40\x17\x60\x6f\xb4\xe7\x80\x89\xe2\x7c\xdb\xf5\ +\xd4\xf8\x89\xdf\x3f\x5a\x7f\x73\x61\x73\x5e\x7f\x0c\xbe\x50\x5b\ +\x1b\xec\x18\x18\x18\x58\x35\xb6\x1f\x0b\x63\xee\x52\x00\xe4\x67\ +\x22\x85\xa5\xab\x4f\x8d\xbe\x75\xf7\xa5\xea\x96\xdf\x96\xf8\x95\ +\xfd\x9b\x8c\xd8\x02\xdf\xec\xed\xed\x4b\x35\x1e\x38\x77\x2c\x9b\ +\x38\x23\xf2\xf9\x3c\xe5\x72\x85\xf4\xb2\x07\x5f\x4d\x15\xde\xf0\ +\xd3\x5c\x78\x25\x4d\x36\xb9\x9a\xd3\x9f\x1b\x9e\x4a\x7e\x79\xe6\ +\x75\x29\x34\x8f\xd8\xdc\xdc\xdb\xdb\x17\x68\x7c\xb2\xe7\xe8\xec\ +\x9d\x2b\xb2\x52\xa9\x60\x18\x06\x4a\x29\x16\x6e\xd7\x72\x63\x78\ +\x07\x9a\x2e\x29\x64\x36\xce\x36\xcb\x25\x27\x5f\xa1\x5c\x12\x47\ +\xf5\x91\x21\xab\xbd\xb6\x36\xd8\xd1\x78\xe0\x5c\x5b\x72\xfa\x7d\ +\x61\x18\x8a\xb5\xb5\x14\xeb\xeb\xeb\x08\x21\xb0\x9a\x57\x79\xf5\ +\x93\x1c\x37\x87\x77\x92\x4f\xff\x9f\xc8\x1b\xf4\x69\xd6\xc1\x8f\ +\x67\xb3\xe6\x1f\x8b\x12\x18\xec\xef\xef\x17\xfc\x7b\x59\x48\x29\ +\x11\x02\x7c\x3e\x3f\xf5\xf5\xdb\xb1\xed\x28\x2d\x2d\x51\x76\xb7\ +\x47\x68\xd8\x93\x7e\x94\xb8\x69\x5f\x91\x23\x27\xf7\x9b\xc0\xa0\ +\x0e\x74\x55\x85\x5e\xb3\x59\xfd\x1a\xa5\x14\xae\xeb\x52\x5d\xed\ +\x23\x91\x48\x10\x8b\xc5\x00\x2a\x2f\x1c\xea\x13\x0f\xe3\x7b\x39\ +\xf8\xc6\xdf\xf8\x83\x26\xb7\xaf\x05\x10\xb9\xd6\x3a\xa0\x4b\x07\ +\x6c\x4c\x5b\xa1\x1a\x30\x2b\x0e\x42\x48\x02\x81\x00\xb1\x58\xac\ +\x62\x59\xe6\xde\x74\x3a\xb3\xf8\xed\xf5\x1f\x56\x5e\x3e\x7b\x52\ +\xae\xa5\xbf\x21\x1a\xb5\xa9\x6f\x71\x70\xdd\xa8\x0e\xd8\xf2\xd1\ +\x37\x8c\x06\x84\x51\x87\xae\xeb\x68\x9e\x16\xa4\x14\xe5\x54\x2a\ +\x75\xd7\x75\x1d\x57\x0b\x2c\x15\xed\x8e\x6d\x38\x8e\x83\xeb\xba\ +\x84\xf7\xa4\x09\xef\xce\x09\x40\x48\x60\x8e\xc2\x3d\x17\x15\x06\ +\xa3\x81\x9a\x1a\x3f\x14\x16\xe8\xe9\x39\x22\x95\x52\xff\xe8\xba\ +\x91\xe8\xee\x3e\xac\x8a\x0b\xa3\x28\x65\xe0\x38\x2e\xae\xeb\x52\ +\xcc\xcc\x97\x80\x39\x09\x4c\x94\x56\x3e\x4f\x52\x65\x83\x19\xa5\ +\xba\xfe\x10\xd9\xec\x1a\xa1\xd6\x13\xe2\xed\x0f\x67\xcc\x77\xce\ +\xc6\x83\x91\x48\x44\x4e\x4c\xdc\xc2\xb2\x2c\x1c\xa7\x88\xae\xeb\ +\x2c\x2f\xaf\xe4\x80\x71\x31\x32\x64\xb5\xd7\xd5\xd5\x5d\x1d\x7c\ +\x2f\x6e\x53\x4a\x83\x9b\x82\x42\x02\x67\x75\x9c\x78\x7c\x86\x4c\ +\x26\x83\xae\xeb\x78\x3c\x1e\xa4\x94\x28\xa5\x68\xda\xd9\xc9\xa5\ +\x4f\x3f\x78\x90\x4c\x26\x5f\xd4\xc6\x62\xee\xfd\xce\xb6\x62\xeb\ +\x8e\xc0\x7c\xc8\x1f\xe9\xf6\x23\x74\x90\x1e\x34\xbd\x8a\xa0\x2f\ +\x4f\x20\x10\xc0\xeb\xf5\x22\xa5\x24\x9f\xcf\xd3\xdc\x6c\xf3\xcb\ +\xcf\xe3\x6b\xd3\xd3\x7f\x5e\x3b\x7d\x3e\x77\x51\x03\x18\x8b\xb9\ +\x37\x42\xde\xbf\x9e\x0f\xfb\x66\xb7\x05\x9a\x0e\x9b\x48\x05\xce\ +\x12\xa2\x9c\x45\x50\x00\x04\x96\x65\x12\x6a\xda\xc7\x4f\x53\xdf\ +\x15\x27\x27\x27\x7f\x3c\x7d\x3e\x77\x1c\xd0\xb4\x4d\x17\xc6\x62\ +\xee\x95\x46\xdf\x4c\xf3\x9d\xa9\x8b\xf6\xae\xd0\x03\x65\x9a\x96\ +\xc4\xf7\x0c\xd2\x6c\x42\xf1\x90\xc5\xc5\x7b\xa5\xaf\xbe\xb8\x94\ +\x8d\xc7\x67\x2e\x9f\x1a\xcd\x1d\xdf\xc0\x2a\x62\x8b\x8c\x02\xd0\ +\xdf\x1d\xa0\xd3\xe7\xd5\x07\x34\x4d\x7b\x56\x4a\xf9\x84\x10\x42\ +\x94\xcb\x95\xfb\xae\xeb\x7c\x6f\x18\xc6\x67\xa7\x46\x73\xb1\xad\ +\x06\xff\x07\xd9\xf3\x34\xb2\x81\x3a\x3d\x2c\x00\x00\x00\x00\x49\ +\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\x03\x8f\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -2799,6 +2942,97 @@ qt_resource_data = "\ \xd1\xa4\xf0\xe7\x6f\x64\xe7\x61\x16\x79\xf3\xdf\xc4\x6f\x97\x71\ \x39\x10\x00\x75\x1a\x77\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ \x60\x82\ +\x00\x00\x05\x8c\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ +\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\ +\x0d\xd7\x01\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ +\xdd\x06\x0f\x0d\x20\x0b\xbf\xd9\x2e\xde\x00\x00\x05\x19\x49\x44\ +\x41\x54\x38\xcb\xa5\x95\x4b\x6c\x9c\x57\x19\x86\x9f\x73\xf9\xff\ +\x7f\xfe\xcb\x8c\xa7\x8e\xed\xda\x0d\x8a\x90\x9d\x38\xa9\x3b\x69\ +\x69\x4d\x1b\x1b\xa2\x06\x15\x82\x7b\x51\x15\x56\x61\x11\x10\x34\ +\x2c\xd2\xa8\x69\x17\x80\x9a\x05\x12\x0a\x15\x05\xa1\x52\x01\x51\ +\x10\x02\x56\xb4\xd9\x20\x45\xd0\x92\x52\x4a\x16\x58\xd4\x71\x71\ +\x23\x42\x8b\x94\x0a\xd5\xa9\x63\x5c\x5a\xc7\xf1\x25\x33\x99\x78\ +\x3c\xf3\xdf\xce\x61\x11\xdb\x32\x11\x97\x05\x67\x73\xa4\x23\x7d\ +\x8f\xbe\xf3\xbe\xef\xf9\x0e\xfc\x9f\xeb\x1b\xa5\x9f\x75\x7e\xad\ +\x74\xa2\xe7\xe6\x73\xfd\xdf\x8a\x9e\x38\x72\xf8\x4b\xc0\xa3\xc0\ +\x2e\xa0\x1b\x10\xc0\x15\xe0\x1c\xf0\xd2\x8f\x4f\xfc\xe4\x17\x99\ +\xb2\x23\x05\xeb\x96\x81\x13\xff\x13\xbc\x0a\xfc\xd6\x7d\xbb\x86\ +\x37\x8d\xec\xfd\x6c\x50\x6a\x2b\x4b\xc7\xd1\x80\x20\x4d\xe3\xdb\ +\x6a\xd5\xea\xbe\x89\x89\x89\x11\xe0\x59\xf9\xeb\xa4\xc6\x8a\xdb\ +\xb8\x19\x2c\xfe\x0d\xf4\xf8\x7d\xbb\x86\x0f\xec\x7b\x74\xdf\x2d\ +\x16\xc4\xc2\xe2\x22\xb5\x5a\x1d\x6b\x0d\x9e\xeb\x50\x9f\x6c\x12\ +\x68\x9f\xa8\x14\x91\xb4\x32\x7e\xf9\x85\x51\x10\x02\x91\x99\x87\ +\x8c\x10\x2b\x16\xa3\x05\x32\x11\x37\x43\x1f\x7c\xf0\xe1\xc7\x46\ +\x46\x1e\x8a\x2e\x4d\x4f\x33\x37\x77\x85\x2c\xb7\x28\xad\xf1\x3c\ +\x8f\xa0\xe0\x52\x7d\xa7\xce\x1b\xdf\x7c\x97\xe6\x52\x0a\x80\x05\ +\xb0\x16\x21\x6e\xa0\xac\xb5\x8b\xc6\x98\xfd\x6a\xe3\xf5\xfb\x7a\ +\xfb\x9e\x3e\x70\xe0\x8b\x6d\x17\x2e\xbc\xc3\x3f\x3e\xf8\x90\xdc\ +\x40\x6e\xc1\x0a\x89\xeb\x16\x70\x5c\x4d\xd0\xa9\xd8\xb9\xbf\x87\ +\xf8\x5a\xc6\xe2\xdf\x96\x11\x42\x20\x84\xc0\x5a\x8b\x2d\xb5\xde\ +\xa4\xa5\xee\xfd\xee\xb5\xc3\xef\xca\x0d\x0d\x3f\xfb\xe5\xc7\xbe\ +\x52\xbe\x7c\xf9\x32\xcd\x56\x93\x52\xa9\x84\xd6\x1a\x84\x20\x37\ +\x96\xd4\x18\x92\x24\xc5\x64\x19\x42\x25\x0c\x3d\xd9\x43\xd4\xed\ +\xad\x17\xfb\xed\x2e\x8d\x87\xa7\x07\xbe\x53\x7b\xbc\x0e\x20\xd7\ +\xba\x7d\xe0\x81\x4f\x77\x16\x3c\x4f\xd4\xaa\x35\x1c\xad\x70\x1d\ +\x85\xef\xbb\x68\x29\xe8\xe8\xd8\x44\xb1\x18\x11\x46\x11\xae\xab\ +\xb0\xd9\x0a\xd7\x66\xea\x2c\xcf\x27\x48\x25\x51\x9e\xa0\x79\x35\ +\xa1\xaf\xb4\x23\x7a\xf2\xa9\x23\x4f\xad\xa7\x42\x08\xf1\xf9\xa1\ +\xa1\x61\xb7\x5e\xaf\x23\x84\x45\x0a\x83\xc9\x33\x1c\x01\xb7\x76\ +\xde\xc2\xfb\xef\x4f\x33\xf6\xc7\x51\x0c\x86\x8f\xdf\x7d\x27\x9f\ +\xb8\x67\x0b\x6f\xbd\xb6\x48\xfb\x47\x0b\xec\x79\x6e\x0b\x5e\xb1\ +\xc8\xe8\xd7\x2f\xe2\x4d\x6b\x11\xf6\x06\x5f\x05\x8e\x4b\x00\xa5\ +\xd4\xee\x8e\x4d\x1d\xa4\x69\x8c\xa3\x24\x9a\x14\x9b\x5c\xc7\x77\ +\x32\xe6\x67\x67\xf8\xeb\x5b\xe7\x6d\x6f\x6f\xdf\xa5\xdb\xb7\x0f\ +\xbc\x7a\x65\xbe\x9a\xff\xe5\xc2\x87\xb4\xf5\x94\xb8\xff\xfb\xed\ +\x04\xed\x2e\x5e\xe4\xf2\xc8\xcf\x07\xd9\x72\x77\x37\xf1\x4a\xba\ +\x79\x5d\x8a\x2c\xcb\x43\xad\x35\x5a\x29\x5c\x6d\x71\x55\x0b\x65\ +\x6b\xb8\xd4\x79\xed\xcc\xef\xe9\xee\xee\xf9\xdd\xa1\x43\x87\xfa\ +\x0e\x1e\x3c\xf8\x48\x9e\x9b\xbd\x6f\x9c\x7b\x9b\xfb\x8f\xec\xc4\ +\x6f\x2b\x13\x44\x65\x0a\x05\x1f\xe9\x28\x86\x1e\xbf\x83\xd4\xc6\ +\x7a\x1d\x2c\xc4\x8d\x3c\x2b\xa5\xd0\x0a\xb4\x68\x22\x4d\x03\x4c\ +\x4c\x14\x15\x99\x9d\x9d\xfd\xde\x9a\x49\xef\x4d\x4d\x8e\x81\xb5\ +\x68\x1f\x2b\x3d\x0c\xea\x46\x72\x8c\x45\x4a\xf9\xaf\x2f\x4f\x6b\ +\xa7\x95\xe7\xb9\xef\x3a\x0e\xb9\xeb\x93\xb9\xed\x38\x05\xc8\xac\ +\xe6\x8e\xdb\xfb\x99\x9a\x9e\xfd\xe9\x13\x47\x0e\xef\x04\x88\xa2\ +\xe2\x0f\x3f\xb5\x67\x48\xc4\xe9\x0a\x8d\x66\x8c\x61\x05\x84\x44\ +\x4a\x49\x31\x89\x71\x1d\x37\x5f\x07\x7b\xae\xfb\x41\xb5\x5a\xdd\ +\x16\x85\x3e\x59\x1a\x90\x79\x65\xdc\x50\x91\xa4\x39\x1f\x1b\xec\ +\xa5\xbd\x6b\x76\x87\xb1\x26\xb6\x58\xf3\xc9\xdd\xc3\x6a\x47\xff\ +\x66\x16\x16\xfe\x8e\xd6\x8a\x56\x1c\x23\x84\xa4\x5c\x2e\xb3\xb8\ +\xb8\x88\x1f\x04\x4d\x00\x05\x30\x38\x78\x8f\x14\x52\x8e\x0c\x0c\ +\x0c\x88\xdc\x58\x84\x72\x70\x3d\x1f\xa1\x7d\x1a\x89\x21\x68\xeb\ +\xa2\xbf\x32\x28\xb6\x57\x06\x65\x54\x2c\x8b\xea\xd5\x2b\x98\x34\ +\xc1\x71\x43\x92\xc4\x90\xe7\x39\x5d\x5d\x5d\x8c\x8d\xbd\x4e\x63\ +\xa5\x71\x76\xf4\x0f\xa3\x2f\x68\x80\xe3\xc7\x4f\xfc\x48\x3b\xfa\ +\xb9\xbd\x9f\xd9\xeb\x78\x05\x1f\xa1\x34\x71\x1c\x23\x6d\x8a\x36\ +\x29\xf3\x57\xaf\xb1\xdc\x68\x21\xa5\x44\xd8\x8c\xc0\xb5\x84\xae\ +\xc4\xda\x65\x84\x70\x29\x97\xcb\xa4\x69\xc2\xd4\xa5\x29\x2b\x85\ +\xda\xbf\x6e\x1e\x80\x31\xf6\xe8\x8b\x27\x5f\xb0\x52\x69\xb4\x76\ +\xd0\x8e\x87\xe3\x78\xab\x33\xc2\xa7\xdc\xd6\x46\xa9\x54\x24\x0a\ +\x43\xc0\x21\x4e\x04\x8d\x46\x93\x30\x0c\xe9\xe8\xe8\xe0\x37\xa7\ +\x5f\x46\x4a\xf9\xd2\xb1\x63\xc7\x96\xd6\xa5\x00\x98\x98\x78\xf3\ +\xfc\x5d\x77\xdd\x29\x56\x9a\x8d\x3d\xdb\xfb\x77\xac\x47\xc5\x02\ +\x71\x12\x83\x00\x47\x49\xa4\xb0\x60\x32\x4c\x6e\x28\x97\x3b\xe8\ +\xec\xec\xe2\xcc\x99\x33\xcc\xcc\xcc\x54\x9f\x79\xe6\xdb\xc3\xab\ +\x25\x56\xad\x8e\xce\x02\xe0\x9f\x3d\x3b\xfe\xf6\xd6\xad\x7d\x95\ +\x8b\x53\x17\xb7\xf6\x6f\xdb\x46\x18\x84\xe4\x79\x86\x31\x39\x4a\ +\x0a\x5c\x47\xa1\xb0\x44\x81\x47\x77\xf7\xad\x64\x59\xc6\x2b\xaf\ +\x9c\x66\x6a\xea\xbd\xd6\xa9\x53\xbf\xda\xbd\xb4\xb4\x14\x03\xd9\ +\x46\xb0\x5c\xdd\x9d\xb1\xd7\xc7\x46\x3f\xb2\x79\xb3\xfc\xf3\xf9\ +\x73\xf7\xa6\x69\x2a\xfc\x42\x81\x28\x0c\x28\x46\x21\x61\xa1\x80\ +\xef\x39\xc4\x71\x8b\x3f\x4d\x8c\xf3\xdb\xd3\xa7\x59\x5e\x5e\x3e\ +\xf5\xfc\xf3\x3f\x38\xb8\xb0\xb0\x50\x07\x1a\xab\x60\xb3\x71\x1e\ +\xcb\xd5\xf8\x15\x01\x1d\x04\x41\x78\xf4\xe8\xd3\xaf\x1a\x93\xf7\ +\x36\x56\x1a\x3a\x8e\x63\x01\xdc\xd0\xdc\x0f\x8c\x76\xdc\xd9\x93\ +\x2f\x9e\xfc\xdc\xe4\xe4\x64\x15\xa8\x01\x2d\x20\x5e\x95\xc2\x88\ +\xff\xf0\xdd\xad\x99\xaa\x00\x5d\xa9\x54\xca\x95\x4a\xe5\xb6\x42\ +\xa1\x10\xce\xcd\xcd\xcd\x8d\x8f\x8f\xcf\x5f\xbf\x7e\xbd\xb5\xd6\ +\xdd\x9a\xae\x1b\x01\xff\x04\x9d\x04\x0e\x02\x12\xbc\x82\x6c\x00\ +\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\x02\x00\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -2833,6 +3067,98 @@ qt_resource_data = "\ \x03\xa8\xc4\xbc\x7a\xfa\x46\x00\x0e\x00\xf6\x00\xbe\x62\xbe\x17\ \x67\xe6\x23\x00\x50\xfa\xb9\x2b\xca\xbe\x01\xd3\xd8\xe4\x64\x97\ \x03\xd0\xba\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x05\x92\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ +\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\ +\x0d\xd7\x01\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ +\xdd\x06\x0f\x0c\x19\x11\x4d\xfd\x30\x29\x00\x00\x05\x1f\x49\x44\ +\x41\x54\x38\xcb\xb5\x95\x6d\x8c\x5c\x55\x19\xc7\x7f\xe7\x9c\x7b\ +\xef\xdc\xb9\x3b\xfb\xd6\xe9\xb2\xcb\xbe\x18\xdb\x9d\xd2\xed\x3a\ +\x48\x48\x28\xaf\x0d\x2f\xc1\x1a\x05\xc5\x95\x28\x9a\xf8\x61\x79\ +\x89\xd1\x88\x26\x46\x4d\x93\x56\x3e\xa1\x82\x46\x82\x40\x42\x13\ +\x12\x08\x0b\x44\x23\xee\x12\x6b\x84\x6a\x6c\x2b\x21\x52\xa2\xd8\ +\x25\xdb\x6c\xd9\xd2\x29\xc8\xd2\xe2\x38\xed\xb2\xdb\x76\xee\xdc\ +\x3b\x77\xee\xcb\x39\x7e\xe8\x76\xb3\x85\x60\xe0\x83\xe7\xcb\xf9\ +\x70\x92\xdf\xf3\xe4\xff\xfc\x9f\xff\x81\xff\xd3\x11\xff\xeb\xf1\ +\xa1\xad\x37\x8e\xfb\x1d\xed\x5f\x4c\x2c\xfb\x0a\x23\x65\x1f\x20\ +\x84\xd1\x27\xec\x24\x79\xb5\xbd\xee\xef\xfa\xfe\x9e\x7d\x4f\x7d\ +\xac\x6a\x53\x9b\x46\xc6\x9f\xbc\x7c\xf3\xfc\xf4\xb6\x6d\x7e\xfd\ +\xad\xb7\xb2\xd8\xf7\x4d\x1a\xc7\x26\x8d\x13\x13\xfb\x75\x73\xa6\ +\x72\x44\xcf\xfe\xfc\xfe\xf0\xc9\x2b\x36\xbf\x3b\xb5\x69\x64\xfc\ +\x23\x75\xbc\x6b\x43\xe9\x91\xe1\x9b\xbf\xf0\x8d\xd2\xf6\xed\xdd\ +\x18\x23\xc2\x63\xc7\x88\x6a\x27\x31\x3a\xc3\xca\xbb\x58\x9e\x87\ +\x7b\x61\x1f\xb9\x9e\x1e\xb2\x38\x61\x6e\xc7\xf6\xe0\xd8\x4b\x2f\ +\x3d\x35\x56\x39\x7a\xf7\x6a\x8e\x7a\x3f\x74\xf4\x5b\xdf\xbe\xe3\ +\xa2\x1d\x3f\xee\xf4\xe7\xe6\xc4\xa9\x7f\x1e\x20\x3a\xb1\x80\x4e\ +\x53\xa4\x65\xa3\x72\x39\x8c\xce\x40\x6b\x74\xb3\x89\x50\x92\x81\ +\xaf\xde\xe6\x64\xd5\xea\xa5\x9f\x5b\x5a\x5c\xff\xdb\xf7\x16\xff\ +\xf0\x01\xf0\xd4\xa6\x91\xf1\x81\xd1\xd1\x6d\xe5\x07\x1e\xe8\x5c\ +\xf8\xeb\x8b\xd4\xe7\x0e\x63\xb4\x41\x67\x1a\x84\x40\xb5\xb5\xa1\ +\x5c\x17\x74\x86\x52\x12\x74\x0a\x46\xa3\x5b\x11\xbd\x9f\xbf\x49\ +\x36\xa6\xa7\xcb\xd7\xda\xf6\xf1\xdf\xff\xa7\x36\x03\x20\xcf\x81\ +\x97\x8a\x6b\x7e\x76\xf1\xa3\x3b\xbb\xfc\x4a\x85\xc4\xaf\x93\xeb\ +\xe9\x41\x3a\x0e\x48\x81\xce\x34\x59\x9a\x92\x35\x9b\x98\x38\x46\ +\x87\x0d\x4c\x2b\x84\x24\xc2\xa4\x09\x59\xc3\x67\xe3\x3d\xf7\x58\ +\x4b\x03\xfd\x0f\x9f\xd7\xf1\x7d\x63\xb7\x8c\x5f\xf7\x99\xad\x5f\ +\xef\xbb\xea\x6a\xab\x71\xa4\x02\x3a\x43\x5a\x0a\xa1\x14\x26\x4d\ +\xc9\x0f\x0d\x61\x17\x0a\x58\xed\x05\xa4\x49\x11\xad\x00\x29\x41\ +\x28\x05\xda\x90\xd4\x7d\x72\x3d\x17\xd0\x38\xf6\x8e\x3d\x54\x2a\ +\x9d\x7e\x79\x66\xe6\x1f\x16\x40\x58\x68\xfb\xda\x27\xbf\x7c\xab\ +\xd3\x5a\x58\x00\x61\x10\x18\x4c\x9a\xa0\x24\xe4\x3e\x31\xc8\x99\ +\x43\xb3\x54\x9e\x7d\x16\x8d\x61\xf8\xfa\x6b\x19\xdc\xba\x85\x2c\ +\x6c\x90\x26\x29\x69\xba\x88\xf4\x0a\x08\x27\xc7\xf0\x0d\x37\xca\ +\x57\x5e\xf8\xe3\x0f\x80\x47\xce\x4a\xe1\x38\x5b\x0a\x03\x03\xe8\ +\x66\x88\xb2\x2c\xa4\x49\x31\x61\x1d\xcb\x82\xe0\xc8\x61\x4e\xec\ +\x7e\xc1\x0c\x6d\xdc\xf8\xaf\x8b\x46\x3f\xb5\x3b\x98\x3f\x9e\xd5\ +\x5e\x3e\x80\xbd\xb6\x97\xd6\x7b\x0b\x08\x21\x10\x96\x8d\x8e\x63\ +\x8a\xa5\x12\x51\x92\x0c\xac\x68\x9c\x64\xba\x4d\x3a\x0e\xd2\x71\ +\x90\xb6\x42\x89\x04\x19\x9d\x41\xa5\x01\xaf\x3d\xf3\x34\x6b\x07\ +\x87\xfe\x74\xc9\xc4\xc4\xf0\xc8\x13\x4f\xdc\x6c\x07\xc1\xd6\xa3\ +\x7f\xfe\x0b\x4e\xff\x10\xaa\xa3\x1b\xab\x78\x01\xaa\xd0\x0e\x42\ +\x62\x7b\x1e\x49\x12\x5b\x2b\x60\x21\xce\xfa\x59\x58\x16\xd2\x92\ +\x48\x1d\x23\x92\x26\xa4\x2d\x8a\x8e\x43\xbd\x52\xf9\xc5\xb9\xa1\ +\x1c\xac\x55\xff\x66\xc0\xe0\xe4\x31\x56\x0e\x23\x25\xc6\x18\x8c\ +\xd6\x48\xb9\xe2\x05\x2c\x00\x5b\x59\x91\x49\x92\xbc\x72\x5d\x8c\ +\x57\x40\x77\xac\x45\x46\x29\x5a\xd9\xf4\x5e\x73\x35\x8d\x03\x33\ +\x8f\x4d\x5c\x7e\xd9\xc5\x00\xc3\x8d\xe0\xa1\xbe\xbb\x6e\x17\x59\ +\xe8\x93\xf8\x3e\x46\x28\x90\x12\xa1\x14\xb2\x15\xe1\xd8\x4e\xb6\ +\x02\xce\x5b\xd6\xbb\x61\xad\xb6\xc1\xed\xec\x40\x7b\x05\x54\xc7\ +\x1a\xb4\x86\x2c\x8a\xe9\xfd\xd2\xad\xb8\xa5\x91\x91\xd2\xe4\xef\ +\x5a\x18\xa3\x07\xef\xfe\x8e\x2a\x5e\x76\x09\x61\xe5\x10\xd2\xb6\ +\x48\xc3\x00\x21\x24\x6e\x5f\x1f\xf5\x6a\x15\x2f\x9f\x6f\xae\x80\ +\x59\x5c\x7a\xf4\xcd\xc9\xc9\x5f\x7d\xfa\x7b\xdf\x15\x32\x6a\xa1\ +\xd6\xf4\x20\x0b\x1d\x24\x41\x48\xdc\x08\xf1\x46\xca\x94\xee\xbd\ +\x54\x0a\x21\xa5\x30\x29\xfe\xdb\xef\x20\xe3\x08\xd5\xd6\x85\xae\ +\x87\xe8\x2c\xc6\x2e\x16\x39\x3a\x39\x89\xe7\x38\xaf\xae\x80\x77\ +\x4c\x3d\xf7\xf0\xc0\xd2\xe2\x2f\x47\xc7\xc7\x6d\xab\x50\x40\xd8\ +\x36\x69\x10\x20\x8c\x44\x66\x82\xe0\xdf\x55\x92\xd3\xf5\x65\xdf\ +\xa6\xd8\x39\x85\xed\x80\x0c\xea\x20\x14\x6e\x5f\x1f\x3a\x8a\xa8\ +\xbe\x3e\x6b\x46\xcf\xf8\xb7\x9d\xb7\xd2\xdf\xf4\xbc\x46\x63\x76\ +\xf6\xb3\xfd\x63\x63\x02\xc0\x20\xc0\x80\x11\x02\x1d\xa7\xc8\x7c\ +\x1e\xe5\x79\x28\xc7\x81\x2c\x83\x34\x45\x87\x0d\x72\xbd\xfd\x78\ +\xeb\xd6\xf3\xc6\x4f\xef\x25\x0e\xc2\x5d\xb7\x3c\xff\xfc\xc4\x79\ +\xe0\xdf\x2c\x2c\x4c\xdf\xd5\x6a\x89\xb0\x19\x5e\x57\xbc\x66\xcb\ +\xd9\xe8\x13\x12\x8c\x21\x0b\xc2\xb3\x6b\xea\xd8\x08\x0c\x64\x29\ +\x26\x4d\x71\xfb\x07\xf1\xd6\xad\xe3\xed\x9d\x3b\x59\x9a\x9d\x3d\ +\x75\xd3\xde\x7d\x57\x01\x06\x30\x6a\x39\x3a\x5d\x20\xff\xf8\xe2\ +\xe2\xcc\x57\xea\xf5\xf2\xc9\xd7\xa6\x4b\x6b\xaf\xbc\x12\xbb\xab\ +\x0b\x1d\x27\x68\x9d\x21\x2c\x85\xca\x39\x08\x29\xb1\x3b\x3b\x28\ +\x94\x86\xc9\xd2\x84\x23\x0f\x3e\x48\xf5\xd0\x6c\xf4\x93\xb9\xc3\ +\x5b\x8e\x47\x51\x0b\x48\x57\x83\xe5\xf2\x6d\x4f\x54\xab\x2f\x6e\ +\xe8\xee\x92\x07\xff\xfe\xca\x66\x1d\x35\x85\x55\x68\xc7\xee\xee\ +\xc6\x2e\x16\x51\x9d\x9d\x88\x8e\x76\xc2\x24\xe1\xe0\xbe\xbd\xec\ +\x79\x6e\x8a\x7a\xb3\x39\x75\xfb\x9e\xbd\x77\xce\x37\x9b\x75\x20\ +\x58\x06\xeb\xd5\x41\x2f\x97\x87\xd9\x0e\x58\x6d\xae\xdb\xb6\xe3\ +\x47\x3f\xdc\xad\xb5\x5e\xdf\x68\x06\x56\xab\xd5\x12\x00\xb9\x5c\ +\x0e\x2f\xef\x69\xdb\xb2\xab\xbf\x7e\xfa\x99\xb1\xd7\xe7\xe7\x4f\ +\x01\xa7\x81\x08\x68\x2d\x4b\xa1\x3f\xec\xcf\x93\xab\xd2\xcf\x2a\ +\x97\xcb\x5d\xe5\x72\xb9\xdf\x75\xdd\xb6\x5a\xad\x56\xdb\xbf\x7f\ +\xff\x49\xdf\xf7\xa3\x73\xdd\x9d\xd3\x75\x35\xe0\xbf\x05\xd5\x4c\ +\xec\x72\xd2\x98\xab\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ +\x82\ \x00\x00\x03\x12\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -3015,6 +3341,95 @@ qt_resource_data = "\ \xe7\x71\xf0\x78\xea\x85\x02\x74\xdc\xff\xff\x35\xfe\x01\xc0\x62\ \xff\xd0\xdd\x98\xb2\xab\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ \x60\x82\ +\x00\x00\x05\x70\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ +\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\ +\x0d\xd7\x01\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ +\xdd\x06\x0f\x0d\x21\x24\x0d\x13\x22\xc6\x00\x00\x04\xfd\x49\x44\ +\x41\x54\x38\xcb\xa5\x95\x5b\x6c\x54\x45\x18\xc7\x7f\x33\x73\xce\ +\xd9\xdd\xb3\x67\x2f\x85\xb6\x94\xaa\x41\x5b\x8b\x85\x6a\x90\xaa\ +\xad\x4a\x83\xa8\x41\x82\x06\xf5\xc1\x1b\xd1\x78\x7b\x42\x1f\x30\ +\x62\xd4\x18\xa2\x89\x31\x60\x7c\xd0\x28\xe1\x45\x13\x8d\xfa\x42\ +\xa2\xc6\x20\x16\x90\x80\x20\x82\x56\x8c\x8a\x26\x90\x80\x01\x01\ +\xa5\xa5\x2d\x65\xbb\xbd\xec\xe5\xec\x39\x67\xc6\x07\xb6\x9b\x4a\ +\xbc\x3c\x38\x2f\x93\x99\x64\x7e\xf3\xcd\xf7\xff\x7f\xdf\xc0\xff\ +\x1c\x6b\xd3\xef\x34\x3c\x93\xde\x38\xfb\xc2\x7d\xeb\xdf\x0e\xbd\ +\xb2\x46\x3d\x02\xac\x00\xba\x81\x26\x40\x00\x43\xc0\xf7\xc0\xe6\ +\x17\xdf\x88\x3e\x08\x95\x59\x16\x37\x4e\x16\xd8\xf8\x9f\xe0\x2a\ +\xf0\xe5\xee\xee\xee\x99\x4b\x6f\x5b\xe1\xe2\xae\x90\xa8\xd9\xe7\ +\xb9\x51\x7f\xb3\x99\xfc\xf8\xae\xef\xbe\xeb\x5b\x06\xbb\xd7\x95\ +\x3f\xca\xe5\x29\xcc\x28\x5c\x08\x16\x7f\x03\xdd\xd0\xdd\xdd\xfd\ +\xe0\xd2\x3b\x9e\xaf\x03\x2d\x0a\xa3\xdf\x90\xcf\xe7\x31\x46\xe3\ +\x38\x0e\x23\x47\xb2\xc4\xec\x99\x48\xb7\x9b\xc8\x1f\xe5\xfd\x95\ +\x83\x20\x04\x22\xd4\xcb\xb5\x10\x45\x83\xb6\x04\xb2\x22\x2e\x84\ +\x2e\x5f\xbe\xfc\xb1\x6b\x6e\x7e\xd7\x9b\xe8\x7f\x8d\xc1\xc1\x41\ +\xa2\x28\x44\x29\x8b\x58\xcc\x21\x91\x70\x19\x3c\xe4\xb2\xf5\x85\ +\xcb\x28\x8c\xd8\x00\x18\x00\xa3\x11\x42\x9e\x5f\x1b\x33\xa2\xb5\ +\xbe\x4f\x4d\x7f\x7e\x6b\x6b\xcb\x73\xb7\xdd\xb3\x35\x33\xf8\xeb\ +\x5a\x4e\x9f\xfe\x03\xad\x35\x5a\x6b\x84\x00\xc7\x89\x61\xdb\x36\ +\x5e\x63\xc0\xb5\x0f\x4c\x52\x1e\xb7\x38\x73\xd8\x41\x08\x81\x10\ +\x02\x63\x0c\x2a\x73\xe6\x80\x2e\x7b\xd7\xbd\x3a\xf6\xc4\x51\x39\ +\x2d\xe0\x75\x2b\x1f\x5e\x97\x0d\x73\xaf\x53\x2e\x97\x49\xa7\xd3\ +\x58\x96\x85\x10\xb2\x76\x41\xa5\xe2\x13\x86\x21\xc2\xf6\x59\xf2\ +\xf4\x10\xe9\xd9\xba\x76\x38\x39\x23\x22\x76\xe7\x5b\xf3\xd7\xe7\ +\x57\x8d\x03\xc8\xa9\x68\x6f\xbd\xf5\x96\x06\xec\xb9\x62\x74\x34\ +\x8f\x65\x59\xd8\xb6\x4d\x3c\x1e\x47\x4a\x41\x7d\x7d\x3d\x9e\xe7\ +\xe1\x79\x1e\x8e\xe3\x10\x86\x21\x23\x27\x14\xe3\x43\x0a\xa9\xc0\ +\x8a\x47\x14\x72\x8a\x39\xe9\x1b\xbd\xf5\xcf\x3a\xab\x6b\xae\x10\ +\x82\xfb\xaf\xbf\xfe\x06\x87\xd2\xf6\xea\xd3\x24\x51\x14\x22\xa5\ +\xa4\xb1\x71\x16\xbf\xff\x7e\x8a\xbd\x7b\xf7\x62\x0c\x74\x76\x2e\ +\xa4\xb3\xf3\x1a\xf6\x6f\x4d\xd1\xd0\xe2\x73\xe7\x5b\x47\x49\x78\ +\x8a\xcd\x4f\x5d\x8e\x3e\x7e\xa3\x70\xe7\xee\x5f\x03\x95\x0d\x12\ +\x40\x29\xab\x47\xa4\x1e\x23\x0c\x26\x50\xea\x7c\xda\x83\x20\xc0\ +\xb6\x1d\x06\x06\xfa\x39\x78\xf0\x67\xd3\xd2\xd2\xfa\x5b\x7b\x7b\ +\xfb\xb6\xe1\xe1\xb3\xd1\xa1\x43\x87\x99\xd1\xac\xb8\x7d\xc3\x0f\ +\x24\x67\x44\x24\x52\x92\x87\xde\x3f\xcd\x65\x9d\x31\xfc\xa2\xbe\ +\xa8\x96\x8a\x28\x0a\x93\xa8\x06\x94\xb2\xb0\x6d\x0b\xa5\x24\x5a\ +\x1b\x00\x76\xec\xd8\x41\x53\x53\xd3\xf6\xbb\x1e\x3d\xd8\x7a\xfb\ +\x83\xdf\xdf\x11\x45\xd1\xd2\x03\x07\xfa\x58\xb2\xfa\x52\x52\x99\ +\x38\x9e\xe7\x11\x8f\xc7\xb1\x6c\xe8\x59\x35\x87\x40\x17\xad\x1a\ +\x78\xca\xcf\x42\xa6\x90\x52\x56\x05\x8b\xd0\x5a\x93\x4a\xa5\x18\ +\x18\xe8\x7f\x6d\x4a\xa4\x63\xc7\x8e\xed\x03\x0c\xb2\x0e\x21\x24\ +\xc6\x50\x13\x17\x99\xfc\x6b\xe5\xd9\xb6\x53\x46\xe7\x13\x58\x17\ +\x13\x8b\x8d\x51\xa9\x54\x48\x24\x12\x00\xcc\x9b\x37\x9f\x13\x27\ +\x7e\x7b\xfb\x95\x35\xea\x2a\x80\x54\xca\x7b\x73\xf1\xe2\xc5\x82\ +\xf0\x24\xa5\x52\x91\xaa\x46\x48\xa9\x70\x53\x27\x71\x1c\x27\x82\ +\xd2\x79\xb0\xe3\xd8\xa7\x99\xdc\xd4\x46\x7c\x11\xca\x1e\x24\x16\ +\xab\x90\x4c\x6a\x82\xa0\x42\x67\xe7\x42\x1a\x1b\x1b\xda\x8d\x31\ +\xbe\x31\xe8\x9e\x9e\x1e\xd5\xd6\xd6\x46\xee\xec\x61\x2c\xcb\xc2\ +\xf7\xcb\x08\x21\xc9\x66\xb3\xe4\xcf\x1d\xc1\x75\xdd\x12\x94\x50\ +\x00\x37\x75\x19\xa9\x64\xb4\xec\x92\xb9\x8f\x08\xcc\x38\xb6\x0a\ +\x88\xc7\x04\x4a\x29\x7c\xdf\x27\x9d\xce\xd0\xd1\xd1\x21\x3a\x3a\ +\xe6\xcb\x54\xca\x13\xb9\x5c\x8e\x20\x08\x70\x9c\x18\x41\x10\x10\ +\x45\x21\x8d\x8d\xb3\xd8\xb7\x6f\x1f\xc5\x62\x71\xff\x96\x9d\xe3\ +\x1f\x2a\x80\x2f\xbf\x8d\x0e\xb4\xcf\x39\xb3\x76\xd1\xa2\x25\x0a\ +\xbb\x0d\x44\x02\x41\x80\xa0\x88\xd6\x86\x5c\xee\x1c\x23\x23\x23\ +\x4c\x4c\x8c\x33\x36\x36\x86\xd6\x1a\x29\x15\xc6\x68\x8c\xd1\x64\ +\x32\x59\x94\x92\xec\xde\xbd\xc7\x18\xa3\xbb\x7a\xbf\x2c\x94\x6a\ +\x95\x67\x0c\xcf\x7f\xba\xe9\x39\x83\xcc\x80\x6a\x04\xab\x19\xcb\ +\x4e\xd5\x7a\x44\x26\x9b\x26\x9d\xce\xe0\x79\x1e\x00\x95\x8a\x4f\ +\xa1\x50\x24\x99\xf4\xa8\x9b\xd9\xca\x96\x2d\x9f\x23\xa5\xdc\xbc\ +\xea\x85\xa1\x73\x00\xb5\x5e\xb1\x6b\x7f\xf8\xe3\xa2\xce\x40\x50\ +\xf9\xe9\xa6\x8b\x5b\xef\xad\x1a\x46\xa2\xc4\x18\x95\x4a\x09\x10\ +\xd5\x12\x17\x35\x17\xd4\xd5\xd5\x51\xdf\x70\x11\xbb\x76\x6e\xe6\ +\xd4\xa9\x93\xa3\x4f\xae\x1d\xbe\xa1\xda\x97\x8c\xaa\x5a\x2d\x0e\ +\x24\xbe\xf8\xaa\xfc\xf3\xd5\xed\xa3\x57\xf6\x9f\xe8\xbd\x7c\xde\ +\xdc\x66\x88\x77\x81\xce\x81\x99\x44\x4a\x81\x6d\xdb\x20\x20\xe9\ +\x26\x69\x6a\x9a\x45\x18\x46\x6c\xed\xfd\x8c\xe3\xc7\x8f\x95\xdf\ +\xdd\x34\xda\x33\x34\x82\x0f\x84\xd3\xc1\xb2\x3a\xdb\xdb\xf6\x94\ +\xf6\x5c\x31\x67\x58\xfe\xf4\xe3\xd7\xd7\x59\xfa\x88\x70\x13\x9a\ +\x64\xd2\x25\xee\x5e\x42\x2c\x51\x8f\x1b\x07\xdf\x2f\xd3\xd7\xd7\ +\x47\x6f\xef\xe7\x4c\x4e\x4e\x7e\xf2\xec\xfa\xf1\xc7\xcf\x0c\x33\ +\x0e\x14\xaa\x60\x3d\xbd\x1f\xcb\xaa\xaf\x53\x80\xe5\xb9\x24\x5f\ +\x7f\x69\xf6\x36\xad\x75\x4b\xa1\x50\xb0\x7c\xbf\x2c\x00\x62\xb1\ +\x38\xae\xeb\x6a\xdb\xb6\x06\x36\xbe\x37\x70\xf7\x2f\x47\x18\x05\ +\xf2\x40\x19\xf0\xab\xa9\xd0\xe2\x1f\xbe\xbb\x29\x51\x15\x60\x75\ +\x2d\x20\xdb\xb5\x80\x66\x37\x41\xf2\x8f\x01\x06\xb7\x7f\xc5\x70\ +\x7e\x82\xf2\x54\x74\x53\x79\x9d\x0e\xf8\x13\xcb\xef\x0c\x40\x37\ +\xea\x17\x2a\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\x02\xd3\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -9129,6 +9544,11 @@ qt_resource_name = "\ \x0a\xc8\xfb\x07\ \x00\x66\ \x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x1a\ +\x04\x78\x27\x87\ +\x00\x6d\ +\x00\x65\x00\x64\x00\x69\x00\x61\x00\x2d\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2d\x00\x6d\x00\x6f\x00\x64\ +\x00\x69\x00\x66\x00\x69\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x17\ \x06\x8b\xba\x67\ \x00\x70\ @@ -9138,16 +9558,21 @@ qt_resource_name = "\ \x08\x89\x88\x67\ \x00\x70\ \x00\x69\x00\x63\x00\x61\x00\x72\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x17\ +\x08\x1f\x12\x27\ +\x00\x6d\ +\x00\x65\x00\x64\x00\x69\x00\x61\x00\x2d\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2d\x00\x65\x00\x72\x00\x72\ +\x00\x6f\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x15\ \x00\x24\xf9\x87\ \x00\x61\ \x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x2d\x00\x67\x00\x6f\x00\x2d\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x2d\x00\x31\x00\x36\ \x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x09\xec\xdc\x07\ -\x00\x61\ -\x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x2d\x00\x67\x00\x6f\x00\x2d\x00\x62\x00\x6f\x00\x74\x00\x74\x00\x6f\x00\x6d\x00\x2d\ -\x00\x31\x00\x36\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x20\ +\x0a\x57\x7b\xa7\ +\x00\x6d\ +\x00\x65\x00\x64\x00\x69\x00\x61\x00\x2d\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2d\x00\x73\x00\x61\x00\x76\ +\x00\x65\x00\x64\x00\x2d\x00\x6d\x00\x6f\x00\x64\x00\x69\x00\x66\x00\x69\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x11\ \x0f\xe3\xd5\x67\ \x00\x64\ @@ -9211,8 +9636,8 @@ qt_resource_struct = "\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x1a\x00\x00\x00\x02\ \x00\x00\x02\x2a\x00\x00\x00\x00\x00\x01\x00\x00\x57\x19\ -\x00\x00\x02\x8c\x00\x02\x00\x00\x00\x0e\x00\x00\x00\x2f\ -\x00\x00\x01\xce\x00\x02\x00\x00\x00\x0e\x00\x00\x00\x21\ +\x00\x00\x02\x8c\x00\x02\x00\x00\x00\x10\x00\x00\x00\x32\ +\x00\x00\x01\xce\x00\x02\x00\x00\x00\x11\x00\x00\x00\x21\ \x00\x00\x00\x12\x00\x02\x00\x00\x00\x01\x00\x00\x00\x20\ \x00\x00\x00\xe0\x00\x02\x00\x00\x00\x01\x00\x00\x00\x1f\ \x00\x00\x00\xf0\x00\x02\x00\x00\x00\x01\x00\x00\x00\x1e\ @@ -9236,39 +9661,44 @@ qt_resource_struct = "\ \x00\x00\x01\xde\x00\x00\x00\x00\x00\x01\x00\x00\x55\x9d\ \x00\x00\x01\x6c\x00\x00\x00\x00\x00\x01\x00\x00\x52\x58\ \x00\x00\x01\x20\x00\x00\x00\x00\x00\x01\x00\x00\x50\xdf\ -\x00\x00\x04\x42\x00\x00\x00\x00\x00\x01\x00\x00\xe0\x3a\ -\x00\x00\x04\x42\x00\x00\x00\x00\x00\x01\x00\x01\xcb\x87\ -\x00\x00\x04\x42\x00\x00\x00\x00\x00\x01\x00\x00\xc2\x5a\ -\x00\x00\x04\x42\x00\x00\x00\x00\x00\x01\x00\x00\xd5\xed\ -\x00\x00\x04\x42\x00\x00\x00\x00\x00\x01\x00\x02\x22\xc4\ -\x00\x00\x03\xcc\x00\x00\x00\x00\x00\x01\x00\x00\xa0\x1a\ -\x00\x00\x03\x60\x00\x00\x00\x00\x00\x01\x00\x00\x97\xff\ -\x00\x00\x06\x42\x00\x00\x00\x00\x00\x01\x00\x00\xad\xd0\ -\x00\x00\x06\x8e\x00\x00\x00\x00\x00\x01\x00\x00\xb5\x9c\ -\x00\x00\x05\x64\x00\x00\x00\x00\x00\x01\x00\x00\x85\x2e\ -\x00\x00\x05\xbe\x00\x00\x00\x00\x00\x01\x00\x00\x94\xa7\ -\x00\x00\x04\x0e\x00\x00\x00\x00\x00\x01\x00\x00\xa8\xb6\ -\x00\x00\x05\x8c\x00\x00\x00\x00\x00\x01\x00\x00\x8b\x7d\ -\x00\x00\x06\x18\x00\x00\x00\x00\x00\x01\x00\x00\xaa\xba\ -\x00\x00\x03\xf4\x00\x00\x00\x00\x00\x01\x00\x00\xa5\x8f\ -\x00\x00\x05\x0a\x00\x00\x00\x00\x00\x01\x00\x00\xbc\xf5\ -\x00\x00\x05\xea\x00\x00\x00\x00\x00\x01\x00\x00\x9b\xec\ -\x00\x00\x06\x66\x00\x00\x00\x00\x00\x01\x00\x00\xb0\xa5\ -\x00\x00\x04\xc0\x00\x00\x00\x00\x00\x01\x00\x00\xb8\x73\ -\x00\x00\x04\x5c\x00\x00\x00\x00\x00\x01\x00\x00\x73\x34\ +\x00\x00\x04\x7c\x00\x00\x00\x00\x00\x01\x00\x00\xf9\x73\ +\x00\x00\x04\x7c\x00\x00\x00\x00\x00\x01\x00\x01\xe4\xc0\ +\x00\x00\x04\x7c\x00\x00\x00\x00\x00\x01\x00\x00\xdb\x93\ +\x00\x00\x04\x7c\x00\x00\x00\x00\x00\x01\x00\x00\xef\x26\ +\x00\x00\x04\x7c\x00\x00\x00\x00\x00\x01\x00\x02\x3b\xfd\ +\x00\x00\x03\xcc\x00\x00\x00\x00\x00\x01\x00\x00\xa8\xb9\ +\x00\x00\x03\x60\x00\x00\x00\x00\x00\x01\x00\x00\xa0\x9e\ +\x00\x00\x06\xc2\x00\x00\x00\x00\x00\x01\x00\x00\xc1\x95\ +\x00\x00\x07\x0e\x00\x00\x00\x00\x00\x01\x00\x00\xce\xd5\ +\x00\x00\x04\x0e\x00\x00\x00\x00\x00\x01\x00\x00\xb1\x55\ +\x00\x00\x05\xe4\x00\x00\x00\x00\x00\x01\x00\x00\x8d\xcd\ +\x00\x00\x06\x3e\x00\x00\x00\x00\x00\x01\x00\x00\x9d\x46\ +\x00\x00\x04\x48\x00\x00\x00\x00\x00\x01\x00\x00\xb6\xe5\ +\x00\x00\x04\x96\x00\x00\x00\x00\x00\x01\x00\x00\xb8\xe9\ +\x00\x00\x06\x0c\x00\x00\x00\x00\x00\x01\x00\x00\x94\x1c\ +\x00\x00\x06\x98\x00\x00\x00\x00\x00\x01\x00\x00\xbe\x7f\ +\x00\x00\x04\xfa\x00\x00\x00\x00\x00\x01\x00\x00\xc9\x61\ +\x00\x00\x03\xf4\x00\x00\x00\x00\x00\x01\x00\x00\xae\x2e\ +\x00\x00\x05\x8a\x00\x00\x00\x00\x00\x01\x00\x00\xd6\x2e\ +\x00\x00\x06\x6a\x00\x00\x00\x00\x00\x01\x00\x00\xa4\x8b\ +\x00\x00\x06\xe6\x00\x00\x00\x00\x00\x01\x00\x00\xc4\x6a\ +\x00\x00\x05\x40\x00\x00\x00\x00\x00\x01\x00\x00\xd1\xac\ +\x00\x00\x04\xca\x00\x00\x00\x00\x00\x01\x00\x00\x7a\xb2\ \x00\x00\x03\xcc\x00\x00\x00\x00\x00\x01\x00\x00\x68\x62\ \x00\x00\x03\x60\x00\x00\x00\x00\x00\x01\x00\x00\x60\x89\ \x00\x00\x04\x0e\x00\x00\x00\x00\x00\x01\x00\x00\x6d\xff\ +\x00\x00\x04\x48\x00\x00\x00\x00\x00\x01\x00\x00\x71\xb5\ \x00\x00\x03\xae\x00\x00\x00\x00\x00\x01\x00\x00\x65\x37\ -\x00\x00\x05\x3e\x00\x00\x00\x00\x00\x01\x00\x00\x81\x9a\ -\x00\x00\x04\x42\x00\x00\x00\x00\x00\x01\x00\x00\x6f\xbb\ -\x00\x00\x04\x8c\x00\x00\x00\x00\x00\x01\x00\x00\x75\xe3\ +\x00\x00\x05\xbe\x00\x00\x00\x00\x00\x01\x00\x00\x8a\x39\ +\x00\x00\x04\x96\x00\x00\x00\x00\x00\x01\x00\x00\x76\xea\ +\x00\x00\x04\x7c\x00\x00\x00\x00\x00\x01\x00\x00\x73\x71\ +\x00\x00\x04\xfa\x00\x00\x00\x00\x00\x01\x00\x00\x7d\x61\ \x00\x00\x03\xf4\x00\x00\x00\x00\x00\x01\x00\x00\x6c\x09\ -\x00\x00\x04\xe8\x00\x00\x00\x00\x00\x01\x00\x00\x7c\x11\ +\x00\x00\x05\x68\x00\x00\x00\x00\x00\x01\x00\x00\x84\xb0\ \x00\x00\x03\x2c\x00\x00\x00\x00\x00\x01\x00\x00\x5e\x39\ -\x00\x00\x05\x0a\x00\x00\x00\x00\x00\x01\x00\x00\x7e\x46\ +\x00\x00\x05\x8a\x00\x00\x00\x00\x00\x01\x00\x00\x86\xe5\ \x00\x00\x03\x88\x00\x00\x00\x00\x00\x01\x00\x00\x62\xa6\ -\x00\x00\x04\xc0\x00\x00\x00\x00\x00\x01\x00\x00\x78\x7e\ +\x00\x00\x05\x40\x00\x00\x00\x00\x00\x01\x00\x00\x81\x1d\ " def qInitResources(): diff --git a/picard/ui/infodialog.py b/picard/ui/infodialog.py index e81917cbd..3c5ed71f5 100644 --- a/picard/ui/infodialog.py +++ b/picard/ui/infodialog.py @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. import os.path -from PyQt4 import QtGui +from PyQt4 import QtGui, QtCore from picard.util import format_time, encode_filename, bytes2human from picard.ui.ui_infodialog import Ui_InfoDialog @@ -102,7 +102,9 @@ class FileInfoDialog(InfoDialog): else: ch = str(ch) info.append((_('Channels:'), ch)) - text = '
'.join(map(lambda i: '%s
%s' % i, info)) + text = '
'.join(map(lambda i: '%s
%s' % + (QtCore.Qt.escape(i[0]), + QtCore.Qt.escape(i[1])), info)) self.ui.info.setText(text) @@ -114,4 +116,19 @@ class AlbumInfoDialog(InfoDialog): def _display_info_tab(self): tab = self.ui.info_tab - self.tab_hide(tab) + album = self.obj + tabWidget = self.ui.tabWidget + tab_index = tabWidget.indexOf(tab) + if album.errors: + tabWidget.setTabText(tab_index, _("&Errors")) + text = '
'.join(map(lambda s: '%s' % + '
'.join(unicode(QtCore.Qt.escape(s)) + .replace('\t', ' ') + .replace(' ', ' ') + .splitlines() + ), album.errors) + ) + self.ui.info.setText(text + '
') + else: + tabWidget.setTabText(tab_index, _("&Info")) + self.tab_hide(tab) diff --git a/picard/ui/itemviews.py b/picard/ui/itemviews.py index d27746be7..afbaa2aef 100644 --- a/picard/ui/itemviews.py +++ b/picard/ui/itemviews.py @@ -136,7 +136,11 @@ class MainPanel(QtGui.QSplitter): else: ClusterItem.icon_dir = icontheme.lookup('folder', icontheme.ICON_SIZE_MENU) AlbumItem.icon_cd = icontheme.lookup('media-optical', icontheme.ICON_SIZE_MENU) + AlbumItem.icon_cd_modified = icontheme.lookup('media-optical-modified', icontheme.ICON_SIZE_MENU) AlbumItem.icon_cd_saved = icontheme.lookup('media-optical-saved', icontheme.ICON_SIZE_MENU) + AlbumItem.icon_cd_saved_modified = icontheme.lookup('media-optical-saved-modified', + icontheme.ICON_SIZE_MENU) + AlbumItem.icon_error = icontheme.lookup('media-optical-error', icontheme.ICON_SIZE_MENU) TrackItem.icon_note = QtGui.QIcon(":/images/note.png") FileItem.icon_file = QtGui.QIcon(":/images/file.png") FileItem.icon_file_pending = QtGui.QIcon(":/images/file-pending.png") @@ -635,7 +639,18 @@ class AlbumItem(TreeItem): self.insertChildren(oldnum, items) for item in items: # Update after insertChildren so that setExpanded works item.update(update_album=False) - self.setIcon(0, AlbumItem.icon_cd_saved if album.is_complete() else AlbumItem.icon_cd) + if album.errors: + self.setIcon(0, AlbumItem.icon_error) + elif album.is_complete(): + if album.is_modified(): + self.setIcon(0, AlbumItem.icon_cd_saved_modified) + else: + self.setIcon(0, AlbumItem.icon_cd_saved) + else: + if album.is_modified(): + self.setIcon(0, AlbumItem.icon_cd_modified) + else: + self.setIcon(0, AlbumItem.icon_cd) for i, column in enumerate(MainPanel.columns): self.setText(i, album.column(column[1])) if self.isSelected(): diff --git a/picard/ui/ui_infodialog.py b/picard/ui/ui_infodialog.py index c4118a611..9ac35a643 100644 --- a/picard/ui/ui_infodialog.py +++ b/picard/ui/ui_infodialog.py @@ -2,8 +2,8 @@ # Form implementation generated from reading ui file 'ui/infodialog.ui' # -# Created: Sat Oct 6 19:08:31 2012 -# by: PyQt4 UI code generator 4.9.4 +# Created: Sat Jun 15 12:58:18 2013 +# by: PyQt4 UI code generator 4.9.3 # # WARNING! All changes made in this file will be lost! @@ -18,26 +18,37 @@ class Ui_InfoDialog(object): def setupUi(self, InfoDialog): InfoDialog.setObjectName(_fromUtf8("InfoDialog")) InfoDialog.resize(535, 436) - self.vboxlayout = QtGui.QVBoxLayout(InfoDialog) - self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) + self.verticalLayout = QtGui.QVBoxLayout(InfoDialog) + self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) self.tabWidget = QtGui.QTabWidget(InfoDialog) self.tabWidget.setObjectName(_fromUtf8("tabWidget")) self.info_tab = QtGui.QWidget() self.info_tab.setObjectName(_fromUtf8("info_tab")) - self.vboxlayout1 = QtGui.QVBoxLayout(self.info_tab) - self.vboxlayout1.setObjectName(_fromUtf8("vboxlayout1")) - self.info = QtGui.QLabel(self.info_tab) + self.vboxlayout = QtGui.QVBoxLayout(self.info_tab) + self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) + self.info_scroll = QtGui.QScrollArea(self.info_tab) + self.info_scroll.setWidgetResizable(True) + self.info_scroll.setObjectName(_fromUtf8("info_scroll")) + self.scrollAreaWidgetContents = QtGui.QWidget() + self.scrollAreaWidgetContents.setEnabled(True) + self.scrollAreaWidgetContents.setGeometry(QtCore.QRect(0, 0, 493, 334)) + self.scrollAreaWidgetContents.setObjectName(_fromUtf8("scrollAreaWidgetContents")) + self.verticalLayoutLabel = QtGui.QVBoxLayout(self.scrollAreaWidgetContents) + self.verticalLayoutLabel.setObjectName(_fromUtf8("verticalLayoutLabel")) + self.info = QtGui.QLabel(self.scrollAreaWidgetContents) self.info.setText(_fromUtf8("")) self.info.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop) self.info.setWordWrap(True) self.info.setTextInteractionFlags(QtCore.Qt.LinksAccessibleByMouse|QtCore.Qt.TextSelectableByKeyboard|QtCore.Qt.TextSelectableByMouse) self.info.setObjectName(_fromUtf8("info")) - self.vboxlayout1.addWidget(self.info) + self.verticalLayoutLabel.addWidget(self.info) + self.info_scroll.setWidget(self.scrollAreaWidgetContents) + self.vboxlayout.addWidget(self.info_scroll) self.tabWidget.addTab(self.info_tab, _fromUtf8("")) self.artwork_tab = QtGui.QWidget() self.artwork_tab.setObjectName(_fromUtf8("artwork_tab")) - self.vboxlayout2 = QtGui.QVBoxLayout(self.artwork_tab) - self.vboxlayout2.setObjectName(_fromUtf8("vboxlayout2")) + self.vboxlayout1 = QtGui.QVBoxLayout(self.artwork_tab) + self.vboxlayout1.setObjectName(_fromUtf8("vboxlayout1")) self.artwork_list = QtGui.QListWidget(self.artwork_tab) self.artwork_list.setSelectionMode(QtGui.QAbstractItemView.SingleSelection) self.artwork_list.setIconSize(QtCore.QSize(170, 170)) @@ -48,13 +59,13 @@ class Ui_InfoDialog(object): self.artwork_list.setSpacing(10) self.artwork_list.setViewMode(QtGui.QListView.IconMode) self.artwork_list.setObjectName(_fromUtf8("artwork_list")) - self.vboxlayout2.addWidget(self.artwork_list) + self.vboxlayout1.addWidget(self.artwork_list) self.tabWidget.addTab(self.artwork_tab, _fromUtf8("")) - self.vboxlayout.addWidget(self.tabWidget) + self.verticalLayout.addWidget(self.tabWidget) self.buttonBox = QtGui.QDialogButtonBox(InfoDialog) self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok) self.buttonBox.setObjectName(_fromUtf8("buttonBox")) - self.vboxlayout.addWidget(self.buttonBox) + self.verticalLayout.addWidget(self.buttonBox) self.retranslateUi(InfoDialog) self.tabWidget.setCurrentIndex(0) diff --git a/resources/images/16x16/media-optical-error.png b/resources/images/16x16/media-optical-error.png new file mode 100644 index 000000000..5cbe26afe Binary files /dev/null and b/resources/images/16x16/media-optical-error.png differ diff --git a/resources/images/16x16/media-optical-modified.png b/resources/images/16x16/media-optical-modified.png new file mode 100644 index 000000000..872957847 Binary files /dev/null and b/resources/images/16x16/media-optical-modified.png differ diff --git a/resources/images/16x16/media-optical-saved-modified.png b/resources/images/16x16/media-optical-saved-modified.png new file mode 100644 index 000000000..bce57cf60 Binary files /dev/null and b/resources/images/16x16/media-optical-saved-modified.png differ diff --git a/resources/images/22x22/media-optical-error.png b/resources/images/22x22/media-optical-error.png new file mode 100644 index 000000000..fa423292e Binary files /dev/null and b/resources/images/22x22/media-optical-error.png differ diff --git a/resources/images/22x22/media-optical-modified.png b/resources/images/22x22/media-optical-modified.png new file mode 100644 index 000000000..0e8c5620e Binary files /dev/null and b/resources/images/22x22/media-optical-modified.png differ diff --git a/resources/images/22x22/media-optical-saved-modified.png b/resources/images/22x22/media-optical-saved-modified.png new file mode 100644 index 000000000..39499f791 Binary files /dev/null and b/resources/images/22x22/media-optical-saved-modified.png differ diff --git a/resources/picard.qrc b/resources/picard.qrc index 62fb48727..32662e25b 100644 --- a/resources/picard.qrc +++ b/resources/picard.qrc @@ -8,6 +8,9 @@ images/16x16/edit-cut.png images/16x16/edit-paste.png images/16x16/folder.png + images/16x16/media-optical-error.png + images/16x16/media-optical-modified.png + images/16x16/media-optical-saved-modified.png images/16x16/media-optical-saved.png images/16x16/media-optical.png images/16x16/picard.png @@ -18,6 +21,9 @@ images/22x22/folder.png images/22x22/list-remove.png images/22x22/lookup-musicbrainz.png + images/22x22/media-optical-error.png + images/22x22/media-optical-modified.png + images/22x22/media-optical-saved-modified.png images/22x22/media-optical-saved.png images/22x22/media-optical.png images/22x22/picard-analyze.png diff --git a/ui/infodialog.ui b/ui/infodialog.ui index 6c647c229..44cf74b55 100644 --- a/ui/infodialog.ui +++ b/ui/infodialog.ui @@ -10,7 +10,7 @@ 436 - + @@ -22,19 +22,41 @@ - - - - - - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop - - + + true - - Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse - + + + true + + + + 0 + 0 + 493 + 334 + + + + + + + + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + true + + + Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse + + + + +