hildon
16 years ago2008-04-07 Sven Herzberg <sven@imendio.com>
Sven Herzberg [Mon, 7 Apr 2008 11:33:19 +0000 (11:33 +0000)]
2008-04-07 Sven Herzberg <sven@imendio.com>

Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
local values in hildon_date_editor_size_allocate

* src/hildon-date-editor.c: changed the arguments of the if()
conditions

16 years ago2008-04-07 Sven Herzberg <sven@imendio.com>
Sven Herzberg [Mon, 7 Apr 2008 11:33:15 +0000 (11:33 +0000)]
2008-04-07 Sven Herzberg <sven@imendio.com>

Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
local values in hildon_date_editor_size_allocate

* src/hildon-date-editor.c: split the calculation of the allocation
from the real allocation

16 years agoNew release
Natalia Dobrovolskaya [Thu, 3 Apr 2008 14:11:55 +0000 (14:11 +0000)]
New release

16 years ago2008-03-27 Michael Natterer <mitch@imendio.com>
Michael Natterer [Thu, 27 Mar 2008 12:21:47 +0000 (12:21 +0000)]
2008-03-27 Michael Natterer <mitch@imendio.com>

Fixes: NB#81696: The passcode is not overwritten even after
selecting

* src/hildon-code-dialog.c
(hildon_code_dialog_button_clicked)
(hildon_code_dialog_im_commit): don't use gtk_entry_append_text()
because that doesn't overwrite selected text. Instead, emit the
"commit" signal on the entry's im_context so the entry's normal
insert logic is triggered. Set the cursor to the end of the entry
after each insert operation so that we *only* insert in the middle
of the text if something was selected.

16 years ago2008-03-27 Michael Natterer <mitch@imendio.com>
Michael Natterer [Thu, 27 Mar 2008 10:52:14 +0000 (10:52 +0000)]
2008-03-27 Michael Natterer <mitch@imendio.com>

Enable fixing: NB#79916 and NB#79918: The help topic for Color
selector cannot be opened

* src/hildon-color-button.c: add signal "setup-dialog" and emit it
when the popup color selector is created. Please connect to this
signal in order to set the dialog's help ID.

16 years ago2008-03-25 Sven Herzberg <sven@imendio.com>
Sven Herzberg [Tue, 25 Mar 2008 09:52:06 +0000 (09:52 +0000)]
2008-03-25 Sven Herzberg <sven@imendio.com>

Fixes: MB#1212: Hide info banners (infoprints) on click

* src/hildon-banner.c: (simulate_close), (hildon_banner_timeout):
extracted the close event simulation into an extra function
(hildon_banner_button_press_event): simulate a close event and destroy
the widget if the event wasn't handled
(hildon_banner_class_init): added the button_press_event handler
(hildon_banner_init): added button-press events to the widget

16 years ago2008-03-25 Sven Herzberg <sven@imendio.com>
Sven Herzberg [Tue, 25 Mar 2008 08:02:17 +0000 (08:02 +0000)]
2008-03-25 Sven Herzberg <sven@imendio.com>

Fixes: MB:#924: Hildon widgets doesn't support RTL mode
Patch from: Mohammad Anwari  <mdamt@maemo.org>

* src/hildon-banner.c: let the HildonBanners pop up on the left side
instead of the right in RTL mode
* src/hildon-bread-crumb-trail.c: mirror the appearance of the
breadcrumb button list in RTL mode
* src/hildon-caption.c: mirror the appearance of the caption widget in
RTL mode
* src/hildon-date-editor.c: mirror appearance of the date editor in
RTL mode
* src/hildon-time-editor.c: mirror appearance of the time editor in
RTL mode
* src/hildon-window.c: fix the position of the popup in RTL mode

16 years ago2008-03-25 Sven Herzberg <sven@imendio.com>
Sven Herzberg [Tue, 25 Mar 2008 07:28:23 +0000 (07:28 +0000)]
2008-03-25 Sven Herzberg <sven@imendio.com>

Amendment to the fix of NB#22072. Fix compilation.

* src/hildon-banner.c: (hildon_banner_timeout): fix compilation

16 years ago2008-03-19 Sven Herzberg <sven@imendio.com>
Sven Herzberg [Wed, 19 Mar 2008 16:05:18 +0000 (16:05 +0000)]
2008-03-19 Sven Herzberg <sven@imendio.com>

Fixes: NB#22072: Revisiting fix for "Implement robust timer handling
in Info Banner" bug

* src/hildon-banner.c: (hildon_banner_timeout): reset the current
timeout id properly when the timeout will disappear this leaves no
artifacts around in the destroy(); there will only be the timeout
created by hildon_banner_ensure_timeout() and adding a new timeout
will also work if the timeout gets removed because the timeout_handler
returned FALSE

16 years ago2008-03-19 Michael Natterer <mitch@imendio.com>
Michael Natterer [Wed, 19 Mar 2008 15:56:58 +0000 (15:56 +0000)]
2008-03-19 Michael Natterer <mitch@imendio.com>

Fixes: NB#79791: Cannot set focus to Master volume using stylus

* src/hildon-volumebar.c
* src/hildon-vvolumebar.c
* src/hildon-hvolumebar.c (init): remove UNSET_FLAGS(CAN_FOCUS) so
the widget becomes focussable at all.

* src/hildon-volumebar.c: implement GtkWidget::grab_focus() and
set the focus to wither the mute button or the volumebar.

Remove own "can-focus" property and instead listen to
notify::can-focus in order to update the widget's state.

Implement GtkWidget::focus() and make sure we can also *leave* the
widget, not only enter it, depending on volumebar orientation and
requested focus direction.

Clean up set_mute() to cooperate nicely with all the above.

16 years ago2008-03-04 Michael Natterer <mitch@imendio.com>
Michael Natterer [Tue, 4 Mar 2008 13:53:48 +0000 (13:53 +0000)]
2008-03-04 Michael Natterer <mitch@imendio.com>

Fixes: NB#78481: information banners are hidden under browser menu

* src/hildon-banner.c: call gtk_window_present() on the banners so
they are risen if they are already visible.

16 years ago2008-03-03 Sven Herzberg <sven@imendio.com>
Sven Herzberg [Mon, 3 Mar 2008 08:00:31 +0000 (08:00 +0000)]
2008-03-03 Sven Herzberg <sven@imendio.com>

Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account

* examples/hildon-window-menu-example.c: (main): extended the window
menu example to serve as a testcase for automatically added
accelerator groups, too
* src/hildon-window.c: (hildon_window_add_accel_group),
(hildon_window_set_menu): added patch by Tommi Komulainen

16 years ago2008-03-03 Sven Herzberg <sven@imendio.com>
Sven Herzberg [Mon, 3 Mar 2008 07:22:36 +0000 (07:22 +0000)]
2008-03-03 Sven Herzberg <sven@imendio.com>

Fixes: MB#1276: wrong allocators used in hildon_window_get_borders

* src/hildon-window.c: (hildon_window_get_borders): don't imply any
knowledge about the border allocators used within GTK+

16 years ago2008-02-26 Sven Herzberg <sven@imendio.com>
Sven Herzberg [Tue, 26 Feb 2008 12:50:31 +0000 (12:50 +0000)]
2008-02-26 Sven Herzberg <sven@imendio.com>

Fixes: MB#2981: Build with asserts broken

* src/hildon-date-editor.c,
* src/hildon-number-editor.c,
* src/hildon-time-editor.c,
* src/hildon-weekday-picker.c: replace HILDON_IS_EDITOR_EDITOR by a
the proper GType instance check

16 years ago2008-02-25 Sven Herzberg <sven@imendio.com>
Sven Herzberg [Mon, 25 Feb 2008 20:30:17 +0000 (20:30 +0000)]
2008-02-25 Sven Herzberg <sven@imendio.com>

Fixed: MB#1221: HildonWindow shouldn't call show_all for GtkMenu

* doc/Makefile.am: tell gtk-doc about HILDON_DISABLE_DEPRECATED
* examples/hildon-window-menu-example.c: (main): explicitly show
the menu item
* src/hildon-window.c:
(hildon_window_set_main_menu): moved most of the code from set_menu()
to this place; skipped the call to gtk_widget_show_all(); also didn't
introduce gtk_widget_show() as gtk_menu_popup() will call that anyways
(hildon_window_set_menu): removed most of the code, just keep the
questionable gtk_widget_show_all()
* src/hildon-window.h: added the new function and deprecate the old
one

16 years ago2.0.1 release.
Xan Lopez [Thu, 10 Jan 2008 14:38:00 +0000 (14:38 +0000)]
2.0.1 release.

16 years ago2008-01-10 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Thu, 10 Jan 2008 14:37:58 +0000 (14:37 +0000)]
2008-01-10 Xan Lopez <xan.lopez@nokia.com>

* configure.ac:
* pkgconfig/Makefile.am:
* pkgconfig/hildon.pc.in:
* src/Makefile.am:

Do not use PACKAGE_VERSION_MAJOR as the API revision,
use newly created API_MAJOR_VERSION.

16 years ago2.0.0 release.
Xan Lopez [Wed, 9 Jan 2008 12:45:52 +0000 (12:45 +0000)]
2.0.0 release.

16 years ago2008-01-09 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Wed, 9 Jan 2008 10:07:30 +0000 (10:07 +0000)]
2008-01-09 Xan Lopez <xan.lopez@nokia.com>

* src/hildon-color-chooser.c (hildon_color_chooser_class_init):

Add outer_border style property, we use it but don't define it (!).

Fixes NB#75310

16 years agoAdd "Clear" button to the bct example. Add ChangeLog.
Xan Lopez [Fri, 21 Dec 2007 13:57:32 +0000 (13:57 +0000)]
Add "Clear" button to the bct example. Add ChangeLog.

16 years agoAssign next pointer before freeing list node!
Xan Lopez [Fri, 21 Dec 2007 13:57:18 +0000 (13:57 +0000)]
Assign next pointer before freeing list node!

16 years ago[1.99.1-1 release]
Michael Dominic Kostrzewa [Fri, 14 Dec 2007 09:33:08 +0000 (09:33 +0000)]
[1.99.1-1 release]

16 years agoPatch by Alejandro to get/set passwords dialogs accesibility. Set atk_set_name to...
Michael Dominic Kostrzewa [Fri, 14 Dec 2007 09:29:31 +0000 (09:29 +0000)]
Patch by Alejandro to get/set passwords dialogs accesibility. Set atk_set_name to the passwd entries in order to allow accessibility by name on this entries.

16 years ago[1.99.0-2 release]
Michael Dominic Kostrzewa [Thu, 11 Oct 2007 13:19:51 +0000 (13:19 +0000)]
[1.99.0-2 release]

16 years ago2007-10-10 Mohammad Anwari <Mohammad.Anwari@nokia.com>
Xan Lopez [Wed, 10 Oct 2007 13:44:49 +0000 (13:44 +0000)]
2007-10-10 Mohammad Anwari <Mohammad.Anwari@nokia.com>

* configure.ac, pkgconfig/hildon-1.pc: Turn on -DMAEMO_CHANGES only if
USE_MAEMO_GTK is enabled.

16 years agoYou didn't see anything there, use the proper macro.
Xan Lopez [Wed, 10 Oct 2007 12:49:04 +0000 (12:49 +0000)]
You didn't see anything there, use the proper macro.

16 years ago2007-10-10 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Wed, 10 Oct 2007 12:45:19 +0000 (12:45 +0000)]
2007-10-10 Xan Lopez <xan.lopez@nokia.com>

* src/hildon-code-dialog.c (hildon_code_dialog_init): check for
MAEMO_GTK or GTK+ > 2.11 before using GTK_BUTTONBOX_CENTER mode.

16 years ago[1.99.0-1 release]
Michael Dominic Kostrzewa [Wed, 10 Oct 2007 11:53:21 +0000 (11:53 +0000)]
[1.99.0-1 release]

16 years ago[2.0.0-1 release]
Michael Dominic Kostrzewa [Wed, 10 Oct 2007 11:21:37 +0000 (11:21 +0000)]
[2.0.0-1 release]

16 years agoFixing the way logical colors/fonts are being applied + adding a test case. Fixes...
Michael Dominic Kostrzewa [Wed, 10 Oct 2007 11:14:17 +0000 (11:14 +0000)]
Fixing the way logical colors/fonts are being applied + adding a test case. Fixes: NB#71660.

16 years agoRemove HILDON_ENABLE_UNSTABLE_API.
Xan Lopez [Tue, 9 Oct 2007 08:38:44 +0000 (08:38 +0000)]
Remove HILDON_ENABLE_UNSTABLE_API.

16 years agoOnly map the HildonWindow vbox if it's supposed to be visible.
Xan Lopez [Mon, 8 Oct 2007 14:32:06 +0000 (14:32 +0000)]
Only map the HildonWindow vbox if it's supposed to be visible.

Fixes warning when mapping HildonWindows without toolbars.

16 years ago2007-10-02 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Tue, 2 Oct 2007 12:06:14 +0000 (12:06 +0000)]
2007-10-02 Xan Lopez <xan.lopez@nokia.com>

* src/hildon-seekbar.c: gtk_range_get_fill_level is available in GTK+ since
2.11.0, add a check for that besides the MAEMO_GTK check.

16 years agoUpdate README file with info about building with stock GTK+.
Xan Lopez [Tue, 2 Oct 2007 11:14:30 +0000 (11:14 +0000)]
Update README file with info about building with stock GTK+.

16 years ago[1.0.17-1 release]
Michael Dominic Kostrzewa [Fri, 28 Sep 2007 12:10:29 +0000 (12:10 +0000)]
[1.0.17-1 release]

16 years agoApplying patches by Xan to fix the toolbar visibility. Fixes: NB#70842 and MB#615.
Michael Dominic Kostrzewa [Fri, 28 Sep 2007 10:10:52 +0000 (10:10 +0000)]
Applying patches by Xan to fix the toolbar visibility. Fixes: NB#70842 and MB#615.

16 years ago2007-09-25 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Tue, 25 Sep 2007 13:16:27 +0000 (13:16 +0000)]
2007-09-25 Xan Lopez <xan.lopez@nokia.com>

* src/hildon-bread-crumb-widget.c (hildon_bread_crumb_widget_constructor):
set the separator as no-show-all so it doesn't unintentionally appear when
someone does a show_all.

16 years ago2007-09-25 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Tue, 25 Sep 2007 08:31:56 +0000 (08:31 +0000)]
2007-09-25 Xan Lopez <xan.lopez@nokia.com>

* src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_text)
(hildon_bread_crumb_trail_push_icon): Do not show the separator for the
toplevel item. Fixes: NB#62031

16 years agoPut function name in the changelog.
Xan Lopez [Mon, 24 Sep 2007 13:13:41 +0000 (13:13 +0000)]
Put function name in the changelog.

16 years ago2007-09-24 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Mon, 24 Sep 2007 13:08:45 +0000 (13:08 +0000)]
2007-09-24 Xan Lopez <xan.lopez@nokia.com>

* src/hildon-bread-crumb-trail.c: fix the name of the function in the docs.

16 years ago[1.0.16-1 release]
Michael Dominic Kostrzewa [Fri, 21 Sep 2007 11:47:17 +0000 (11:47 +0000)]
[1.0.16-1 release]

16 years agoAdding a test-case for long hildon banner. Fixing the get_last_index function.
Michael Dominic Kostrzewa [Fri, 21 Sep 2007 11:42:26 +0000 (11:42 +0000)]
Adding a test-case for long hildon banner. Fixing the get_last_index function.

16 years agoAdding two patches by Tommi to fix memory leaks in font selector and color selector...
Michael Dominic Kostrzewa [Fri, 21 Sep 2007 09:10:48 +0000 (09:10 +0000)]
Adding two patches by Tommi to fix memory leaks in font selector and color selector. Fixes: NB#70499 and NB#70474.

16 years agoFixed the leak of the a GList. Fixes: NB#70273.
Michael Dominic Kostrzewa [Thu, 20 Sep 2007 10:50:28 +0000 (10:50 +0000)]
Fixed the leak of the a GList. Fixes: NB#70273.

16 years agoMaking the hardcoded WIDTH/HEIGHT values a little bit bigger. Fixes: #NB63694.
Michael Dominic Kostrzewa [Tue, 18 Sep 2007 13:33:51 +0000 (13:33 +0000)]
Making the hardcoded WIDTH/HEIGHT values a little bit bigger. Fixes: #NB63694.

16 years ago[1.0.15-1 release]
Michael Dominic Kostrzewa [Mon, 17 Sep 2007 11:13:08 +0000 (11:13 +0000)]
[1.0.15-1 release]

16 years agoAdding the new generated widget shots. Adding the bread-crumb-trial and helpers to...
Michael Dominic Kostrzewa [Fri, 14 Sep 2007 14:11:07 +0000 (14:11 +0000)]
Adding the new generated widget shots. Adding the bread-crumb-trial and helpers to the documentation.

16 years ago--enable-gtk-doc
Tommi Komulainen [Fri, 14 Sep 2007 13:53:10 +0000 (13:53 +0000)]
--enable-gtk-doc

* debian/control: Add glib and gtk+ doc packages to build dependencies to
    get gtk-doc crossreferences right
  * debian/rules: --enable-gtk-doc (with nodocs DEB_BUILD_OPTIONS support)
    (Fixes: NB#69306)

16 years agoFIxing the default history-append handler to actually continue firing the other handl...
Michael Dominic Kostrzewa [Fri, 14 Sep 2007 11:48:48 +0000 (11:48 +0000)]
FIxing the default history-append handler to actually continue firing the other handlers if connected. Adding a new function: hildon_find_toolbar_get_last_index that gets the index of the most recently added (last) item. Fixes: NB#52301.

16 years agoApplying a patch by Tommi to fix the focus behaviour. Fixes: NB#68610.
Michael Dominic Kostrzewa [Mon, 10 Sep 2007 13:19:23 +0000 (13:19 +0000)]
Applying a patch by Tommi to fix the focus behaviour. Fixes: NB#68610.

16 years agoActually reverting the previous change. It somehow looks a bit worse.
Michael Dominic Kostrzewa [Mon, 10 Sep 2007 13:11:15 +0000 (13:11 +0000)]
Actually reverting the previous change. It somehow looks a bit worse.

16 years agoChanging the infobanner background pixmap to NULL when realizing the banner. Should...
Michael Dominic Kostrzewa [Thu, 6 Sep 2007 12:04:21 +0000 (12:04 +0000)]
Changing the infobanner background pixmap to NULL when realizing the banner. Should make the infonbanner effect a bit more bearable.

16 years agoChanging the GtkWidget to HildonVolumebar in hildon_volumebar_set_range_insensitive_m...
Michael Dominic Kostrzewa [Wed, 5 Sep 2007 12:01:02 +0000 (12:01 +0000)]
Changing the GtkWidget to HildonVolumebar in hildon_volumebar_set_range_insensitive_message and hildon_volumebar_set_range_insensitive_messagef. Fixes MB#1848.

16 years agoFixing the border freeing on destroy.
Michael Dominic Kostrzewa [Wed, 5 Sep 2007 11:48:33 +0000 (11:48 +0000)]
Fixing the border freeing on destroy.

16 years agoAdding a patch by Tomas Junnonen to fix the kw keyboard support in HildonCodeDialog.
Michael Dominic Kostrzewa [Wed, 5 Sep 2007 11:26:50 +0000 (11:26 +0000)]
Adding a patch by Tomas Junnonen to fix the kw keyboard support in HildonCodeDialog.

16 years ago[1.0.14-1 release]
Michael Dominic Kostrzewa [Fri, 24 Aug 2007 13:21:32 +0000 (13:21 +0000)]
[1.0.14-1 release]

16 years agoA patch by Xan Lopez to fix focus handling in subclassed composite widgets. Fixes...
Michael Dominic Kostrzewa [Fri, 24 Aug 2007 13:00:44 +0000 (13:00 +0000)]
A patch by Xan Lopez to fix focus handling in subclassed composite widgets. Fixes: NB#66628.

16 years agoRemoving extra gtk_main_iteration () processing from destroy_ callback as it introduc...
Michael Dominic Kostrzewa [Fri, 24 Aug 2007 10:53:51 +0000 (10:53 +0000)]
Removing extra gtk_main_iteration () processing from destroy_ callback as it introduces problems in async dbus signal handlers. Fixes NB#66673.

16 years agoImproving the focus handling in the volumebar widgets. Fixes NB#63955 and NB#65155...
Michael Dominic Kostrzewa [Fri, 24 Aug 2007 09:06:26 +0000 (09:06 +0000)]
Improving the focus handling in the volumebar widgets. Fixes NB#63955 and NB#65155. Also fixing the set_property accessor so that "mute" property can be actually set. I'm scared that nobody noticed it's totally broken.

16 years agoUse libesd0-dev or osso-esd-dev as esd dependancy. Fixes NB#66548.
Michael Dominic Kostrzewa [Thu, 23 Aug 2007 12:57:57 +0000 (12:57 +0000)]
Use libesd0-dev or osso-esd-dev as esd dependancy. Fixes NB#66548.

16 years agoChanging the timeout repeat so that it matches the spec of 6 chars per second. Fixes...
Michael Dominic Kostrzewa [Thu, 23 Aug 2007 12:53:37 +0000 (12:53 +0000)]
Changing the timeout repeat so that it matches the spec of 6 chars per second. Fixes: NB#60489.

16 years agoReally fixing NB#58352. Looks like gtk_style_lookup_color sometime returns FALSE...
Michael Dominic Kostrzewa [Wed, 22 Aug 2007 11:43:35 +0000 (11:43 +0000)]
Really fixing NB#58352. Looks like gtk_style_lookup_color sometime returns FALSE even though color was found and values were filled properly. Weird. Removing the warning for the time being.

16 years agoPuting the combobox inside alignment to not expand vertically. Adding some extra...
Michael Dominic Kostrzewa [Tue, 21 Aug 2007 12:11:24 +0000 (12:11 +0000)]
Puting the combobox inside alignment to not expand vertically. Adding some extra space to the find toolbar buttons to make them thumbable. Fixes NB#66060.

16 years agoReplacing the "Done" button in the calendar popup with "Ok" and "Cancel". Fixes NB...
Michael Dominic Kostrzewa [Tue, 21 Aug 2007 08:10:40 +0000 (08:10 +0000)]
Replacing the "Done" button in the calendar popup with "Ok" and "Cancel". Fixes NB#59299.

16 years agoProcess all window updates before executing next timeout. Fixes: NB#54146.
Michael Dominic Kostrzewa [Mon, 20 Aug 2007 11:48:14 +0000 (11:48 +0000)]
Process all window updates before executing next timeout. Fixes: NB#54146.

16 years ago[1.0.13-1 release]
Michael Dominic Kostrzewa [Fri, 17 Aug 2007 11:49:36 +0000 (11:49 +0000)]
[1.0.13-1 release]

16 years ago2007-08-16 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Thu, 16 Aug 2007 15:09:02 +0000 (15:09 +0000)]
2007-08-16 Xan Lopez <xan.lopez@nokia.com>

* src/hildon-banner.c: (hildon_banner_client_event): connect directly to
the client event and ignore it, since we use the delete event to close
after timeouts.

16 years agoRemove the bogus warning about color not being found. Fixes NB#58352.
Michael Dominic Kostrzewa [Thu, 16 Aug 2007 13:05:09 +0000 (13:05 +0000)]
Remove the bogus warning about color not being found. Fixes NB#58352.

16 years agoAdding an example to test a HildonSeekbar widget inside a toolbar.
Michael Dominic Kostrzewa [Thu, 16 Aug 2007 13:03:08 +0000 (13:03 +0000)]
Adding an example to test a HildonSeekbar widget inside a toolbar.

16 years ago2007-08-16 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Thu, 16 Aug 2007 10:56:50 +0000 (10:56 +0000)]
2007-08-16 Xan Lopez <xan.lopez@nokia.com>

* src/hildon-banner.c (hildon_banner_init): mark the banners as
temporary, depends on maemo-gtk >= 2.10.12-osso7. Also ignore the
delete event that will come from _GTK_DELETE_TEMPORARIES, as we
don't want to be closed by non-temporary windows on map.

Also use G_DEFINE_TYPE instead of manually typed code.

16 years ago[1.0.12-1 release]
Michael Dominic Kostrzewa [Mon, 6 Aug 2007 06:56:40 +0000 (06:56 +0000)]
[1.0.12-1 release]

16 years agoAdding an exmaple to debug bug NB#61128. Strangely it works.
Michael Dominic Kostrzewa [Wed, 1 Aug 2007 13:18:08 +0000 (13:18 +0000)]
Adding an exmaple to debug bug NB#61128. Strangely it works.

16 years agoWhen the date editor entry has been changed but the numbers of characters < max,...
Michael Dominic Kostrzewa [Wed, 1 Aug 2007 10:19:54 +0000 (10:19 +0000)]
When the date editor entry has been changed but the numbers of characters < max, turn off the skip validation flag. Prevents a situation when we enter first a valid year and later re-write it with an invalid one. Fixes NB#60154.

16 years agoFixing the dialog button alignment inside the code dialog. Fixes NB#64355.
Michael Dominic Kostrzewa [Thu, 26 Jul 2007 11:18:51 +0000 (11:18 +0000)]
Fixing the dialog button alignment inside the code dialog. Fixes NB#64355.

16 years agoDon't call the _set_sensitivity again after switching the page. Fixes NB#49374. Addin...
Michael Dominic Kostrzewa [Wed, 25 Jul 2007 08:41:48 +0000 (08:41 +0000)]
Don't call the _set_sensitivity again after switching the page. Fixes NB#49374. Adding an example for HildonWizardDialog that shows how to handle manual sensitivity setting on the wizard dialog.

16 years agoAdding the HILDON_CHECK_VERSION macro. Fixes: NB#62061.
Michael Dominic Kostrzewa [Wed, 25 Jul 2007 08:07:38 +0000 (08:07 +0000)]
Adding the HILDON_CHECK_VERSION macro. Fixes: NB#62061.

16 years agoUpdating the docs.
Michael Dominic Kostrzewa [Wed, 25 Jul 2007 07:35:22 +0000 (07:35 +0000)]
Updating the docs.

16 years ago[1.0.11-1 release]
Michael Dominic Kostrzewa [Wed, 25 Jul 2007 07:15:18 +0000 (07:15 +0000)]
[1.0.11-1 release]

16 years agoRemoving the "Fixes" keyword, it doesn't really fix the bug, more action needed elsew...
Michael Dominic Kostrzewa [Tue, 24 Jul 2007 08:28:55 +0000 (08:28 +0000)]
Removing the "Fixes" keyword, it doesn't really fix the bug, more action needed elsewhere.

16 years agoAdding a few new functions to control the selected item: hildon_find_toolbar_set_acti...
Michael Dominic Kostrzewa [Tue, 24 Jul 2007 08:24:43 +0000 (08:24 +0000)]
Adding a few new functions to control the selected item: hildon_find_toolbar_set_active, hildon_find_toolbar_set_active_iter, hildon_find_toolbar_get_active, hildon_find_toolbar_get_active_iter . They correspond to respective GtkComboBox functions. Fixes NB#52301. Adding the example to test the new functionality.

16 years agoActually it was 63430 that got fixed.
Michael Dominic Kostrzewa [Mon, 23 Jul 2007 14:33:12 +0000 (14:33 +0000)]
Actually it was 63430 that got fixed.

16 years agoAdding the seekbar example to check theming easily. Fixing the default focus for...
Michael Dominic Kostrzewa [Mon, 23 Jul 2007 14:21:22 +0000 (14:21 +0000)]
Adding the seekbar example to check theming easily. Fixing the default focus for dialog when font size > 32 and we pack a focusable widget inside. Actually using the default response would work too, but since we don't show default response state in any way (no theming) it would not be visible to the user. Fixes NB#60575.

16 years agoAdding the missing variable setter in the set_property handler. Fixes NB#54182.
Michael Dominic Kostrzewa [Mon, 23 Jul 2007 08:48:26 +0000 (08:48 +0000)]
Adding the missing variable setter in the set_property handler. Fixes NB#54182.

16 years agoChanging the long key press time from 1500ms to 800ms as requested in NB#63700. I...
Michael Dominic Kostrzewa [Mon, 23 Jul 2007 08:43:49 +0000 (08:43 +0000)]
Changing the long key press time from 1500ms to 800ms as requested in NB#63700. I have a bad feeling about this, let's see... Fixes NB#63700.

16 years agoSplit the contents of map to more appropriate functions
Tommi Komulainen [Thu, 12 Jul 2007 12:05:35 +0000 (12:05 +0000)]
Split the contents of map to more appropriate functions

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

* src/hildon-time-picker.c (hildon_time_picker_class_init,
hildon_time_picker_map, hildon_time_picker_realize,
hildon_time_picker_style_set): Split the contents of map to more
appropriate functions; set window decorations on realize and update
arrows' size requisitions on style-set. Avoids unnecessary resizing.

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.