summary refs log tree commit diff
path: root/src/emoji (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split qml part of Device VerificationCH Chethan Reddy2020-09-141-1/+0
|
* Merge branch 'master' into device-verificationDeepBlueV7.X2020-09-031-0/+37
|\
| * fix build and remove commented codeJussi Kuokkanen2020-08-291-6/+1
| |
| * lintJussi Kuokkanen2020-08-281-17/+22
| |
| * add emoji completer to text inputJussi Kuokkanen2020-08-281-0/+37
| |
* | Add DeviceVerificationList to keep track of all flows and Popup onCH Chethan Reddy2020-07-301-1/+0
|/ | | | recieving start or request
* Fix lintingJoseph Donofry2020-06-112-6663/+15380
|
* Fix build issue on some versions of clangJoseph Donofry2020-06-106-15122/+6710
|
* Merge master and fix conflictsJoseph Donofry2020-06-092-4/+8
|\
| * Improve compile times a tiny bitNicolas Werner2020-05-262-4/+8
| |
* | Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-135-4679/+15295
|/ | | | | This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one.
* remove setStyleSheet calls directly from widget codeAdasauce2020-02-212-5/+0
| | | | | | | | | | | | | | | removed from: - emoji panel scrollbars - emoji category labels - splitter image handles - textfield setTextColor impl small change to the category separator label for better contrast / readability in dark mode. removed setTextColor completely from TextField. Doesn't appear to be in use anywhere, and focus going more toward qss themeing from qproperty setting.
* modernize: use overrideNicolas Werner2020-02-041-1/+1
|
* Optimize includes a bitNicolas Werner2020-01-312-1/+1
|
* Update emoji to unicode 13.0Nicolas Werner2020-01-241-1361/+4680
|
* Add emoji text selection option for non-macJoseph Donofry2019-07-261-2/+11
|
* Improve layout of Emoji PickerNicolas Werner2019-07-254-10/+28
| | | | | | | | Respect system styling Increase size of emojis (to remove empty space) Add hover effect (partially adresses #41) Less hardcoding of sizes Use emoji font (color)
* Restore Emoji Picker, but remove forcing EmojiOneredsky172019-01-261-2/+2
| | | | | | Restored the emoji picker, but it now falls back to the system instead of forcing Emoji One. The allows users to user the picker for convenience, but doesn't enforce the emoji style on them.
* Revert "Remove built-in emoji picker"redsky172019-01-268-0/+679
| | | | This reverts commit 4b807229aa20d6f4891e35f08d489da427d3d0b6.
* Remove built-in emoji pickerKonstantinos Sideris2018-10-078-679/+0
|
* Remove pixel value from fontsKonstantinos Sideris2018-09-302-3/+2
|
* macOS: Use the native emoji pickerKonstantinos Sideris2018-09-192-0/+36
| | | | fixes #79
* Remove hover event from emoji pickerKonstantinos Sideris2018-08-082-9/+21
| | | | fixes #398
* Move all files under src/Konstantinos Sideris2018-07-1710-2/+268
|
* Hide emoji panel if it's not under the mouse cursorKonstantinos Sideris2018-04-082-9/+27
| | | | | fixes #254 fixes #246
* Hide emoji picker when the app loses focusKonstantinos Sideris2018-02-161-2/+1
| | | | | fixes #184 fixes #209
* Remove empty destructorsKonstantinos Sideris2018-02-101-2/+0
|
* Remove tone emojiKonstantinos Sideris2018-02-092-79/+9
|
* Prevent emoji selector for closingKonstantinos Sideris2017-12-211-18/+0
| | | | fixes #176
* Group emoji and dialogs with namespacesKonstantinos Sideris2017-11-305-63/+68
|
* Create directories for related filesKonstantinos Sideris2017-11-305-0/+1912