haiku/src/apps/mediaconverter
Humdinger aed3510485 Close alerts with ESCAPE key.
Added SetFlags(B_CLOSE_ON_ESCAPE) or SetShortcut(index, B_ESCAPE) to BAlerts
depending if the result gets used later in the code, or if it's a one-button
BAlert.
2012-08-05 19:32:46 +02:00
..
Jamfile Removing most About windows and menu items as discussed here 2011-03-26 02:18:52 +00:00
LICENSE * added MediaConverter, the improved version by Jun Suzuki, to the source tree 2007-06-21 22:19:02 +00:00
MediaConverter.rdef 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. 2011-03-25 22:13:48 +00:00
MediaConverterApp.cpp Close alerts with ESCAPE key. 2012-08-05 19:32:46 +02:00
MediaConverterApp.h * Applied patch from Barrett (ticket #6497) which fixes some issues 2010-12-15 10:34:58 +00:00
MediaConverterWindow.cpp Close alerts with ESCAPE key. 2012-08-05 19:32:46 +02:00
MediaConverterWindow.h Improved layout of controls and more cleanup. There is now a splitter 2010-12-15 17:31:57 +00:00
MediaEncoderWindow.cpp More catalog-related cleanup. 2012-04-16 21:31:22 +02:00
MediaEncoderWindow.h * added MediaConverter, the improved version by Jun Suzuki, to the source tree 2007-06-21 22:19:02 +00:00
MediaFileInfo.cpp More catalog-related cleanup. 2012-04-16 21:31:22 +02:00
MediaFileInfo.h Patch by Barrett: Check for errors when obtaining information 2010-10-26 16:32:39 +00:00
MediaFileInfoView.cpp Close alerts with ESCAPE key. 2012-08-05 19:32:46 +02:00
MediaFileInfoView.h *Update MediaConverter to use the Layout API 2010-08-24 23:10:44 +00:00
MediaFileListView.cpp *Update MediaConverter to use the Layout API 2010-08-24 23:10:44 +00:00
MediaFileListView.h *Update MediaConverter to use the Layout API 2010-08-24 23:10:44 +00:00
MessageConstants.h Making use of B_TRANSLATE_APP_NAME, BAboutMenuItem, BAboutWindow. Clean-up. Removal of some ellipsis. ('About Haiku' in Deskbar.) 2011-03-16 00:42:18 +00:00