| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Sync'ed to the latest commit of gnome-control-center (commit d511097).
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=750724
|
|
|
|
| |
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=726733
|
| |
|
|
|
|
| |
hard-disk-drive icon is used as a replacement
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Cleaned custom.vapi file since ListBox bindings exists already
in vala:master branch
|
|
|
|
| |
This is not in vala yet.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
We always use the object from libgd now.
https://bugzilla.gnome.org/show_bug.cgi?id=693330
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
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...
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
| |
These contacts are autogenerated stuff which is not supposed
to be visible in the UI.
|
|
|
|
| |
This fixes the name of the store for e.g. google contacts.
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
This fixes bug #658532
|
|
|
|
| |
Fixes bug #658050
|
|
|
|
| |
This doesn't break when the binding is in vala i hope
|
|
|
|
|
| |
This is used differently in different places.
Fixes bug #658082
|
|
Seems gnome-desktop-3.0 doesn't have a vapi file yet.
|