aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/global_search.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix poor contrast of highlight in search results with dark theme (#1557)eerielili2024-03-021-1/+2
| | | - fixes #1308
* New Avatar UIMarvin W2023-03-051-6/+6
|
* Fix UI for libadwaitaMarvin W2023-01-251-0/+2
|
* Gtk4 bug fixes and improvementsMarvin W2022-07-271-1/+1
|
* Improve Gtk4 portfiaxh2022-07-271-12/+12
|
* Port from GTK3 to GTK4fiaxh2022-07-271-52/+88
|
* Remove color from /me name, remove use_markup from sender labelfiaxh2022-01-231-1/+1
|
* Small cleanupfiaxh2022-01-231-1/+1
|
* Display message sender in bold+text color instead of small+coloredfiaxh2022-01-051-3/+3
|
* Fix compiler warnings ('cast between incompatible function types') by not ↵fiaxh2021-10-121-44/+50
| | | | connecting closures
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-121-7/+7
|
* Escape pango markup in names in GlobalSearchfiaxh2021-03-051-2/+2
|
* Reduce use of Widget.destroy()fiaxh2021-02-101-1/+1
| | | | | | On non-toplevel windows, use Container.remove() instead of Widget.destroy() Needed for migration to GTK4 https://developer.gnome.org/gtk4/unstable/gtk-migrating-3-to-4.html#id-1.7.4.3.17
* Use advertized/server/live time for sorting instead of arrival timefiaxh2020-12-041-3/+3
| | | | fixes #310
* Fix loading more results when scrolling through search resultsfiaxh2020-09-141-0/+1
|
* Global search: Display dates in local timezone (#855)selurvedu2020-05-201-1/+1
| | | | | | This fixes message dates being displayed in UTC in the message search sidebar. Co-authored-by: selurvedu <selurvedu@users.noreply.github.com>
* Change UI messages for more claritymbeko2020-03-241-1/+1
|
* 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