Home
last modified time | relevance | path

Searched refs:OSD (Results 1 – 25 of 1858) sorted by relevance

12345678910>>...75

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/scripts/desktopchangeosd/
H A Dmetadata.desktop2 Name=Desktop Change OSD
4 Name[bs]=Promjena podloge OSD
5 Name[ca]=OSD al canvi d'escriptori
7 Name[cs]=OSD změny plochy
11 Name[en_GB]=Desktop Change OSD
23 Name[ja]=Desktop Change OSD
26 Name[ko]=바탕 화면 변경 OSD
28 Name[mr]=डेस्कटॉप बदल OSD
33 Name[pa]=ਡੈਸਕਟਾਪ ਬਦਲਣ OSD
34 Name[pl]=OSD zmiany pulpitu
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/widgets/
H A Dosd.cpp35 const char* OSD::kSettingsGroup = "OSD";
37 OSD::OSD(SystemTrayIcon* tray_icon, Application* app, QObject* parent) in OSD() function in OSD
62 OSD::~OSD() { delete pretty_popup_; } in ~OSD()
64 void OSD::ReloadSettings() { in ReloadSettings()
85 void OSD::ReloadPrettyOSDSettings() { in ReloadPrettyOSDSettings()
90 void OSD::ReshowCurrentSong() { in ReshowCurrentSong()
155 void OSD::Paused() { in Paused()
161 void OSD::Stopped() { in Stopped()
177 void OSD::PlaylistFinished() { in PlaylistFinished()
184 void OSD::VolumeChanged(int value) { in VolumeChanged()
[all …]
H A Dosd_win.cpp23 void OSD::Init() {} in Init()
25 bool OSD::SupportsNativeNotifications() { return false; } in SupportsNativeNotifications()
27 bool OSD::SupportsTrayPopups() { return true; } in SupportsTrayPopups()
29 void OSD::ShowMessageNative(const QString&, const QString&, const QString&, in ShowMessageNative()
H A Dosd_x11.cpp81 void OSD::Init() { in Init()
94 bool OSD::SupportsNativeNotifications() { in SupportsNativeNotifications()
102 bool OSD::SupportsTrayPopups() { return true; } in SupportsTrayPopups()
104 void OSD::ShowMessageNative(const QString& summary, const QString& message, in ShowMessageNative()
138 void OSD::CallFinished(QDBusPendingCallWatcher* watcher) { in CallFinished()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/scripting/scriptengine/
H A DAmarokOSDScript.cpp38 Amarok::OSD::instance()->forceToggleOSD(); in showCurrentTrack()
44 Amarok::OSD::instance()->show(); in show()
50 Amarok::OSD::instance()->setDuration( ms ); in setDuration()
56 Amarok::OSD::instance()->setTextColor( color ); in setTextColor()
62 Amarok::OSD::instance()->setYOffset( y ); in setOffset()
68 Amarok::OSD::instance()->setImage( image ); in setImage()
74 Amarok::OSD::instance()->setScreen( screen ); in setScreen()
80 Amarok::OSD::instance()->setText( text ); in setText()
86 Amarok::OSD::instance()->setRating( rating ); in setRating()
92 Amarok::OSD::instance()->setEnabled( enable ); in setOsdEnabled()
/dports/multimedia/QtAV/QtAV-1.13.0/examples/player/filters/
H A DOSD.cpp27 OSD::OSD(): in OSD() function in QtAV::OSD
33 OSD::~OSD() in ~OSD()
37 void OSD::setShowType(ShowType type) in setShowType()
42 OSD::ShowType OSD::showType() const in showType()
47 void OSD::useNextShowType() in useNextShowType()
60 bool OSD::hasShowType(ShowType t) const in hasShowType()
65 QString OSD::text(Statistics *statistics) in text()
H A DOSD.h32 class OSD
43 OSD();
44 virtual ~OSD();
/dports/cad/opencascade/opencascade-7.6.0/adm/wnt/cbp/
H A DTKernel_obj.link1OSD/OSD.o ../../../wnt/gcc/obj/src/OSD/OSD_Chronometer.o ../../../wnt/gcc/obj/src/OSD/OSD_Director…
H A DTKernel_objd.link1OSD/OSD.o ../../../wnt/gcc/objd/src/OSD/OSD_Chronometer.o ../../../wnt/gcc/objd/src/OSD/OSD_Direct…
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/ui/
H A Dnotificationssettingspage.cpp128 OSD::Behaviour osd_behaviour = in Load()
129 OSD::Behaviour(s.value("Behaviour", OSD::Native).toInt()); in Load()
131 case OSD::Native: in Load()
138 case OSD::Pretty: in Load()
142 case OSD::TrayPopup: in Load()
149 case OSD::Disabled: in Load()
196 OSD::Behaviour osd_behaviour = OSD::Disabled; in Save()
198 osd_behaviour = OSD::Disabled; in Save()
200 osd_behaviour = OSD::Native; in Save()
204 osd_behaviour = OSD::Pretty; in Save()
[all …]
/dports/audio/osd-lyrics/osdlyrics-0.4.3/
H A DREADME3 OSD Lyrics - Show lyrics with your favorite media player.
8 OSD Lyrics is a lyrics show compatible with various media players. It is not a plugin but a standal…
10 OSD Lyrics is released under GPL v3. See COPYING for more detail.
15 To use OSD Lyrics, just launch your media player, then launch OSD Lyrics. OSD Lyrics will detect an…
20 The home page of OSD Lyrics is http://code.google.com/p/osd-lyrics/
H A DNEWS11 - Fade out on the edge of lyric text in OSD mode if it is too long
21 - Blurring in OSD mode will not cause a frame around lyrics
31 * Outline blur on OSD mode
40 * Display OSD lyrics as a normal window.
59 * Player control on background panel of OSD Window
62 - FIX: Can not hide OSD Window
75 - A more graceful background on OSD Window
80 * Display download progress in OSD Window
92 * Some improvement on OSD mode:
101 * OSD Lyrics released!
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dosdcore.c58 static OSD_struct * OSD = NULL; variable
69 OSD = OSDCoreList[i]; in OSDInit()
74 if (OSD == NULL) in OSDInit()
77 if (OSD->Init() != 0) in OSDInit()
88 if (OSD) in OSDDeInit()
89 OSD->DeInit(); in OSDDeInit()
90 OSD = NULL; in OSDDeInit()
97 preservefps = (OSD != NULL); in OSDChangeCore()
135 if (OSD == NULL) return somethingnew; in OSDDisplayMessages()
176 if (OSD == NULL) return 0; in OSDUseBuffer()
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/GPL/
H A DKconfig2 # Kernel configuration file for the OSD scsi protocol
19 tristate "OSD-Initiator library"
22 Enable the OSD-Initiator library (libosd.ko).
27 tristate "OSD Upper Level driver"
31 to user-mode for testing and controlling OSD devices. It is also
32 needed by exofs, for mounting an OSD based file system.
46 bool "Compile All OSD modules with lots of DEBUG prints"
50 OSD Code is populated with lots of OSD_DEBUG(..) printouts to
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/widgets/
H A DOsd.cpp609 Amarok::OSD* Amarok::OSD::s_instance = nullptr;
611 Amarok::OSD*
612 Amarok::OSD::instance() in instance()
618 Amarok::OSD::destroy() in destroy()
627 Amarok::OSD::OSD() in OSD() function in Amarok::OSD
657 Amarok::OSD::~OSD() in ~OSD()
703 Amarok::OSD::applySettings() in applySettings()
724 Amarok::OSD::forceToggleOSD() in forceToggleOSD()
755 Amarok::OSD::stopped() in stopped()
764 Amarok::OSD::paused() in paused()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Units/
H A DUnits_UnitsDictionary.cxx193 OSD::CStringToReal(MM, M); in Creates()
194 OSD::CStringToReal(LL, L); in Creates()
195 OSD::CStringToReal(TT, T); in Creates()
196 OSD::CStringToReal(II, I); in Creates()
197 OSD::CStringToReal(tt, t); in Creates()
198 OSD::CStringToReal(NN, N); in Creates()
199 OSD::CStringToReal(JJ, J); in Creates()
200 OSD::CStringToReal(PP, P); in Creates()
201 OSD::CStringToReal(SS, S); in Creates()
283 OSD::CStringToReal(&convert[charnumber], move); in Creates()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/FFT/src/
H A DitkFFTWGlobalConfiguration.cxx212 std::stringstream OSD(""); in GenerateWisdomFilename() local
216 OSD << hardwareInfo.GetOSName() << "_"; in GenerateWisdomFilename()
220 OSD << hardwareInfo.GetOSRelease() << "_"; in GenerateWisdomFilename()
233 OSD << bitsizeString; in GenerateWisdomFilename()
245 OSD << hardwareInfo.GetVendorID() << "_"; in GenerateWisdomFilename()
249 OSD << hardwareInfo.GetTypeID() << "_"; in GenerateWisdomFilename()
253 OSD << hardwareInfo.GetFamilyID() << "_"; in GenerateWisdomFilename()
257 OSD << hardwareInfo.GetModelID() << "_"; in GenerateWisdomFilename()
261 OSD << hardwareInfo.GetSteppingCode(); in GenerateWisdomFilename()
263 OSD << ".wisdom"; in GenerateWisdomFilename()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/OSD/
H A DOSD.cxx21 Standard_Boolean OSD::RealToCString(const Standard_Real aReal, in RealToCString()
48 Standard_Boolean OSD::CStringToReal(const Standard_CString aString, in CStringToReal()
68 void OSD::SecSleep (const Standard_Integer theSeconds) in SecSleep()
81 void OSD::MilliSecSleep (const Standard_Integer theMilliseconds) in MilliSecSleep()
/dports/audio/wmix/wmix-3.1/
H A DNEWS27 Mostly bugfixes and other random stuff. OSD now really stays on top provided
31 Configuration file implemented. Mousewheel functionality, OSD display,
32 OSD color, main mixer device, and OSS bug work-around can now be selected
35 you can change the OSD color, for example, and see the results right away.
68 On-Screen-Display (OSD), just like the one you probably have on your TV. The
71 and draw code has been optimized not to draw any unnecessary stuff. The OSD
76 dockapp window, the OSD will stay lit. After all movement is gone, and in
77 approximately 1.5 seconds, the OSD fades out. If some Xlib programmer knows
79 the OSD continuously on top while being displayed. Right now, it comes up
81 too much of a loss, but still could be improved. OSD follows the same low-CPU
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/
H A DHotkeyScheduler.cpp314 OSD::AddMessage(std::string("Volume: ") + in Run()
345 OSD::AddMessage("Internal Resolution: Auto (integral)"); in Run()
348 OSD::AddMessage("Internal Resolution: Native"); in Run()
351 OSD::AddMessage(StringFromFormat("Internal Resolution: %dx", g_Config.iEFBScale)); in Run()
380 OSD::AddMessage("Stretch"); in Run()
383 OSD::AddMessage("Force 4:3"); in Run()
386 OSD::AddMessage("Force 16:9"); in Run()
390 OSD::AddMessage("Auto"); in Run()
402 OSD::AddMessage(StringFromFormat( in Run()
423 OSD::AddMessage(StringFromFormat("Fog: %s", new_value ? "Enabled" : "Disabled")); in Run()
[all …]
/dports/emulators/mess/mame-mame0226/src/frontend/mame/ui/
H A Dsubmenu.cpp99 { submenu::option_type::OSD, __("Video Mode"), OSDOPTION_VIDEO },
100 …{ submenu::option_type::OSD, __("Number Of Screens"), OSDOPTION_NUMSCREENS …
105 { submenu::option_type::OSD, __("GLSL"), OSDOPTION_GL_GLSL },
106 { submenu::option_type::OSD, __("Bilinear Filtering"), OSDOPTION_FILTER },
107 { submenu::option_type::OSD, __("Bitmap Prescaling"), OSDOPTION_PRESCALE },
108 { submenu::option_type::OSD, __("Window Mode"), OSDOPTION_WINDOW },
110 { submenu::option_type::OSD, __("Start Out Maximized"), OSDOPTION_MAXIMIZE },
112 { submenu::option_type::OSD, __("Wait Vertical Sync"), OSDOPTION_WAITVSYNC }
169 case option_type::OSD: in submenu()
237 case option_type::OSD: in handle()
[all …]
/dports/emulators/mame/mame-mame0226/src/frontend/mame/ui/
H A Dsubmenu.cpp99 { submenu::option_type::OSD, __("Video Mode"), OSDOPTION_VIDEO },
100 …{ submenu::option_type::OSD, __("Number Of Screens"), OSDOPTION_NUMSCREENS …
105 { submenu::option_type::OSD, __("GLSL"), OSDOPTION_GL_GLSL },
106 { submenu::option_type::OSD, __("Bilinear Filtering"), OSDOPTION_FILTER },
107 { submenu::option_type::OSD, __("Bitmap Prescaling"), OSDOPTION_PRESCALE },
108 { submenu::option_type::OSD, __("Window Mode"), OSDOPTION_WINDOW },
110 { submenu::option_type::OSD, __("Start Out Maximized"), OSDOPTION_MAXIMIZE },
112 { submenu::option_type::OSD, __("Wait Vertical Sync"), OSDOPTION_WAITVSYNC }
169 case option_type::OSD: in submenu()
237 case option_type::OSD: in handle()
[all …]
/dports/polish/kadu/kadu-4.3/plugins/mediaplayer/translations/
H A Dmediaplayer_pl.ts17 <source>Pseudo-OSD for MediaPlayer</source>
18 <translation>Pseudo-OSD dla MediaPlayer</translation>
49 <source>Enable pseudo-OSD</source>
50 <translation>Włącz pseudo-OSD</translation>
53 … <source>Enables pseudo-OSD done by Kadu hints. Shows currently played title in hint.</source>
54 …<translation>Włącza pseudo-OSD realizowane przez mechanizm powiadomien Kadu. Na przykład pokazuje …
H A Dmediaplayer_tr.ts17 <source>Pseudo-OSD for MediaPlayer</source>
18 <translation>Pseudo-OSD için MediaPlayer</translation>
49 <source>Enable pseudo-OSD</source>
50 <translation>pseudo-OSD açık</translation>
53 … <source>Enables pseudo-OSD done by Kadu hints. Shows currently played title in hint.</source>
54 …<translation>Kadu ipucu olarak pseudo-OSD izin ver. Şuan oynatılanın başlığını ipucu olarak göster…
H A Dmediaplayer_de.ts16 <source>Pseudo-OSD for MediaPlayer</source>
17 <translation>Pseudo-OSD für MediaPlayer</translation>
48 <source>Enable pseudo-OSD</source>
49 <translation>Pseudo-OSD einschalten</translation>
52 … <source>Enables pseudo-OSD done by Kadu hints. Shows currently played title in hint.</source>
53 …<translation>Schaltet Pseudo-OSD aus Kadu-Hinweisen ein. Zeigt aktuell gespielten Titel im Hinweis…

12345678910>>...75