aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@nokia.com>2010-08-30 16:03:28 +0300
committerDaniel d'Andrada <daniel.dandrada@nokia.com>2010-08-30 16:11:54 +0300
commite5160d7b457dddcd87936d839d0de45a601fcc15 (patch)
treedb12bfe910d26caaaf3df018e35f2165e57c39dd
parent36414c1cfc28aa65b9c79a565b5eb43be087ae60 (diff)
Changes: Version 0.20.37-10.20.37-1
RevBy: TrustMe
-rw-r--r--debian/changelog13
-rw-r--r--debian/control2
-rw-r--r--doc/src/news.dox5
-rw-r--r--mkspecs/features/meegotouch_defines.prf.in2
4 files changed, 20 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 58beaa3a..fbaa01ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+libmeegotouch (0.20.37-1) unstable; urgency=low
+
+ * Fixes: NB#186493 - Images are not displayed in Grid widget from WidgetsGallery
+ * Fixes: NB#185180 - mgen does not support defines to export symbols of classes except M_EXPORT
+ * Fixes: NB#186801 - View menu items are not aligned properly and green bar is shown for share button.
+ * Fixes: NB#185884 - Don't check for d->isMenuOpen before calling d->menu->disappear()
+ * Fixes: NB#185241 - (empty_image_crop) MImageWidget: setCrop() does not work with empty images
+ * Fixes: NB#182221 - Item object menu gets displayed when fast scroll indicator area is long tapped.
+ * Fixes: NB#184785 - Move meegotouch-boostable QMake specification to libmeegotouch-dev
+ * Fixes: NB#187275 - removeButton in MDialog deletes the MButtonModel in contrast to documentation
+
+ -- Daniel d'Andrada <daniel.dandrada@nokia.com> Mon, 30 Aug 2010 15:52:13 +0300
+
libmeegotouch (0.20.36-1) unstable; urgency=low
* Fixes: NB#179986 - MImageWidget does not take aspect ratio of images (logical IDs) into account when specifying image sizes.
diff --git a/debian/control b/debian/control
index 177775e4..8b2409ce 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.7.2
Package: libmeegotouchcore0
Architecture: any
-Depends: ${misc:Depends}, ${launcher:Depends}, ${shlibs:Depends}, libmeegotouch-bin (= ${Source-Version}), libmeegotouch-l10n-engineering-english (= ${Source-Version}), dbus-x11, meegotouchtheme (>= 0.20.36)
+Depends: ${misc:Depends}, ${launcher:Depends}, ${shlibs:Depends}, libmeegotouch-bin (= ${Source-Version}), libmeegotouch-l10n-engineering-english (= ${Source-Version}), dbus-x11, meegotouchtheme (>= 0.20.40)
Suggests: libmeegotouch-l10n-ar, libmeegotouch-l10n-de, libmeegotouch-l10n-en, libmeegotouch-l10n-fi, libmeegotouch-l10n-hu, libmeegotouch-l10n-ur, libmeegotouch-l10n-zh-cn
Description: MeeGo Touch core library
MeeGo Touch core framework library
diff --git a/doc/src/news.dox b/doc/src/news.dox
index 334f7047..42a1312e 100644
--- a/doc/src/news.dox
+++ b/doc/src/news.dox
@@ -4,6 +4,11 @@
\subsection New
- MWidgetController::setStyleName can now be used for associating a style with a widget (like setObjectName)
+- MSwipeRecognizerStyle, MPanRecognizerStyle, MTapAndHoldRecognizerStyle. The gesture recognizers contained
+ some hardcoded values of threshold and timeout values. Those are now exposed via style sheets.
+- MListStyle: Support for enabling group separators by setting the group separators object name in the list
+ style css. Disabled by default.
+- MTheme::themeIsChanging() signal.
\subsection Deprecated
- MWindow::setObjectName and MWidgetController:setObjectname overloaded methods, use MWidgetController::setStyleName instead.
diff --git a/mkspecs/features/meegotouch_defines.prf.in b/mkspecs/features/meegotouch_defines.prf.in
index ff356de7..55c422a9 100644
--- a/mkspecs/features/meegotouch_defines.prf.in
+++ b/mkspecs/features/meegotouch_defines.prf.in
@@ -6,7 +6,7 @@
M_MAJOR_VERSION = 0
M_MINOR_VERSION = 20
-M_PATCH_VERSION = 36
+M_PATCH_VERSION = 37
M_VERSION=$${M_MAJOR_VERSION}.$${M_MINOR_VERSION}.$${M_PATCH_VERSION}
# first set default value for meegotouch prefix