Age | Commit message (Collapse) | Author |
|
with some added fixes for strict compiler checks
|
|
|
|
Based on a patch by: Alban Crequy <alban.crequy@collabora.co.uk>
Read the property _MB_CURRENT_APP_WINDOW on the program's windows
instead of the root window
Fixes: NB#140339 (Unnecessary wake-ups in application due to XAtoms)
|
|
Fixes: NB#125548 (HildonProgram notify::is-topmost is not working
properly with stacks)
|
|
* hildon/hildon-program.c: (hildon_program_set_common_menu):
* hildon/hildon-window.c: (hildon_window_update_menu_flag):
This will probably not work fine with empty legacy menus added to
programs or windows and populated later, but so it's life.
|
|
* hildon/hildon-program.c: (+hildon_program_on_common_app_menu_changed),
(hildon_program_set_common_app_menu): Also take into account the visibility
of its items.
|
|
* hildon/hildon-program.c:
(+hildon_program_window_set_common_menu_flag): Set or remove the
menu flag from a window only this doesn't have its own menu.
(+hildon_program_set_common_menu_flag): adjust menu flag for
all windows in the program.
(hildon_program_add_window),
(hildon_program_remove_window): add/remove the menu flag when
a window is added to the program.
Fixes: NB#137814 (Indicator for view menu in app title area)
|
|
* doc/hildon-sections.txt
* hildon/hildon-button.c
* hildon/hildon-edit-toolbar.c
* hildon/hildon-gtk.[ch]
* hildon/hildon-main.c
* hildon/hildon-program.c
* hildon/hildon-stackable-window.c:
Documentation updates
|
|
* hildon/hildon-program.c (hildon_program_update_top_most): Ignore
BadWindow error.
Signed-off-by: Claudio Saavedra <csaavedra@igalia.com>
|
|
Fixes: MB#4554 (Documentation: Annoying "represents" phrasing.)
|
|
* src/
* Makefile.am
* configure.ac
* doc/Makefile.am
* doc/hildon.types
* po/POTFILES.in:
Renamed src/ to hildon/
* examples/*.c
* debian/changelog
* debian/rules:
Include <hildon/hildon.h> directly in all examples.
|