summaryrefslogtreecommitdiff
path: root/avmedia/source/framework/MediaControlBase.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-06loplugin:ostr avmediaNoel Grandin1-24/+24
2023-06-24Change LocaleDataWrapper::getDuration() parameter to tools::DurationEike Rathke1-2/+5
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-7/+7
2022-03-29tdf#145614 Convert #define to constexprofftkp1-2/+2
2022-02-14update play/pause/stop when one of the other changesCaolán McNamara1-18/+29
2022-02-11these label properties are already set to this text in the .uiCaolán McNamara1-5/+0
2021-11-16Drop redundant 'using rtl::OUString'Mike Kaganski1-2/+0
2021-02-01cppcheck: missing getting current increment valuesCaolán McNamara1-0/+1
2020-12-15Related tdf#138888: fix assertion on avmedia/MediaControlBaseJulien Nabet1-1/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-1/+1
2020-11-16replace std::min(std::max()) with std::clampNoel1-3/+2
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen1-2/+0
2020-09-02these constants can be local to the cxx fileNoel Grandin1-0/+4
2020-06-03Upcoming loplugin:elidestringvar: avmediaStephan Bergmann1-2/+1
2020-04-18loplugin:flatten in avmediaNoel Grandin1-11/+11
2020-02-03drop some unneeded includesCaolán McNamara1-1/+0
2020-02-01weld MediaPlaybackPanelCaolán McNamara1-189/+112
2020-01-30tdf#42949 Fix IWYU warnings in avmedia/Gabor Kelemen1-1/+0
2019-05-02tdf#101524: seeking position shouldn't pause video playbackKatarina Behrens1-1/+1
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-1/+1
2017-10-20tdf#87808 Add missing tooltips to Media Playback toolbarGabor Kelemen1-0/+2
2017-10-09avmedia: consistently use "" and <> in include directivesMike Kaganski1-4/+4
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin1-5/+5
2017-08-19convert WB_SLIDERSET to a bool fieldNoel Grandin1-1/+2
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-4/+4
2017-05-19loplugin:stringcopy: avmediaStephan Bergmann1-9/+9
2017-05-19make string translation loading more uniformCaolán McNamara1-9/+9
2017-05-16loplugin:comparisonwithconstant in avmediaNoel Grandin1-1/+1
2017-04-25remove bitmaps from .src filesCaolán McNamara1-24/+58
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist1-2/+2
2016-12-23unwind AVMEDIA_IMGLST/AVMEDIA_IMGLST_L ImageListsCaolán McNamara1-9/+37
2016-12-20Drop ListBox include from ComboBox headerJan-Marek Glogowski1-2/+4
2016-08-15tdf#87794: Media Playback PanelYousuf Philips1-0/+273