lp:~vcs-imports/cheese/+git/cheese

Owned by VCS imports
Get this repository:
git clone https://git.launchpad.net/~vcs-imports/cheese/+git/cheese

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://gitlab.gnome.org/GNOME/cheese.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log

Branches

Name Last Modified Last Commit
master 2024-03-11 08:43:56 UTC
Add Kabyle translation

Author: ButterflyOfFire
Author Date: 2024-03-11 08:43:56 UTC

Add Kabyle translation

gnome-41 2023-04-27 03:56:38 UTC
Update Georgian translation

Author: Ekaterine Papava
Author Date: 2023-04-27 03:56:38 UTC

Update Georgian translation

wip/hadess/remove-clutter 2022-12-29 14:04:56 UTC
XXX Add non-working effects test

Author: Bastien Nocera
Author Date: 2022-02-07 10:48:04 UTC

XXX Add non-working effects test

gnome-43 2022-12-12 18:50:47 UTC
Prepare 43.0

Author: Michael Catanzaro
Author Date: 2022-12-12 18:50:47 UTC

Prepare 43.0

gnome-3-38 2022-09-02 22:15:46 UTC
Update Hungarian translation

Author: Balázs Úr
Author Date: 2022-09-02 22:15:46 UTC

Update Hungarian translation

wip/coreyberla/flash 2022-08-16 23:25:09 UTC
cheese-flash: Use dbus call to org.gnome.Shell.Screenshot.FlashArea

Author: Corey Berla
Author Date: 2022-08-16 23:25:09 UTC

cheese-flash: Use dbus call to org.gnome.Shell.Screenshot.FlashArea

In preparation for GTK4 port, drop old code for cheese-flash
and replace with a call to org.gnome.Shell.Screenshot.FlashArea
using the whole active screen's coordinates.

Related to: https://gitlab.gnome.org/GNOME/cheese/-/issues/121

wip/cdavis/hdywindow 2020-12-27 06:31:43 UTC
CI: Add libhandy1 to Fedora dependencies

Author: Christopher Davis
Author Date: 2020-12-27 06:31:43 UTC

CI: Add libhandy1 to Fedora dependencies

wip/albfan/x-h264 2020-09-10 08:41:20 UTC
Allow gstreamer to stream camera

Author: Alberto Fanjul Alonso
Author Date: 2020-09-10 08:41:20 UTC

Allow gstreamer to stream camera

This change fails to stream the camera right now

add-camera-keyword-to-desktop-file 2019-11-15 17:12:47 UTC
Add "camera" keyword to desktop file

Author: Felipe Borges
Author Date: 2019-11-15 17:12:47 UTC

Add "camera" keyword to desktop file

So Cheese is shown while searching for "camera" in the Shell.

gnome-3-34 2019-09-10 06:14:12 UTC
Update NEWS for 3.34.0 release

Author: David King
Author Date: 2019-09-10 06:14:12 UTC

Update NEWS for 3.34.0 release

gnome-3-32 2019-07-06 07:34:51 UTC
Update Icelandic translation

Author: Sveinn í Felli
Author Date: 2019-07-06 07:34:51 UTC

Update Icelandic translation

wip/exalm/flatpak 2019-02-16 08:51:32 UTC
flatpak: Add flatpak manifest

Author: Exalm
Author Date: 2018-08-30 15:49:24 UTC

flatpak: Add flatpak manifest

make-cheese-widget-get-camera-public 2018-11-21 13:56:25 UTC
Promote "cheese_widget_get_camera" to a public method

Author: Felipe Borges
Author Date: 2018-11-21 13:52:29 UTC

Promote "cheese_widget_get_camera" to a public method

It is very convenient for a libcheese client implementing their own
camera widget to access cheese_widget_get_camera ().

This way a simple camera app could be as simple as:

static void
on_photo_taken_cb (GtkWidget *cheese_widget,
                   GdkEvent *event,
                   gpointer user_data)
{
    GObject *camera = cheese_widget_get_camera (CHEESE_WIDGET (cheese_widget));

    cheese_camera_take_photo (CHEESE_CAMERA (camera), "/tmp/photo");
}

int main (int argc, char *argv[])
{
    GtkWidget *window, *cheese_widget;

    cheese_gtk_init (NULL, NULL);
    gtk_init (&argc, &argv);

    window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
    g_signal_connect (G_OBJECT (window), "destroy",
                      G_CALLBACK (gtk_main_quit), NULL);

    cheese_widget = cheese_widget_new ();
    g_signal_connect (G_OBJECT (cheese_widget), "button-press-event",
                      G_CALLBACK (on_photo_taken_cb), NULL);

    gtk_container_add (GTK_CONTAINER (window), cheese_widget);
    gtk_widget_show_all (window);
    gtk_main ();

    return 0;
}

gnome-3-30 2018-09-04 07:47:25 UTC
Update NEWS for 3.30.0 release

Author: David King
Author Date: 2018-09-04 07:47:25 UTC

Update NEWS for 3.30.0 release

gnome-3-28 2018-03-12 13:29:22 UTC
Update NEWS for 3.28.0 release

Author: David King
Author Date: 2018-03-12 13:29:22 UTC

Update NEWS for 3.28.0 release

gnome-3-24 2017-10-24 10:05:44 UTC
Update Nepali translation

Author: chautari
Author Date: 2017-10-24 10:05:44 UTC

Update Nepali translation

gnome-3-26 2017-09-11 21:14:25 UTC
Update NEWS for 3.26.0 release

Author: David King
Author Date: 2017-09-11 21:14:25 UTC

Update NEWS for 3.26.0 release

wip/meson 2017-08-07 10:05:20 UTC
WIP: switch to meson

Author: David King
Author Date: 2017-08-01 15:28:18 UTC

WIP: switch to meson

gnome-3-14 2017-03-01 18:08:58 UTC
preferences: resolve ambiguous 'ListStore' usage

Author: Allison Karlitskaya
Author Date: 2015-02-11 20:06:59 UTC

preferences: resolve ambiguous 'ListStore' usage

There is now a GLib.ListStore as well, so make sure we use the full name
Gtk.ListStore to avoid an ambiguous reference.

gnome-3-22 2017-03-01 11:41:07 UTC
Update Icelandic translation

Author: Sveinn í Felli
Author Date: 2017-03-01 11:41:07 UTC

Update Icelandic translation

gnome-2-32 2016-12-04 14:26:31 UTC
Update Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-12-04 14:26:31 UTC

Update Occitan translation

gnome-3-18 2016-12-04 14:13:00 UTC
Update Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-12-04 14:13:00 UTC

Update Occitan translation

gnome-3-16 2016-12-04 14:11:48 UTC
Update Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-12-04 14:11:48 UTC

Update Occitan translation

gnome-3-12 2016-12-04 14:10:31 UTC
Update Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-12-04 14:10:31 UTC

Update Occitan translation

gnome-3-10 2016-12-04 14:09:14 UTC
Update Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-12-04 14:09:14 UTC

Update Occitan translation

gnome-3-2 2016-12-04 13:54:17 UTC
Update Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-12-04 13:54:17 UTC

Update Occitan translation

gnome-3-6 2016-12-04 13:52:18 UTC
Update Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-12-04 13:52:18 UTC

Update Occitan translation

gnome-3-0 2016-12-04 13:49:11 UTC
Update Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-12-04 13:49:11 UTC

Update Occitan translation

gnome-3-20 2016-12-04 13:47:26 UTC
Update Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-12-04 13:47:26 UTC

Update Occitan translation

gnome-3-4 2016-12-04 13:45:57 UTC
Update Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-12-04 13:45:57 UTC

Update Occitan translation

gnome-3-8 2016-12-04 13:43:15 UTC
Update Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-12-04 13:43:15 UTC

Update Occitan translation

wip/kill-gnome-common 2015-01-29 21:55:42 UTC
Use AX_COMPILER_FLAGS

Author: David King
Author Date: 2015-01-29 09:30:40 UTC

Use AX_COMPILER_FLAGS

Drop use of GNOME_COMPILE_WARNINGS.

https://wiki.gnome.org/Projects/GnomeCommon/Migration

wip/crop-area-rename 2014-10-15 14:15:53 UTC
Do not export the cropping widget in libcheese-gtk

Author: David King
Author Date: 2014-10-15 14:15:53 UTC

Do not export the cropping widget in libcheese-gtk

The cropping widget is used internally, so the _get_type() function
should not be exported.

wip/auto-wide-mode 2013-07-02 23:06:14 UTC
Automatically enable wide mode, bug 668602

Author: David King
Author Date: 2013-07-02 23:06:14 UTC

Automatically enable wide mode, bug 668602

camerabin2-format 2012-03-24 08:39:55 UTC
Set capture format at the beginning of pipe.

Author: Oleksij Rempel
Author Date: 2012-03-24 08:14:10 UTC

Set capture format at the beginning of pipe.

We need to set capture format at the beginning of line to
avoid useless conversations and reinits.
Currently we can't set it camerabin2, so we set it in cheese videofilter.

Signed-off-by: Oleksij Rempel <bug-track@fisher-privat.net>

0-to-1-devices 2012-03-02 16:39:09 UTC
Do not import error_layer actor in Cheese.Camera.

Author: Patricia Santana Cruz
Author Date: 2012-03-02 16:33:59 UTC

Do not import error_layer actor in Cheese.Camera.

The error_layer does not show when importing it from the .json file in
Cheese.Camera. This is probably happening due to some threading issue and
therefore, we are currently passing the actor by argument in the
Cheese.Camera constructor, from Cheese.MainWindow.

gnome-2-22 2012-01-01 13:44:10 UTC
Added asturian language

Author: Xandru
Author Date: 2012-01-01 13:44:10 UTC

Added asturian language

gnome-2-24 2012-01-01 13:43:37 UTC
Added asturian language

Author: Xandru
Author Date: 2012-01-01 13:43:37 UTC

Added asturian language

gnome-2-26 2012-01-01 13:43:00 UTC
Added asturian language

Author: Xandru
Author Date: 2012-01-01 13:43:00 UTC

Added asturian language

gnome-2-28 2012-01-01 13:42:13 UTC
Updated asturian translation

Author: Xandru
Author Date: 2012-01-01 13:42:13 UTC

Updated asturian translation

gnome-2-30 2012-01-01 13:41:44 UTC
Updated asturian translation

Author: Xandru
Author Date: 2012-01-01 13:41:44 UTC

Updated asturian translation

141 of 41 results
This repository contains Public information 
Everyone can see this information.

Subscribers