summaryrefslogtreecommitdiff
path: root/src/contacts-contact-pane.vala
Commit message (Expand)AuthorAgeFilesLines
* Use less return_val_if_fail checksNiels De Graef2023-02-111-9/+8
* pane: Select the new individual after saving changesNiels De Graef2022-10-091-2/+14
* Move link suggestions to Contacts.StoreNiels De Graef2022-09-081-1/+1
* contact: Don't keep a reference to the storeNiels De Graef2022-09-081-4/+5
* Introduce the concept of Contacts.ChunkNiels De Graef2022-09-031-114/+56
* Fix unselecting sidebar itemAlexander Mikhaylenko2022-08-121-2/+2
* Port to AdwMessageDialogAlexander Mikhaylenko2022-06-291-7/+3
* Add OperationList to keep track of OperationsNiels De Graef2022-06-071-4/+2
* Wait for store to be quiescent before applying contact changesAdam Williamson2022-06-061-0/+10
* Use selection and filter models to list contactsNiels De Graef2022-04-161-22/+15
* Port to GTK4 and libadwaitaNiels De Graef2022-01-121-55/+51
* Declare all [GtkChild] members as unownedNiels De Graef2021-02-131-4/+4
* contact-pane: Re-arrange widgets, subclass GtkBinChristopher Davis2021-02-131-4/+10
* contact-page: Use HdyStatusPage for empty viewChristopher Davis2021-02-131-1/+1
* Rename Window to MainWindowNiels De Graef2021-01-171-7/+7
* Correct some spelling mistakesNiels De Graef2020-12-061-1/+1
* Import only the Folks namspaceNiels De Graef2020-11-301-17/+15
* Don't use "do" as identifierNiels De Graef2020-11-291-1/+1
* Editor: use listbox layout to edit contact and secondary menuJulian Sparber2020-02-031-144/+60
* Refactor link/unlink operationsJulian Sparber2020-02-021-4/+12
* Use individual directlyJulian Sparber2019-11-041-36/+46
* src: Use format strings when constructing MessageDialogsPhilip Withnall2019-04-181-1/+1
* ContactSheet: use a container grid.Niels De Graef2018-05-081-6/+3
* ContactEditor: don't reuse for multiple contacts.Niels De Graef2018-05-081-30/+38
* ContactPane: split set_edit_mode in 2 methods.Niels De Graef2018-04-141-62/+51
* ContactPane: Re-add the suggestion grid.Niels De Graef2018-04-021-0/+9
* ContactPane: move constructor before methods.Niels De Graef2018-04-021-34/+26
* Contact: make hidden a property & cleanup the code.Niels De Graef2018-04-021-2/+1
* Contact: make Store reference private.Niels De Graef2018-03-311-2/+2
* ContactPane: correctly set this.sheet as nullable.Niels De Graef2018-03-261-1/+1
* ContactPane: move some initialization out of the constructor.Niels De Graef2018-03-251-5/+3
* ContactPane: clean up suggestion_grid handling.Niels De Graef2018-03-251-26/+17
* Don't reuse single ContactSheet for multiple contacts.Niels De Graef2018-03-251-60/+30
* ContactPane: add MaxWidthBin in the template.Niels De Graef2018-03-251-9/+3
* MaxWidth: rename Center and extract to its own file.Niels De Graef2018-03-251-5/+5
* Contact: remove the personas_changed signal.Niels De Graef2018-02-171-2/+2
* ContactPane: Update right titlebar after editing contactFrank Zschage2018-02-061-0/+6
* Center: remove xalign.Niels De Graef2018-01-221-1/+0
* LinkedAccountsDialog: use GtkTemplate.Niels De Graef2018-01-221-4/+2
* Contact: Remove display_name property.Niels De Graef2018-01-221-1/+1
* Slightly enlarge the avatar in the contact pane.Niels De Graef2018-01-201-1/+1
* Use the conventional path for resources.Niels De Graef2017-12-241-1/+1
* ContactSheet: remove unused Store.Niels De Graef2017-12-241-1/+1
* Extract LinkSuggestionGrid into a class.Niels De Graef2017-12-231-67/+14
* Cleanup: Remove App singletonNiels De Graef2017-08-271-1/+1
* App singleton cleanup: Remove show_message()Niels De Graef2017-08-271-6/+15
* Remove final uses of App.app.contacts_store.Niels De Graef2017-08-271-1/+1
* Prevent more uses of App singleton for its StoreNiels De Graef2017-08-271-18/+21
* Use a constructor for ContactPane.Niels De Graef2017-08-271-17/+5
* Try to steer away from using App as a singleton.Niels De Graef2017-08-271-4/+3