aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/util/label_hybrid.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix some compiler warningsfiaxh2023-10-071-4/+0
|
* Fix some form entries not updating properlyMarvin W2023-02-071-9/+8
|
* Improve Gtk4 portfiaxh2022-07-271-11/+12
|
* Port from GTK3 to GTK4fiaxh2022-07-271-26/+40
|
* Fix accounts panel width (#1017)Sergey2021-03-241-1/+1
| | | fixes #797
* Use GNotification instead of libnotifyfiaxh2017-09-191-8/+12
|
* Focus selected widgets in the accounts dialoghrxi2017-09-011-0/+10
| | | | | | | | | | Previously, you had to issue two clicks in order to enter something into the text fields. This also replaces the `Entry` widgets with their label counterparts once they lose focus. Since the `ComboBox` handling of focus seems to be buggy (`focus_out_event` not firing), the OpenPGP key selection lacks the latter feature.
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵fiaxh2017-06-171-14/+50
| | | | StartConversation
* Conversation details dialogfiaxh2017-05-301-0/+129