[cheese] Update NEWS for 3.11.2 release
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese] Update NEWS for 3.11.2 release
- Date: Mon, 18 Nov 2013 22:47:53 +0000 (UTC)
commit 7e5a2b0a4d7ec3910c405a0d422542151d0c4074
Author: David King <amigadave amigadave com>
Date: Mon Nov 18 22:45:54 2013 +0000
Update NEWS for 3.11.2 release
NEWS | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 +-
2 files changed, 128 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8e16b04..d2857ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,132 @@
ChangeLog for Cheese
--------------------
+version 3.11.2
+ - Show top bar when moving mouse in fullscreen mode
+
+ Store whether the window was maximized before entering fullscreeen mode,
+ and return to the same state when exiting fullscreen.
+
+ https://wiki.gnome.org/Design/Apps/Cheese#Full_Screen
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=711811
+ - Use new G_DEFINE_TYPE_WITH_PRIVATE macro
+ - Remove obsolete enum type files
+ - Fix memory leak in cheese_thumb_view_remove_item()
+ - Add a finalize method to CheeseEffect
+
+ The data in CheeseEffectPrivate was not being freed, leading to memory
+ leaks.
+ - Fix memory leak in cheese_thumb_view_monitor_cb()
+ - Remove obsolete CheeseCameraEffect from VAPI
+ - Fix cheese_camera_get_video_formats() in VAPI
+ - CheeseCamera VAPI fixes
+ - Fix memory leak in cheese_camera_set_tags()
+ - Mark CheeseVideoFormat as a boxed type in the VAPI
+
+ It was only marked as a compact struct, and so was never freed.
+ - Mark CheeseFileutil strings as owned
+
+ The strings were marked as unowned, which meant that the Vala compiler
+ did not emit free functions and the strings were leaked.
+ - Fix leaks in cheese_camera_set_video_recording()
+ - Fix leak of GtkSizeGroup in CheeseAvatarWidget
+ - Chain up to finalize in UmCropArea
+ - Add AppData description
+ - Fixed deprecated warning in on_countdown_toggle
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=712151
+ - Preprocess thumbnail frame PNG in GResource
+
+ Also, add SVG images which were forgotten in the last commit.
+ - Move PNG and SVG images into GResource
+ - Add domain attribute to GtkBuilder interfaces
+ - Move application menu into GtkBuilder resource
+ - Make CheeseMainWindow a template widget
+ - Make CheesePreferencesDialog a template widget
+ - Move ClutterScript JSON into GResource
+ - Use GResource for CSS snippet
+ - Refactor GtkScale code in CheesePreferences
+ Move mark definitions into GtkBuilder. Convert GtkHScale to GtkScale
+
+ with a horizontal orientation. Use g_settings_bind() to link GSettings
+ values to UI elements, and remove unnecessary signal handlers.
+ - Fix leak in CheeseCameraDeviceMonitor test
+ - Fixed unused-but-set warning in EogThumbNav
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=711841
+ - Link the effect browsing buttons together
+ - Make all buttons have GTK_RELIEF_NORMAL
+ - Change header bar when choosing effects
+
+ https://wiki.gnome.org/GnomeGoals/HeaderBars
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=711714
+ - Remove unused CheeseWindow.set_mode ()
+ - Change titlebar to use GtkHeaderBar
+
+ https://wiki.gnome.org/GnomeGoals/HeaderBars
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=711714
+ - Remove unused countdown_action
+ - Add a border around the button area box
+ - Convert some GtkGrid widgets to GtkBox
+ - Remove mode and shoot actions from the app menu
+
+ The current GNOME HIG suggests that actions which are already accessible
+ from the application window should not be duplicated in the application
+ menu:
+
+ https://wiki.gnome.org/Design/HIG/ApplicationMenus
+ - Use symbolic icon for leave fullscreen button
+ - Make shoot action button wider
+ - Link mode buttons together
+ - Avoid using GtkStock, as it is deprecated
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=710217
+ - Centered the capture icon
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=711680
+ - Change stock icons to symbolic icons
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=711680
+ - Use symbolic icons for photo and video button
+
+ Using the stock "record" icon for taking photos is misleading, so use a
+ symbolic "webcam" icon for both taking a photo and recording a video.
+ Update the "stop" icon to also be a symbolic icon.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=668599
+ - Depend on GTK+ 3.10.0 for GtkHeaderBar
+ - Fix memory leak in cheese_camera_device_get_caps()
+ - Fix cheese_thumb_view_append_item() memory leaks
+
+ Fix several memory leaks found with valgrind.
+ - Fix memory leak when creating a new CheeseCamera
+ - Fix some memory leaks in cheese_fileutil_init()
+ - Make static string array const
+ - Simplify looping over GStrv
+ - Make cheese_camera_device_monitor_set_up_device static
+ - Revert "Use ClutterGst 3.0"
+
+ This reverts commit 5061d1cdaf7ad9eb733047455b5b5d7a4551eb93. The
+ jhbuild 3.12 moduleset is using the clutter-gst-2.0 branch.
+ - libcheese: Export cheese_avatar_widget_new
+ - libcheese: Distribute cheese-avatar-widget.h
+
+ So external consumers can use it.
+ - Use ClutterGst 3.0
+ - Post-release version bump to 3.11.2
+ - Added/Updated Translations
+ - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
+ - es, courtesy of Daniel Mustieles
+ - gl, courtesy of Fran Dieguez
+ - ml, courtesy of Anish Sheela
+ - sl, courtesy of Matej Urbančič
+ - ta, courtesy of Shantha kumar
+ - th, courtesy of Akom Chotiphantawanon
+ - Added/Updated Documentation
+
version 3.11.1
- Add CheeseAvatarWidget to API reference
- Fix CheeseAvatarChooser test
diff --git a/configure.ac b/configure.ac
index 2423908..7611e26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,8 +41,8 @@ GNOME_COMPILE_WARNINGS([maximum])
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-AC_SUBST([LIBCHEESE_LT_VERSION], [7:16:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:0:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:17:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:1:1])
#*******************************************************************************
# Internationalization
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]