summaryrefslogtreecommitdiff
path: root/src/contacts-contact.vala
Commit message (Expand)AuthorAgeFilesLines
* Use individual directlyJulian Sparber2019-11-041-573/+0
* Contact: get rid of the `changed` signal.Niels De Graef2018-11-171-26/+8
* FakePersona: split off from contacts-contact.valaNiels De Graef2018-11-171-116/+0
* Contact: remove `keep_widget_uptodate()`.Niels De Graef2018-11-031-6/+0
* Allow adding tests.Niels De Graef2018-07-271-1/+1
* ContactForm: create a common base structure.Niels De Graef2018-05-081-23/+0
* WIP: Refactor ContactSheet property adding.Niels De Graef2018-04-221-1/+1
* ContactPane: split set_edit_mode in 2 methods.Niels De Graef2018-04-141-5/+4
* Contact: mark result of from_individual as unowned.Niels De Graef2018-04-081-1/+1
* Contact: don't make an exception for Tpf when removing personas.Niels De Graef2018-04-021-24/+7
* Contact: put the constructor before the methods.Niels De Graef2018-04-021-11/+10
* Contact: make hidden a property & cleanup the code.Niels De Graef2018-04-021-50/+35
* Contact: cleanup _get_is_hidden().Niels De Graef2018-03-311-11/+5
* Contact: make Store reference private.Niels De Graef2018-03-311-17/+13
* Contact: don't needlessly lookup the types of all fields.Niels De Graef2018-03-311-13/+0
* Contact: simplify persona_is_google_other()Niels De Graef2018-02-181-3/+1
* Contact: clean up field sorting code.Niels De Graef2018-02-181-39/+25
* Contact: simplify persona_is_google()Niels De Graef2018-02-181-5/+1
* Contact: clean up the persona stores result.Niels De Graef2018-02-181-9/+4
* Contact: clean up persona store sorting function.Niels De Graef2018-02-171-32/+22
* Contact: remove the personas_changed signal.Niels De Graef2018-02-171-22/+9
* Contact: sort postal addresses before notes.Niels De Graef2018-02-131-2/+1
* Contact: clean up sorting of persona properties.Niels De Graef2018-02-131-31/+13
* Contact: use const string[] for sorted properties.Niels De Graef2018-02-131-1/+1
* Extract ImService to a separate file.Niels De Graef2018-02-131-43/+2
* Contact: Remove display_name property.Niels De Graef2018-01-221-5/+1
* ContactList: use a SimpleQuery for the search filter.Niels De Graef2018-01-211-45/+0
* Avatar: cleaner UI.Niels De Graef2018-01-191-95/+0
* Port contacts-esd-setup to Vala.Niels De Graef2018-01-171-4/+4
* Make telepathy dependency optionalCosimo Cecchi2018-01-011-0/+20
* ContactsContact: return early in calc_is_main()Niels De Graef2017-12-291-10/+5
* ContactsContact: reference to Store should be weakNiels De Graef2017-12-291-1/+1
* Keep all the Geocode and Map stuff in one place.Niels De Graef2017-12-291-34/+0
* ContactsContact: remove unused ImDisplay enumNiels De Graef2017-12-291-17/+7
* ContactsContact: remove unused helper functions.Niels De Graef2017-12-291-22/+0
* ContactsContact: Remove initial_letter property.Niels De Graef2017-12-291-9/+0
* Contact: don't listen to changes in Tp.PersonaNiels De Graef2017-12-281-35/+1
* ContactsContact: remove avatar_icon_data property.Niels De Graef2017-12-271-29/+8
* Contacts.Contact: use Individual for display_nameNiels De Graef2017-12-271-47/+1
* ContactsContact: remove unused method is_callable.Niels De Graef2017-12-241-12/+0
* added compare by type to compare_fieldsFrank Zschage2017-11-041-1/+24
* Cleanup: remove Contact.get_first_stringNiels De Graef2017-08-281-12/+5
* Cleanup: Remove Contact.get_secondary_string (dead code)Niels De Graef2017-08-281-43/+0
* Cleanup: remove ContactDataRef and presence.Niels De Graef2017-08-261-84/+0
* Cleanup: remove more dead code in Contacts.ContactNiels De Graef2017-08-261-141/+0
* Cleanup: (dead code) remove ContactPresence classNiels De Graef2017-08-261-89/+0
* Remove Contact.serializable_avatar_iconDavid King2015-10-061-9/+0
* Simplify search provider icon passingDavid King2015-10-061-14/+1
* Added support for searching by phoneDimitrios Christidis2015-04-231-0/+5
* contacts-contact: Add method to geocode a contactJonas Danielsson2015-01-141-0/+34