<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-media, branch michal-ui</title>
<subtitle>Media tools for MATE</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/'/>
<entry>
<title>Hide empty input settings to remove extra padding when there is no port switch</title>
<updated>2014-11-20T14:40:51+00:00</updated>
<author>
<name>Michal Ratajsky</name>
<email>michal.ratajsky@gmail.com</email>
</author>
<published>2014-11-20T14:40:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=aa7214450e29ded03730f564ab5a2369a60f0dcb'/>
<id>aa7214450e29ded03730f564ab5a2369a60f0dcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set default window width and height to prevent it from being too small at the start</title>
<updated>2014-11-20T14:36:27+00:00</updated>
<author>
<name>Michal Ratajsky</name>
<email>michal.ratajsky@gmail.com</email>
</author>
<published>2014-11-20T14:36:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=79f72df3ff31bdcb1a0237efd96561d762c955a5'/>
<id>79f72df3ff31bdcb1a0237efd96561d762c955a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only display 100% mark on sliders that actually go beyond 100%</title>
<updated>2014-11-20T00:12:36+00:00</updated>
<author>
<name>Michal Ratajsky</name>
<email>michal.ratajsky@gmail.com</email>
</author>
<published>2014-11-20T00:12:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=0dfb20b64f6d6813cddec911057c6645cba1b842'/>
<id>0dfb20b64f6d6813cddec911057c6645cba1b842</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only show the input peak meter on PulseAudio</title>
<updated>2014-11-20T00:09:10+00:00</updated>
<author>
<name>Michal Ratajsky</name>
<email>michal.ratajsky@gmail.com</email>
</author>
<published>2014-11-20T00:09:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=528c716f5712f771d2eb43704b2200f90186d3a0'/>
<id>528c716f5712f771d2eb43704b2200f90186d3a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace toggle buttons in Input/Output tab pages with icons</title>
<updated>2014-11-19T23:42:11+00:00</updated>
<author>
<name>Michal Ratajsky</name>
<email>michal.ratajsky@gmail.com</email>
</author>
<published>2014-11-19T23:42:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=d8caf9840ab34dbe8af94e47141db32ef94c075f'/>
<id>d8caf9840ab34dbe8af94e47141db32ef94c075f</id>
<content type='text'>
Getting rid of the toggles improves usability when utilizing ALSA/OSS backends as those backends do not allow changing the default stream and hence the toggles only confuse the UI
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Getting rid of the toggles improves usability when utilizing ALSA/OSS backends as those backends do not allow changing the default stream and hence the toggles only confuse the UI
</pre>
</div>
</content>
</entry>
<entry>
<title>Hide the Hardware/Applications tab pages when not using the PulseAudio backend</title>
<updated>2014-11-19T21:57:10+00:00</updated>
<author>
<name>Michal Ratajsky</name>
<email>michal.ratajsky@gmail.com</email>
</author>
<published>2014-11-19T21:57:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=ed30dc77af04772b7afd463ad1469ec036ba0a3a'/>
<id>ed30dc77af04772b7afd463ad1469ec036ba0a3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the Sound effects tab page and code</title>
<updated>2014-11-12T19:20:47+00:00</updated>
<author>
<name>Michal Ratajsky</name>
<email>michal.ratajsky@gmail.com</email>
</author>
<published>2014-11-12T19:20:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=165d25bebe216c168be8f05fe07c02b4a60a3373'/>
<id>165d25bebe216c168be8f05fe07c02b4a60a3373</id>
<content type='text'>
- Do not create the volume slider when not supported by the libmatemixer backend
- Remove the add_effects_control function as it does the same as bar_set_stream_control
- Move the widget construction code from constructor to its own function
- Remove some extraneous variables and improve debugging messages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Do not create the volume slider when not supported by the libmatemixer backend
- Remove the add_effects_control function as it does the same as bar_set_stream_control
- Move the widget construction code from constructor to its own function
- Remove some extraneous variables and improve debugging messages
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing braces</title>
<updated>2014-11-12T13:50:27+00:00</updated>
<author>
<name>Michal Ratajsky</name>
<email>michal.ratajsky@gmail.com</email>
</author>
<published>2014-11-12T13:50:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=e138677df2facdc4328c134600d5abbad8c71b1b'/>
<id>e138677df2facdc4328c134600d5abbad8c71b1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt to class name change in libmatemixer</title>
<updated>2014-11-10T10:41:38+00:00</updated>
<author>
<name>Michal Ratajsky</name>
<email>michal.ratajsky@gmail.com</email>
</author>
<published>2014-11-10T10:41:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=8daac9a1609a414d1a05c06173240e812a5cc6d2'/>
<id>8daac9a1609a414d1a05c06173240e812a5cc6d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build gvc-utils for mate-volume-control only as it is not used by the applet</title>
<updated>2014-11-10T09:31:24+00:00</updated>
<author>
<name>Michal Ratajsky</name>
<email>michal.ratajsky@gmail.com</email>
</author>
<published>2014-11-10T09:31:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=629fd97f39346eb78146077d1d459ef6d99ea7ef'/>
<id>629fd97f39346eb78146077d1d459ef6d99ea7ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
