source: smplayer/vendor/current/Changelog@ 137

Last change on this file since 137 was 137, checked in by Silvan Scherrer, 13 years ago

SMPlayer: updated vendor to 0.8.2

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