| 1 | [b]Version 0.6.9[/b]:
 | 
|---|
| 2 | 
 | 
|---|
| 3 | (2010-02-18)
 | 
|---|
| 4 |  * New option for smplayer.ini: relative_seeking (section [gui]). If true
 | 
|---|
| 5 |    seeking (with the time slider) will be done by using a percentage. If false
 | 
|---|
| 6 |    seeking will be done using an absolute time. The default value for this
 | 
|---|
| 7 |    option is true.
 | 
|---|
| 8 | 
 | 
|---|
| 9 | (2010-02-09)
 | 
|---|
| 10 |  * Fix: using now -af channels to select the left or right audio channel, as 
 | 
|---|
| 11 |    it seems the -stereo option in mplayer doesn't work as expected.
 | 
|---|
| 12 |    Should fix bug #1962349.
 | 
|---|
| 13 | 
 | 
|---|
| 14 | (2010-02-02)
 | 
|---|
| 15 |  * Added a new action to toggle deinterlacing (assigned to key D). It just 
 | 
|---|
| 16 |    runs the mplayer slave command "step_property deinterlace". It toggles 
 | 
|---|
| 17 |    deinterlacing on/off. Requires the yadif or kerndeint filters.
 | 
|---|
| 18 |    Note: when using this action, the deinterlace menu is not updated.
 | 
|---|
| 19 | 
 | 
|---|
| 20 | (2010-02-01)
 | 
|---|
| 21 |  * Added an option (Options -> Statusbar) to display the video resolution and
 | 
|---|
| 22 |    fps in the statusbar.
 | 
|---|
| 23 |  * For consistency, moved the option to show the frame counter to the submenu
 | 
|---|
| 24 |    Options -> Statusbar. (Which by the way required to remove the old and ugly
 | 
|---|
| 25 |    implementation and create a new one)
 | 
|---|
| 26 | 
 | 
|---|
| 27 | (2010-01-28)
 | 
|---|
| 28 |  * (Experimental) Now the slider seeks again by percentage instead of time, but
 | 
|---|
| 29 |    this time the percentage uses fractions so it should be as accurate as
 | 
|---|
| 30 |    before, and makes seeking work better when the length reported by mplayer is
 | 
|---|
| 31 |    wrong.
 | 
|---|
| 32 | 
 | 
|---|
| 33 | (2010-01-20)
 | 
|---|
| 34 |  * Now the command line options -close-at-end and -no-close-at-end don't
 | 
|---|
| 35 |    modify the preference's option "close when finished playback".
 | 
|---|
| 36 |  * Now the command line options -fullscreen and -no-fullscreen don't
 | 
|---|
| 37 |    modify the preference's option "start videos in fullscreen".
 | 
|---|
| 38 | 
 | 
|---|
| 39 | (2010-01-15)
 | 
|---|
| 40 |  * (Linux) Use pulse as default audio output instead of alsa, as alsa is
 | 
|---|
| 41 |    causing problems (at least) in Ubuntu 9.10 when seeking on a video (image
 | 
|---|
| 42 |    freezes).
 | 
|---|
| 43 | 
 | 
|---|
| 44 | (2010-01-10)
 | 
|---|
| 45 |  * Fix: the "unicode" encoding for subtitles works now on Windows.
 | 
|---|
| 46 | 
 | 
|---|
| 47 | (2009-12-13)
 | 
|---|
| 48 |  * Added the possibility to mark an A-B section. When the A-B section has been
 | 
|---|
| 49 |    selected only that section will be played. If the option Play->Repeat is 
 | 
|---|
| 50 |    enabled, the A-B section will be repeated.
 | 
|---|
| 51 |    A new submenu "A-B section" has been added to the "Play" menu, with the
 | 
|---|
| 52 |    following options:
 | 
|---|
| 53 |      - set A marker
 | 
|---|
| 54 |      - set B marker
 | 
|---|
| 55 |      - clear A-B markers
 | 
|---|
| 56 |      - repeat
 | 
|---|
| 57 |    This is exactly how it works: 
 | 
|---|
| 58 |     - the "set A marker" option allows to mark the beginning of the section. 
 | 
|---|
| 59 |       If the B marker has previously been set, the file will be restarted so 
 | 
|---|
| 60 |       the change can take effect.
 | 
|---|
| 61 |     - the "set B marker" option allows to mark the end of the section.
 | 
|---|
| 62 |       If the A marker has previously been set, the file will be restarted so 
 | 
|---|
| 63 |       the change can take effect.
 | 
|---|
| 64 |     - the "clear A-B markers" option deletes the A and B markers and restarts
 | 
|---|
| 65 |       the playback so the change can take effect. If the A and B markers 
 | 
|---|
| 66 |       weren't set, this option does nothing.
 | 
|---|
| 67 |     - if the "repeat" option is enabled, the A-B section will played back once
 | 
|---|
| 68 |       and again (If no A-B section is set, the whole file will be repeated). 
 | 
|---|
| 69 |       If the "repeat" option is not enabled, when the playback gets to the B 
 | 
|---|
| 70 |       marker, the file will be stopped. 
 | 
|---|
| 71 | 
 | 
|---|
| 72 |    Notice: as a side effect, when an A-B section has been set, any action which
 | 
|---|
| 73 |    requires to restart mplayer, will start the playback at the A marker and not
 | 
|---|
| 74 |    at the point it was previously!
 | 
|---|
| 75 | 
 | 
|---|
| 76 | (2009-11-26)
 | 
|---|
| 77 |  * Added icons for the buttons in the find subtitles window.
 | 
|---|
| 78 | 
 | 
|---|
| 79 | (2009-11-19)
 | 
|---|
| 80 |  * Added the new option "Save SMPlayer log to file" in Preferences -> Advanced
 | 
|---|
| 81 |    -> Logs. If the option is checked, the smplayer logs will be saved to
 | 
|---|
| 82 |    to a file named smplayer_log.txt in the smplayer config file (in linux
 | 
|---|
| 83 |    $HOME/.config/smplayer/).
 | 
|---|
| 84 | 
 | 
|---|
| 85 | (2009-11-06)
 | 
|---|
| 86 |  * Pass the text for the slave command osd_show_text in utf8. Should fix
 | 
|---|
| 87 |    bug #2854097 (incorrect charset in OSD texts). 
 | 
|---|
| 88 |    Fix based on a patch by c0rnholio 
 | 
|---|
| 89 |    (https://sourceforge.net/tracker/?func=detail&atid=913575&aid=2893306&group_id=185512)
 | 
|---|
| 90 | 
 | 
|---|
| 91 | (2009-10-26)
 | 
|---|
| 92 |  * Added a new option for smplayer.ini: fast_load_sub
 | 
|---|
| 93 |    If true (the default) loading an external subtitle will be fast
 | 
|---|
| 94 |    because it will be done by using a slave command (which is nice but it
 | 
|---|
| 95 |    has the problem that smplayer may restore the wrong subtitle after a
 | 
|---|
| 96 |    restart of the video). If false, the subtitle will be loaded by
 | 
|---|
| 97 |    restarting mplayer (which is a little bit slower but doesn't have the
 | 
|---|
| 98 |    mentioned problem).
 | 
|---|
| 99 | 
 | 
|---|
| 100 | (2009-10-20)
 | 
|---|
| 101 |  * Bugfix: pad the hash for opensubtitles with zeroes. This bug caused that
 | 
|---|
| 102 |    sometimes smplayer couldn't find any subtitles for a given file.
 | 
|---|
| 103 | 
 | 
|---|
| 104 | (2009-10-03)
 | 
|---|
| 105 |  * Applied patch smplayer-3270-mandriva-mplayer-version.patch by Anssi Hannula 
 | 
|---|
| 106 |    (http://sourceforge.net/users/anssih/). Makes SMPlayer detect the mplayer 
 | 
|---|
| 107 |    version strings in Mandriva.
 | 
|---|
| 108 | 
 | 
|---|
| 109 | (2009-09-14)
 | 
|---|
| 110 |  * New action "show_filename" (assigned to Shift+I). It displays the filename
 | 
|---|
| 111 |    in the OSD.
 | 
|---|
| 112 | 
 | 
|---|
| 113 | (2009-09-13)
 | 
|---|
| 114 |  * Don't pass to mplayer any audio filter (-af ...) when using -afm hwac3.
 | 
|---|
| 115 | 
 | 
|---|
| 116 | (2009-09-09)
 | 
|---|
| 117 |  * (Streams) Added support to 'StreamTitle' without 'StreamUrl'
 | 
|---|
| 118 | 
 | 
|---|
| 119 | (2009-09-04)
 | 
|---|
| 120 |  * Applied patch mousewheel_seekalt_checkbox_r3257.patch by Steven Eastland
 | 
|---|
| 121 |    (grassmonk at users.sourceforge.net). It adds the possibility to reverse
 | 
|---|
| 122 |    the direction of seeking with the mouse wheel.
 | 
|---|
| 123 | 
 | 
|---|
| 124 | (2009-08-31)
 | 
|---|
| 125 |  * Added the checkbox "Disable video filters when using vdpau" in Preferences ->
 | 
|---|
| 126 |    General -> Video.
 | 
|---|
| 127 | 
 | 
|---|
| 128 | (2009-08-30)
 | 
|---|
| 129 |  * (Linux) New option for smplayer.ini: disable_video_filters_with_vdpau. If 
 | 
|---|
| 130 |     set to true /the default) all video filters will be disabled when using 
 | 
|---|
| 131 |     the vdpau vo.
 | 
|---|
| 132 | 
 | 
|---|
| 133 | (2009-08-16)
 | 
|---|
| 134 |  * All video filters in the Video menu will be shown disabled if using vdpau.
 | 
|---|
| 135 | 
 | 
|---|
| 136 | (2009-08-12)
 | 
|---|
| 137 |  * Bugfix: some of the items in the the recents menu may be lost.
 | 
|---|
| 138 | 
 | 
|---|
| 139 | (2009-07-31)
 | 
|---|
| 140 |  * The default cache for local files is 0.
 | 
|---|
| 141 |  * New option for smplayer.ini: osd_delay. It specifies the delay in 
 | 
|---|
| 142 |    milliseconds to show the OSD (default 2200).
 | 
|---|
| 143 | 
 | 
|---|
| 144 | (2009-07-30)
 | 
|---|
| 145 |  * If using vdpau, don't pass any video filter to mplayer (instead of passing 
 | 
|---|
| 146 |    them and then clear them with -vf-clr)
 | 
|---|
| 147 | 
 | 
|---|
| 148 | 
 | 
|---|
| 149 | [b]Version 0.6.8[/b]:
 | 
|---|
| 150 | 
 | 
|---|
| 151 | (2009-07-14)
 | 
|---|
| 152 |  * Check for new channels first in ~/.mplayer/channels.conf.ter. Use 
 | 
|---|
| 153 |    channels.conf if channels.conf.ter is not found.
 | 
|---|
| 154 |  * Removed the "Jump..." item from the tv and radio menus. The actions
 | 
|---|
| 155 |    are still available.
 | 
|---|
| 156 |  * (Playlist) Fix: don't try to a load pls file if the file doesn't exist.
 | 
|---|
| 157 |    Prevents QSettings to create subdirectories pointing to that file.
 | 
|---|
| 158 |  * Updated the texts of the OSD options.
 | 
|---|
| 159 | 
 | 
|---|
| 160 | (2009-07-13)
 | 
|---|
| 161 |  * Moved the option "Visualize motion vectors" from menu Options to menu
 | 
|---|
| 162 |    Video.
 | 
|---|
| 163 | 
 | 
|---|
| 164 | (2009-07-12)
 | 
|---|
| 165 |  * Fixed error "302 - Moved temporarily" when connecting to opensubtitles.org.
 | 
|---|
| 166 | 
 | 
|---|
| 167 | (2009-07-09)
 | 
|---|
| 168 |  * Added the new option "Jump" to the TV and radio menus. It displays a dialog
 | 
|---|
| 169 |    which allows the user to enter the number of the channel to open.
 | 
|---|
| 170 | 
 | 
|---|
| 171 | (2009-07-07)
 | 
|---|
| 172 |  * Applied patch numbered_recent_files.diff by greenest 
 | 
|---|
| 173 |    (greenest at users.sourceforge.net). It adds numbers in front of the recent 
 | 
|---|
| 174 |    files, and a key accelerator.
 | 
|---|
| 175 | 
 | 
|---|
| 176 | (2009-07-06)
 | 
|---|
| 177 |  * Save the last TV channel, which will be used when "dvb://" or "tv://" is
 | 
|---|
| 178 |    opened.
 | 
|---|
| 179 | 
 | 
|---|
| 180 | (2009-07-05)
 | 
|---|
| 181 |  * (Linux) vdpau doesn't allow to use any video filter (mplayer would crash)
 | 
|---|
| 182 |    so now smplayer will clear the filter list if vdpau is used.
 | 
|---|
| 183 |  * New option for smplayer.ini (section [playlist]): automatically_play_next.
 | 
|---|
| 184 |    If set to false the playlist won't play the next item when the current one
 | 
|---|
| 185 |    finishes.
 | 
|---|
| 186 | 
 | 
|---|
| 187 | (2009-07-04)
 | 
|---|
| 188 |  * The settings of TV channels are saved on ~/.config/smplayer/smplayer_tv.ini.
 | 
|---|
| 189 | 
 | 
|---|
| 190 | (2009-07-02)
 | 
|---|
| 191 |  * Added a new section in the preferences dialog: TV and radio.
 | 
|---|
| 192 | 
 | 
|---|
| 193 | (2009-06-30)
 | 
|---|
| 194 |  * Apply patch play_action_disabled_while_playing.diff by Francesco Cosoleto.
 | 
|---|
| 195 |    (cosoleto at users.sourceforge.net). It disables the play action while 
 | 
|---|
| 196 |    playing.
 | 
|---|
| 197 |  * (Fix) Now the command line option -sub passes the subtitle file to another 
 | 
|---|
| 198 |    running instance.
 | 
|---|
| 199 | 
 | 
|---|
| 200 | (2009-06-29)
 | 
|---|
| 201 |  * Added actions to select the previous and next tv channels, and also for
 | 
|---|
| 202 |    previous and next radio. Assigned by default to the keys L and H (for TV) 
 | 
|---|
| 203 |    and Shift+L and Shift+H for radio.
 | 
|---|
| 204 | 
 | 
|---|
| 205 | (2009-06-28)
 | 
|---|
| 206 |  * Changing chapters works again with mplayer > svn r29407 (0-based).
 | 
|---|
| 207 |    For DVDs, it only works if cache = 0.
 | 
|---|
| 208 |  * Added two options for smplayer.ini (section [tv]): 
 | 
|---|
| 209 |    check_channels_conf_on_startup and initial_tv_deinterlace.
 | 
|---|
| 210 | 
 | 
|---|
| 211 | (2009-06-27)
 | 
|---|
| 212 |  * The tv and radio submenus can be added to the toolbars (tv_menu and 
 | 
|---|
| 213 |    radio_menu).
 | 
|---|
| 214 | 
 | 
|---|
| 215 | (2009-06-25)
 | 
|---|
| 216 |  * New menus Open->TV and Open->Radio. The items for those menus are taken from
 | 
|---|
| 217 |    ~/.mplayer/channels.conf. The services with video and audio pid are added
 | 
|---|
| 218 |    to the TV menu, those with audio pid are added to the radio menu. The
 | 
|---|
| 219 |    rest are discarded. The file channels.conf is rescanned on every startup
 | 
|---|
| 220 |    and will add new channels to the menus. 
 | 
|---|
| 221 |    Note: the file channels.conf is not read at all on Windows (mplayer lacks 
 | 
|---|
| 222 |    dvb support on Windows).
 | 
|---|
| 223 |  * The list of channels can be edited.
 | 
|---|
| 224 | 
 | 
|---|
| 225 | (2009-06-23)
 | 
|---|
| 226 |  * Initial support for TV (dvb:// and tv://):
 | 
|---|
| 227 |     - You can open dvb channels through commandline (smplayer 
 | 
|---|
| 228 |       dvb://CHANNEL_NAME). It may also work with tv:// but it's untested.
 | 
|---|
| 229 |     - There's an option under Preferences->Performance to set the cache for TV.
 | 
|---|
| 230 |     - The view info and properties dialog recognizes dvb:// and tv:// and
 | 
|---|
| 231 |       display a TV icon for them. 
 | 
|---|
| 232 | 
 | 
|---|
| 233 | (2009-06-21)
 | 
|---|
| 234 |  * Added the new menu Program under the Browse menu. It allows to change
 | 
|---|
| 235 |    the program track for ts files. Known issue: when a program changes, the 
 | 
|---|
| 236 |    video and audio track will probably change too but the video and audio menus
 | 
|---|
| 237 |    doesn't show that change.
 | 
|---|
| 238 |  * The OSD is not shown until 3 seconds after the video started to play. This
 | 
|---|
| 239 |    avoid a lot of messages being printed on the OSD at startup.
 | 
|---|
| 240 | 
 | 
|---|
| 241 | (2009-06-12)
 | 
|---|
| 242 |  * Applied (with a few changes) the patch wheelfunctionpatch4.txt by
 | 
|---|
| 243 |    Stivo (helifan at users.sourceforge.net).
 | 
|---|
| 244 |    It adds the possibility to change the function of the mouse wheel with
 | 
|---|
| 245 |    a mouse click.
 | 
|---|
| 246 | 
 | 
|---|
| 247 | (2009-06-02)
 | 
|---|
| 248 |  * (Windows) smplayer should recognize now Windows 7, if using Qt 4.5.1 
 | 
|---|
| 249 |    (untested).
 | 
|---|
| 250 |  * (Windows, portable version) The default screenshot directory is 
 | 
|---|
| 251 |    ./screenshots, and the default additional option for mplayer is 
 | 
|---|
| 252 |    -nofontconfig. This way it's not necessary to supply a customized 
 | 
|---|
| 253 |    smplayer.ini in the portable package.
 | 
|---|
| 254 |  * Recognize the multithreaded mplayer build from kovensky (checks for 
 | 
|---|
| 255 |    'MPlayer GIT*'). It assumes it's version 1.0rc3.
 | 
|---|
| 256 | 
 | 
|---|
| 257 | (2009-05-24)
 | 
|---|
| 258 |  * Bugfix: now the color tags from the mplayer output are really removed
 | 
|---|
| 259 |    (linux only).
 | 
|---|
| 260 | 
 | 
|---|
| 261 | (2009-05-21)
 | 
|---|
| 262 |  * Two new options for the command line have been added: -pos and -size. Both 
 | 
|---|
| 263 |    options expect two arguments. -pos specifies the coordinates (x, y) where 
 | 
|---|
| 264 |    the main window will be displayed, -size specifies the size (width, height).
 | 
|---|
| 265 |    If any of the values is invalid, the option will be silently ignored.
 | 
|---|
| 266 | 
 | 
|---|
| 267 | (2009-05-18)
 | 
|---|
| 268 |  * New option in the subtitle menu: "subtitle visibility". If the option
 | 
|---|
| 269 |    is checked (default) subtitles are visible, otherwise the subtitles won't
 | 
|---|
| 270 |    appear in the screen. This is a global option.
 | 
|---|
| 271 |  * In the subtitle initialization function, try to find the external subtitle
 | 
|---|
| 272 |    using its filename, and not assuming that it's always the last one. 
 | 
|---|
| 273 |    It should make the -sub command line option to work as expected.
 | 
|---|
| 274 | 
 | 
|---|
| 275 | (2009-05-11)
 | 
|---|
| 276 |  * Added the Estonian translation, by olav mägi <olav.magi@hotmail.com>
 | 
|---|
| 277 |  * The option "Audio/video auto synchronization" has been moved from 
 | 
|---|
| 278 |    Preferences -> Performance to Preferences -> General -> Audio.
 | 
|---|
| 279 |  * Added the new option "A-V sync correction" in Preferences -> General -> 
 | 
|---|
| 280 |    Audio (for the mplayer option -mc).
 | 
|---|
| 281 | 
 | 
|---|
| 282 | (2009-05-05)
 | 
|---|
| 283 |  * New option for smplayer.ini: row_spacing (in the [playlist] section). It
 | 
|---|
| 284 |    specifies the spacing between rows in the playlist. If the value is -1
 | 
|---|
| 285 |    the row height is not changed.
 | 
|---|
| 286 | 
 | 
|---|
| 287 | (2009-05-04)
 | 
|---|
| 288 |  * Added an option in Preferences -> Advanced -> Logs to make the mplayer logs
 | 
|---|
| 289 |    more verbose (passes -v to mplayer).
 | 
|---|
| 290 | 
 | 
|---|
| 291 | (2009-05-01)
 | 
|---|
| 292 |  * Applied patch coreavc.patch by Shurygin Egor <qdiesel@users.sourceforge.net>
 | 
|---|
| 293 |    It adds a checkbox in performance settings to switch coreavc usage.
 | 
|---|
| 294 |    When checked passes to mplayer "-vc coreavc," unless vdpau video driver is
 | 
|---|
| 295 |    used and any other video codec has been set explicitly.
 | 
|---|
| 296 | 
 | 
|---|
| 297 | (2009-04-30)
 | 
|---|
| 298 |  * Bugfix: hide the mouse cursor when it's over the black borders.
 | 
|---|
| 299 | 
 | 
|---|
| 300 | (2009-04-29)
 | 
|---|
| 301 |  * (Windows) New options for smplayer.ini: turn_screensaver_off (false by
 | 
|---|
| 302 |    default) and avoid_screensaver (true by default). The option
 | 
|---|
| 303 |    disable_screensaver won't be used on windows anymore.
 | 
|---|
| 304 |    turn_screensaver_off disables the screensaver from the control panel,
 | 
|---|
| 305 |    while avoid_screensaver prevents the screensaver to appear when windows
 | 
|---|
| 306 |    requests for it in an event.
 | 
|---|
| 307 |  * Added checkboxes in preferences->general->video to allow to configure
 | 
|---|
| 308 |    the avoid_screensaver and turn_screensaver_off options.
 | 
|---|
| 309 | 
 | 
|---|
| 310 | (2009-04-24)
 | 
|---|
| 311 |  * Deleted the option "Change volume just before playing" (Preferences -> 
 | 
|---|
| 312 |    General -> Audio). That option had sense when a patch was required for the
 | 
|---|
| 313 |    -volume option, but not now.
 | 
|---|
| 314 |    Now it will just use -volume if using mplayer >= SVN r27872.
 | 
|---|
| 315 |  * Deleted the option "Change volume on every file" (Preferences -> 
 | 
|---|
| 316 |    General -> Audio). It did more or less the same now it does the "Global
 | 
|---|
| 317 |    volume" option.
 | 
|---|
| 318 |  * Deleted the "Default volume" slider in (Preferences -> General -> Audio).
 | 
|---|
| 319 |    With time it lost its original meaning. It's still possible to configure 
 | 
|---|
| 320 |    the default volume in smplayer.ini.
 | 
|---|
| 321 | 
 | 
|---|
| 322 | (2009-04-23)
 | 
|---|
| 323 |  * Started to implement the possibility to customize the options for the
 | 
|---|
| 324 |    audio/video filters passed to mplayer (in the section [filter_options] 
 | 
|---|
| 325 |    in smplayer.ini).
 | 
|---|
| 326 |    Currently 3 filters can be customized: noise, volnorm and deblock.
 | 
|---|
| 327 |    BTW, the volnorm filter has changed its default value from 2 to 1.
 | 
|---|
| 328 | 
 | 
|---|
| 329 | (2009-04-20)
 | 
|---|
| 330 |  * (Experimental) Added the new option "Global volume" (Preferences -> General
 | 
|---|
| 331 |    -> Audio). If the option is checked, the volume and mute are global
 | 
|---|
| 332 |    options. If not checked, the volume and mute options are independent for
 | 
|---|
| 333 |    each file.
 | 
|---|
| 334 |    Known issues: the default value is 50, it doesn't honor the "default volume"
 | 
|---|
| 335 |    setting. On the other hand, the option "change volume before playing" is
 | 
|---|
| 336 |    honored even if that option is shown disabled when the "global volume" is
 | 
|---|
| 337 |    checked.
 | 
|---|
| 338 | 
 | 
|---|
| 339 | (2009-04-18)
 | 
|---|
| 340 |  * Added the Vietnamese translation, by Lê Xuân Thảo <thaolx@gmail.com>.
 | 
|---|
| 341 |  * Display the current playback speed in the status bar when it changes.
 | 
|---|
| 342 |  * Added support for the mplayer tags DVDNAV_TITLE_IS_MENU and 
 | 
|---|
| 343 |    DVDNAV_TITLE_IS_MOVIE added in mplayer svn r29156. 
 | 
|---|
| 344 |    It just simply stops sending the set_mouse_pos slave command if not in a 
 | 
|---|
| 345 |    dvd menu.
 | 
|---|
| 346 | 
 | 
|---|
| 347 | (2009-04-16)
 | 
|---|
| 348 |  * (Bugfix) Don't stop the file if already stopped when closing smplayer
 | 
|---|
| 349 |    to prevent that the current position would reset to 0.
 | 
|---|
| 350 | 
 | 
|---|
| 351 | (2009-04-15)
 | 
|---|
| 352 |  * Added two aspect ratios: 3:2 and 14:10.
 | 
|---|
| 353 |  * The next_aspect action changes the aspect ratio in the right order.
 | 
|---|
| 354 | 
 | 
|---|
| 355 | (2009-04-07)
 | 
|---|
| 356 |  * Added an option in preferences to turn on/off the screenshot feature.
 | 
|---|
| 357 |    So no need now to clear the screenshot path to disable it.
 | 
|---|
| 358 | 
 | 
|---|
| 359 | (2009-04-06)
 | 
|---|
| 360 |  * Pass to mplayer "-vc ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau," if
 | 
|---|
| 361 |    using vdpau as video driver and not other video codec has been set.
 | 
|---|
| 362 |    (Untested)
 | 
|---|
| 363 | 
 | 
|---|
| 364 | (2009-04-02)
 | 
|---|
| 365 |  * Now the mouse cursor is hidden only when playing.
 | 
|---|
| 366 | 
 | 
|---|
| 367 | (2009-04-01)
 | 
|---|
| 368 |  * (Fix) The preferences dialog sets the default video driver to "direct3d,"
 | 
|---|
| 369 |    if using Windows Vista.
 | 
|---|
| 370 | 
 | 
|---|
| 371 | (2009-03-26)
 | 
|---|
| 372 |  * Added ogv to the list of extensions (for video).
 | 
|---|
| 373 | 
 | 
|---|
| 374 | (2009-03-25)
 | 
|---|
| 375 |  * (Linux) Using -input nodefault-bindings:conf=/dev/null to disable the 
 | 
|---|
| 376 |    mplayer keys if using mplayer >= SVN r29058.
 | 
|---|
| 377 | 
 | 
|---|
| 378 | (2009-03-23)
 | 
|---|
| 379 |  * (Experimental) Now some of the submenus can be added to the toolbars
 | 
|---|
| 380 |    (actions names: speed_menu, videotrack_menu, screen_menu, videosize_menu, 
 | 
|---|
| 381 |    panscan_menu, aspect_menu, deinterlace_menu, videofilter_menu, rotate_menu, 
 | 
|---|
| 382 |    ontop_menu, audiotrack_menu, audiofilter_menu, audiochannels_menu, 
 | 
|---|
| 383 |    stereomode_menu, subtitlestrack_menu, titles_menu, chapters_menu, 
 | 
|---|
| 384 |    angles_menu, osd_menu).
 | 
|---|
| 385 | 
 | 
|---|
| 386 | (2009-03-22)
 | 
|---|
| 387 |  * Added an icon for the next_aspect action. Contributed by TT 
 | 
|---|
| 388 |    (http://smplayer.berlios.de/forums/viewtopic.php?id=1104).
 | 
|---|
| 389 | 
 | 
|---|
| 390 | (2009-03-20)
 | 
|---|
| 391 |  * The subtitle and audio delay actions keep now the file paused. They also
 | 
|---|
| 392 |    display the current value in the status bar.
 | 
|---|
| 393 | 
 | 
|---|
| 394 | (2009-03-19)
 | 
|---|
| 395 |  * Added some icons for: Help -> Tips, Video -> Preview, Video -> Start/stop
 | 
|---|
| 396 |    taking screenshots, Subtitles -> Find subtitles on opensubtitles.org and
 | 
|---|
| 397 |    updated the Qt logo (taken from the Qt sources).
 | 
|---|
| 398 | 
 | 
|---|
| 399 | (2009-03-18)
 | 
|---|
| 400 |  * (Videopreview) Ctrl+H toggles displaying the info about the video.
 | 
|---|
| 401 |  * Don't use "set_property switch_video" when using the nsv demuxer. It makes
 | 
|---|
| 402 |    mplayer stop displaying the video after a few seconds.
 | 
|---|
| 403 |  * Added a new option: Video -> Start/stop taking screenshots (of each frame)
 | 
|---|
| 404 |    assigned by default to "Shift+D" (the icon for this action: screenshots.png)
 | 
|---|
| 405 |    When this option is selected, a screenshot will be taken (and saved in
 | 
|---|
| 406 |    png format to the screenshot folder) for each frame. Select the option
 | 
|---|
| 407 |    again to stop taking screenshots. 
 | 
|---|
| 408 | 
 | 
|---|
| 409 | (2009-03-16)
 | 
|---|
| 410 |  * (Windows) Now by default the combos in Preferences -> Drives will show all
 | 
|---|
| 411 |    drives, not only CD/DVD devices, as it has been reported that checking
 | 
|---|
| 412 |    for those devices can be slow if there are network drives. Now there's
 | 
|---|
| 413 |    a button "Scan for CD/DVD devices" to force the detection of CD/DVD devices.
 | 
|---|
| 414 | 
 | 
|---|
| 415 | (2009-03-12)
 | 
|---|
| 416 |  * Deleted the obsolete translations from smplayer_gl.ts (caused lrelease
 | 
|---|
| 417 |    to fail with Qt 4.5.0).
 | 
|---|
| 418 | 
 | 
|---|
| 419 | (2009-03-11)
 | 
|---|
| 420 |  * Fixed some build problems that could make the installation fail, trying to 
 | 
|---|
| 421 |    recompile everything again with qt3 because QMAKE can be undefined during 
 | 
|---|
| 422 |    make install.
 | 
|---|
| 423 | 
 | 
|---|
| 424 | 
 | 
|---|
| 425 | [b]Version 0.6.7[/b]:
 | 
|---|
| 426 | 
 | 
|---|
| 427 | (2009-03-06)
 | 
|---|
| 428 |  * The media type icons (type_audio.png, type_dvd.png, type_url.png, 
 | 
|---|
| 429 |    type_video.png, type_cdda.png, type_unknown.png and type_vcd.png) which 
 | 
|---|
| 430 |    appear in the info window can now be overridden by the icon themes.
 | 
|---|
| 431 | 
 | 
|---|
| 432 | (2009-03-05)
 | 
|---|
| 433 |  * (Playlist) Try to figure out if a file is local (when the file is added
 | 
|---|
| 434 |    to the playlist) not using QFile::exists, as it seems it can be slow
 | 
|---|
| 435 |    with remote files. It might fix bug #2586395, although I can't test.
 | 
|---|
| 436 | 
 | 
|---|
| 437 | (2009-02-19)
 | 
|---|
| 438 |  * Using software volume by default.
 | 
|---|
| 439 | 
 | 
|---|
| 440 | (2009-02-17)
 | 
|---|
| 441 |  * Using multiple ini files to store the file settings by default now.
 | 
|---|
| 442 | 
 | 
|---|
| 443 | (2009-02-15)
 | 
|---|
| 444 |  * Added preliminary support for the upcoming mplayer 1.0rc3.
 | 
|---|
| 445 | 
 | 
|---|
| 446 | (2009-02-09)
 | 
|---|
| 447 |  * (ASS subtitles) The outline and shadow options now accept values with
 | 
|---|
| 448 |    decimals.
 | 
|---|
| 449 | 
 | 
|---|
| 450 | (2009-02-04)
 | 
|---|
| 451 |  * Now the default value for the "correct pts" option is auto.
 | 
|---|
| 452 | 
 | 
|---|
| 453 | (2009-01-31)
 | 
|---|
| 454 |  * (Videopreview) Added a new option to remember the last folder used for
 | 
|---|
| 455 |    saving the preview image. If not checked, it will suggest the same
 | 
|---|
| 456 |    folder of the video to save the image.
 | 
|---|
| 457 |  * New action toggle_stay_on_top, which toggles between "stay on top always" 
 | 
|---|
| 458 |    and "stay on top never". If "stay on top while playing" is enabled, this
 | 
|---|
| 459 |    action does nothing.
 | 
|---|
| 460 | 
 | 
|---|
| 461 | (2009-01-29)
 | 
|---|
| 462 |  * Added two options (in the audio and subtitle menus) to allow the user to 
 | 
|---|
| 463 |    enter the audio and subtitle delay (in milliseconds).
 | 
|---|
| 464 | 
 | 
|---|
| 465 | (2009-01-28)
 | 
|---|
| 466 |  * Added names for the rest of dvdnav actions.
 | 
|---|
| 467 |  * The dvdnav_mouse action is assigned to the left mouse button by default.
 | 
|---|
| 468 |  * Added all dvdnav actions to the list of actions that can be selected with
 | 
|---|
| 469 |    the mouse buttons.
 | 
|---|
| 470 | 
 | 
|---|
| 471 | (2009-01-27)
 | 
|---|
| 472 |  * Fix: now spaces in arguments for mplayer (in Preferences->Advanced and 
 | 
|---|
| 473 |    Options->View info and properties) are respected if they are between
 | 
|---|
| 474 |    quotes. Now for instance this will work as expected:
 | 
|---|
| 475 |      -heartbeat-cmd "gnome-screensaver-command -p &"
 | 
|---|
| 476 |  * Fix: the playlist is not allowed to be docked in fullscreen mode.
 | 
|---|
| 477 | 
 | 
|---|
| 478 | (2009-01-26)
 | 
|---|
| 479 |  * (Playlist) When a file is added to the playlist, if it was already in
 | 
|---|
| 480 |    the list, it's moved to the end of the list.
 | 
|---|
| 481 | 
 | 
|---|
| 482 | (2009-01-24)
 | 
|---|
| 483 |  * (Videopreview) Add jpg to the "extract frame as" combobox only if the
 | 
|---|
| 484 |    jpg format is available for reading.
 | 
|---|
| 485 |  * The direct3d video output is now the default for Windows Vista (untested).
 | 
|---|
| 486 | 
 | 
|---|
| 487 | (2009-01-18)
 | 
|---|
| 488 |  * The dvdnav actions are now only enabled when playing a dvd (using dvdnav).
 | 
|---|
| 489 | 
 | 
|---|
| 490 | (2009-01-17)
 | 
|---|
| 491 |  * Now the mplayer process is not restarted when loading an external subtitle
 | 
|---|
| 492 |    file (using the sub_load slave command), except for idx/sub subtitles. 
 | 
|---|
| 493 | 
 | 
|---|
| 494 | (2009-01-15)
 | 
|---|
| 495 |  * (Windows) Now the screensaver is allowed to turn on if the file is
 | 
|---|
| 496 |     paused or it's an audio file.
 | 
|---|
| 497 |  * The "it's a playlist" option in the Open URL dialog is automatically
 | 
|---|
| 498 |    checked if the url ends with ".ram", ".asx" or ".m3u" (and unchecked if
 | 
|---|
| 499 |    it ends with another extension).
 | 
|---|
| 500 | 
 | 
|---|
| 501 | (2009-01-14)
 | 
|---|
| 502 |  * New option for the config file: user_forced_ass_style under the 
 | 
|---|
| 503 |    [subtitles] section. If the value is not an empty string, it will be
 | 
|---|
| 504 |    passed to mplayer for the -ass-force-style option, overriding the string
 | 
|---|
| 505 |    generated automatically by smplayer.
 | 
|---|
| 506 |  * Added a "Customize" button in the SSA/ASS section in preferences to
 | 
|---|
| 507 |    allow the user to customize the SSA/ASS style which will be passed to
 | 
|---|
| 508 |    mplayer with the -ass-force-style option.
 | 
|---|
| 509 | 
 | 
|---|
| 510 | (2009-01-12)
 | 
|---|
| 511 |  * (Fix) When opening an iso file, start to play from the dvd menu instead
 | 
|---|
| 512 |    of title 1.
 | 
|---|
| 513 |  * Added a new option to select the shadow color for ass subtitles.
 | 
|---|
| 514 | 
 | 
|---|
| 515 | (2009-01-11)
 | 
|---|
| 516 |  * Now it's possible to play a dvd with menus from command line 
 | 
|---|
| 517 |    (smplayer dvdnav://) or by selecting "dvdnav://" from the recents menu.
 | 
|---|
| 518 |    It'll even work if the option "Enable DVD menus" is not checked.
 | 
|---|
| 519 |  * Now the highlighted option in the DVD menu changes when the mouse is
 | 
|---|
| 520 |    moved.
 | 
|---|
| 521 | 
 | 
|---|
| 522 | (2009-01-10)
 | 
|---|
| 523 |  * Fixed the initialization of the Angles menu when using dvdnav.
 | 
|---|
| 524 |  * Added to the Browse menu the options 'DVD menu' and 'DVD previous menu'.
 | 
|---|
| 525 | 
 | 
|---|
| 526 | (2009-01-09)
 | 
|---|
| 527 |  * Now the length of the title is updated when playing a dvd using dvdnav.
 | 
|---|
| 528 | 
 | 
|---|
| 529 | (2009-01-08)
 | 
|---|
| 530 |  * (Linux) Added the option "Enable DVD menus" in Preferences->Drives. If 
 | 
|---|
| 531 |    this option is checked, when you select "DVD from drive" or "DVD from 
 | 
|---|
| 532 |    folder" under the Open menu, the DVD will be played using dvdnav (including 
 | 
|---|
| 533 |    menus).
 | 
|---|
| 534 |    Note: this is experimental, there are still a lot of things to be fixed.
 | 
|---|
| 535 |    Use at own your own risk.
 | 
|---|
| 536 | 
 | 
|---|
| 537 | (2009-01-05)
 | 
|---|
| 538 |  * Added an option in Preferences->Subtitles to apply the ass style defined by
 | 
|---|
| 539 |    the user to ass subtitles (overriding the style defined in the ass file).
 | 
|---|
| 540 | 
 | 
|---|
| 541 | (2009-01-04)
 | 
|---|
| 542 |  * Now the dvd names follow the same scheme as mplayer: 
 | 
|---|
| 543 |    dvd://title/device (where device can also be a folder or iso file).
 | 
|---|
| 544 |    Internally it tries to avoid the use of the string "dvd:" so it could
 | 
|---|
| 545 |    be easy to add support for dvdnav:
 | 
|---|
| 546 | 
 | 
|---|
| 547 | (2008-12-31)
 | 
|---|
| 548 |  * Now the correct pts option can have a value of "auto". In this case
 | 
|---|
| 549 |    neither -correct-pts nor -nocorrect-pts are passed to mplayer, the demuxer
 | 
|---|
| 550 |    will decide. Should fix bug #2479566.
 | 
|---|
| 551 |  * The proxy settings have been moved to a config dialog inside the find
 | 
|---|
| 552 |    subtitles window.
 | 
|---|
| 553 | 
 | 
|---|
| 554 | 
 | 
|---|
| 555 | [b]Version 0.6.6[/b]:
 | 
|---|
| 556 | 
 | 
|---|
| 557 | (2008-12-28)
 | 
|---|
| 558 |  * (Linux) Now the options in the dvd menus can be selected with the mouse.
 | 
|---|
| 559 |    To do so, select "Activate option in DVD menus" for the left mouse button
 | 
|---|
| 560 |    in Preferences -> Keyboard and mouse.
 | 
|---|
| 561 |  * Implemented a different way to select the initial audio track (or restore
 | 
|---|
| 562 |    the old one after a restart). 
 | 
|---|
| 563 |  * (Experimental) New code to show/hide the mouse cursor in the video window.
 | 
|---|
| 564 | 
 | 
|---|
| 565 | (2008-12-27)
 | 
|---|
| 566 |  * (Linux) Added some actions to control the dvdnav buttons.
 | 
|---|
| 567 | 
 | 
|---|
| 568 | (2008-12-26)
 | 
|---|
| 569 |  * The language filter in the find subtitles dialog is now saved to the ini 
 | 
|---|
| 570 |    file.
 | 
|---|
| 571 |  * New option for smplayer.ini: include_lang_on_filename (section 
 | 
|---|
| 572 |    [findsubtitles]). If set to true (the default) the language code is 
 | 
|---|
| 573 |    appended to the subtitle filename (e.g. video.avi => video_es.srt).
 | 
|---|
| 574 |    Otherwise the language code is not appended (video.avi => video.srt).
 | 
|---|
| 575 | 
 | 
|---|
| 576 | (2008-12-24)
 | 
|---|
| 577 |  * Implemented a different way to select the initial subtitle track (or restore
 | 
|---|
| 578 |    the old one after a restart). Still needs some testing.
 | 
|---|
| 579 | 
 | 
|---|
| 580 | (2008-12-23)
 | 
|---|
| 581 |  * Now smplayer tries to update the subtitle tracks if they change during
 | 
|---|
| 582 |    playback. This makes subtitles work if using dvdnav, and seems to fix
 | 
|---|
| 583 |    a problem when selecting the initial track 
 | 
|---|
| 584 |    (see http://sourceforge.net/tracker/index.php?func=detail&aid=2422574&group_id=185512&atid=913573)
 | 
|---|
| 585 |    This is the kind of changes that can break something or produce an 
 | 
|---|
| 586 |    unexpected behaviour...
 | 
|---|
| 587 | 
 | 
|---|
| 588 | (2008-12-20)
 | 
|---|
| 589 |  * Applied with a few changes the patch customStyleAction.patch by
 | 
|---|
| 590 |    matt <matt@endboss.org>. It adds a few more functions for the widgetactions,
 | 
|---|
| 591 |    like to set a custom style.
 | 
|---|
| 592 |  * Added a new gui (mpcgui, a media player classic clone) developed by 
 | 
|---|
| 593 |    Matthias Petri <matt@endboss.org>
 | 
|---|
| 594 | 
 | 
|---|
| 595 | (2008-12-19)
 | 
|---|
| 596 |  * Applied (with a few changes) a patch by matt <matt@endboss.org>.
 | 
|---|
| 597 |    This patch adds 3 modes for the stay on top option: always, never and 
 | 
|---|
| 598 |    while playing.
 | 
|---|
| 599 | 
 | 
|---|
| 600 | (2008-12-12)
 | 
|---|
| 601 |  * Added a new option Video->Preview. This option creates a preview 
 | 
|---|
| 602 |    (thumbnails) of the selected video. There are options to choose the
 | 
|---|
| 603 |    number of columns, rows, maximum width of the generated image...
 | 
|---|
| 604 |    Finally the preview can be saved (as jpg or png).
 | 
|---|
| 605 |    Note: the video preview is not finished yet.
 | 
|---|
| 606 | 
 | 
|---|
| 607 | (2008-12-07)
 | 
|---|
| 608 |  * (Experimental) Increased the resolution of the seekbar. Previously
 | 
|---|
| 609 |    a step of the seekbar (in a 90 minute movie) was equal to 54 seconds.
 | 
|---|
| 610 |    Now it's equal to 5.4 seconds. As there's usually an I-frame about 10
 | 
|---|
| 611 |    seconds (and mplayer always jumps to an I-frame) I think that's enough.
 | 
|---|
| 612 | 
 | 
|---|
| 613 | (2008-12-06)
 | 
|---|
| 614 |  * Bug #2399200: the downloaded subtitle filename was wrong if the video 
 | 
|---|
| 615 |    filename contained a dot in the name (example: video.hdtv.avi created a 
 | 
|---|
| 616 |    video_es.srt file instead of video.hdtv_es.avi). This is now fixed.
 | 
|---|
| 617 | 
 | 
|---|
| 618 | (2008-12-03)
 | 
|---|
| 619 |  * Now the logs in the mplayer/smplayer log windows update in realtime.
 | 
|---|
| 620 |  * The "MPlayer language" tab in the Advanced section in preferences has
 | 
|---|
| 621 |    been removed. It's not necessary anymore, although if you've got a 
 | 
|---|
| 622 |    mplayer which prints the output texts in a non-english language you'll need
 | 
|---|
| 623 |    at least MPlayer SVN r28066.
 | 
|---|
| 624 |  * Added two new options: "Auto zoom for 16:9" and "Auto zoom for 2.35:1".
 | 
|---|
| 625 |    Those options zoom the image assuming the aspect ratio of the video image
 | 
|---|
| 626 |    is the one specified in the option, even if that's not the actual aspect
 | 
|---|
| 627 |    ratio. Useful for videos which include black borders (letterbox) in the 
 | 
|---|
| 628 |    image, where the normal "Auto zoom" option will fail.
 | 
|---|
| 629 | 
 | 
|---|
| 630 | (2008-11-30)
 | 
|---|
| 631 |  * New option for smplayer.ini: actions_to_run ([advanced] section).
 | 
|---|
| 632 |    Specifies a list of actions (separated by spaces) which will be run every
 | 
|---|
| 633 |    time a file is loaded. For instance "actions_to_run=auto_zoom compact true"
 | 
|---|
| 634 |    will run the auto_zoom action and set the gui to compact mode. If the
 | 
|---|
| 635 |    commandline option -actions is used too, the actions from commandline
 | 
|---|
| 636 |    will be added to the end of the list.
 | 
|---|
| 637 |    There's a limitation: the actions will be run only when a file is opened 
 | 
|---|
| 638 |    and not when the mplayer process is restarted (e.g. you select an option in 
 | 
|---|
| 639 |    the menus which requires to restart mplayer, like a video or audio filter).
 | 
|---|
| 640 |    Note that allowing to run the actions after a restart of mplayer could
 | 
|---|
| 641 |    lead to infinite recursion if any of the actions in the list needs to 
 | 
|---|
| 642 |    restart mplayer.
 | 
|---|
| 643 |  * Added a field in Preferences->Advanced to enter the list of actions to
 | 
|---|
| 644 |    be run every time a file is opened.
 | 
|---|
| 645 | 
 | 
|---|
| 646 | (2008-11-27)
 | 
|---|
| 647 |  * Added an option in Preferences->General to change the method to store
 | 
|---|
| 648 |    the file settings.
 | 
|---|
| 649 |  * (Experimental) Added the new option Video->Pan&scan->Auto zoom. It 
 | 
|---|
| 650 |    calculates the zoom factor so you can't see any black borders.
 | 
|---|
| 651 | 
 | 
|---|
| 652 | (2008-11-26)
 | 
|---|
| 653 |  * Implemented a new (and optional) method to save the file settings.
 | 
|---|
| 654 |    This method uses an ini file per each played file (instead of using only 
 | 
|---|
| 655 |    one big ini file for all of them).
 | 
|---|
| 656 | 
 | 
|---|
| 657 |    The files are saved under the subdirectory "file_settings" in the config
 | 
|---|
| 658 |    directory (usually $HOME/.config/smplayer/). As filename it uses a hash,
 | 
|---|
| 659 |    and it's stored on a subdirectory starting with the first letter of the
 | 
|---|
| 660 |    filename. 
 | 
|---|
| 661 | 
 | 
|---|
| 662 |    For example:
 | 
|---|
| 663 |    $HOME/.config/smplayer/file_settings/d/dd017f9d6706a75f.ini
 | 
|---|
| 664 |    $HOME/.config/smplayer/file_settings/9/95e963e59826699d.ini
 | 
|---|
| 665 | 
 | 
|---|
| 666 |  * Added a new option for smplayer.ini: file_settings_method.
 | 
|---|
| 667 |    This option allows to select the method to be used for the file settings.
 | 
|---|
| 668 |    Possible values: normal and hash.
 | 
|---|
| 669 | 
 | 
|---|
| 670 |    normal = uses one file (smplayer_files.ini) to store the file settings of
 | 
|---|
| 671 |    all played files. This is cleaner as you only have one file for all files'
 | 
|---|
| 672 |    settings but it could be slow if there are info for many many files in it.
 | 
|---|
| 673 | 
 | 
|---|
| 674 |    hash = uses one ini file per each played file. This could be much faster if 
 | 
|---|
| 675 |    you have info for many files, but you'll end up with many ini files and 
 | 
|---|
| 676 |    subdirectories.
 | 
|---|
| 677 | 
 | 
|---|
| 678 | (2008-11-24)
 | 
|---|
| 679 |  * Added a new option in Preferences->Video: add black borders on fullscreen.
 | 
|---|
| 680 |    If this option is enabled, black borders will be added to the image in 
 | 
|---|
| 681 |    fullscreen mode. This allows subtitles to be displayed on the black borders.
 | 
|---|
| 682 | 
 | 
|---|
| 683 | (2008-11-23)
 | 
|---|
| 684 |  * Added a history to the open URL dialog. Based on a patch by Francesco 
 | 
|---|
| 685 |    Cosoleto.
 | 
|---|
| 686 |    Not finished yet. Missing options to clear the history or set the maximum
 | 
|---|
| 687 |    number of items.
 | 
|---|
| 688 |  * Added a new option for smplayer.ini: urls\max_items (section [history]).
 | 
|---|
| 689 |    It specifies the maximum number of items for the open URL history.
 | 
|---|
| 690 |    By default, 10. Set it to 0 to disable the history.
 | 
|---|
| 691 | 
 | 
|---|
| 692 | (2008-11-20)
 | 
|---|
| 693 |  * The "Recents" code has been reorganized. Also the list of recent files
 | 
|---|
| 694 |    is now saved in a different place in smplayer.ini, in section [history].
 | 
|---|
| 695 | 
 | 
|---|
| 696 | (2008-11-19)
 | 
|---|
| 697 |  * When using SSA/ASS, use the same font for OSD. Otherwise the OSD
 | 
|---|
| 698 |    might not be visible.
 | 
|---|
| 699 | 
 | 
|---|
| 700 | (2008-11-18)
 | 
|---|
| 701 |  * Added the possibility to select the type of proxy to be used: Http or
 | 
|---|
| 702 |    Socks5. (More info: http://doc.trolltech.com/4.3/qnetworkproxy.html)
 | 
|---|
| 703 | 
 | 
|---|
| 704 | (2008-11-17)
 | 
|---|
| 705 |  * Added a new option in Preferences->Subtitle: Freetype support. Disabling
 | 
|---|
| 706 |    that option could make smplayer work with a mplayer compiled without
 | 
|---|
| 707 |    freetype support. But subtitles may not work at all!
 | 
|---|
| 708 | 
 | 
|---|
| 709 | (2008-11-16)
 | 
|---|
| 710 |  * The mini gui can now also remember the position and size of the window.
 | 
|---|
| 711 |  * (Linux) Now all devices which match with dvd*, cdrom*, cdrw*, sr* 
 | 
|---|
| 712 |    and cdrecorder* are added to the comboboxes in Preferences->Drives.
 | 
|---|
| 713 | 
 | 
|---|
| 714 | (2008-11-15)
 | 
|---|
| 715 |  * Added a new action to select the next aspect ratio. Assigned by default to
 | 
|---|
| 716 |    key "A". Unfortunately this change breaks compatibility and the aspect
 | 
|---|
| 717 |    ratio setting for all your played videos will be lost.
 | 
|---|
| 718 |  * Display the text for the statusbar in the OSD if in fullscreen mode (and
 | 
|---|
| 719 |    not paused).
 | 
|---|
| 720 |  * Added a new option for smplayer.ini: initial_stereo_mode. It sets the
 | 
|---|
| 721 |    stereo mode which will be used as default. 
 | 
|---|
| 722 |    Possible values: 0 (stereo), 1 (left) and 2 (right).
 | 
|---|
| 723 | 
 | 
|---|
| 724 | (2008-11-14)
 | 
|---|
| 725 |  * Added the new section Advanced->Proxy in preferences to configure the 
 | 
|---|
| 726 |    proxy.
 | 
|---|
| 727 | 
 | 
|---|
| 728 | (2008-11-13)
 | 
|---|
| 729 |  * Added some options in smplayer.ini (section [proxy]) to configure a proxy 
 | 
|---|
| 730 |    for internet connections. Untested.
 | 
|---|
| 731 | 
 | 
|---|
| 732 | 
 | 
|---|
| 733 | [b]Version 0.6.5.1[/b]:
 | 
|---|
| 734 | 
 | 
|---|
| 735 | (2008-11-12)
 | 
|---|
| 736 |  * Don't pass to mplayer the option -no-correct-pts or -nocorrect-pts if
 | 
|---|
| 737 |    the mplayer version is still unknown. Prevents mplayer to fail on the first
 | 
|---|
| 738 |    run, complaining about an unknown -no-correct-pts if using a recent version 
 | 
|---|
| 739 |    of mplayer (r26842 or above).
 | 
|---|
| 740 | 
 | 
|---|
| 741 | 
 | 
|---|
| 742 | [b]Version 0.6.5[/b]:
 | 
|---|
| 743 | 
 | 
|---|
| 744 | (2008-11-11)
 | 
|---|
| 745 |  * (Linux) Now smplayer tries to follow the XDG Base Directory Specification
 | 
|---|
| 746 |    (http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html)
 | 
|---|
| 747 |    for the config files. So now smplayer will save its config files under
 | 
|---|
| 748 |    the directory $XDG_CONFIG_HOME/smplayer or $HOME/.config/smplayer if
 | 
|---|
| 749 |    $XDG_CONFIG_HOME is not defined.
 | 
|---|
| 750 |    If you want to keep your preferences, copy the files in $HOME/.smplayer to
 | 
|---|
| 751 |    $HOME/.config/smplayer
 | 
|---|
| 752 | 
 | 
|---|
| 753 | (2008-11-07)
 | 
|---|
| 754 |  * Added a new option "Floating control" in Preferences->Interface. It allows
 | 
|---|
| 755 |    to configure the floating control (width, margin...).
 | 
|---|
| 756 | 
 | 
|---|
| 757 | (2008-11-06)
 | 
|---|
| 758 |  * (Experimental) Added the possibility to select the adaptor for xv. Requires
 | 
|---|
| 759 |    at least MPlayer SVN r26762 (from 2008-05-13).
 | 
|---|
| 760 | 
 | 
|---|
| 761 | (2008-11-05)
 | 
|---|
| 762 |  * Added support for another patch: 
 | 
|---|
| 763 |    http://smplayer.svn.sourceforge.net/viewvc/smplayer/mplayer-builds/patches/id_exit.diff
 | 
|---|
| 764 |    This patch allows the playlist to work properly even if the output messages 
 | 
|---|
| 765 |    of mplayer are not in English.
 | 
|---|
| 766 |  * New option for smplayer.ini: bypass_window_manager (section 
 | 
|---|
| 767 |    [floating_control]). If set to true (the default), the floating control 
 | 
|---|
| 768 |    widget will bypass the window manager (seems necessary for some window
 | 
|---|
| 769 |    managers). You can try to set it to false if you have problems with the
 | 
|---|
| 770 |    floating control.
 | 
|---|
| 771 | 
 | 
|---|
| 772 | (2008-11-04)
 | 
|---|
| 773 |  * On startup the previous position of the main (default) window is checked
 | 
|---|
| 774 |    if it's valid for the current screen. If it's not, then the window is
 | 
|---|
| 775 |    moved to 0x0.
 | 
|---|
| 776 |  * The same for the playlist (if it's not docked).
 | 
|---|
| 777 | 
 | 
|---|
| 778 | (2008-11-01)
 | 
|---|
| 779 |  * Cleanup and reorganization of the config path code. 
 | 
|---|
| 780 |    The commandline option -ini-path has been removed and replaced with
 | 
|---|
| 781 |    -config-path, which specifies the directory where smplayer will store
 | 
|---|
| 782 |    its data (not only smplayer.ini).
 | 
|---|
| 783 |  * Now to know if a file has no video, instead of looking for the line 
 | 
|---|
| 784 |    "Video: no video" (it's not reliable as it's a string that can be translated),
 | 
|---|
| 785 |    it will check the video codec, if it's empty, there's no video.
 | 
|---|
| 786 | 
 | 
|---|
| 787 | (2008-10-30)
 | 
|---|
| 788 |  * The reorganization of the subtitles section in preferences is finished.
 | 
|---|
| 789 |  * The mplayer devs have added the -volume option in svn r27872, so now the
 | 
|---|
| 790 |    hack to try to detect a patched mplayer have been removed. Now smplayer
 | 
|---|
| 791 |    will simply use the -volume option if mplayer is r27872 or newer.
 | 
|---|
| 792 | 
 | 
|---|
| 793 | (2008-10-28)
 | 
|---|
| 794 |  * The subtitles for srt, sub... formats when using the SSA/ASS library, 
 | 
|---|
| 795 |    can now be more customized. It's possible to select the font, size,
 | 
|---|
| 796 |    colors, bold, italic, outline, shadow... 
 | 
|---|
| 797 |    Not finished yet.
 | 
|---|
| 798 | 
 | 
|---|
| 799 | (2008-10-27)
 | 
|---|
| 800 |  * Added the new option "Correct pts" in Preferences->Advanced. Disabled by
 | 
|---|
| 801 |    default because it causes some problems with mkv files.
 | 
|---|
| 802 |  * The dialog to jump to a specified time allows now to enter the seconds
 | 
|---|
| 803 |    too.
 | 
|---|
| 804 | 
 | 
|---|
| 805 | 
 | 
|---|
| 806 | [b]Version 0.6.4[/b]:
 | 
|---|
| 807 | 
 | 
|---|
| 808 | (2008-10-22)
 | 
|---|
| 809 |  * (Linux) Now smplayer will pop up a warning if the mplayer version is old.
 | 
|---|
| 810 |    This popup will appear only once, although there'll be a reminder in the
 | 
|---|
| 811 |    status line.
 | 
|---|
| 812 |    A mplayer is considered old if it's older than svn r25158 (that includes
 | 
|---|
| 813 |    1.0rc2)
 | 
|---|
| 814 | 
 | 
|---|
| 815 | (2008-10-21)
 | 
|---|
| 816 |  * Now if the SSA/ASS lib is enabled and a file named styles.ass exists in the 
 | 
|---|
| 817 |    smplayer config directory ($HOME/.smplayer/ or the application directory if 
 | 
|---|
| 818 |    compiled with PORTABLE_APP) smplayer will load it (mplayer option 
 | 
|---|
| 819 |    -ass-styles). In this case the color for subtitles and styles configured
 | 
|---|
| 820 |    in Preferences->Subtitles WON'T be used.
 | 
|---|
| 821 |    In the future smplayer will create that file automatically and the 
 | 
|---|
| 822 |    preferences dialog will allow to configure all (or at least the most 
 | 
|---|
| 823 |    important) styles.
 | 
|---|
| 824 | 
 | 
|---|
| 825 | (2008-10-20)
 | 
|---|
| 826 |  * Bugfix: the show equalizer option didn't work when assigned to any of
 | 
|---|
| 827 |    the mouse buttons. (Reason: the action name was changed some time ago
 | 
|---|
| 828 |    from "equalizer" to "video_equalizer)
 | 
|---|
| 829 |  * Added "Show audio equalizer" to the mouse buttons' combos too.
 | 
|---|
| 830 | 
 | 
|---|
| 831 | (2008-10-19)
 | 
|---|
| 832 |  * (Experimental) Added the possibility to change the video track.
 | 
|---|
| 833 |    Only tested with this sample video: http://www.megaupload.com/?d=3GAGZCTP
 | 
|---|
| 834 | 
 | 
|---|
| 835 | (2008-10-16)
 | 
|---|
| 836 |  * Moved the comboboxes for the video & audio drivers to the Video and Audio
 | 
|---|
| 837 |    tabs.
 | 
|---|
| 838 |  * Added a new section in the preferences dialog: Playlist.
 | 
|---|
| 839 | 
 | 
|---|
| 840 | (2008-10-15)
 | 
|---|
| 841 |  * Added the possibility to add consecutive files (video_01.avi, 
 | 
|---|
| 842 |    video_02.avi..) to the playlist. This feature is controlled by the option 
 | 
|---|
| 843 |    add_to_playlist_consecutive_files (under the [gui] section).
 | 
|---|
| 844 |  * Now the available tracks in DVDs, CDs and VCDs won't be automatically added
 | 
|---|
| 845 |    to the playlist if the option gui/auto_add_to_playlist is false. Should fix 
 | 
|---|
| 846 |    bug #2049998.
 | 
|---|
| 847 | 
 | 
|---|
| 848 | (2008-10-14)
 | 
|---|
| 849 |  * Logout is not cancelled by smplayer. Fixes bug #2155555.
 | 
|---|
| 850 |  * Now the options in preferences display a tooltip with a help message.
 | 
|---|
| 851 |  * Revised and corrected some of the help messages in preferences.
 | 
|---|
| 852 |  * Added 1:1 to the aspect ratio menu.
 | 
|---|
| 853 | 
 | 
|---|
| 854 | (2008-10-10)
 | 
|---|
| 855 |  * Added a work-around for Traditional Chinese. The names of the arrow keys 
 | 
|---|
| 856 |    were deleted from the shortcuts if using Qt 4.3.
 | 
|---|
| 857 | 
 | 
|---|
| 858 | (2008-10-09)
 | 
|---|
| 859 |  * Now the video keeps paused when changing brightness, contrast, hue, 
 | 
|---|
| 860 |    saturation and gamma.
 | 
|---|
| 861 |  * Now the dialog to find subtitles can also download the subtitles (the
 | 
|---|
| 862 |    zip file) and extract the subtitle file. This is exactly how it works:
 | 
|---|
| 863 |    when you click on the download button, the zip file is downloaded to a
 | 
|---|
| 864 |    temporary file. If the zip file contains only one subtitle, it's extracted, 
 | 
|---|
| 865 |    trying to use the same name of the video. So if the video is named movie.avi
 | 
|---|
| 866 |    and you downloaded a French subtitle, the subtitle is saved as movie_fr.srt.
 | 
|---|
| 867 |    If there are more than one subtitle in the zip file, a dialog will appear 
 | 
|---|
| 868 |    so the user can choose the subtitle(s) to extract. In that case, and in 
 | 
|---|
| 869 |    order not to make things more complicated, the subtitles are just saved 
 | 
|---|
| 870 |    with their original names.
 | 
|---|
| 871 | 
 | 
|---|
| 872 | (2008-10-06)
 | 
|---|
| 873 |  * (Windows) Added a tool (dxlist) which can list the dsound audio devices
 | 
|---|
| 874 |    and the ddraw display devices. Read the README.txt inside the dxlist
 | 
|---|
| 875 |    subdirectory for more info and how to compile it.
 | 
|---|
| 876 |  * (Windows) Now it's possible to choose the audio device to be used with 
 | 
|---|
| 877 |    dsound. It requires dxlist.exe to be installed in the same folder as
 | 
|---|
| 878 |    smplayer.exe. This is experimental.
 | 
|---|
| 879 | 
 | 
|---|
| 880 | (2008-10-05)
 | 
|---|
| 881 |  * Added a new option for smplayer.ini: display_in_compact_mode (under section
 | 
|---|
| 882 |    [floating_control]). If true the floating control will appear too in
 | 
|---|
| 883 |    compact mode. Note: it may not look very well in this mode...
 | 
|---|
| 884 | 
 | 
|---|
| 885 | (2008-10-04)
 | 
|---|
| 886 |  * (Linux) Now it's possible to choose the audio device to be used with alsa.
 | 
|---|
| 887 |    It requires the application "aplay" to be installed.
 | 
|---|
| 888 | 
 | 
|---|
| 889 | (2008-10-03)
 | 
|---|
| 890 |  * Added an option in Preferences->General->Video to set the default zoom.
 | 
|---|
| 891 | 
 | 
|---|
| 892 | (2008-10-02)
 | 
|---|
| 893 |  * Applied (with some changes) the patch to add support for enca, by
 | 
|---|
| 894 |    Stanislav Maslovski <s_i_m@users.sourceforge.net>.
 | 
|---|
| 895 |    This adds a new option in Preferences->Subtitles, which can make mplayer
 | 
|---|
| 896 |    to try to autodetect the encoding for subtitles. This requires a mplayer
 | 
|---|
| 897 |    compiled with enca support.
 | 
|---|
| 898 | 
 | 
|---|
| 899 | (2008-09-29)
 | 
|---|
| 900 |  * Now the chapters on DVD should work again.
 | 
|---|
| 901 |  * Reorganization in some data structures.
 | 
|---|
| 902 |  * Added another experimental new code to resize the main window.
 | 
|---|
| 903 | 
 | 
|---|
| 904 | (2008-09-28)
 | 
|---|
| 905 |  * Added an (experimental) generic code to manage chapters, instead of two 
 | 
|---|
| 906 |    separate codes for mkv and DVDs. Seems to work well with mkv but it's
 | 
|---|
| 907 |    still untested on DVDs.
 | 
|---|
| 908 | 
 | 
|---|
| 909 | (2008-09-27)
 | 
|---|
| 910 |  * Added basic support for the tag ID_CHAPTERS, added in mplayer svn r27667.
 | 
|---|
| 911 |    This makes things easier to know the number of chapters in a video.
 | 
|---|
| 912 |    Don't know if it could cause a conflict with DVD chapters. Some code
 | 
|---|
| 913 |    has still to be revised and modified.
 | 
|---|
| 914 |  * Bugfix: if using "directx," the -colorkey option wasn't passed to mplayer
 | 
|---|
| 915 |    (thus the video was black). Now this should be fixed.
 | 
|---|
| 916 | 
 | 
|---|
| 917 | (2008-09-26)
 | 
|---|
| 918 |  * Added support for the new "pausing_keep_force" slave mode command prefix
 | 
|---|
| 919 |    (added in mplayer r27665).
 | 
|---|
| 920 |    This prefix really keeps the file paused after processing a slave command. 
 | 
|---|
| 921 |    So now if you, for example, mute the audio when the video is paused it 
 | 
|---|
| 922 |    won't advance one frame after it. It also keeps the video paused when you 
 | 
|---|
| 923 |    take a screenshot (although you won't see the confirmation message until 
 | 
|---|
| 924 |    playback resumes).
 | 
|---|
| 925 |    There's also an option for smplayer.ini, use_pausing_keep_force. You can
 | 
|---|
| 926 |    set to false if you find any trouble or prefer the old behaviour.
 | 
|---|
| 927 | 
 | 
|---|
| 928 | (2008-09-25)
 | 
|---|
| 929 |  * Added the Galician translation, by Miguel Branco <mgl.branco@gmail.com>.
 | 
|---|
| 930 | 
 | 
|---|
| 931 | 
 | 
|---|
| 932 | [b]Version 0.6.3[/b]:
 | 
|---|
| 933 | 
 | 
|---|
| 934 | (2008-09-24)
 | 
|---|
| 935 |  * Added a new shortcut set (sda.keys) taken from 
 | 
|---|
| 936 |    http://speeddemosarchive.com/forum/index.php/topic,7774.0.html, which you 
 | 
|---|
| 937 |    can load in the shortcut editor in preferences.
 | 
|---|
| 938 | 
 | 
|---|
| 939 | (2008-09-23)
 | 
|---|
| 940 |  * Added two icons for the mirror and flip actions (mirror.png and flip.png)
 | 
|---|
| 941 |    taken from the Gimp.
 | 
|---|
| 942 |  * Added a new option for smplayer.ini: default_size (section [gui]). It
 | 
|---|
| 943 |    specifies the default size of the main window. Previously it was hardcoded
 | 
|---|
| 944 |    (580x440).
 | 
|---|
| 945 | 
 | 
|---|
| 946 | (2008-09-22)
 | 
|---|
| 947 |  * Now the subtitles can be mirrored, flipped or rotated along with the image.
 | 
|---|
| 948 |    The way to enable it is not obvious though. You need to enable the option 
 | 
|---|
| 949 |    "Include subtitles on screenshots" (Preferences->Subtitles).
 | 
|---|
| 950 |  * (Linux) Tries to set "/dev/dvd" and "/dev/cdrom" (if they exist) as default 
 | 
|---|
| 951 |    values for the dvd and cdrom devices.
 | 
|---|
| 952 | 
 | 
|---|
| 953 | (2008-09-21)
 | 
|---|
| 954 |  * Added the new option Video->Mirror image. This option mirrors the image 
 | 
|---|
| 955 |    on the Y axis.
 | 
|---|
| 956 | 
 | 
|---|
| 957 | (2008-09-20)
 | 
|---|
| 958 |  * The comboboxes to select the video and audio driver in Preferences->
 | 
|---|
| 959 |    General have changed. Now they are not editable, and only show some
 | 
|---|
| 960 |    of the available drivers (png, jpeg... and so on are not shown). There's
 | 
|---|
| 961 |    also an "User defined" option. If selected, a line edit will appear where
 | 
|---|
| 962 |    the user can type the driver to use (possibly with additional options).
 | 
|---|
| 963 |  * The code in preferences.h/preferences.cpp has been reorganized, and 
 | 
|---|
| 964 |    now the preferences are saved in several sections in smplayer.ini.
 | 
|---|
| 965 |    That means most of your settings will be lost and you'll have to reconfigure
 | 
|---|
| 966 |    smplayer again (I even recommend to delete smplayer.ini, otherwise there'll 
 | 
|---|
| 967 |    be a mix of the old settings with the new ones).
 | 
|---|
| 968 | 
 | 
|---|
| 969 | (2008-09-19)
 | 
|---|
| 970 |  * It seems crashes still happen in the code to select subtitle tracks.
 | 
|---|
| 971 |    The bug hasn't been located yet (the crash is difficult to reproduce)
 | 
|---|
| 972 |    but I have added a new check in a lower level, in the function 
 | 
|---|
| 973 |    SubTracks::itemAt(). Now it checks if the requested item is in range. If
 | 
|---|
| 974 |    it's not valid it will print a warning and return an empty subtitle.
 | 
|---|
| 975 | 
 | 
|---|
| 976 | (2008-09-17)
 | 
|---|
| 977 |  * Added an icon for the Play/Pause action. (This breaks all icon themes...)
 | 
|---|
| 978 |  * Added a new option for smplayer.ini: gui_minimum_width. The width of the
 | 
|---|
| 979 |    main window won't be smaller than the value of that option.
 | 
|---|
| 980 |    If gui_minimum_width is set to 0 (the default) then the minimum width 
 | 
|---|
| 981 |    will be the size hint of the window.
 | 
|---|
| 982 | 
 | 
|---|
| 983 | (2008-09-16)
 | 
|---|
| 984 |  * (Windows) Added a new option in Preferences->General that allows the user 
 | 
|---|
| 985 |    to select which screen will display the video when using directx as video 
 | 
|---|
| 986 |    driver. This option is visible only when directx is selected.
 | 
|---|
| 987 |  * (Windows) Added also a submenu Screen under the Video menu for an easier
 | 
|---|
| 988 |    selection of the screen.
 | 
|---|
| 989 | 
 | 
|---|
| 990 | (2008-09-14)
 | 
|---|
| 991 |  * Check in Core::changeSubtitle() that the selected subtitle is in a valid
 | 
|---|
| 992 |    range. This should avoid crashes.
 | 
|---|
| 993 | 
 | 
|---|
| 994 | (2008-09-13)
 | 
|---|
| 995 |  * Added the Kurdish translation, by Si_murg56 <simurg56@gmail.com>
 | 
|---|
| 996 | 
 | 
|---|
| 997 | (2008-09-12)
 | 
|---|
| 998 |  * Added a new option in Preferences->General->Video: "Draw video using slices"
 | 
|---|
| 999 |    (-slices / -noslices in mplayer). Enabled by default.
 | 
|---|
| 1000 |  * Bugfix: the items in the combobox for the mouse right click action weren't
 | 
|---|
| 1001 |    retranslated properly.
 | 
|---|
| 1002 | 
 | 
|---|
| 1003 | (2008-09-09)
 | 
|---|
| 1004 |  * For some unknown reason sometimes the playlist is not shown. I think this 
 | 
|---|
| 1005 |    is because it's outside of the screen. Now smplayer checks if the playlist 
 | 
|---|
| 1006 |    is actually outside of the screen, and in that case it's moved to pos 0x0.
 | 
|---|
| 1007 | 
 | 
|---|
| 1008 | (2008-09-08)
 | 
|---|
| 1009 |  * Moved the option "Create index if needed" from the section Performance to
 | 
|---|
| 1010 |    Advanced.
 | 
|---|
| 1011 |  * Added an icon for the audio equalizer action.
 | 
|---|
| 1012 | 
 | 
|---|
| 1013 | (2008-09-06)
 | 
|---|
| 1014 |  * Added a new option in Preferences->Performance: Threads for decoding.
 | 
|---|
| 1015 |    Sets the number of threads to use for decoding (for MPEG-1/2 and H.264 only).
 | 
|---|
| 1016 |    It could be useful for multicore processors.
 | 
|---|
| 1017 |  * Bugfix: the volume may be changed on startup even if the option "Change 
 | 
|---|
| 1018 |    volume on every file" was off. 
 | 
|---|
| 1019 | 
 | 
|---|
| 1020 | (2008-09-04)
 | 
|---|
| 1021 |  * Don't change the window size if the panel is already the requested size. 
 | 
|---|
| 1022 |    Seems to fix a problem when using Compiz.
 | 
|---|
| 1023 | 
 | 
|---|
| 1024 | (2008-09-01)
 | 
|---|
| 1025 |  * The option "Repaint background of the video window" (in Preferences->
 | 
|---|
| 1026 |    Advanced) is now enabled by default in linux. It seems with newer versions
 | 
|---|
| 1027 |    of Qt it works well with it. If you have problems with the video window
 | 
|---|
| 1028 |    going blank, just disable the option.
 | 
|---|
| 1029 |  * The single instance option is now disabled by default on Windows, as some 
 | 
|---|
| 1030 |    people reported smplayer didn't start with it.
 | 
|---|
| 1031 |  * 2nd try to make "gl:yuv=2:force-pbo:ati-hack" the default vo on Windows
 | 
|---|
| 1032 |    Vista.
 | 
|---|
| 1033 | 
 | 
|---|
| 1034 | (2008-08-28)
 | 
|---|
| 1035 |  * Set the frame counter to 0 when starting to play a file. Fixes bug
 | 
|---|
| 1036 |    #2080802.
 | 
|---|
| 1037 |  * Added in Preferences->Advanced an option to select the preferred network
 | 
|---|
| 1038 |    connection, IPv4 or IPv6. (IPv4 is the default)
 | 
|---|
| 1039 | 
 | 
|---|
| 1040 | (2008-08-26)
 | 
|---|
| 1041 |  * Added a new option for smplayer.ini: report_mplayer_crashes. If set to
 | 
|---|
| 1042 |    false, smplayer won't display the error dialog when mplayer crashes or
 | 
|---|
| 1043 |    fails to start.
 | 
|---|
| 1044 | 
 | 
|---|
| 1045 | (2008-08-25)
 | 
|---|
| 1046 |  * Added the Arabic translation, by Muhammad Nour Hajj Omar 
 | 
|---|
| 1047 |    <arabianheart@live.com>
 | 
|---|
| 1048 |  * Added some options in menu Play->Speed to increase/decrease the
 | 
|---|
| 1049 |    speed by 1% and 4%.
 | 
|---|
| 1050 |  * Bugfix: the gamma was not remembered. Fixes bug #2073257.
 | 
|---|
| 1051 |  * Moved the log's section in Preferences->Advanced to a new tab.
 | 
|---|
| 1052 | 
 | 
|---|
| 1053 | (2008-08-24)
 | 
|---|
| 1054 |  * Fix: some of the actions passed to -actions may not work as expected
 | 
|---|
| 1055 |    because they might be executed when the video is not playing yet.
 | 
|---|
| 1056 |    This should now be fixed, as if a file is passed on command line, the
 | 
|---|
| 1057 |    actions are not run until the video has started to play. (If there's no
 | 
|---|
| 1058 |    file on command line the actions are run immediately)
 | 
|---|
| 1059 | 
 | 
|---|
| 1060 | (2008-08-21)
 | 
|---|
| 1061 |  * Added a new option in Preferences->General->Audio: "Enable the audio
 | 
|---|
| 1062 |    equalizer". If this option is checked, the mplayer equalizer filter will
 | 
|---|
| 1063 |    be used and the menu option Audio->Equalizer will be enabled.
 | 
|---|
| 1064 | 
 | 
|---|
| 1065 | (2008-08-20)
 | 
|---|
| 1066 |  * Moved the eq2 filter before the screenshot filter, otherwise the 
 | 
|---|
| 1067 |    screenshots are not affected by the settings in the video equalizer.
 | 
|---|
| 1068 |    Obviously this requires the software equalizer (eq2) to be enabled.
 | 
|---|
| 1069 |    This should fix bug #2062425.
 | 
|---|
| 1070 |  * Added a new section in the config file: [floating_control] with 3
 | 
|---|
| 1071 |    options: animated, width and margin. The options "animated" and "width"
 | 
|---|
| 1072 |    were previously available as floating_control_animated and 
 | 
|---|
| 1073 |    floating_control_width in the [default_gui] and [mini_gui] sections.
 | 
|---|
| 1074 |    The option "margin" is new, and sets the number of pixels that the
 | 
|---|
| 1075 |    floating control will be away from the border of the screen (by default, 0).
 | 
|---|
| 1076 | 
 | 
|---|
| 1077 | (2008-08-19)
 | 
|---|
| 1078 |  * Added two new functions for the mouse buttons: increase volume and 
 | 
|---|
| 1079 |    decrease volume. Closes feature request #2055061.
 | 
|---|
| 1080 | 
 | 
|---|
| 1081 | (2008-08-18)
 | 
|---|
| 1082 |  * Renamed Video->Aspect ratio->None to Video->Aspect ratio->Disabled and
 | 
|---|
| 1083 |    Video->Aspect ratio->Autodetect to Video->Aspect ratio->Auto.
 | 
|---|
| 1084 | 
 | 
|---|
| 1085 | (2008-08-17)
 | 
|---|
| 1086 |  * Added a new (experimental) option: Video->Aspect ratio->None. When this 
 | 
|---|
| 1087 |    option is selected the video will be stretched to fill all the available 
 | 
|---|
| 1088 |    space, not keeping the aspect ratio.
 | 
|---|
| 1089 |    Note: this option does NOT work properly if using x11 as video driver.
 | 
|---|
| 1090 | 
 | 
|---|
| 1091 | (2008-08-16)
 | 
|---|
| 1092 |  * Added m2ts to the list of extensions for video.
 | 
|---|
| 1093 | 
 | 
|---|
| 1094 | 
 | 
|---|
| 1095 | [b]Version 0.6.2[/b]:
 | 
|---|
| 1096 | 
 | 
|---|
| 1097 | (2008-08-13)
 | 
|---|
| 1098 |  * (Linux) The SSA/ASS library is enabled by default.
 | 
|---|
| 1099 | 
 | 
|---|
| 1100 | (2008-08-12)
 | 
|---|
| 1101 |  * Added the document Configuring_the_toolbars.txt.
 | 
|---|
| 1102 |  * Added the new option Tips in the Help menu. It just opens a web browser
 | 
|---|
| 1103 |    to http://smplayer.wiki.sourceforge.net/Tips.
 | 
|---|
| 1104 | 
 | 
|---|
| 1105 | (2008-08-11)
 | 
|---|
| 1106 |  * Bugfix: the volume slider appeared in the mini gui even if it had been
 | 
|---|
| 1107 |    removed from the config file.
 | 
|---|
| 1108 | 
 | 
|---|
| 1109 | (2008-08-09)
 | 
|---|
| 1110 |  * As it seems many people don't understand (and even send bug reports without
 | 
|---|
| 1111 |    reading the online help) the new meaning of the font scale options in 
 | 
|---|
| 1112 |    Preferences->Subtitles, those two options have been hidden. 
 | 
|---|
| 1113 |    (They can be made visible again changing the value of the new config 
 | 
|---|
| 1114 |    option show_font_scale_options_in_preferences).
 | 
|---|
| 1115 | 
 | 
|---|
| 1116 | (2008-08-07)
 | 
|---|
| 1117 |  * Added a time display to the floating control in the minigui.
 | 
|---|
| 1118 |  * The playlist and the volume slider don't send mouse events to their
 | 
|---|
| 1119 |    parents. Should fix bugs #1993291 and #2020003.
 | 
|---|
| 1120 |  * Avoid to resize the main window to the default size (400x300) when 
 | 
|---|
| 1121 |    playing an audio file.
 | 
|---|
| 1122 | 
 | 
|---|
| 1123 | (2008-08-06)
 | 
|---|
| 1124 |  * The find subtitles dialog is now a top level window, instead of a dialog.
 | 
|---|
| 1125 |  * Play the last item in the playlist if the "play previous" button is
 | 
|---|
| 1126 |    pressed and the current item is the first one. Fixes bug #2040473.
 | 
|---|
| 1127 |  * Added "play next" and "play previous" to the Play menu.
 | 
|---|
| 1128 | 
 | 
|---|
| 1129 | (2008-08-03)
 | 
|---|
| 1130 |  * A little reorganization in the General section in preferences and other
 | 
|---|
| 1131 |    minor changes in other sections.
 | 
|---|
| 1132 | 
 | 
|---|
| 1133 | (2008-07-28)
 | 
|---|
| 1134 |  * Now the default cache for local files is 2000 KB, and for audio CDs and VCDs 
 | 
|---|
| 1135 |    is 1000 KB.
 | 
|---|
| 1136 | 
 | 
|---|
| 1137 | (2008-07-26)
 | 
|---|
| 1138 |  * Added an option in Preferences->Performance to set the cache for VCDs.
 | 
|---|
| 1139 | 
 | 
|---|
| 1140 | (2008-07-25)
 | 
|---|
| 1141 |  * Added an option in Preferences->Performance to set the cache for
 | 
|---|
| 1142 |    audio CDs.
 | 
|---|
| 1143 | 
 | 
|---|
| 1144 | (2008-07-22)
 | 
|---|
| 1145 |  * (Windows) Added to the file associations section the playlist 
 | 
|---|
| 1146 |    extensions.
 | 
|---|
| 1147 |  
 | 
|---|
| 1148 | (2008-07-17)
 | 
|---|
| 1149 |  * Try to use alsa as default audio driver in linux.
 | 
|---|
| 1150 | 
 | 
|---|
| 1151 | (2008-07-16)
 | 
|---|
| 1152 |  * Fix: remember the last directory used when adding files to the 
 | 
|---|
| 1153 |    playlist. Fixes bug #2019139.
 | 
|---|
| 1154 | 
 | 
|---|
| 1155 | (2008-07-13)
 | 
|---|
| 1156 |  * Another fix for Qt 4.4. Dragging files to the playlist didn't work.
 | 
|---|
| 1157 |  * Added the Slovenian translation, by Janez Troha <janez.troha@gmail.com>.
 | 
|---|
| 1158 |  * Fix: mplayer crashed when trying to play audio files if the option to
 | 
|---|
| 1159 |    run mplayer in its own window was enabled. Now I hope this is fixed.
 | 
|---|
| 1160 |  
 | 
|---|
| 1161 | (2008-07-12)
 | 
|---|
| 1162 |  * Added a new option for command line: -sub. It specifies a subtitle file
 | 
|---|
| 1163 |    to be loaded for the first video. It requires at least a file to play
 | 
|---|
| 1164 |    in the command line, otherwise the option will be ignored.
 | 
|---|
| 1165 |  * Added a new option "Play files from start" in the playlist preferences.
 | 
|---|
| 1166 |    If enabled (the default) files in the playlist will begin to play from
 | 
|---|
| 1167 |    the beginning, otherwise they'll play from the position they were last
 | 
|---|
| 1168 |    time you played them.
 | 
|---|
| 1169 | 
 | 
|---|
| 1170 | (2008-07-09)
 | 
|---|
| 1171 |  * Now the initialization of the audio track should work ok again, even if
 | 
|---|
| 1172 |    the option "Fast audio track switching" is set to "No".
 | 
|---|
| 1173 | 
 | 
|---|
| 1174 | (2008-07-08)
 | 
|---|
| 1175 |  * Added a context menu in the find subtitles dialog, with two options:
 | 
|---|
| 1176 |    "download" and "copy link to clipboard".
 | 
|---|
| 1177 | 
 | 
|---|
| 1178 | (2008-07-05)
 | 
|---|
| 1179 |  * Some changes in the single instance options. Now the single instance is
 | 
|---|
| 1180 |    enabled by default. There's also the possibility to let the application
 | 
|---|
| 1181 |    to choose automatically the port to be used, which is also the default
 | 
|---|
| 1182 |    option.
 | 
|---|
| 1183 | 
 | 
|---|
| 1184 | (2008-07-03)
 | 
|---|
| 1185 |  * Temporary fix for the problem created yesterday: now when a file starts to 
 | 
|---|
| 1186 |    play, the audio track will be changed using the mplayer slave command even 
 | 
|---|
| 1187 |    if the option "Fast audio track switching" is set to "No". This makes that 
 | 
|---|
| 1188 |    the selection of the initial audio track works ok with avi and mkv files 
 | 
|---|
| 1189 |    for example, but it won't work yet with ogm for instance. 
 | 
|---|
| 1190 |  * The floating control in the default gui saves/restores its actions to 
 | 
|---|
| 1191 |    the config file, so now it can be customized by the user.
 | 
|---|
| 1192 |  * The seeking mini buttons come back. Now by default, the default gui
 | 
|---|
| 1193 |    will show only two seeking buttons. Keeping them pressed for a moment
 | 
|---|
| 1194 |    will pop up the rest of the buttons. You may need to delete the 
 | 
|---|
| 1195 |    [default_gui] section in the config file (or at least the options which
 | 
|---|
| 1196 |    start with "actions\...") to see them. If you don't like these buttons
 | 
|---|
| 1197 |    you can delete them from the config file and add the old ones.
 | 
|---|
| 1198 | 
 | 
|---|
| 1199 | (2008-07-02)
 | 
|---|
| 1200 |  * The SSA/ASS library is NOT enabled by default. It seems there are memory 
 | 
|---|
| 1201 |    leaks in libass...
 | 
|---|
| 1202 |  * Fixed a crash which may happen if the option "Fast audio track switching" 
 | 
|---|
| 1203 |    was set to "No". As a side effect, now if that option is set to "No" the 
 | 
|---|
| 1204 |    preferred audio language (set in the preferences), won't be selected on
 | 
|---|
| 1205 |    startup, the file will just start to play with the default audio track.
 | 
|---|
| 1206 | 
 | 
|---|
| 1207 | (2008-07-01)
 | 
|---|
| 1208 |  * The minimum size of the video window is now 1x1 instead of 0x0. Fixes a
 | 
|---|
| 1209 |    crash that may happen under certain circumstances.
 | 
|---|
| 1210 | 
 | 
|---|
| 1211 | (2008-06-26)
 | 
|---|
| 1212 |  * Now everything in the audio equalizer should work. The "apply" button
 | 
|---|
| 1213 |    restarts the file and passes the equalizer settings using the "equalizer"
 | 
|---|
| 1214 |    filter in mplayer, so it allows to use the dialog with non-patched mplayer.
 | 
|---|
| 1215 |    The "set as default values" just saves the current settings in the config
 | 
|---|
| 1216 |    file and they will be used when playing new files.
 | 
|---|
| 1217 | 
 | 
|---|
| 1218 | (2008-06-25)
 | 
|---|
| 1219 |  * Added an audio equalizer. Not finished yet!
 | 
|---|
| 1220 |    In order to work you need to patch mplayer with this patch:
 | 
|---|
| 1221 |    http://smplayer.svn.sourceforge.net/viewvc/*checkout*/smplayer/mplayer-builds/patches/patcheq.diff
 | 
|---|
| 1222 |    Otherwise it won't do anything (lie, if you restart the file the values in
 | 
|---|
| 1223 |    the equalizer will take effect)
 | 
|---|
| 1224 |    Missing or not working things: the "set as default values" button doesn't
 | 
|---|
| 1225 |    work, an "apply" button is missing (this button will set the values 
 | 
|---|
| 1226 |    restarting mplayer, so it will work with a normal non-patched mplayer).
 | 
|---|
| 1227 | 
 | 
|---|
| 1228 | (2008-06-24)
 | 
|---|
| 1229 |  * Removed the action dock_playlist. It was causing a lot of troubles, even
 | 
|---|
| 1230 |    crashes.
 | 
|---|
| 1231 |  * New option for the config file: hide_video_window_on_audio_files. If
 | 
|---|
| 1232 |    true (the default) the video window will be hidden when playing audio
 | 
|---|
| 1233 |    files. Otherwise the video window won't be hidden and it will show the
 | 
|---|
| 1234 |    smplayer logo instead. 
 | 
|---|
| 1235 |    It's not recommended to set this option to false in linux.
 | 
|---|
| 1236 | 
 | 
|---|
| 1237 | (2008-06-21)
 | 
|---|
| 1238 |  * Created a huge list of languages (with the ISO 639-1 codes) and make
 | 
|---|
| 1239 |    the "find subtitles" dialog to use it.
 | 
|---|
| 1240 |  * The Qt version is saved along with the toolbars state. This should avoid
 | 
|---|
| 1241 |    problems when upgrading Qt, as the toolbars info won't be used if the
 | 
|---|
| 1242 |    Qt version doesn't match.
 | 
|---|
| 1243 |  * Added new action: dock_playlist.
 | 
|---|
| 1244 | 
 | 
|---|
| 1245 | (2008-06-19)
 | 
|---|
| 1246 |  * Some fixes in the find subtitles dialog: 
 | 
|---|
| 1247 |     - the dialog is retranslated
 | 
|---|
| 1248 |     - the table is sorted (sometimes, still doesn't work well, at least with
 | 
|---|
| 1249 |       Qt 4.2)
 | 
|---|
| 1250 |     - it won't download the subtitle info again if the filenane didn't changed
 | 
|---|
| 1251 |  * The floating control will be hidden if the mouse is not over the widget
 | 
|---|
| 1252 |    within 5 seconds.
 | 
|---|
| 1253 | 
 | 
|---|
| 1254 | (2008-06-18)
 | 
|---|
| 1255 |  * The option "Subtitles->Find subtitles on the web" now displays a dialog
 | 
|---|
| 1256 |    which retrieves the info about the available subtitles from 
 | 
|---|
| 1257 |    opensubtitles.org. To download a subtitle just double click on it or
 | 
|---|
| 1258 |    click the "Download" button.
 | 
|---|
| 1259 |    Known issues: the table is not sorted after adding new data.
 | 
|---|
| 1260 |    To filter a language you have to type the ISO 639-1 code in the language
 | 
|---|
| 1261 |    box. So to display only the Spanish subtitles you have to type "es", for
 | 
|---|
| 1262 |    German "de" and so on. In the future there'll be a combobox to select
 | 
|---|
| 1263 |    the language.
 | 
|---|
| 1264 | 
 | 
|---|
| 1265 | (2008-06-13)
 | 
|---|
| 1266 |  * Now the SSA/ASS library is enabled by default.
 | 
|---|
| 1267 |  * gl:yuv=2:force-pbo:ati-hack will be the default under Windows Vista 
 | 
|---|
| 1268 |    (untested).
 | 
|---|
| 1269 | 
 | 
|---|
| 1270 | (2008-06-12)
 | 
|---|
| 1271 |  * Updated the Hungarian translation, by CyberDragon <cyberdragon777@gmail.com>
 | 
|---|
| 1272 | 
 | 
|---|
| 1273 | (2008-06-11)
 | 
|---|
| 1274 |  * Now the default value for option change_equalizer_on_startup is true
 | 
|---|
| 1275 |    (users which run the previous svn revision will have to make the change
 | 
|---|
| 1276 |    manually) but the brightness, contrast... won't be changed on startup 
 | 
|---|
| 1277 |    if the value is 0.
 | 
|---|
| 1278 |  * Also be sure that the equalizer dialog is updated just after a file begins
 | 
|---|
| 1279 |    to play.
 | 
|---|
| 1280 |  * Check that the values for brightness, contrast, saturation. hue and gamma
 | 
|---|
| 1281 |    have actually changed before updating them. 
 | 
|---|
| 1282 |  * Renamed change_equalizer_on_startup to change_video_equalizer_on_startup.
 | 
|---|
| 1283 | 
 | 
|---|
| 1284 | (2008-06-10)
 | 
|---|
| 1285 |  * Renamed the config option "dont_use_eq_options" to 
 | 
|---|
| 1286 |    "change_equalizer_on_startup" and set it to false as default because 
 | 
|---|
| 1287 |    it seems some people are having problems with high brightness and contrast.
 | 
|---|
| 1288 | 
 | 
|---|
| 1289 | (2008-06-09)
 | 
|---|
| 1290 |  * Added the opensubtitles patch by Kamil Dziobek <turbos11@gmail.com> (with
 | 
|---|
| 1291 |    some modifications). This adds an option in the subtitles menu which 
 | 
|---|
| 1292 |    allows you to download subtitles for the file you're playing, and another
 | 
|---|
| 1293 |    one to upload subtitles.
 | 
|---|
| 1294 | 
 | 
|---|
| 1295 | (2008-06-07)
 | 
|---|
| 1296 |  * Manually removed "<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>"
 | 
|---|
| 1297 |    from several *.ui files because otherwise the files generated by uic
 | 
|---|
| 1298 |    would depend on Q3Support.
 | 
|---|
| 1299 | 
 | 
|---|
| 1300 | (2008-06-05)
 | 
|---|
| 1301 |  * Now if we've got info about the size and aspect ratio (the file has been 
 | 
|---|
| 1302 |    played before) the main window will be resized before starting to play 
 | 
|---|
| 1303 |    the file.
 | 
|---|
| 1304 | 
 | 
|---|
| 1305 | (2008-06-04)
 | 
|---|
| 1306 |  * When entering in fullscreen, the playlist is hidden only if it's in the
 | 
|---|
| 1307 |    same screen as the main window. (Untested!)
 | 
|---|
| 1308 | 
 | 
|---|
| 1309 | (2008-06-03)
 | 
|---|
| 1310 |  * Added the possibility to compile smplayer in Windows without the
 | 
|---|
| 1311 |    file associations code, so it doesn't write anything in the 
 | 
|---|
| 1312 |    registry (important for a portable app). Just comment the line
 | 
|---|
| 1313 |    DEFINES += USE_ASSOCIATIONS in smplayer.pro.
 | 
|---|
| 1314 |  * Another fix for Qt 4.4. The language toolbar wasn't restored
 | 
|---|
| 1315 |    properly.
 | 
|---|
| 1316 |  * More work to make smplayer a better portable application (although most of
 | 
|---|
| 1317 |    the following work on linux, it's intended for windows). If PORTABLE_APP 
 | 
|---|
| 1318 |    is defined (it can be done with 'qmake DEFINES+=PORTABLE_APP') then:
 | 
|---|
| 1319 |     - it will use by default the application directory for the ini files
 | 
|---|
| 1320 |     - it won't try to create the smplayer home directory or the screenshot
 | 
|---|
| 1321 |       directory ($HOME/.smplayer and $HOME/.smplayer/screenshots)
 | 
|---|
| 1322 |     - by default the path for the screenshots is empty
 | 
|---|
| 1323 |     - under windows the associations code won't be compiled, so smplayer won't
 | 
|---|
| 1324 |       write anything in the windows registry.
 | 
|---|
| 1325 |    
 | 
|---|
| 1326 | (2008-06-02)
 | 
|---|
| 1327 |  * Now the controlbar and floating control in the minigui can be 
 | 
|---|
| 1328 |    configured too.
 | 
|---|
| 1329 |  * Some minor (and internal) changes:
 | 
|---|
| 1330 |     - the playlist doesn't save its size as that is already done by 
 | 
|---|
| 1331 |       QMainWindow::saveState()
 | 
|---|
| 1332 |     - sizes and positions are saved to the config file as QSize's and
 | 
|---|
| 1333 |       QPoint's
 | 
|---|
| 1334 | 
 | 
|---|
| 1335 | (2008-06-01)
 | 
|---|
| 1336 |  * (Bugfix) The "modify shortcut" dialog was under the other windows if
 | 
|---|
| 1337 |    the option Video -> Stay on top was enabled.
 | 
|---|
| 1338 |  * Started to write the code to make the toolbars configurable:
 | 
|---|
| 1339 |     - the list of actions in a widget can be saved to the config file
 | 
|---|
| 1340 |     - a widget can be populated with the actions read from the config file 
 | 
|---|
| 1341 |     - as a test the toolbar1, controlwidget and controlwidget_mini in 
 | 
|---|
| 1342 |       defaultgui are saved to the config and loaded on startup
 | 
|---|
| 1343 | 
 | 
|---|
| 1344 | (2008-05-30)
 | 
|---|
| 1345 |  * The maximum port for the single instance is 65535, instead of 99999.
 | 
|---|
| 1346 |  * Added a new option in guiconfig.h, USE_MINIMUMSIZE. If set to 1
 | 
|---|
| 1347 |    the main window will not be smaller than the control widget size hint.
 | 
|---|
| 1348 | 
 | 
|---|
| 1349 | 
 | 
|---|
| 1350 | [b]Version 0.6.1[/b]:
 | 
|---|
| 1351 | 
 | 
|---|
| 1352 | (2008-05-26)
 | 
|---|
| 1353 |  * The command line option -mini has been renamed to -minigui (-mini still 
 | 
|---|
| 1354 |    works)
 | 
|---|
| 1355 |  * Added a new command line option -defaultgui, which selects the default
 | 
|---|
| 1356 |    gui.
 | 
|---|
| 1357 |  * Added an option in Preferences->Interface to select the preferred GUI.
 | 
|---|
| 1358 |    This option is not applied immediately, you need to close smplayer and
 | 
|---|
| 1359 |    open it again.
 | 
|---|
| 1360 |    Note: the command line options -minigui and -defaultgui have preference 
 | 
|---|
| 1361 |    over this option.
 | 
|---|
| 1362 | 
 | 
|---|
| 1363 | (2008-05-25)
 | 
|---|
| 1364 |  * Some internal changes: baseguiplus saves some variables to the config
 | 
|---|
| 1365 |    file so it can exit from compact mode properly even if made between
 | 
|---|
| 1366 |    different sessions. Also the code to resize the main window when
 | 
|---|
| 1367 |    entering/exiting compact mode has been moved from defaultgui to
 | 
|---|
| 1368 |    baseguiplus. BTW, compact mode is broken if the playlist is embedded
 | 
|---|
| 1369 |    in the main window.
 | 
|---|
| 1370 |  * Maybe the compact mode with the playlist embedded in the main window 
 | 
|---|
| 1371 |    is fixed now.
 | 
|---|
| 1372 | 
 | 
|---|
| 1373 | (2008-05-24)
 | 
|---|
| 1374 |  * Added "gl:yuv=2:force-pbo:ati-hack" to the list of video drivers. This
 | 
|---|
| 1375 |    seems to be very fast. Requires mplayer svn r26853 (from 2008-05-22).
 | 
|---|
| 1376 |  * Now the video driver by default on Windows Vista is gl, instead of
 | 
|---|
| 1377 |    directx. (Untested)
 | 
|---|
| 1378 | 
 | 
|---|
| 1379 | (2008-05-22)
 | 
|---|
| 1380 |  * Fix: changing the demuxer should not lose the audio or subtitles (but
 | 
|---|
| 1381 |    the selected tracks after restart may be different).
 | 
|---|
| 1382 | 
 | 
|---|
| 1383 | (2008-05-19)
 | 
|---|
| 1384 |  * Fix: zoom didn't work well with directx.
 | 
|---|
| 1385 |  * Added the Catalan translation, by Roger Calvó <rcalvoi@yahoo.com>.
 | 
|---|
| 1386 | 
 | 
|---|
| 1387 | (2008-05-17)
 | 
|---|
| 1388 |  * Now the maximum port for the single instance is 99999 instead of 10000.
 | 
|---|
| 1389 | 
 | 
|---|
| 1390 | (2008-05-15)
 | 
|---|
| 1391 |  * Now the "latest_dir" is updated too when opening a file from command line.
 | 
|---|
| 1392 |    Also the "latest_dir" now defaults to the home directory instead of the
 | 
|---|
| 1393 |    smplayer working directory.
 | 
|---|
| 1394 |  * Now when switching to compact mode, the main window is resized instead of
 | 
|---|
| 1395 |    leaving black borders where the widgets were placed. This resize will only 
 | 
|---|
| 1396 |    be done if the autoresize option is set to "whenever it's needed".
 | 
|---|
| 1397 | 
 | 
|---|
| 1398 | 
 | 
|---|
| 1399 | [b]Version 0.6.0[/b]:
 | 
|---|
| 1400 | 
 | 
|---|
| 1401 | (2008-05-12)
 | 
|---|
| 1402 |  * Improved the file smplayer.spec and added the script create_rpm.sh, both
 | 
|---|
| 1403 |    contributed by iSage.
 | 
|---|
| 1404 | 
 | 
|---|
| 1405 | (2008-05-08)
 | 
|---|
| 1406 |  * Added m2t to the list of extensions for video.
 | 
|---|
| 1407 | 
 | 
|---|
| 1408 | (2008-05-05)
 | 
|---|
| 1409 |  * The option Play->Repeat is now always enabled, so it can be activated
 | 
|---|
| 1410 |    before playing anything.
 | 
|---|
| 1411 | 
 | 
|---|
| 1412 | (2008-05-03)
 | 
|---|
| 1413 |  * Now, when browsing the recents menu, the statusbar shows the full path of 
 | 
|---|
| 1414 |    the selected item.
 | 
|---|
| 1415 | 
 | 
|---|
| 1416 | (2008-04-30)
 | 
|---|
| 1417 |  * Now the video equalizer displays the values of each control.
 | 
|---|
| 1418 | 
 | 
|---|
| 1419 | (2008-04-28)
 | 
|---|
| 1420 |  * Hopefully fixed the problem of the ghost playlist, visible for a moment
 | 
|---|
| 1421 |    on startup.
 | 
|---|
| 1422 |  * Updated the Portuguese (pt_PT) translation, made by Sérgio Marques 
 | 
|---|
| 1423 |    <contatica@netcabo.pt>
 | 
|---|
| 1424 |  * (Linux) Added the file smplayer_enqueue.desktop which allows to add 
 | 
|---|
| 1425 |    the selected files in the file browser to the playlist.
 | 
|---|
| 1426 | 
 | 
|---|
| 1427 | (2008-04-27)
 | 
|---|
| 1428 |  * Now the time (and volume) sliders should work better.
 | 
|---|
| 1429 | 
 | 
|---|
| 1430 | (2008-04-26)
 | 
|---|
| 1431 |  * Now the default filter for Open->File is "multimedia", it shows video,
 | 
|---|
| 1432 |    audio and playlist files.
 | 
|---|
| 1433 |  * Added an option in the playlist's preferences to save a copy of the
 | 
|---|
| 1434 |    contents of the playlist to the config file.
 | 
|---|
| 1435 |  * (Bugfix) Don't allow to enter in compact mode when in fullscreen. 
 | 
|---|
| 1436 |    Fixes bug #1951297.
 | 
|---|
| 1437 | 
 | 
|---|
| 1438 | (2008-04-25)
 | 
|---|
| 1439 |  * Added a new widget (a line edit + a button) which allows the user to
 | 
|---|
| 1440 |    select a file or directory. The preferences dialog now uses this widget.
 | 
|---|
| 1441 | 
 | 
|---|
| 1442 | (2008-04-23)
 | 
|---|
| 1443 |  * Fix loading idx/sub subtitles. The filename was incorrectly passed to 
 | 
|---|
| 1444 |    mplayer if it contained several dots. 
 | 
|---|
| 1445 | 
 | 
|---|
| 1446 | (2008-04-22)
 | 
|---|
| 1447 |  * Now smplayer can detect if mplayer has been patched with the 
 | 
|---|
| 1448 |    startupvol patch. Autodetection will only succeed if mplayer has been
 | 
|---|
| 1449 |    patched with this 2nd version of the patch: 
 | 
|---|
| 1450 |    http://smplayer.svn.sourceforge.net/viewvc/*checkout*/smplayer/mplayer-builds/patches/startupvol-2.diff
 | 
|---|
| 1451 |  * Now the option "Change volume just before playing" in 
 | 
|---|
| 1452 |    Preferences->General->Audio can be set to "Auto".
 | 
|---|
| 1453 | 
 | 
|---|
| 1454 | (2008-04-20)
 | 
|---|
| 1455 |  * Added a preferences dialog for the playlist.
 | 
|---|
| 1456 | 
 | 
|---|
| 1457 | (2008-04-19)
 | 
|---|
| 1458 |  * Don't get info about the files added automatically by the GUI to the 
 | 
|---|
| 1459 |    playlist (usually it's the file to play, so it's a waste of time).
 | 
|---|
| 1460 |  * Added possibility to add directories recursively to the playlist. Right
 | 
|---|
| 1461 |    now it's necessary to edit smplayer.ini and set recursive_add_directory to
 | 
|---|
| 1462 |    true (inside [playlist] section). Soon there'll be an option for this 
 | 
|---|
| 1463 |    in the GUI.
 | 
|---|
| 1464 | 
 | 
|---|
| 1465 | (2008-04-18)
 | 
|---|
| 1466 |  * (Windows) Applied a patch by "hackykid" to fix a link error when compiling with
 | 
|---|
| 1467 |    Visual Studio.
 | 
|---|
| 1468 |    http://sourceforge.net/tracker/index.php?func=detail&aid=1924296&group_id=185512&atid=913575
 | 
|---|
| 1469 | 
 | 
|---|
| 1470 | (2008-04-17)
 | 
|---|
| 1471 |  * Updated the Italian and Polish translations.
 | 
|---|
| 1472 |  * (Bugfix) If the option to start videos in fullscreen is activated, now
 | 
|---|
| 1473 |    fullscreen mode will be entered only when the video is opened, and not for
 | 
|---|
| 1474 |    instance when you unpause the video.
 | 
|---|
| 1475 |  * (Windows) Added the exit fullscreen and close actions to the floating
 | 
|---|
| 1476 |    control widget, so their key shortcuts can work in the floating control.
 | 
|---|
| 1477 | 
 | 
|---|
| 1478 | (2008-04-16)
 | 
|---|
| 1479 |  * Now the mouse right button can be configured. By default it will
 | 
|---|
| 1480 |    show the context menu. The context menu can also be assigned to another
 | 
|---|
| 1481 |    button (or key).
 | 
|---|
| 1482 |  * Added the open directory action to the systray menu. Fixes bug #1943895.
 | 
|---|
| 1483 | 
 | 
|---|
| 1484 | 
 | 
|---|
| 1485 | [b]Version 0.6.0rc4[/b]:
 | 
|---|
| 1486 | 
 | 
|---|
| 1487 | (2008-04-13)
 | 
|---|
| 1488 |  * Added the action next_osd to the list of actions available for mouse 
 | 
|---|
| 1489 |    buttons.
 | 
|---|
| 1490 | 
 | 
|---|
| 1491 | (2008-04-12)
 | 
|---|
| 1492 |  * Now the possibility to get info (length, name) about the files added to
 | 
|---|
| 1493 |    the playlist can be disabled. It's not in the preferences dialog as usual
 | 
|---|
| 1494 |    but in the playlist itself, as an option in the "add" menu.
 | 
|---|
| 1495 |  * Added the rewind and forward actions to the list of actions available for
 | 
|---|
| 1496 |    mouse buttons.
 | 
|---|
| 1497 | 
 | 
|---|
| 1498 | (2008-04-11)
 | 
|---|
| 1499 |  * Added support for the mouse XButton1 and XButton2. This is untested as
 | 
|---|
| 1500 |    my mouse doesn't have those buttons.
 | 
|---|
| 1501 | 
 | 
|---|
| 1502 | (2008-04-10)
 | 
|---|
| 1503 |  * Added in Preferences->General->Video an option to select the default
 | 
|---|
| 1504 |    deinterlacer. It will be used for new videos opened.
 | 
|---|
| 1505 | 
 | 
|---|
| 1506 | (2008-04-07)
 | 
|---|
| 1507 |  * Now when a file is added to the playlist, it will get some info about it.
 | 
|---|
| 1508 |    This allows to display the length and name (if available) in the list.
 | 
|---|
| 1509 |    Very useful for mp3 and similar.
 | 
|---|
| 1510 | 
 | 
|---|
| 1511 | (2008-04-06)
 | 
|---|
| 1512 |  * If a file with the same name of the file to play but with extension 
 | 
|---|
| 1513 |    .edl (or .EDL) exists then smplayer will load it automatically (this can
 | 
|---|
| 1514 |    be disabled by setting use_edl_files in smplayer.ini to false).
 | 
|---|
| 1515 |    An edl file allows to skip or mute parts of the video.
 | 
|---|
| 1516 |    Info about edl files: http://www.mplayerhq.hu/DOCS/HTML/en/edl.html
 | 
|---|
| 1517 | 
 | 
|---|
| 1518 | (2008-04-02)
 | 
|---|
| 1519 |  * (Bugfix) When using the command line options -send-action or -actions, some
 | 
|---|
| 1520 |    actions like aspect_4:3 didn't work.
 | 
|---|
| 1521 | 
 | 
|---|
| 1522 | (2008-04-01)
 | 
|---|
| 1523 |  * Don't check if the items in the recent's menu are local files, as it can
 | 
|---|
| 1524 |    take a long time if they are not.
 | 
|---|
| 1525 |  * Compiled with MINI_ARROW_BUTTONS = 0 by default (so reverting changes in
 | 
|---|
| 1526 |    r1038-r1039).
 | 
|---|
| 1527 | 
 | 
|---|
| 1528 | (2008-03-29)
 | 
|---|
| 1529 |  * Fix: DVDs started to play at chapter #2 if using mplayer 1.0rc2 or older.
 | 
|---|
| 1530 |  * Now the default gui will only show two arrow buttons for seeking 
 | 
|---|
| 1531 |    (rewind 10 secs and forward 10 secs) but if you keep those buttons 
 | 
|---|
| 1532 |    pressed for a moment a popup menu will show with the rest of the buttons.
 | 
|---|
| 1533 | 
 | 
|---|
| 1534 | 
 | 
|---|
| 1535 | [b]Version 0.6.0rc3[/b]:
 | 
|---|
| 1536 | 
 | 
|---|
| 1537 | (2008-03-21)
 | 
|---|
| 1538 |  * Try to use xv (or directx in windows) if the video driver is not set.
 | 
|---|
| 1539 |  * Added Play->Jump to, which will show a dialog where you can enter the
 | 
|---|
| 1540 |    position (time) to jump.
 | 
|---|
| 1541 | 
 | 
|---|
| 1542 | (2008-03-20)
 | 
|---|
| 1543 |  * Fix: selection of chapters should work again with newer versions of mplayer.
 | 
|---|
| 1544 |  * Removed the option "Fast seek to chapters in dvds" in 
 | 
|---|
| 1545 |    Preferences->Performance. Now it will use the fast method if not using
 | 
|---|
| 1546 |    a cache, and the slow one otherwise (the latter won't even work in newer 
 | 
|---|
| 1547 |    versions of mplayer, so it's recommended not to use a cache for dvds).
 | 
|---|
| 1548 |  * Added rm and swf to the list of extensions.
 | 
|---|
| 1549 | 
 | 
|---|
| 1550 | (2008-03-17)
 | 
|---|
| 1551 |  * Added new menu Video->Rotate, with options to rotate the image.
 | 
|---|
| 1552 |  * Show the language -if available- along with the name in the audio menu
 | 
|---|
| 1553 |    (it may work too in the title menu).
 | 
|---|
| 1554 | 
 | 
|---|
| 1555 | (2008-03-14)
 | 
|---|
| 1556 |  * Now a dialog appears too if mplayer fails to start or crashes.
 | 
|---|
| 1557 |  * Add the scale filter if using the soft equalizer and gl/gl2, to avoid
 | 
|---|
| 1558 |    mplayer to complain.
 | 
|---|
| 1559 |  * The subtitle actions are enabled now if the close caption option is checked.
 | 
|---|
| 1560 | 
 | 
|---|
| 1561 | (2008-03-13)
 | 
|---|
| 1562 |  * Added a new dialog to report the mplayer errors.
 | 
|---|
| 1563 | 
 | 
|---|
| 1564 | (2008-03-11)
 | 
|---|
| 1565 |  * Displays a warning dialog if mplayer exits with an exit code 
 | 
|---|
| 1566 |    different to 0. 
 | 
|---|
| 1567 | 
 | 
|---|
| 1568 | (2008-03-10)
 | 
|---|
| 1569 |  * (Internal change) Use -monitorpixelaspect instead of -monitoraspect.
 | 
|---|
| 1570 | 
 | 
|---|
| 1571 | (2008-03-08)
 | 
|---|
| 1572 |  * Use -colorkey for directx only.
 | 
|---|
| 1573 | 
 | 
|---|
| 1574 | (2008-03-06)
 | 
|---|
| 1575 |  * Added more help for the subtitle, interface and advanced sections in 
 | 
|---|
| 1576 |    preferences.
 | 
|---|
| 1577 | 
 | 
|---|
| 1578 | (2008-03-05)
 | 
|---|
| 1579 |  * Ignore action restore/hide if system tray icon is not visible. Fixes
 | 
|---|
| 1580 |    bug #1908229.
 | 
|---|
| 1581 |  * Added option in config.h to disable the use of the colorkey.
 | 
|---|
| 1582 | 
 | 
|---|
| 1583 | (2008-03-03)
 | 
|---|
| 1584 |  * Now the shortcut editor should recognize some of the multimedia keys.
 | 
|---|
| 1585 |  * (By user request) Added an action to reset the video equalizer.
 | 
|---|
| 1586 |  * Remove starting and ending whitespaces in mp3 tags. Patch by 
 | 
|---|
| 1587 |    Tanguy Krotoff <tkrotoff@gmail.com>
 | 
|---|
| 1588 | 
 | 
|---|
| 1589 | (2008-03-02)
 | 
|---|
| 1590 |  * Bugfix: the keys PgDown and PgUp were incorrectly identified as PageDown
 | 
|---|
| 1591 |    and PageUp by shortcutgetter.
 | 
|---|
| 1592 | 
 | 
|---|
| 1593 | (2008-03-01)
 | 
|---|
| 1594 |  * Try to keep fullscreen mode if running mplayer in its own window when
 | 
|---|
| 1595 |    opening a new file.
 | 
|---|
| 1596 |  * Added flac to the list of audio extensions. Patch by 
 | 
|---|
| 1597 |    Tanguy Krotoff <tkrotoff@gmail.com>
 | 
|---|
| 1598 |  * Now changing the application stylesheet can be disabled setting
 | 
|---|
| 1599 |    ALLOW_CHANGE_STYLESHEET to 0 in config.h
 | 
|---|
| 1600 | 
 | 
|---|
| 1601 | (2008-02-29)
 | 
|---|
| 1602 |  * Added the Macedonian translation by Marko Doda <mark0d0da@gmail.com>
 | 
|---|
| 1603 |  * Added the Basque translation by Piarres Beobide <pi@beobide.net>
 | 
|---|
| 1604 | 
 | 
|---|
| 1605 | (2008-02-26)
 | 
|---|
| 1606 |  * Add the hue filter if the software equalizer is enabled. This allows to
 | 
|---|
| 1607 |    change the hue in the video equalizer.
 | 
|---|
| 1608 |  * Allow the software equalizer to be used with gl/gl2. Note: it won't work
 | 
|---|
| 1609 |    with gl or gl2 but it will work with gl:yuv=3 and gl2:yuv=3.
 | 
|---|
| 1610 | 
 | 
|---|
| 1611 | (2008-02-25)
 | 
|---|
| 1612 |  * Bugfix: mark the right current item in the playlist if deleted an item
 | 
|---|
| 1613 |    above it. Patch by corentin1234.
 | 
|---|
| 1614 | 
 | 
|---|
| 1615 | (2008-02-23)
 | 
|---|
| 1616 |  * Added two new options in the Subtitles menu: "Enable closed caption" and
 | 
|---|
| 1617 |    "Forced subtitles only". These two options are global because they are
 | 
|---|
| 1618 |    intended for DVDs. None of these two options have been tested!
 | 
|---|
| 1619 | 
 | 
|---|
| 1620 | (2008-02-17)
 | 
|---|
| 1621 |  * On startup smplayer will create a lock file (smplayer_init.lock in the
 | 
|---|
| 1622 |    config directory) which will be removed once smplayer has been initialized.
 | 
|---|
| 1623 |    If another instance finds that file it will wait until the file is deleted
 | 
|---|
| 1624 |    (or 10 seconds have passed). 
 | 
|---|
| 1625 |    The reason for this is to give the first instance some time to proper 
 | 
|---|
| 1626 |    initialize in case several instances were launched at the same time (Windows
 | 
|---|
| 1627 |    does it if you select to "Enqueue in smplayer" multiple files).
 | 
|---|
| 1628 | 
 | 
|---|
| 1629 | (2008-02-16)
 | 
|---|
| 1630 |  * New experimental code. New class "SMPlayer" which initializes the global
 | 
|---|
| 1631 |    objects and can parse the arguments. There's also a new main (main2.cpp).
 | 
|---|
| 1632 |    It's possible this could have broken something!
 | 
|---|
| 1633 | 
 | 
|---|
| 1634 | 
 | 
|---|
| 1635 | [b]Version 0.6.0rc2[/b]:
 | 
|---|
| 1636 | 
 | 
|---|
| 1637 | (2008-02-11)
 | 
|---|
| 1638 |  * Added gl:yuv=3 and gl2:yuv=3 to the list of video drivers.
 | 
|---|
| 1639 | 
 | 
|---|
| 1640 | (2008-02-09)
 | 
|---|
| 1641 |  * (Windows) Screensaver: set the timeout for lowpower, poweroff and 
 | 
|---|
| 1642 |    screensaver before playing, and restore on stop.
 | 
|---|
| 1643 |  
 | 
|---|
| 1644 | (2008-02-08)
 | 
|---|
| 1645 |  * (Windows) Bugfix: don't try to convert to 8.3 short names files that
 | 
|---|
| 1646 |    don't exist.
 | 
|---|
| 1647 |  
 | 
|---|
| 1648 | (2008-02-07)
 | 
|---|
| 1649 |  * The script create_deb should compile and create the package much faster.
 | 
|---|
| 1650 |  * Bugfix: if the mplayer binary configured in preferences is just "mplayer" 
 | 
|---|
| 1651 |    and there's a directory or file named mplayer in the smplayer working
 | 
|---|
| 1652 |    directory, smplayer would try to call that file. Now it won't call it
 | 
|---|
| 1653 |    if it's a regular file or directory, but WARNING if it's a binary it
 | 
|---|
| 1654 |    still will call it (this is because it tries to convert the path in an
 | 
|---|
| 1655 |    absolute path).
 | 
|---|
| 1656 |  * Some fixes so smplayer can work ok with a relative mplayer path.
 | 
|---|
| 1657 | 
 | 
|---|
| 1658 | (2008-02-06)
 | 
|---|
| 1659 |  * Now selection of chapters in mkv files should work properly again if
 | 
|---|
| 1660 |    using mplayer >= r25391.
 | 
|---|
| 1661 | 
 | 
|---|
| 1662 | (2008-02-05)
 | 
|---|
| 1663 |  * (Windows) Bugfix: the buttons to select the font color in 
 | 
|---|
| 1664 |    Preferences->Subtitles->SSA/ASS didn't show the color.
 | 
|---|
| 1665 |  * Removed Yurkovsky Andrey from the list of translators, as requested 
 | 
|---|
| 1666 |    by himself.
 | 
|---|
| 1667 | 
 | 
|---|
| 1668 | (2008-02-04)
 | 
|---|
| 1669 |  * The option Play->Repeat should work better now. Also if using mplayer
 | 
|---|
| 1670 |    >= r23747 toggling the option won't require to restart mplayer (uses
 | 
|---|
| 1671 |    the loop slave command instead).
 | 
|---|
| 1672 | 
 | 
|---|
| 1673 | (2008-02-03)
 | 
|---|
| 1674 |  * Try to remember if the window was maximized after exiting from fullscreen.
 | 
|---|
| 1675 |  * Added workaround for the problem of subtitles which don't disappear when
 | 
|---|
| 1676 |    using the "Add black borders" filter.
 | 
|---|
| 1677 | 
 | 
|---|
| 1678 | 
 | 
|---|
| 1679 | [b]Version 0.6.0rc1[/b]:
 | 
|---|
| 1680 | 
 | 
|---|
| 1681 | (2008-01-30)
 | 
|---|
| 1682 |  * Added the Korean translation, by Heesu Yoon <imsu30@gmail.com>
 | 
|---|
| 1683 | 
 | 
|---|
| 1684 | (2008-01-29)
 | 
|---|
| 1685 |  * If a version is not recognized, assume it's an old version instead of new.
 | 
|---|
| 1686 |    This way at least the file will play.
 | 
|---|
| 1687 |  * Now smplayer should recognize the mplayer version from ubuntu packages
 | 
|---|
| 1688 |    (MPlayer 2:1.0~rc1-0ubuntu13.1 (C) 2000-2006 MPlayer Team).
 | 
|---|
| 1689 |  * Changed some defaults in preferences: framedrop will be enabled, and
 | 
|---|
| 1690 |    subtitles on screenshots disabled.
 | 
|---|
| 1691 | 
 | 
|---|
| 1692 | (2008-01-28)
 | 
|---|
| 1693 |  * Now the user can tell smplayer what version of mplayer is using, with the
 | 
|---|
| 1694 |    config option mplayer_forced_version. Anyway in the future there'll be
 | 
|---|
| 1695 |    a dialog to configure this.
 | 
|---|
| 1696 |  * Renamed mplayer_forced_version to mplayer_user_supplied_version. That
 | 
|---|
| 1697 |    version will be used only if smplayer can't parse the mplayer version from
 | 
|---|
| 1698 |    the mplayer output.
 | 
|---|
| 1699 |  * Now if the mplayer version can't be parsed a dialog will pop up asking the
 | 
|---|
| 1700 |    user for the mplayer version.
 | 
|---|
| 1701 | 
 | 
|---|
| 1702 | (2008-01-26)
 | 
|---|
| 1703 |  * Now it's possible to zoom out on the video image.
 | 
|---|
| 1704 |  * Cosmetic change: now the mouse icon in Preferences->Interface->Seeking
 | 
|---|
| 1705 |    has the same size as the icons above.
 | 
|---|
| 1706 |  * Moved to old-txt some outdated txt files.
 | 
|---|
| 1707 |  * Updated Release_notes.txt, with the changes since version 0.5.62.
 | 
|---|
| 1708 |  * Now under Windows, the main window will never start hidden even if the 
 | 
|---|
| 1709 |    system tray icon is shown. This should fix bug #1851817.
 | 
|---|
| 1710 |    On linux the behavior didn't change, as this is the way other applications
 | 
|---|
| 1711 |    work.
 | 
|---|
| 1712 | 
 | 
|---|
| 1713 | (2008-01-25)
 | 
|---|
| 1714 |  * Updated the FAQ.
 | 
|---|
| 1715 |  * If changing the size of the normal (no -ass) subtitles requires to
 | 
|---|
| 1716 |    restart mplayer (because using an old version or configured this way)
 | 
|---|
| 1717 |    the size will increase or decrease in steps of 1, instead of 0.2, to
 | 
|---|
| 1718 |    make the resize faster.
 | 
|---|
| 1719 |  * Added an option in Preferences->Subtitles to set the default font scale
 | 
|---|
| 1720 |    for SSA/ASS subtitles. This has required to redesigned the section.
 | 
|---|
| 1721 | 
 | 
|---|
| 1722 | (2008-01-24)
 | 
|---|
| 1723 |  * Using now the sub_scale slave command for -ass subtitles. This allows to
 | 
|---|
| 1724 |    change the font size on runtime. Requires MPlayer r25843.
 | 
|---|
| 1725 |  * Now the font scale is stored in two independent variables, one if not
 | 
|---|
| 1726 |    using libass and another if using it. This is because the same value
 | 
|---|
| 1727 |    produces very different font sizes. A value of 7 can display subtitles
 | 
|---|
| 1728 |    with a normal size if not using libass, but if libass is enabled the 
 | 
|---|
| 1729 |    font will be  huge.
 | 
|---|
| 1730 |    Important: the Scale option in Preferences->Subtitles, which sets the
 | 
|---|
| 1731 |    initial font scale for new videos, will now be only used if libass is 
 | 
|---|
| 1732 |    disabled.
 | 
|---|
| 1733 |    It has been added a similar option for libass, but currently it can only 
 | 
|---|
| 1734 |    be changed by editing smplayer.ini (initial_sub_scale_ass, default value 1).
 | 
|---|
| 1735 | 
 | 
|---|
| 1736 | (2008-01-22)
 | 
|---|
| 1737 |  * Now the delay to update the video while dragging the time slider can
 | 
|---|
| 1738 |    be configured in smplayer.ini, option time_slider_drag_delay. The
 | 
|---|
| 1739 |    value by default is 100 (milliseconds).
 | 
|---|
| 1740 |  * The scale field in Preferences->Subtitles now accepts doubles.
 | 
|---|
| 1741 |    Fixes bug #1876114.
 | 
|---|
| 1742 | 
 | 
|---|
| 1743 | (2008-01-21)
 | 
|---|
| 1744 |  * Added some new icons to the default theme taken from nuvoX 
 | 
|---|
| 1745 |    (http://www.kde-look.org/content/show.php/nuvoX?content=38467)
 | 
|---|
| 1746 | 
 | 
|---|
| 1747 | (2008-01-18)
 | 
|---|
| 1748 |  * "Help->Command line options" now shows an html text, so it looks better.
 | 
|---|
| 1749 | 
 | 
|---|
| 1750 | (2008-01-17)
 | 
|---|
| 1751 |  * Added "Help->Command line options", which shows a text with help about
 | 
|---|
| 1752 |    the available command line options. It displays the same as smplayer -h
 | 
|---|
| 1753 |    but it will useful for Windows users, as smplayer -h doesn't work for 
 | 
|---|
| 1754 |    them.
 | 
|---|
| 1755 | 
 | 
|---|
| 1756 | (2008-01-16)
 | 
|---|
| 1757 |  * Now "Stay on top" is made properly, not cleaning the other flags.
 | 
|---|
| 1758 |  * The Makefile installs the files in docs/ru
 | 
|---|
| 1759 |  * Fixed a bug: Help->FAQ displayed the FAQ in the locale language and not
 | 
|---|
| 1760 |    in the language set in smplayer.
 | 
|---|
| 1761 |  * Now all the gpl.html in docs/ should be in UTF-8.
 | 
|---|
| 1762 |  * Converted docs/es/gpl.html and docs/de/gpl.html to UTF-8.
 | 
|---|
| 1763 |  * Added docs/ru/gpl.html.
 | 
|---|
| 1764 | 
 | 
|---|
| 1765 | (2008-01-15)
 | 
|---|
| 1766 |  * Now the colorkey is passed properly to mplayer.
 | 
|---|
| 1767 |  * Added a new option: Options->Visualize motion vectors (-lavdopts vismv=7).
 | 
|---|
| 1768 | 
 | 
|---|
| 1769 | (2008-01-14)
 | 
|---|
| 1770 |  * Added gl:yuv=3:lscale=1 in the video output combo in preferences.
 | 
|---|
| 1771 | 
 | 
|---|
| 1772 | (2008-01-10)
 | 
|---|
| 1773 |  * Added an icon in the Instances tab so it doesn't look so empty 
 | 
|---|
| 1774 |    (instance1.png and instance2.png).
 | 
|---|
| 1775 |  * Moved the seeking options in the Interface section to another tab.
 | 
|---|
| 1776 | 
 | 
|---|
| 1777 | (2008-01-09)
 | 
|---|
| 1778 |  * Added the possibility to update the position of video while
 | 
|---|
| 1779 |    dragging the time slider (instead of updating it only when the
 | 
|---|
| 1780 |    slider has been released). Currently it's only possible to
 | 
|---|
| 1781 |    enable this option by changing the option update_while_seeking in
 | 
|---|
| 1782 |    smplayer.ini. There'll be an option in preferences soon.
 | 
|---|
| 1783 |  * Added an option in Preferences->Interface to configure that option.
 | 
|---|
| 1784 | 
 | 
|---|
| 1785 | (2008-01-08)
 | 
|---|
| 1786 |  * Added an icon for Help->FAQ (faq.png).
 | 
|---|
| 1787 |  * Added an icon for Help->About Qt. The icon has been taken from the Qt
 | 
|---|
| 1788 |    sources (qmessagebox.cpp). This icon can't be changed by any icon theme
 | 
|---|
| 1789 |    (I don't think Trolltech would like it).
 | 
|---|
| 1790 | 
 | 
|---|
| 1791 | (2008-01-06)
 | 
|---|
| 1792 |  * The subtitles size will increase or decrease in steps of 1 instead of
 | 
|---|
| 1793 |    0.2 if using SSA/ASS lib (it requires restart mplayer, which is slower).
 | 
|---|
| 1794 | 
 | 
|---|
| 1795 | (2008-01-04)
 | 
|---|
| 1796 |  * Fixed a crash which may happen if trying to select a subtitle but
 | 
|---|
| 1797 |    the subtitle list was empty.
 | 
|---|
| 1798 | 
 | 
|---|
| 1799 | (2008-01-03)
 | 
|---|
| 1800 |  * Now the GPL in English is in html too. From now on, all documents
 | 
|---|
| 1801 |    that smplayer have to load should be in html. This is because the
 | 
|---|
| 1802 |    debian packager compress all txt files, and so smplayer won't able
 | 
|---|
| 1803 |    to find them.
 | 
|---|
| 1804 |  * The file FAQ.txt has been moved to docs/en and converted to html.
 | 
|---|
| 1805 |  * New option Help->FAQ, which will display the FAQ in your web browser.
 | 
|---|
| 1806 | 
 | 
|---|
| 1807 | (2008-01-02)
 | 
|---|
| 1808 |  * Added a function to get the path of a translatable document. The 
 | 
|---|
| 1809 |    translatable documents should be (in the sources) in the docs subdir.
 | 
|---|
| 1810 |  * Now the GPL file is loaded from that path.
 | 
|---|
| 1811 |  * Added the Spanish and German translation of the GPL v2.
 | 
|---|
| 1812 | 
 | 
|---|
| 1813 | (2007-12-31)
 | 
|---|
| 1814 |  * Now the QTextBrowsers really should have the same background color as the
 | 
|---|
| 1815 |    near widgets.
 | 
|---|
| 1816 |  * Now the about dialog can show the version number of mplayer.
 | 
|---|
| 1817 |  * The about dialog displays the GPL in the license tab. Temporary the file
 | 
|---|
| 1818 |    with the GPL text is embedded in the smplayer executable. In the future it
 | 
|---|
| 1819 |    will be read from documentation directory.
 | 
|---|
| 1820 | 
 | 
|---|
| 1821 | (2007-12-30)
 | 
|---|
| 1822 |  * Replaced the QLabels and QTextEdits in the about dialog with QTextBrowsers,
 | 
|---|
| 1823 |    and changed the background colors.
 | 
|---|
| 1824 | 
 | 
|---|
| 1825 | (2007-12-29)
 | 
|---|
| 1826 |  * Split the section "Video and audio" in Preferences->General into 2 sections.
 | 
|---|
| 1827 |  * Added 3 icons in the about dialog (contributors.png, translators.png and 
 | 
|---|
| 1828 |    license.png), taken from Crystal Clear.
 | 
|---|
| 1829 |  * (By user request) Added "normal speed" to the list of actions available for
 | 
|---|
| 1830 |    mouse buttons.
 | 
|---|
| 1831 | 
 | 
|---|
| 1832 | (2007-12-27)
 | 
|---|
| 1833 |  * Added a new option in Preferences->General->Video and audio: change volume
 | 
|---|
| 1834 |    just before playing. This should fix the problem of the loud volume on
 | 
|---|
| 1835 |    startup. It sets the volume using the commandline option -volume, but
 | 
|---|
| 1836 |    WARNING: mplayer doesn't have such option, you need a patched mplayer!
 | 
|---|
| 1837 | 
 | 
|---|
| 1838 | (2007-12-26)
 | 
|---|
| 1839 |  * New about dialog, with some tabs.
 | 
|---|
| 1840 | 
 | 
|---|
| 1841 | (2007-12-24)
 | 
|---|
| 1842 |  * (Windows) Preferences->Drives shows only cdrom devices.
 | 
|---|
| 1843 | 
 | 
|---|
| 1844 | (2007-12-22)
 | 
|---|
| 1845 |  * (Windows) Now idx/sub subtitles should work also when using short names.
 | 
|---|
| 1846 |    So I think this stuff is finished.
 | 
|---|
| 1847 |  * Added the Finnish translation, sent by peeaivo <peeaivo@gmail.com>
 | 
|---|
| 1848 |  * For the option to skip the loop filter on HD videos: now a video is
 | 
|---|
| 1849 |    considered HD if its height (not width!) is equal or greater than 
 | 
|---|
| 1850 |    the value specified in the HD_height option in smplayer.ini (720 by default).
 | 
|---|
| 1851 |  * Updated the help for the loop filter option in Preferences->Performance.
 | 
|---|
| 1852 | 
 | 
|---|
| 1853 | (2007-12-21)
 | 
|---|
| 1854 |  * (Windows) Now the short names are used too for subtitle files (except
 | 
|---|
| 1855 |    idx/sub) and external audio files.
 | 
|---|
| 1856 |  * Added a manpage for smplayer, created by Matvey Kozhev <sikon@lucidfox.org>
 | 
|---|
| 1857 |  * (By user request) The skip loop filter in Preferences->Performance has 
 | 
|---|
| 1858 |    changed. Now it's called "loop filter" and the possible values are:
 | 
|---|
| 1859 |    "Enabled", "Skip (always)" and "Skip only on HD videos". If the last option
 | 
|---|
| 1860 |    is selected, the loop filter will be skipped if the codec for the video is
 | 
|---|
| 1861 |    "ffh264" and the width of the video is 1024 or greater (this value is
 | 
|---|
| 1862 |    subject to change, possibly in the future it could be configured by the 
 | 
|---|
| 1863 |    user).
 | 
|---|
| 1864 |  * Support for colored console output is disabled under Windows. I don't 
 | 
|---|
| 1865 |    know any build compiled with that option.
 | 
|---|
| 1866 | 
 | 
|---|
| 1867 | (2007-12-20)
 | 
|---|
| 1868 |  * (Windows) Added a new option for the config file: use_short_pathnames.
 | 
|---|
| 1869 |    If set to true, smplayer will pass to mplayer the short filename(8+3)
 | 
|---|
| 1870 |    to mplayer. This allows to play files which contains characters outside 
 | 
|---|
| 1871 |    the local codepage (mplayer bug). Currently this only works with the file
 | 
|---|
| 1872 |    to play, not with subtitles filenames or other filenames that smplayer 
 | 
|---|
| 1873 |    might pass to mplayer.
 | 
|---|
| 1874 |    To test: I don't know if this would break compatibility with Win98.
 | 
|---|
| 1875 |  * (Windows) Added an option in Preferences->Advanced to enable easily the
 | 
|---|
| 1876 |    option mentioned above.
 | 
|---|
| 1877 |  * Added patch by profoX to add support for the mplayer output when compiled
 | 
|---|
| 1878 |    with -enable-color-console.
 | 
|---|
| 1879 |  
 | 
|---|
| 1880 | (2007-12-18)
 | 
|---|
| 1881 |  * Moved the letterbox option to the filters submenu and renamed to 
 | 
|---|
| 1882 |    "Add black borders".
 | 
|---|
| 1883 |  * Added the new option Video->Filters->Software scaling. Makes mplayer to
 | 
|---|
| 1884 |    scale the video up to the width of your screen. This is slow, you'll need
 | 
|---|
| 1885 |    a really fast computer.
 | 
|---|
| 1886 | 
 | 
|---|
| 1887 | (2007-12-17)
 | 
|---|
| 1888 |  * Updated the Russian translation, and added regular expressions 
 | 
|---|
| 1889 |    (Advanced->MPlayer language) for Russian, sent by wiselord1983@gmail.com
 | 
|---|
| 1890 |  * Added patch by Florin Braghis <florin@libertv.ro> to support Win 98.
 | 
|---|
| 1891 |    Modified a little bit by me to allow it to compile under linux (for testing).
 | 
|---|
| 1892 |  * Added a new option: Video->Letterbox. It adds a black border around the
 | 
|---|
| 1893 |    video, according to the aspect ratio of the monitor.
 | 
|---|
| 1894 |  * Simplified the aspect ratio menu. The options "4:3 Letterbox", 
 | 
|---|
| 1895 |    "16:9 Letterbox", "4:3 Panscan", "4:3 to 16:9" have been deleted. The first
 | 
|---|
| 1896 |    two are not necessary anymore because of the new Video->Letterbox option, 
 | 
|---|
| 1897 |    and the last two I think they are not necessary because smplayer can 
 | 
|---|
| 1898 |    simulate pan&scan since some time ago. Anyway they could be added again 
 | 
|---|
| 1899 |    if someone really needs them.
 | 
|---|
| 1900 | 
 | 
|---|
| 1901 | (2007-12-14)
 | 
|---|
| 1902 |  * Now smplayer stores the version number of mplayer in the config file and
 | 
|---|
| 1903 |    can use it to know if that version provides some feature (like the 
 | 
|---|
| 1904 |    scaletempo filter) before running it. This makes possible to add
 | 
|---|
| 1905 |    "autodetection" too for options that should be passed on command line.
 | 
|---|
| 1906 |  * Now the option "High speed playback without altering pitch" (scaletempo) on 
 | 
|---|
| 1907 |    Preferences->General has 3 possible values: auto, yes and no. Auto 
 | 
|---|
| 1908 |    (the default) will use the scaletempo filter only if the mplayer you're
 | 
|---|
| 1909 |    using has that filter. "Yes" or "no" will force to use it or not, no matter
 | 
|---|
| 1910 |    of the mplayer version number.
 | 
|---|
| 1911 | 
 | 
|---|
| 1912 | (2007-12-13)
 | 
|---|
| 1913 |  * (Windows) Added patch by Florin Braghis <florin@libertv.ro> to improve the 
 | 
|---|
| 1914 |    file associations code.
 | 
|---|
| 1915 |    See http://smplayer.sourceforge.net/forums/viewtopic.php?pid=470#p470
 | 
|---|
| 1916 |  * (By user request) Added the possibility to configure any of the mouse
 | 
|---|
| 1917 |    buttons to show the equalizer.
 | 
|---|
| 1918 |  * (Windows) Some clean up in the file associations code. Also made some
 | 
|---|
| 1919 |    changes to allow to compile in linux (for testing, file associations
 | 
|---|
| 1920 |    of course won't work, but I can see the dialog, translations and so on).
 | 
|---|
| 1921 | 
 | 
|---|
| 1922 | (2007-12-10)
 | 
|---|
| 1923 |  * (Internal change) Added mplayerversion.h and mplayerversion.cpp which
 | 
|---|
| 1924 |    parses the mplayer version from the output of mplayer. Inforeader can also
 | 
|---|
| 1925 |    get the mplayer version.
 | 
|---|
| 1926 |  * Now the size of OSD/subtitle text increases/decreases in steps of 0.20.
 | 
|---|
| 1927 | 
 | 
|---|
| 1928 | (2007-12-08)
 | 
|---|
| 1929 |  * Added a new option for the config file: use_volume_option. If set to 
 | 
|---|
| 1930 |    true, smplayer will set the initial volume using the command line option
 | 
|---|
| 1931 |    -volume in mplayer, so that should avoid that the volume is too loud on
 | 
|---|
| 1932 |    startup. But... mplayer doesn't have a -volume option yet, you have to
 | 
|---|
| 1933 |    patch it:
 | 
|---|
| 1934 |    http://lists.mplayerhq.hu/pipermail/mplayer-users/2007-December/070500.html
 | 
|---|
| 1935 | 
 | 
|---|
| 1936 | (2007-12-05)
 | 
|---|
| 1937 |  * (By user request) Added a new option for the config file: 
 | 
|---|
| 1938 |    auto_add_to_playlist. If true, new opened files are added automatically to
 | 
|---|
| 1939 |    the playlist (this is the default). Otherwise the playlist won't be 
 | 
|---|
| 1940 |    modified unless it's strictly necessary (play a dvd, vcd, audiocd, or
 | 
|---|
| 1941 |    several files are opened at the same time).
 | 
|---|
| 1942 | 
 | 
|---|
| 1943 | (2007-12-04)
 | 
|---|
| 1944 |  * When a file has stopped, the screensaver won't be allowed to run until
 | 
|---|
| 1945 |    an additional minute has passed, so it there are more files in the
 | 
|---|
| 1946 |    playlist they have time to start. A minute should be enough even for
 | 
|---|
| 1947 |    internet streams.
 | 
|---|
| 1948 | 
 | 
|---|
| 1949 | (2007-11-29)
 | 
|---|
| 1950 |  * Now the cache setting is independent for each type of media. That means
 | 
|---|
| 1951 |    that you can disable cache for local files (faster startup) while keeping
 | 
|---|
| 1952 |    a cache for internet streams.
 | 
|---|
| 1953 |    The following options for the config file have been added: cache_for_files,
 | 
|---|
| 1954 |    cache_for_streams, cache_for_dvds, cache_for_audiocds and cache_for_vcds
 | 
|---|
| 1955 |    (the last two untested).
 | 
|---|
| 1956 |    The section Performance in the preferences dialog has been changed too,
 | 
|---|
| 1957 |    adding options for cache for files, cache for streams and cache for dvds.
 | 
|---|
| 1958 |    Note: it's not recommended to set a cache for DVDs, seeking might not work
 | 
|---|
| 1959 |    properly.
 | 
|---|
| 1960 | 
 | 
|---|
| 1961 | (2007-11-28)
 | 
|---|
| 1962 |  * Added a new experimental code to disable the screensaver (and monitor
 | 
|---|
| 1963 |    turning off) on Windows.
 | 
|---|
| 1964 |  * Deleted the old (ancient) code for subtitle management.
 | 
|---|
| 1965 |  
 | 
|---|
| 1966 | (2007-11-27)
 | 
|---|
| 1967 |  * If mplayer is compiled with gui support, it seems pause may not work 
 | 
|---|
| 1968 |    properly. I think this is fixed now, by changing the PAUSE command in
 | 
|---|
| 1969 |    input.conf. Should fix bug #1839110.
 | 
|---|
| 1970 |  * Now the option Open->VCD is enabled under Windows.
 | 
|---|
| 1971 | 
 | 
|---|
| 1972 | (2007-11-25)
 | 
|---|
| 1973 |  * A very important changed has been added in this revision. SMPlayer is
 | 
|---|
| 1974 |    the first mplayer frontend in the world (I guess) which uses the new 
 | 
|---|
| 1975 |    slave commands sub_vob, sub_demux and sub_file (added a few hours ago in the
 | 
|---|
| 1976 |    mplayer svn). These commands, at last, allow to accurately select the 
 | 
|---|
| 1977 |    subtitle track. Now you can mix without problems subtitles from different 
 | 
|---|
| 1978 |    sources: embedded subtitles (like in mkv or mp4 or dvds) and external 
 | 
|---|
| 1979 |    subtitles (srt, sub, idx/sub...), and now subtitle selection in mp4 files
 | 
|---|
| 1980 |    should work again (fixes bug #1806153).
 | 
|---|
| 1981 |    This possibility requires mplayer svn r25158 or above.
 | 
|---|
| 1982 |    The following option for the config file has been added: 
 | 
|---|
| 1983 |    use_new_sub_commands. The possible values are: 0 (false), 1 (true), 
 | 
|---|
| 1984 |    -1 (autodetect). The default value is -1. Autodetection will use the new
 | 
|---|
| 1985 |    commands or the old command according to the mplayer version.
 | 
|---|
| 1986 | 
 | 
|---|
| 1987 | (2007-11-24)
 | 
|---|
| 1988 |  * Added Polish texts for the comboboxes in Preferences->Advanced->MPlayer
 | 
|---|
| 1989 |    language, sent by jarek. 
 | 
|---|
| 1990 | 
 | 
|---|
| 1991 | (2007-11-21)
 | 
|---|
| 1992 |  * Added support for playlists in format pls. Now smplayer can open and
 | 
|---|
| 1993 |    save pls files (only local files). 
 | 
|---|
| 1994 |    Not much sure if QSettings produce a file readable by other applications 
 | 
|---|
| 1995 |    (tested with xmms and it seems it works ok).
 | 
|---|
| 1996 | 
 | 
|---|
| 1997 | (2007-11-20)
 | 
|---|
| 1998 |  * (Internal change) Added a new list in extensions: multimedia, which
 | 
|---|
| 1999 |    includes both video and audio extensions.
 | 
|---|
| 2000 |  * Now "Add directory" in playlist only adds video and audio files (not
 | 
|---|
| 2001 |    subtitles files, images or any other stuff you may have there).
 | 
|---|
| 2002 | 
 | 
|---|
| 2003 | (2007-11-19)
 | 
|---|
| 2004 |  * Added patch by redxii, which provide a new icon for file associations
 | 
|---|
| 2005 |    under Windows.
 | 
|---|
| 2006 | 
 | 
|---|
| 2007 |    
 | 
|---|
| 2008 | [b]Version 0.5.62[/b]:
 | 
|---|
| 2009 | 
 | 
|---|
| 2010 | (2007-11-16)
 | 
|---|
| 2011 |  * Added a new option in Preferences->General->Audio that allows to change
 | 
|---|
| 2012 |    the playback speed without altering the pitch (requires at least 
 | 
|---|
| 2013 |    MPlayer dev-SVN-r24924).
 | 
|---|
| 2014 |  * Released version 0.5.62. Why not?
 | 
|---|
| 2015 | 
 | 
|---|
| 2016 | (2007-11-15)
 | 
|---|
| 2017 |  * Fixed a bug in the new code in defaultgui: if you close the program in
 | 
|---|
| 2018 |    compact mode, then later when quiting compact mode the toolbars don't 
 | 
|---|
| 2019 |    appear.
 | 
|---|
| 2020 |  * (Internal change) Now lists for video, audio, subtitles and playlists
 | 
|---|
| 2021 |    extensions are defined in extensions.h/extensions.cpp.
 | 
|---|
| 2022 |  * Added the audio types to the associations section in preferences.
 | 
|---|
| 2023 | 
 | 
|---|
| 2024 | (2007-11-13)
 | 
|---|
| 2025 |  * Simplified the code of defaultgui, using the actions provided by
 | 
|---|
| 2026 |    the toolbars instead of creating new ones, and removing some old
 | 
|---|
| 2027 |    code.
 | 
|---|
| 2028 | 
 | 
|---|
| 2029 | (2007-11-12)
 | 
|---|
| 2030 |  * (Fix) Now changing the volume when the file is paused really keeps
 | 
|---|
| 2031 |    pause. This is done by not changing the volume immediately but
 | 
|---|
| 2032 |    scheduling the volume change just after the file plays again.
 | 
|---|
| 2033 |  * The position and size calculations of the floating widget is now made
 | 
|---|
| 2034 |    in the floatingwidget code instead of the gui code.
 | 
|---|
| 2035 |  * Now the floating control shows with an animation! (It can be disabled in 
 | 
|---|
| 2036 |    the config file).
 | 
|---|
| 2037 |  * (By user request) Added a new function for the mouse wheel: change playback
 | 
|---|
| 2038 |    speed.
 | 
|---|
| 2039 |  
 | 
|---|
| 2040 | (2007-11-10)
 | 
|---|
| 2041 |  * (Experimental) New floating control (it looks like the old one) by using the
 | 
|---|
| 2042 |    new floatingwidget. This time it has an embedded toolbar, so actions are 
 | 
|---|
| 2043 |    added to it (can't actions be added directly to widgets?). Previously every 
 | 
|---|
| 2044 |    button and widget had to be created individually (making connections and 
 | 
|---|
| 2045 |    so on), duplicating code. Now it's a lot easier.
 | 
|---|
| 2046 |  * Started to write the "mini gui". This is an optional gui, with very few
 | 
|---|
| 2047 |    buttons: it doesn't have a toolbar, and the control bar only have a 
 | 
|---|
| 2048 |    play/pause, stop and mute buttons, and the time slider. It also provides
 | 
|---|
| 2049 |    a floating control with less buttons.
 | 
|---|
| 2050 |    To enable it: smplayer -mini
 | 
|---|
| 2051 |    This gui is in fact intended to be an example on how to create alternative
 | 
|---|
| 2052 |    gui's for smplayer. 
 | 
|---|
| 2053 | 
 | 
|---|
| 2054 | (2007-11-09)
 | 
|---|
| 2055 |  * Added options in Preferences->Advanced to save automatically the mplayer
 | 
|---|
| 2056 |    log every time a new file is played. Intended for external applications.
 | 
|---|
| 2057 |    Most of the code developed by iSage.
 | 
|---|
| 2058 | 
 | 
|---|
| 2059 | (2007-11-07)
 | 
|---|
| 2060 |  * More work on the new code for time and volume sliders.
 | 
|---|
| 2061 | 
 | 
|---|
| 2062 | (2007-11-06)
 | 
|---|
| 2063 |  * (Experimental internal change) Created a wrapper for the time and volume
 | 
|---|
| 2064 |    slider using QWidgetAction. Until now whenever a time or volume slider were
 | 
|---|
| 2065 |    needed (there are 3 time sliders and 3 volume sliders) each widget had to
 | 
|---|
| 2066 |    be created, set its properties, make connections...  individually = a lot 
 | 
|---|
| 2067 |    of duplicated code. Now only one object has to be created (one for the time
 | 
|---|
| 2068 |    slider, another one for the volume slider) and then it can be inserted in 
 | 
|---|
| 2069 |    any widget that accepts QAction's, as many times as necessary. 
 | 
|---|
| 2070 |    Less code and easier.
 | 
|---|
| 2071 | 
 | 
|---|
| 2072 | (2007-11-05)
 | 
|---|
| 2073 |  * Removed option H.264->Skip frames, as it affects non H.264 videos too.
 | 
|---|
| 2074 |    The option in the config file is still available.
 | 
|---|
| 2075 |  * Added again the "Fast audio track switching" in Preferences->Performance,
 | 
|---|
| 2076 |    with a combo to select the 3 possible values: Auto, Yes and No.
 | 
|---|
| 2077 |    There's included help for this option, so I won't explain here.
 | 
|---|
| 2078 |  * (By user request) Added a new option for the mouse wheel combo in 
 | 
|---|
| 2079 |    Preferences->Keyboard & mouse: "No function". If selected the mouse
 | 
|---|
| 2080 |    wheel will do nothing.
 | 
|---|
| 2081 | 
 | 
|---|
| 2082 | (2007-11-03)
 | 
|---|
| 2083 |  * Adapted the code for patch select_sub_by_source_property2.diff.
 | 
|---|
| 2084 | 
 | 
|---|
| 2085 | (2007-11-02)
 | 
|---|
| 2086 |  * Added the Greek translation sent by my80s <wamy80s@gmail.com>.
 | 
|---|
| 2087 | 
 | 
|---|
| 2088 | (2007-11-01)
 | 
|---|
| 2089 |  * Fixed a bug which prevented to select the first (or preferred) subtitle
 | 
|---|
| 2090 |    when playing a new video.
 | 
|---|
| 2091 |  * Now mplayerprocess can identify the mplayer version (or svn revision).
 | 
|---|
| 2092 |  * Added autodetection possibility for changing the font size of subtitles.
 | 
|---|
| 2093 |    Now the values for the config option "change_sub_scale_requires_restart"
 | 
|---|
| 2094 |    are different: -1 means autodetect, 0 = false, 1 = true (by default -1).
 | 
|---|
| 2095 |    Autodetect will check the mplayer version to know if it's recent enough
 | 
|---|
| 2096 |    to have the slave command "sub_scale". But autodetect can fail with very
 | 
|---|
| 2097 |    old versions of mplayer (< 1.0rc1).
 | 
|---|
| 2098 |  * Renamed "change_sub_scale_requires_restart" to 
 | 
|---|
| 2099 |    "change_sub_scale_should_restart" to force everyone to use the new default
 | 
|---|
| 2100 |    value.
 | 
|---|
| 2101 |  * Added autodetection possibility for changing audio track.
 | 
|---|
| 2102 |  * The config option "audio_change_requires_restart" has been renamed to
 | 
|---|
| 2103 |    "audio_change_should_restart". It also accepts three values (-1, 0 and 1)
 | 
|---|
| 2104 |    being -1 autodetection. The default option is -1, which means that 
 | 
|---|
| 2105 |    the mplayer version will be checked to know if changing audio track 
 | 
|---|
| 2106 |    needs to restart the mplayer process or not.
 | 
|---|
| 2107 |  * The option "Fast audio track switching" in Preferences->Advanced has been
 | 
|---|
| 2108 |    disabled until a new one (a combobox) which supports the 3 values is added.
 | 
|---|
| 2109 | 
 | 
|---|
| 2110 | (2007-10-31)
 | 
|---|
| 2111 |  * Added code to test the slave command "select_sub" (see 
 | 
|---|
| 2112 |    http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2007-October/054651.html)
 | 
|---|
| 2113 |    The code is disabled by default. To activate it set USE_SELECT_SUB to 1 in
 | 
|---|
| 2114 |    config.h.
 | 
|---|
| 2115 | 
 | 
|---|
| 2116 | (2007-10-30)
 | 
|---|
| 2117 |  * Changed the layout of some sections in preferences to make them smaller.
 | 
|---|
| 2118 | 
 | 
|---|
| 2119 | (2007-10-29)
 | 
|---|
| 2120 |  * (Experimental) Enable or disable some actions according to the current state.
 | 
|---|
| 2121 |    For example, the audio actions should be disabled if the file has no audio
 | 
|---|
| 2122 |    track.
 | 
|---|
| 2123 |  * (Fix) The time slider goes to 0 if the user press stop twice.
 | 
|---|
| 2124 | 
 | 
|---|
| 2125 | (2007-10-26)
 | 
|---|
| 2126 |  * (Internal change) Renamed font_textscale in preferences to initial_sub_scale.
 | 
|---|
| 2127 |  * Assigned the new actions to change font size to the keys Shift+R (Size-) and
 | 
|---|
| 2128 |    Shift+T (Size+).
 | 
|---|
| 2129 |  * (Experimental) Now it's possible to dock the playlist on the left and right
 | 
|---|
| 2130 |    sides of the main window.
 | 
|---|
| 2131 | 
 | 
|---|
| 2132 | (2007-10-25)
 | 
|---|
| 2133 |  * Now the -nostop-xscreensaver option is passed to mplayer if the screensaver
 | 
|---|
| 2134 |    is not to be disabled.
 | 
|---|
| 2135 |  * Added two new options for the subtitle menu: Size+ and Size-. They change
 | 
|---|
| 2136 |    the subtitle size. This also changes the meaning of the Scale setting in
 | 
|---|
| 2137 |    Preferences->Subtitles, it specifies now the default subtitle size for 
 | 
|---|
| 2138 |    new videos.
 | 
|---|
| 2139 |    These new options use the new mplayer slave command sub_scale, so changing
 | 
|---|
| 2140 |    the size won't require to restart mplayer. Unfortunately this doesn't work
 | 
|---|
| 2141 |    with the SSA/ASS lib, in this case mplayer will be restarted.
 | 
|---|
| 2142 |    If you use an old version of mplayer which doesn't have the sub_scale 
 | 
|---|
| 2143 |    slave command, you need to set to "true" the following option in the 
 | 
|---|
| 2144 |    config file: change_sub_scale_requires_restart
 | 
|---|
| 2145 | 
 | 
|---|
| 2146 | (2007-10-22)
 | 
|---|
| 2147 |  * Reorganized the layout of Preferences->Subtitles.
 | 
|---|
| 2148 |  * Preferences->Keyboard and mouse: the list of available actions for mouse
 | 
|---|
| 2149 |    buttons has been reduced. Only the most useful for mouse buttons are there.
 | 
|---|
| 2150 |  * Now the middle click button is also configurable. The default action is
 | 
|---|
| 2151 |    mute.
 | 
|---|
| 2152 |  * Now the default icon theme is Nuvola.
 | 
|---|
| 2153 |  * Added two new options in Preferences->Performance for H.264 videos:
 | 
|---|
| 2154 |    Skip loop filter (the famous "-lavdopts skiploopfilter=all") and
 | 
|---|
| 2155 |    Skip frames. 
 | 
|---|
| 2156 |    This may allow "slow" computers (like mine) to play H.264 HD videos, 
 | 
|---|
| 2157 |    although these options may produce a high quality loss. I prefer to scale
 | 
|---|
| 2158 |    down a little bit the image (1024x576 or 768x432).
 | 
|---|
| 2159 | 
 | 
|---|
| 2160 | (2007-10-21)
 | 
|---|
| 2161 |  * Now the aspect ratio settings should work when using the mplayer own window.
 | 
|---|
| 2162 |    Note: the option "Autodetect" may not work correctly in this case.
 | 
|---|
| 2163 | 
 | 
|---|
| 2164 | (2007-10-19)
 | 
|---|
| 2165 |  * Updated the Polish translation.
 | 
|---|
| 2166 |  * Improved layout of section "Preferred audio & subtitles" in 
 | 
|---|
| 2167 |    Preferences->General.
 | 
|---|
| 2168 | 
 | 
|---|
| 2169 | (2007-10-18)
 | 
|---|
| 2170 |  * (Internal change) Don't use the pref object in mplayerwindow.
 | 
|---|
| 2171 |  * Now the first track number for initial_subtitle_track and 
 | 
|---|
| 2172 |    initial_audio_track (in config) is 1, instead of 0, to make it more natural.
 | 
|---|
| 2173 |  * Added in Preferences->General options to choose the initial audio &
 | 
|---|
| 2174 |    subtitle tracks.
 | 
|---|
| 2175 | 
 | 
|---|
| 2176 | (2007-10-17)
 | 
|---|
| 2177 |  * Added a 2nd patch by LoRd_MuldeR for winfileassoc.cpp.
 | 
|---|
| 2178 |  * Added a work-around for a problem which prevents to use the arrow keys
 | 
|---|
| 2179 |    for shortcuts when using Simplified-Chinese.
 | 
|---|
| 2180 | 
 | 
|---|
| 2181 | (2007-10-15)
 | 
|---|
| 2182 |  * Added clean_windows.bat, which deletes the compilation files.
 | 
|---|
| 2183 |  * Now the settings for played files will be saved in an independent file:
 | 
|---|
| 2184 |    ~/.smplayer/smplayer_files.ini (or under the directory set in -ini-path).
 | 
|---|
| 2185 | 
 | 
|---|
| 2186 | (2007-10-14)
 | 
|---|
| 2187 |  * Added patch by LoRd_MuldeR for prefassociations.cpp and winfileassoc.cpp to
 | 
|---|
| 2188 |    make the file associations code compatible with SetFileAssoc.exe. It also
 | 
|---|
| 2189 |    adds an "Enqueue in SMPlayer" for the context menu. Not tested yet.
 | 
|---|
| 2190 |  * Disable compact mode when the video window is hidden (playing an audio
 | 
|---|
| 2191 |    file or using the mplayer window). I think this fixes bug #1812952.
 | 
|---|
| 2192 |  * New option for the config file: allow_video_movement. If true the video
 | 
|---|
| 2193 |    can be moved (Alt+cursors) even if not using zoom.
 | 
|---|
| 2194 | 
 | 
|---|
| 2195 | (2007-10-13)
 | 
|---|
| 2196 |  * Updated the Ukrainian translation.
 | 
|---|
| 2197 | 
 | 
|---|
| 2198 | (2007-10-10)
 | 
|---|
| 2199 |  * Updated the Slovak translation.
 | 
|---|
| 2200 | 
 | 
|---|
| 2201 | 
 | 
|---|
| 2202 | [b]Version 0.5.61[/b]:
 | 
|---|
| 2203 | 
 | 
|---|
| 2204 | (2007-10-08)
 | 
|---|
| 2205 |  * Updated the Polish translation.
 | 
|---|
| 2206 |  * Added new icon (pref_associations.png).
 | 
|---|
| 2207 |  * Not compiling prefassociations and winfileassoc in linux, as they won't be
 | 
|---|
| 2208 |    used, to save some bytes and some secs of compilation.
 | 
|---|
| 2209 |  * Added *.ape to the list of audio files.
 | 
|---|
| 2210 | 
 | 
|---|
| 2211 | (2007-10-07)
 | 
|---|
| 2212 |  * (Windows) Added a new section in Preferences to associate file types with
 | 
|---|
| 2213 |    SMPlayer. Patch by Florin Braghis (florin@libertv.ro).
 | 
|---|
| 2214 | 
 | 
|---|
| 2215 | (2007-10-06)
 | 
|---|
| 2216 |  * Updated the Polish translation.
 | 
|---|
| 2217 |  * Added two new options for the configuration file, in section [defaults]:
 | 
|---|
| 2218 |    initial_audio_track and initial_subtitle_track. When a new file is played
 | 
|---|
| 2219 |    the values of these options will be used to select the audio and subtitle
 | 
|---|
| 2220 |    tracks. The first track is 0 (not 1). If the value is wrong, the first
 | 
|---|
| 2221 |    track will be used. The default value for both options is 0.
 | 
|---|
| 2222 |    Note: the "Preferred audio and subtitles" in Preferences->General will have
 | 
|---|
| 2223 |    preference over these options.
 | 
|---|
| 2224 |  * Added "Arabic (CP1256)" to the list of encodings for subtitles.
 | 
|---|
| 2225 | 
 | 
|---|
| 2226 | (2007-10-05)
 | 
|---|
| 2227 |  * Now the icon for Windows (smplayer.ico) is bigger (48x48).
 | 
|---|
| 2228 |  * Updated the Chinese (zh_CN) translation.
 | 
|---|
| 2229 |  * Commented code to use an intermediate program for mplayer, 'cos it doesn't
 | 
|---|
| 2230 |    work at all.
 | 
|---|
| 2231 |  * Added new option for command line: -no-close-at-end, which is the opposite
 | 
|---|
| 2232 |    of -close-at-end.
 | 
|---|
| 2233 |  * Added two new options for command line: -fullscreen and -no-fullscreen.
 | 
|---|
| 2234 |    -fullscreen will play the video in fullscreen mode, while -no-fullscreen
 | 
|---|
| 2235 |    will play it in window mode. For simplification these options just modify 
 | 
|---|
| 2236 |    the option "Start videos in fullscreen" in Preferences->General->Video and 
 | 
|---|
| 2237 |    audio.
 | 
|---|
| 2238 | 
 | 
|---|
| 2239 | (2007-10-04)
 | 
|---|
| 2240 |  * Added some code to use an intermediate program for mplayer, when using
 | 
|---|
| 2241 |    Windows 98 and ME. Not tested yet. (Written in linux)
 | 
|---|
| 2242 | 
 | 
|---|
| 2243 | (2007-10-02)
 | 
|---|
| 2244 |  * Ported to Qt 4 the old code to handle subtitles. It seems we may need it.
 | 
|---|
| 2245 | 
 | 
|---|
| 2246 | (2007-10-01)
 | 
|---|
| 2247 |  * Added a work-around to try to fix a problem in windows. When using gl/gl2,
 | 
|---|
| 2248 |    minimize the window, when restored the video is black. The only fix I
 | 
|---|
| 2249 |    found until now is to restart mplayer.
 | 
|---|
| 2250 |  * Try to keep the video paused when changing volume. It doesn't work well
 | 
|---|
| 2251 |    because of limitations of mplayer.
 | 
|---|
| 2252 |  * Small fix: don't use the screenshot filter if the screenshot directory
 | 
|---|
| 2253 |    entered by the user is not a real directory.
 | 
|---|
| 2254 | 
 | 
|---|
| 2255 | (2007-09-30)
 | 
|---|
| 2256 |  * Updated the German translation.
 | 
|---|
| 2257 |  * Added USE_MULTIPLE_SHORTCUTS in config.h to enable or disable the new
 | 
|---|
| 2258 |    code for multiple shortcuts (enabled by default).
 | 
|---|
| 2259 |  * Deleted the actions inc_volume2 and dec_volume2 as now they are not 
 | 
|---|
| 2260 |    necessary. Their shortcuts are now in increase_volume and decrease_volume.
 | 
|---|
| 2261 |  * Activated again the new resize code.
 | 
|---|
| 2262 | 
 | 
|---|
| 2263 | (2007-09-28)
 | 
|---|
| 2264 |  * Now actions can have multiple shortcuts. That means that you can assign
 | 
|---|
| 2265 |    several keys for the same action. To do this, in the "modify shortcut"
 | 
|---|
| 2266 |    dialog in the actions editor, disable the "Capture" button and then
 | 
|---|
| 2267 |    enter the keys names separated by commas. For example: "Space, A" (will
 | 
|---|
| 2268 |    activate the action when pressed Space or A), "F, Ctrl+F, W" (will 
 | 
|---|
| 2269 |    activate the action when pressed F or Ctrl+F or W).
 | 
|---|
| 2270 |    Note 1: the menus (and tooltips) will only show the first shortcut.
 | 
|---|
| 2271 |    Note 2: the actions editor won't be able to detect conflicts when entered
 | 
|---|
| 2272 |    shortcuts this way. In case of a conflict (the same key assigned to
 | 
|---|
| 2273 |    several actions) the key won't work.
 | 
|---|
| 2274 | 
 | 
|---|
| 2275 | (2007-09-27)
 | 
|---|
| 2276 |  * Updated the Polish translation.
 | 
|---|
| 2277 | 
 | 
|---|
| 2278 | (2007-09-26)
 | 
|---|
| 2279 |  * Updated the Polish translation.
 | 
|---|
| 2280 |  * Now if a smplayer.ini is found on the application directory, it will be 
 | 
|---|
| 2281 |    used to read and save the configuration (unless -ini-path is used).
 | 
|---|
| 2282 |  * Now -ini-path requires a directory. -ini-path alone will fail and report
 | 
|---|
| 2283 |    an error.
 | 
|---|
| 2284 | 
 | 
|---|
| 2285 | (2007-09-25)
 | 
|---|
| 2286 |  * Updated the Hungarian translation.
 | 
|---|
| 2287 |  * Bugfix: Drag&drop didn't work with *.part files, as the extension
 | 
|---|
| 2288 |    matched with a subtitle extension (*.rt), so it was tried to be loaded
 | 
|---|
| 2289 |    as a subtitle.
 | 
|---|
| 2290 |  * Added help messages for all options in Preferences->General.
 | 
|---|
| 2291 |  * Updated the Dutch and Polish translations.
 | 
|---|
| 2292 |  * Added help messages for all options in Preferences->Performance.
 | 
|---|
| 2293 |  * Added help messages for all options in Preferences->Keyboard and mouse.
 | 
|---|
| 2294 |  * Updated the Spanish translation.
 | 
|---|
| 2295 | 
 | 
|---|
| 2296 | (2007-09-23)
 | 
|---|
| 2297 |  * Updated the Romanian translation.
 | 
|---|
| 2298 |  * Added *.ra to the list of audio files. This fixes bug #1799930.
 | 
|---|
| 2299 |  * Translated into Spanish the help texts I took from the mplayer manpage
 | 
|---|
| 2300 |    (in fact I've just took the translations from the Spanish translation of 
 | 
|---|
| 2301 |    the manpage)
 | 
|---|
| 2302 | 
 | 
|---|
| 2303 | (2007-09-20)
 | 
|---|
| 2304 |  * Updated the Ukrainian translation.
 | 
|---|
| 2305 |  * Added new option for command line: -add-to-playlist. If another instance
 | 
|---|
| 2306 |    of smplayer is found, the specified files will be added to that instance's
 | 
|---|
| 2307 |    playlist (nothing more will be done). If no other instance is found,
 | 
|---|
| 2308 |    this option won't do anything, the specified files will be opened as usual
 | 
|---|
| 2309 |    in a new instance.
 | 
|---|
| 2310 |  * Removed the option Audio->Channels->Default, as the mplayer default 
 | 
|---|
| 2311 |    is stereo.
 | 
|---|
| 2312 | 
 | 
|---|
| 2313 | (2007-09-19)
 | 
|---|
| 2314 |  * Fix: Don't try to connect in main.cpp to another running instance if
 | 
|---|
| 2315 |    the single instance is disabled! That also means that the command line
 | 
|---|
| 2316 |    option -send-action won't work in that case.
 | 
|---|
| 2317 | 
 | 
|---|
| 2318 | 
 | 
|---|
| 2319 | [b]Version 0.5.60[/b]:
 | 
|---|
| 2320 |  * Updated the Japanese and French translations.
 | 
|---|
| 2321 | 
 | 
|---|
| 2322 | (2007-09-19)
 | 
|---|
| 2323 |  * Updated the German translation.
 | 
|---|
| 2324 |  * (Windows) Maybe a fix to avoid the video to pause when entering in 
 | 
|---|
| 2325 |    fullscreen and the option "Pause when minimized" is enabled. Not tested
 | 
|---|
| 2326 |    yet.
 | 
|---|
| 2327 | 
 | 
|---|
| 2328 | (2007-09-18)
 | 
|---|
| 2329 |  * The playlist will be floating as default.
 | 
|---|
| 2330 |  * (By user request) Added the option "Pause when minimized" in Preferences->
 | 
|---|
| 2331 |    General. If checked, the current file will be paused when the main window
 | 
|---|
| 2332 |    is hidden. When the main window is visible again play will resume.
 | 
|---|
| 2333 |    Currently it has two problems: if the file was already paused before
 | 
|---|
| 2334 |    hiding, smplayer won't remember it so when the main window is made visible
 | 
|---|
| 2335 |    the file will be played. And this setting also affects audio files, which
 | 
|---|
| 2336 |    maybe is not appropriate.
 | 
|---|
| 2337 |  * Updated the Polish translation.
 | 
|---|
| 2338 | 
 | 
|---|
| 2339 | (2007-09-16)
 | 
|---|
| 2340 |  * Replaced the QAction's activated() signal with triggered(). Now smplayer
 | 
|---|
| 2341 |    runs without warnings in kubuntu with Qt 4.3. And I think now the port to
 | 
|---|
| 2342 |    Qt 4 has really finished.
 | 
|---|
| 2343 |    Anyway this is a delicated change, a small mistake and something could stop
 | 
|---|
| 2344 |    working.
 | 
|---|
| 2345 |  * Updated the Hungarian translation.
 | 
|---|
| 2346 | 
 | 
|---|
| 2347 | (2007-09-15)
 | 
|---|
| 2348 |  * The script create_deb.sh changes the debian changelog so the SVN revision 
 | 
|---|
| 2349 |    number is added to the generated *.deb file.
 | 
|---|
| 2350 |  * Added new option "Channels by default" in Preferences->General->Audio.
 | 
|---|
| 2351 |  * BTW, now the initial_* options in preferences are stored in its own
 | 
|---|
| 2352 |    section "[default]" in the config file.
 | 
|---|
| 2353 | 
 | 
|---|
| 2354 | (2007-09-14)
 | 
|---|
| 2355 |  * Added a small program (getrev) to extract the SVN revision number. Intended
 | 
|---|
| 2356 |    for Windows, where the script get_svn_revision.sh doesn't work.
 | 
|---|
| 2357 |  * Compiling as default the old code to resize the main window, as it has been
 | 
|---|
| 2358 |    reported that the new one doesn't work on some systems.
 | 
|---|
| 2359 | 
 | 
|---|
| 2360 | (2007-09-13)
 | 
|---|
| 2361 |  * Updated the Ukrainian, German and Japanese translations.
 | 
|---|
| 2362 |  * Now version.cpp returns the svn revision number.
 | 
|---|
| 2363 | 
 | 
|---|
| 2364 | [b]Version 0.5.59[/b]
 | 
|---|
| 2365 |  * Updated the Ukrainian translation.
 | 
|---|
| 2366 |  * Bugfix: when passing only one file through command line, the file wasn't
 | 
|---|
| 2367 |    added to the playlist.
 | 
|---|
| 2368 |  * Added support for right to left languages. The arrow icons are reversed.
 | 
|---|
| 2369 |    Has the play icon to be reversed too? I've done, but I'm not sure.
 | 
|---|
| 2370 |    Unfortunately the jump-where-clicked feature in time (and volume) slider 
 | 
|---|
| 2371 |    doesn't work well with RTL layout, so it's disabled in that case.
 | 
|---|
| 2372 |    If you want to take a look, run "smplayer -reverse".
 | 
|---|
| 2373 |  * By user request, added the total time in the floating control.
 | 
|---|
| 2374 | 
 | 
|---|
| 2375 | [b]Version 0.5.58[/b]
 | 
|---|
| 2376 |  * Updated the Polish, Ukrainian and German translations.
 | 
|---|
| 2377 |  * I hope the problems in Windows with the new code to resize the main 
 | 
|---|
| 2378 |    window are fixed now.
 | 
|---|
| 2379 |  * If the user selects the option to never resize the main window, the
 | 
|---|
| 2380 |    main window won't be resized when the playlist is docked/undocked.
 | 
|---|
| 2381 |  * The playlist is enabled again in fullscreen mode, although it will only
 | 
|---|
| 2382 |    appear floating.
 | 
|---|
| 2383 |  * Added dvr-ms to the list of extensions that the open dialog will show
 | 
|---|
| 2384 |    for videos.
 | 
|---|
| 2385 |  * Added an option in Preferences->Interface to change the default font of
 | 
|---|
| 2386 |    the application.
 | 
|---|
| 2387 | 
 | 
|---|
| 2388 | [b]Version 0.5.57[/b]
 | 
|---|
| 2389 |  * Fixes in the window resize code. Now resizes should be much smoother.
 | 
|---|
| 2390 |    Only if you do something that alter the size of the window, like moving
 | 
|---|
| 2391 |    a toolbar or docking the playlist, could produce some flickering if
 | 
|---|
| 2392 |    you later change the video size using any of the options in the menu 
 | 
|---|
| 2393 |    Video->Size. It also has to fix the problem that the window gets a very 
 | 
|---|
| 2394 |    small that happens in Windows (although I couldn't test it).
 | 
|---|
| 2395 |    Of course this is in linux using Qt 4.2.3. Will it work on Windows with
 | 
|---|
| 2396 |    Qt 4.3.1?
 | 
|---|
| 2397 |  * Added the action "Toggle double size" in Video->Size.
 | 
|---|
| 2398 | 
 | 
|---|
| 2399 | [b]Version 0.5.56[/b]
 | 
|---|
| 2400 |  * Updated the French translation.
 | 
|---|
| 2401 |  * Fixed regular expression in core.cpp to identify the DVD drive letter.
 | 
|---|
| 2402 |  * Rewrite the code to automatically resize the main window.
 | 
|---|
| 2403 |  * More fixes in the code to embed the playlist in the main window.
 | 
|---|
| 2404 |    Now exiting fullscreen works ok, the playlist is restored where it was
 | 
|---|
| 2405 |    before. There are still some minor issues.
 | 
|---|
| 2406 |    In my computer (linux, Qt 4.2.3) it works quite well, so I enable again
 | 
|---|
| 2407 |    the code by default. But... will it work on Windows and Qt 4.3.1?
 | 
|---|
| 2408 | 
 | 
|---|
| 2409 | [b]Version 0.5.55[/b]
 | 
|---|
| 2410 |  * Updated the Japanese, Polish, Ukrainian, German, Romanian and Dutch 
 | 
|---|
| 2411 |    translations.
 | 
|---|
| 2412 |  * The trailing "/" in dvd device paths will be removed again, but not
 | 
|---|
| 2413 |    if used with drive letters (E:/ for instance). It seems that sometimes
 | 
|---|
| 2414 |    it's necessary to enter the drive that way in order to play a DVD.
 | 
|---|
| 2415 |  * Fixed all deprecated warnings. Now smplayer can be compiled without
 | 
|---|
| 2416 |    QT3_SUPPORT defined. Still using deprecated signals (for instance
 | 
|---|
| 2417 |    for QActions) but I've got no warnings about them so it'll be
 | 
|---|
| 2418 |    difficult to fix unless I compile Qt with no Qt3 support at all 
 | 
|---|
| 2419 |    (I guess).
 | 
|---|
| 2420 | 
 | 
|---|
| 2421 | [b]Version 0.5.54[/b]
 | 
|---|
| 2422 |  * Updated the German, Ukrainian and Romanian translations.
 | 
|---|
| 2423 |  * Disabled again the playlist in main window as it has serious problems with
 | 
|---|
| 2424 |    Qt 4.3.1 (at least in Windows).
 | 
|---|
| 2425 |  * The trailing "/" in dvd device paths won't be removed. It seems that 
 | 
|---|
| 2426 |    sometimes it's necessary. But be carefully, Windows users, when playing a
 | 
|---|
| 2427 |    dvd from a folder in the hard disc the path shouldn't end in "/", that 
 | 
|---|
| 2428 |    would make mplayer to fail.
 | 
|---|
| 2429 |  * (By user request) Added "Video->Flip image" which flips the image 
 | 
|---|
| 2430 |    upside-down. This option will affect the current video only, it's not
 | 
|---|
| 2431 |    a global option.
 | 
|---|
| 2432 |  * Now you can move the toolbars wherever you want.
 | 
|---|
| 2433 |  * Added the option "Create index if needed" in Preferences->Performance.
 | 
|---|
| 2434 |    The option will pass -idx to mplayer. From mplayer manpage:
 | 
|---|
| 2435 |    "Rebuilds index of files if no index was found, allowing seeking.
 | 
|---|
| 2436 |    Useful with broken/incomplete downloads, or badly created files."
 | 
|---|
| 2437 | 
 | 
|---|
| 2438 | [b]Version 0.5.53[/b]
 | 
|---|
| 2439 |  * Some fixes in the code to add the file to play in the playlist.
 | 
|---|
| 2440 |  * Some more improvements on the playlist embedded in the main window: 
 | 
|---|
| 2441 |    now the main window resizes when the playlist is docked/undocked.
 | 
|---|
| 2442 |    It also remembers its state on startup.
 | 
|---|
| 2443 |    For first time this code will be compiled as default so other people could
 | 
|---|
| 2444 |    test it. Anyway there's two known issues: the main window doesn't resize
 | 
|---|
| 2445 |    properly when playing an audio file (no video window) and the playlist 
 | 
|---|
| 2446 |    is undocked (maybe another Qt 4.2.3 bug?). And to avoid some problems when
 | 
|---|
| 2447 |    exiting from fullscreen, the playlist is made floatable when entering in
 | 
|---|
| 2448 |    fullscreen mode.
 | 
|---|
| 2449 |    How to use it? The playlist will appear by default docked in the bottom area. 
 | 
|---|
| 2450 |    You can move it to the top area if you want, or make it floatable
 | 
|---|
| 2451 |    by dragging it outside the window. You can dock it again by dragging the
 | 
|---|
| 2452 |    playlist to the bottom or top areas of the main window (there's also
 | 
|---|
| 2453 |    a button in the title bar for this).
 | 
|---|
| 2454 |  * Added a help message about the option "It's a playlist" in Open->URL.
 | 
|---|
| 2455 | 
 | 
|---|
| 2456 | [b]Version 0.5.52[/b]
 | 
|---|
| 2457 |  * Updated the Russian translation.
 | 
|---|
| 2458 |  * Fix in the open URL dialog: the text should be selected now.
 | 
|---|
| 2459 |  * Fix for Qt 4.3.1 under Windows: after playing an audio file the video window
 | 
|---|
| 2460 |    didn't show when playing a video.
 | 
|---|
| 2461 |  * Experimental: add file to be opened in the playlist (deleting the whole
 | 
|---|
| 2462 |    playlist first). This prevents that when a file finishes, an item from an
 | 
|---|
| 2463 |    old playlist starts to play.
 | 
|---|
| 2464 |  * Added a context menu for when clicking on a toolbar.
 | 
|---|
| 2465 | 
 | 
|---|
| 2466 | [b]Version 0.5.51[/b]
 | 
|---|
| 2467 |  * Updated the Chinese (zh_CN), French, Romanian, German, Ukrainian and
 | 
|---|
| 2468 |    Polish translations.
 | 
|---|
| 2469 |  * By mistake, the new option "close when finish" was enabled by default.
 | 
|---|
| 2470 |    Now that option will be disabled by default.
 | 
|---|
| 2471 |  * (Windows) When using Qt 4.3, inforeader fails, it can't read the output
 | 
|---|
| 2472 |    of mplayer. That means there won't be info about the codecs, demuxers,
 | 
|---|
| 2473 |    output drivers... I don't know why that happens, but disabling redirection
 | 
|---|
| 2474 |    of the mplayer output to a temporary file makes it to work again.
 | 
|---|
| 2475 |    I also realized that QProcess in Qt 4.3 works much better, so it's not
 | 
|---|
| 2476 |    necessary to send the mplayer output to a temporary file. So now if
 | 
|---|
| 2477 |    compiled with Qt 4.3 it won't use temporary files, fixing the problem with
 | 
|---|
| 2478 |    inforeader. Still there's a problem, if compiled with Qt 4.2.3 but using
 | 
|---|
| 2479 |    the Qt 4.3 dll's, the problem will still be present. Unless...
 | 
|---|
| 2480 |  * Now inforeader uses QProcess (not myprocess), so now it shouldn't be 
 | 
|---|
| 2481 |    affected by the problem metioned before.
 | 
|---|
| 2482 |  * It doesn't try to create the app home directory ($HOME/.smplayer) if 
 | 
|---|
| 2483 |    -ini-path is used.
 | 
|---|
| 2484 | 
 | 
|---|
| 2485 | [b]Version 0.5.50[/b]
 | 
|---|
| 2486 |  * Updated the German, Ukrainian and Japanese translations.
 | 
|---|
| 2487 |  * I hope, fixed a problem with the playlist actions not showing (or
 | 
|---|
| 2488 |    appearing duplicated) in the actions editor. Now it works ok with Qt 4.2.3 
 | 
|---|
| 2489 |    but I won't be sure the problem is really fixed until I test it with Qt 4.3.
 | 
|---|
| 2490 |  * Added the option Subtitles->Use SSA/ASS library, to make easy to enable
 | 
|---|
| 2491 |    or disable the use of the ass lib without having to open the 
 | 
|---|
| 2492 |    preferences dialog.
 | 
|---|
| 2493 |  * Added new option in Preferences->General: Close when finished. If checked,
 | 
|---|
| 2494 |    the main window will be closed when the current file/playlist finishes.
 | 
|---|
| 2495 |    Now the command line option -close-at-end just will enable that option.
 | 
|---|
| 2496 |  * Added shortcuts in the Preferences->Subtitles dialog.
 | 
|---|
| 2497 | 
 | 
|---|
| 2498 | [b]Version 0.5.49[/b]
 | 
|---|
| 2499 |  * Updated the Polish and Ukrainian translations.
 | 
|---|
| 2500 |  * Fixed warnings about using deprecated setBackgroundColor.
 | 
|---|
| 2501 |  * Renamed command line option -action to -send-action. This option will
 | 
|---|
| 2502 |    try to send the specified action to another running instance of smplayer,
 | 
|---|
| 2503 |    after that it will quit.
 | 
|---|
| 2504 |  * Added a new option for command line: -actions. As opposite to -send-action,
 | 
|---|
| 2505 |    this option will run the actions in the same instance. There could be
 | 
|---|
| 2506 |    several actions, separated by spaces (and enclosed in quotes). Examples:
 | 
|---|
| 2507 |    [i]smplayer video.avi -actions fullscreen[/i] (the file video.avi will be
 | 
|---|
| 2508 |    loaded, and just after that fullscreen mode will be toggled).
 | 
|---|
| 2509 |    [i]smplayer video.avi -actions "extrastereo_filter on_top"[/i] (will load
 | 
|---|
| 2510 |    the video, and then the extrastereo filter and the stay on top options 
 | 
|---|
| 2511 |    will be toggled.
 | 
|---|
| 2512 |    "Toggled" means: if the option was previosly enabled now it will disabled
 | 
|---|
| 2513 |    and vice versa. If you want to be sure that an option will be on or off
 | 
|---|
| 2514 |    you can pass "true" or "false" as parameter:
 | 
|---|
| 2515 |    [i]smplayer video.avi -actions "on_top true"[/i] (the option Video->Stay on
 | 
|---|
| 2516 |    top will be checked, no matter the previous state).
 | 
|---|
| 2517 |    [i]smplayer -actions "show_language_toolbar false"[/i] (will hide the 
 | 
|---|
| 2518 |    language toolbar)
 | 
|---|
| 2519 |    Some actions are not checkable, like open_vcd, double_speed... In that case 
 | 
|---|
| 2520 |    you shouldn't use "true" or "false". But if you do it will be ignored.
 | 
|---|
| 2521 |    If you make a mistake and enter an action that doesn't exists, you'll get
 | 
|---|
| 2522 |    a warning (in the logs or in console) and it'll be ignored.
 | 
|---|
| 2523 | 
 | 
|---|
| 2524 | [b]Version 0.5.48[/b]
 | 
|---|
| 2525 |  * Updated the Russian and Japanese translations.
 | 
|---|
| 2526 |  * Now smplayer will also look for icon themes in $HOME/.smplayer/themes. 
 | 
|---|
| 2527 |    In the case a theme is both in the user directory and the system directory
 | 
|---|
| 2528 |    (usually /usr/share/smplayer/themes) it will look first in the user
 | 
|---|
| 2529 |    directory. If the icon is not there then it will look in the system
 | 
|---|
| 2530 |    directory.
 | 
|---|
| 2531 |  * Under linux the buttons for color selection (Preferences->Subtitles) now
 | 
|---|
| 2532 |    look better.
 | 
|---|
| 2533 | 
 | 
|---|
| 2534 | [b]Version 0.5.47[/b]
 | 
|---|
| 2535 |  * Updated the Russian, German, French and Romanian translations.
 | 
|---|
| 2536 |  * Now the helping messages (for -help) are formated automatically by a 
 | 
|---|
| 2537 |    function, making easy to translate these messages. I apologize for 
 | 
|---|
| 2538 |    yesterday's madness. As compensation I have adapted myself the translations
 | 
|---|
| 2539 |    I received today.
 | 
|---|
| 2540 |    There's nothing more new in this version, but I release it so other 
 | 
|---|
| 2541 |    translators don't go crazy.
 | 
|---|
| 2542 | 
 | 
|---|
| 2543 | [b]Version 0.5.46[/b]
 | 
|---|
| 2544 |  * Added the option -playlist for command line. This option should be
 | 
|---|
| 2545 |    prepended in front of a filename (URL or whatever). This option will make
 | 
|---|
| 2546 |    mplayer to treat the file as a playlist. This option has nothing to do 
 | 
|---|
| 2547 |    with smplayer's playlist! In fact smplayer won't have any control over
 | 
|---|
| 2548 |    the playlist at all. For smplayer it will just be like a single file.
 | 
|---|
| 2549 |  * Added the option -help for command line. It will show a helping message.
 | 
|---|
| 2550 |    BTW, the translators will have a challenge, as keeping the formating
 | 
|---|
| 2551 |    is not easy. (Take a look at the Spanish translation).
 | 
|---|
| 2552 |  * Added the option -close-at-end command line. The main window will be
 | 
|---|
| 2553 |    closed when the file/playlist finishes.
 | 
|---|
| 2554 | 
 | 
|---|
| 2555 | [b]Version 0.5.45[/b]
 | 
|---|
| 2556 |  * Updated the Ukrainian and German translations.
 | 
|---|
| 2557 |  * The playlist check in the open URL dialog works. If checked the option 
 | 
|---|
| 2558 |    -playlist will be added to the mplayer command line. (Internally some text
 | 
|---|
| 2559 |     will be appended to the URL, so smplayer can recognize it. This may seem
 | 
|---|
| 2560 |     ugly (and it is) but allows to add the URL to a playlist or to the recent
 | 
|---|
| 2561 |     files menu, and it will still work).
 | 
|---|
| 2562 |  * Added an icon to the open URL dialog (url_big.png).
 | 
|---|
| 2563 |  * Added two options for the config file: [i]enable_audiocd_on_windows[/i] and
 | 
|---|
| 2564 |    [i]enable_vcd_on_windows[/i]. It seems that mplayer on Windows doesn't have
 | 
|---|
| 2565 |    support for VCDs and Audio CDs (at least not the build supplied with 
 | 
|---|
| 2566 |    smplayer). Setting these options to "true" will enable the entries in the
 | 
|---|
| 2567 |    open menu.
 | 
|---|
| 2568 | 
 | 
|---|
| 2569 | [b]Version 0.5.44[/b]
 | 
|---|
| 2570 |  * Updated the Polish, German and French translations.
 | 
|---|
| 2571 |  * When trying to stop a video, the mplayer process will be killed if it
 | 
|---|
| 2572 |    doesn't finish within 3 seconds.
 | 
|---|
| 2573 |  * New dialog to enter a URL (the playlist check doesn't work yet).
 | 
|---|
| 2574 |  * Don't load actions from playlist to the actions' editor as it seems
 | 
|---|
| 2575 |    they are already there from the main window (in Qt 4.3 they appear twice).
 | 
|---|
| 2576 | 
 | 
|---|
| 2577 | [b]Version 0.5.43[/b]
 | 
|---|
| 2578 |  * Updated the Italian translation.
 | 
|---|
| 2579 |  * Small fix for Windows in the fullscreen code.
 | 
|---|
| 2580 |  * Removed the "&" characters in the description of the actions in the
 | 
|---|
| 2581 |    actions' editor.
 | 
|---|
| 2582 |  * Using less deprecated functions.
 | 
|---|
| 2583 | 
 | 
|---|
| 2584 | [b]Version 0.5.42[/b]
 | 
|---|
| 2585 |  * Serious bug: a lot of actions were missing in the actions' editor. Fixed.
 | 
|---|
| 2586 |  * More improvements with the playlist embedded in the main window: now it
 | 
|---|
| 2587 |    should be properly hidden/shown when toggling compact and fullscreen mode, 
 | 
|---|
| 2588 |    and when clicking on the systray icon. Also the playlist button in toolbar
 | 
|---|
| 2589 |    (and menu) should be updated when the playlist is closed by clicking
 | 
|---|
| 2590 |    on its close button. But you'll see that now the main window is not
 | 
|---|
| 2591 |    resized when the playlist is shown or hidden. I left this problem for the
 | 
|---|
| 2592 |    end (it's not trivial). Anyway you can press CTRL-1 to force a resize.
 | 
|---|
| 2593 |    This code is not compiled by default yet. If you want to see it, 
 | 
|---|
| 2594 |    change the value of DOCK_PLAYLIST to 1 in config.h before compiling.
 | 
|---|
| 2595 | 
 | 
|---|
| 2596 | [b]Version 0.5.41[/b]
 | 
|---|
| 2597 |  * Updated the Ukrainian and Russian translations.
 | 
|---|
| 2598 |  * Fixed the problem with the Video->Size menu. All options will work now
 | 
|---|
| 2599 |    no matter of the previous selection.
 | 
|---|
| 2600 |  * Some changes in Install.txt, just to mark some obsolete sections and
 | 
|---|
| 2601 |    make clear that it can only be compiled with Qt >= 4.2.
 | 
|---|
| 2602 | 
 | 
|---|
| 2603 | [b]Version 0.5.40[/b]
 | 
|---|
| 2604 |  * Ported to Qt 4. Easy to say but it took almost 2 months, and it's not
 | 
|---|
| 2605 |    completely finished yet (still using some deprecated functions).
 | 
|---|
| 2606 | 
 | 
|---|
| 2607 |  Some other changes since version 0.5.21 (for details read the Porting_log):
 | 
|---|
| 2608 | 
 | 
|---|
| 2609 |  * Now the option "Don't repaint the video background" is checked by default
 | 
|---|
| 2610 |    in linux.
 | 
|---|
| 2611 |  * Created the file create_deb.sh, specially for Ubunty users. If you run it,
 | 
|---|
| 2612 |    it would create a deb package.
 | 
|---|
| 2613 |  * Added a bat file (compile_windows.bat) to make easier the compilation in
 | 
|---|
| 2614 |    windows.
 | 
|---|
| 2615 |  * New button in the preferences dialog: Help. It will display some help
 | 
|---|
| 2616 |    about the options in the current section.
 | 
|---|
| 2617 |  * Now the configuration file will be in $HOME/.smplayer/smplayer.ini and 
 | 
|---|
| 2618 |    $HOME/.smplayer/screenshots will be used as the default directory to
 | 
|---|
| 2619 |    save the screenshots.
 | 
|---|
| 2620 |  * Bug fix: now the info about the demuxer, audio and video codec are updated
 | 
|---|
| 2621 |    after a restart of the mplayer process.
 | 
|---|
| 2622 |  * Fix: now reading the info about video, audio drivers, codecs and demuxers
 | 
|---|
| 2623 |    is done in a language independent way (it looks for tags like
 | 
|---|
| 2624 |    "ID_VIDEO_OUTPUTS" instead of English text).
 | 
|---|
| 2625 |  * Now changing a key shortcut in the actions' editor is much easier. Now you 
 | 
|---|
| 2626 |    double click or press enter on a shortcut (you can do it in any column)
 | 
|---|
| 2627 |    and a dialog will appear to ask you for the new shortcut. In this dialog
 | 
|---|
| 2628 |    you press the key or combination of keys that you want to assign to the
 | 
|---|
| 2629 |    shortcut. If you want to delete, just click on the Clear button.
 | 
|---|
| 2630 |    Note: this has been done by using some code from Edyuk 
 | 
|---|
| 2631 |    (http://www.edyuk.org)
 | 
|---|
| 2632 |  * By user request: added a new option in Preferences->Interface: 
 | 
|---|
| 2633 |    Change volume on every file. If checked SMPlayer will remember the
 | 
|---|
| 2634 |    volume of every file, and will be restored when played again. For new
 | 
|---|
| 2635 |    files the default volume will be used. That was the normal behavior until
 | 
|---|
| 2636 |    now. The new thing is if you uncheck it. In this case SMPlayer will never
 | 
|---|
| 2637 |    change the volume when a file is loaded. Problem: on startup SMPlayer 
 | 
|---|
| 2638 |    won't know the current volume value, the volume slider will be wrong.
 | 
|---|
| 2639 |  * New option for command line that I think it could be very useful: -action
 | 
|---|
| 2640 |    This option passes the specified action to an already running instance.
 | 
|---|
| 2641 |    For instance, you're watching a video in smplayer, then you type:
 | 
|---|
| 2642 |    [i]smplayer -action pause[/i] and the video will be paused.
 | 
|---|
| 2643 |    [i]smplayer -action fullscreen[/i] will toggle the video to fullscreen.
 | 
|---|
| 2644 |    This will allow to control smplayer with a remote control.
 | 
|---|
| 2645 |    You can see a list of all available actions in "Preferences->Keyboard and
 | 
|---|
| 2646 |    mouse". Under the "Name" column in the shortcut editor you've got all 
 | 
|---|
| 2647 |    action's names.
 | 
|---|
| 2648 |    When using -action all other parameters (except ini-path) are ignored.
 | 
|---|
| 2649 |    So it you want to open a movie and enter in fullscreen, this is NOT valid:
 | 
|---|
| 2650 |    [i]smplayer movie.avi -action fullscreen[/i]
 | 
|---|
| 2651 |    But you can do it in two steps:
 | 
|---|
| 2652 |    [i]smplayer movie.avi[/i]
 | 
|---|
| 2653 |    [i]smplayer -action fullscreen[/i]
 | 
|---|
| 2654 |    The exit code will be 0 if the -action option is successful and -1 
 | 
|---|
| 2655 |    if there's an error.
 | 
|---|
| 2656 |  * In Windows, along with the screensaver, the monitor power off will be
 | 
|---|
| 2657 |    disabled too.
 | 
|---|
| 2658 |  * (By user request) Added a new option in Preferences->Interface: 
 | 
|---|
| 2659 |    "Remember position and size" (of the main window). Checked by default.
 | 
|---|
| 2660 |  * (By user request) Added two new optins in Preferences->General->Video & audio:
 | 
|---|
| 2661 |    "Direct rendering" and "Double buffering".
 | 
|---|
| 2662 |  * Changed the behavior of "Use postprocessing" and "Volume normalization"
 | 
|---|
| 2663 |    in Preferences->General. Previously if you check "Use postprocessing" for
 | 
|---|
| 2664 |    instance, then all videos will use postprocessing, no matter of the
 | 
|---|
| 2665 |    setting in Video->Filter->Postprocessing. Now this specifies the
 | 
|---|
| 2666 |    default setting for new videos. If checked, all new videos you open
 | 
|---|
| 2667 |    will have the option Video->Filter->Postprocessing enabled but you
 | 
|---|
| 2668 |    [b]can[/b] disable it if you want. Previously this wasn't possible.
 | 
|---|
| 2669 |    I think this behavior is more consistent.
 | 
|---|
| 2670 |  * Almost all options in menus can have a shortcut.
 | 
|---|
| 2671 |  * Now the maximum value for volume is 100 instead of 99.
 | 
|---|
| 2672 |  * Recent files menu: now if the list is empty the submenu won't appear. 
 | 
|---|
| 2673 |    You can also set the max. number of items in the list to 0 in 
 | 
|---|
| 2674 |    Preferences->Interface.
 | 
|---|
| 2675 |  * Compilation time has been reduced.
 | 
|---|
| 2676 | 
 | 
|---|
| 2677 | [b]Version 0.5.21[/b]
 | 
|---|
| 2678 |  * Updated the Brazilian Portuguese translation.
 | 
|---|
| 2679 |  * Moved the video and audio sections in Preferences->General to a new
 | 
|---|
| 2680 |    tab, and moved also the font section in Subtitles to another tab, to
 | 
|---|
| 2681 |    try to make the preferences dialog smaller.
 | 
|---|
| 2682 | 
 | 
|---|
| 2683 | [b]Version 0.5.20[/b]
 | 
|---|
| 2684 |  * Updated the German, Ukrainian, Portuguese and Romanian translations.
 | 
|---|
| 2685 |  * Now it will exit from compact mode before playing an audio file. Otherwise
 | 
|---|
| 2686 |    the GUI would not have any menus or buttons at all.
 | 
|---|
| 2687 |  * Temporary fix: in playlist, the latest_dir won't be changed when adding
 | 
|---|
| 2688 |    multiple files, to avoid that wrong paths with dvd:, vcd:... could be 
 | 
|---|
| 2689 |    used. 
 | 
|---|
| 2690 | 
 | 
|---|
| 2691 | [b]Version 0.5.19[/b]
 | 
|---|
| 2692 |  * Updated the German and Polish translations.
 | 
|---|
| 2693 |  * (Windows) The priority of the SMPlayer process is changed accordingly
 | 
|---|
| 2694 |    to the priority of MPlayer (SMPlayer will try to run with higher priority).
 | 
|---|
| 2695 |    Note: not much tested.
 | 
|---|
| 2696 |  * As a lot of people have complained, I changed "Brazilian Portuguese" and
 | 
|---|
| 2697 |    "Portuguese from Portugal" to "Portuguese - Brazil" and 
 | 
|---|
| 2698 |    "Portuguese - Portugal".
 | 
|---|
| 2699 | 
 | 
|---|
| 2700 | [b]Version 0.5.18[/b]
 | 
|---|
| 2701 |  * Updated the Russian translation.
 | 
|---|
| 2702 |  * Added support for audio CDs (only tested with one disc) so please 
 | 
|---|
| 2703 |    test yourself and report problems. Test also if VCD and DVD still work
 | 
|---|
| 2704 |    properly.
 | 
|---|
| 2705 |    Note: I don't know if this option will work on Windows, I never
 | 
|---|
| 2706 |    could play an audio CD with the Windows version of MPlayer.
 | 
|---|
| 2707 | 
 | 
|---|
| 2708 | [b]Version 0.5.17[/b]
 | 
|---|
| 2709 |  * Updated the Brazilian Portuguese, Slovak, Ukrainian, German and 
 | 
|---|
| 2710 |    Portuguese from Portugal translations.
 | 
|---|
| 2711 |  * Now QCoreApplication::arguments () will be used to read the arguments from
 | 
|---|
| 2712 |    command line if Qt > 4.1. On NT-based Windows this should allow the program 
 | 
|---|
| 2713 |    to get the right characters if the filename contains characters from other
 | 
|---|
| 2714 |    alphabets. 
 | 
|---|
| 2715 | 
 | 
|---|
| 2716 | [b]Version 0.5.16[/b]
 | 
|---|
| 2717 |  * Updated the Ukrainian and Polish translations.
 | 
|---|
| 2718 |  * Added two new translations: Romanian and Portuguese from Portugal.
 | 
|---|
| 2719 | 
 | 
|---|
| 2720 | [b]Version 0.5.15[/b]
 | 
|---|
| 2721 |  * Updated the Russian, Italian, Swedish, German, Ukrainian, Polish and
 | 
|---|
| 2722 |    Simplified-Chinese translations.
 | 
|---|
| 2723 |  * (By user request) Added an option in Preferences->General to enable the 
 | 
|---|
| 2724 |    postprocessing filter for all videos.
 | 
|---|
| 2725 | 
 | 
|---|
| 2726 | [b]Version 0.5.14[/b]
 | 
|---|
| 2727 |  * Updated the Swedish, Ukrainian and Polish translations.
 | 
|---|
| 2728 |  * I think for volume normalization it's best to have a global option, so
 | 
|---|
| 2729 |    I added a volume normalization option in Preferences->General. If checked
 | 
|---|
| 2730 |    the volnorm filter will be used for all files.
 | 
|---|
| 2731 |  * Added an option in Preferences->General to set the maximum amplification
 | 
|---|
| 2732 |    level for softvol. By default 110. Valid range 10-10000.
 | 
|---|
| 2733 | 
 | 
|---|
| 2734 | [b]Version 0.5.13[/b]
 | 
|---|
| 2735 |  * Updated the Ukrainian, German and Polish translations.
 | 
|---|
| 2736 |  * (By user request) Now the mouse wheel can be configured to zoom the video
 | 
|---|
| 2737 |    (Preferences->Keyboard and mouse->Mouse).
 | 
|---|
| 2738 |    Note: compatibility couldn't be kept, if you have previosly changed the 
 | 
|---|
| 2739 |    behavior of the mouse wheel you'll need to change it again.
 | 
|---|
| 2740 |  * Now the options in the menu Video->Size will always be executed even if the
 | 
|---|
| 2741 |    option is already selected. Useful if you resized the window. Also added
 | 
|---|
| 2742 |    shortcuts for Size->100% and Size->200% (Ctrl+1 and Ctrl+2) and I'm very
 | 
|---|
| 2743 |    sorry but these shortcuts can't be changed (and these shortcuts will only
 | 
|---|
| 2744 |    work if the menu is visible).
 | 
|---|
| 2745 |  * (By user request) Added the option Audio->Filters->Volume normalization.
 | 
|---|
| 2746 |    Note: this option only affects the current file, if you want the filter 
 | 
|---|
| 2747 |    to be used for all files add "volnorm" to the audio filters field in 
 | 
|---|
| 2748 |    Preferences->Advanced.
 | 
|---|
| 2749 |  * (By user request) Clicking in the system tray icon with the mouse middle
 | 
|---|
| 2750 |    button pauses/unpauses the file.
 | 
|---|
| 2751 |  * Now tooltips for QActions are explicitly created, to try to work around 
 | 
|---|
| 2752 |    a bug in Qt 4.3.
 | 
|---|
| 2753 | 
 | 
|---|
| 2754 | [b]Version 0.5.12[/b]
 | 
|---|
| 2755 |  * Updated the Swedish, German and Ukrainian translations (although changes
 | 
|---|
| 2756 |    I've just made could have broken them...)
 | 
|---|
| 2757 |  * Reorganized a little bit the preferences dialog, by using several tab
 | 
|---|
| 2758 |    widgets. This prevents that sections grow to much.
 | 
|---|
| 2759 |  * Better explained the "MPlayer language" section (I hope) and added
 | 
|---|
| 2760 |    regular expressions for Spanish, Italian, German and French in the 
 | 
|---|
| 2761 |    comboboxes, taken from the MPlayer translation files (completely
 | 
|---|
| 2762 |    untested!).
 | 
|---|
| 2763 | 
 | 
|---|
| 2764 | [b]Version 0.5.11[/b]
 | 
|---|
| 2765 |  * Updated the Ukrainian and German translations.
 | 
|---|
| 2766 |  * Shortcuts for previous and next items in playlist didn't work in main
 | 
|---|
| 2767 |    window. Fixed.
 | 
|---|
| 2768 |  * Added an option in Preferences->Subtitles to use the new -subfont option
 | 
|---|
| 2769 |    in MPlayer. In the future SMPlayer will try to autodetect when this option
 | 
|---|
| 2770 |    is needed.
 | 
|---|
| 2771 |  * Added in Preferences a new section: MPlayer language, where the user can
 | 
|---|
| 2772 |    change some of the texts that SMPlayer looks for. Intended in case that 
 | 
|---|
| 2773 |    MPlayer displays its messages in another language. (Unfortunately MPlayer
 | 
|---|
| 2774 |    can't change language at runtime).
 | 
|---|
| 2775 | 
 | 
|---|
| 2776 | [b]Version 0.5.10[/b]
 | 
|---|
| 2777 |  * Moved the denoise submenu inside the video filter menu.
 | 
|---|
| 2778 |  * (By user request) Added the option "AC3/DTS pass-through S/PDIF" in 
 | 
|---|
| 2779 |    Preferences->General. It will simply add "-afm hwac3" to the command line.
 | 
|---|
| 2780 |  * Renamed "Yadif (mode 0)" to "Yadif (normal)", and "Yadif (mode 1)" to
 | 
|---|
| 2781 |    "Yadif (double framerate)".
 | 
|---|
| 2782 | 
 | 
|---|
| 2783 | [b]Version 0.5.9[/b]
 | 
|---|
| 2784 |  * Updated the Swedish, German, Ukrainian and Polish translations.
 | 
|---|
| 2785 |  * The application was probably getting the wrong screen resolution if 
 | 
|---|
| 2786 |    a virtual desktop was enabled. I hope this is fixed now.
 | 
|---|
| 2787 | 
 | 
|---|
| 2788 | [b]Version 0.5.8[/b]
 | 
|---|
| 2789 |  * Updated the Italian, Simplified-Chinese and Swedish translations.
 | 
|---|
| 2790 |  * Added two new options in the Video->Deinterlace menu: kerndeint and
 | 
|---|
| 2791 |    yadif (mode 1). The latter option should give a much more fluid motion than
 | 
|---|
| 2792 |    the normal yadif option, but you need a really fast computer, as this
 | 
|---|
| 2793 |    option uses a lot of CPU.
 | 
|---|
| 2794 |    Some videos require to change the field dominance to work properly, so an 
 | 
|---|
| 2795 |    option for this will be added in the future. Meanwhile you can pass the
 | 
|---|
| 2796 |    option -field-dominance to mplayer if you need it.
 | 
|---|
| 2797 | 
 | 
|---|
| 2798 | [b]Version 0.5.7[/b]
 | 
|---|
| 2799 |  * Added *.ac3 to the list of audio filters in the open dialogs.
 | 
|---|
| 2800 |  * On startup, if the previous height of the window is less than 200, then
 | 
|---|
| 2801 |    the window is resized to the default size.
 | 
|---|
| 2802 |  * Updated the Polish and German translations.
 | 
|---|
| 2803 |  * Updated the instructions to make a deb package in Install.txt.
 | 
|---|
| 2804 | 
 | 
|---|
| 2805 | [b]Version 0.5.6[/b]
 | 
|---|
| 2806 |  * Updated the German and Ukrainian translations.
 | 
|---|
| 2807 |  * Changed the buttons in the floating control from QPushButtons to 
 | 
|---|
| 2808 |    QToolButtons.
 | 
|---|
| 2809 |  * Added an option in Preferences to enable or disable the cache.
 | 
|---|
| 2810 |    (Cache could be disabled by setting it to 0, but this is clearer).
 | 
|---|
| 2811 |    The cache is [b]disabled[/b] by default, as it seems this option 
 | 
|---|
| 2812 |    causes some trouble with some video formats. As a side effect now
 | 
|---|
| 2813 |    videos start to play faster.
 | 
|---|
| 2814 | 
 | 
|---|
| 2815 | [b]Version 0.5.5[/b]
 | 
|---|
| 2816 |  * Added in the audio menu an option to load an external audio file (and 
 | 
|---|
| 2817 |    another one to unload it). This allows to watch movies on which the
 | 
|---|
| 2818 |    audio track is in an external file (mp3, wav...).
 | 
|---|
| 2819 |    Note: if you play the movie again later, you'll see two audio tracks
 | 
|---|
| 2820 |    in the menus (the original one, and the external one), but changing
 | 
|---|
| 2821 |    tracks doesn't work. Strange things may happen if you do it.
 | 
|---|
| 2822 |  * Added the option "dont_use_eq_options" in the config file, ([preferences]
 | 
|---|
| 2823 |    section). If set to true, smplayer won't pass the options -brightness,
 | 
|---|
| 2824 |    -contrast, -hue, and -saturation to mplayer. It seems that some graphic
 | 
|---|
| 2825 |    cards don't support them or have some kind of problem with them.
 | 
|---|
| 2826 |  * Updated the German translation.
 | 
|---|
| 2827 |  * Added an empty icon for gamma (to prevent this slider to be higher than the
 | 
|---|
| 2828 |    rest).
 | 
|---|
| 2829 | 
 | 
|---|
| 2830 | [b]Version 0.5.4[/b]
 | 
|---|
| 2831 |  * The size of the floating control can be changed, editing the config file.
 | 
|---|
| 2832 |    Option floating_control_width under the [default_gui] section. The value
 | 
|---|
| 2833 |    is a percentage (100 = all screen width, 50 = half of the screen width).
 | 
|---|
| 2834 |    By default, 100.
 | 
|---|
| 2835 |  * The size and position of the main window will be remembered.
 | 
|---|
| 2836 |  * (Qt 4) The balloon that remembers you that the program is already running
 | 
|---|
| 2837 |    in the system tray will be shown only 5 times.
 | 
|---|
| 2838 | 
 | 
|---|
| 2839 | [b]Version 0.5.3[/b]
 | 
|---|
| 2840 |  * Updated the Polish and Russian translations.
 | 
|---|
| 2841 |  * New fullscreen control widget, smaller than the previous one. If using Qt 4
 | 
|---|
| 2842 |    it's better not to use the CleanLooks style, its buttons are huge and look
 | 
|---|
| 2843 |    awful in this widget.
 | 
|---|
| 2844 |  * Fixed bug #1729705 (I hope). This has required a lot of changes, so other
 | 
|---|
| 2845 |    bugs may appear.
 | 
|---|
| 2846 | 
 | 
|---|
| 2847 | [b]Version 0.5.2[/b]
 | 
|---|
| 2848 |  * Updated the German and Ukrainian translations.
 | 
|---|
| 2849 |  * (Qt 4) Option Open->Close, now it exits from fullscreen mode before closing 
 | 
|---|
| 2850 |    the window.
 | 
|---|
| 2851 |  * Now most options in the subtitle menu are disabled if there's none subtitle 
 | 
|---|
| 2852 |    selected.
 | 
|---|
| 2853 |  * If the option Play->Repeat is enabled, files will start to play from
 | 
|---|
| 2854 |    the beginning.
 | 
|---|
| 2855 |  * (By user request) Now it's possible to choose the path of the ini file.
 | 
|---|
| 2856 |    This is done by the -ini-path command line option. Example:
 | 
|---|
| 2857 |    smplayer -ini-path /tmp
 | 
|---|
| 2858 |    will try to read the configuration from /tmp/smplayer.ini.
 | 
|---|
| 2859 |    The path is optional, if none is passed then it will use the application
 | 
|---|
| 2860 |    path, so "smplayer -ini-path" will read the configuration from smplayer.ini
 | 
|---|
| 2861 |    in the application path.
 | 
|---|
| 2862 |    This feature requires Qt 4. The option -ini-path (and the optional argument)
 | 
|---|
| 2863 |    will be ignored if compiled with Qt 3. This option won't work either with
 | 
|---|
| 2864 |    KDE support (and in this case you'll get an error if you try to use the
 | 
|---|
| 2865 |    -ini-path option).
 | 
|---|
| 2866 |  * Assigned the keys F5 and F6 for show_main_toolbar and show_language_toolbar,
 | 
|---|
| 2867 |    and updated shortcuts/default.keys with the new keys.
 | 
|---|
| 2868 | 
 | 
|---|
| 2869 | [b]Version 0.5.1[/b]
 | 
|---|
| 2870 |  * Updated the Traditional Chinese and Bulgarian translations.
 | 
|---|
| 2871 |  * Now the title bar shows "file name - SMPlayer", instead of 
 | 
|---|
| 2872 |    "SMPlayer - file name".
 | 
|---|
| 2873 |  * MPlayer can be compiled to display its texts in another language, but 
 | 
|---|
| 2874 |    SMPlayer requires the texts to be in English. Unfortunately it's not 
 | 
|---|
| 2875 |    possible to change the MPlayer language without recompiling. This is a 
 | 
|---|
| 2876 |    problem. As a work-around I've made some of the internal regular expressions 
 | 
|---|
| 2877 |    configurable (by editing the config file).  
 | 
|---|
| 2878 |    rx_endoffile should specify the text that MPlayer outputs when a file has
 | 
|---|
| 2879 |    arrived to the end (by default "^Exiting... \\(End of file\\)"). If SMPlayer
 | 
|---|
| 2880 |    fails to catch this text, the playlist won't work properly.
 | 
|---|
| 2881 |    rx_novideo should specify the text that MPlayer outputs when a file has
 | 
|---|
| 2882 |    no video, by default "^Video: no video". If SMPlayer fails to catch this 
 | 
|---|
| 2883 |    text, the video window won't be hidden when playing sound files.
 | 
|---|
| 2884 |    There are other English texts which SMPlayer looks for, but they are far
 | 
|---|
| 2885 |    less important (most of them are just simply displayed on the status bar).
 | 
|---|
| 2886 |  * (By user request) Created an action to change the window from normal size 
 | 
|---|
| 2887 |    to double size and vice versa (this new action doesn't appear in any of the 
 | 
|---|
| 2888 |    menus, it's handled by a key shortcut, by default CTRL+D).
 | 
|---|
| 2889 |    The best way would be to add key shortcuts to all Video->Size suboptions,
 | 
|---|
| 2890 |    but it's not possible for the moment (I actually can add shortcuts but 
 | 
|---|
| 2891 |    they won't be configurable).
 | 
|---|
| 2892 |  * It seems that it's not a good idea to have the debian subdirectory in the
 | 
|---|
| 2893 |    sources, as it can conflict with the one made by package maintainers.
 | 
|---|
| 2894 |    As a quick solution, for now I've just renamed it to debian-rvm. If you want
 | 
|---|
| 2895 |    to create a deb package with dpkg-buildpackage, just rename it back to 
 | 
|---|
| 2896 |    debian.
 | 
|---|
| 2897 | 
 | 
|---|
| 2898 | [b]Version 0.5.0[/b]
 | 
|---|
| 2899 |  * Updated the Italian, German and Ukrainian translations.
 | 
|---|
| 2900 | 
 | 
|---|
| 2901 | [b]Version 0.4.30[/b]
 | 
|---|
| 2902 |  * Updated the Japanese and Serbian translations.
 | 
|---|
| 2903 |  * Added the Traditional Chinese translation.
 | 
|---|
| 2904 |  * debian/control: now depends on mplayer | mplayer-nogui
 | 
|---|
| 2905 |  * Install.txt: explained how to create a deb package.
 | 
|---|
| 2906 | 
 | 
|---|
| 2907 | [b]Version 0.4.29[/b]
 | 
|---|
| 2908 |  * Fixed bug #1725272 (the LCD in the floating control didn't show the hours).
 | 
|---|
| 2909 |  * Added the debian subdirectory (created in a kubuntu 7.04). This way it's
 | 
|---|
| 2910 |    possible to create a deb package.
 | 
|---|
| 2911 |  * Updated the German and Ukrainian translations.
 | 
|---|
| 2912 | 
 | 
|---|
| 2913 | [b]Version 0.4.28[/b]
 | 
|---|
| 2914 |  * Written the documents Install.txt and Release_notes.txt, and updated
 | 
|---|
| 2915 |    Readme.txt.
 | 
|---|
| 2916 |  * Updated the Polish translation.
 | 
|---|
| 2917 |  * Added the Serbian translation.
 | 
|---|
| 2918 | 
 | 
|---|
| 2919 | [b]Version 0.4.27[/b]
 | 
|---|
| 2920 |  * Applied patch to fix bug #1703280.
 | 
|---|
| 2921 |  * Now the tooltip in the system tray icon should display the same as the window
 | 
|---|
| 2922 |    title.
 | 
|---|
| 2923 | 
 | 
|---|
| 2924 | [b]Version 0.4.26[/b]
 | 
|---|
| 2925 |  * Updated the Ukrainian, German, Polish, Dutch, Chinese and Turkish 
 | 
|---|
| 2926 |    translations.
 | 
|---|
| 2927 | 
 | 
|---|
| 2928 | [b]Version 0.4.25[/b]
 | 
|---|
| 2929 |  * Not providing a default for SSA/ASS style override, as this setting may
 | 
|---|
| 2930 |    affect real SSA/ASS subtitles. Added a "whatsthis" help for this field.
 | 
|---|
| 2931 |  * Now DESTDIR is used in the Makefile to select the installation directory, 
 | 
|---|
| 2932 |    and changed the smplayer.spec to use it.
 | 
|---|
| 2933 |  * Updated the Ukrainian and German translations.
 | 
|---|
| 2934 | 
 | 
|---|
| 2935 | [b]Version 0.4.24[/b]
 | 
|---|
| 2936 |  * Updated the Italian and Polish translations.
 | 
|---|
| 2937 |  * Added support for SSA/ASS style override (-ass-force-style option in 
 | 
|---|
| 2938 |    mplayer). As there are a lot of options for styles, I just simply added a 
 | 
|---|
| 2939 |    line edit so you can enter the styles you want. This option may be very 
 | 
|---|
| 2940 |    useful with srt/sub files when using the SSA/ASS library, as subtitles may 
 | 
|---|
| 2941 |    look much nicer.
 | 
|---|
| 2942 |    By default, it will use "Bold=1,Outline=2,Shadow=2" which provides a 
 | 
|---|
| 2943 |    nice black shadow.
 | 
|---|
| 2944 |    Info about these styles can be found at:
 | 
|---|
| 2945 |    http://www.perlfu.co.uk/projects/asa/ass-specs.doc (look at chapter 5)
 | 
|---|
| 2946 | 
 | 
|---|
| 2947 | [b]Version 0.4.23[/b]
 | 
|---|
| 2948 |  * Updated the Turkish, German, Ukrainian, Swedish and Polish translations.
 | 
|---|
| 2949 |  * Moved all translations to a subdir: src/translations.
 | 
|---|
| 2950 |    And if TRANSLATION_PATH is not defined on compilation, smplayer will look
 | 
|---|
| 2951 |    for translations in application_path/translations/ (this is intended for 
 | 
|---|
| 2952 |    Windows).
 | 
|---|
| 2953 |  * Changed the default colorkey to 0x020202 (this really was the old colorkey).
 | 
|---|
| 2954 |  * Made the colorkey field in preferences editable, so there's two ways to
 | 
|---|
| 2955 |    set the colorkey: typing it yourself or selecting a color in the color
 | 
|---|
| 2956 |    dialog. Warning: currently no check is performed on the typed value. If
 | 
|---|
| 2957 |    the value is invalid it would return 0 (black).
 | 
|---|
| 2958 |    The value must be in hexadecimal, this way: #RRGGBB, where RR, GG
 | 
|---|
| 2959 |    and BB are the red, green and blue components of the color.
 | 
|---|
| 2960 | 
 | 
|---|
| 2961 | [b]Version 0.4.22[/b]
 | 
|---|
| 2962 |  * Updated the German translation.
 | 
|---|
| 2963 |  * (Playlist) After removing the selected items, it tries to keep the cursor 
 | 
|---|
| 2964 |     on the same row it was before (previosly the cursor was always moved to 
 | 
|---|
| 2965 |     the 1st row).
 | 
|---|
| 2966 |  * Made the rest of actions translatable.
 | 
|---|
| 2967 |  * Added an option in the preferences dialog (subtitles tab) to select the
 | 
|---|
| 2968 |    default position of the subtitles. 100 means the bottom of the video window
 | 
|---|
| 2969 |    while 0 mean the top.
 | 
|---|
| 2970 |  * The colorkey is configurable now. Preferences->Advanced.
 | 
|---|
| 2971 | 
 | 
|---|
| 2972 | [b]Version 0.4.21[/b]
 | 
|---|
| 2973 |  * Updated the Turkish translation.
 | 
|---|
| 2974 |  * Parses the StreamTitle line from Shoutcast streams, and displays it in the
 | 
|---|
| 2975 |    info window and title bar.
 | 
|---|
| 2976 | 
 | 
|---|
| 2977 | [b]Version 0.4.20[/b]
 | 
|---|
| 2978 |  * Updated the Japanese, Czech, Polish, Italian and Chinese translations.
 | 
|---|
| 2979 |  * Floating control: don't assume that in fullscreen mode the screen starts 
 | 
|---|
| 2980 |    at 0x0 (it might be on a 2nd monitor). This may fix the problem on which the
 | 
|---|
| 2981 |    floating control may show on the wrong monitor. 
 | 
|---|
| 2982 |  * Playlist: the playlist is now only marked as "modified" only when changed
 | 
|---|
| 2983 |    by the user (and not when smplayer adds items to it, for instance, the
 | 
|---|
| 2984 |    files loaded from command line).
 | 
|---|
| 2985 |  * (By user request) New option in preferences (config file only): 
 | 
|---|
| 2986 |    initial_panscan_factor. It specifies the default zoom value all new videos 
 | 
|---|
| 2987 |    will have (by default 1.0).
 | 
|---|
| 2988 | 
 | 
|---|
| 2989 | [b]Version 0.4.19[/b]
 | 
|---|
| 2990 |  * Updated the German and Russian translations.
 | 
|---|
| 2991 |  * Changed the colorkey. The one in 0.4.18 didn't work on Windows with
 | 
|---|
| 2992 |    directx.
 | 
|---|
| 2993 |  * Added a system tray icon if compiled with Qt 3 and KDE support.
 | 
|---|
| 2994 | 
 | 
|---|
| 2995 | [b]Version 0.4.18[/b]
 | 
|---|
| 2996 |  * Updated the Swedish, German and Ukrainian translations.
 | 
|---|
| 2997 |  * Qt 4: now the time and volume sliders should work better. Previously
 | 
|---|
| 2998 |    it wasn't easy to drag the slider's handle if it was bigger than usual.
 | 
|---|
| 2999 |    Now the actual size of the handle is taken into account so dragging should
 | 
|---|
| 3000 |    work as expected.
 | 
|---|
| 3001 | 
 | 
|---|
| 3002 | [b]Version 0.4.17[/b]
 | 
|---|
| 3003 |  * Updated the Ukrainian, German, Russian, Polish and Bulgarian translations.
 | 
|---|
| 3004 |  * Added the Swedish translation.
 | 
|---|
| 3005 |  * Now you can open several files through command line: 
 | 
|---|
| 3006 |    smplayer video1.avi video2.avi music.mp3
 | 
|---|
| 3007 |    or
 | 
|---|
| 3008 |    smplayer *.mp3
 | 
|---|
| 3009 |    The first file will be opened by a function which is able to handle *.m3u
 | 
|---|
| 3010 |    files and directories. The rest will simply be added to the playlist.
 | 
|---|
| 3011 |    As this feature has required important changes, it might have introduced bugs.
 | 
|---|
| 3012 |    Report if you notice something strange.
 | 
|---|
| 3013 |  * Fixed a bug in the playlist. The first item played wasn't marked sometimes 
 | 
|---|
| 3014 |    as played.
 | 
|---|
| 3015 | 
 | 
|---|
| 3016 | [b]Version 0.4.16[/b]
 | 
|---|
| 3017 |  * Updated the Chinese and Russian translations.
 | 
|---|
| 3018 |  * Added support for the sub_step command (in the Subtitles menu). This allow 
 | 
|---|
| 3019 |    you to move to the previous or next subtitle line in the subtitle files. 
 | 
|---|
| 3020 |    It can help you to synchronize the subtitles.
 | 
|---|
| 3021 |    Note: this setting is not saved, reasons: 1) if you need to use these 
 | 
|---|
| 3022 |    options maybe it's because the subtitle file has a serious sinchronization 
 | 
|---|
| 3023 |    problem and you'll probably have to adjust the subtitles several times, 
 | 
|---|
| 3024 |    2) it's not easy to do it.
 | 
|---|
| 3025 |  * At last the "+10 seconds", "+1 minute"... options in the menus show the
 | 
|---|
| 3026 |    actual time to jump (if you modified the default values in preferences).
 | 
|---|
| 3027 | 
 | 
|---|
| 3028 | [b]Version 0.4.15[/b]
 | 
|---|
| 3029 |  * Updated the Italian translation.
 | 
|---|
| 3030 |  * Server commands: the playlist functions now work with Qt 4.
 | 
|---|
| 3031 |  * The function of the mouse buttons are configurable again. With this smplayer
 | 
|---|
| 3032 |    retrieves all functionality from 0.4.7.
 | 
|---|
| 3033 | 
 | 
|---|
| 3034 | [b]Version 0.4.14[/b]
 | 
|---|
| 3035 |  * Updated the Polish, Ukrainian and German translations.
 | 
|---|
| 3036 |  * The function command in server should work again. If you don't know
 | 
|---|
| 3037 |    what I'm talking about, do "telnet localhost 8000" (or the port configured 
 | 
|---|
| 3038 |    in preferences) and type "list functions". This feature allows to control
 | 
|---|
| 3039 |    smplayer remotely. Note: I've just realized that the playlist functions
 | 
|---|
| 3040 |    currently don't work if using Qt 4.
 | 
|---|
| 3041 | 
 | 
|---|
| 3042 | [b]Version 0.4.13[/b]
 | 
|---|
| 3043 |  * Updated the German, Russian and Chinese translations.
 | 
|---|
| 3044 |  * Added the Turkish translation.
 | 
|---|
| 3045 |  * Actions editor: checking for conflicts, now it will only beep due to
 | 
|---|
| 3046 |    conflicts after editing a shortcut. This prevents beeps when entering
 | 
|---|
| 3047 |    in the preferences dialog, which can be confuse for the user.
 | 
|---|
| 3048 |  * Actions editor: now it will display error message if the key shortcut
 | 
|---|
| 3049 |    file can't be saved or loaded.
 | 
|---|
| 3050 |  * Actions editor: Shortcuts are shown left aligned.
 | 
|---|
| 3051 |  * I spent some time writing a widget which would allow to enter a shortcut
 | 
|---|
| 3052 |    just pressing the key (or combination of keys), instead of typing it.
 | 
|---|
| 3053 |    I took some code from qt-3 designer, and yes, it works pretty well.
 | 
|---|
| 3054 |    But at the end I'm not using it... it doesn't work well with qt 4 (some
 | 
|---|
| 3055 |    keys can't be entered, like Tab or the cursors). And moreover with qt 3
 | 
|---|
| 3056 |    it isn't really possible to enter all keys. For instance with a Spanish 
 | 
|---|
| 3057 |    keyboard it seems impossible to enter the key ">".
 | 
|---|
| 3058 |    But in case you want to try it yourself, edit the file actionseditor.cpp and
 | 
|---|
| 3059 |    change the line 
 | 
|---|
| 3060 |    #define USE_KEYCHOOSER 0
 | 
|---|
| 3061 |    to
 | 
|---|
| 3062 |    #define USE_KEYCHOOSER 1
 | 
|---|
| 3063 | 
 | 
|---|
| 3064 | [b]Version 0.4.12[/b]
 | 
|---|
| 3065 |  * The actions editor is now in the preferences dialog.
 | 
|---|
| 3066 |  * Now smplayer will look for icons in a directory named "themes" instead
 | 
|---|
| 3067 |    of "icons" (defined with THEMES_PATH in Makefile). This is because in the 
 | 
|---|
| 3068 |    future there might be more things besides icons. 
 | 
|---|
| 3069 |  * smplayer will look for key shortcuts files in a directory named "shortcuts"
 | 
|---|
| 3070 |    (SHORTCUTS_PATH in Makefile).
 | 
|---|
| 3071 |  * Updated the German, Russian and Ukrainian translations.
 | 
|---|
| 3072 | 
 | 
|---|
| 3073 | [b]Version 0.4.11[/b]
 | 
|---|
| 3074 |  * Fixed a bug in actions editor: default shortcuts were lost on first run.
 | 
|---|
| 3075 |    If you used 0.4.10 edit the config file and delete the [actions] section.
 | 
|---|
| 3076 |  * More improvements in actions editor. Now it's possible to save the actions
 | 
|---|
| 3077 |    to a external file, and load it. It also checks for conflicts (the same
 | 
|---|
| 3078 |    shortcut assigned to other actions).
 | 
|---|
| 3079 |  * Removed the src/icons directory. Icons will be in another package 
 | 
|---|
| 3080 |    (and current Makefile is broken, don't try "make install").
 | 
|---|
| 3081 | 
 | 
|---|
| 3082 | [b]Version 0.4.10[/b]
 | 
|---|
| 3083 |  * Actions editor: now the actions are saved and loaded to the config file.
 | 
|---|
| 3084 | 
 | 
|---|
| 3085 | [b]Version 0.4.9[/b]
 | 
|---|
| 3086 |  * Fixed a segfault when selected Open->Quit (Qt 4).
 | 
|---|
| 3087 |  * Using UTF-8 for all QTextStreams in server.cpp and client.cpp.
 | 
|---|
| 3088 |  * Updated the Russian, Ukrainian, Chinese, Polish, Dutch and Italian 
 | 
|---|
| 3089 |    translations.
 | 
|---|
| 3090 |  * More improvements on the actions editor. Better code for Qt 4, and 
 | 
|---|
| 3091 |    now it shows the icon and name of the action, along with the description.
 | 
|---|
| 3092 |    The actions editor is far to be finished so it's hidden. If you want to see 
 | 
|---|
| 3093 |    it, press G. You can change the shortcuts by double clicking in the 
 | 
|---|
| 3094 |    shortcuts cell. The new shortcuts you define will work for the current
 | 
|---|
| 3095 |    session, but they won't be saved.
 | 
|---|
| 3096 | 
 | 
|---|
| 3097 | [b]Version 0.4.8[/b]
 | 
|---|
| 3098 |  * Updated the German translation.
 | 
|---|
| 3099 |  * Using now QActions for all key shortcuts.
 | 
|---|
| 3100 |  * Started to write the actions editor.
 | 
|---|
| 3101 | 
 | 
|---|
| 3102 | [b]Version 0.4.7[/b]
 | 
|---|
| 3103 |  * Updated the Polish, German, Ukrainian and Italian translations.
 | 
|---|
| 3104 |  * As the panscan feature seems to work well, even in Windows, I added 
 | 
|---|
| 3105 |    a new submenu "Panscan" in the Video menu. The videos should also remember 
 | 
|---|
| 3106 |    the zoom value.
 | 
|---|
| 3107 | 
 | 
|---|
| 3108 | [b]Version 0.4.6[/b]
 | 
|---|
| 3109 |  * Experimental pan&scan feature. It's possible to move the video window
 | 
|---|
| 3110 |    (left, right, up and down) and also zoom it. You increase zoom with key
 | 
|---|
| 3111 |    "E" and decrease with "W". You can move the window with ALT + cursor keys.
 | 
|---|
| 3112 |    This is experimental, just to test if this can be done. The settings
 | 
|---|
| 3113 |    are not saved anywhere, in fact resizing the window resets all values
 | 
|---|
| 3114 |    to the defaults. 
 | 
|---|
| 3115 |    Note: the zoom affects the OSD too, including subtitles.
 | 
|---|
| 3116 | 
 | 
|---|
| 3117 | [b]Version 0.4.5[/b]
 | 
|---|
| 3118 |  * The fix in 0.4.4 actually brokes smplayer on Windows. The video disappears
 | 
|---|
| 3119 |    when the video is resized. So now this is an option that can be enabled
 | 
|---|
| 3120 |    or disabled (Preferences->Advanced, Don't repaint the background of the 
 | 
|---|
| 3121 |    video window). This option is Off by default, as it works well in linux 
 | 
|---|
| 3122 |    with Qt 3 and on Windows with Qt 4. If you use Qt 4 on linux and have the 
 | 
|---|
| 3123 |    problem mentioned in the 0.4.4 changelog, you may check this option and see
 | 
|---|
| 3124 |    if it helps.
 | 
|---|
| 3125 | 
 | 
|---|
| 3126 | [b]Version 0.4.4[/b]
 | 
|---|
| 3127 |  * Updated the Slovak, German, Ukrainian and Polish translations.
 | 
|---|
| 3128 |  * A very important fix (at least for me). Now when the main window is
 | 
|---|
| 3129 |    resized the video should not flicker at all (I made this specially for
 | 
|---|
| 3130 |    Qt 4, where the flicker was very annoying, but at the end the result is
 | 
|---|
| 3131 |    much better with Qt 3). The most important is that this fixes a repaint
 | 
|---|
| 3132 |    problem with Qt 4. Sometimes the video window got black (totally or 
 | 
|---|
| 3133 |    partially) when closing another window (or menu) that was over it (I could
 | 
|---|
| 3134 |    reproduce it by entering in the preferences dialog, and changing the 
 | 
|---|
| 3135 |    language).
 | 
|---|
| 3136 |    I don't know if someone else had this problem (I didn't get any report
 | 
|---|
| 3137 |    about it), but it happened to me and it was really annoying. Now this
 | 
|---|
| 3138 |    is FIXED!!!
 | 
|---|
| 3139 | 
 | 
|---|
| 3140 | [b]Version 0.4.3[/b]
 | 
|---|
| 3141 |  * On startup the toolbars always appeared even if they were hidden in the
 | 
|---|
| 3142 |    previous session. Fixed (I hope).
 | 
|---|
| 3143 |  * Changes in playlist: now if the playlist has been changed, it will ask you
 | 
|---|
| 3144 |    to save it before loading a another playlist. It will also ask you if
 | 
|---|
| 3145 |    you try to open a dvd or vcd, because that clears the playlist.
 | 
|---|
| 3146 |    It won't ask you when you close the application, because the current
 | 
|---|
| 3147 |    playlist is saved to the config file and so it will retrieved on startup.
 | 
|---|
| 3148 |  * Merged the info window and advanced file settings in one thing: 
 | 
|---|
| 3149 |    "View info & properties".
 | 
|---|
| 3150 |  * Updated the German translation.
 | 
|---|
| 3151 | 
 | 
|---|
| 3152 | [b]Version 0.4.2[/b]
 | 
|---|
| 3153 |  * If in compact mode, on startup the toolbars were visible. Fixed.
 | 
|---|
| 3154 |  * Some improvements on the playlist docked in the main window, but there
 | 
|---|
| 3155 |    are still some issues. I'm afraid this can't be completely fixed until the 
 | 
|---|
| 3156 |    application is ported to Qt 4.
 | 
|---|
| 3157 | 
 | 
|---|
| 3158 | [b]Version 0.4.1[/b]
 | 
|---|
| 3159 |  * Updated the Chinese, Russian, Italian, German, Ukrainian and Polish
 | 
|---|
| 3160 |    translations.
 | 
|---|
| 3161 |  * Some options in menus didn't update the name after a language change. Fixed.
 | 
|---|
| 3162 |  * Some improvements in the tray icon: 
 | 
|---|
| 3163 |     - If the main window is hidden, it will became visible just before playing 
 | 
|---|
| 3164 |       a video. Now this works too with the (playlist) next and previous options. 
 | 
|---|
| 3165 |     - The tray icon shows a tooltip with the name of the current file.
 | 
|---|
| 3166 |     - Added two options to the context menu: playlist and preferences.
 | 
|---|
| 3167 |  * The playlist saves to the config file the current playlist just before
 | 
|---|
| 3168 |    quiting and loads again on startup.
 | 
|---|
| 3169 |  * Renamed the Exit option to Close. If the system tray icon is not activated
 | 
|---|
| 3170 |    then the Close option finishes the application. But if the system tray icon 
 | 
|---|
| 3171 |    is activated then it just hides it. The Quit option always finishes the 
 | 
|---|
| 3172 |    application, no matter if the tray icon is activated or not (the Quit 
 | 
|---|
| 3173 |    option doesn't show if Qt < 4.2).
 | 
|---|
| 3174 | 
 | 
|---|
| 3175 | [b]Version 0.4.0[/b]
 | 
|---|
| 3176 |  Initially version 0.4.0 was to be released once the key shortcuts were
 | 
|---|
| 3177 |  configurable. But as it seems it still takes some time for that, and 
 | 
|---|
| 3178 |  considering that I've implemented some things actually planned for future
 | 
|---|
| 3179 |  versions (VCD, system tray icon) I change to 0.4.0 now (even though I've just
 | 
|---|
| 3180 |  implemented the system tray icon and it may have bugs).
 | 
|---|
| 3181 |  Main objective for 0.5.0 is still configurable shortcuts, and I expect it to
 | 
|---|
| 3182 |  be soon, very soon.
 | 
|---|
| 3183 | 
 | 
|---|
| 3184 |  * More improvements in tray icon. Just test it. Remember that you need to
 | 
|---|
| 3185 |    compile at least with Qt 4.2. I think this feature is now quite usable.
 | 
|---|
| 3186 |    There's a known problem, though, the next and previous options in the
 | 
|---|
| 3187 |    context menu don't force a show() in the main window. This is ok for music.
 | 
|---|
| 3188 |    But if it's a video then the main window won't appear until you make
 | 
|---|
| 3189 |    visible yourself.
 | 
|---|
| 3190 |  * The main window only shows once on startup, that prevents that the main 
 | 
|---|
| 3191 |    window can be seen for a little moment without toolbars.
 | 
|---|
| 3192 |  * The width of the floating control can be configured (for now just by 
 | 
|---|
| 3193 |    editing the configuration file, look for floating_control_width, the value is
 | 
|---|
| 3194 |    the desired width in %, by default 75%).
 | 
|---|
| 3195 |  * Now if you select Open->VCD and the cdrom device is not configured, a
 | 
|---|
| 3196 |    warning will show and then the preferences dialog will open so you can
 | 
|---|
| 3197 |    configure it.
 | 
|---|
| 3198 |  * Disabled style switching again, because it crashes with Qt 4 (I find
 | 
|---|
| 3199 |    Qt 4 more unstable than Qt 3...)
 | 
|---|
| 3200 |  * Updated the Ukrainian and Bulgarian translations.
 | 
|---|
| 3201 | 
 | 
|---|
| 3202 | [b]Version 0.3.45[/b]
 | 
|---|
| 3203 |  * Updated the Ukrainian, German and Russian translations.
 | 
|---|
| 3204 |  * Some improvements in the tray icon. Now it has a new context menu,
 | 
|---|
| 3205 |    and it saves its state (mainly if the main window is visible or not) 
 | 
|---|
| 3206 |    to recover it on startup. Unfortunately it doesn't work well if the
 | 
|---|
| 3207 |    single instance option is activated.
 | 
|---|
| 3208 |    And if you click on the close button the application will hide but it
 | 
|---|
| 3209 |    will still running in the tray.
 | 
|---|
| 3210 | 
 | 
|---|
| 3211 | [b]Version 0.3.44[/b]
 | 
|---|
| 3212 |  * Added the Bulgarian translation.
 | 
|---|
| 3213 |  * Updated the Polish translation.
 | 
|---|
| 3214 |  * Qt 4: Made the repaint of the mplayer window more or less like Qt 3.
 | 
|---|
| 3215 |    At least this seems to fix some small cuts in the audio when resizing.
 | 
|---|
| 3216 |    But still the window is getting black after changing the language in
 | 
|---|
| 3217 |    preferences. I don't know why.
 | 
|---|
| 3218 |    Report if you find problems with this (more flickering than before or 
 | 
|---|
| 3219 |    something).
 | 
|---|
| 3220 |  * Started to implement the system tray icon. You need Qt 4.2 to see it.
 | 
|---|
| 3221 | 
 | 
|---|
| 3222 | [b]Version 0.3.43[/b]
 | 
|---|
| 3223 |  * Updated the Dutch translation.
 | 
|---|
| 3224 |  * When DOCK_PLAYLIST is set 1, the playlist was always shown when exiting from
 | 
|---|
| 3225 |    fullscreen, even if it was hidden previously. Fixed.
 | 
|---|
| 3226 |  * Qt 4: now the time (and volume) slider go to the point you click on the bar.
 | 
|---|
| 3227 |  * Windows: the playlist was always above the main window. This should be
 | 
|---|
| 3228 |    fixed now. The VCD option in the Open menu is disabled, as mplayer in
 | 
|---|
| 3229 |    Windows doesn't support VCDs yet. Anyway you can watch VCDs by opening the
 | 
|---|
| 3230 |    *.dat files you'll see in the drive.
 | 
|---|
| 3231 |  * STYLE_SWITCHING option in config.h activated by default now. This will
 | 
|---|
| 3232 |    allow you to switch the Qt style at runtime (Preferences->Interface).
 | 
|---|
| 3233 |    This option wasn't enabled by default because it seems it had some issues
 | 
|---|
| 3234 |    (some colors might not be correct). Anyway I let you to test it.
 | 
|---|
| 3235 | 
 | 
|---|
| 3236 | [b]Version 0.3.42[/b]
 | 
|---|
| 3237 |  * VCD support has triggered a problem. If title #1 of a VCD (or DVD) can't
 | 
|---|
| 3238 |    be played, the GUI doesn't get the info of the rest of titles (which
 | 
|---|
| 3239 |    probably could be played). Now the application detects that case and
 | 
|---|
| 3240 |    passes that info.
 | 
|---|
| 3241 |  * Now when a VCD or DVD start to play, all titles are added to the playlist
 | 
|---|
| 3242 |    (clearing all previous contents), so when a title finishes the next one 
 | 
|---|
| 3243 |    will be played.
 | 
|---|
| 3244 |  * I think those 2 previous things can improve DVD support. Because it seems
 | 
|---|
| 3245 |    that a lot of people got confused when the first title of a DVD didn't
 | 
|---|
| 3246 |    play, even thinking that smplayer can't play DVDs at all. Now if the
 | 
|---|
| 3247 |    first title fails the 2nd will be played. Anyway I couldn't test this,
 | 
|---|
| 3248 |    because I don't have any DVD which first title doesn't play.
 | 
|---|
| 3249 |  * Added the option vcd_initial_title for preferences (this is a config
 | 
|---|
| 3250 |    option, it's not in the preferences dialog yet). It specifies the
 | 
|---|
| 3251 |    title number which should be played when you select Open->VCD. By 
 | 
|---|
| 3252 |    default 2.
 | 
|---|
| 3253 |  * And added support for VCDs in other parts of the code. For instance
 | 
|---|
| 3254 |    the info window recognizes VCDs and displays a different icon for them.
 | 
|---|
| 3255 |    Or you can play a VCD through command line: [i]smplayer vcd://3[/i] (will 
 | 
|---|
| 3256 |    play title #3), or just simply [i]smplayer vcd:[/i] (which is the same
 | 
|---|
| 3257 |    as selecting Open->VCD).
 | 
|---|
| 3258 |  * Now the option Video->Aspect ratio->Autodetect will use the aspect
 | 
|---|
| 3259 |    ratio of the mplayer window, instead of the file aspect rato. That makes
 | 
|---|
| 3260 |    that some filters could work better. (Anyway I don't know if this could have
 | 
|---|
| 3261 |    any secondary effect...)
 | 
|---|
| 3262 |  * Renamed the icon them Test as Oxygen.
 | 
|---|
| 3263 | 
 | 
|---|
| 3264 | [b]Version 0.3.41[/b]
 | 
|---|
| 3265 |  * Updated the Hungarian translation.
 | 
|---|
| 3266 |  * Started the VCD stuff. Now you can play VCD's. But... to implement this
 | 
|---|
| 3267 |    feature I used a VCD created by k3b with 2 videoclips. mplayer reports
 | 
|---|
| 3268 |    that there are 3 titles in the disc. The first one can't be played
 | 
|---|
| 3269 |    (maybe it has control info or something), but that makes that smplayer
 | 
|---|
| 3270 |    doesn't get the info about available titles. To "fix" it smplayer will
 | 
|---|
| 3271 |    start to play all VCDs from title 2 (instead of 1) but of course I'm not
 | 
|---|
| 3272 |    sure if it is safe to assume that all discs (in mplayer) start at title 2.
 | 
|---|
| 3273 |    So if you have a lot of VCDs, please test. 
 | 
|---|
| 3274 |    BTW, I think mplayer on Windows doesn't support VCDs...
 | 
|---|
| 3275 | 
 | 
|---|
| 3276 | [b]Version 0.3.40[/b]
 | 
|---|
| 3277 |  * Added a new icon theme "Silk" created by ilGaspa 
 | 
|---|
| 3278 |    (http://www.phpbbplanet.com/smplayer/viewtopic.php?t=116)
 | 
|---|
| 3279 |  * Added another icon theme "MacLike", by Charles Barcza.
 | 
|---|
| 3280 |  * Updated the Ukrainian and German translations.
 | 
|---|
| 3281 |  * Qt 4: The video equalizer lost its icons everytime an icon theme change was
 | 
|---|
| 3282 |    made. Fixed.
 | 
|---|
| 3283 |  * It seems that drag&drop didn't work with filenames with non-latin1 
 | 
|---|
| 3284 |    characters if the drag was made from Konqueror. It seems the problem that
 | 
|---|
| 3285 |    kde encodes the filenames using the current locale but Qt expects
 | 
|---|
| 3286 |    to be in UTF-8. Now drag&drop from Konqueror should work but it's required
 | 
|---|
| 3287 |    to compile smplayer with kde support.
 | 
|---|
| 3288 |    Of course, if your system's encoding is UTF-8 then there's not problem at all.
 | 
|---|
| 3289 |  * Tried to avoid the use of double slashes (/usr//share...) in paths. 
 | 
|---|
| 3290 | 
 | 
|---|
| 3291 | [b]Version 0.3.39[/b]
 | 
|---|
| 3292 |  * Updated the Czech, Polish, French, German and Spanish translations.
 | 
|---|
| 3293 |  * KDE support fixes: now the embedded icons should show again. Now you
 | 
|---|
| 3294 |    can pass a filename to open from command line.
 | 
|---|
| 3295 |  * Changes in Makefile. if "make KDE_SUPPORT=1" doesn't work for you,
 | 
|---|
| 3296 |    edit the Makefile and change the kde paths. 
 | 
|---|
| 3297 |    You also can pass the paths through command line, example:
 | 
|---|
| 3298 |    make KDE_SUPPORT=1 KDE_INCLUDE_PATH=/usr/include/kde
 | 
|---|
| 3299 | 
 | 
|---|
| 3300 | [b]Version 0.3.38[/b]
 | 
|---|
| 3301 |  * Moved most of the single instance stuff to another class (CSManager). That
 | 
|---|
| 3302 |    simplifies the BaseGui code.
 | 
|---|
| 3303 |  * Fixed an old bug. If the server which smplayer tries to connect to 
 | 
|---|
| 3304 |    on startup doesn't respond anything, smplayer will wait and wait... 
 | 
|---|
| 3305 |    forever. Now it waits 4 seconds, after that smplayer starts and reports 
 | 
|---|
| 3306 |    to the user about the problem, and disables the single instance option.
 | 
|---|
| 3307 |  * KDE dialogs: now the Qt filters are converted to the KDE format. Now
 | 
|---|
| 3308 |    the KDE dialogs should work.
 | 
|---|
| 3309 |  * Now you can compile smplayer with KDE support just by typing:
 | 
|---|
| 3310 |    make KDE_SUPPORT=1
 | 
|---|
| 3311 |  * Updated the Japanese, Russian and Czech translations.
 | 
|---|
| 3312 | 
 | 
|---|
| 3313 | [b]Version 0.3.37[/b]
 | 
|---|
| 3314 |  * Set the focus to video window after the user has selected an audio or
 | 
|---|
| 3315 |    subtitle from the toolbar.
 | 
|---|
| 3316 |  * Now the video should keep paused the when switching to fullscreen mode.
 | 
|---|
| 3317 |  * Finally I could compile smplayer with kde support. Now smplayer can
 | 
|---|
| 3318 |    show the kde open dialogs. But it seems that the filter parameter is not
 | 
|---|
| 3319 |    fully compatible with the Qt dialogs, so some of the dialogs could be
 | 
|---|
| 3320 |    useless. I'll try to fix it anyway. There are also other problems:
 | 
|---|
| 3321 |    the embedded icons don't show, you'll have to use any other icon set.
 | 
|---|
| 3322 |    And for some reason the application path is changed to /usr/bin so
 | 
|---|
| 3323 |    smplayer could have problems finding its files.
 | 
|---|
| 3324 |    If you want to test it, edit the smplayer.pro and look for "KDE_SUPPORT"
 | 
|---|
| 3325 |    and uncomment the 3 lines (and change the kde paths...). I'll try to
 | 
|---|
| 3326 |    make it easier in future releases. Ah, don't forget to compile with Qt 3.
 | 
|---|
| 3327 |  * Updated the Polish translation.
 | 
|---|
| 3328 | 
 | 
|---|
| 3329 | [b]Version 0.3.36[/b]
 | 
|---|
| 3330 |  * Improved a little bit the new subtitles' code. If you're watching a
 | 
|---|
| 3331 |    video with subtitles and you load a new subtitle file, smplayer will
 | 
|---|
| 3332 |    try to keep using the same subtitle if it is still present (you may
 | 
|---|
| 3333 |    think that it would better to select the subtitle from the file that
 | 
|---|
| 3334 |    user has loaded, but it's impossible to know which one it is).
 | 
|---|
| 3335 |    The same would happen if you unload the subtitle file, smplayer will 
 | 
|---|
| 3336 |    try to keep the previous selected subtitle, if it's one of the available
 | 
|---|
| 3337 |    subtitles. If it's not, the none subtitle will be selected.
 | 
|---|
| 3338 |    On the other hand, if you load a subtitle file to a video which didn't
 | 
|---|
| 3339 |    have any subtitle, then smplayer may select one subtitle, according to
 | 
|---|
| 3340 |    the preferences settings (if subtitle autoload is activated, it will
 | 
|---|
| 3341 |    select the first one or the user's preferred language if found).
 | 
|---|
| 3342 |  * Now you can drag directories to the playlist. It will add all files
 | 
|---|
| 3343 |    in it (it's not recursive, it won't add files in subdirectories).
 | 
|---|
| 3344 |  * Now you can open DVD iso files. Just simply select the *.iso file
 | 
|---|
| 3345 |    in the Open->File dialog. You can also drag it to the main window or
 | 
|---|
| 3346 |    playlist. The file must have the extension iso to be identified. If the
 | 
|---|
| 3347 |    image has another extension there's another way to open it, select
 | 
|---|
| 3348 |    Open->DVD from folder. This dialog will only allow you to choose a
 | 
|---|
| 3349 |    directory but you can type after it the filename.
 | 
|---|
| 3350 |  * Updated the German and Georgian translations.
 | 
|---|
| 3351 | 
 | 
|---|
| 3352 | [b]Version 0.3.35[/b]
 | 
|---|
| 3353 |  * Almost all subtitle code has been rewritten. I think that now it's much
 | 
|---|
| 3354 |    better. For instance, now you can load a idx/sub file and you'll be able 
 | 
|---|
| 3355 |    to select among all languages that the file provides. You can have a 
 | 
|---|
| 3356 |    mkv file with embedded subtitles, load an idx/sub file (or srt, sub...) 
 | 
|---|
| 3357 |    and all subtitles will be available.
 | 
|---|
| 3358 |    There's also a new option in the subtitles menu to unload the previous
 | 
|---|
| 3359 |    subtitle file you might have loaded.
 | 
|---|
| 3360 |    This new code is still under testing, and it could have bugs. If you
 | 
|---|
| 3361 |    see something strange, please report.
 | 
|---|
| 3362 |  * Updated the Ukrainian, Czech, Georgian, Polish, Russian and Chinese 
 | 
|---|
| 3363 |    translations.
 | 
|---|
| 3364 | 
 | 
|---|
| 3365 | [b]Version 0.3.34[/b]
 | 
|---|
| 3366 |  * Updated the Dutch, Ukrainian, German, Polish and Italian translations.
 | 
|---|
| 3367 |  * Added the Czech translation by Martin DvoÅák.
 | 
|---|
| 3368 |  * Some cosmetic changes: new about dialog, and now the language combo
 | 
|---|
| 3369 |    in preferences displays the language name, along with the ISO code.
 | 
|---|
| 3370 | 
 | 
|---|
| 3371 | [b]Version 0.3.33[/b]
 | 
|---|
| 3372 |  * Changes in playlist: converted the buttons and menus to QAction's. This
 | 
|---|
| 3373 |    has required to make the playlist a QMainWindow (it was a QWidget before).
 | 
|---|
| 3374 |  * And added again the previous and next buttons to main window.
 | 
|---|
| 3375 |  * Updated the German translation.
 | 
|---|
| 3376 | 
 | 
|---|
| 3377 | [b]Version 0.3.32[/b]
 | 
|---|
| 3378 |  * Updated the Russian and Polish translations.
 | 
|---|
| 3379 |  * Added options to hide the toolbars (in the Options menu).
 | 
|---|
| 3380 | 
 | 
|---|
| 3381 | [b]Version 0.3.31[/b]
 | 
|---|
| 3382 |  * Created a new floating control widget. This time it's not a toolbar so
 | 
|---|
| 3383 |    I hope that this finally fixes the problems with the floating control.
 | 
|---|
| 3384 | 
 | 
|---|
| 3385 | [b]Version 0.3.30[/b]
 | 
|---|
| 3386 |  * Updated the Polish, Hungarian and Chinese translations.
 | 
|---|
| 3387 |  * Some people report that the control widget doesn't appear where it 
 | 
|---|
| 3388 |    should but a little bit above the bottom. I tried to fix it by reparenting
 | 
|---|
| 3389 |    the widget and changing the flags. It seems to work well with Qt 3, but
 | 
|---|
| 3390 |    with Qt 4 it does really strange things: the widget is huge. Resize doesn't
 | 
|---|
| 3391 |    work or crashed the program. So finally the code is disabled (even for
 | 
|---|
| 3392 |    Qt 3). If you wanna to test it: edit the config.h and set 
 | 
|---|
| 3393 |    REPARENT_CONTROLWIDGET to 1 (and recompile).
 | 
|---|
| 3394 | 
 | 
|---|
| 3395 | [b]Version 0.3.29[/b]
 | 
|---|
| 3396 |  * Updated the German translation.
 | 
|---|
| 3397 |  * Fixed a crash when using Qt 4 with the new control widget.
 | 
|---|
| 3398 |  * Now the control widget displays over the video, not moving it.
 | 
|---|
| 3399 |  * You can now drag a subtitle file to the main window.
 | 
|---|
| 3400 |  * Tried to use the kde open dialog, unsuccessfully.
 | 
|---|
| 3401 | 
 | 
|---|
| 3402 | [b]Version 0.3.28[/b]
 | 
|---|
| 3403 |  * Updated the German, Polish and Ukrainian translations.
 | 
|---|
| 3404 |  * Updated the French translation by David <goondy@free.fr>
 | 
|---|
| 3405 |  * Now the control widget is only one toolbar, but if it gets too small
 | 
|---|
| 3406 |    it will replaced by another widget with less buttons. 
 | 
|---|
| 3407 | 
 | 
|---|
| 3408 | [b]Version 0.3.21 - 0.3.27[/b]
 | 
|---|
| 3409 |  * A lot of internal changes: now QAction's are used for most of the menus,
 | 
|---|
| 3410 |    constants have been changed to enums. Due to the amount of changes it's
 | 
|---|
| 3411 |    possible that something could have broken. Please test it, specially 
 | 
|---|
| 3412 |    audio and subtitle selection, aspect ratio options, and well... everything
 | 
|---|
| 3413 |    in the menus...
 | 
|---|
| 3414 |  * The Gui class has been divided into BaseGui and DefaultGui. The intention
 | 
|---|
| 3415 |    of this it to allow to create alternative GUI's easily (when I say GUI in 
 | 
|---|
| 3416 |    fact I mean the main window). The DefaultGui is less than 300 lines of code.
 | 
|---|
| 3417 |  * The new GUI has been written from scratch and it has some toolbars. This
 | 
|---|
| 3418 |    GUI has been written today in a few hours and it's not finished yet.
 | 
|---|
| 3419 |    Unfortunately the "controlwidget over the video" from previous releases
 | 
|---|
| 3420 |    has not been implemented yet in this GUI.
 | 
|---|
| 3421 |  * Updated the Italian, German, Hungarian and Russian translations.
 | 
|---|
| 3422 |  * Added the Georgian translation.
 | 
|---|
| 3423 | 
 | 
|---|
| 3424 | [b]Version 0.3.20[/b]
 | 
|---|
| 3425 |  * Added new icon themes by Charles Barcza.
 | 
|---|
| 3426 |  * Updated the German and Polish translations.
 | 
|---|
| 3427 |  * The controlwidget over the video now it seems that works too with Qt 3,
 | 
|---|
| 3428 |    so now it's activated by default. Please test it.
 | 
|---|
| 3429 |  * The priority options in preferences are hidden too in Qt 4 (priority is
 | 
|---|
| 3430 |    for Windows only).
 | 
|---|
| 3431 |  * Removed the old fullscreen code.
 | 
|---|
| 3432 | 
 | 
|---|
| 3433 | [b]Version 0.3.19[/b]
 | 
|---|
| 3434 |  * Updated the Chinese, Ukrainian, Russian, German and Polish translations.
 | 
|---|
| 3435 |  * It seems that some videos don't start at sec. 0 so now smplayer will
 | 
|---|
| 3436 |    try to get the starting time and subtract that time from the current time.
 | 
|---|
| 3437 |    That's need for the -ss option to work properly with those videos.
 | 
|---|
| 3438 |  * Set some "buddies" in filepreferencesdialog so it can be used with the
 | 
|---|
| 3439 |    keyboard.
 | 
|---|
| 3440 |  * Some internal changes and small fixes.
 | 
|---|
| 3441 |  * New compilation option in config.h: CONTROLWIDGET_OVER_VIDEO
 | 
|---|
| 3442 |    If set to 1, the controlwidget will be shown in fullscreen
 | 
|---|
| 3443 |    *over* the video (not moving the video) when the user move the mouse
 | 
|---|
| 3444 |    to the bottom area of the screen.
 | 
|---|
| 3445 |    Now if someone knows how to get rid of the KDE taskbar that appears at
 | 
|---|
| 3446 |    the same time...
 | 
|---|
| 3447 | 
 | 
|---|
| 3448 | [b]Version 0.3.18[/b]
 | 
|---|
| 3449 |  * Icon sets: The logo didn't change in the title bar of some windows. Fixed.
 | 
|---|
| 3450 |  * (Qt 3 only) Time slider: now the slider goes to the point the user has 
 | 
|---|
| 3451 |    clicked on. The volume slider has the same behavior.  
 | 
|---|
| 3452 |  * Now it's possible to choose a preferred language for subtitles. 
 | 
|---|
| 3453 |    (Only tested with two mkv files).
 | 
|---|
| 3454 |  * Added more "whatsthis" help in Preferences (Performance tab). Texts copied 
 | 
|---|
| 3455 |    from mplayer manpage.
 | 
|---|
| 3456 |  * Now the info window shows some icons, according to the media type 
 | 
|---|
| 3457 |    (video, audio, dvd, url). I'm afraid these icons are not customizable.
 | 
|---|
| 3458 | 
 | 
|---|
| 3459 | [b]Version 0.3.17[/b]
 | 
|---|
| 3460 |  * Updated the Polish, German and Ukrainian translations.
 | 
|---|
| 3461 |  * Added support for Qt 4 stylesheets. Now the icons sets, along with the
 | 
|---|
| 3462 |    *.png files, can contain a file named "style.qss". If that file exists
 | 
|---|
| 3463 |    smplayer will load it (the Test/ subdirectory includes one, based on a Qt 
 | 
|---|
| 3464 |    example). This allows to change color, size, style... of all Qt widgets
 | 
|---|
| 3465 |    (see screenshots). This feature requires Qt 4.2.
 | 
|---|
| 3466 |    The qss file is quite similar to a HTML css file. Detailed info:
 | 
|---|
| 3467 |    http://doc.trolltech.com/4.2/stylesheet.html
 | 
|---|
| 3468 | 
 | 
|---|
| 3469 | [b]Version 0.3.16[/b]
 | 
|---|
| 3470 |  * Updated the Hungarian, German and Italian translations.
 | 
|---|
| 3471 |  * Added the Brazilian portuguese translation.
 | 
|---|
| 3472 |  * Added new icon theme blackPanther-Light by Charles Barcza.
 | 
|---|
| 3473 |  * Added a new option: Video->Size. This is a global option. If you set it
 | 
|---|
| 3474 |    for instance to 150%, all videos will be played at 150% of their original 
 | 
|---|
| 3475 |    size. 
 | 
|---|
| 3476 |    (This option won't work if checked "Advanced->Run mplayer in its 
 | 
|---|
| 3477 |    own window").
 | 
|---|
| 3478 | 
 | 
|---|
| 3479 | [b]Version 0.3.15b[/b]
 | 
|---|
| 3480 |  * Updated the Hungarian translation.
 | 
|---|
| 3481 |  * Added icon theme blackPanther-VistaLike by Charles Barcza.
 | 
|---|
| 3482 | 
 | 
|---|
| 3483 | [b]Version 0.3.15[/b]
 | 
|---|
| 3484 |  * Updated the German, Ukrainian and Polish translations.
 | 
|---|
| 3485 |  * Fixed a bug. Now you can pass a folder through command line. If it doesn't
 | 
|---|
| 3486 |    contain the video_ts folder, the contents of the directory will be added
 | 
|---|
| 3487 |    to the playlist.
 | 
|---|
| 3488 |  * Options->View info now shows more info about audio tracks and subtitles.
 | 
|---|
| 3489 |  * Created a new icon set: "Play" which changes some icons and adds some
 | 
|---|
| 3490 |    more. Just an example that shows that's possible to add new icons not
 | 
|---|
| 3491 |    present in the default set.
 | 
|---|
| 3492 | 
 | 
|---|
| 3493 | [b]Version 0.3.14[/b]
 | 
|---|
| 3494 |  * Updated the Ukrainian, Russian, Polish, Chinese, Italian and Japanese 
 | 
|---|
| 3495 |    translations.
 | 
|---|
| 3496 |  * Fixed a problem with the new icon set feature in Windows (the icon path 
 | 
|---|
| 3497 |    wasn't right).
 | 
|---|
| 3498 |  * Fixed some bugs with the "initial volume" widgets in preferences.
 | 
|---|
| 3499 |  * Process communication: the 2nd instance will send to the 1st instance
 | 
|---|
| 3500 |    the filename to be open encoded in UTF-8.
 | 
|---|
| 3501 |  * New option in preferences (General) to select a preferred audio language
 | 
|---|
| 3502 |    for videos with multiple audio tracks. See the "whatsthis" help to know
 | 
|---|
| 3503 |    more about this new option.
 | 
|---|
| 3504 | 
 | 
|---|
| 3505 | [b]Version 0.3.13[/b]
 | 
|---|
| 3506 |  * Updated the Ukrainian, German and Russian translations.
 | 
|---|
| 3507 |  * Made the apply preferences a little bit smarter. Now the mplayer process
 | 
|---|
| 3508 |    will be restarted only if needed. For example, changing the video output
 | 
|---|
| 3509 |    or the cache settings require mplayer to be restarted, but changing the
 | 
|---|
| 3510 |    language or the mouse button function does not.
 | 
|---|
| 3511 |    There are a lot of options in the preferences dialog and I'm not tested 
 | 
|---|
| 3512 |    all of them. Report if some setting is ignored or something.
 | 
|---|
| 3513 |  * Now you can change the language of the application at runtime. This has
 | 
|---|
| 3514 |    required a lot of changes. Report if some string has been left untranslated.
 | 
|---|
| 3515 |  * Configurable icons. Now smplayer can load icon sets. In 
 | 
|---|
| 3516 |    Preferences->Interface you'll find an option to select an iconset.
 | 
|---|
| 3517 |    Currently there are two: Default (the default embeded iconset) and Test
 | 
|---|
| 3518 |    (for testing, I've used the oxygen icons gathered by adrian5632)
 | 
|---|
| 3519 | 
 | 
|---|
| 3520 | [b]Version 0.3.12[/b]
 | 
|---|
| 3521 |  * Added the Ukrainian translation.
 | 
|---|
| 3522 |  * Updated the German and Polish translations.
 | 
|---|
| 3523 |  * Added the option Video->Stay on top. This is a global option.
 | 
|---|
| 3524 |  * Added Preferences->Interface->Language.
 | 
|---|
| 3525 |  * Moved the logs stuff from Advanced to a new tab.
 | 
|---|
| 3526 | 
 | 
|---|
| 3527 | [b]Version 0.3.11[/b]
 | 
|---|
| 3528 |  * Updated the Hungarian and Russian translations.
 | 
|---|
| 3529 |  * Sometimes when a video is played, smplayer doesn't get any info about it
 | 
|---|
| 3530 |    (you can notice because the aspect ratio may be wrong, length is 0, 
 | 
|---|
| 3531 |    resolution is 0x0, no info about subtitles...). I think this happens
 | 
|---|
| 3532 |    when a video is restarting but you open a new one before restarting 
 | 
|---|
| 3533 |    is finished (usually happens with internet streams, where a video can
 | 
|---|
| 3534 |    take some time to start to play). I think that now this problem is
 | 
|---|
| 3535 |    fixed, although I'm not completely sure as this bug is quite difficult to
 | 
|---|
| 3536 |    reproduce.
 | 
|---|
| 3537 |  * Now you can force the usage of a different language (translation).
 | 
|---|
| 3538 |    smplayer currently tries to use the translation file according to your
 | 
|---|
| 3539 |    locale. Now you can change the language by editing the configuration file
 | 
|---|
| 3540 |    and change the value of the option "language" (under the [Preferences] 
 | 
|---|
| 3541 |    section). Example: [i]language=es[/i] will display the messages in Spanish, 
 | 
|---|
| 3542 |    [i]language=fr[/i] will display them in French, [i]language=zh_CN[/i] will 
 | 
|---|
| 3543 |    display them in Chinese and so on.
 | 
|---|
| 3544 | 
 | 
|---|
| 3545 | [b]Version 0.3.10[/b]
 | 
|---|
| 3546 |  * Updated the German, Polish, Dutch, Italian, Russian and Chinese translations.
 | 
|---|
| 3547 |  * Bug fixed: if "fast seek to chapters in dvds" was checked, the -cache
 | 
|---|
| 3548 |    option wasn't used for internet streams.
 | 
|---|
| 3549 |  * Some options for logs added (Preferences->Advanced). Now you can disable 
 | 
|---|
| 3550 |    the mplayer or smplayer logs. There's also an option to filter the 
 | 
|---|
| 3551 |    smplayer output. Added too "what's this" help for these new options.
 | 
|---|
| 3552 | 
 | 
|---|
| 3553 | [b]Version 0.3.9[/b]
 | 
|---|
| 3554 |  * Updated the German, Hungarian, Russian and Spanish translations.
 | 
|---|
| 3555 |  * Internal change: made pref (Preferences) a global object (I hope not, 
 | 
|---|
| 3556 |    but this change could have broken something...) This is needed
 | 
|---|
| 3557 |    for the following:
 | 
|---|
| 3558 |  * A long awaited feature: you can save defaults for the video equalizer.
 | 
|---|
| 3559 |    Two buttons have been added to the video equalizer: "reset", will reset
 | 
|---|
| 3560 |    all controls to 0. "Set as default value" will store the current values
 | 
|---|
| 3561 |    and they will be used for new videos.
 | 
|---|
| 3562 |  * Fixed bug #1694644.
 | 
|---|
| 3563 | 
 | 
|---|
| 3564 | [b]Version 0.3.8[/b]
 | 
|---|
| 3565 |  * Added the Japanese and Dutch translations.
 | 
|---|
| 3566 |  * Updated the German, Italian, Polish and Slovak translations.
 | 
|---|
| 3567 |  * Added the option EXTERNAL_SLEEP in config.h (this is a compilation option,
 | 
|---|
| 3568 |    if you change it, you'll have to recompile). If set to 1, smplayer
 | 
|---|
| 3569 |    will use the function usleep from unistd.h instead of QThread::msleep()
 | 
|---|
| 3570 |    It can be useful if your Qt doesn't have QThread support.
 | 
|---|
| 3571 |  * I started to add some (what's this) help in the preferences dialog. 
 | 
|---|
| 3572 |    Drag the question mark in the title bar to a field and a text
 | 
|---|
| 3573 |    will appear explaining what's that option for. Currently only works
 | 
|---|
| 3574 |    in the General tab.
 | 
|---|
| 3575 | 
 | 
|---|
| 3576 | [b]Version 0.3.7[/b]
 | 
|---|
| 3577 |  * Updated the German translation.
 | 
|---|
| 3578 |  * Made changes to try to fix a compilation error in Windows (qmake bug)
 | 
|---|
| 3579 |  * Added a "Clear" option in the recent files menu, to clear the list.
 | 
|---|
| 3580 |  * Added an option in Play menu, to repeat (loop) the current file. This
 | 
|---|
| 3581 |    is a global option. If activated, when the video ends, it will start to 
 | 
|---|
| 3582 |    play again.
 | 
|---|
| 3583 |    As an unintended feature, if the video didn't start from the beginning, when
 | 
|---|
| 3584 |    repetition starts it won't start from the beginning but from the point
 | 
|---|
| 3585 |    it previously started. An example will explain it better: you have a 2 
 | 
|---|
| 3586 |    minute video, you play it with the repeat option off. When it gets to 
 | 
|---|
| 3587 |    1 minute you stop it and set the repeat option on. The video will resume 
 | 
|---|
| 3588 |    play from minute 1. When the video gets to minute 2 (end of video) it 
 | 
|---|
| 3589 |    will start to play again from minute 1.
 | 
|---|
| 3590 |    As I said, this is unintended, but I leave this way because maybe someone
 | 
|---|
| 3591 |    could find it useful.
 | 
|---|
| 3592 | 
 | 
|---|
| 3593 | [b]Version 0.3.6[/b]
 | 
|---|
| 3594 |  * Updated Polish, Italian, Chinese and Russian translations.
 | 
|---|
| 3595 |  * All icons are now png files.
 | 
|---|
| 3596 |  * Using the option -nofs for the mplayer command line.
 | 
|---|
| 3597 | 
 | 
|---|
| 3598 | [b]Version 0.3.5[/b]
 | 
|---|
| 3599 |  * Fixed a serious bug if using Qt 3. The key shortcuts were saved to a
 | 
|---|
| 3600 |    different file and not loaded.
 | 
|---|
| 3601 |  * Started to move from xpm icons to png. Right now a mix of both types
 | 
|---|
| 3602 |    is used. All icons in the preferences dialog are now png. Some of
 | 
|---|
| 3603 |    the icons in playlist are png too. But most of the icons in the main
 | 
|---|
| 3604 |    window are still xpm. As a test I changed the smplayer logo (which in
 | 
|---|
| 3605 |    fact is a Vista-Inspirate icon) with a new one designed by 
 | 
|---|
| 3606 |    Charles Barcza.
 | 
|---|
| 3607 | 
 | 
|---|
| 3608 | [b]Version 0.3.4[/b]
 | 
|---|
| 3609 |  * Updated the German translation.
 | 
|---|
| 3610 |  * Now you can choose the function of the mouse wheel: media seeking or
 | 
|---|
| 3611 |    volume control.
 | 
|---|
| 3612 | 
 | 
|---|
| 3613 | [b]Version 0.3.3[/b]
 | 
|---|
| 3614 |  * Updated the Italian, German, Polish and Chinese translations.
 | 
|---|
| 3615 |  * 10s, 1m and 10m seek can be configured: Preferences->GUI. 
 | 
|---|
| 3616 |    Note: the previous fixed values (10s, 1m, 10m) still appear in the menus 
 | 
|---|
| 3617 |    and tooltips. I'll fix it soon.
 | 
|---|
| 3618 |  * Mouse left click and double click functions can be configured
 | 
|---|
| 3619 |    in Preferences->GUI. 
 | 
|---|
| 3620 |    Note: the left click function is executed too when double clicking. I'll
 | 
|---|
| 3621 |    try to fix it, for now I recommend to use one of the two mouse functions,
 | 
|---|
| 3622 |    not both.
 | 
|---|
| 3623 |  * The initial volume can be configured in Preferences->GUI.
 | 
|---|
| 3624 | 
 | 
|---|
| 3625 | [b]Version 0.3.2[/b]
 | 
|---|
| 3626 |  * Added the Polish translation.
 | 
|---|
| 3627 |  * Removed obsolete texts from all translations.
 | 
|---|
| 3628 |  * Added in preferences an option to select the maximum number of
 | 
|---|
| 3629 |    items that the "recent files" menu should have. And added too a
 | 
|---|
| 3630 |    button to clear the list.
 | 
|---|
| 3631 |  * Renamed the Misc section in preferences to GUI. And moved non GUI items that
 | 
|---|
| 3632 |    were in this section to others.
 | 
|---|
| 3633 |  * Added some icons in the preferences dialog.
 | 
|---|
| 3634 |  * Changed some icons.
 | 
|---|
| 3635 | 
 | 
|---|
| 3636 | [b]Version 0.3.1[/b]
 | 
|---|
| 3637 |  * Updated the German, Italian, Russian and Hungarian translations.
 | 
|---|
| 3638 |  * Added some contributed files to the contrib subdirectory.
 | 
|---|
| 3639 |  * Added the uninstall section in the Makefile.
 | 
|---|
| 3640 |  * Added a smplayer_en_US.ts. Currently it's empty. Can be used to
 | 
|---|
| 3641 |    correct the english text, and also can be used to start a translation
 | 
|---|
| 3642 |    to other language.
 | 
|---|
| 3643 | 
 | 
|---|
| 3644 | [b]Version 0.3.0[/b]
 | 
|---|
| 3645 |  This release has only one small fix, but I change the version number to
 | 
|---|
| 3646 |  0.3.0. I think it's time.
 | 
|---|
| 3647 |  * The code in mplayerprocess for Windows wasn't used. Now it should be fixed.
 | 
|---|
| 3648 |  * Updated the German translation.
 | 
|---|
| 3649 |  * Updated the instructions to compile smplayer in README.txt.
 | 
|---|
| 3650 | 
 | 
|---|
| 3651 | [b]Version 0.2.44[/b]
 | 
|---|
| 3652 |  * Added the Hungarian translation.
 | 
|---|
| 3653 |  * Some changes in mplayerprocess.cpp, to make it a little faster.
 | 
|---|
| 3654 |  * A new interesting feature has been added: remember, smplayer install
 | 
|---|
| 3655 |    a server to listen a port (8000 by default) initially to communicate to 
 | 
|---|
| 3656 |    other instances. But now that server will understand some more commands.
 | 
|---|
| 3657 |    You can connect with it with "telnet localhost 8000" and type "help".
 | 
|---|
| 3658 |    For now you can pass any of the key functions. For instance the
 | 
|---|
| 3659 |    command "function pause", will pause the movie that smplayer is playing.
 | 
|---|
| 3660 |    "function fullscreen" will toggle fullscreen mode. You can get a list
 | 
|---|
| 3661 |    of all available functions with "list functions".
 | 
|---|
| 3662 |    This feature will allow other people to write small programs or scripts
 | 
|---|
| 3663 |    to control smplayer remotely (from another computer) or from a remote control.
 | 
|---|
| 3664 | 
 | 
|---|
| 3665 | [b]Version 0.2.43[/b]
 | 
|---|
| 3666 |  * Not converting to local 8 bit encoding. It seems that Qt already does, so
 | 
|---|
| 3667 |    doing twice only cause trouble.
 | 
|---|
| 3668 |  * Using QString::fromLocal8Bit() instead of 
 | 
|---|
| 3669 |    QTextCodec::codecForLocale()->toUnicode(). I think it's the same... 
 | 
|---|
| 3670 |  * Updated the Russian translation.
 | 
|---|
| 3671 |  * If unchecked the option for remembering media settings, now the settings
 | 
|---|
| 3672 |    are not really saved to config file (previously they were saved but not
 | 
|---|
| 3673 |    loaded).
 | 
|---|
| 3674 |  * Activated by default for Windows, an alternative code in mplayerprocess
 | 
|---|
| 3675 |    which seems to be faster, and can fix some slow down problems.
 | 
|---|
| 3676 | 
 | 
|---|
| 3677 | [b]Version 0.2.42[/b]
 | 
|---|
| 3678 |  * Updated the Chinese and Russian translations.
 | 
|---|
| 3679 |  * Convert filename, subtitle filename, and dvd device name to local 8 bit
 | 
|---|
| 3680 |    encoding before pass them to mplayer. I don't know if this will fix
 | 
|---|
| 3681 |    something or break something.
 | 
|---|
| 3682 |  * Some changes in mplayerprocess, trying to fix a problem in Windows, but
 | 
|---|
| 3683 |    unfortunately it's not fixed yet.
 | 
|---|
| 3684 | 
 | 
|---|
| 3685 | [b]Version 0.2.41[/b]
 | 
|---|
| 3686 |  * Mouse left click and double click will work now only in the video window.
 | 
|---|
| 3687 |  * Modified the Makefile to make possible to compile with Qt 4 from the
 | 
|---|
| 3688 |    source root. ("make prep" will adapt the code for Qt 4 and "make"
 | 
|---|
| 3689 |    will compile it). You may need to change the QMAKE variable.
 | 
|---|
| 3690 |  * Write some experimental code intented to fix a problem in Windows.
 | 
|---|
| 3691 |    Not compiled by default.
 | 
|---|
| 3692 | 
 | 
|---|
| 3693 | [b]Version 0.2.40[/b]
 | 
|---|
| 3694 |  * Updated the Slovak and German translations.
 | 
|---|
| 3695 |  * On Windows smplayer saves position and size of the main window to
 | 
|---|
| 3696 |    be restored after exiting from fullscreen mode.
 | 
|---|
| 3697 |  * Mouse left click and double click, configurable. For now only by editing
 | 
|---|
| 3698 |    the configuration file (look for left_click_function and 
 | 
|---|
| 3699 |    double_click_function). Valid values are any of the key functions (the
 | 
|---|
| 3700 |    list of key functions appears at the beginning of the smplayer log).
 | 
|---|
| 3701 |    Example: left_click_function=PAUSE
 | 
|---|
| 3702 |    Currently there's a problem: double click executes also the left click 
 | 
|---|
| 3703 |    function.
 | 
|---|
| 3704 |  * Changed the DVD and CD icons in preferences.
 | 
|---|
| 3705 | 
 | 
|---|
| 3706 | [b]Version 0.2.39[/b]
 | 
|---|
| 3707 |  * Added the Russian translation.
 | 
|---|
| 3708 |  * Now the dvd and cdrom devices have no default. If the user tries to
 | 
|---|
| 3709 |    play a dvd before configure it, a message box will show requesting
 | 
|---|
| 3710 |    him to configure it. After that the preferences dialog will be
 | 
|---|
| 3711 |    shown, with the drive's tab selected.
 | 
|---|
| 3712 |  * By the way, I've added some icons to the drive's configuration.
 | 
|---|
| 3713 | 
 | 
|---|
| 3714 | [b]Version 0.2.38[/b]
 | 
|---|
| 3715 |  * Added the Simplified-Chinese translation.
 | 
|---|
| 3716 |  * Removed some extra trailing spaces in some phrases.
 | 
|---|
| 3717 |  * Added copyright text to the new files.
 | 
|---|
| 3718 | 
 | 
|---|
| 3719 | [b]Version 0.2.37[/b]
 | 
|---|
| 3720 |  * Updated Italian & German translations.
 | 
|---|
| 3721 |  * Added setActiveWindow() too besides raise();
 | 
|---|
| 3722 |  * Raised the time that smplayer waits to mplayer process to finished. 
 | 
|---|
| 3723 |    Sometimes it's needed to call mplayer to get some info (available
 | 
|---|
| 3724 |    output drivers, codecs and so on). There's a problem about terminating
 | 
|---|
| 3725 |    that process: if we just wait until the process is finished there's
 | 
|---|
| 3726 |    the possibility that smplayer freezes if the mplayer process does.
 | 
|---|
| 3727 |    For that reason smplayer waits, but only some time. After that smplayer
 | 
|---|
| 3728 |    kills the mplayer process. That time was about 1 second, but sometimes
 | 
|---|
| 3729 |    (specially for the first run) mplayer takes more time. Now smplayer
 | 
|---|
| 3730 |    will wait as much 10 seconds.
 | 
|---|
| 3731 | 
 | 
|---|
| 3732 | [b]Version 0.2.36[/b]
 | 
|---|
| 3733 |  * Improved the single instance stuff. Now it seems it works with Qt 4, too.
 | 
|---|
| 3734 |    Added a few commands to the server. So now you can talk to it using 
 | 
|---|
| 3735 |    telnet.
 | 
|---|
| 3736 |  * Added some options in the preferences dialog. You can activate or disable
 | 
|---|
| 3737 |    the single instance feature, and set the port that the server will use.
 | 
|---|
| 3738 |    IMPORTANT: the single instance is disabled by default!
 | 
|---|
| 3739 |    Changes in any of these options require smplayer to be restarted.
 | 
|---|
| 3740 |  * Added the French translation. It's not complete yet.
 | 
|---|
| 3741 | 
 | 
|---|
| 3742 | [b]Version 0.2.35[/b]
 | 
|---|
| 3743 |  * Started to write the single instance stuff. Now when smplayer starts
 | 
|---|
| 3744 |    it sets a server to listen to a port (by default 8000). When a new
 | 
|---|
| 3745 |    instance is run it tries to connect to that port. If it has success it
 | 
|---|
| 3746 |    tries to verify that it's really smplayer behind that port. After that it
 | 
|---|
| 3747 |    sends to the first instance the file that the user wants to open (if any)
 | 
|---|
| 3748 |    and closes. The first instance opens the video.
 | 
|---|
| 3749 |    You can change the default port in the configuration file (look for 
 | 
|---|
| 3750 |    connection_port). Sorry I didn't have time to add an option in the 
 | 
|---|
| 3751 |    preferences dialog.
 | 
|---|
| 3752 |    This works in Qt 3 but fails in Qt 4. I don't know why, by an unknown
 | 
|---|
| 3753 |    reason the server in the first instance doesn't receive the open 
 | 
|---|
| 3754 |    command that the client in the 2nd instance sends. 
 | 
|---|
| 3755 |    It's too late, I'lltry to fix it tomorrow. By the way, this is the first 
 | 
|---|
| 3756 |    time I write code relative to sockets, ports, servers, clients... so someone
 | 
|---|
| 3757 |    more experienced is welcome to take a look to the code and to try to fix it.
 | 
|---|
| 3758 | 
 | 
|---|
| 3759 | [b]Version 0.2.34[/b]
 | 
|---|
| 3760 |  * Internal changes: moved Images and Keys to global.
 | 
|---|
| 3761 |  * Key shortcuts are loaded from config file. That means the now it's possible
 | 
|---|
| 3762 |    to change key shortcuts.
 | 
|---|
| 3763 |  * Preferences are saved when user press Ok or Apply in the preferences dialog.
 | 
|---|
| 3764 |  * Moved the "Include subtitles on screenshots" from General to Subtitles tab.
 | 
|---|
| 3765 |  * Fixed a bug with -cache and fast dvd chapter switch. The cache was disabled
 | 
|---|
| 3766 |    even if not playing a dvd.
 | 
|---|
| 3767 | 
 | 
|---|
| 3768 | [b]Version 0.2.33[/b]
 | 
|---|
| 3769 |  * Made settings a global object. A lot of internal changes, something
 | 
|---|
| 3770 |    could have broken.
 | 
|---|
| 3771 | 
 | 
|---|
| 3772 | [b]Version 0.2.32[/b]
 | 
|---|
| 3773 |  * Fixed a little bug in playlist. 
 | 
|---|
| 3774 |  * No flickering at all in the video when opening menus in Windows.
 | 
|---|
| 3775 |  * Rewritten keys.h, keys.cpp. Key shortcuts are saved.
 | 
|---|
| 3776 | 
 | 
|---|
| 3777 | [b]Version 0.2.31[/b]
 | 
|---|
| 3778 |  * Added the Italian translation made by Giancarlo Scola.
 | 
|---|
| 3779 |  * Now drag&drop urls works with Firefox, if compiled with Qt 3. 
 | 
|---|
| 3780 |    It already worked with Qt 4!
 | 
|---|
| 3781 |    As a secondary effect now plain text can be dropped into smplayer (Qt 3 only).
 | 
|---|
| 3782 |  * New option: Options->Show frame counter. If checked the current frame
 | 
|---|
| 3783 |    will be displayed in the status bar. Don't work properly with some formats.
 | 
|---|
| 3784 | 
 | 
|---|
| 3785 | [b]Version 0.2.30[/b]
 | 
|---|
| 3786 |  * Ok, I've just found out how to disable double buffering in a widget.
 | 
|---|
| 3787 |    So the blinking problem with Qt is definitely fixed now (I hope).
 | 
|---|
| 3788 | 
 | 
|---|
| 3789 | [b]Version 0.2.29[/b]
 | 
|---|
| 3790 |  * In linux, using Qt 4, the video window has an annoying blink every time a
 | 
|---|
| 3791 |    menu is open. As a quick fix I'm disabling double buffering. That fixes
 | 
|---|
| 3792 |    that problem, but now some widgets may be displayed not completely drawn.
 | 
|---|
| 3793 |  * Updated the German translation.
 | 
|---|
| 3794 | 
 | 
|---|
| 3795 | [b]Version 0.2.28[/b]
 | 
|---|
| 3796 |  * Now you can drag&drop urls from a web browser. You can test it dragging
 | 
|---|
| 3797 |    the urls on this page: http://smplayer.sourceforge.net/streams.html
 | 
|---|
| 3798 |  * Added the option "include subtitles on screenshots" in Preferences. If 
 | 
|---|
| 3799 |    checked subtitles will appear on screenshots taken with the option
 | 
|---|
| 3800 |    Video->Screenshot. Otherwise subtitles won't appear on screenshots.
 | 
|---|
| 3801 | 
 | 
|---|
| 3802 | [b]Version 0.2.27[/b]
 | 
|---|
| 3803 |  * Fixed a problem with the "frame step" option. Sometimes instead of one
 | 
|---|
| 3804 |    frame it could advance 2 (or more?) frames.
 | 
|---|
| 3805 |  * Added the option Open->Playlist (it was already possible to open a playlist
 | 
|---|
| 3806 |    from the Open->File, but well, this way will be easier). A dialog will 
 | 
|---|
| 3807 |    allow you to open a m3u or m3u8 playlist. The playlist will be loaded and 
 | 
|---|
| 3808 |    will start to play, but the playlist window won't be opened (not because 
 | 
|---|
| 3809 |    I wanted that way, just because it was easier...)
 | 
|---|
| 3810 |  * In fullscreen mode, when you drag the time slider, the "jump to..." message
 | 
|---|
| 3811 |    will be displayed in the OSD.
 | 
|---|
| 3812 | 
 | 
|---|
| 3813 | [b]Version 0.2.26[/b]
 | 
|---|
| 3814 |  * Fixed some problems with the new fullscreen mode, so now it's the default.
 | 
|---|
| 3815 |    Please test it!
 | 
|---|
| 3816 |  * Added an option who people with wide screens can find useful: 
 | 
|---|
| 3817 |    16:9 letterbox. If you play for instance a 2.35:1 movie, this option
 | 
|---|
| 3818 |    will add black borders to fit 16:9. The interesting thing is that subtitles
 | 
|---|
| 3819 |    will appear in the bottom border.
 | 
|---|
| 3820 | 
 | 
|---|
| 3821 | [b]Version 0.2.25[/b]
 | 
|---|
| 3822 |  * Made the "experimental fullscreen mode" the default one and delete the
 | 
|---|
| 3823 |    the old code.
 | 
|---|
| 3824 |  * Written a new experimental fullscreen mode ;)
 | 
|---|
| 3825 |    To test it you have to edit the file config.h and change the
 | 
|---|
| 3826 |    FULLSCREEN_WITH_MAINWINDOW 0
 | 
|---|
| 3827 |    to
 | 
|---|
| 3828 |    FULLSCREEN_WITH_MAINWINDOW 1
 | 
|---|
| 3829 |    and recompile.
 | 
|---|
| 3830 |    With this option, the fullscreen mode will be made through the main window
 | 
|---|
| 3831 |    (hiding the menu bar, control widget and status bar)
 | 
|---|
| 3832 |    In this mode if you move the mouse near the bottom of the screen
 | 
|---|
| 3833 |    the control widget will be shown, and if you move it near the top
 | 
|---|
| 3834 |    the menu bar will appear.
 | 
|---|
| 3835 |    Problem: I couldn't hide everything, two grey lines appear, one on
 | 
|---|
| 3836 |    the top, the other on the bottom... that's why this option is set
 | 
|---|
| 3837 |    to 0 by default.
 | 
|---|
| 3838 |    I hope I can fix it in the future...
 | 
|---|
| 3839 | 
 | 
|---|
| 3840 | [b]Version 0.2.24[/b]
 | 
|---|
| 3841 |  * Added the Slovak translation by Peter Mendel.
 | 
|---|
| 3842 |  * Hopefully fixed a compilation error in Qt 4 under linux.
 | 
|---|
| 3843 |  * The playlist broke in one of the recent changes: items didn't
 | 
|---|
| 3844 |    start to play from the beginning. Fixed.
 | 
|---|
| 3845 |  * Now if the shuffle button is ON in the playlist, playing will always 
 | 
|---|
| 3846 |    start from a random item (not the first).
 | 
|---|
| 3847 |  * Parse the ID_SUBTITLE_ID tag.
 | 
|---|
| 3848 |  * Try to call initializeMenus() and updateWidgets() only when needed.
 | 
|---|
| 3849 |    initializeMenus() seems to be causing problems (crashes) in Qt 4 if
 | 
|---|
| 3850 |    it modifies the same menu we've just used. Now initializeMenus() is called
 | 
|---|
| 3851 |    only once the video has started to play, not before. 
 | 
|---|
| 3852 |    I hope not, but this change may have broken something. Testing needed.
 | 
|---|
| 3853 |    initializeMenus() is responsible of creating the audio, subtitle, dvd title 
 | 
|---|
| 3854 |    and chapter switching menus. updateWidgets() is responsible of updating 
 | 
|---|
| 3855 |    the widgets (like setting the mute button on/off), but also of keeping 
 | 
|---|
| 3856 |    the menus updated (setting the check mark on activated options).
 | 
|---|
| 3857 | 
 | 
|---|
| 3858 | [b]Version 0.2.23[/b]
 | 
|---|
| 3859 |  * I've realized that the latest mplayer builds for Windows don't play a dvd
 | 
|---|
| 3860 |    if the dvd-device ends with "/" (-dvd-device E:/ will fail). The same
 | 
|---|
| 3861 |    happens with folders (C:/Videos/My DVD/ will fail, C:/Videos/My DVD 
 | 
|---|
| 3862 |    will work). So now smplayer removes those trailing "/".
 | 
|---|
| 3863 | 
 | 
|---|
| 3864 | [b]Version 0.2.22[/b]
 | 
|---|
| 3865 |  * Improved support for playing dvds from folders. In order to properly
 | 
|---|
| 3866 |    identify these dvd folders, I invented a protocol. In mplayer you
 | 
|---|
| 3867 |    should use something like this: mplayer dvd://1. That would play
 | 
|---|
| 3868 |    the first title of the dvd. You can use that too with smplayer:
 | 
|---|
| 3869 |    smplayer dvd://1. But now you can add after it a folder, this way:
 | 
|---|
| 3870 |    smplayer dvd://1:/tmp/movies/dvd5 (where dvd5 is a directory
 | 
|---|
| 3871 |    which contains at least video_ts).
 | 
|---|
| 3872 |    smplayer dvd://2:/tmp/movies/dvd5 will play title 2.
 | 
|---|
| 3873 |    You can pass the directory only (forgeting the dvd://number)
 | 
|---|
| 3874 |    smplayer /tmp/movies/dvd5
 | 
|---|
| 3875 |  * Open->Directory will autodetect if the selected directory contains
 | 
|---|
| 3876 |    a ripped dvd (currently it only checks if it contains a video_ts) and
 | 
|---|
| 3877 |    in that case will play the dvd instead of adding the individual files
 | 
|---|
| 3878 |    to the playlist.
 | 
|---|
| 3879 |  * Drag&drop also works. You can drag a folder to the main window.
 | 
|---|
| 3880 |    If it contains a dvd it will play it, otherwise the files
 | 
|---|
| 3881 |    of the directory will be added to the playlist.
 | 
|---|
| 3882 |  * Accidentally you can also drag a folder containing a dvd to the
 | 
|---|
| 3883 |    playlist and it will work.
 | 
|---|
| 3884 | 
 | 
|---|
| 3885 | [b]Version 0.2.21[/b]
 | 
|---|
| 3886 |  * Playing a DVD from a folder: make things even clearer. Removed
 | 
|---|
| 3887 |    the stuff in preferences and added "Open->DVD from folder". It'll ask
 | 
|---|
| 3888 |    you for a directory where video_ts and audio_ts should be (it seems that
 | 
|---|
| 3889 |    it also work if you select the directory with the *.vob and *.ifo files).
 | 
|---|
| 3890 |    So now "Open->DVD" will only play real DVDs in your dvd drive.
 | 
|---|
| 3891 |  * Added a Open->Directory option. It will add the files in the chosen
 | 
|---|
| 3892 |    directory (not recursively) to the playlist (after clearing it) and start 
 | 
|---|
| 3893 |    playing the first item. To fix: it will start playing always the first item 
 | 
|---|
| 3894 |    even if the shuffle button in the playlist is on.
 | 
|---|
| 3895 | 
 | 
|---|
| 3896 | [b]Version 0.2.20[/b]
 | 
|---|
| 3897 |  * Fixes a silly bug with -brightness 0. I changed -contrast 0 instead of
 | 
|---|
| 3898 |    brightness...
 | 
|---|
| 3899 |  * Now subtitles appear on screenshots.
 | 
|---|
| 3900 |  * It has always been possible to play ripped dvds from hard disc,
 | 
|---|
| 3901 |    but for making things clearer, I've added in the preferences dialog
 | 
|---|
| 3902 |    some options to select a directory from hard disc which should 
 | 
|---|
| 3903 |    contain the video_ts (and audio_ts). 
 | 
|---|
| 3904 | 
 | 
|---|
| 3905 | [b]Version 0.2.19[/b]
 | 
|---|
| 3906 |  * The brightness issue in mplayer (windows) is giving me a headache.
 | 
|---|
| 3907 |    Remember: the image is brighter than it should in windows (directx)
 | 
|---|
| 3908 |    with -brightness 0. As a work-around I set the soft video equalizer
 | 
|---|
| 3909 |    as default, but that conflicts with others video output drivers as
 | 
|---|
| 3910 |    gl or directx:noaccel.
 | 
|---|
| 3911 |    So going back. The soft video equalizer is not the default, and to
 | 
|---|
| 3912 |    prevent the bright image -brightness 0 will not be used in Windows.
 | 
|---|
| 3913 |  * Added a new option in preferences: fast audio track switching. This is
 | 
|---|
| 3914 |    the default. If unchecked, audio track switching will restart mplayer,
 | 
|---|
| 3915 |    which is a little bit slow, but that should make possible to switch audio
 | 
|---|
| 3916 |    tracks in containers apart from avi, mpeg and mkv.
 | 
|---|
| 3917 | 
 | 
|---|
| 3918 | [b]Version 0.2.18[/b]
 | 
|---|
| 3919 |  * Reordered the recent files stuff. I hope this fixed the crash problem
 | 
|---|
| 3920 |    with Qt 4.
 | 
|---|
| 3921 |  * Now the default encoding for subtitles is ISO-8859-1 instead of latin1
 | 
|---|
| 3922 |    (it's the same encoding, just a name change, so it can be found in
 | 
|---|
| 3923 |    the new encoding list).
 | 
|---|
| 3924 |  * Renamed the videoequalizer2 to videoequalizer.
 | 
|---|
| 3925 |  * The inforeader won't wait the mplayer process to finish for ever. It'll
 | 
|---|
| 3926 |    wait for some seconds and if the mplayer process is not finished then 
 | 
|---|
| 3927 |    it will kill it. This way if the mplayer process for some reason hangs, 
 | 
|---|
| 3928 |    smplayer won't do the same.
 | 
|---|
| 3929 |  * Disable software video equalizer (-vf eq2) when using gl or gl2 as
 | 
|---|
| 3930 |    video output driver, as they seem to be incompatible.
 | 
|---|
| 3931 |  * The file passed through the command line is now send to the new open
 | 
|---|
| 3932 |    function with autodetection of media type. That means that you can
 | 
|---|
| 3933 |    pass a local file, a dvd (in the form of dvd://1, dvd://2...), a
 | 
|---|
| 3934 |    playlist (*.m3u or *.m3u8), or stream. 
 | 
|---|
| 3935 | 
 | 
|---|
| 3936 | [b]Version 0.2.17[/b]
 | 
|---|
| 3937 |  * Added a stereo mode menu, where you can select: stereo, left channel or
 | 
|---|
| 3938 |    right channel. According to mplayer manpage this seems to be only for 
 | 
|---|
| 3939 |    MP2/MP3.
 | 
|---|
| 3940 |  * At last added a "recent files" menu. Currently it shows the 10 recent
 | 
|---|
| 3941 |    files opened. 
 | 
|---|
| 3942 | 
 | 
|---|
| 3943 | [b]Version 0.2.16[/b]
 | 
|---|
| 3944 |  * It seems that the new way of changing dvd chapters doesn't work well
 | 
|---|
| 3945 |    in Windows, so now it's disabled by default but you can activate it
 | 
|---|
| 3946 |    in the preferences dialog.
 | 
|---|
| 3947 |  * The shift key is now ignored, and can't be used as modifier for key
 | 
|---|
| 3948 |    shortcuts.
 | 
|---|
| 3949 |  * Added in the preferences dialog a combobox to select the encoding
 | 
|---|
| 3950 |    of the subtitles.
 | 
|---|
| 3951 | 
 | 
|---|
| 3952 | [b]Version 0.2.15[/b]
 | 
|---|
| 3953 |  * Added in the preferences dialog an option to autosync audio/video.
 | 
|---|
| 3954 |    This is what the manpage of mplayer says about it:
 | 
|---|
| 3955 |        -autosync <factor>
 | 
|---|
| 3956 |               Gradually adjusts the A/V sync based  on  audio  delay  measure-
 | 
|---|
| 3957 |               ments.   Specifying  -autosync  0, the default, will cause frame
 | 
|---|
| 3958 |               timing to be based entirely on audio delay measurements.  Speci-
 | 
|---|
| 3959 |               fying  -autosync  1 will do the same, but will subtly change the
 | 
|---|
| 3960 |               A/V correction algorithm.  An uneven video framerate in a  movie
 | 
|---|
| 3961 |               which  plays  fine  with -nosound can often be helped by setting
 | 
|---|
| 3962 |               this to an integer value greater than 1.  The higher the  value,
 | 
|---|
| 3963 |               the  closer the timing will be to -nosound.  Try -autosync 30 to
 | 
|---|
| 3964 |               smooth out problems with sound drivers which do not implement  a
 | 
|---|
| 3965 |               perfect  audio delay measurement.  With this value, if large A/V
 | 
|---|
| 3966 |               sync offsets occur, they will only take about 1 or 2 seconds  to
 | 
|---|
| 3967 |               settle  out.   This delay in reaction time to sudden A/V offsets
 | 
|---|
| 3968 |               should be the only side-effect of turning this  option  on,  for
 | 
|---|
| 3969 |               all sound drivers.
 | 
|---|
| 3970 |  * Now the info window updates in realtime. And the filename will be
 | 
|---|
| 3971 |    displayed in smplayer window title.
 | 
|---|
| 3972 |  * New functions: prev and next chapter (keys ! and @) It should work with
 | 
|---|
| 3973 |    dvd chapters and matroshka chapters.
 | 
|---|
| 3974 |  * Now selecting a dvd chapter is much much faster (now mplayer is not
 | 
|---|
| 3975 |    restarted).
 | 
|---|
| 3976 |    Note: this new method doesn't work at least with the version of mplayer 
 | 
|---|
| 3977 |    I'm using (dev-SVN-r21937) if -cache is used in the command line.
 | 
|---|
| 3978 |    If it happens to you too, the work-around is to set the cache to 0
 | 
|---|
| 3979 |    in the preferences dialog.
 | 
|---|
| 3980 | 
 | 
|---|
| 3981 | [b]Version 0.2.14[/b]
 | 
|---|
| 3982 |  * On Windows the option to use the software video equalizer will be
 | 
|---|
| 3983 |    check by default (when running for first time), as a work-around
 | 
|---|
| 3984 |    for the bright image problem.
 | 
|---|
| 3985 |  * As suggested by Amnon82 in the forum, added a menu for selecting
 | 
|---|
| 3986 |    the number of audio channels (mplayer will try to used the specified
 | 
|---|
| 3987 |    number of channels, but it will depend on the media). Options are:
 | 
|---|
| 3988 |      default (the -channels options will not be passed to mplayer)
 | 
|---|
| 3989 |      stereo (2 channels)
 | 
|---|
| 3990 |      4.0 Surround (4 channels)
 | 
|---|
| 3991 |      5.1 Surround (6 channels)
 | 
|---|
| 3992 |  * Added a debugging message identifying the OS on which it's running
 | 
|---|
| 3993 |    (currently only linux and windows), the version of smplayer and
 | 
|---|
| 3994 |    the version of Qt.
 | 
|---|
| 3995 | 
 | 
|---|
| 3996 | [b]Version 0.2.13[/b]
 | 
|---|
| 3997 |  * Fixed a crash when trying to open a file being created by mencoder.
 | 
|---|
| 3998 |  * Catch the "Generating Index" message from mplayer and display it in
 | 
|---|
| 3999 |    status bar.
 | 
|---|
| 4000 |  * The key shortcuts work in compact mode.
 | 
|---|
| 4001 |  * Disabled fullscreen mode when another window (playlist, preferences...) is
 | 
|---|
| 4002 |    open.
 | 
|---|
| 4003 |  * Added the Options submenu to the popup menu (right click menu).
 | 
|---|
| 4004 |  * Added key shortcuts for cycling through audio and subtitle tracks:
 | 
|---|
| 4005 |    audio assigned to key j. subtitle assigned temporary to h.
 | 
|---|
| 4006 | 
 | 
|---|
| 4007 | [b]Version 0.2.12[/b]
 | 
|---|
| 4008 |  * Using showFullScreen() instead of a normal show() for fullscreen.
 | 
|---|
| 4009 |  * Compact mode hides the menu bar too. And moved the option from
 | 
|---|
| 4010 |    the Options menu to the Video menu. Added a key shortcut: Ctrl-C.
 | 
|---|
| 4011 |    TODO: now it seems that other key shortcuts (like Ctrl-F to open a file)
 | 
|---|
| 4012 |    don't work in this mode, at least with Qt 3.
 | 
|---|
| 4013 | 
 | 
|---|
| 4014 | [b]Version 0.2.11[/b]
 | 
|---|
| 4015 |  * Some fixes in the new code for fullscreen. Now (at least in Windows)
 | 
|---|
| 4016 |    changing to fullscreen mode should be very smooth (no blinks).
 | 
|---|
| 4017 |  * New info window (Options->View info).
 | 
|---|
| 4018 | 
 | 
|---|
| 4019 | [b]Version 0.2.10[/b]
 | 
|---|
| 4020 |  * New fullscreen mode. Using now a widget which has a parent instead of
 | 
|---|
| 4021 |    of a widget with no parent.
 | 
|---|
| 4022 |  * Added a "compact mode". In this mode, the status bar and the control
 | 
|---|
| 4023 |    widget are hidden.
 | 
|---|
| 4024 |  * Added a config.h where you can change some defines which modifies the
 | 
|---|
| 4025 |    behavior of some things. For instance, "DOCK_PLAYLIST 1" makes the
 | 
|---|
| 4026 |    playlist to be embedded in the main window.
 | 
|---|
| 4027 | 
 | 
|---|
| 4028 | [b]Version 0.2.9[/b]
 | 
|---|
| 4029 |  * Just a very small change: when going to fullscreen mode, the function
 | 
|---|
| 4030 |    Gui::toggleFullscreen was called twice (I think it's because button->setOn 
 | 
|---|
| 4031 |    emits a signal). Now it's still called twice but now the function checks 
 | 
|---|
| 4032 |    if there's really something to do.
 | 
|---|
| 4033 | 
 | 
|---|
| 4034 | [b]Version 0.2.8[/b]
 | 
|---|
| 4035 |  * Hopefully fixed two ancient bugs in Windows: the mplayer log with 
 | 
|---|
| 4036 |    blank lines and in some menus the accel letter didn't show underlined.
 | 
|---|
| 4037 |  * Added accels for all options in the menus. Unfortunately this change
 | 
|---|
| 4038 |    breaks the translations of the menus.
 | 
|---|
| 4039 | 
 | 
|---|
| 4040 | [b]Version 0.2.7[/b]
 | 
|---|
| 4041 |  * Fixed a bug in Windows. In the playlist, the symbol "/" was
 | 
|---|
| 4042 |    replaced with "\" in internet streams (mms:\\.... instead of
 | 
|---|
| 4043 |    (mms://...), avoiding them to play.
 | 
|---|
| 4044 | 
 | 
|---|
| 4045 | [b]Version 0.2.6[/b]
 | 
|---|
| 4046 |  * Added the postprocessing filter (-vf pp) with autoq. The autoq value
 | 
|---|
| 4047 |    can be changed in Preferences->Performance. By default: 6 (the highest).
 | 
|---|
| 4048 |    The postprocessing filter can be selected in Video->Filters->Postprocessing.
 | 
|---|
| 4049 |    This filter may "improve" the video quality.
 | 
|---|
| 4050 | 
 | 
|---|
| 4051 | [b]Version 0.2.5[/b]
 | 
|---|
| 4052 |  * The new equalizer was broken in Qt 4. I hope I fixed it.
 | 
|---|
| 4053 |  * Now when saving a playlist, if you typed a name without extension
 | 
|---|
| 4054 |    smplayer will add it for you (.m3u).
 | 
|---|
| 4055 |  * Updated the German translation.
 | 
|---|
| 4056 | 
 | 
|---|
| 4057 | [b]Version 0.2.4[/b]
 | 
|---|
| 4058 |  * Replaced the video equalizer with a better looking one.
 | 
|---|
| 4059 | 
 | 
|---|
| 4060 | [b]Version 0.2.3[/b]
 | 
|---|
| 4061 |  * Load m3u8 files from Open->File (and from command line).
 | 
|---|
| 4062 |  * Convert strings from mplayer output to unicode from system locale.
 | 
|---|
| 4063 |    That should allow smplayer to read properly non latin1 text in 
 | 
|---|
| 4064 |    mplayer output. 
 | 
|---|
| 4065 |  * Replaced in code all qDebug(...latin1()) with qDebug(...utf8().data()). 
 | 
|---|
| 4066 |    This way non latin1 characters shouldn't be lost in logs.
 | 
|---|
| 4067 |  * Now playlist tries to use relative paths when saving the playlist.
 | 
|---|
| 4068 | 
 | 
|---|
| 4069 | [b]Version 0.2.2[/b]
 | 
|---|
| 4070 |  * When loading a playlist, comments (lines starting with #) are ignored.
 | 
|---|
| 4071 |  * Now smplayer can load and save m3u8 files (same as m3u but in UTF-8).
 | 
|---|
| 4072 |  * Rewritten the "remove selected items" code in playlist.
 | 
|---|
| 4073 |  * Replaced all float's with double's. I hope this hasn't broken anything...
 | 
|---|
| 4074 | 
 | 
|---|
| 4075 | [b]Version 0.2.1[/b]
 | 
|---|
| 4076 |  * Convert strings from system locale to unicode, in arguments passed
 | 
|---|
| 4077 |    from command line and when reading (and saving) m3u files.
 | 
|---|
| 4078 | 
 | 
|---|
| 4079 | [b]Version 0.2.0[/b]
 | 
|---|
| 4080 |  * Now when you add a file or files to the playlist, only the
 | 
|---|
| 4081 |    filename appears, not the whole path.
 | 
|---|
| 4082 |  * Added a shortcut for playlist: Ctrl-L
 | 
|---|
| 4083 |  * Added shortcuts for previous and next in playlist: < and > 
 | 
|---|
| 4084 |  * Updated the German translation.
 | 
|---|
| 4085 | 
 | 
|---|
| 4086 | [b]Version 0.1.20[/b]
 | 
|---|
| 4087 |  * Now if the directory for screenshots is empty, the option 
 | 
|---|
| 4088 |    -vf-add screenshot will not be passed to mplayer. This lets smplayer
 | 
|---|
| 4089 |    to work with old versions of mplayer which don't have that filter.
 | 
|---|
| 4090 |  * More improvements in the playlist: added a play button (will play
 | 
|---|
| 4091 |    the selected item). Added a popup menu (right click), with 3 options:
 | 
|---|
| 4092 |    play, remove selected and edit. The last option lets you edit the
 | 
|---|
| 4093 |    name that will be shown in the playlist for the selected file. 
 | 
|---|
| 4094 |    With this, I think the playlist is almost finished.
 | 
|---|
| 4095 | 
 | 
|---|
| 4096 | [b]Version 0.1.19[/b]
 | 
|---|
| 4097 |  * In playlist, the Add->Files and Add->Directory update the last directory
 | 
|---|
| 4098 |    used for playlist.
 | 
|---|
| 4099 |  * Added some icons in Preferences dialog.
 | 
|---|
| 4100 |  * Added icons for playlist's repeat & shuffle buttons (they are ugly: 
 | 
|---|
| 4101 |    I did them myself...)
 | 
|---|
| 4102 |  * Added two new buttons in playlist: up and down. You can use them
 | 
|---|
| 4103 |    to move items up and down in the list.
 | 
|---|
| 4104 | 
 | 
|---|
| 4105 | [b]Version 0.1.18[/b]
 | 
|---|
| 4106 |  * Now the shuffle option in playlist should work.
 | 
|---|
| 4107 |  * The playlist saves the state of the repeat & shuffle buttons and
 | 
|---|
| 4108 |    also the size of the window.
 | 
|---|
| 4109 | 
 | 
|---|
| 4110 | [b]Version 0.1.17[/b]
 | 
|---|
| 4111 |  * Some fixes in the video equalizer.
 | 
|---|
| 4112 |  * Now Open->URL remembers the last url.
 | 
|---|
| 4113 |  * Playlist remembers the last directory used.
 | 
|---|
| 4114 |  * Some fixes in the spec file.
 | 
|---|
| 4115 | 
 | 
|---|
| 4116 | [b]Version 0.1.16[/b]
 | 
|---|
| 4117 |  * Added a video equalizer.
 | 
|---|
| 4118 | 
 | 
|---|
| 4119 | [b]Version 0.1.15[/b]
 | 
|---|
| 4120 |  * If "main window resize method" was "never" and you played an audio file
 | 
|---|
| 4121 |    and the a video file, the video window didn't show. Fixed.
 | 
|---|
| 4122 |  * Some other small fixes.
 | 
|---|
| 4123 | 
 | 
|---|
| 4124 | [b]Version 0.1.14[/b]
 | 
|---|
| 4125 |  * Now the minimum step in sub delay and audio delay is 100 ms (not 200).
 | 
|---|
| 4126 |  * Now streams can be passed through the command line.
 | 
|---|
| 4127 |  * Fixed a crash when duration of a file was less than 0.
 | 
|---|
| 4128 | 
 | 
|---|
| 4129 | [b]Version 0.1.13[/b]
 | 
|---|
| 4130 |  * Playlist accepts drops. Dropped files will be added to the playlist.
 | 
|---|
| 4131 |  * Added two button to the playlist: repeat and shuffle. Repeat works,
 | 
|---|
| 4132 |    shuffle not yet.
 | 
|---|
| 4133 |  * Now the subtitle menu (for *.srt, *.sub...) shows the name of the files
 | 
|---|
| 4134 |    (was in 0.1.12 but I forgot to mention).
 | 
|---|
| 4135 |  * Small changes and fixes.
 | 
|---|
| 4136 |  * Updated the German translation.
 | 
|---|
| 4137 | 
 | 
|---|
| 4138 | [b]Version 0.1.12[/b]
 | 
|---|
| 4139 |  * Added a reset button in demuxer / video & audio codec selection. Clicking
 | 
|---|
| 4140 |    that button will select the original option. Useful if you don't 
 | 
|---|
| 4141 |    remember which one was it.
 | 
|---|
| 4142 |  * Changes in fullscreen mode. Now fullscreen is a global setting.
 | 
|---|
| 4143 |    This allows to view all videos in the playlist in fullscreen mode,
 | 
|---|
| 4144 |    without switching to window mode everytime a video finished.
 | 
|---|
| 4145 |  * Also added in the preferences a new option: "Start videos in fullscreen".
 | 
|---|
| 4146 |    If checked all videos you open will be played in fullscreen.
 | 
|---|
| 4147 | 
 | 
|---|
| 4148 | [b]Version 0.1.11[/b]
 | 
|---|
| 4149 |  * Added a new dialog for configuring advanced settings for the current
 | 
|---|
| 4150 |    file. You may type additional options to be passed to mplayer (and
 | 
|---|
| 4151 |    also video and audio filters). This options are only for the current
 | 
|---|
| 4152 |    file, and they will be saved among the rest of the file settings.
 | 
|---|
| 4153 |    That way you could for example, add a crop filter and that filter
 | 
|---|
| 4154 |    will be used everytime you load that file.
 | 
|---|
| 4155 |    There's also the possibility of choosing the demuxer, video codec and
 | 
|---|
| 4156 |    audio codec. Most of the time you won't need them, but in the case
 | 
|---|
| 4157 |    one file gives you some trouble with the video or audio maybe you can
 | 
|---|
| 4158 |    fix it by selecting another codec.
 | 
|---|
| 4159 | 
 | 
|---|
| 4160 | [b]Version 0.1.9[/b]
 | 
|---|
| 4161 |  * Now you can load idx/sub subtitles. Select the *.idx in the open
 | 
|---|
| 4162 |    subtitle dialog.
 | 
|---|
| 4163 |  * Updated the German translation.
 | 
|---|
| 4164 | 
 | 
|---|
| 4165 | [b]Version 0.1.8[/b]
 | 
|---|
| 4166 |  * Now the main window accepts drags. So you can drag a video and it will
 | 
|---|
| 4167 |    be played. If dragged more than a file, all of them will be added to
 | 
|---|
| 4168 |    the playlist (the playlist is cleared first).
 | 
|---|
| 4169 | 
 | 
|---|
| 4170 | [b]Version 0.1.7[/b]
 | 
|---|
| 4171 |  * Well, it was hard to know why the mplayer process had finished 
 | 
|---|
| 4172 |    (end of file, stopped by user, stopped by the program). Fool of me,
 | 
|---|
| 4173 |    mplayer says in its output. So now I catch the "Exiting... (end of file)"
 | 
|---|
| 4174 |    message, so I really hope that the problems that this was giving me
 | 
|---|
| 4175 |    have fixed for ever.
 | 
|---|
| 4176 |  * Added support for matroska chapters. In order to work the file MUST
 | 
|---|
| 4177 |    have the extension *.mkv.
 | 
|---|
| 4178 |  * Not allow to add repeated files in playlist.
 | 
|---|
| 4179 |  * Changes in Makefile: now "make install" works.
 | 
|---|
| 4180 |  * Created a spec file.
 | 
|---|
| 4181 | 
 | 
|---|
| 4182 | [b]Version 0.1.6[/b]
 | 
|---|
| 4183 |  * Fixed a bug that produced a segmentation fault on startup.
 | 
|---|
| 4184 |  * Windows/Qt 4: when I file finished playing, playlist wasn't noticed,so
 | 
|---|
| 4185 |    next file didn't start to play. Fixed (I hope...)
 | 
|---|
| 4186 |  * Added support for monitor aspect correction.
 | 
|---|
| 4187 | 
 | 
|---|
| 4188 | [b]Version 0.1.5[/b]
 | 
|---|
| 4189 |  * More improvements in the playlist. Added some icons among other things.
 | 
|---|
| 4190 |  * Added 3 new buttons in the main window: playlist, previous and next.
 | 
|---|
| 4191 |  * Updated the German translation.
 | 
|---|
| 4192 |  * Updated the Spanish translation.
 | 
|---|
| 4193 | 
 | 
|---|
| 4194 | [b]Version 0.1.4[/b]
 | 
|---|
| 4195 |  * Now you can pass a m3u file from the command line.
 | 
|---|
| 4196 |  * Playlist: Added options to add files or a whole directory (it will add 
 | 
|---|
| 4197 |    everything that's there, even non playable files!
 | 
|---|
| 4198 |    Added options to remove the selected items or to clear the whole list.
 | 
|---|
| 4199 | 
 | 
|---|
| 4200 | [b]Version 0.1.3[/b]
 | 
|---|
| 4201 |  * Added the German translation (by Henrikx)
 | 
|---|
| 4202 |  * Some fixes in the playlist
 | 
|---|
| 4203 | 
 | 
|---|
| 4204 | [b]Version 0.1.2[/b]
 | 
|---|
| 4205 |  * Open->File, if you open a m3u it will passed to the playlist.
 | 
|---|
| 4206 |  * Now smplayer gets more info about the files (title, artist, album...).
 | 
|---|
| 4207 |    This is displayed in Options->View info but it's also used for the
 | 
|---|
| 4208 |    playlist.
 | 
|---|
| 4209 |  * Now it's possible to add and remove items in the playlist. The add
 | 
|---|
| 4210 |    button adds the current file loaded by smplayer. The remove button
 | 
|---|
| 4211 |    removes the selected items.
 | 
|---|
| 4212 |  * Added an indicator for the file which is playing (currently the 
 | 
|---|
| 4213 |    indicator is very simple "->", in the future will be an icon).
 | 
|---|
| 4214 | 
 | 
|---|
| 4215 | [b]Version 0.1.1[/b]
 | 
|---|
| 4216 |  * Changed the version scheme.
 | 
|---|
| 4217 |  * At last I have learnt how to pass defines to the Makefile created by qmake.
 | 
|---|
| 4218 |  * Changed the way of getting icons (images.h / images.cpp)
 | 
|---|
| 4219 | 
 | 
|---|
| 4220 | [b]Version 0.1-070208.13[/b]
 | 
|---|
| 4221 |  * Added to the config file the option initial_volume, which will be
 | 
|---|
| 4222 | the initial volume when smplayer starts.
 | 
|---|
| 4223 | 
 | 
|---|
| 4224 | [b]Version 0.1-070208.12[/b]
 | 
|---|
| 4225 |  * Now when a new file is loaded the volume is not changed.
 | 
|---|
| 4226 |  * Save in playlist works (although it's a little bit useless, there
 | 
|---|
| 4227 |    are not options to add files to the playlist)
 | 
|---|
| 4228 | 
 | 
|---|
| 4229 | [b]Version 0.1-20070208-2[/b]
 | 
|---|
| 4230 |  * Rewrite the playlist using a QTable instead of a QListView.
 | 
|---|
| 4231 |  * For proper installation in linux, the following defines will be
 | 
|---|
| 4232 |    taken into account:
 | 
|---|
| 4233 |    DATA_PATH must be set to the directory where the data files (currently
 | 
|---|
| 4234 |    only input.conf) are installed.
 | 
|---|
| 4235 |    TRANSLATION_PATH must be set to the directory where translations (*.qm) are
 | 
|---|
| 4236 |    installed.
 | 
|---|
| 4237 |    DOC_PATH must be set to the directory where the documentation is installed
 | 
|---|
| 4238 |    (currently there are no documentation)
 | 
|---|
| 4239 |    What I don't know yet is how to pass those defines to the Makefile.
 | 
|---|
| 4240 | 
 | 
|---|
| 4241 | [b]Version 070207-12[/b]
 | 
|---|
| 4242 |  * Started the playlist. Currently is very limited. You can load
 | 
|---|
| 4243 | a m3u file and it will be played (it must cointain absolute paths). 
 | 
|---|
| 4244 | Double click on a item plays that file. Streams are also supported.
 | 
|---|
| 4245 | 
 | 
|---|
| 4246 | [b]Version 070206-2[/b]
 | 
|---|
| 4247 |  * Reduced a little bit the size of button's icons.
 | 
|---|
| 4248 |  * New action "PLAY_PAUSE" set to MediaPlay key.
 | 
|---|
| 4249 | 
 | 
|---|
| 4250 | [b]Version 070204-12[/b]
 | 
|---|
| 4251 |  * Fixed a funny bug. Sometimes when a video is about to finish, it started
 | 
|---|
| 4252 |    to play again from the beginning.
 | 
|---|
| 4253 |  * Put the basis for configurable key shortcuts.
 | 
|---|
| 4254 |  * Added some key shortcuts: Alt+1 & Alt+2 change gamma. 
 | 
|---|
| 4255 |    Ctrl+F = Open->File, Ctrl+U = Open->URL, Ctrl+X = Open->Exit.
 | 
|---|
| 4256 |    Ctrl+I = Options->View Info, Ctrl+P = Options->Preferences.
 | 
|---|
| 4257 |  * Added support for multimedia keys: 
 | 
|---|
| 4258 |    MediaPlay = Pause (and resume Play)
 | 
|---|
| 4259 |    MediaStop = Stop
 | 
|---|
| 4260 |    MediaNext = +10 secs
 | 
|---|
| 4261 |    MediaPrev = -10 secs
 | 
|---|
| 4262 |    But I don't have a multimedia keyboard, so this is untested...
 | 
|---|
| 4263 | 
 | 
|---|
| 4264 | [b]Version 070202-2[/b]
 | 
|---|
| 4265 |  * Some changes in the preferences dialog.
 | 
|---|
| 4266 |  * Added an option to select the Qt style to use.
 | 
|---|
| 4267 | 
 | 
|---|
| 4268 | [b]Version 070201-2[/b]
 | 
|---|
| 4269 |  * Added an option to select your CDROM drive. This setting is currently
 | 
|---|
| 4270 | not used for anything, but in the future it will used for playing VCDs.
 | 
|---|
| 4271 |  * One of the main feature of smplayer is the ability to remember the
 | 
|---|
| 4272 | settings (audio track, subtitles, filters selected...) of every file
 | 
|---|
| 4273 | smplayer has opened. Now I have added two options to disable it. One of them
 | 
|---|
| 4274 | will disable it completely, smplayer will remember nothing. The other
 | 
|---|
| 4275 | just will make smplayer to not remember the time pos, so every file
 | 
|---|
| 4276 | will start playing always from the beginning.
 | 
|---|
| 4277 | 
 | 
|---|
| 4278 | [b]Version 070131-11[/b]
 | 
|---|
| 4279 |  * Added a new page in the preferences dialog: Performance, with the
 | 
|---|
| 4280 | following options:
 | 
|---|
| 4281 |   - Priority (only for windows)
 | 
|---|
| 4282 |   - Allow frame drop (-framedrop)
 | 
|---|
| 4283 |   - Allow hard frame drop (-hardframedrop)
 | 
|---|
| 4284 | 
 | 
|---|
| 4285 | [b]Version 070131-2[/b]
 | 
|---|
| 4286 | As expected the ASS color buttons didn't change color in Windows (or Qt 4).
 | 
|---|
| 4287 | I think now this is fixed.
 | 
|---|
| 4288 | 
 | 
|---|
| 4289 | [b]Version 070130-2[/b]
 | 
|---|
| 4290 |  * Now you can change the color of the SSA/ASS subtitles.
 | 
|---|
| 4291 | 
 | 
|---|
| 4292 | [b]Version 070129-3[/b]
 | 
|---|
| 4293 | Arrggg, I've just realized that the volume wasn't remembered. Fixed, I hope.
 | 
|---|
| 4294 | 
 | 
|---|
| 4295 | [b]Version 070129-2[/b]
 | 
|---|
| 4296 |  * Volume and mute: changing the volume unmutes.
 | 
|---|
| 4297 |  * Now the time slider should work much better. It should work either
 | 
|---|
| 4298 |    dragging it or clicking in any part of the bar. Furthermore now
 | 
|---|
| 4299 |    while dragging it, it displays the time you would go. 
 | 
|---|
| 4300 | 
 | 
|---|
| 4301 | [b]Version 070128-11[/b]
 | 
|---|
| 4302 |  * Added two new options to the preferences dialog:
 | 
|---|
| 4303 |    - Use software video equalizer (-vf-add eq2)
 | 
|---|
| 4304 |    - Use software volume control (-softvol)
 | 
|---|
| 4305 |  * Now the status bar shows the total time too.
 | 
|---|
| 4306 |  * More or less fixed a conflict with mute and setting the volume.
 | 
|---|
| 4307 | 
 | 
|---|
| 4308 | [b]Version 070128-2[/b]
 | 
|---|
| 4309 |  * Fixed a bug with the screenshot feature.
 | 
|---|
| 4310 |  * Now the video window hides if there's no video (audio only file or
 | 
|---|
| 4311 |    using the mplayer window).
 | 
|---|
| 4312 | 
 | 
|---|
| 4313 | [b]Version 070127-11[/b]
 | 
|---|
| 4314 |  * Double click on the video window toggles fullscreen.
 | 
|---|
| 4315 |  * Added an option to take screenshots. You must set first a directory
 | 
|---|
| 4316 |  for saving these screenshots, in the preferences dialog.
 | 
|---|
| 4317 | 
 | 
|---|
| 4318 | [b]Version 070127-2[/b]
 | 
|---|
| 4319 |  * Added two new options to the "Aspect ratio" sub-menu: 
 | 
|---|
| 4320 |     - 5:4 
 | 
|---|
| 4321 |     - 16:10 
 | 
|---|
| 4322 |  * New log window, with buttons to save the log to a file or copy the
 | 
|---|
| 4323 |  text to the clipboard. 
 | 
|---|
| 4324 |  * Some fixes in the time slider.
 | 
|---|
| 4325 | 
 | 
|---|
| 4326 | [b]Version 070125-11[/b]
 | 
|---|
| 4327 | 
 | 
|---|
| 4328 |  * Added two new video filters: 
 | 
|---|
| 4329 |  - Dering 
 | 
|---|
| 4330 |  - Add noise (which adds a little bit of noise to the image)
 | 
|---|
| 4331 | 
 | 
|---|
| 4332 | [b]Version 070125-2[/b]
 | 
|---|
| 4333 | * Added some video filters: 
 | 
|---|
| 4334 |  - denoise (normal) = hqdn3d 
 | 
|---|
| 4335 |  - denoise (soft) = hqdn3d=2:1:2 (I find the default hqdn3d too strong) 
 | 
|---|
| 4336 | - deblock = pp=vb/hb
 | 
|---|
| 4337 | 
 | 
|---|
| 4338 | [b]Version 070124-11[/b]
 | 
|---|
| 4339 | * Now you can scroll through the video by using the mouse wheel. By
 | 
|---|
| 4340 | default every wheel event will advance +30 or -30 seconds. This value
 | 
|---|
| 4341 | can be change in the preferences dialog. Setting to 0 disables this
 | 
|---|
| 4342 | feature.
 | 
|---|
| 4343 | 
 | 
|---|
| 4344 | [b]Version 070124-2[/b]
 | 
|---|
| 4345 | * Added 3 new options to the preferences dialog: 
 | 
|---|
| 4346 | 
 | 
|---|
| 4347 | - disable screensaver 
 | 
|---|
| 4348 | - resize method 
 | 
|---|
| 4349 | - mplayer cache 
 | 
|---|
| 4350 | 
 | 
|---|
| 4351 | Now I think all options in the config file can be set through the
 | 
|---|
| 4352 | preferences dialog.
 | 
|---|
| 4353 | 
 | 
|---|
| 4354 | [b]Version 070123[/b]
 | 
|---|
| 4355 | * Some changes in the preferences dialog:
 | 
|---|
| 4356 | 
 | 
|---|
| 4357 | - Now a combobox allows you to select your CD/DVD device. In linux some
 | 
|---|
| 4358 | usual names are used (/dev/dvd, /dvd/cdrom, etc.). In windows it should
 | 
|---|
| 4359 | display the drive's letters (C: D: etc) but I haven't tested yet.
 | 
|---|
| 4360 | 
 | 
|---|
| 4361 | - Now the user can choose the video and audio drivers from a list (shows
 | 
|---|
| 4362 | all available drivers in your mplayer).
 | 
|---|
| 4363 | 
 | 
|---|
| 4364 | [img]http://www.uploadfile.info/uploads/64e14ba167.jpg[/img]
 | 
|---|
| 4365 | 
 | 
|---|
| 4366 | [b]Version 070122-11[/b]
 | 
|---|
| 4367 | * Found an easier way to change the background color in Qt 4. The
 | 
|---|
| 4368 | visible change is that now the background in statusbar will be black as
 | 
|---|
| 4369 | in Qt 3. 
 | 
|---|
| 4370 | * When clicked with the mouse right button to pop up the context menu,
 | 
|---|
| 4371 | the main window stopped receiving keyboard events. I hope this is fix
 | 
|---|
| 4372 | now. 
 | 
|---|
| 4373 | * Changed some icons.
 | 
|---|
| 4374 | 
 | 
|---|
| 4375 | [b]Version 070122-2[/b]
 | 
|---|
| 4376 | * Now the screensaver in windows is disabled during playback (the
 | 
|---|
| 4377 | screensaver is disabled in x11 too since some versions ago). 
 | 
|---|
| 4378 | * Now the mouse cursor disappears over the video window if it's not
 | 
|---|
| 4379 | moved for some seconds, and appears again when it's moved.
 | 
|---|
| 4380 | 
 | 
|---|
| 4381 | [b]Version 070121-11[/b]
 | 
|---|
| 4382 | * The option autoload_sub=false didn't work. Fixed (I hope). 
 | 
|---|
| 4383 | * Added more options to the preferences dialog. It's a little bit ugly
 | 
|---|
| 4384 | but all options should work.
 | 
|---|
| 4385 | 
 | 
|---|
| 4386 | [b]Version 070121-2[/b]
 | 
|---|
| 4387 | * Started to write the preferences dialog. There's a lot of work to do,
 | 
|---|
| 4388 | but the options that appears in it should work.
 | 
|---|
| 4389 | 
 | 
|---|
| 4390 | The subtitles' page is almost complete!
 | 
|---|
| 4391 | 
 | 
|---|
| 4392 | [img]http://www.uploadfile.info/uploads/f57fc459d3.jpg[/img]
 | 
|---|
| 4393 | 
 | 
|---|
| 4394 | [b]Version 070119-2[/b]
 | 
|---|
| 4395 | * Well, I removed that horrible logo I made the other day and now I used
 | 
|---|
| 4396 | some icons from
 | 
|---|
| 4397 | [url=http://www.kde-look.org/content/show.php?content=31585]Vista-Inspirate[/url].
 | 
|---|
| 4398 | * Some new options for the [preferences] section in config file:
 | 
|---|
| 4399 | 
 | 
|---|
| 4400 | [b]resize_method=(int)[/b]
 | 
|---|
| 4401 | 
 | 
|---|
| 4402 | This options controls the way the main window should resize. The possible values are:
 | 
|---|
| 4403 | 
 | 
|---|
| 4404 | 0 : the main window never resizes. The user is the only one allowed to
 | 
|---|
| 4405 | resize the window.
 | 
|---|
| 4406 | 1 : the main window resizes every time it's needed (this is the
 | 
|---|
| 4407 | default).
 | 
|---|
| 4408 | 2 : the main window resizes only after loading a new video, but not
 | 
|---|
| 4409 | after restarting mplayer. That means that if the user resizes the
 | 
|---|
| 4410 | window, the new size will be respected (until a new video is loaded).
 | 
|---|
| 4411 | 
 | 
|---|
| 4412 | 
 | 
|---|
| 4413 | [b]mplayer_additional_options=(string)[/b]
 | 
|---|
| 4414 | 
 | 
|---|
| 4415 | Here you can pass other options to mplayer. The options should be
 | 
|---|
| 4416 | separated by spaces. If a option requires a filename, this should NOT
 | 
|---|
| 4417 | contain spaces.
 | 
|---|
| 4418 | 
 | 
|---|
| 4419 | Example:
 | 
|---|
| 4420 | mplayer_additional_options=-flip -softvol
 | 
|---|
| 4421 | 
 | 
|---|
| 4422 | Be carefully, some options could interfere with the ones smplayer uses.
 | 
|---|
| 4423 | 
 | 
|---|
| 4424 | [b]mplayer_additional_video_filters=(string][/b]
 | 
|---|
| 4425 | 
 | 
|---|
| 4426 | Here you can add additional video filters. They should be separated by
 | 
|---|
| 4427 | ",". Don't use spaces!
 | 
|---|
| 4428 | 
 | 
|---|
| 4429 | Example:
 | 
|---|
| 4430 | mplayer_additional_video_filters=hqdn3d,pp=vb/hb
 | 
|---|
| 4431 | 
 | 
|---|
| 4432 | 
 | 
|---|
| 4433 | [b]mplayer_additional_audio_filters=(string][/b]
 | 
|---|
| 4434 | 
 | 
|---|
| 4435 | The same but for audio.
 | 
|---|
| 4436 | Example:
 | 
|---|
| 4437 | 
 | 
|---|
| 4438 | mplayer_additional_audio_filters=volnorm,equalizer=11:11:10:5:0:-12:0:5:12:12
 | 
|---|
| 4439 | 
 | 
|---|
| 4440 | * I also made a (incompatible) change in the way the file preferences
 | 
|---|
| 4441 | are stored in the config file. That means that this version won't
 | 
|---|
| 4442 | remember your previous file settings.
 | 
|---|
| 4443 | 
 | 
|---|
| 4444 | [b]Version 070117-12[/b]
 | 
|---|
| 4445 | 
 | 
|---|
| 4446 | * Well, I think the only visible change is the option Options->View
 | 
|---|
| 4447 | info, which shows some info about the current video. 
 | 
|---|
| 4448 | * There are some changes in the configuration file (~/.qt/smplayerrc): 
 | 
|---|
| 4449 | 
 | 
|---|
| 4450 | vo=(string) 
 | 
|---|
| 4451 | 
 | 
|---|
| 4452 | vo is the video output driver. It already existed before. But now I
 | 
|---|
| 4453 | change the default value. Previously the default value was "directx" for
 | 
|---|
| 4454 | windows, "xv" for the rest. 
 | 
|---|
| 4455 | 
 | 
|---|
| 4456 | Now there is no default. If vo is empty, smplayer would get the info
 | 
|---|
| 4457 | from mplayer, and will save it in the config file. 
 | 
|---|
| 4458 | That (theorically) would allow smplayer to run in other OS where maybe
 | 
|---|
| 4459 | "xv" doesn't even exist. 
 | 
|---|
| 4460 | 
 | 
|---|
| 4461 | Added the option 
 | 
|---|
| 4462 | ao=(string) 
 | 
|---|
| 4463 | 
 | 
|---|
| 4464 | audio output driver, with the same behavior of vo. 
 | 
|---|
| 4465 | 
 | 
|---|
| 4466 | And finally, added the option subcp, which allows to select the font
 | 
|---|
| 4467 | encoding for subtitles.
 | 
|---|
| 4468 | 
 | 
|---|
| 4469 | [b]Version 070117-2[/b]
 | 
|---|
| 4470 | * Fixed a bug when parsing the A: V: line. Big big numbers weren't read
 | 
|---|
| 4471 | correctly.
 | 
|---|
| 4472 | * Added some options for the configuration file:
 | 
|---|
| 4473 | 
 | 
|---|
| 4474 | font_autoscale= (int)
 | 
|---|
| 4475 | font_textscale= (int) 
 | 
|---|
| 4476 | 
 | 
|---|
| 4477 | use_fontconfig= (bool)
 | 
|---|
| 4478 | font_name= (string)
 | 
|---|
| 4479 | font_file= (string)
 | 
|---|
| 4480 | 
 | 
|---|
| 4481 | font_autoscale and font_textscale are the equivalents to
 | 
|---|
| 4482 | -subfont-autoscale and -subfont-text-scale in mplayer.
 | 
|---|
| 4483 | 
 | 
|---|
| 4484 | If use_fontconfig is true then the font used for subtitles will be
 | 
|---|
| 4485 | font_name. Example:
 | 
|---|
| 4486 | 
 | 
|---|
| 4487 | use_fontconfig=true
 | 
|---|
| 4488 | font_name=Utopia
 | 
|---|
| 4489 | 
 | 
|---|
| 4490 | In the case use_fontconfig is false, then it will try to use font_file
 | 
|---|
| 4491 | (which has to be a full path to a ttf font). Example:
 | 
|---|
| 4492 | 
 | 
|---|
| 4493 | use_fontconfig=false
 | 
|---|
| 4494 | font_file=/home/ricardo/.fonts/comicbd.ttf
 | 
|---|
| 4495 | 
 | 
|---|
| 4496 | So now you can get something like this:
 | 
|---|
| 4497 | [img]http://www.uploadfile.info/uploads/c2e06dd51a.jpg[/img]
 | 
|---|
| 4498 | 
 | 
|---|
| 4499 | Of course, all of this will be easier when I write the preferences
 | 
|---|
| 4500 | dialog.
 | 
|---|
| 4501 | 
 | 
|---|
| 4502 | [b]Version 070116-2[/b]
 | 
|---|
| 4503 | * Added options for changing playback speed.
 | 
|---|
| 4504 | 
 | 
|---|
| 4505 | [b]Version 070115-1[/b]
 | 
|---|
| 4506 | * Just a very small fix with the mute option. It wasn't been remebered
 | 
|---|
| 4507 | between mplayer resets and audio track switches.
 | 
|---|
| 4508 | 
 | 
|---|
| 4509 | [b]Version 070114-2[/b]
 | 
|---|
| 4510 | * Fixed (I hope) a bug relative to subtitles. smplayer didn't remember
 | 
|---|
| 4511 | that you had selected the "none" subtitle and always loaded the first
 | 
|---|
| 4512 | available subtitle. Now, when you load a video for first time it will
 | 
|---|
| 4513 | load the first available subtitle but if you change to "none" it should
 | 
|---|
| 4514 | remember the next time you open the same video. 
 | 
|---|
| 4515 |  
 | 
|---|
| 4516 | * Added and option to select angle in DVDs. Unfortunately I don't have a
 | 
|---|
| 4517 | multiangle dvd, so this option is untested. Can anyone tell me if it
 | 
|---|
| 4518 | really works? 
 | 
|---|
| 4519 |   
 | 
|---|
| 4520 | * For audio, chapter, title and angle menus: added an <empty> item if
 | 
|---|
| 4521 | the menu is empty.
 | 
|---|
| 4522 | 
 | 
|---|
| 4523 | * Added a button to mute. And two nice icons borrowed from kplayer... 
 | 
|---|
| 4524 | 
 | 
|---|
| 4525 | [img]http://www.uploadfile.info/uploads/ac23679650.jpg[/img]
 | 
|---|