[maemo-commits] [maemo-commits] r14222 - in projects/haf/tags/hildon-plugin-settings: . 0.0.9-1 0.0.9-1/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Oct 1 14:07:55 EEST 2007
- Previous message: [maemo-commits] r14221 - in projects/haf/trunk/hildon-plugins-settings: . debian
- Next message: [maemo-commits] r14223 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: moimart
Date: 2007-10-01 14:07:53 +0300 (Mon, 01 Oct 2007)
New Revision: 14222
Added:
projects/haf/tags/hildon-plugin-settings/0.0.9-1/
projects/haf/tags/hildon-plugin-settings/0.0.9-1/configure.ac
projects/haf/tags/hildon-plugin-settings/0.0.9-1/debian/changelog
Removed:
projects/haf/tags/hildon-plugin-settings/0.0.9-1/configure.ac
projects/haf/tags/hildon-plugin-settings/0.0.9-1/debian/changelog
Log:
* new tag
Copied: projects/haf/tags/hildon-plugin-settings/0.0.9-1 (from rev 14156, projects/haf/trunk/hildon-plugins-settings)
Deleted: projects/haf/tags/hildon-plugin-settings/0.0.9-1/configure.ac
===================================================================
--- projects/haf/trunk/hildon-plugins-settings/configure.ac 2007-09-28 08:21:37 UTC (rev 14156)
+++ projects/haf/tags/hildon-plugin-settings/0.0.9-1/configure.ac 2007-10-01 11:07:53 UTC (rev 14222)
@@ -1,110 +0,0 @@
-AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(hildon-plugins-settings, 0.0.8)
-AM_CONFIG_HEADER(config.h)
-
-AC_ARG_ENABLE(debug, [AC_HELP_STRING([--enable-debug],[Debug (default=no)])],
- [hildon_use_debug=yes],[hildon_use_debug=no])
-
-AC_ARG_ENABLE(timestamping,
- [AC_HELP_STRING([--enable-timestamping],
- [Define HILDON_USE_TIMESTAMPING (default=no)])],
- [hildon_use_timestamping=yes],[hildon_use_timestamping=no])
-
-AC_ARG_ENABLE(instrumenting,
- [AC_HELP_STRING([--enable-instrumenting],
- [Compile with instrumentation flags (default=no)])],
- [hildon_use_instrumenting=yes],
- [hildon_use_instrumenting=no])
-AC_CANONICAL_HOST
-
-AC_PROG_CC
-AC_PROG_CPP
-AC_PROG_INSTALL
-AC_PROG_RANLIB
-AC_PROG_LIBTOOL
-
-AC_PATH_X
-AC_PATH_XTRA
-AC_SUBST(X_CFLAGS)
-
-AC_HEADER_STDC
-
-#++++++++++++
-# i18n setup
-#++++++++++++
-
-ALL_LINGUAS="en_GB"
-AC_SUBST(ALL_LINGUAS)
-AM_GLIB_GNU_GETTEXT
-AC_DEFINE(GETTEXT_PACKAGE, ["osso-applet-tasknavigator"], [Package name for gettext])
-
-AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
-
-if test foobar${hildon_use_debug} = foobaryes
-then
- CFLAGS="$CFLAGS -ggdb -O0 -DDEBUG"
-else
- CFLAGS="$CFLAGS -O2"
-fi
-
-if test foobar${hildon_use_timestamping} = foobaryes
-then
- CFLAGS="$CFLAGS -DHILDON_USE_TIMESTAMPING"
-fi
-
-if test foobar${hildon_use_instrumenting} = foobaryes
-then
- CFLAGS="$CFLAGS -g -finstrument-functions"
-else
- CFLAGS="$CFLAGS -Wall -ansi -Wmissing-prototypes -Wmissing-declarations -Werror"
-fi
-
-ALL_LINGUAS="de_DE en_GB en_US es_ES es_MX fi_FI fr_CA fr_FR it_IT pt_BR ru_RU"
-AC_SUBST(ALL_LINGUAS)
-AM_GLIB_GNU_GETTEXT
-
-AC_SUBST(CFLAGS)
-
-PKG_CHECK_MODULES(OSSO,libosso >= 0.0.3)
-AC_SUBST(OSSO_LIBS)
-AC_SUBST(OSSO_CFLAGS)
-
-PKG_CHECK_MODULES(HILDONDESKTOP, hildon-desktop >= 0.0.1)
-AC_SUBST(HILDONDESKTOP_CFLAGS)
-
-PKG_CHECK_MODULES(LIBHILDONDESKTOP, libhildondesktop >= 0.0.15)
-AC_SUBST(LIBHILDONDESKTOP_CFLAGS)
-
-PKG_CHECK_MODULES(CP,hildon-control-panel >= 0.8.3)
-AC_SUBST(CP_LIBS)
-AC_SUBST(CP_CFLAGS)
-
-PKG_CHECK_MODULES(LIBHILDONMENU, hildon-1)
-AC_SUBST(LIBHILDON_LIBS)
-AC_SUBST(LIBHILDON_CFLAGS)
-
-PKG_CHECK_MODULES(LIBHILDONHELP, hildon-help)
-AC_SUBST(LIBHILDONHELP_LIBS)
-AC_SUBST(LIBHILDONHELP_CFLAGS)
-
-PKG_CHECK_MODULES(DBUS_GLIB, dbus-glib-1)
-AC_SUBST(DBUS_GLIB_LIBS)
-AC_SUBST(DBUS_GLIB_CFLAGS)
-_
-pluginlibdir=`pkg-config hildon-control-panel --variable=pluginlibdir`
-AC_SUBST(pluginlibdir)
-desktopentrydir=`pkg-config hildon-control-panel --variable=plugindesktopentrydir`
-AC_SUBST(desktopentrydir)
-desktopbinentrydir=`pkg-config osso-af-settings --variable=desktopentrydir`
-AC_SUBST(desktopbinentrydir)
-
-PKG_CHECK_MODULES(OSSOSETTINGS, osso-af-settings >= 0.8.1)
-localedir=`pkg-config osso-af-settings --variable=localedir`
-AC_SUBST(localedir)
-
-AC_OUTPUT(Makefile \
- src/Makefile \
- data/hildon-plugins-settings.desktop \
- data/hildon-plugin-settings-bin.desktop \
- data/Makefile)
-
Copied: projects/haf/tags/hildon-plugin-settings/0.0.9-1/configure.ac (from rev 14221, projects/haf/trunk/hildon-plugins-settings/configure.ac)
Deleted: projects/haf/tags/hildon-plugin-settings/0.0.9-1/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-plugins-settings/debian/changelog 2007-09-28 08:21:37 UTC (rev 14156)
+++ projects/haf/tags/hildon-plugin-settings/0.0.9-1/debian/changelog 2007-10-01 11:07:53 UTC (rev 14222)
@@ -1,159 +0,0 @@
-hildon-plugins-settings (0.0.8-1) sardine; urgency=low
-
- * src/hildon-plugin-settings-dialog.c:
- (hildon_plugin_settings_dialog_change_drag_icon_cb),
- (hildon_plugin_settings_dialog_row_inserted_cb):
- - Select after dragging. Fixes: NB#68995
- * configure.ac: 0.0.8
-
- * src/hildon-plugin-config-parser.c:
- (hildon_plugin_config_parser_save):
- - g_strdup error messages.
- * src/hildon-plugin-settings-dialog.c:
- (hildon_plugin_settings_dialog_response):
- - Don't the file we couldn't save.
- Fixes: NB#64547
-
- -- Moises Martinez <moises.martinez at nokia.com> Thu, 13 Sep 2007 16:42:25 +0300
-
-hildon-plugins-settings (0.0.7-1) sardine; urgency=low
-
- * src/hildon-plugin-settings-dialog.c:
- - set a insensitive message on the OK button
- - set the ok button to insensitive if less plugins than required
- are selected.
- Fixes: NB#63513
-
- * src/hildon-plugin-settings-dialog.c
- (hildon_plugin_settings_dialog_constructor,
- hildon_plugin_settings_dialog_switch_nb_cb): correctly select first
- item on page switch. Fixes: NB#64886.
-
- -- Johan Bilien <johan.bilien at nokia.com> Fri, 31 Aug 2007 16:13:38 +0300
-
-hildon-plugins-settings (0.0.6-1) unstable; urgency=low
-
- * configure.ac: 0.0.6
- * src/hildon-plugin-cell-renderer-button.c:
- (hildon_plugin_cell_renderer_button_constructor):
- - "Organise button is localized".
- * src/hildon-plugin-settings-dialog.[ch]:
- (hildon_plugin_settings_dialog_rename_tab):
- - new method for having different name for tabs
- * src/hildon-plugin-settings.c: (execute):
- - Fixed localization of tabs. Fixes: NB#64281
-
- -- Moises Martinez <moises.martinez at nokia.com> Mon, 30 Jul 2007 15:26:05 +0300
-
-hildon-plugins-settings (0.0.5-2) unstable; urgency=low
-
- * src/hildon-plugin-settings.c: (execute):
- - Free DBus stuff.
-
- -- Moises Martinez <moises.martinez at nokia.com> Wed, 18 Jul 2007 15:19:41 +0300
-
-hildon-plugins-settings (0.0.5-1) unstable; urgency=low
-
- * configure.ac:
- * debian/control:
- * src/Makefile.am:
- - Added hildon-help
- * src/hildon-plugin-settings.c: (_cell_mandatory_data_func),
- (execute):
- - Don't show checkboxes in tasknavigator if there are only 3 plugins.
- Fixes: NB#63295.
- - Include help dialog support. Fixes: NB#62878
-
- * src/hildon-plugin-cell-renderer-button.c:
- (hildon_plugin_cell_renderer_button_activate):
- - Set transient for parent dialog window. Fixes: NB#63366
- * src/hildon-plugin-settings-dialog.[ch]:
- (hildon_plugin_settings_dialog_new):
- - Set transient for parent.
- - Set again as MODAL.
- * src/hildon-plugin-settings.c: (execute):
- - Parent is user data. Fixes: NB#62322
-
- -- Moises Martinez <moises.martinez at nokia.com> Tue, 17 Jul 2007 16:29:26 +0300
-
-hildon-plugins-settings (0.0.4-2) unstable; urgency=low
-
- * src/Makefile.am: Fixed marshalers creation.
-
- -- Moises Martinez <moises.martinez at nokia.com> Thu, 12 Jul 2007 17:34:25 +0300
-
-hildon-plugins-settings (0.0.4-1) unstable; urgency=low
-
- * debian/control:
- * configure.ac:
- - Added dbus-1-glib
- * src/Makefile.am:
- - added marshalers creation
- * src/hd-marshalers.list:
- - new file with marshalers needed
- * src/hildon-plugin-config-parser.c:
- (hildon_plugin_config_parser_desktop_file):
- - FLAG set by default to FALSE
- * src/hildon-plugin-settings-dialog.[ch]:
- (hildon_plugin_settings_dialog_get_model_by_name):
- - new method
- * src/hildon-plugin-settings.c: (_sb_visibility_filter),
- (_sb_cell_condition_data_func), (_sb_update_status),
- (_sb_update_flag), (execute):
- - Implemented visibility and dimmed of different statusbar plugins
- conditional, temporal and permanent.
-
- * src/hildon-plugin-module-settings.c:
- - pass the GModule to the callback so one can use GTypeModule
- * data/hildon-plugins-settings.desktop.in:
- - added X-Text-Domain key. Fixes: NB#62315
-
- -- Moises Martinez <moises.martinez at nokia.com> Thu, 12 Jul 2007 14:57:59 +0300
-
-hildon-plugins-settings (0.0.3-1) unstable; urgency=low
-
- * src/hildon-plugin-settings-dialog.c:
- - Fixed a problem when there is a limit for items to be selected.
- Fixes: NB#62312.
- - Dimmed proper arrow when at the beginning or the end of the list.
- Fixes: NB#62363
- - Select the first item in the list when changing from one tab to
- another. Fixes: NB#62360
- - Dialog is no longer system modal. Fixes: NB#62322
-
- -- Moises Martinez <moises.martinez at nokia.com> Thu, 5 Jul 2007 14:52:37 +0300
-
-hildon-plugins-settings (0.0.2-1) unstable; urgency=low
-
- * data/hildon-plugins-settings.desktop.in:
- - Changed name to new one.
- * src/hildon-plugin-cell-renderer-button.c:
- - Fixed style of button.
- * src/hildon-plugin-settings-dialog.c:
- (hildon_plugin_settings_dialog_change_drag_icon_cb), added
- (hildon_plugin_settings_dialog_row_inserted_cb), added
- (hildon_plugin_settings_dialog_constructor):
- - Fixed buttons images.
- * src/hildon-plugin-settings.c: (_tn_visibility_filter),
- - Fixed strange cases when tw is NULL (WTF??)
- (_cell_mandatory_data_func): used also for tasknavigator.
- * src/hildon-plugin-settings-dialog.[ch]:
- - Added method to set limit of items for a container.
- - Implemented limitation of selected items.
- * src/hildon-plugin-settings.c:
- - Set limit to 3 items for Tasknavigator.
-
- -- Moises Martinez <moises.martinez at nokia.com> Wed, 27 Jun 2007 15:31:13 +0300
-
-hildon-plugins-settings (0.0.1-2) unstable; urgency=low
-
- * Fixed debian/control dependencies.
-
- -- Moises Martinez <moises.martinez at nokia.com> Thu, 7 Jun 2007 15:17:04 +0300
-
-hildon-plugins-settings (0.0.1-1) unstable; urgency=low
-
- * Initial Release. Fixes: NB#59730
-
- -- Moises Martinez <moises.martinez at nokia.com> Wed, 6 Jun 2007 19:22:40 +0300
-
Copied: projects/haf/tags/hildon-plugin-settings/0.0.9-1/debian/changelog (from rev 14221, projects/haf/trunk/hildon-plugins-settings/debian/changelog)
- Previous message: [maemo-commits] r14221 - in projects/haf/trunk/hildon-plugins-settings: . debian
- Next message: [maemo-commits] r14223 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
