Changeset c1a144df34204a213648092615d01a113e9af076
- Timestamp:
- 05/09/08 02:19:45
(3 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1220573985 +0200
- git-parent:
[446be1c21341517cc6324b407fe1ac0c6c18ccdb]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1220573985 +0200
- Message:
Add option to disable embedded video in the simple prefs.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5d313c6 |
rc1a144d |
|
| 189 | 189 | CONFIG_GENERIC( "video-deco", Bool, NULL, windowDecorations ); |
|---|
| 190 | 190 | CONFIG_GENERIC( "skip-frames" , Bool, NULL, skipFrames ); |
|---|
| | 191 | CONFIG_GENERIC( "embedded-video", Bool, NULL, embeddedVideo ); |
|---|
| 191 | 192 | CONFIG_GENERIC( "vout", Module, NULL, outputModule ); |
|---|
| 192 | 193 | |
|---|
| r2234190 |
rc1a144d |
|
| 7 | 7 | <x>0</x> |
|---|
| 8 | 8 | <y>0</y> |
|---|
| 9 | | <width>408</width> |
|---|
| | 9 | <width>526</width> |
|---|
| 10 | 10 | <height>513</height> |
|---|
| 11 | 11 | </rect> |
|---|
| … | … | |
| 70 | 70 | </widget> |
|---|
| 71 | 71 | </item> |
|---|
| 72 | | <item row="3" column="1" colspan="2" > |
|---|
| | 72 | <item row="4" column="1" colspan="2" > |
|---|
| 73 | 73 | <widget class="QComboBox" name="outputModule" /> |
|---|
| 74 | 74 | </item> |
|---|
| 75 | | <item row="3" column="0" > |
|---|
| | 75 | <item row="4" column="0" > |
|---|
| 76 | 76 | <widget class="QLabel" name="label_4" > |
|---|
| 77 | 77 | <property name="text" > |
|---|
| … | … | |
| 103 | 103 | <property name="checked" > |
|---|
| 104 | 104 | <bool>true</bool> |
|---|
| | 105 | </property> |
|---|
| | 106 | </widget> |
|---|
| | 107 | </item> |
|---|
| | 108 | <item row="2" column="2" > |
|---|
| | 109 | <widget class="QCheckBox" name="embeddedVideo" > |
|---|
| | 110 | <property name="text" > |
|---|
| | 111 | <string>_("Embedded video")</string> |
|---|
| 105 | 112 | </property> |
|---|
| 106 | 113 | </widget> |
|---|
| … | … | |
| 142 | 149 | </item> |
|---|
| 143 | 150 | </layout> |
|---|
| | 151 | <zorder>dXdisplayDevice</zorder> |
|---|
| | 152 | <zorder>label_5</zorder> |
|---|
| | 153 | <zorder>wallpaperMode</zorder> |
|---|
| | 154 | <zorder>displayBox</zorder> |
|---|
| 144 | 155 | </widget> |
|---|
| 145 | 156 | </item> |
|---|