Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Nheko compile on Qt6 | Nicolas Werner | 2023-06-08 | 1 | -1/+0 |
| | |||||
* | Make default completer complete custom emoji | Nicolas Werner | 2023-05-25 | 3 | -118/+2 |
| | |||||
* | Merge branch 'v0.11.2-next' | Nicolas Werner | 2023-02-23 | 2 | -11504/+11801 |
|\ | |||||
| * | Hotfix redundant null terminator inserted by emoji completer | Nicolas Werner | 2023-02-23 | 2 | -11504/+11801 |
| | | |||||
* | | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 5 | -16/+5 |
|/ | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | Fix gcc10 again. Remove this once we stop supporting gcc10 | Nicolas Werner | 2023-02-19 | 1 | -14834/+14873 |
| | |||||
* | Fix gcc10 compat | Nicolas Werner | 2023-02-19 | 1 | -1/+1 |
| | |||||
* | Reduce code bloat a bit | Nicolas Werner | 2023-02-19 | 3 | -11321/+11357 |
| | | | | | | Especially the emoji array shrinks a lot with this, but adds a few extra relocations on startup. But it removes a lot of exception handling code at runtime, which is nice and possibly this is still faster. | ||||
* | Properly regenerate emoji using regional indicators | Nicolas Werner | 2023-01-10 | 2 | -2/+106 |
| | | | | | fixes #1245 closes #1246 | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 5 | -0/+5 |
| | |||||
* | Update to unicode 15 and make script jinja:3 compatible | Nicolas Werner | 2022-10-08 | 2 | -132/+152 |
| | |||||
* | Fix a few more windows warnings | Nicolas Werner | 2022-10-02 | 1 | -1/+1 |
| | |||||
* | Fix a few more warnings | Nicolas Werner | 2022-10-01 | 1 | -1/+1 |
| | |||||
* | Speedup provider compilation | Nicolas Werner | 2022-06-16 | 3 | -7/+4 |
| | |||||
* | Fixup some small emoji things | Nicolas Werner | 2022-05-06 | 2 | -2/+4 |
| | |||||
* | Fix triumph mapping | TheDrawingCoding-Gamer | 2022-05-01 | 1 | -2/+2 |
| | |||||
* | Change name to codepoint | BulbyVR | 2022-04-27 | 1 | -25/+7321 |
| | |||||
* | More codes and rules | BulbyVR | 2022-04-24 | 1 | -7477/+181 |
| | |||||
* | Unhardcode qml | BulbyVR | 2022-04-24 | 1 | -1/+1 |
| | |||||
* | forgot to lint | BulbyVR | 2022-04-24 | 1 | -3661/+14827 |
| | |||||
* | Properly add regional indicators, with ZWNJ | BulbyVR | 2022-04-24 | 1 | -14723/+3661 |
| | |||||
* | Add more aliases, start on regional indicators | BulbyVR | 2022-04-24 | 2 | -5/+5 |
| | |||||
* | Forgot linting | BulbyVR | 2022-04-24 | 1 | -3635/+14723 |
| | |||||
* | Allow search with unicode names | BulbyVR | 2022-04-24 | 4 | -10223/+3647 |
| | |||||
* | Remove sequences of _ | BulbyVR | 2022-04-24 | 1 | -861/+861 |
| | |||||
* | Keep old codes alongside new ones | BulbyVR | 2022-04-24 | 1 | -0/+18 |
| | | | | Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com> | ||||
* | Run make lint | BulbyVR | 2022-04-24 | 1 | -3634/+10199 |
| | | | | Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com> | ||||
* | Add transforms and shortcodes to emoji | BulbyVR | 2022-04-24 | 1 | -12899/+3634 |
| | | | | Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com> | ||||
* | Use fully qualified emoji and use literals | Nicolas Werner | 2022-01-01 | 1 | -7215/+10348 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 5 | -0/+5 |
| | |||||
* | Add Unicode 14.0 emoji | Joseph Donofry | 2021-09-25 | 1 | -47/+349 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 4 | -74/+71 |
| | |||||
* | Use one CompletionProxy for everything including EmojiPicker | Nicolas Werner | 2021-04-18 | 3 | -136/+16 |
| | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 6 | -16/+24 |
| | |||||
* | Use correct syntax for emoji generation script | Loren Burkholder | 2021-01-25 | 1 | -3733/+3883 |
| | |||||
* | Make lint | Loren Burkholder | 2021-01-25 | 1 | -1/+0 |
| | |||||
* | Use new enum structure in emoji generation script | Loren Burkholder | 2021-01-25 | 1 | -6/+0 |
| | |||||
* | Get category switching working | Loren Burkholder | 2021-01-25 | 3 | -23/+24 |
| | |||||
* | Fix emoji update script | Nicolas Werner | 2021-01-23 | 1 | -70/+1695 |
| | |||||
* | Rename Provider_new.cpp to Provider.cpp | Loren Burkholder | 2021-01-21 | 1 | -0/+0 |
| | | | | It isn't new any more. | ||||
* | Qml emoji completer | Nicolas Werner | 2020-11-25 | 1 | -0/+4 |
| | |||||
* | use completion interface in emoji completions | Jussi Kuokkanen | 2020-11-25 | 1 | -2/+12 |
| | |||||
* | Move emoji picker to qml | Nicolas Werner | 2020-11-25 | 10 | -8447/+0 |
| | |||||
* | Split qml part of Device Verification | CH Chethan Reddy | 2020-09-14 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into device-verification | DeepBlueV7.X | 2020-09-03 | 1 | -0/+37 |
|\ | |||||
| * | fix build and remove commented code | Jussi Kuokkanen | 2020-08-29 | 1 | -6/+1 |
| | | |||||
| * | lint | Jussi Kuokkanen | 2020-08-28 | 1 | -17/+22 |
| | | |||||
| * | add emoji completer to text input | Jussi Kuokkanen | 2020-08-28 | 1 | -0/+37 |
| | | |||||
* | | Add DeviceVerificationList to keep track of all flows and Popup on | CH Chethan Reddy | 2020-07-30 | 1 | -1/+0 |
|/ | | | | recieving start or request | ||||
* | Fix linting | Joseph Donofry | 2020-06-11 | 2 | -6663/+15380 |
| | |||||
* | Fix build issue on some versions of clang | Joseph Donofry | 2020-06-10 | 6 | -15122/+6710 |
| | |||||
* | Merge master and fix conflicts | Joseph Donofry | 2020-06-09 | 2 | -4/+8 |
|\ | |||||
| * | Improve compile times a tiny bit | Nicolas Werner | 2020-05-26 | 2 | -4/+8 |
| | | |||||
* | | Add new QML-based emoji picker (work in progress) | Joseph Donofry | 2020-05-13 | 5 | -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 code | Adasauce | 2020-02-21 | 2 | -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 override | Nicolas Werner | 2020-02-04 | 1 | -1/+1 |
| | |||||
* | Optimize includes a bit | Nicolas Werner | 2020-01-31 | 2 | -1/+1 |
| | |||||
* | Update emoji to unicode 13.0 | Nicolas Werner | 2020-01-24 | 1 | -1361/+4680 |
| | |||||
* | Add emoji text selection option for non-mac | Joseph Donofry | 2019-07-26 | 1 | -2/+11 |
| | |||||
* | Improve layout of Emoji Picker | Nicolas Werner | 2019-07-25 | 4 | -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 EmojiOne | redsky17 | 2019-01-26 | 1 | -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" | redsky17 | 2019-01-26 | 8 | -0/+679 |
| | | | | This reverts commit 4b807229aa20d6f4891e35f08d489da427d3d0b6. | ||||
* | Remove built-in emoji picker | Konstantinos Sideris | 2018-10-07 | 8 | -679/+0 |
| | |||||
* | Remove pixel value from fonts | Konstantinos Sideris | 2018-09-30 | 2 | -3/+2 |
| | |||||
* | macOS: Use the native emoji picker | Konstantinos Sideris | 2018-09-19 | 2 | -0/+36 |
| | | | | fixes #79 | ||||
* | Remove hover event from emoji picker | Konstantinos Sideris | 2018-08-08 | 2 | -9/+21 |
| | | | | fixes #398 | ||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 10 | -2/+268 |
| | |||||
* | Hide emoji panel if it's not under the mouse cursor | Konstantinos Sideris | 2018-04-08 | 2 | -9/+27 |
| | | | | | fixes #254 fixes #246 | ||||
* | Hide emoji picker when the app loses focus | Konstantinos Sideris | 2018-02-16 | 1 | -2/+1 |
| | | | | | fixes #184 fixes #209 | ||||
* | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 1 | -2/+0 |
| | |||||
* | Remove tone emoji | Konstantinos Sideris | 2018-02-09 | 2 | -79/+9 |
| | |||||
* | Prevent emoji selector for closing | Konstantinos Sideris | 2017-12-21 | 1 | -18/+0 |
| | | | | fixes #176 | ||||
* | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 5 | -63/+68 |
| | |||||
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 5 | -0/+1912 |