[Pkg-maemo-commits] r288 ./hildon-desktop/debian: * Merged with trunk branch.
Jonny Lamb
jonnylamb at jonnylamb.com
Tue Jul 24 16:31:32 UTC 2007
------------------------------------------------------------
revno: 288
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: hildon-desktop
timestamp: Tue 2007-07-24 17:31:32 +0100
message:
* Merged with trunk branch.
added:
data/notification-groups.conf
libhildondesktop/hildon-desktop-panel-window-composite.c
libhildondesktop/hildon-desktop-panel-window-composite.h
src/hd-app-menu-dialog.c
src/hd-app-menu-dialog.h
src/hd-app-menu-tree.c
src/hd-app-menu-tree.h
src/hd-applications-menu-settings-l10n.h
src/hd-applications-menu-settings.c
src/hd-marshalers.list
src/statusbar.xml
modified:
ChangeLog
configure.ac
data/Makefile.am
data/applications-menu.desktop.in
data/desktop.conf.in
data/install_sbapplet.sh
debian/changelog
debian/hildon-desktop.install
libhildondesktop/Makefile.am
libhildondesktop/hildon-desktop-item.h
libhildondesktop/hildon-desktop-notification-manager.c
libhildondesktop/hildon-desktop-notification-manager.h
libhildondesktop/hildon-desktop-panel-expandable.c
libhildondesktop/hildon-desktop-popup-menu.c
libhildondesktop/hildon-desktop-popup-window.c
libhildondesktop/hildon-home-area.c
libhildondesktop/libhildonmenu.c
libhildondesktop/libhildonmenu.h
libhildondesktop/notification-manager.xml
libhildonwm/Makefile.am
libhildonwm/hd-keys.c
libhildonwm/hd-wm-desktop.c
libhildonwm/hd-wm-window.c
libhildonwm/hd-wm.c
libhildonwm/hd-wm.h
policies/Makefile.am
policies/tasknavigator-policy.c
src/Makefile.am
src/hd-applications-menu.c
src/hd-desktop.c
src/hd-home-l10n.h
src/hd-home-window.c
src/hd-panel-window-dialog.c
src/hd-panel-window-dialog.h
src/hd-panel-window.c
src/hd-panel-window.h
src/hd-switcher-menu-item.c
src/hd-switcher-menu-item.h
src/hd-switcher-menu.c
src/hn-app-button.c
src/hn-app-switcher.c
src/hn-others-button.c
------------------------------------------------------------
revno: 204.1.161
merged: vcs-imports at canonical.com-20070703063317-wm72v2hicksge0ud
committer: jobi
timestamp: Tue 2007-07-03 06:33:17 +0000
message:
2007-07-02 Johan Bilien <johan.bilien at nokia.com>
* src/hd-home-l10n.h: Added NOLOC comments
------------------------------------------------------------
revno: 204.1.162
merged: vcs-imports at canonical.com-20070703132750-eui7byi8a3ndi5js
committer: moimart
timestamp: Tue 2007-07-03 13:27:50 +0000
message:
2007-07-03 Moises Martinez <moises.martinez at nokia.com>
* libhildondesktop/hildon-desktop-panel-expandable.c:
- Fixed debug macro
* libhildondesktop/hildon-desktop-popup-window.c:
(hildon_desktop_popup_window_visibility_notify),
(hildon_desktop_popup_window_composited_button_release),
(hildon_desktop_popup_window_button_release_event):
- Added some comments.
* src/hd-applications-menu.c: (hd_applications_menu_create_menu):
- Not attach the widget in order to be transient for root window and
be shown on top of vkb.
* src/hd-switcher-menu.c: (hd_switcher_menu_constructor):
- Not attach the widget in order to be transient for root window and
be shown on top of vkb.
- Fixes: NB#62048.
------------------------------------------------------------
revno: 204.1.163
merged: vcs-imports at canonical.com-20070703145136-aw9upq744iqtwqsg
committer: moimart
timestamp: Tue 2007-07-03 14:51:36 +0000
message:
2007-07-03 Moises Martinez <moises.martinez at nokia.com>
* libhildondesktop/hildon-desktop-panel-expandable.c:
(hildon_desktop_panel_expandable_cadd),
(hildon_desktop_panel_expandable_cremove),
(hildon_desktop_panel_expandable_add_button),
(hildon_desktop_panel_expandable_add_in_extension),
(hildon_desktop_panel_expandable_requeue_last_in_panel):
- Some further fixes for statusbar.
------------------------------------------------------------
revno: 204.1.164
merged: vcs-imports at canonical.com-20070704082058-jj654a5ui1q8f3lr
committer: jobi
timestamp: Wed 2007-07-04 08:20:58 +0000
message:
2007-07-03 Johan Bilien <johan.bilien at nokia.com>
* src/hd-app-menu-dialog.[ch]:
- added dialog to manage application menu
* src/hd-app-menu-tree.[ch]:
- added 2-views tree view to manage application menu
* src/hd-applications-menu-settings.c:
- exported symbol for the hildon-plugin-settings
* src/hd-applications-menu.c:
- modified to expect multiple root tree store
* libhildondesktop/libhildonmenu.c:
- hacked to generate multiple-root tree store
* src/Makefile.am: added configuration library for
the application menu
* data/applications-menu.desktop.in: Changed path
to settings library
------------------------------------------------------------
revno: 204.1.165
merged: vcs-imports at canonical.com-20070704104412-jff5l0dxe99rne9c
committer: lucasr
timestamp: Wed 2007-07-04 10:44:12 +0000
message:
2007-07-04 Lucas Rocha <lucas.rocha at nokia.com>
* policies/tasknavigator-policy.c (is_gap_plugin,
hd_ui_policy_module_filter_plugin_list): allow setting the position of
the applications menu plugin but keep it as mandatory.
------------------------------------------------------------
revno: 204.1.166
merged: vcs-imports at canonical.com-20070704113130-w7lib0d32jbwmby4
committer: lucasr
timestamp: Wed 2007-07-04 11:31:30 +0000
message:
2007-07-04 Lucas Rocha <lucas.rocha at nokia.com>
* data/Makefile.am, data/notification-groups.conf: new notification
grouping configuration file.
* libhildondesktop/hildon-desktop-notification-manager.[ch]
(hildon_desktop_notification_manager_call_dbus_callback): new method
to send a dbus message from a string description. This is used by the
notification group menu item to make the dbus call for the group.
* src/hd-switcher-menu-item.[ch] (hd_switcher_menu_item_finalize,
hd_switcher_menu_item_set_property, hd_switcher_menu_item_get_property,
hd_switcher_menu_item_constructor, hd_switcher_menu_item_activate,
hd_switcher_menu_item_button_release_event,
hd_switcher_menu_item_class_init, hd_switcher_menu_item_init,
hd_switcher_menu_item_new_from_notification_group,
hd_switcher_menu_item_compare_ids, hd_switcher_menu_item_has_id):
new type of HDSwitcherMenuItem for notification group items.
* src/hd-switcher-menu.c (hd_switcher_menu_free_notification_group,
hd_switcher_menu_add_notification_group,
hd_switcher_menu_add_notification_groups,
hd_switcher_menu_reset_notification_group,
hd_switcher_menu_reset_notification_groups,
hd_switcher_menu_load_notification_groups,
hd_switcher_menu_constructor, hd_switcher_menu_finalize,
hd_switcher_menu_clear_item_activated,
hd_switcher_menu_create_notifications_menu,
hd_switcher_menu_notification_deleted_cb): support for notification
grouping based on a configuration file (notification-groups.conf).
------------------------------------------------------------
revno: 204.1.167
merged: vcs-imports at canonical.com-20070704132501-khrkzyf3qhkramg5
committer: jobi
timestamp: Wed 2007-07-04 13:25:01 +0000
message:
hildon-desktop (1:0.0.21-2) sardine; urgency=low
* Added initscript to conffiles
-- Johan Bilien <johan.bilien at nokia.com> Wed, 4 Jul 2007 16:24:18 +0300
------------------------------------------------------------
revno: 204.1.168
merged: vcs-imports at canonical.com-20070704134354-q8jkgwqf8uf1f6nb
committer: jobi
timestamp: Wed 2007-07-04 13:43:54 +0000
message:
2007-07-04 Johan Bilien <johan.bilien at nokia.com>
* src/hd-desktop.c: Explicitely use dgettext when translating
the kill application dialog.
Fixes: NB#62248, NB#62270
------------------------------------------------------------
revno: 204.1.169
merged: vcs-imports at canonical.com-20070704141248-tezp0d2ftxhont96
committer: lucasr
timestamp: Wed 2007-07-04 14:12:48 +0000
message:
2007-07-04 Lucas Rocha <lucas.rocha at nokia.com>
* libhildondesktop/hildon-home-area.c: fixed build warning.
------------------------------------------------------------
revno: 204.1.170
merged: vcs-imports at canonical.com-20070704142629-oysfvc8hethxxzzt
committer: moimart
timestamp: Wed 2007-07-04 14:26:29 +0000
message:
2007-07-04 Moises Martinez <moises.martinez at nokia.com>
* data/desktop.conf.in:
- Added X-Load-New-Plugins for statusbar
* data/install_sbapplet.sh:
- exit 0; script for backward-compatibility
* libhildondesktop/hildon-desktop-panel-expandable.c:
- disabled sb_debug output
* libhildonwm/hd-wm-desktop.c: code cleanup.
* libhildonwm/hd-wm-window.c: (hd_wm_window_close):
* libhildonwm/hd-wm.[ch]:
- gdk_close_all_temporary_windows is MAEMO_CHANGES
- Treat menu_button as a gobject not gtkwidget.
- Removed unused methods
* src/hd-applications-menu.c:
* src/hn-others-button.c:
- Pass the menu button as a GObject.
* src/hd-switcher-menu.c:
* src/hn-app-switcher.c:
- disabled debug output
* src/hn-app-button.c:
- Partially fixed size of menu_items
- disabled debug ouput
* ChangeLog updated.
------------------------------------------------------------
revno: 204.1.171
merged: vcs-imports at canonical.com-20070704144312-36caf4v3s704e1dv
committer: moimart
timestamp: Wed 2007-07-04 14:43:12 +0000
message:
2007-07-04 Moises Martinez <moises.martinez at nokia.com>
* data/statusbar.conf.in:
- Renamed usb statusbar plugin.
* ChangeLog updated.
------------------------------------------------------------
revno: 204.1.172
merged: vcs-imports at canonical.com-20070705110030-3i9sbjee2p5rkok0
committer: lucasr
timestamp: Thu 2007-07-05 11:00:30 +0000
message:
2007-07-05 Lucas Rocha <lucas.rocha at nokia.com>
* libhildondesktop/notification-manager.xml,
libhildondesktop/hildon-desktop-notification-manager.c
(hildon_desktop_notification_manager_get_server_info): don't return
spec version as this is not in the spec.
------------------------------------------------------------
revno: 204.1.173
merged: vcs-imports at canonical.com-20070705120811-6auw3fs85u9dd49f
committer: jobi
timestamp: Thu 2007-07-05 12:08:11 +0000
message:
2007-07-05 Johan Bilien <johan.bilien at nokia.com>
* libhildondesktop/hildon-home-area.c:
- sort the stack order after the container is realized,
instead of doing it after each child. This was changing the
order of the children while the same list was being iterated.
------------------------------------------------------------
revno: 204.1.174
merged: vcs-imports at canonical.com-20070705121707-mf8f36wrly57ky6s
committer: lucasr
timestamp: Thu 2007-07-05 12:17:07 +0000
message:
2007-07-05 Lucas Rocha <lucas.rocha at nokia.com>
* src/hd-applications-menu.c (hd_applications_menu_has_focus):
correctly check where the focus is in the menus to avoid keyboard
navigation problems. Fixes NB#60958.
------------------------------------------------------------
revno: 204.1.175
merged: vcs-imports at canonical.com-20070705123903-xb6eboz3eena12rp
committer: moimart
timestamp: Thu 2007-07-05 12:39:03 +0000
message:
2007-07-05 Moises Martinez <moises.martinez at nokia.com>
* src/hd-desktop.c: (hd_desktop_launch_banner_timeout):
- Remove the banner as soon as the application has windows.
------------------------------------------------------------
revno: 204.1.176
merged: vcs-imports at canonical.com-20070706074129-ysa3r2jyyz56fr6g
committer: jobi
timestamp: Fri 2007-07-06 07:41:29 +0000
message:
2007-07-06 Johan Bilien <johan.bilien at nokia.com>
* configure.ac: 0.0.22
------------------------------------------------------------
revno: 204.1.177
merged: vcs-imports at canonical.com-20070706082440-u3mxev1v5toufxo8
committer: jobi
timestamp: Fri 2007-07-06 08:24:40 +0000
message:
2007-07-06 Johan Bilien <johan.bilien at nokia.com>
* libhildondesktop/libhildonmenu.c: added LOCALIZED_NAME column
* src/hd-application-menu.c: use the LOCALIZED_NAME column
instead of translating locally.
* src/hd-app-menu-tree.c: use the LOCALIZED_NAME column
------------------------------------------------------------
revno: 204.1.178
merged: vcs-imports at canonical.com-20070706103420-f6gwrlxv29295q0y
committer: jobi
timestamp: Fri 2007-07-06 10:34:20 +0000
message:
2007-07-06 Johan Bilien <johan.bilien at nokia.com>
* libhildondesktop/hd-app-menu-tree.c: use LOCALIZED_NAME for
adding and renaming categories
------------------------------------------------------------
revno: 204.1.179
merged: vcs-imports at canonical.com-20070706124206-aygngu0cn78zft4m
committer: jobi
timestamp: Fri 2007-07-06 12:42:06 +0000
message:
2007-07-06 Johan Bilien <johan.bilien at nokia.com>
* libhildondesktop/hd-app-menu-tree.[ch]:
- added "item-selected" signal when a menu item is selected
* libhildondesktop/hd-app-menu-dialog.[ch]:
- dim the Rename and Delete button when a menu item is selected
- set the insensitive messages for these.
------------------------------------------------------------
revno: 204.1.180
merged: vcs-imports at canonical.com-20070709081642-2m3fr3a2z6p0uggt
committer: jobi
timestamp: Mon 2007-07-09 08:16:42 +0000
message:
2007-07-09 Johan Bilien <johan.bilien at nokia.com>
* src/hd-app-menu-tree.c: added "drag-motion" handler
for both trees
------------------------------------------------------------
revno: 204.1.181
merged: vcs-imports at canonical.com-20070709082526-djj2m2qphpi1rj48
committer: jobi
timestamp: Mon 2007-07-09 08:25:26 +0000
message:
2007-07-09 Johan Bilien <johan.bilien at nokia.com>
* data/applications-menu.desktop.in: added Icon:
* data/Makefile.am: do not install others-button.desktop
------------------------------------------------------------
revno: 204.1.182
merged: vcs-imports at canonical.com-20070709112349-paz8s61h7i30s21w
committer: jobi
timestamp: Mon 2007-07-09 11:23:49 +0000
message:
2007-07-09 Johan Bilien <johan.bilien at nokia.com>
* src/hd-app-menu-tree.c: Added drag-begin applet
to set the drag icon as specified
------------------------------------------------------------
revno: 204.1.183
merged: vcs-imports at canonical.com-20070709131447-mk1hbttgoh4n4tbk
committer: jobi
timestamp: Mon 2007-07-09 13:14:47 +0000
message:
2007-07-09 Johan Bilien <johan.bilien at nokia.com>
* libhildondesktop/libhildonmenu.c:
- restored the code to use Extras as default folder
------------------------------------------------------------
revno: 204.1.184
merged: vcs-imports at canonical.com-20070709133502-s96na3ihy4tzi3p0
committer: moimart
timestamp: Mon 2007-07-09 13:35:02 +0000
message:
2007-07-09 Moises Martinez <moises.martinez at nokia.com>
* libhildondesktop/hildon-desktop-popup-window.c:
(hildon_desktop_popup_window_leave_notify):
- Check wether we are going to a composited window only if those are
visible.
* ChangeLog updated.
------------------------------------------------------------
revno: 204.1.185
merged: vcs-imports at canonical.com-20070709134316-z42v09b5a8ejtmtl
committer: moimart
timestamp: Mon 2007-07-09 13:43:16 +0000
message:
2007-07-09 Moises Martinez <moises.martinez at nokia.com>
* src/hn-app-switcher.c: (refresh_buttons):
- Set icon geometry for children of application (HDWMWindows) not the
application itself.
* ChangeLog updated.
------------------------------------------------------------
revno: 204.1.186
merged: vcs-imports at canonical.com-20070709135335-p0eosfwgcevvlkxs
committer: jobi
timestamp: Mon 2007-07-09 13:53:35 +0000
message:
2007-07-09 Johan Bilien <johan.bilien at nokia.com>
* src/hd-app-menu-tree.c:
- added missing scrolled window on both tree
------------------------------------------------------------
revno: 204.1.187
merged: vcs-imports at canonical.com-20070709140543-6m10pw5l8dqu6ldx
committer: lucasr
timestamp: Mon 2007-07-09 14:05:43 +0000
message:
2007-07-09 Lucas Rocha <lucas.rocha at nokia.com>
* src/hd-switcher-menu.c
(hd_switcher_menu_add_notification_group,
hd_switcher_menu_constructor,
hd_switcher_menu_create_notifications_menu,
hd_switcher_menu_create_applications_menu): set widget names to
prepare the switcher menu for theming. Only use the notification
groups if the notifications are associated with them to avoid crashers
on desktop.
------------------------------------------------------------
revno: 204.1.188
merged: vcs-imports at canonical.com-20070709140945-j3gofdc81cpatrx4
committer: moimart
timestamp: Mon 2007-07-09 14:09:45 +0000
message:
2007-07-09 Moises Martinez <moises.martinez at nokia.com>
* libhildondesktop/hildon-desktop-panel-expandable.c:
(hildon_desktop_panel_expandable_hide_extension),
(hildon_desktop_panel_expandable_add_button),
(hildon_desktop_panel_expandable_requeue_last_in_panel):
- Hide the extension panel if we are adding a button.
- Fixed when reparenting last item when arrow is going to be added.
* ChangeLog updated.
------------------------------------------------------------
revno: 204.1.189
merged: vcs-imports at canonical.com-20070709141747-ndm8n5gecdlgecsf
committer: lucasr
timestamp: Mon 2007-07-09 14:17:47 +0000
message:
2007-07-09 Lucas Rocha <lucas.rocha at nokia.com>
* libhildondesktop/hildon-desktop-popup-menu.c:
(hildon_desktop_popup_menu_paint),
(hildon_desktop_popup_menu_constructor): paint box in the
HildonDesktopPopupMenu and its internal viewport to make it more
friendly for theming.
* src/hd-applications-menu.c (hd_applications_menu_create_menu): set
the widgets names to enable theming on application menu.
------------------------------------------------------------
revno: 204.1.190
merged: vcs-imports at canonical.com-20070710065134-ga3vpxeu0q135voo
committer: jobi
timestamp: Tue 2007-07-10 06:51:34 +0000
message:
2007-07-10 Johan Bilien <johan.bilien at nokia.com>
* configure.ac: 0.0.23
------------------------------------------------------------
revno: 204.1.191
merged: vcs-imports at canonical.com-20070710111403-vj7nmtk5wve6yvh4
committer: lucasr
timestamp: Tue 2007-07-10 11:14:03 +0000
message:
2007-07-10 Lucas Rocha <lucas.rocha at nokia.com>
* src/Makefile.am, src/hd-panel-window-dialog.[ch]
(hd_panel_window_dialog_notify_condition),
(hd_panel_window_dialog_cadd),
(hd_panel_window_dialog_constructor),
(hd_panel_window_dialog_class_init), (hd_panel_window_dialog_init),
(hd_panel_window_dialog_refresh_items_status): add a D-Bus interface
to Statusbar in order to be able to refresh the items status from
plugins settings applet.
* src/statusbar.xml: Statusbar D-Bus API definition.
------------------------------------------------------------
revno: 204.1.192
merged: vcs-imports at canonical.com-20070710134442-xc4ab8ivprrsgclt
committer: jobi
timestamp: Tue 2007-07-10 13:44:42 +0000
message:
2007-07-10 Johan Bilien <johan.bilien at nokia.com>
Fixed make dist:
* libhildonwm/hd-wm.c: do not include libosso.h (not used)
* */Makefile.am: removed legacy EXTRA_DIST rule
* libhildondesktop/Makefile.am: fixed typo in source file list
Thanks to Richard Hult for poiting these out
------------------------------------------------------------
revno: 204.1.193
merged: vcs-imports at canonical.com-20070711134005-klxjgkalwj0keov3
committer: jobi
timestamp: Wed 2007-07-11 13:40:05 +0000
message:
2007-07-10 Johan Bilien <johan.bilien at nokia.com>
* libhildondesktop/hildon-home-area.c: Fixed compiler warning
------------------------------------------------------------
revno: 204.1.194
merged: vcs-imports at canonical.com-20070711134332-xqq00l6zebbt5zua
committer: moimart
timestamp: Wed 2007-07-11 13:43:32 +0000
message:
2007-07-11 Moises Martinez <moises.martinez at nokia.com>
* src/Makefile.am:
- Added marshaler for container's signal
* src/hd-marshalers.list:
- New marshaler for hd-panel-window-dialog.c
* src/hd-panel-window-dialog.c:
(hd_panel_window_dialog_notify_condition),
(hd_panel_window_dialog_cadd), (hd_panel_window_dialog_queued),
(hd_panel_window_dialog_constructor),
(hd_panel_window_dialog_class_init):
- Moved signal to gobject code to get advantage of dbus binding.
- Connect only if the object hasn't been connected before.
* src/statusbar.xml:
- added signal
------------------------------------------------------------
revno: 204.1.195
merged: vcs-imports at canonical.com-20070711141857-qg5yodwu4kep5nqk
committer: lucasr
timestamp: Wed 2007-07-11 14:18:57 +0000
message:
2007-07-11 Lucas Rocha <lucas.rocha at nokia.com>
* src/Makefile.am: fix build errors.
------------------------------------------------------------
revno: 204.1.196
merged: vcs-imports at canonical.com-20070711144249-uwqbm7fjbb7mxghb
committer: lucasr
timestamp: Wed 2007-07-11 14:42:49 +0000
message:
2007-07-11 Lucas Rocha <lucas.rocha at nokia.com>
* libhildondesktop/hildon-desktop-popup-menu.c: reduce 4px on scroll
buttons height to make it fit the screen.
* src/hd-applications-menu.c: added arrows inside scroll buttons.
Several naming fixes in order to make the theming work.
------------------------------------------------------------
revno: 204.1.197
merged: vcs-imports at canonical.com-20070712072751-oas2l6rkyxrdmklo
committer: jobi
timestamp: Thu 2007-07-12 07:27:51 +0000
message:
2007-07-11 Johan Bilien <johan.bilien at nokia.com>
* src/hd-app-menu-dialog.c:
- make Ok button insensitive in Rename and New dialogs when the
entry is empty
- add corresponding insensitive message
- use correct strings for both.
Fixes: NB#63129
------------------------------------------------------------
revno: 204.1.198
merged: vcs-imports at canonical.com-20070712114513-x5t66d88yek8z8xq
committer: jobi
timestamp: Thu 2007-07-12 11:45:13 +0000
message:
2007-07-11 Johan Bilien <johan.bilien at nokia.com>
* src/hd-home-window.c:
- do not send a foreground event when the screen is dimmed
------------------------------------------------------------
revno: 204.1.199
merged: vcs-imports at canonical.com-20070712120012-mk0l0ubp67yz5xei
committer: jobi
timestamp: Thu 2007-07-12 12:00:12 +0000
message:
2007-07-11 Johan Bilien <johan.bilien at nokia.com>
* src/hd-home-window.c:
- do not send a foreground event when the screen is turned on
but the home is in the background.
Fixes: NB#60875
------------------------------------------------------------
revno: 204.1.200
merged: vcs-imports at canonical.com-20070712203802-p29i6lli0yzp8mbm
committer: jobi
timestamp: Thu 2007-07-12 20:38:02 +0000
message:
2007-07-11 Johan Bilien <johan.bilien at nokia.com>
* libhildondesktop/hildon-desktop-panel-window-composite.[ch],
src/hd-panel-window.[ch]:
- moved the compositing part of hd-panel-window to a generic
subclass so it can be used by other panels
------------------------------------------------------------
revno: 204.1.201
merged: vcs-imports at canonical.com-20070715165100-gbu1ixkagl1i10cj
committer: jobi
timestamp: Sun 2007-07-15 16:51:00 +0000
message:
2007-07-15 Johan Bilien <johan.bilien at nokia.com>
* libhildondesktop/hildon-desktop-panel-window-composite.c:
- if the panel background size does not match the panel size,
stretch it
------------------------------------------------------------
revno: 204.1.202
merged: vcs-imports at canonical.com-20070716143956-nmaz8tzq3r14yq8j
committer: moimart
timestamp: Mon 2007-07-16 14:39:56 +0000
message:
2007-07-16 Moises Martinez <moises.martinez at nokia.com>
* data/statusbar.conf.in:
- Revert old hildon-status-bar-usb.desktop
* src/hd-switcher-menu.c: (hd_switcher_menu_check_content):
- move the grab to first panel when no notifications.
* src/hn-app-button.c: (hn_app_button_create_menu):
- Don't attach the widget. Fixes: NB#62048
* ChangeLog updated.
------------------------------------------------------------
revno: 204.1.203
merged: vcs-imports at canonical.com-20070717091623-v7yztmxn1lq5b4s5
committer: moimart
timestamp: Tue 2007-07-17 09:16:23 +0000
message:
2007-07-17 Moises Martinez <moises.martinez at nokia.com>
* src/hd-switcher-menu.c: (hd_switcher_menu_check_content):
- Jump to first panel (-1) as soon as we don't have notifications.
Fixes: NB#63242
* ChangeLog updated.
------------------------------------------------------------
revno: 204.1.204
merged: vcs-imports at canonical.com-20070717132351-xrvc46ocd0lkrd3j
committer: moimart
timestamp: Tue 2007-07-17 13:23:51 +0000
message:
2007-07-17 Moises Martinez <moises.martinez at nokia.com>
* configure.ac: 0.0.24
* libhildonwm/hd-keys.c: (hd_keys_action_power):
- Added sanity check.
* src/hn-app-switcher.c: (refresh_buttons):
- Set the icon geometry for application switcher menu.
* debian/control updated.
* ChangeLog updated.
------------------------------------------------------------
revno: 204.1.205
merged: vcs-imports at canonical.com-20070723123800-pmbhs9kxtzmwwdee
committer: moimart
timestamp: Mon 2007-07-23 12:38:00 +0000
message:
2007-07-23 Moises Martinez <moises.martinez at nokia.com>
* libhildonwm/hd-wm.c:
(hd_wm_x_window_is_watchable):
- Removed redundant banner when an HDWApplication is launched.
* ChangeLog updated.
------------------------------------------------------------
revno: 204.1.206
merged: vcs-imports at canonical.com-20070723125529-oaxzbnh78mcc2uia
committer: moimart
timestamp: Mon 2007-07-23 12:55:29 +0000
message:
* ChangeLog updated
------------------------------------------------------------
revno: 204.1.207
merged: vcs-imports at canonical.com-20070723133832-f5gpb8i1wvgn41yk
committer: moimart
timestamp: Mon 2007-07-23 13:38:32 +0000
message:
2007-07-23 Moises Martinez <moises.martinez at nokia.com>
* src/hn-app-switcher.c: (refresh_app_button):
- Take into account position of the toplevel window.
Fixes: NB#64024
* ChangeLog updated.
-------------- next part --------------
Diff too large for email (6896 lines, the limit is 1000).
More information about the Pkg-maemo-commits
mailing list