summary refs log tree commit diff
path: root/resources/qml/emoji/EmojiPicker.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of old emoji pickerNicolas Werner2023-05-251-307/+0
|
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* Fix white bar above sticker pickerNicolas Werner2023-01-121-1/+0
|
* Fix white bar above emoji pickerNicolas Werner2023-01-121-35/+19
|
* Try to fix binding loop in emoji pickerNicolas Werner2023-01-121-2/+2
|
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Fix emoji pickerq234rty2022-06-301-5/+6
|
* Unhardcode qmlBulbyVR2022-04-241-2/+1
|
* Curse you hardcoded qml!BulbyVR2022-04-241-1/+2
|
* Use ScrollHelper on EmojiPickerJoseph Donofry2022-01-261-10/+16
|
* Make some icons smootherNicolas Werner2022-01-021-0/+4
|
* Strip variant selector in some casesNicolas Werner2022-01-011-1/+1
| | | | | | fixes #439 Workaround for https://bugreports.qt.io/browse/QTBUG-97401 fixes #810
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Multiply source size by scale factorNicolas Werner2021-12-131-2/+3
| | | | Might be unnecessary, but docs are unclear on that.
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-10/+10
|
* Clear emoji search field when picker closedThomas Karpiniec2021-08-191-1/+2
|
* Try to make scrolling emoji picker a bit smootherNicolas Werner2021-07-151-0/+1
|
* Make emoji picker follow themeNicolas Werner2021-07-031-199/+223
|
* Make palette global in QmlNicolas Werner2021-05-131-8/+8
|
* Use one CompletionProxy for everything including EmojiPickerNicolas Werner2021-04-181-99/+52
|
* Fix emoji picker getting cut offJoseph Donofry2021-04-131-0/+1
|
* Fix some TapHandler focus issuesNicolas Werner2021-04-111-7/+6
|
* Fix emoji picker appearing in wrong locationsNicolas Werner2021-03-231-15/+12
|
* Fix conflict between qmlformat and license checkNicolas Werner2021-03-071-0/+1
|
* Show mxid on hovering usernameNicolas Werner2021-03-071-1/+0
| | | | fixes #507
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Get category switching workingLoren Burkholder2021-01-251-18/+18
|
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-121-2/+2
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-111-2/+2
|
* Move emoji picker to qmlNicolas Werner2020-11-251-6/+6
|
* Qml message input mockupNicolas Werner2020-10-261-2/+2
|
* Fix emoji filter losing focusNicolas Werner2020-10-121-0/+1
|
* Lint qml with qml-formatNicolas Werner2020-10-081-111/+152
|
* Fix reactionsNicolas Werner2020-09-031-1/+1
|
* Fix presence indicatorNicolas Werner2020-07-301-2/+2
|
* Fix reactionsNicolas Werner2020-07-201-12/+12
|
* Lower qt version used for emoji picker and scroll helperNicolas Werner2020-06-171-2/+2
|
* Fix build issue on some versions of clangJoseph Donofry2020-06-101-18/+18
|
* Remove signals in favor of direct function callsJoseph Donofry2020-06-091-6/+4
|
* Remove duplicate search iconsJoseph Donofry2020-06-091-1/+1
|
* Fix UserSettings in QMLJoseph Donofry2020-06-091-2/+2
|
* Minor adjustments to emoji pickerJoseph Donofry2020-06-091-7/+22
|
* Add reaction/redaction for in-line ReactionsJoseph Donofry2020-05-211-5/+7
|
* Attach emoji picker picked to reaction senderJoseph Donofry2020-05-161-3/+13
|
* Update emoji picker and translationsJoseph Donofry2020-05-131-63/+152
|
* Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-131-0/+176
This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one.