hildon
16 years ago2007-07-02 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Mon, 2 Jul 2007 07:13:39 +0000 (07:13 +0000)]
2007-07-02 Xan Lopez <xan.lopez@nokia.com>

[1.0.10-2 release]

* NEWS:
* debian/changelog: Updating.

16 years ago2007-07-02 Johan Bilien <johan.bilien@nokia.com>
Johan Bilien [Mon, 2 Jul 2007 07:04:51 +0000 (07:04 +0000)]
2007-07-02 Johan Bilien <johan.bilien@nokia.com>

* src/Makefile.am: fixed installation of the header files

16 years agoCorrecting typo.
Michael Dominic Kostrzewa [Fri, 29 Jun 2007 14:22:29 +0000 (14:22 +0000)]
Correcting typo.

16 years ago[1.0.10-1 release]
Michael Dominic Kostrzewa [Fri, 29 Jun 2007 14:17:46 +0000 (14:17 +0000)]
[1.0.10-1 release]

16 years agoRemoving some remaining of --enable-xan.
Michael Dominic Kostrzewa [Wed, 27 Jun 2007 15:25:43 +0000 (15:25 +0000)]
Removing some remaining of --enable-xan.

16 years agoFix email address.
Xan Lopez [Tue, 26 Jun 2007 12:59:40 +0000 (12:59 +0000)]
Fix email address.

16 years ago2007-06-26 Xan Lopez <xan@nokia.com>
Xan Lopez [Tue, 26 Jun 2007 12:18:23 +0000 (12:18 +0000)]
2007-06-26 Xan Lopez <xan@nokia.com>

* src/hildon-date-editor.c: (hildon_date_editor_keypress):
* src/hildon-time-editor.c: (hildon_time_editor_entry_keypress):

Move all focus crazyness to the rc files. This depends on gtk+2.0 >=
2.10.12-osso6 because the move-focus signal needs to be available in
GtkWidget.

16 years agoAdding an example that makes a HildonVolumebar insensitive before mapping it.
Michael Dominic Kostrzewa [Mon, 25 Jun 2007 08:54:20 +0000 (08:54 +0000)]
Adding an example that makes a HildonVolumebar insensitive before mapping it.

16 years agoAdding the hildon_volumebar_set_range_insensitive_message and hildon_volumebar_set_ra...
Michael Dominic Kostrzewa [Tue, 19 Jun 2007 12:00:38 +0000 (12:00 +0000)]
Adding the hildon_volumebar_set_range_insensitive_message and hildon_volumebar_set_range_insensitive_messagef functions to set insensitive message on the slider of the volumebar. Fixes NB#61129.

16 years ago2007-06-14 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Thu, 14 Jun 2007 08:50:37 +0000 (08:50 +0000)]
2007-06-14 Xan Lopez <xan.lopez@nokia.com>

* src/hildon-private.c (hildon_private_composite_focus): make the focus handler
work again.

16 years ago2007-06-13 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Wed, 13 Jun 2007 11:47:36 +0000 (11:47 +0000)]
2007-06-13 Xan Lopez <xan.lopez@nokia.com>

* src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_clear): workaround
http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
button on after clearing the trail.

16 years agoRemoving the separator from the dialog.
Michael Dominic Kostrzewa [Wed, 13 Jun 2007 08:36:12 +0000 (08:36 +0000)]
Removing the separator from the dialog.

16 years agoRemove empty line.
Xan Lopez [Tue, 12 Jun 2007 14:26:16 +0000 (14:26 +0000)]
Remove empty line.

16 years ago2007-06-12 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Tue, 12 Jun 2007 14:25:19 +0000 (14:25 +0000)]
2007-06-12 Xan Lopez <xan.lopez@nokia.com>

* src/Makefile.am: remove circular dependency in hildon-enum-types.h creation
by splitting the installed headers in generated and non-generated groups. Use
only the non-generated headers to create the hildon-enum-types.h file.

* src/hildon-seekbar.h: gtkscale.h already includes gtkrange.h.

16 years agoHide the window before performing the destroy. Should make the app closing a little...
Michael Dominic Kostrzewa [Tue, 12 Jun 2007 13:16:46 +0000 (13:16 +0000)]
Hide the window before performing the destroy. Should make the app closing a little tiny bit more snappy.

16 years ago2007-06-12 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Tue, 12 Jun 2007 13:08:58 +0000 (13:08 +0000)]
2007-06-12 Xan Lopez <xan.lopez@nokia.com>

* src/hildon-seekbar.c: add gtkrange.h header
* src/hildon-caption.c: remove unused variable

16 years agoRemove dysfunctional AC_ARG_ENABLE
Tommi Komulainen [Fri, 8 Jun 2007 19:34:29 +0000 (19:34 +0000)]
Remove dysfunctional AC_ARG_ENABLE

2007-06-08  Tommi Komulainen  <tommi.komulainen@nokia.com>

* configure.ac: Remove dysfunctional AC_ARG_ENABLE. Pointed out by
Loic Minier.

16 years ago[1.0.9-1 release]
Michael Dominic Kostrzewa [Thu, 7 Jun 2007 11:42:15 +0000 (11:42 +0000)]
[1.0.9-1 release]

16 years agoStop the escape timeout on focus-out-event
Tommi Komulainen [Thu, 7 Jun 2007 11:22:48 +0000 (11:22 +0000)]
Stop the escape timeout on focus-out-event

2007-06-07  Tommi Komulainen  <tommi.komulainen@nokia.com>

* src/hildon-window.c (hildon_window_window_state_event,
hildon_window_is_topmost_notify, hildon_window_class_init): Stop the
escape timeout on focus-out-event rather than notify::is-topmost; the
latter doesn't get called when menus pop up. Fixes: NB#52946, MB#1101

16 years agoUse self not priv to get the private data.
Xan Lopez [Thu, 7 Jun 2007 09:55:47 +0000 (09:55 +0000)]
Use self not priv to get the private data.

16 years agoAdding a patch from Tommi Komulainen to pass the correct timestamp and button to...
Michael Dominic Kostrzewa [Thu, 7 Jun 2007 09:53:53 +0000 (09:53 +0000)]
Adding a patch from Tommi Komulainen to pass the correct timestamp and button to gtk_menu_popup. Fixes MB#1466.

16 years agoFix thinko.
Xan Lopez [Thu, 7 Jun 2007 08:08:59 +0000 (08:08 +0000)]
Fix thinko.

16 years ago2007-06-07 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Thu, 7 Jun 2007 08:02:00 +0000 (08:02 +0000)]
2007-06-07 Xan Lopez <xan.lopez@nokia.com>

* src/hildon-window: actually, you need to use the macro always, there's
no private pointer in the class structure. We should have cleaned this up
when we had the chance...

16 years ago2007-06-07 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Thu, 7 Jun 2007 07:55:08 +0000 (07:55 +0000)]
2007-06-07 Xan Lopez <xan.lopez@nokia.com>

* src/hildon-window.c: do not get the private date from HildonWindow before
it passes the g_return_if_fail check. Once it's passed the test, there's no
need to g_assert that it exists. Do not create a HildonWindowPrivate variable
if you are only going to access the data once. Whitespace cleanups.

16 years ago2007-06-04 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Mon, 4 Jun 2007 12:21:35 +0000 (12:21 +0000)]
2007-06-04 Xan Lopez <xan.lopez@nokia.com>

* src/hildon-bread-crumb-trail.c: set children visible before allocation.
* src/hildon-bread-crumb-widget.c: set xalign to 0.0 for labels.

16 years ago[1.0.8-1 release]
Michael Dominic Kostrzewa [Fri, 1 Jun 2007 12:52:55 +0000 (12:52 +0000)]
[1.0.8-1 release]

16 years agoWhen destroying the window, remove (if exists) the escape timeout handler.
Michael Dominic Kostrzewa [Fri, 1 Jun 2007 11:23:03 +0000 (11:23 +0000)]
When destroying the window, remove (if exists) the escape timeout handler.

16 years agoWhen realizing the widget, set the window transiency.
Michael Dominic Kostrzewa [Fri, 1 Jun 2007 11:19:43 +0000 (11:19 +0000)]
When realizing the widget, set the window transiency.

16 years ago* src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass): Add padding...
Xan Lopez [Wed, 30 May 2007 14:21:13 +0000 (14:21 +0000)]
* src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass): Add padding for future expansions.

16 years agoPut the bug number.
Xan Lopez [Wed, 30 May 2007 13:54:06 +0000 (13:54 +0000)]
Put the bug number.

16 years ago* src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_class_init): Add a new...
Xan Lopez [Wed, 30 May 2007 13:52:28 +0000 (13:52 +0000)]
* src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_class_init): Add a new signal "move-parent", bind Escape and BackSpace to it. The handler will fake an activation on the previous to the last item of the trail, so the effect can be overrided by the developer as usual. Also change the callback for the back button to do the same thing, so its effect can be overrided too.

16 years agoImplementing the proper focus grabbing in the HildonCaption. Fixes NB#52379.
Michael Dominic Kostrzewa [Wed, 30 May 2007 12:43:46 +0000 (12:43 +0000)]
Implementing the proper focus grabbing in the HildonCaption. Fixes NB#52379.

16 years ago* src/hildon-bread-crumb-trail.c (crumb_activated_cb): be very paranoid about the...
Xan Lopez [Wed, 30 May 2007 11:26:27 +0000 (11:26 +0000)]
* src/hildon-bread-crumb-trail.c (crumb_activated_cb): be very paranoid about the internal state of the trail after the user has had the chance of executing his handler for the signal. Specifically, it may happen that the activated button is removed and the user still lets the default handler run. This would segfault previously.

16 years agoWhen the font is really big, add the scrollbar to the preview dialog. Fixes NB#54147.
Michael Dominic Kostrzewa [Mon, 28 May 2007 14:47:41 +0000 (14:47 +0000)]
When the font is really big, add the scrollbar to the preview dialog. Fixes NB#54147.

16 years agoChanging the default max year to 2037 in HildonDateEditor. The max/min year propertie...
Michael Dominic Kostrzewa [Mon, 28 May 2007 12:14:09 +0000 (12:14 +0000)]
Changing the default max year to 2037 in HildonDateEditor. The max/min year properties can be altered, so the client can modify it anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147.

16 years agoRemoving the unused 'hildonlike' property from HildonCalendar, making hildonlike...
Michael Dominic Kostrzewa [Mon, 28 May 2007 11:52:48 +0000 (11:52 +0000)]
Removing the unused 'hildonlike' property from HildonCalendar, making hildonlike by default. Fixing a problem with disappearing arrows when scrolling through months and years.

16 years agoAdding error callback to the date editor example.
Michael Dominic Kostrzewa [Mon, 28 May 2007 08:51:47 +0000 (08:51 +0000)]
Adding error callback to the date editor example.

16 years ago[1.0.7-1 release]
Michael Dominic Kostrzewa [Fri, 25 May 2007 08:50:10 +0000 (08:50 +0000)]
[1.0.7-1 release]

16 years agoAdding a special '--enable-xan' configure option that turns off the -Werror compilati...
Michael Dominic Kostrzewa [Thu, 24 May 2007 14:46:00 +0000 (14:46 +0000)]
Adding a special '--enable-xan' configure option that turns off the -Werror compilation setting. Usefull for development. Adding the 5* multiplier to gtk-timeout-update.

16 years ago* src/hildon-note.c (hildon_note_init): Use g_object_ref_sink instead of g_object_ref...
Xan Lopez [Thu, 24 May 2007 11:33:17 +0000 (11:33 +0000)]
* src/hildon-note.c (hildon_note_init): Use g_object_ref_sink instead of g_object_ref + gtk_object_sink.

16 years ago[1.0.6-1 release]
Michael Dominic Kostrzewa [Tue, 22 May 2007 10:49:22 +0000 (10:49 +0000)]
[1.0.6-1 release]

16 years agoA few more GdkColor struct allocation fixes straight from Tommi labs.
Michael Dominic Kostrzewa [Mon, 21 May 2007 10:54:20 +0000 (10:54 +0000)]
A few more GdkColor struct allocation fixes straight from Tommi labs.

16 years agoCorrecting the header file path. Allocate the color on the stack for the changed...
Michael Dominic Kostrzewa [Mon, 21 May 2007 09:45:26 +0000 (09:45 +0000)]
Correcting the header file path. Allocate the color on the stack for the changed signal. Fixes a small memory leak.

16 years agoImporting several usefull fixes from the ubuntu-mobile branch.
Michael Dominic Kostrzewa [Mon, 21 May 2007 09:05:12 +0000 (09:05 +0000)]
Importing several usefull fixes from the ubuntu-mobile branch.

16 years agoAdding a finger-checking code example. Do not allocate the color structure using...
Michael Dominic Kostrzewa [Mon, 21 May 2007 07:58:56 +0000 (07:58 +0000)]
Adding a finger-checking code example. Do not allocate the color structure using the g_new. Fixes NB#54061.

17 years agoCorrecting tabs in file.
Michael Dominic Kostrzewa [Wed, 9 May 2007 11:10:26 +0000 (11:10 +0000)]
Correcting tabs in file.

17 years ago* src/hildon-bread-crumb-trail.c: Use set_child_visible only to control the visibilit...
Xan Lopez [Tue, 8 May 2007 07:55:13 +0000 (07:55 +0000)]
* src/hildon-bread-crumb-trail.c: Use set_child_visible only to control the visibility of the children.

* examples/hildon-bread-crumb-trail-example.c: Plug leak.

17 years ago[1.0.5-1 release]
Michael Dominic Kostrzewa [Mon, 7 May 2007 10:21:55 +0000 (10:21 +0000)]
[1.0.5-1 release]

17 years ago* src/hildon-bread-crumb-trail.c: (hildon_bread_crumb_trail_size_allocate):
Xan Lopez [Fri, 4 May 2007 11:36:49 +0000 (11:36 +0000)]
* src/hildon-bread-crumb-trail.c: (hildon_bread_crumb_trail_size_allocate):

Make the back button always a square.

17 years ago* src/hildon-bread-crumb-trail.c: * src/hildon-bread-crumb-trail.h: Include hildon...
Xan Lopez [Fri, 4 May 2007 11:28:00 +0000 (11:28 +0000)]
* src/hildon-bread-crumb-trail.c: * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h from the .c file as it's a private file.

17 years agoThe VVolumebar example now uses slightly bigger height. Adding some checks before...
Michael Dominic Kostrzewa [Thu, 3 May 2007 11:44:54 +0000 (11:44 +0000)]
The VVolumebar example now uses slightly bigger height. Adding some checks before freeing memory in the font selection dialog.

17 years agoAdding a small check when freeing memory in font dialog. Applying a patch by Iain...
Michael Dominic Kostrzewa [Wed, 2 May 2007 07:36:21 +0000 (07:36 +0000)]
Adding a small check when freeing memory in font dialog. Applying a patch by Iain Holmes to fix buttons sensitivity on page switching in wizard dialog.

17 years ago* src/hildon-bread-crumb-trail.c: make the add method handle all the internal details...
Xan Lopez [Fri, 27 Apr 2007 14:47:22 +0000 (14:47 +0000)]
* src/hildon-bread-crumb-trail.c: make the add method handle all the internal details of adding a bread crumb to the trail.

17 years agoChanging the API guard to HILDON_ENABLE_UNSTABLE_API.
Michael Dominic Kostrzewa [Thu, 26 Apr 2007 13:27:43 +0000 (13:27 +0000)]
Changing the API guard to HILDON_ENABLE_UNSTABLE_API.

17 years ago[1.0.3-1 release]
Michael Dominic Kostrzewa [Thu, 26 Apr 2007 12:57:52 +0000 (12:57 +0000)]
[1.0.3-1 release]

17 years ago[1.0.2-1 release]
Michael Dominic Kostrzewa [Wed, 25 Apr 2007 13:54:06 +0000 (13:54 +0000)]
[1.0.2-1 release]

17 years agoSmall fix to make the package actually compile.
Michael Dominic Kostrzewa [Wed, 25 Apr 2007 13:44:25 +0000 (13:44 +0000)]
Small fix to make the package actually compile.

17 years ago* src/hildon-bread-crumb-trail.h: * src/hildon-bread-crumb.h:
Xan Lopez [Wed, 25 Apr 2007 12:08:59 +0000 (12:08 +0000)]
* src/hildon-bread-crumb-trail.h: * src/hildon-bread-crumb.h:

Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
to define ENABLE_UNSTABLE_API in the code that includes these headers.

17 years ago* examples/hildon-bread-crumb-trail-example.c: * src/Makefile.am: * src/hildon-bread...
Xan Lopez [Wed, 25 Apr 2007 10:42:46 +0000 (10:42 +0000)]
* examples/hildon-bread-crumb-trail-example.c: * src/Makefile.am: * src/hildon-bread-crumb-trail.c: * src/hildon-bread-crumb-trail.h: * src/hildon-bread-crumb.c: * src/hildon-bread-crumb.h: * src/hildon-marshalers.list: * src/hildon-bread-crumb-widget.c: * src/hildon-bread-crumb-widget.h:

Slight change in the widget design. The bread crumb trail API is
unchanged, but HildonBreadCrumb is now an interface. A *private*
implementation, hildon-bread-crumb-widget, is provided and used
internally by the trail for the push_text/push_icon functions.

The generic push API is still available, so anyone can implement
and use its own bread crumb widget.

17 years agoFixing the shlibs.
Michael Dominic Kostrzewa [Thu, 19 Apr 2007 13:07:08 +0000 (13:07 +0000)]
Fixing the shlibs.

17 years agoFixing a problem with timed banners having their parrent destroyed before they are.
Michael Dominic Kostrzewa [Thu, 19 Apr 2007 12:38:28 +0000 (12:38 +0000)]
Fixing a problem with timed banners having their parrent destroyed before they are.

17 years ago* src/hildon-bread-crumb.c: * src/hildon-bread-crumb.h:
Xan Lopez [Tue, 17 Apr 2007 14:14:16 +0000 (14:14 +0000)]
* src/hildon-bread-crumb.c: * src/hildon-bread-crumb.h:

Make the get_natural_size function a vfunc.

17 years ago* src/hildon-bread-crumb.c: * src/hildon-bread-crumb-trail.c:
Xan Lopez [Mon, 16 Apr 2007 13:42:07 +0000 (13:42 +0000)]
* src/hildon-bread-crumb.c: * src/hildon-bread-crumb-trail.c:

Some cleanups.

17 years ago[1.0.1 release]
Michael Dominic Kostrzewa [Mon, 16 Apr 2007 08:27:47 +0000 (08:27 +0000)]
[1.0.1 release]

17 years ago* src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size): don't leak the...
Xan Lopez [Mon, 16 Apr 2007 08:03:34 +0000 (08:03 +0000)]
* src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size): don't leak the pango layout.

17 years agoWrong e-mail used in ChangeLog.
Michael Dominic Kostrzewa [Mon, 16 Apr 2007 07:53:37 +0000 (07:53 +0000)]
Wrong e-mail used in ChangeLog.

17 years ago* src/hildon.h: * examples/hildon-bread-crumb-trail-example.c:
Xan Lopez [Mon, 16 Apr 2007 07:47:00 +0000 (07:47 +0000)]
* src/hildon.h: * examples/hildon-bread-crumb-trail-example.c:

Fix example.

17 years agoRemoving the bug-fixed entries that were actually resolved as WONTFIX. Removing a...
Michael Dominic Kostrzewa [Mon, 16 Apr 2007 07:35:16 +0000 (07:35 +0000)]
Removing the bug-fixed entries that were actually resolved as WONTFIX. Removing a redundant check in date-editor. Fixes NB#54182.

17 years agogit-svn-id: https://stage.maemo.org/svn/maemo/projects/haf/trunk/hildon-1@11036 50eb5...
Xan Lopez [Mon, 16 Apr 2007 07:31:38 +0000 (07:31 +0000)]
git-svn-id: https://stage.maemo.org/svn/maemo/projects/haf/trunk/hildon-1@11036 50eb543b-83fa-0310-9bb7-f7cbbee4ab39

17 years ago* src/hildon-bread-crumb-trail.c: * src/hildon-bread-crumb-trail.h: * src/hildon...
Xan Lopez [Fri, 13 Apr 2007 11:05:00 +0000 (11:05 +0000)]
* src/hildon-bread-crumb-trail.c: * src/hildon-bread-crumb-trail.h: * src/hildon-bread-crumb.c: * src/hildon-bread-crumb.h:

Untabify.

17 years ago* src/hildon-bread-crumb-trail.c: don't use the priv data of bct until it's passed...
Xan Lopez [Fri, 13 Apr 2007 10:49:25 +0000 (10:49 +0000)]
* src/hildon-bread-crumb-trail.c: don't use the priv data of bct until it's passed the type check.

17 years ago* examples/hildon-bread-crumb-trail-example.c
Xan Lopez [Thu, 12 Apr 2007 13:41:10 +0000 (13:41 +0000)]
* examples/hildon-bread-crumb-trail-example.c

Add license.

17 years ago* examples/Makefile.am * examples/hildon-bread-crumb-trail-example.c * src/Makefile...
Xan Lopez [Thu, 12 Apr 2007 13:38:35 +0000 (13:38 +0000)]
* examples/Makefile.am * examples/hildon-bread-crumb-trail-example.c * src/Makefile.am * src/hildon-bread-crumb-trail.c * src/hildon-bread-crumb-trail.h * src/hildon-bread-crumb.c * src/hildon-bread-crumb.h

New HildonBreadCrumbTrail widget.

17 years ago2007-04-02 Lucas Rocha <lucas.rocha@nokia.com>
Lucas Rocha [Mon, 2 Apr 2007 12:59:44 +0000 (12:59 +0000)]
2007-04-02 Lucas Rocha <lucas.rocha@nokia.com>

* src/hildon-range-editor.c (hildon_range_editor_init),
src/hildon-seekbar.c (hildon_seekbar_get_fraction,
hildon_seekbar_set_fraction, hildon_seekbar_set_position),
src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
hildon_time_editor_class_init, hildon_time_editor_init),
src/hildon-get-password-dialog.c (invalid_input,
hildon_get_password_set_property, hildon_get_password_get_property,
create_contents, hildon_get_password_dialog_set_max_characters),
src/hildon-set-password-dialog.c (create_contents),
src/hildon-date-editor.c (hildon_date_editor_init),
src/hildon-login-dialog.c (hildon_login_dialog_init),
src/hildon-number-editor.c (hildon_number_editor_init),
src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
 configure option and adding the respective checks in the code.
* src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
hildon_calendar_drag_data_received): fixed some build warnings.

17 years agoA 1.0.0 release notes.
Michael Dominic Kostrzewa [Thu, 29 Mar 2007 13:45:35 +0000 (13:45 +0000)]
A 1.0.0 release notes.

17 years agoChanging the license headers and all the licesing stuff to LGPL version 2 OR LATER.
Michael Dominic Kostrzewa [Thu, 29 Mar 2007 12:09:51 +0000 (12:09 +0000)]
Changing the license headers and all the licesing stuff to LGPL version 2 OR LATER.

17 years agoAdding the HildonCalendar based on Gtk Calendar. This effectively changes the license...
Michael Dominic Kostrzewa [Thu, 29 Mar 2007 10:51:54 +0000 (10:51 +0000)]
Adding the HildonCalendar based on Gtk Calendar. This effectively changes the license to LGPL version 2 OR LATER. Fixing some timeout issues and input-mode issues (deprecated properties). Example to test the new HildonCalendar.

17 years agoAdding a hildon_helper_set_thumb_scrollbar function to enable/disable a thumb scrollb...
Michael Dominic Kostrzewa [Tue, 27 Mar 2007 08:37:46 +0000 (08:37 +0000)]
Adding a hildon_helper_set_thumb_scrollbar function to enable/disable a thumb scrollbar on a GtkScrolledWindow. Adding an example that demoes the thumb scrollbar functionality.

17 years agoActually take the libtool versioning into account.
Michael Dominic Kostrzewa [Mon, 26 Mar 2007 06:33:34 +0000 (06:33 +0000)]
Actually take the libtool versioning into account.

17 years agoFix gtk-doc packaging
Tommi Komulainen [Wed, 21 Mar 2007 08:22:10 +0000 (08:22 +0000)]
Fix gtk-doc packaging

libhildon (0.9.9-12) UNRELEASED; urgency=low

  [ Tommi Komulainen ]
  * Fix packaging for gtk-doc (not enabled by default)
    - debian/libhildon1-dev.docs: Removed
    - debian/libhildon1-dev.install: Added the gtk-doc directory here
    - debian/rules: replace broken conditional dh_installdocs with dh_install
      that excludes gtk-doc if the docs aren't installed
    - debian/rules: unconditionally call dh_installdocs to include copyright

17 years agochangelog update for previous commit
Tommi Komulainen [Wed, 21 Mar 2007 08:03:54 +0000 (08:03 +0000)]
changelog update for previous commit

17 years agoFix --enable-gtk-doc build
Tommi Komulainen [Wed, 21 Mar 2007 08:03:17 +0000 (08:03 +0000)]
Fix --enable-gtk-doc build

2007-03-20  Tommi Komulainen  <tommi.komulainen@nokia.com>

* doc/gtk-doc.make: Update from gtk-doc 1.7, and fix '*.sgml'
prerequisite with $(wildcard) to work in absence of any files.
* doc/Makefile.am (MAINTAINERCLEANFILES): Add 'tmpl/*.sgml' here, it
used to be handled in the modified gtk-doc.make
(HTML_IMAGES): Fix images locations by adding missing 'images/'
* doc/visual_index.xml: Remove extraneous 'html/' from image
references that were breaking the generated gallery page.

17 years agoForce link creation and do not complain if failed.
Michael Dominic Kostrzewa [Tue, 20 Mar 2007 08:17:14 +0000 (08:17 +0000)]
Force link creation and do not complain if failed.

17 years agoFixing the symlink issue.
Michael Dominic Kostrzewa [Wed, 14 Mar 2007 12:52:52 +0000 (12:52 +0000)]
Fixing the symlink issue.

17 years agoUpdating.
Michael Dominic Kostrzewa [Tue, 13 Mar 2007 15:00:32 +0000 (15:00 +0000)]
Updating.

17 years ago* src/hildon-banner.c: Use TYPE_HINT_NOTIFICATION instead of TYPE_HINT_MESSAGE.
Xan Lopez [Tue, 13 Mar 2007 13:39:51 +0000 (13:39 +0000)]
* src/hildon-banner.c: Use TYPE_HINT_NOTIFICATION instead of TYPE_HINT_MESSAGE.

17 years agoFixing the hildon dash.
Michael Dominic Kostrzewa [Tue, 13 Mar 2007 12:43:45 +0000 (12:43 +0000)]
Fixing the hildon dash.

17 years agoUpdating changelog.
Michael Dominic Kostrzewa [Tue, 13 Mar 2007 12:34:07 +0000 (12:34 +0000)]
Updating changelog.

17 years ago* src/hildon-helper.c: Remove guard for NULL message in _set_insensitive_message...
Xan Lopez [Fri, 9 Mar 2007 14:08:49 +0000 (14:08 +0000)]
* src/hildon-helper.c: Remove guard for NULL message in _set_insensitive_message. Passing NULL is accepted with the semantics of removing any previous message.

17 years agoFixing a double free in _set_insenstive_message. Fixes NB#52928.
Michael Dominic Kostrzewa [Fri, 9 Mar 2007 14:00:03 +0000 (14:00 +0000)]
Fixing a double free in _set_insenstive_message. Fixes NB#52928.

17 years agoCorrecting the color button popup API as suggested by Tommi to follow the GtkComboBox...
Michael Dominic Kostrzewa [Thu, 8 Mar 2007 14:21:48 +0000 (14:21 +0000)]
Correcting the color button popup API as suggested by Tommi to follow the GtkComboBox popup API. The property name is now 'popup-shown' and the force-function is _popdown.

17 years agoFixing the 'engineering english' translation and adding it back to the build system...
Michael Dominic Kostrzewa [Thu, 8 Mar 2007 14:13:27 +0000 (14:13 +0000)]
Fixing the 'engineering english' translation and adding it back to the build system. Prolly needs some more updates in the future when we resync the 'real' translation package names.

17 years agoAdding a property 'is-popped' and some functions to pop-up the color selection dialog...
Michael Dominic Kostrzewa [Thu, 8 Mar 2007 11:20:57 +0000 (11:20 +0000)]
Adding a property 'is-popped' and some functions to pop-up the color selection dialog. Adding an example that pops-up the dialog from another thread.

17 years agoA few more consolidation corrections.
Michael Dominic Kostrzewa [Wed, 7 Mar 2007 08:50:03 +0000 (08:50 +0000)]
A few more consolidation corrections.

17 years agoRenaming gtk-timeout-update to gtk-timeout-repeat.
Michael Dominic Kostrzewa [Wed, 7 Mar 2007 08:36:59 +0000 (08:36 +0000)]
Renaming gtk-timeout-update to gtk-timeout-repeat.

17 years agoHildonTimePicker - Do not pull the timeout settings in the init function. Do it when...
Michael Dominic Kostrzewa [Wed, 7 Mar 2007 08:23:37 +0000 (08:23 +0000)]
HildonTimePicker - Do not pull the timeout settings in the init function. Do it when needed.

17 years agoNew intermediate release.
Michael Dominic Kostrzewa [Mon, 5 Mar 2007 10:08:30 +0000 (10:08 +0000)]
New intermediate release.

17 years agoAdding an example to check scrolled window theming. Adding hildon_caption_set_label_m...
Michael Dominic Kostrzewa [Fri, 2 Mar 2007 15:00:42 +0000 (15:00 +0000)]
Adding an example to check scrolled window theming. Adding hildon_caption_set_label_markup to set markup on the caption. Fixes NB#51736.

17 years agoSmall fix, check for NULL before comparing strings.
Michael Dominic Kostrzewa [Thu, 1 Mar 2007 12:09:53 +0000 (12:09 +0000)]
Small fix, check for NULL before comparing strings.

17 years agoIn infobanner, do not set the text on the label if it's exactly same as the existing...
Michael Dominic Kostrzewa [Thu, 1 Mar 2007 12:04:14 +0000 (12:04 +0000)]
In infobanner, do not set the text on the label if it's exactly same as the existing text. Fixes some wrapping problems. Fixes NB#50496.