summaryrefslogtreecommitdiff
path: root/src/contacts-list-pane.vala
Commit message (Expand)AuthorAgeFilesLines
* Use selection and filter models to list contactsNiels De Graef2022-04-161-112/+0
* Port to GTK4 and libadwaitaNiels De Graef2022-01-121-22/+15
* Scroll to contact when adding/updating contactKrifa752021-06-301-0/+4
* Declare all [GtkChild] members as unownedNiels De Graef2021-02-131-5/+5
* Remove trailing whitespaceNiels De Graef2020-12-031-1/+1
* Import only the Folks namspaceNiels De Graef2020-11-301-10/+8
* Remove vim modelinesNiels De Graef2020-11-301-1/+0
* Use individual directlyJulian Sparber2019-11-041-11/+16
* Contact: make hidden a property & cleanup the code.Niels De Graef2018-04-021-1/+1
* Allow sorting by first name or surname.Niels De Graef2018-02-051-2/+2
* Don't use anonymous lambdas if not necessary.Niels De Graef2018-01-221-2/+2
* ContactList: use a SimpleQuery for the search filter.Niels De Graef2018-01-211-9/+10
* ContactList: use and sync the UiState.Niels De Graef2018-01-211-5/+1
* ListPane: also use the UiState.Niels De Graef2018-01-201-9/+18
* ListPane: remove unused `ignore_selection_change`Niels De Graef2018-01-131-8/+2
* ListPane: make an activate_selection_mode().Niels De Graef2018-01-121-7/+6
* 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
* Rename View to the more obvious ContactList.Niels De Graef2017-12-261-14/+14
* Use the conventional path for resources.Niels De Graef2017-12-241-1/+1
* Contacts.ListPane: clean up some code.Niels De Graef2017-12-241-14/+13
* ContactListPane: use constructors to pass a StoreNiels De Graef2017-12-241-42/+24
* ListPane: moved signal connection to ui fileErick Pérez Castellanos2014-05-311-1/+1
* build: move resource files into data subdirErick Pérez Castellanos2014-05-311-1/+1
* Window: replaced ListPane for loading spinnerErick Pérez Castellanos2014-05-291-0/+4
* ListPane: removed "Other Contacts" sectionErick Pérez Castellanos2014-05-291-6/+0
* Window: moved ListPane into ui fileErick Pérez Castellanos2014-05-291-4/+11
* Contacts.View: moved into ui fileErick Pérez Castellanos2014-05-291-7/+3
* ListPane: moved to template fileErick Pérez Castellanos2014-05-291-65/+30
* l18n: Changed Link string for more accurated: WebsiteErick Pérez Castellanos2013-09-231-0/+1
* Port to GtkRevealerStefano Facchini2013-08-211-2/+3
* colors: fixed backgroundErick Pérez Castellanos2013-08-171-1/+0
* Contacts.ListPane: show all contacts by defaultErick Pérez Castellanos2013-08-161-1/+1
* Contacts.ListPane: revert split between all and main contactsErick Pérez Castellanos2013-08-151-9/+4
* left-header-bar: use proper title in selection-modeErick Pérez Castellanos2013-08-151-0/+4
* Remove unused variablesPhilip Withnall2013-08-041-1/+0
* View: Convert from EggListBox to GtkListBoxAlexander Larsson2013-06-121-1/+1
* Don't search for "empty" stringsChris Cummins2013-05-271-1/+1
* Fixed ListPane changing widthErick Pérez Castellanos2013-05-041-1/+5
* search-entry: Added placeholder textErick Pérez Castellanos2013-05-041-0/+1
* Use GtkSearchEntryErick Pérez Castellanos2013-05-041-13/+2
* Add reveal effect to show selection-toolbarErick Pérez Castellanos2013-02-211-10/+9
* Show all contacts or just main.Erick Pérez Castellanos2013-02-161-5/+11
* Added link operation to selection-mode.Erick Pérez Castellanos2013-02-141-0/+8
* Hooked ::delete_contacts signal.Erick Pérez Castellanos2013-02-061-3/+3
* Added marking handling to Contacts.ListPaneErick Pérez Castellanos2013-02-061-0/+24
* Added selection-mode skel.Erick Pérez Castellanos2013-02-061-1/+22
* Added selection API to ListPane and ContactsView.Erick Pérez Castellanos2013-02-061-0/+8
* Show the search field by defaultAlexander Larsson2012-09-051-36/+1
* Use new ListBox.add_to_scrolled helperAlexander Larsson2012-05-161-3/+1