summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Collapse)AuthorFilesLines
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan5-8/+8
2012-03-06more idle code documentation improvementMichael Meeks1-2/+3
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann3-5/+5
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-27Removed unused code.Bartolomé Sánchez Salado6-100/+0
2012-02-18Removed unused code from avmedia.elbarto2-27/+0
2012-02-17Make avmedia module buildable with dbglevel=3 again.Thorsten Behrens1-11/+3
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich1-0/+4
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-24finalize gcc 4.7 string literal operatorsThomas Arnhold1-1/+1
2012-01-15WaE: deprecated functionDavid Tardon1-1/+1
2012-01-11fix windows build errorCaolán McNamara1-3/+3
2012-01-07cppcheck: cstyleCastAugust Sodora1-2/+2
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz3-3/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz3-3/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz4-4/+0
2012-01-04gbuild: define NOMINMAX in windows.mkMichael Stahl1-4/+0
2011-12-22"*.*" is not "all files" (bnc#738021)Luboš Luňák1-1/+1
Not on any Unix, at least. I have no idea how deep entrenched is this mistake all over the code, so I'll play safe and just fix the KDE4 fpicker (GNOME/KDE3 seem to handle it fine), but at least in the UI show just "All files" instead of "All files (*.*)").
2011-12-21fix build with msvcPeter Foley1-0/+4
2011-12-16avmedia: QuickTime: use gb_Library_add_objcxxobjectsMichael Stahl6-5/+1
2011-12-14Revert "we have gb_Library_add_objcxxobjects for this"Matúš Kukan1-1/+5
This reverts commit cd105c5ad2dc7176837a570e6507bd2ca0cd357f. We can't use gb_Library_add_objcxxobjects here because gb_ObjCxxObject_get_source has .mm suffix
2011-12-14we have gb_Library_add_objcxxobjects for thisMatúš Kukan1-5/+1
2011-12-09Fix for fdo43460, Part I, getLength to isEmptyOlivier Hallot2-8/+8
Part I Modules unoControl, accessibility and avmedia
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-06mediaitem.cxx: unnecessary castingMichael Stahl1-2/+2
2011-12-06impress210: #i115617# set zoom to fit_to_windowOcke.Janssen@oracle.com1-1/+1
# HG changeset patch # User Ocke.Janssen@oracle.com # Date 1297164393 -3600 # Node ID 2f0f385e8b25938777bb9fed6a86a2ff43e0b7cd # Parent dae1ffc5c15d000bb154beecb3da3b4f84336b38 impress210: #i115617# set zoom to fit_to_window
2011-12-06refactor media embedding completely:Michael Stahl5-131/+23
Do the tempfile handling in SdrMediaObj, not in the window; this has the advantage that it works even in the presence of clipboard documents without SfxBaseModels and thus without storage (sc, sw). The SdrMediaObj instances share ownership of a temp file.
2011-12-06SdrMediaObj: copy/paste supportMichael Stahl1-4/+1
This only works properly in Impress, because Calc and Writer lack a SfxBaseModel on their clipboard document.
2011-12-02Fixed build breakage, and remove warning.Kohei Yoshida1-2/+2
OUString never understands generic int type; it thinks it's too ambiguous, depending on 32-bit or 64-bit build environment.
2011-12-03actually play embedded media:Michael Stahl6-20/+156
In order to do this, the media is written to a temp file by avmedia::MediaWindowBaseImpl. This requires some rather ugly hacks to transport the Storage that contains the media to the avmedia stuff, including adding a XModel reference to avmedia::MediaItem.
2011-12-03add avmedia::EmbedMediaMichael Stahl3-0/+155
This new function is used by sc,sd,sw to embed media in the document storage.
2011-12-03avmedia::MediaItem: add pImplMichael Stahl2-95/+106
2011-12-03MediaWindow::executeMediaURLDialog: add link buttonMichael Stahl3-5/+41
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-4/+4
2011-11-24ditch dbg_dumpCaolán McNamara1-31/+0
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann1-3/+3
A compile time check ensures the common case of streaming just a plain C-style string literal still produces reasonably compact call-site code. The format-string variants are still available in sal/detail/log.h, but only to be used in obsolete osl/diagnose.h etc., and going to be removed again eventually.
2011-11-22Remove no longer necessary "(void) x; // avoid warnings".Stephan Bergmann1-1/+0
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann1-4/+10
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString.
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-10-26fix mangled gstreamer service name, fixing embedded videoMichael Meeks3-6/+12
2011-10-06STRSAFE_NO_DEPRECATETor Lillqvist1-0/+1
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-09-29Use NSString's UTF8String method instead of the deprecated cStringTor Lillqvist1-1/+1
2011-09-22Always link with user32Tor Lillqvist1-1/+0
2011-09-20Remove RCS headerThomas Arnhold1-3/+0
2011-08-22Actually these methods are supposed to have private visibility.Kohei Yoshida1-2/+2
2011-08-22Linker error on windows.Kohei Yoshida1-0/+1
2011-08-22Don't mark methods PUBLIC when the whole class is marked PUBLIC.Kohei Yoshida1-2/+2
MSVC refuses to compile otherwise.
2011-08-22fix warning errorsMatúš Kukan2-10/+10
2011-08-22convert avmedia to gbuildMatúš Kukan23-503/+486