summaryrefslogtreecommitdiff
path: root/vapi
Commit message (Collapse)AuthorAgeFilesLines
* Rename icon to use org.gnome.Contacts (our app ID).Niels De Graef2018-04-301-0/+2
| | | | Fixes #95.
* Port contacts-esd-setup to Vala.Niels De Graef2018-01-171-18/+0
|
* Drop autotools in favor of Meson.Niels De Graef2017-09-131-10/+0
|
* Clean up and separate VAPI files.Niels De Graef2017-06-306-70/+76
| | | | | | | | | | | | | | | Note to other developers: you might have to do `make clean;./autogen.sh` after this commit. * Use a GtkCheese namespace to be constistent with other vapi's (such as GtkClutter). * Put each library in a separate vapi-file (this will come in handy when porting to Meson). * Clean up config.vapi: * get rid of unused CCode prefix-attribute (removes warning) * be consistent with braces
* Add git.mk to automatically make .gitignore files.Niels De Graef2017-06-271-0/+2
|
* Sync the CropArea-widget again.Niels De Graef2017-06-271-2/+2
| | | | Sync'ed to the latest commit of gnome-control-center (commit d511097).
* Don't show authentication UI from the search provideAlexander Larsson2015-06-251-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=750724
* app: exit properly on eds connection failureErick Pérez Castellanos2015-04-301-1/+1
| | | | Bug: https://bugzilla.gnome.org/show_bug.cgi?id=726733
* build: replaced locally wrapper GLib functionErick Pérez Castellanos2014-04-021-6/+0
|
* AccountsList: change lookErick Pérez Castellanos2013-08-191-0/+2
| | | | hard-disk-drive icon is used as a replacement
* Sync cheese-flash.[ch]Jonh Wendell2013-07-101-2/+2
| | | | | | | | | | | And properly modify callers to the new API. Old code was creating a window with the size of the screen. Thus, when taking a photo, the gnome-shell panel was then "hidden" by this big window. This has been fixed in "upstream" cheese, so, grab the latest code and make small modifications to fit the new API. https://bugzilla.gnome.org/show_bug.cgi?id=702177
* Removed LocalGtk namespace and vapi bindingsErick Pérez Castellanos2013-06-251-48/+0
| | | | | Cleaned custom.vapi file since ListBox bindings exists already in vala:master branch
* custom.vapi: Add GtkListBox bindingsAlexander Larsson2013-06-121-0/+48
| | | | This is not in vala yet.
* Move loading an ui file to an utilPaolo Borelli2013-04-271-6/+0
| | | | | | | | Loading from a resource cannot fail, so hide the try/catch in an util. Also remove the custom vapi and setting the translation domain since they are not needed anymore. https://bugzilla.gnome.org/show_bug.cgi?id=698831
* Remove unused GtkNotification copyCosimo Cecchi2013-02-071-8/+1
| | | | | | We always use the object from libgd now. https://bugzilla.gnome.org/show_bug.cgi?id=693330
* Use cheese APIs rather than direct gstreamer to take avatar photoAlexander Larsson2012-09-031-1/+39
| | | | | | | | This uses the currently private cheese_widget_get_camera public call, which is slated to be made public: https://bugzilla.gnome.org/show_bug.cgi?id=683259 I did this after verifying that this is ok with David King.
* eds: Use new folks API for Google address book system groupsPhilip Withnall2012-07-241-2/+0
| | | | | | | | | | | | This removes the gigantic hack based on matching translatable strings across gettext domains, and instead uses a new API from libfolks 0.7.2. This requires EDS 3.5.2 at runtime (as it depends on a new vCard property being exported by the Google Contacts backend), so its dependency has been bumped as well. If the vCard property is not present, all Google contacts will be considered _not_ in the “My Contacts” address book. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=676383
* Convert contacts to new EDS APIsAlexander Larsson2012-06-141-6/+2
| | | | | 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...
* Adding cheese-flash effect support.Erick Pérez Castellanos2012-03-291-0/+9
| | | | | | Old files from gnome-screenshot, not the ones from actual cheese since does involves more stuff. https://bugzilla.gnome.org/show_bug.cgi?id=657978
* Adding support for UmCropArea widget from gnome-control-center.Erick Pérez Castellanos2012-02-071-0/+12
|
* Add first run dialogAlexander Larsson2012-01-271-0/+6
|
* Read app menu from resourcesAlexander Larsson2012-01-241-1/+4
|
* Clean up notification and makes it animateAlexander Larsson2012-01-201-1/+1
| | | | | | | | | | | | | | We use two windows in GtkViewport style to animate the drop down. Also fixes some issues: * Don't use first draw to trigger, instead use visibility events which seems cleaner * Rename timeout signal to dismissed, because we need to actually delete the contact both on timeout and if manually dismissed * Also dismiss on destroy, as we want to delete if the window is closed while a notification is showing. * Use gdk_thread_add_timeout for correct threadsafety handling
* Support changing primary address bookAlexander Larsson2012-01-161-0/+2
|
* Make notification a pure GtkBin and move the content packing to the vala codeAlexander Larsson2011-12-201-2/+4
|
* Initial version of GtkNotificationErick Pérez Castellanos2011-12-191-0/+8
|
* Hide google contacts not in My ContactsAlexander Larsson2011-11-291-0/+4
| | | | | These contacts are autogenerated stuff which is not supposed to be visible in the UI.
* Fix nice names for eds contact storesAlexander Larsson2011-10-201-0/+2
| | | | This fixes the name of the store for e.g. google contacts.
* Work around changes in how folks marks its eds addressbooksAlexander Larsson2011-09-261-0/+2
| | | | | | | Folks used to uave the relative uri as the eds store id, but now switched to uid. https://bugzilla.gnome.org/show_bug.cgi?id=660125
* Add code from evolution to create e-d-s accounts as neededAlexander Larsson2011-09-141-0/+6
| | | | This fixes bug #658532
* Remove accents etc when searchingAlexander Larsson2011-09-131-0/+6
| | | | Fixes bug #658050
* Different C_ binding workaroundAlexander Larsson2011-09-061-6/+0
| | | | This doesn't break when the binding is in vala i hope
* Add context for "Link" messagesAlexander Larsson2011-09-051-0/+6
| | | | | This is used differently in different places. Fixes bug #658082
* Add custom wrapper of GnomeDesktopThumbnailFactoryAlexander Larsson2011-08-312-4/+20
| | | | Seems gnome-desktop-3.0 doesn't have a vapi file yet.
* Fix up config vapi leftover commentsAlexander Larsson2011-05-091-2/+2
|
* Initial structuresAlexander Larsson2011-05-052-0/+23