summaryrefslogtreecommitdiff
path: root/src/contacts-contact-pane.vala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup: set App.window privateNiels De Graef2017-08-261-2/+2
* Clean up ContactPane.create_contact()Niels De Graef2017-07-021-76/+47
* Use GtkTemplate for ContactPane.Niels De Graef2017-07-021-93/+53
* ContactPane: fix double format stringJürg Billeter2016-11-011-1/+0
* types: change Personal by HomeErick Pérez Castellanos2015-04-231-1/+1
* ContactPane: commit avatar changes when editing or creatingErick Pérez Castellanos2014-08-111-0/+17
* ContactPane: added commit new contact codeErick Pérez Castellanos2014-08-111-3/+79
* ContactPane: fix leave edit-mode when no contact is setErick Pérez Castellanos2014-08-111-3/+7
* ContactPane: provide API to handle inline contact creationErick Pérez Castellanos2014-08-111-0/+21
* misc: API change to maintain readabilityErick Pérez Castellanos2014-08-111-1/+1
* misc: move ::change_avatar to ContactEditor sourceErick Pérez Castellanos2014-08-111-21/+0
* ContactPane: move internal widgets to ContactEditorErick Pérez Castellanos2014-08-111-73/+4
* edit-mode: added [Cancel] buttonErick Pérez Castellanos2014-06-071-26/+28
* UI: removed double strokes on Contacts.WindowErick Pérez Castellanos2014-05-311-27/+23
* ContactPane: set Store property after constructionErick Pérez Castellanos2014-05-291-1/+4
* ContactPane: move handling edit-mode to the WindowErick Pérez Castellanos2014-05-291-3/+0
* misc: improved ui filesErick Pérez Castellanos2014-05-291-1/+0
* ContactPane: moved into WindowErick Pérez Castellanos2014-05-291-9/+17
* ContactPane: fix GtkLabel wrappingErick Pérez Castellanos2014-04-071-0/+1
* ContactPane: remove debug instructionErick Pérez Castellanos2014-04-051-2/+0
* ContactPane: hooked actions to Editor propertiesErick Pérez Castellanos2014-04-051-10/+22
* ContactPane: migrated custom toolbar to ActionBarErick Pérez Castellanos2014-04-041-37/+10
* ContactPane: removed unused signal callbackErick Pérez Castellanos2014-04-041-25/+13
* misc: moved Center helper container to utilscErick Pérez Castellanos2014-04-041-51/+0