[Pkg-maemo-commits] r76 ./hildon-1/debian: * Merged with trunk branch.
Jonny Lamb
jonnylamb at jonnylamb.com
Fri Dec 28 19:20:49 UTC 2007
------------------------------------------------------------
revno: 76
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: hildon-1
timestamp: Fri 2007-09-21 17:52:39 +0100
message:
* Merged with trunk branch.
added:
doc/images/bread-crumb-trail.png
examples/hildon-find-toolbar-example.c
examples/hildon-hvolumebar-timer-example.c
examples/hildon-seekbar-example.c
examples/hildon-toolbar-seekbar-example.c
examples/hildon-wizard-dialog-example.c
src/hildon-version.h.in
modified:
ChangeLog
NEWS
configure.ac
debian/changelog
debian/control
debian/rules
doc/Makefile.am
doc/hildon-docs.sgml
doc/images/calendar-popup.png
doc/images/caption.png
doc/images/code-dialog.png
doc/images/color-button.png
doc/images/color-chooser-dialog.png
doc/images/color-chooser.png
doc/images/controlbar.png
doc/images/date-editor.png
doc/images/font-selection-dialog.png
doc/images/get-password-dialog.png
doc/images/hvolumebar.png
doc/images/login-dialog.png
doc/images/note.png
doc/images/number-editor.png
doc/images/range-editor.png
doc/images/seekbar.png
doc/images/set-password-dialog.png
doc/images/sort-dialog.png
doc/images/time-editor.png
doc/images/time-picker.png
doc/images/vvolumebar.png
doc/images/weekday-picker.png
doc/visual_index.xml
examples/Makefile.am
examples/hildon-hvolumebar-example.c
src/Makefile.am
src/hildon-banner.c
src/hildon-calendar-popup.c
src/hildon-calendar.c
src/hildon-caption.c
src/hildon-code-dialog-private.h
src/hildon-code-dialog.c
src/hildon-date-editor.c
src/hildon-find-toolbar.c
src/hildon-find-toolbar.h
src/hildon-font-selection-dialog.c
src/hildon-helper.c
src/hildon-number-editor.c
src/hildon-private.c
src/hildon-private.h
src/hildon-time-editor.c
src/hildon-time-picker.c
src/hildon-volumebar.c
src/hildon-volumebar.h
src/hildon-weekday-picker.c
src/hildon-window.c
src/hildon-window.h
src/hildon-wizard-dialog.c
src/hildon.h
------------------------------------------------------------
revno: 30.1.47
committer: mdk
timestamp: Mon 2007-07-23 08:43:49 +0000
message:
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.
modified:
ChangeLog
src/hildon-window.h
------------------------------------------------------------
revno: 30.1.48
committer: mdk
timestamp: Mon 2007-07-23 08:48:26 +0000
message:
Adding the missing variable setter in the set_property handler. Fixes NB#54182.
modified:
ChangeLog
src/hildon-date-editor.c
------------------------------------------------------------
revno: 30.1.49
committer: mdk
timestamp: Mon 2007-07-23 14:21:22 +0000
message:
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.
added:
examples/hildon-seekbar-example.c
modified:
ChangeLog
examples/Makefile.am
src/hildon-font-selection-dialog.c
------------------------------------------------------------
revno: 30.1.50
committer: mdk
timestamp: Mon 2007-07-23 14:33:12 +0000
message:
Actually it was 63430 that got fixed.
modified:
ChangeLog
------------------------------------------------------------
revno: 30.1.51
committer: mdk
timestamp: Tue 2007-07-24 08:24:43 +0000
message:
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.
added:
examples/hildon-find-toolbar-example.c
modified:
ChangeLog
examples/Makefile.am
src/hildon-find-toolbar.c
src/hildon-find-toolbar.h
------------------------------------------------------------
revno: 30.1.52
committer: mdk
timestamp: Tue 2007-07-24 08:28:55 +0000
message:
Removing the "Fixes" keyword, it doesn't really fix the bug, more action needed elsewhere.
modified:
ChangeLog
------------------------------------------------------------
revno: 30.1.53
committer: mdk
timestamp: Wed 2007-07-25 07:15:18 +0000
message:
[1.0.11-1 release]
modified:
ChangeLog
NEWS
configure.ac
debian/changelog
------------------------------------------------------------
revno: 30.1.54
committer: mdk
timestamp: Wed 2007-07-25 07:35:22 +0000
message:
Updating the docs.
modified:
ChangeLog
src/hildon-volumebar.c
------------------------------------------------------------
revno: 30.1.55
committer: mdk
timestamp: Wed 2007-07-25 08:07:38 +0000
message:
Adding the HILDON_CHECK_VERSION macro. Fixes: NB#62061.
added:
src/hildon-version.h.in
modified:
ChangeLog
configure.ac
src/Makefile.am
src/hildon.h
------------------------------------------------------------
revno: 30.1.56
committer: mdk
timestamp: Wed 2007-07-25 08:41:48 +0000
message:
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.
added:
examples/hildon-wizard-dialog-example.c
modified:
ChangeLog
examples/Makefile.am
src/hildon-wizard-dialog.c
------------------------------------------------------------
revno: 30.1.57
committer: mdk
timestamp: Thu 2007-07-26 11:18:51 +0000
message:
Fixing the dialog button alignment inside the code dialog. Fixes NB#64355.
modified:
ChangeLog
src/hildon-code-dialog.c
------------------------------------------------------------
revno: 30.1.58
committer: mdk
timestamp: Wed 2007-08-01 10:19:54 +0000
message:
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.
modified:
ChangeLog
src/hildon-date-editor.c
------------------------------------------------------------
revno: 30.1.59
committer: mdk
timestamp: Wed 2007-08-01 13:18:08 +0000
message:
Adding an exmaple to debug bug NB#61128. Strangely it works.
added:
examples/hildon-hvolumebar-timer-example.c
modified:
ChangeLog
examples/Makefile.am
------------------------------------------------------------
revno: 30.1.60
committer: mdk
timestamp: Mon 2007-08-06 06:56:40 +0000
message:
[1.0.12-1 release]
modified:
ChangeLog
NEWS
configure.ac
debian/changelog
debian/rules
------------------------------------------------------------
revno: 30.1.61
committer: xan
timestamp: Thu 2007-08-16 10:56:50 +0000
message:
2007-08-16 Xan Lopez <xan.lopez at 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.
modified:
ChangeLog
src/hildon-banner.c
------------------------------------------------------------
revno: 30.1.62
committer: mdk
timestamp: Thu 2007-08-16 13:03:08 +0000
message:
Adding an example to test a HildonSeekbar widget inside a toolbar.
added:
examples/hildon-toolbar-seekbar-example.c
modified:
ChangeLog
examples/Makefile.am
------------------------------------------------------------
revno: 30.1.63
committer: mdk
timestamp: Thu 2007-08-16 13:05:09 +0000
message:
Remove the bogus warning about color not being found. Fixes NB#58352.
modified:
ChangeLog
src/hildon-helper.c
------------------------------------------------------------
revno: 30.1.64
committer: xan
timestamp: Thu 2007-08-16 15:09:02 +0000
message:
2007-08-16 Xan Lopez <xan.lopez at 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.
modified:
ChangeLog
src/hildon-banner.c
------------------------------------------------------------
revno: 30.1.65
committer: mdk
timestamp: Fri 2007-08-17 11:49:36 +0000
message:
[1.0.13-1 release]
modified:
ChangeLog
NEWS
configure.ac
debian/changelog
------------------------------------------------------------
revno: 30.1.66
committer: mdk
timestamp: Mon 2007-08-20 11:48:14 +0000
message:
Process all window updates before executing next timeout. Fixes: NB#54146.
modified:
ChangeLog
src/hildon-calendar.c
------------------------------------------------------------
revno: 30.1.67
committer: mdk
timestamp: Tue 2007-08-21 08:10:40 +0000
message:
Replacing the "Done" button in the calendar popup with "Ok" and "Cancel". Fixes NB#59299.
modified:
ChangeLog
src/hildon-calendar-popup.c
------------------------------------------------------------
revno: 30.1.68
committer: mdk
timestamp: Tue 2007-08-21 12:11:24 +0000
message:
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.
modified:
ChangeLog
src/hildon-find-toolbar.c
------------------------------------------------------------
revno: 30.1.69
committer: mdk
timestamp: Wed 2007-08-22 11:43:35 +0000
message:
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.
modified:
ChangeLog
src/hildon-helper.c
------------------------------------------------------------
revno: 30.1.70
committer: mdk
timestamp: Thu 2007-08-23 12:53:37 +0000
message:
Changing the timeout repeat so that it matches the spec of 6 chars per second. Fixes: NB#60489.
modified:
ChangeLog
src/hildon-calendar.c
src/hildon-number-editor.c
src/hildon-time-picker.c
------------------------------------------------------------
revno: 30.1.71
committer: mdk
timestamp: Thu 2007-08-23 12:57:57 +0000
message:
Use libesd0-dev or osso-esd-dev as esd dependancy. Fixes NB#66548.
modified:
ChangeLog
debian/control
------------------------------------------------------------
revno: 30.1.72
committer: mdk
timestamp: Fri 2007-08-24 09:06:26 +0000
message:
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.
modified:
ChangeLog
examples/hildon-hvolumebar-example.c
src/hildon-volumebar.c
------------------------------------------------------------
revno: 30.1.73
committer: mdk
timestamp: Fri 2007-08-24 10:53:51 +0000
message:
Removing extra gtk_main_iteration () processing from destroy_ callback as it introduces problems in async dbus signal handlers. Fixes NB#66673.
modified:
ChangeLog
src/hildon-window.c
------------------------------------------------------------
revno: 30.1.74
committer: mdk
timestamp: Fri 2007-08-24 13:00:44 +0000
message:
A patch by Xan Lopez to fix focus handling in subclassed composite widgets. Fixes: NB#66628.
modified:
ChangeLog
src/hildon-date-editor.c
src/hildon-number-editor.c
src/hildon-private.c
src/hildon-private.h
src/hildon-time-editor.c
src/hildon-weekday-picker.c
------------------------------------------------------------
revno: 30.1.75
committer: mdk
timestamp: Fri 2007-08-24 13:21:32 +0000
message:
[1.0.14-1 release]
modified:
ChangeLog
NEWS
configure.ac
debian/changelog
------------------------------------------------------------
revno: 30.1.76
committer: mdk
timestamp: Wed 2007-09-05 11:26:50 +0000
message:
Adding a patch by Tomas Junnonen to fix the kw keyboard support in HildonCodeDialog.
modified:
ChangeLog
src/hildon-code-dialog-private.h
src/hildon-code-dialog.c
------------------------------------------------------------
revno: 30.1.77
committer: mdk
timestamp: Wed 2007-09-05 11:48:33 +0000
message:
Fixing the border freeing on destroy.
modified:
ChangeLog
src/hildon-window.c
------------------------------------------------------------
revno: 30.1.78
committer: mdk
timestamp: Wed 2007-09-05 12:01:02 +0000
message:
Changing the GtkWidget to HildonVolumebar in hildon_volumebar_set_range_insensitive_message and hildon_volumebar_set_range_insensitive_messagef. Fixes MB#1848.
modified:
ChangeLog
src/hildon-volumebar.c
src/hildon-volumebar.h
------------------------------------------------------------
revno: 30.1.79
committer: mdk
timestamp: Thu 2007-09-06 12:04:21 +0000
message:
Changing the infobanner background pixmap to NULL when realizing the banner. Should make the infonbanner effect a bit more bearable.
modified:
ChangeLog
src/hildon-banner.c
------------------------------------------------------------
revno: 30.1.80
committer: mdk
timestamp: Mon 2007-09-10 13:11:15 +0000
message:
Actually reverting the previous change. It somehow looks a bit worse.
modified:
ChangeLog
src/hildon-banner.c
------------------------------------------------------------
revno: 30.1.81
committer: mdk
timestamp: Mon 2007-09-10 13:19:23 +0000
message:
Applying a patch by Tommi to fix the focus behaviour. Fixes: NB#68610.
modified:
ChangeLog
src/hildon-caption.c
------------------------------------------------------------
revno: 30.1.82
committer: mdk
timestamp: Fri 2007-09-14 11:48:48 +0000
message:
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.
modified:
ChangeLog
examples/hildon-find-toolbar-example.c
src/hildon-find-toolbar.c
src/hildon-find-toolbar.h
------------------------------------------------------------
revno: 30.1.83
committer: tko
timestamp: Fri 2007-09-14 13:53:10 +0000
message:
--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)
modified:
debian/changelog
debian/control
debian/rules
------------------------------------------------------------
revno: 30.1.84
committer: mdk
timestamp: Fri 2007-09-14 14:11:07 +0000
message:
Adding the new generated widget shots. Adding the bread-crumb-trial and helpers to the documentation.
added:
doc/images/bread-crumb-trail.png
modified:
ChangeLog
doc/Makefile.am
doc/hildon-docs.sgml
doc/images/calendar-popup.png
doc/images/caption.png
doc/images/code-dialog.png
doc/images/color-button.png
doc/images/color-chooser-dialog.png
doc/images/color-chooser.png
doc/images/controlbar.png
doc/images/date-editor.png
doc/images/font-selection-dialog.png
doc/images/get-password-dialog.png
doc/images/hvolumebar.png
doc/images/login-dialog.png
doc/images/note.png
doc/images/number-editor.png
doc/images/range-editor.png
doc/images/seekbar.png
doc/images/set-password-dialog.png
doc/images/sort-dialog.png
doc/images/time-editor.png
doc/images/time-picker.png
doc/images/vvolumebar.png
doc/images/weekday-picker.png
doc/visual_index.xml
------------------------------------------------------------
revno: 30.1.85
committer: mdk
timestamp: Mon 2007-09-17 11:13:08 +0000
message:
[1.0.15-1 release]
modified:
ChangeLog
NEWS
configure.ac
debian/changelog
------------------------------------------------------------
revno: 30.1.86
committer: mdk
timestamp: Tue 2007-09-18 13:33:51 +0000
message:
Making the hardcoded WIDTH/HEIGHT values a little bit bigger. Fixes: #NB63694.
modified:
ChangeLog
src/hildon-code-dialog.c
------------------------------------------------------------
revno: 30.1.87
committer: mdk
timestamp: Thu 2007-09-20 10:50:28 +0000
message:
Fixed the leak of the a GList. Fixes: NB#70273.
modified:
ChangeLog
examples/Makefile.am
src/hildon-helper.c
-------------- next part --------------
Diff too large for email (2463 lines, the limit is 1000).
More information about the Pkg-maemo-commits
mailing list