summaryrefslogtreecommitdiffstats
path: root/avmedia
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-105-8/+8
|
* more idle code documentation improvementMichael Meeks2012-03-061-2/+3
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-013-5/+5
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* Removed unused code.Bartolomé Sánchez Salado2012-02-276-100/+0
|
* Removed unused code from avmedia.elbarto2012-02-182-27/+0
|
* Make avmedia module buildable with dbglevel=3 again.Thorsten Behrens2012-02-171-11/+3
|
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+4
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* finalize gcc 4.7 string literal operatorsThomas Arnhold2012-01-241-1/+1
|
* WaE: deprecated functionDavid Tardon2012-01-151-1/+1
|
* fix windows build errorCaolán McNamara2012-01-111-3/+3
|
* cppcheck: cstyleCastAugust Sodora2012-01-071-2/+2
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-063-3/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-053-3/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-054-4/+0
|
* gbuild: define NOMINMAX in windows.mkMichael Stahl2012-01-041-4/+0
|
* "*.*" is not "all files" (bnc#738021)Luboš Luňák2011-12-221-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 (*.*)").
* fix build with msvcPeter Foley2011-12-211-0/+4
|
* avmedia: QuickTime: use gb_Library_add_objcxxobjectsMichael Stahl2011-12-166-5/+1
|
* Revert "we have gb_Library_add_objcxxobjects for this"Matúš Kukan2011-12-141-1/+5
| | | | | | This reverts commit cd105c5ad2dc7176837a570e6507bd2ca0cd357f. We can't use gb_Library_add_objcxxobjects here because gb_ObjCxxObject_get_source has .mm suffix
* we have gb_Library_add_objcxxobjects for thisMatúš Kukan2011-12-141-5/+1
|
* Fix for fdo43460, Part I, getLength to isEmptyOlivier Hallot2011-12-092-8/+8
| | | | | | Part I Modules unoControl, accessibility and avmedia
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* mediaitem.cxx: unnecessary castingMichael Stahl2011-12-061-2/+2
|
* impress210: #i115617# set zoom to fit_to_windowOcke.Janssen@oracle.com2011-12-061-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
* refactor media embedding completely:Michael Stahl2011-12-065-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.
* SdrMediaObj: copy/paste supportMichael Stahl2011-12-061-4/+1
| | | | | This only works properly in Impress, because Calc and Writer lack a SfxBaseModel on their clipboard document.
* Fixed build breakage, and remove warning.Kohei Yoshida2011-12-021-2/+2
| | | | | OUString never understands generic int type; it thinks it's too ambiguous, depending on 32-bit or 64-bit build environment.
* actually play embedded media:Michael Stahl2011-12-036-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.
* add avmedia::EmbedMediaMichael Stahl2011-12-033-0/+155
| | | | This new function is used by sc,sd,sw to embed media in the document storage.
* avmedia::MediaItem: add pImplMichael Stahl2011-12-032-95/+106
|
* MediaWindow::executeMediaURLDialog: add link buttonMichael Stahl2011-12-033-5/+41
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-4/+4
|
* ditch dbg_dumpCaolán McNamara2011-11-241-31/+0
|
* Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann2011-11-231-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.
* Remove no longer necessary "(void) x; // avoid warnings".Stephan Bergmann2011-11-221-1/+0
|
* New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann2011-11-221-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.
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* fix mangled gstreamer service name, fixing embedded videoMichael Meeks2011-10-263-6/+12
|
* STRSAFE_NO_DEPRECATETor Lillqvist2011-10-061-0/+1
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* Use NSString's UTF8String method instead of the deprecated cStringTor Lillqvist2011-09-291-1/+1
|
* Always link with user32Tor Lillqvist2011-09-221-1/+0
|
* Remove RCS headerThomas Arnhold2011-09-201-3/+0
|
* Actually these methods are supposed to have private visibility.Kohei Yoshida2011-08-221-2/+2
|
* Linker error on windows.Kohei Yoshida2011-08-221-0/+1
|
* Don't mark methods PUBLIC when the whole class is marked PUBLIC.Kohei Yoshida2011-08-221-2/+2
| | | | MSVC refuses to compile otherwise.
* fix warning errorsMatúš Kukan2011-08-222-10/+10
|
* convert avmedia to gbuildMatúš Kukan2011-08-2223-503/+486
|