<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/quickrip/patches/" rel="alternate"/><link href="https://sourceforge.net/p/quickrip/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/quickrip/patches/</id><updated>2003-07-30T01:02:17Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>gtk gui base</title><link href="https://sourceforge.net/p/quickrip/patches/4/" rel="alternate"/><published>2003-07-30T01:02:17Z</published><updated>2003-07-30T01:02:17Z</updated><author><name>Steven Grafton</name><uri>https://sourceforge.net/u/iwasbiggs/</uri></author><id>https://sourceforge.net340079001eca515e16934d8cc7c5920642c90b10</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Starting development on the gtk2 version of quickrip.&lt;/p&gt;
&lt;p&gt;Further examples can be found in&lt;br /&gt;
&lt;a href="http://www.ruinedsoft.com/quickrip/" rel="nofollow"&gt;http://www.ruinedsoft.com/quickrip/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>ETA patch</title><link href="https://sourceforge.net/p/quickrip/patches/3/" rel="alternate"/><published>2003-06-20T10:10:47Z</published><updated>2003-06-20T10:10:47Z</updated><author><name>Luca Rosellini</name><uri>https://sourceforge.net/u/juliusmalch/</uri></author><id>https://sourceforge.net1e9dcf94c8c8895fe6a388b47906d34d771fe625</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This patch display the time remaining for each encoding &lt;br /&gt;
process. &lt;br /&gt;
It barely extract from the pipe the time remaining given by &lt;br /&gt;
mencoder. &lt;/p&gt;
&lt;p&gt;gunizp the file and patch with &lt;/p&gt;
&lt;p&gt;patch -p1&amp;amp;lt;quickrip0.7-eta-patch.diff &lt;/p&gt;
&lt;p&gt;Regards &lt;br /&gt;
Luca &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Better UI files</title><link href="https://sourceforge.net/p/quickrip/patches/2/" rel="alternate"/><published>2003-06-19T16:06:40Z</published><updated>2003-06-19T16:06:40Z</updated><author><name>Tom Chance</name><uri>https://sourceforge.net/u/telex4/</uri></author><id>https://sourceforge.net128c395e8db82076769642c79f7fdb65ddb08078</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Here are some UI files mailed to me by Sashmit B.&lt;br /&gt;
Bhaduri &amp;amp;lt;gtg850g@mail.gatech.edu&amp;amp;gt;.&lt;/p&gt;
&lt;p&gt;His description of the changes:&lt;/p&gt;
&lt;p&gt;I've edited the QuickRIP qt designer .ui files for what&lt;br /&gt;
I think is (hopefully) a more usable interface that&lt;br /&gt;
more closely follows the KDE Style Guidelines and the&lt;br /&gt;
GNOME HIG. Let me know what you think :)&lt;/p&gt;
&lt;p&gt;Things that were changed include:&lt;/p&gt;
&lt;p&gt;- Using QGroupBoxes instead of QWidgetStacks. I've&lt;br /&gt;
truthfully never seen QWidgetStacks being used how you&lt;br /&gt;
were using them.&lt;br /&gt;
- Changing all the labels to sentence case (Foo bar).&lt;br /&gt;
Both KDE and GNOME follow this. The group boxes and&lt;br /&gt;
buttons are in header case.&lt;br /&gt;
- Moving the action buttons down to the bottom. This&lt;br /&gt;
was a usability decision- these buttons generally act&lt;br /&gt;
on the whole dialog, and not contents of them. Also, I&lt;br /&gt;
changed around the settings dialoged to follow standard&lt;br /&gt;
KDE &lt;br /&gt;
button order. I also changed some of the terminology, like&lt;br /&gt;
settings-&amp;amp;gt;Configure..., to more closely follow KDE and&lt;br /&gt;
GNOME.&lt;br /&gt;
- Added accel keys to most labels and buttons. People&lt;br /&gt;
who have huge accessibility concerns will need this.&lt;br /&gt;
- Changed some QLineEdits-&amp;amp;gt;QSpinBox when apporpiate.&lt;br /&gt;
- Changed some other layout things to simplify layout&lt;br /&gt;
(and resizing speed on slow remote-X connections)&lt;br /&gt;
- other assorted things&lt;/p&gt;
&lt;p&gt;I uic'd the files and they seemed to work fine with&lt;br /&gt;
current QuickRip's ui code, but there are some things&lt;br /&gt;
that are not implemented yet. The video bitrate slider&lt;br /&gt;
needs to be linked to the spinbox (KDE itself has a&lt;br /&gt;
nice combo slider/spinbox widget, if you ever decide to&lt;br /&gt;
use it)... also the new&lt;br /&gt;
browse buttons are non-working yet.&lt;/p&gt;
&lt;p&gt;regards, and thanks for QuickRip.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>dvd_device patch</title><link href="https://sourceforge.net/p/quickrip/patches/1/" rel="alternate"/><published>2003-06-17T20:41:43Z</published><updated>2003-06-17T20:41:43Z</updated><author><name>Luca Rosellini</name><uri>https://sourceforge.net/u/juliusmalch/</uri></author><id>https://sourceforge.net34e2749b1eb596ca142e8fe046c08e71b3864073</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This patch allows the user to customize the dvd device &lt;br /&gt;
from which quickrip should rip from. &lt;br /&gt;
The dvd device is tweaked from the configuration dialog. &lt;/p&gt;
&lt;p&gt;Usage: &lt;br /&gt;
copy the patch to quickrip folder, then: &lt;/p&gt;
&lt;p&gt;cd /path/to/quickrip &lt;br /&gt;
gunzip quickrip0.7-dvd_device-patch.diff.gz &lt;br /&gt;
patch -p1&amp;amp;lt;quickrip0.7-dvd_device-patch.diff &lt;/p&gt;
&lt;p&gt;Bye and thanks for the nice frontend &lt;/p&gt;&lt;/div&gt;</summary></entry></feed>