summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Collapse)Author
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-04gbuild: define NOMINMAX in windows.mkMichael Stahl
2011-12-22"*.*" is not "all files" (bnc#738021)Luboš Luňák
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 Foley
2011-12-16avmedia: QuickTime: use gb_Library_add_objcxxobjectsMichael Stahl
2011-12-14Revert "we have gb_Library_add_objcxxobjects for this"Matúš Kukan
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úš Kukan
2011-12-09Fix for fdo43460, Part I, getLength to isEmptyOlivier Hallot
Part I Modules unoControl, accessibility and avmedia
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-06mediaitem.cxx: unnecessary castingMichael Stahl
2011-12-06impress210: #i115617# set zoom to fit_to_windowOcke.Janssen@oracle.com
# 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 Stahl
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 Stahl
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 Yoshida
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 Stahl
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 Stahl
This new function is used by sc,sd,sw to embed media in the document storage.
2011-12-03avmedia::MediaItem: add pImplMichael Stahl
2011-12-03MediaWindow::executeMediaURLDialog: add link buttonMichael Stahl
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-24ditch dbg_dumpCaolán McNamara
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann
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 Bergmann
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann
* 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 Thiebaud
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 Meeks
2011-10-06STRSAFE_NO_DEPRECATETor Lillqvist
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-09-29Use NSString's UTF8String method instead of the deprecated cStringTor Lillqvist
2011-09-22Always link with user32Tor Lillqvist
2011-09-20Remove RCS headerThomas Arnhold
2011-08-22Actually these methods are supposed to have private visibility.Kohei Yoshida
2011-08-22Linker error on windows.Kohei Yoshida
2011-08-22Don't mark methods PUBLIC when the whole class is marked PUBLIC.Kohei Yoshida
MSVC refuses to compile otherwise.
2011-08-22fix warning errorsMatúš Kukan
2011-08-22convert avmedia to gbuildMatúš Kukan
2011-08-22remove Java piece from avmediaMatúš Kukan
2011-08-05callcatcher: unused methodsCaolán McNamara
2011-08-03avmedia cleanup - remove unused codeMatúš Kukan
2011-07-21Generate correctly named import library for WNTGCCTor Lillqvist
2011-07-12Remove component_getImplementationEnvironment methodsMatúš Kukan
2011-07-09Resolves: fdo#39091 use UTF-8 encoding for gstreamer urisCaolán McNamara
2011-07-03callcatcher: unused hasInternalMediaControlCaolán McNamara
2011-06-20totally pointless intermediate objectCaolán McNamara
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
Conflicts: basic/source/classes/sbunoobj.cxx basic/source/inc/runtime.hxx basic/source/runtime/step1.cxx desktop/source/deployment/dp_services.cxx drawinglayer/prj/d.lst drawinglayer/source/primitive2d/makefile.mk sfx2/source/appl/appinit.cxx sfx2/source/appl/appquit.cxx sfx2/source/inc/appdata.hxx sfx2/source/view/viewfrm.cxx svx/source/fmcomp/gridctrl.cxx vbahelper/source/vbahelper/vbahelper.cxx
2011-05-11prefer C++ wrapper to avoid leakDavid Tardon
2011-04-28clean-up obsolete define related to gstreamer or lack thereofNorbert Thiebaud
2011-04-28Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens
Conflicts: avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx basic/inc/basic/sbxdef.hxx basic/source/classes/sbxmod.cxx basic/source/comp/makefile.mk basic/source/comp/sbcomp.cxx basic/source/inc/namecont.hxx basic/source/inc/scriptcont.hxx basic/source/runtime/methods.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step1.cxx basic/source/uno/namecont.cxx basic/util/makefile.mk connectivity/source/commontools/predicateinput.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/file/fcomp.cxx connectivity/source/drivers/jdbc/JConnection.cxx connectivity/source/drivers/odbcbase/OResultSet.cxx connectivity/source/drivers/odbcbase/OStatement.cxx connectivity/source/parse/sqlnode.cxx desktop/source/app/app.cxx drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx drawinglayer/source/processor2d/vclprocessor2d.cxx formula/inc/formula/token.hxx formula/source/core/api/token.cxx fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx fpicker/source/win32/filepicker/platform_vista.h framework/source/helper/persistentwindowstate.cxx framework/source/uielement/menubarmanager.cxx oovbaapi/ooo/vba/XFoundFiles.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/msforms/XCheckBox.idl oovbaapi/ooo/vba/msforms/XComboBox.idl oovbaapi/ooo/vba/msforms/XControl.idl oovbaapi/ooo/vba/msforms/XGroupBox.idl oovbaapi/ooo/vba/msforms/XLabel.idl oovbaapi/ooo/vba/msforms/XListBox.idl oovbaapi/ooo/vba/msforms/XNewFont.idl oovbaapi/ooo/vba/msforms/XRadioButton.idl oovbaapi/ooo/vba/msforms/XTextBox.idl oovbaapi/ooo/vba/msforms/XToggleButton.idl scripting/source/dlgprov/dlgevtatt.cxx sfx2/source/control/unoctitm.cxx sfx2/source/doc/objstor.cxx sfx2/source/doc/objxtor.cxx svx/inc/svx/svdograf.hxx svx/source/form/fmpage.cxx svx/source/form/fmpgeimp.cxx svx/source/svdraw/svdedtv.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdouno.cxx svx/source/xml/xmlgrhlp.cxx uui/source/iahndl-ssl.cxx vbahelper/Library_msforms.mk vbahelper/Library_vbahelper.mk vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/source/msforms/vbacombobox.cxx vbahelper/source/msforms/vbacontrol.cxx vbahelper/source/msforms/vbacontrols.cxx vbahelper/source/msforms/vbaframe.cxx vbahelper/source/msforms/vbaframe.hxx vbahelper/source/msforms/vbalabel.cxx vbahelper/source/msforms/vbalabel.hxx vbahelper/source/msforms/vbalistbox.cxx vbahelper/source/msforms/vbalistbox.hxx vbahelper/source/msforms/vbamultipage.cxx vbahelper/source/msforms/vbatogglebutton.cxx vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/vbacommandbar.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbacommandbarcontrols.hxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/source/vbahelper/vbawindowbase.cxx xmloff/source/meta/xmlmetai.cxx xmloff/source/style/PageMasterExportPropMapper.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/text/txtexppr.cxx xmloff/source/text/txtprmap.cxx
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet