#
e28afdf1 |
| 26-Mar-2011 |
Jonas Sundström <jonas@kirilla.com> |
Changes to the MediaPlayer's playlist window's menu options Remove, Remove all, Move to Trash.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41122 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
11c7ff53 |
| 26-Mar-2011 |
Jonas Sundström <jonas@kirilla.com> |
Removing most About windows and menu items as discussed here http://www.freelists.org/post/haiku-commits/r40968-in-haikutrunksrcapps-activitymonitor-bootmanager-charactermap-codycam-deskbar,3 Leaving
Removing most About windows and menu items as discussed here http://www.freelists.org/post/haiku-commits/r40968-in-haikutrunksrcapps-activitymonitor-bootmanager-charactermap-codycam-deskbar,3 Leaving them for now in replicants, and in Terminal, according to (my interpretation of) the instructions here http://dev.haiku-os.org/browser/haiku/trunk/src/apps/terminal/README.GPL_to_OBOS#L70 Some sporadic cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41108 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
560ff447 |
| 25-Mar-2011 |
Jonas Sundström <jonas@kirilla.com> |
Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'Sys
Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41103 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
b97c5149 |
| 16-Mar-2011 |
Jonas Sundström <jonas@kirilla.com> |
Making use of B_TRANSLATE_APP_NAME, BAboutMenuItem, BAboutWindow. Clean-up. Removal of some ellipsis. ('About Haiku' in Deskbar.)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40968 a95241bf-7
Making use of B_TRANSLATE_APP_NAME, BAboutMenuItem, BAboutWindow. Clean-up. Removal of some ellipsis. ('About Haiku' in Deskbar.)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40968 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
2ee8f3f6 |
| 25-Feb-2011 |
Siarzhuk Zharski <zharik@gmx.li> |
Bunch of localization fixes pointed out by Diver. Thanks!
Notes: - FileTypes: The "Same as" button label separated to two entities in dependency of context: "Same Type as ..." and "Sam
Bunch of localization fixes pointed out by Diver. Thanks!
Notes: - FileTypes: The "Same as" button label separated to two entities in dependency of context: "Same Type as ..." and "Same Application as ..."; - Tracker: The sentences like "If you do %action [...]. To do %action [...]" now use separately translated verbs for so called "ifYouDoAction" and "toDoAction"; - NetworkStatus: NetworkStatusView _ShowConfiguration is fixed back after previous attempt to localize it in r37337: useless code bloating purged out, broken quasi-header "ifaceName information:" pulled back from Hell; - StyledEdit: Menu item "Can't undo" had different casing in some situation. Looks like HTA cannot detect such situation, so right lines "Can't undo" were masked by wrong one "Can't Undo" and this line stay untranslated for most time.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40688 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
8c95e40e |
| 28-Jan-2011 |
Joachim Seemer <humdingerb@googlemail.com> |
* Changed full screen shortcut to B_ENTER like in Terminal, ShowImage, Web+. * Put "Always on top" into context menu. * Rearranged items in context menu to have interface related options together. *
* Changed full screen shortcut to B_ENTER like in Terminal, ShowImage, Web+. * Put "Always on top" into context menu. * Rearranged items in context menu to have interface related options together. * Disable "No interface" in full screen mode context menu.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40309 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
238df8fb |
| 29-Dec-2010 |
Adrien Destugues <pulkomandy@pulkomandy.ath.cx> |
Patch by Dziadek as part of GCI : localize MediaPlayer.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40021 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
d1d8fda6 |
| 19-Oct-2010 |
Oliver Tappe <zooey@hirschkaefer.de> |
Next step of Locale Kit refactoring: * BLocale now keeps language and country completely separate and mixes the formatting conventions into the current language's locale when formatting dates and
Next step of Locale Kit refactoring: * BLocale now keeps language and country completely separate and mixes the formatting conventions into the current language's locale when formatting dates and times (needs to be done for number- and currency-formatting, too, since the digits may not be in the preferred language) * optimized fetching of the flag icons such that they are all loaded in one go (by the locale roster) - this alone speeds up the Locale preflet considerably * worked on fixing the language confusion in the Locale preflet * fixed a couple of bugs in the Locale preflet that would lead to illegal characters being displayed in the date-subpart menus
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39013 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
7bf8d247 |
| 08-Oct-2010 |
Axel Dörfler <axeld@pinc-software.de> |
* Do not add documents to the recent list in _UpdatePlaylistItemFile(), but do so when the items are added to the playlist. This has the added advantage of being able to easily reselect sub-folde
* Do not add documents to the recent list in _UpdatePlaylistItemFile(), but do so when the items are added to the playlist. This has the added advantage of being able to easily reselect sub-folders (an album for example). * Enabled navigating folders in the recent item list. * Added Playlist::IsEmpty() method. * Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38897 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
954d79e2 |
| 29-Sep-2010 |
Axel Dörfler <axeld@pinc-software.de> |
* Added first working "display_as" type "duration". * Changed Media:Length to int64, and use the new duration view in Tracker. * Renamed the pretty name for video's Media:Length to "Runtime" (that's
* Added first working "display_as" type "duration". * Changed Media:Length to int64, and use the new duration view in Tracker. * Renamed the pretty name for video's Media:Length to "Runtime" (that's how it's called in IMDB, and I was never really fond of "Playing Time"). * FileTypes AttributeWindow needed to check the display-as types, as well as if the contents are acceptable when opening, too. * Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38856 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
e65a6eb2 |
| 28-Sep-2010 |
Stephan Aßmus <superstippi@gmx.de> |
* Give some options for subtitle placement and size. * Optimize subtitle drawing when subtitles are to be displayed at screen bottom versus video bottom, and the subtitle frame does not inters
* Give some options for subtitle placement and size. * Optimize subtitle drawing when subtitles are to be displayed at screen bottom versus video bottom, and the subtitle frame does not intersect the video. In that case we only need to draw it when it changes (or is to be removed). Fixed the dead-lock problem in a nicer way.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38841 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
c8ccdf52 |
| 27-Sep-2010 |
Stephan Aßmus <superstippi@gmx.de> |
* Added basic support for SRT subtitle files. It only works if the SRT file is placed alongside the current playlist item under the same name (sans extension). The name of the language is ta
* Added basic support for SRT subtitle files. It only works if the SRT file is placed alongside the current playlist item under the same name (sans extension). The name of the language is taken from the file which needs to be separated by a dot (should be improved). * Instead of the black outline, subtitles have a nice drop shadow now, which is easier on the eyes somehow.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38827 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
fd5c3422 |
| 21-Sep-2010 |
Stephan Aßmus <superstippi@gmx.de> |
* Show the window when opening files, since that shows the nice "opening file bla" message and makes starting MediaPlayer feel even more snappy. * Show the window at the no-video location when
* Show the window when opening files, since that shows the nice "opening file bla" message and makes starting MediaPlayer feel even more snappy. * Show the window at the no-video location when opening files. * Move the "Drop files to play" message handling into MainWin and make sure it shows after failed attempts to open a file when the playlist is still empty.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38764 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
ebd86629 |
| 21-Sep-2010 |
Stephan Aßmus <superstippi@gmx.de> |
* Added new Playlist notification ImportFailed(). The PlaylistListView will trigger it when the import command failed (happens for example when none of the files are media files). * Moved d
* Added new Playlist notification ImportFailed(). The PlaylistListView will trigger it when the import command failed (happens for example when none of the files are media files). * Moved displaying the according alert from the import fommand into the MainWindow. Show the window if necessary. This fixes MediaPlayer just idling in the Deskbar without any window in this case, since the MainWindow is shown after the first call to _SetupWindow() since some time. But _SetupWindow() is not invoked when no file could be opened. * Removed some meanwhile useless debug output.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38757 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
3a8771cf |
| 19-Sep-2010 |
Stephan Aßmus <superstippi@gmx.de> |
* Use duration_to_string() to write better playing time attribute strings (i.e. with separate hour). * Write video bitrate attribute.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38718 a
* Use duration_to_string() to write better playing time attribute strings (i.e. with separate hour). * Write video bitrate attribute.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38718 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
5bacae95 |
| 17-Sep-2010 |
Stephan Aßmus <superstippi@gmx.de> |
Make use of the new meta-data API and display the audio track menu item label as the language of the track.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38688 a95241bf-73f2-0310-859d-f6bbb57
Make use of the new meta-data API and display the audio track menu item label as the language of the track.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38688 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
a110536a |
| 16-Sep-2010 |
Stephan Aßmus <superstippi@gmx.de> |
When the video is paused, use the left/right cursor keys for single frame stepping instead of winding. One frame without shift-modifier, five frames with shift held down.
git-svn-id: file:///srv/sv
When the video is paused, use the left/right cursor keys for single frame stepping instead of winding. One frame without shift-modifier, five frames with shift held down.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38671 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
341ea11e |
| 12-Sep-2010 |
Stephan Aßmus <superstippi@gmx.de> |
Implemented enlarging controls in full-screen mode, it's optional and the setting defaults to "on".
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38610 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
4d6c8862 |
| 10-Sep-2010 |
Stephan Aßmus <superstippi@gmx.de> |
* _CurrentVideoSizeInPercent() returned wrong values, but it didn't result in wrong behavior before. Implemented more keyboard actions from ticket #2495: * +/- zoom the video now (by +/- 10% of c
* _CurrentVideoSizeInPercent() returned wrong values, but it didn't result in wrong behavior before. Implemented more keyboard actions from ticket #2495: * +/- zoom the video now (by +/- 10% of current scale). * ZXCVB (raw keys hardcoded, i.e. the keys along the bottom of the keyboard) act as playback buttons: skip previous (Z), play (X), pause (C), stop (V), skip next (B). * Renamed "No interface" menu item to "Hide interface" and changed the shortcut to Cmd-H. This item is only available with video streams, though. * 'M' will mute/unmute the audio.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38599 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
1c1de1a5 |
| 10-Sep-2010 |
Stephan Aßmus <superstippi@gmx.de> |
The Media:Rating attribute can now be controlled via the new Attributes menu. Added a TODO for how this should eventually work.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38598 a95241bf-73
The Media:Rating attribute can now be controlled via the new Attributes menu. Added a TODO for how this should eventually work.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38598 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
7fee522d |
| 10-Sep-2010 |
Stephan Aßmus <superstippi@gmx.de> |
* Moved the Settings menu items into the MediaPlayer menu. * Removed the Settings menu in favor of a new Attributes menu (does not offer anything yet). * The context menu was showing two separat
* Moved the Settings menu items into the MediaPlayer menu. * Removed the Settings menu in favor of a new Attributes menu (does not offer anything yet). * The context menu was showing two separator items by mistake (after the About item was removed from it).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38597 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
811aedf9 |
| 10-Sep-2010 |
Stephan Aßmus <superstippi@gmx.de> |
New player windows returned from NewWindow() are not automatically shown anymore since the playlist restore changes. Unbreak opening a new player, let the application thread open it.
git-svn-id: fi
New player windows returned from NewWindow() are not automatically shown anymore since the playlist restore changes. Unbreak opening a new player, let the application thread open it.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38596 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
0beac2ff |
| 09-Sep-2010 |
Stephan Aßmus <superstippi@gmx.de> |
PlaybackManager: * Make sure that the messages which trigger a performance time update a) don't pever pile up and b) that we don't still receive an event after reinitialization (would not h
PlaybackManager: * Make sure that the messages which trigger a performance time update a) don't pever pile up and b) that we don't still receive an event after reinitialization (would not have been a problem, at one point I thought it was). * Don't compile in support for changing the playback speed for the moment. * Better support for notifying the reaching of a seek frame, In _UpdateStates(), the wrong state (most often out of bounds) was checked to be a seek request state. Check if a seek request was reached in all other cases where states are removed.
Controller: * Simple but important simplification of the problem that seeked frames are reached asynchronously and with a latency: In TimePosition() simply report the seeked frame, if there are still pending seek requests. This allows a consistent view from the outside, i.e. after calling SetTimePosition(), TimePosition() will not return something different. * Use a more robust way to track pending seek requests. A new request may have been issued while not having reached the previous one yet. * Implement a notification for reaching the seek frame, but I didn't need it after all, may come in handy later...
MainWin: * Change the cursor left/right keys to support winding. Cursor up/down change the volume, Cmd-up/down skips to the previous/next playlist item, left/right do the winding now, as requested in ticket #2495.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38594 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
c5f8afb9 |
| 07-Sep-2010 |
Stephan Aßmus <superstippi@gmx.de> |
First implementation at the "loop by default" settings. To make it better, there should be a looping mode per window, and the settings should serve only as defaults.
git-svn-id: file:///srv/svn/rep
First implementation at the "loop by default" settings. To make it better, there should be a looping mode per window, and the settings should serve only as defaults.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38570 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
45f82fe6 |
| 06-Sep-2010 |
Stephan Aßmus <superstippi@gmx.de> |
Coding style fixes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38539 a95241bf-73f2-0310-859d-f6bbb57e9c96
|