summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Utils: remove canonincalize_for_search()Niels De Graef2018-01-211-30/+0
* ContactList: use a SimpleQuery for the search filter.Niels De Graef2018-01-213-99/+21
* ContactList: minor checkbox UI tweaksNiels De Graef2018-01-211-7/+12
* Window: no more "Select" title in left header.Niels De Graef2018-01-211-4/+3
* ContactList: only show checkbox on hover.Niels De Graef2018-01-212-18/+37
* ContactList: use and sync the UiState.Niels De Graef2018-01-213-27/+21
* ListPane: also use the UiState.Niels De Graef2018-01-202-26/+29
* Window: allow simultaneously selecting & displaying a contact.Niels De Graef2018-01-202-12/+14
* Avatar: load asynchronously.Niels De Graef2018-01-207-17/+15
* Avatar: remove redundant if-check.Niels De Graef2018-01-201-3/+0
* Avatar: also provide a fallback if contact == nullNiels De Graef2018-01-201-4/+2
* Slightly enlarge the avatar in the contact pane.Niels De Graef2018-01-201-1/+1
* Main: remove Clutter reference.Niels De Graef2018-01-191-2/+0
* Utils: remove dead code.Niels De Graef2018-01-191-48/+0
* Avatar: cleaner UI.Niels De Graef2018-01-195-129/+88
* Don't show a map for an address.Niels De Graef2018-01-193-270/+3
* Add a Favorite button.Niels De Graef2018-01-191-2/+21
* Rename AvatarDialog to AvatarSelector.Niels De Graef2018-01-193-6/+6
* Window: left title: "All Contacts" -> "Contacts".Niels De Graef2018-01-191-4/+2
* Avatar: don't use a button.wip/nielsdg/avatar-no-buttonNiels De Graef2018-01-183-58/+38
* ContactList: show Favorites separately at the top.Niels De Graef2018-01-181-5/+48
* ContactEditor: set container_grid in the UI fileNiels De Graef2018-01-181-16/+5
* ContactEditor: remove redundant hcenter.Niels De Graef2018-01-181-6/+1
* Window: use icon for edit_button.Niels De Graef2018-01-171-2/+2
* Port contacts-esd-setup to Vala.Niels De Graef2018-01-175-349/+200
* CSS: Remove unused class .contacts-entryNiels De Graef2018-01-162-3/+0
* CSS: remove useless class .month-comboNiels De Graef2018-01-161-1/+0
* Simplify Avatar stylingNiels De Graef2018-01-163-5/+3
* Rename ContactFrame to Avatar.Niels De Graef2018-01-168-51/+54
* ListPane: remove unused `ignore_selection_change`Niels De Graef2018-01-131-8/+2
* Window: rename overlay to notification_overlay.Niels De Graef2018-01-131-2/+2
* Window: remove useless debug statement.Niels De Graef2018-01-131-1/+0
* Window: Implement the UI as an FSM.Niels De Graef2018-01-133-71/+116
* Window: No more need for view_switcher StackNiels De Graef2018-01-131-5/+0
* ContactsWindow: no need to pass the Settings.Niels De Graef2018-01-132-2/+2
* ListPane: make an activate_selection_mode().Niels De Graef2018-01-122-10/+8
* ListPane: clean up the fields.Niels De Graef2018-01-121-6/+3
* ListPane: use the search_changed signal.Niels De Graef2018-01-121-31/+11
* ContactsWindow: aggregate edit_mode constraintsNiels De Graef2018-01-121-50/+29
* ContactsWindow: no need for a selection_mode-property.Niels De Graef2018-01-121-17/+8
* ContactsWindow: split init_content_widgets()Niels De Graef2018-01-091-10/+11
* ContactsWindow: remove right_title and left_title.Niels De Graef2018-01-091-25/+11
* Make telepathy dependency optionalCosimo Cecchi2018-01-016-7/+45
* Extract setup window into a separate class.Niels De Graef2017-12-304-55/+104
* Build: make Maps optional.Niels De Graef2017-12-292-17/+22
* 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-292-36/+32
* ContactsContact: remove unused ImDisplay enumNiels De Graef2017-12-292-18/+8
* ContactsContact: remove unused helper functions.Niels De Graef2017-12-291-22/+0