..
qml
qml: introduce `DelayedBehavior.qml`
7 months ago
asynctask.hpp
qt: add missing virtual destructor
4 years ago
audio_device_model.cpp
qt: update to Qt 6.7.0
2 years ago
audio_device_model.hpp
qt: remove virtual on override methods
3 years ago
base_model.cpp
qt: util: move or pass by ref instead of copying
10 months ago
base_model.hpp
qt: add loaded count property in base model
1 year ago
base_model_p.hpp
qt: add loaded count property in base model
1 year ago
color_scheme_model.cpp
qt: fix deprecated warning in color_scheme_model.cpp
2 years ago
color_scheme_model.hpp
qt: remove virtual on override methods
3 years ago
color_svg_image_provider.cpp
qt: util: move or pass by ref instead of copying
10 months ago
color_svg_image_provider.hpp
qt: util: move or pass by ref instead of copying
10 months ago
colorizedsvgicon.cpp
qt: do not use `QPluginLoader` in other threads
10 months ago
colorizedsvgicon.hpp
qt: move include directive from the header to source file in `ColorizedSvgIcon`
1 year ago
covergenerator.cpp
qt: fix cross-compilation issue by including cmath
4 years ago
covergenerator.hpp
qt: remove smooth property from cover generator
4 years ago
csdbuttonmodel.cpp
qt: prevent crash due to QList rvalue destruction
1 year ago
csdbuttonmodel.hpp
qt: prevent crash due to QList rvalue destruction
1 year ago
csdmenu.cpp
qt: guard QPlatformWindow access with QT_GUI_PRIVATE
6 months ago
csdmenu.hpp
qt: use QtQml/qqmlregistration.h for QML registration macros
6 months ago
csdmenu_module.h
qt: introduce CSD menu
2 years ago
csdmenu_wayland.c
qt: do not check always false variable in `csdmenu_wayland.c`
1 year ago
csdmenu_wayland.h
qt: add CSD menu module for wayland
2 years ago
csdmenu_win32.c
qt: add csdmenu module for windows
2 years ago
csdmenu_win32.h
qt: add csdmenu module for windows
2 years ago
csdmenu_x11.cpp
qt: add csdmenu module for X11
2 years ago
csdmenu_x11.h
qt: add csdmenu module for X11
2 years ago
dismiss_popup_event_filter.cpp
qt: add DismissPopupEventFilter from KDE Plasma
3 years ago
dismiss_popup_event_filter.hpp
qt: add DismissPopupEventFilter from KDE Plasma
3 years ago
effects_image_provider.cpp
qt: define QT_NO_CAST_FROM_BYTEARRAY
2 years ago
effects_image_provider.hpp
qt: get rid of `SingletonRegisterHelper`
2 years ago
fast_gaussian_blur_template.h
qt: fix includes in gaussian blur implementation
3 years ago
flickable_scroll_handler.cpp
qt: obey the predefined scroll direction in `FlickableScrollHandler`
2 years ago
flickable_scroll_handler.hpp
qt: flickable_scroll_handler: fix uninitialized variables
2 years ago
imagehelper.cpp
qt: do not use `QPluginLoader` in other threads
10 months ago
imagehelper.hpp
qt: add `ImageHelper::createSvgImageIOHandler()`
1 year ago
imageluminanceextractor.cpp
qt: add ImageLuminanceExtractor util class
6 years ago
imageluminanceextractor.hpp
qt: mark properties with 'final' when applicable
5 years ago
item_key_event_filter.cpp
qt: rename properties in ItemKeyEventFilter
5 years ago
item_key_event_filter.hpp
qt: rename properties in ItemKeyEventFilter
5 years ago
keyhelper.cpp
qt: use SingletonRegisterHelper for QmlKeyHelper registration
5 years ago
keyhelper.hpp
qt: use SingletonRegisterHelper for QmlKeyHelper registration
5 years ago
list_selection_model.cpp
qt: cache intermediate results in ListSelectionModel
3 years ago
list_selection_model.hpp
qt: cache intermediate results in ListSelectionModel
3 years ago
listcache.hpp
qt: add loaded count property in base model
1 year ago
listcache.hxx
qt: fix asyncFetchMore in between partial update in list cache
1 year ago
listcacheloader.hpp
qt: introduce BaseModel to handle model changes independently from the data
3 years ago
locallistbasemodel.hpp
qt: ensure network models aren't as cachable too early
2 years ago
locallistcacheloader.hpp
qt: fix calling unavailable pure virtual method in `LocalListCacheLoader`
10 months ago
model_recovery_agent.hpp
qt: remove the overzealous assert in `ModelRecoveryAgent` destructor
2 years ago
navigation_history.cpp
qt: fix deprecated warning in navigation_history.cpp
2 years ago
navigation_history.hpp
qt: remove temporary property viewPropLegacy in History
3 years ago
proxycolumnmodel.hpp
qt: purge more redundant includes
5 years ago
qsgtextureview.cpp
qt: make `QSGTextureView::setRect()` thread-safe
10 months ago
qsgtextureview.hpp
qt: make `QSGTextureView::setRect()` thread-safe
10 months ago
qt_dirs.cpp
Rename qt4.hpp to qt.hpp
11 years ago
qt_dirs.hpp
qt: dialogs: move or pass by ref instead of copying
10 months ago
registry.cpp
remove the $Id$ in the source code
8 years ago
registry.hpp
remove the $Id$ in the source code
8 years ago
renderer_manager.cpp
src/modules: use vlc_shared_data_ptr directly
10 months ago
renderer_manager.hpp
qt: update RendererManager model
2 years ago
shared_input_item.hpp
src/modules: use vlc_shared_data_ptr directly
10 months ago
singleton.hpp
qt: use variadic template in Singleton to allow generic types
4 years ago
soutchain.cpp
qt: sout: fix double escaping with chains as value
4 years ago
soutchain.hpp
qt: sout: fix double escaping with chains as value
4 years ago
textureproviderobserver.cpp
qt: do not notify comparison key change by default in `TextureProviderObserver`
6 months ago
textureproviderobserver.hpp
qt: do not notify comparison key change by default in `TextureProviderObserver`
6 months ago
ui_notifier.cpp
qt: implement UINotifier
1 year ago
ui_notifier.hpp
qt: implement UINotifier
1 year ago
validators.cpp
qt: trim trailing space in `UrlValidator`
2 years ago
validators.hpp
qt: purge remaining use of Q_DECL_OVERRIDE
4 years ago
varchoicemodel.cpp
modules: fix typos
5 years ago
varchoicemodel.hpp
qt: remove virtual on override methods
3 years ago
varcommon_p.hpp
src/modules: use vlc_shared_data_ptr directly
10 months ago
variables.cpp
qt: variables: move or pass by ref instead of copying
10 months ago
variables.hpp
qt: variables: move or pass by ref instead of copying
10 months ago
vlcaccess_image_provider.cpp
qt: do not use access for resource or local images
2 years ago
vlcaccess_image_provider.hpp
qt: do not use access for resource or local images
2 years ago
vlchotkeyconverter.cpp
qt: care about wheel event invertedness in WheelToVLCConverter
2 years ago
vlchotkeyconverter.hpp
qt: use QtQml/qqmlregistration.h for QML registration macros
6 months ago
vlcqtmessagehandler.cpp
qt: log qt message through VLC when --qt-verbose is set
2 years ago
vlcqtmessagehandler.hpp
qt: add qt message handler to log application messages as VLC logs
2 years ago
vlctick.cpp
qt: add arithmetic operators to VLCDuration
8 months ago
vlctick.hpp
qt: mark VLCDuration and VLCTime as final
6 months ago
workerthreadset.cpp
qt: introduce WorkerThreadSet
2 years ago
workerthreadset.hpp
qt: add missing include `QElapsedTimer` in `workerthreadset.hpp`
1 year ago