mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-19 07:48:30 +00:00
Allow smallbuttons to use emojis. Insert text in text area in chats. Ensure to send plain text message. Use custom text font for text edit. Emoji picker and display it aside of files preview with a splitter. Fix file preview layout in replies. Change double click to simple click on avatar for copying address into the smartsearchbar. Add an option to change emojis font. Update chat actions colors.
112 lines
4.6 KiB
Text
112 lines
4.6 KiB
Text
# ==============================================================================
|
|
# Common's components to export.
|
|
# ==============================================================================
|
|
|
|
module Common
|
|
|
|
# Constants --------------------------------------------------------------------
|
|
|
|
singleton Constants 1.0 Constants/Constants.qml
|
|
|
|
# Components -------------------------------------------------------------------
|
|
|
|
BusyIndicator 1.0 Animations/BusyIndicator.qml
|
|
|
|
DateTimeDialog 1.0 Dialog/DateTimeDialog.qml
|
|
DialogDescription 1.0 Dialog/DialogDescription.qml
|
|
ConfirmDialog 1.0 Dialog/ConfirmDialog.qml
|
|
DialogPlus 1.0 Dialog/DialogPlus.qml
|
|
FileViewDialog 1.0 Dialog/FileViewDialog.qml
|
|
|
|
|
|
ActionBar 1.0 Form/ActionBar.qml
|
|
ActionButton 1.0 Form/ActionButton.qml
|
|
ActionSwitch 1.0 Form/ActionSwitch.qml
|
|
CheckBoxText 1.0 Form/CheckBoxText.qml
|
|
ComboBox 1.0 Form/ComboBox.qml
|
|
CommonItemDelegate 1.0 Form/CommonItemDelegate.qml
|
|
DroppableTextArea 1.0 Form/DroppableTextArea.qml
|
|
ListForm 1.0 Form/ListForm.qml
|
|
ListItemSelector 1.0 Form/ListItemSelector.qml
|
|
Mosaic 1.0 Form/Mosaic.qml
|
|
MouseArea 1.0 Form/MouseArea.qml
|
|
RadioButton 1.0 Form/RadioButton.qml
|
|
SearchBox 1.0 Form/SearchBox.qml
|
|
Slider 1.0 Form/Slider.qml
|
|
StackView 1.0 Form/StackView.qml
|
|
StaticListForm 1.0 Form/StaticListForm.qml
|
|
Switch 1.0 Form/Switch.qml
|
|
TransparentTextInput 1.0 Form/TransparentTextInput.qml
|
|
|
|
ExclusiveButtons 1.0 Form/Buttons/ExclusiveButtons.qml
|
|
FileChooserButton 1.0 Form/Buttons/FileChooserButton.qml
|
|
SmallButton 1.0 Form/Buttons/SmallButton.qml
|
|
TextButtonA 1.0 Form/Buttons/TextButtonA.qml
|
|
TextButtonB 1.0 Form/Buttons/TextButtonB.qml
|
|
TextButtonC 1.0 Form/Buttons/TextButtonC.qml
|
|
|
|
HexField 1.0 Form/Fields/HexField.qml
|
|
NumericField 1.0 Form/Fields/NumericField.qml
|
|
PasswordField 1.0 Form/Fields/PasswordField.qml
|
|
PortField 1.0 Form/Fields/PortField.qml
|
|
ScrollableListViewField 1.0 Form/Fields/ScrollableListViewField.qml
|
|
TextAreaField 1.0 Form/Fields/TextAreaField.qml
|
|
TextField 1.0 Form/Fields/TextField.qml
|
|
|
|
Form 1.0 Form/Placements/Form.qml
|
|
FormEmptyLine 1.0 Form/Placements/FormEmptyLine.qml
|
|
FormGroup 1.0 Form/Placements/FormGroup.qml
|
|
FormHGroup 1.0 Form/Placements/FormHGroup.qml
|
|
FormVGroup 1.0 Form/Placements/FormVGroup.qml
|
|
FormLine 1.0 Form/Placements/FormLine.qml
|
|
FormTable 1.0 Form/Placements/FormTable.qml
|
|
FormTableEntry 1.0 Form/Placements/FormTableEntry.qml
|
|
FormTableLine 1.0 Form/Placements/FormTableLine.qml
|
|
|
|
TabBar 1.0 Form/Tab/TabBar.qml
|
|
TabButton 1.0 Form/Tab/TabButton.qml
|
|
TabContainer 1.0 Form/Tab/TabContainer.qml
|
|
|
|
DragBox 1.0 Helpers/DragBox.qml
|
|
HoveringMouseArea 1.0 Helpers/HoveringMouseArea.qml
|
|
InvertedMouseArea 1.0 Helpers/InvertedMouseArea.qml
|
|
MovableMouseArea 1.0 Helpers/MovableMouseArea.qml
|
|
|
|
Icon 1.0 Image/Icon.qml
|
|
RoundedImage 1.0 Image/RoundedImage.qml
|
|
|
|
MediaProgressBar 1.0 Indicators/MediaProgressBar.qml
|
|
RoundProgressBar 1.0 Indicators/RoundProgressBar.qml
|
|
VuMeter 1.0 Indicators/VuMeter.qml
|
|
|
|
ApplicationMenu 1.0 Menus/ApplicationMenu.qml
|
|
ApplicationMenuEntry 1.0 Menus/ApplicationMenuEntry.qml
|
|
DropDownDynamicMenu 1.0 Menus/DropDownDynamicMenu.qml
|
|
DropDownStaticMenu 1.0 Menus/DropDownStaticMenu.qml
|
|
DropDownStaticMenuEntry 1.0 Menus/DropDownStaticMenuEntry.qml
|
|
Menu 1.0 Menus/Menu.qml
|
|
MenuItem 1.0 Menus/MenuItem.qml
|
|
|
|
Borders 1.0 Misc/Borders.qml
|
|
ForceScrollBar 1.0 Misc/ForceScrollBar.qml
|
|
MessageBanner 1.0 Misc/MessageBanner.qml
|
|
Paned 1.0 Misc/Paned.qml
|
|
|
|
DatePicker 1.0 Picker/DatePicker.qml
|
|
EmojiPicker 1.0 Picker/EmojiPicker.qml
|
|
TimePicker 1.0 Picker/TimePicker.qml
|
|
|
|
DesktopPopup 1.0 Popup/DesktopPopup.qml
|
|
Popup 1.0 Popup/Popup.qml
|
|
PopupShadow 1.0 Popup/PopupShadow.qml
|
|
|
|
Text 1.0 Text/Text.qml
|
|
|
|
TooltipArea 1.0 Tooltip/TooltipArea.qml
|
|
|
|
ToolTip 1.0 Tooltip/Tooltip.qml
|
|
|
|
ScrollableListView 1.0 View/ScrollableListView.qml
|
|
|
|
ApplicationWindow 1.0 Window/ApplicationWindow.qml
|
|
Window 1.0 Window/Window.qml
|