summaryrefslogtreecommitdiff
path: root/src/contacts-contact-list.vala
Commit message (Expand)AuthorAgeFilesLines
* Fix unselecting sidebar itemAlexander Mikhaylenko2022-08-121-2/+11
* contact-list: Rework and simplify scroll_to_contact()Niels De Graef2022-04-171-7/+4
* Use selection and filter models to list contactsNiels De Graef2022-04-161-223/+100
* contact-list: Make Individual a propertyNiels De Graef2022-01-141-2/+3
* contact-list: Fix async call to Avatar.reload()Niels De Graef2022-01-131-1/+1
* editor: Make sure saving an avatar works againNiels De Graef2022-01-131-1/+4
* Port to GTK4 and libadwaitaNiels De Graef2022-01-121-118/+169
* contacts-list: don't show checkbox on hoveringLorenz Wildberg2021-08-201-21/+1
* Contacts-list: remain selection mode even if no contacts are selectedLorenz Wildberg2021-08-201-5/+0
* Scroll to contact when adding/updating contactKrifa752021-06-301-1/+18
* Fix build with telepathy enabledRico Tzschichholz2021-01-311-1/+1
* contact-list: Don't highlight contacts while selectingJulian Sparber2021-01-171-1/+6
* contact-list: Add longpress gesture for selecting contactsJulian Sparber2021-01-171-6/+30
* Import only the Folks namspaceNiels De Graef2020-11-301-5/+4
* Reduce the amount of unnecessary refcountingNiels De Graef2020-11-071-15/+15
* contact-list: Don't omit Gtk namespaceNiels De Graef2020-11-071-23/+22
* contact-list: Fix Valadoc commentNiels De Graef2020-11-071-1/+1
* Fix build when -Dtelepathy=trueNiels De Graef2020-11-071-1/+1
* Refactor link/unlink operationsJulian Sparber2020-02-021-2/+3
* Use individual directlyJulian Sparber2019-11-041-36/+60
* Contact: get rid of the `changed` signal.Niels De Graef2018-11-171-2/+2
* ContactList: fix segfault when right-clicking.Niels De Graef2018-09-131-2/+4
* Store: add contacts in a separate thread.Niels De Graef2018-04-081-0/+1
* ContactList: don't call Settings on each sort.Niels De Graef2018-04-081-5/+7
* Contact: make hidden a property & cleanup the code.Niels De Graef2018-04-021-1/+2
* Allow sorting by first name or surname.Niels De Graef2018-02-051-3/+19
* ContactList: don't use a separate map for contacts.Niels De Graef2018-01-231-17/+17
* ContactList: simplify sorting function.Niels De Graef2018-01-231-14/+5
* ContactList: right-click == checkbox toggle in selection mode.Niels De Graef2018-01-221-1/+1
* ContactList: start select mode on right click.Niels De Graef2018-01-221-1/+13
* Don't use anonymous lambdas if not necessary.Niels De Graef2018-01-221-2/+2
* Avatar: lazily load the Pixbuf of the avatar.Niels De Graef2018-01-221-2/+1
* Contact: Remove display_name property.Niels De Graef2018-01-221-2/+2
* ContactList: set visible = true earlier.Niels De Graef2018-01-221-2/+1
* ContactDataRow: prevent display name from "twitching".Niels De Graef2018-01-221-7/+9
* Window: use a single function for contact deletion.Niels De Graef2018-01-221-2/+2
* ContactList: use a SimpleQuery for the search filter.Niels De Graef2018-01-211-45/+11
* ContactList: minor checkbox UI tweaksNiels De Graef2018-01-211-7/+12
* ContactList: only show checkbox on hover.Niels De Graef2018-01-211-14/+37
* ContactList: use and sync the UiState.Niels De Graef2018-01-211-20/+18
* Avatar: load asynchronously.Niels De Graef2018-01-201-1/+1
* Avatar: cleaner UI.Niels De Graef2018-01-191-1/+3
* ContactList: show Favorites separately at the top.Niels De Graef2018-01-181-5/+48
* Simplify Avatar stylingNiels De Graef2018-01-161-2/+0
* Rename ContactFrame to Avatar.Niels De Graef2018-01-161-6/+6
* Make telepathy dependency optionalCosimo Cecchi2018-01-011-0/+2
* ContactsList: prefer iterating over rows rather than HashMap values.Niels De Graef2017-12-261-10/+14
* Rename View to the more obvious ContactList.Niels De Graef2017-12-261-0/+227