summaryrefslogtreecommitdiff
path: root/src/contacts-window.vala
Commit message (Expand)AuthorAgeFilesLines
* ContactPane: split set_edit_mode in 2 methods.Niels De Graef2018-04-141-4/+3
* Window: Don't create a contact when creating/updatingwip/aplazas/new-contactAdrien Plazas2018-04-131-0/+3
* Contact: make hidden a property & cleanup the code.Niels De Graef2018-04-021-1/+1
* Don't reuse single ContactSheet for multiple contacts.Niels De Graef2018-03-251-1/+1
* Window: use flag operations in window_state_event()Niels De Graef2018-02-241-6/+3
* Contacts.Window: remember width and height of windowFrank Zschage2018-02-181-0/+67
* ContactPane: Update right titlebar after editing contactFrank Zschage2018-02-061-0/+3
* Allow sorting by first name or surname.Niels De Graef2018-02-051-2/+15
* Don't use anonymous lambdas if not necessary.Niels De Graef2018-01-221-2/+2
* Window: ngettext call should be correct this time.Niels De Graef2018-01-221-1/+1
* Window: do the ngettext thing properly this time.Niels De Graef2018-01-221-3/+6
* Window: reinstate ngettext() for delete notification.Niels De Graef2018-01-221-2/+3
* Contact: Remove display_name property.Niels De Graef2018-01-221-4/+4
* Window: disable edit buttons after canceling the creation a new contact.Niels De Graef2018-01-221-2/+2
* Window: use a single function for contact deletion.Niels De Graef2018-01-221-41/+16
* Window: add tooltips to icon buttons.Niels De Graef2018-01-211-0/+2
* 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-211-4/+0
* ContactList: use and sync the UiState.Niels De Graef2018-01-211-2/+2
* ListPane: also use the UiState.Niels De Graef2018-01-201-17/+11
* Window: allow simultaneously selecting & displaying a contact.Niels De Graef2018-01-201-10/+12
* Add a Favorite button.Niels De Graef2018-01-191-2/+21
* Window: left title: "All Contacts" -> "Contacts".Niels De Graef2018-01-191-4/+2
* Window: use icon for edit_button.Niels De Graef2018-01-171-2/+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-131-71/+55
* 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-131-1/+1
* ListPane: make an activate_selection_mode().Niels De Graef2018-01-121-3/+2
* 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
* Extract setup window into a separate class.Niels De Graef2017-12-301-52/+1
* Improve Contacts setup UI a bit.Niels De Graef2017-12-261-17/+12
* ContactsWindow: rename toolbars to headers.Niels De Graef2017-12-251-31/+23
* Use the conventional path for resources.Niels De Graef2017-12-241-1/+1
* ContactsWindow: use a Cancel button when selecting.Niels De Graef2017-12-231-24/+16
* Fix crash if initial-setup == false.Niels De Graef2017-09-111-6/+13
* App singleton cleanup: Remove show_message()Niels De Graef2017-08-271-1/+1
* Remove final uses of App.app.contacts_store.Niels De Graef2017-08-271-1/+1
* Use a constructor for ContactPane.Niels De Graef2017-08-271-25/+33
* Provide a convenience Contacts.Settings class.Niels De Graef2017-08-221-7/+5
* Clean up ContactPane.create_contact()Niels De Graef2017-07-021-1/+1
* Don't show redundant menubar. Bug 756222.Niels De Graef2017-06-301-1/+5
* Forgot to remove an obsolete commentNiels De Graef2017-06-241-1/+0
* Create InAppNotification class and remove libgd.Niels De Graef2017-06-241-61/+30
* Forgot to rename an action stringNiels De Graef2017-06-191-1/+1
* Use Unicode in translatable stringsPiotr Drąg2016-11-071-1/+1