summaryrefslogtreecommitdiff
path: root/src/contacts-setup-window.vala
Commit message (Collapse)AuthorAgeFilesLines
* Extract setup window into a separate class.Niels De Graef2017-12-301-0/+74
| | | | | This simplifies the code in ContactsWindow by a bit and also prevents unnecessary loading of the setup UI.
* build: remove unused codeErick Pérez Castellanos2014-08-111-106/+0
|
* build: remove margin_left/right deprecated callsErick Pérez Castellanos2014-02-131-4/+4
| | | | Remove some additional code added to deal with locales RTL
* Contacts.SetupWindow: make the buttons as center verticallyYosef Or Boczko2013-09-261-0/+2
| | | | | | http://bugzilla.gnome.org/show_bug.cgi?id=708858 Signed-off-by: Yosef Or Boczko <yoseforb@gmail.com>
* Contacts.SetupWindow: fix AccountsList not align properlyErick Pérez Castellanos2013-08-191-0/+1
|
* Contacts.AccountList: fix some issues, match the mockupsErick Pérez Castellanos2013-08-151-1/+1
|
* AccountsList: hooked to ContactsStore signal for updateErick Pérez Castellanos2013-08-091-2/+2
| | | | | Updated contacts-setup-window and change address book dialog to use the change notification and update the accounts list there
* Remove unused variablesPhilip Withnall2013-08-041-2/+0
|
* SetupWindow: use new AccountsList widgetErick Pérez Castellanos2013-07-241-153/+44
|
* contact: Move get_eds_addressbooks() to AppFlorian Müllner2012-06-281-1/+1
| | | | | | | | | Contact currently references App in a couple of places, which means the class depends on pretty much any other class. In order to reuse the Contact class in the shell search provider (which will be a separate executable), reduce the Contact class' dependencies. https://bugzilla.gnome.org/show_bug.cgi?id=679002
* Convert contacts to new EDS APIsAlexander Larsson2012-06-141-8/+4
| | | | | This makes it compile and seems sane, but folks seems completely broken with the new EDS, so I can't actually test this. At least it builds now...
* Properly escape strings passed to set_markupAlexander Larsson2012-05-151-1/+1
|
* Fix some layout details in first run dialog.Alexander Larsson2012-02-131-5/+10
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=669555
* Add first run dialogAlexander Larsson2012-01-271-0/+213