summary refs log tree commit diff
path: root/resources/qml/ImageButton.qml (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-16Port top bar to QmlNicolas Werner12-448/+267
Also fixes some resize issues with stupid workarounds to our resize logic. This really needs to be cleaned up at some point!
2020-09-08Save account data and allow hiding events via account dataNicolas Werner4-32/+107
2020-09-02Fix endless pagination, when old history is inaccessibleNicolas Werner1-1/+1
2020-08-31remove unused includes and use QRegularExpressionJussi Kuokkanen2-8/+5
2020-08-31remove commentJussi Kuokkanen1-15/+0
2020-08-31get completion string based on trigger position instead of current wordJussi Kuokkanen2-10/+19
2020-08-31ignore enter keypress when completion is selectedJussi Kuokkanen1-6/+7
2020-08-29don't select emoji completion by default and add minimum string length ↵Jussi Kuokkanen1-7/+8
before showing completions
2020-08-29undo changes to emoji_codegen.pyJussi Kuokkanen1-6/+3
2020-08-29fix build and remove commented codeJussi Kuokkanen4-15/+8
2020-08-28lintJussi Kuokkanen4-124/+137
2020-08-28add emoji completer to text inputJussi Kuokkanen5-3/+182
2020-08-28Link GStreamer elements before syncing statetrilene1-2/+1
2020-08-25Add some log messages, that migrations are in progressNicolas Werner1-0/+2
2020-08-25Speedup db a bit, but loose some crash resiliencyNicolas Werner1-1/+4
The loss in durability shouldn't matter, if we can just receive the same events again after a restart
2020-08-22Under GStreamer >= 1.17 gather all candidates before sending offer/answertrilene1-3/+5