Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extract setup window into a separate class. | Niels De Graef | 2017-12-30 | 1 | -0/+74 |
| | | | | | This simplifies the code in ContactsWindow by a bit and also prevents unnecessary loading of the setup UI. | ||||
* | build: remove unused code | Erick Pérez Castellanos | 2014-08-11 | 1 | -106/+0 |
| | |||||
* | build: remove margin_left/right deprecated calls | Erick Pérez Castellanos | 2014-02-13 | 1 | -4/+4 |
| | | | | Remove some additional code added to deal with locales RTL | ||||
* | Contacts.SetupWindow: make the buttons as center vertically | Yosef Or Boczko | 2013-09-26 | 1 | -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 properly | Erick Pérez Castellanos | 2013-08-19 | 1 | -0/+1 |
| | |||||
* | Contacts.AccountList: fix some issues, match the mockups | Erick Pérez Castellanos | 2013-08-15 | 1 | -1/+1 |
| | |||||
* | AccountsList: hooked to ContactsStore signal for update | Erick Pérez Castellanos | 2013-08-09 | 1 | -2/+2 |
| | | | | | Updated contacts-setup-window and change address book dialog to use the change notification and update the accounts list there | ||||
* | Remove unused variables | Philip Withnall | 2013-08-04 | 1 | -2/+0 |
| | |||||
* | SetupWindow: use new AccountsList widget | Erick Pérez Castellanos | 2013-07-24 | 1 | -153/+44 |
| | |||||
* | contact: Move get_eds_addressbooks() to App | Florian Müllner | 2012-06-28 | 1 | -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 APIs | Alexander Larsson | 2012-06-14 | 1 | -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_markup | Alexander Larsson | 2012-05-15 | 1 | -1/+1 |
| | |||||
* | Fix some layout details in first run dialog. | Alexander Larsson | 2012-02-13 | 1 | -5/+10 |
| | | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=669555 | ||||
* | Add first run dialog | Alexander Larsson | 2012-01-27 | 1 | -0/+213 |