summaryrefslogtreecommitdiff
path: root/src/contacts-app.vala
Commit message (Expand)AuthorAgeFilesLines
* app: Update copyright years in the about dialogwip/piotrdrag/update-copyrightPiotr Drąg2018-03-181-1/+1
* Allow sorting by first name or surname.Niels De Graef2018-02-051-1/+1
* ContactsWindow: no need to pass the Settings.Niels De Graef2018-01-131-1/+1
* Extract setup window into a separate class.Niels De Graef2017-12-301-3/+28
* Add option -v/--version to show the version.Niels De Graef2017-12-271-49/+49
* Use the conventional path for resources.Niels De Graef2017-12-241-13/+5
* ContactsWindow: incorporate UI/CSS loadingNiels De Graef2017-12-241-5/+14
* Cleanup: Remove App singletonNiels De Graef2017-08-271-15/+0
* App singleton cleanup: Remove show_message()Niels De Graef2017-08-271-6/+0
* Remove final uses of App.app.contacts_store.Niels De Graef2017-08-271-1/+1
* Try to steer away from using App as a singleton.Niels De Graef2017-08-271-5/+4
* Cleanup: set App.window privateNiels De Graef2017-08-261-1/+1
* Add self to authors[]Niels De Graef2017-08-221-1/+2
* Remove unnecessary uses of App singletonNiels De Graef2017-08-221-5/+5
* Provide a convenience Contacts.Settings class.Niels De Graef2017-08-221-3/+4
* Use new app iconJeremy Bicha2017-08-201-1/+1
* Get rid of some deprecation warningsNiels De Graef2017-07-181-6/+3
* Create InAppNotification class and remove libgd.Niels De Graef2017-06-241-11/+2
* Clean up the application's GActions. Bug 775573.Niels De Graef2017-06-191-21/+12
* Don't show authentication UI from the search provideAlexander Larsson2015-06-251-1/+1
* app: exit properly on eds connection failureErick Pérez Castellanos2015-04-301-1/+3
* search-provider: update to shell new APIErick Pérez Castellanos2014-09-191-0/+16
* app: properly set default address book afterErick Pérez Castellanos2014-09-161-0/+3
* App: hooked Ctrl+n to new contact creation modeErick Pérez Castellanos2014-08-111-2/+1
* Window: provide entry point for inline contact creationErick Pérez Castellanos2014-08-111-2/+0
* build: moved css tweaks from gnome-themes-standardErick Pérez Castellanos2014-05-311-0/+6
* App: added setup and window creation handling codeErick Pérez Castellanos2014-05-291-58/+77
* App: made Store instance belong to Contacts.AppErick Pérez Castellanos2014-05-291-5/+3
* Window: added setup view widgetsErick Pérez Castellanos2014-05-291-1/+2
* App: removed unused 'using' statementErick Pérez Castellanos2014-05-291-2/+0
* Window: ContactPane instance made internal widgetErick Pérez Castellanos2014-05-291-68/+0
* Window: moved more content widgets internallyErick Pérez Castellanos2014-05-291-48/+1
* Window: ListPane instance made internal widgetErick Pérez Castellanos2014-05-291-112/+2
* Window: moved signals handlers internallyErick Pérez Castellanos2014-05-291-32/+0
* Window: moved ListPane into ui fileErick Pérez Castellanos2014-05-291-4/+2
* ContactPane: moved into WindowErick Pérez Castellanos2014-05-291-5/+3
* Initial work to move code into Contacts.WindowErick Pérez Castellanos2014-05-291-3/+7
* Address Book dialog: update button captionErick Pérez Castellanos2014-04-101-1/+1
* Address Book dialog: updated UIErick Pérez Castellanos2014-04-101-25/+20
* build: remove unused function argumentErick Pérez Castellanos2014-04-041-1/+1
* Change Address Book: fix height of dialog buttonsErick Pérez Castellanos2014-04-021-6/+4
* about: updated website url and copyright yearErick Pérez Castellanos2014-02-151-2/+2
* build: remove margin_left/right deprecated callsErick Pérez Castellanos2014-02-131-4/+4
* app: Add app menu to setup windowErick Pérez Castellanos2014-02-121-3/+19
* Contacts.App: make the buttons as center verticallyYosef Or Boczko2013-09-261-0/+2
* misc: Fix whitespace issuesErick Pérez Castellanos2013-09-031-9/+9
* Contacts.Titlebar: fix right title when in edit-modeErick Pérez Castellanos2013-09-031-1/+0
* l18n: fix edit-mode titlebar constructErick Pérez Castellanos2013-08-311-4/+5
* l18n: properly handled plurals formsErick Pérez Castellanos2013-08-191-3/+5
* window: respect show called on quiescent signal handlerErick Pérez Castellanos2013-08-191-5/+0