aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/global_search.vala
Commit message (Collapse)AuthorAgeFilesLines
* Ellipsize long display namesfiaxh2020-03-091-1/+1
|
* Base avatars and names on conversation, not JID.Marvin W2019-10-181-12/+17
| | | | Fixes #598
* Remove some use_markup usages, put skeleton header into .ui filefiaxh2019-09-111-1/+1
|
* fixup Fix some warningsfiaxh2019-09-101-11/+11
|
* Fix some warningshrxi2019-09-101-20/+24
| | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid.
* Move app menu into window, make conversation details dialog directly ↵fiaxh2019-02-051-1/+1
| | | | accessible, no-CSD option for main window
* Use Label instead of TextView for message displayfiaxh2018-09-211-19/+27
|
* Fix sent messages sometimes being displayed twicefiaxh2018-09-021-3/+3
|
* add suggestions/auto-complete for search filtersbobufa2018-08-131-2/+66
|
* improve sidebar UIbobufa2018-08-131-54/+75
| | | | | | | - only display messages that are content items - only display messages for active accounts - "fix" textview issue - add empty states (no search, no results)
* initial search logic / displaybobufa2018-08-131-0/+174