Age | Commit message (Collapse) | Author |
|
|
|
* 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.
|
|
* examples/hildon-pannable-area-touch-list-example.c
* examples/hildon-pannagle-area-touch-grid-example.c
* examples/hildon-edit-toolbar-example.c
* examples/hildon-touch-selector-multi-cells-example.c
Removed the call to gtk_rc_parse_string, as it is not required since
some time ago.
|
|
* doc/hildon-sections.txt
* src/hildon-window-private.h
* src/hildon-window.h
* src/hildon-window.c (hildon_window_init)
(hildon_window_realize, hildon_window_unrealize)
(hildon_window_map, hildon_window_unmap, hildon_window_expose)
(hildon_window_size_request, hildon_window_size_allocate)
(hildon_window_forall, hildon_window_show_all)
(hildon_window_destroy, +paint_edit_toolbar)
(+hildon_window_set_edit_toolbar):
New hildon_window_set_edit_toolbar() method, to add a
HildonEditToolbar to a window without having to pack it manually.
Reorganize hildon_window_size_allocate()
* src/hildon-edit-toolbar.c: Update documentation.
* examples/hildon-edit-toolbar-example.c (edit_window): Update
example to use the new API.
Fixes: NB#98039 (Wishlist: hildon_window_add_edit_toolbar())
|
|
Based on initial code by Christian Dywan (christian@imendio.com)
* doc/hildon-docs.sgml: Add section for hildon-main.
* examples/*.c: (main): Replace gtk_main() calls with hildon_gtk_main().
* src/Makefile.am: Add new hildon-main.[ch]
* src/hildon-defines.h: Update the icon sizes.
* src/hildon-main.c: (+hildon_init), (+hildon_gtk_init): Add
new library initialization files and register icon sizes.
* src/hildon-main.h: New declarations.
* src/hildon.h: Include hildon-main.h
Add new initialization functions to the library. These methods
will register the hildon specific icon sizes and can be used in the
future for other hildon specific bits.
Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h))
Fixes: NB#93075 (Update icon size constants to Fremantle)
|
|
define to the code, we have to check this version more carefully.
* examples/Makefile.am: Added control to avoid some examples that
just make sense with maemo gtk.
* src/hildon-gtk.c:
* src/hildon-gtk.h: Remove some functions that use the maemo gtk
hildon modes with the define.
* examples/hildon-edit-toolbar-example.c,
(create_icon_view): Create the icon view without hildon-gtk
helpers if we are not using maemo gtk.
* src/hildon-touch-selector.c,
(_create_new_column): Create the treeview without hildon-gtk
helpers if we are not using maemo gtk.
|
|
* debian/control: Added new package libhildon1-examples, in order to pack
the current hildon examples as documentation
* debian/rules: Not to compress .c files, modify some includes on the
examples (as normally are compiled locally, but when installed it will
require to include the installed libhildon1 library), and rename
Makefile.static
* examples/Makefile.am: Added examplesdir and examples_DATA, in order to
install all the example files on the new example package
* examples/Makefile.static: Added static makefile that can be used to
compile the examples, once installed the new example package
* examples: Most of the examples were modified in order to grant that
all use only '#include "hildon.h"', in order to be easy to prepare
it on the example package
|
|
* examples/Makefile.am
* examples/hildon-edit-toolbar-example.c: Example of the
HildonEditToolbar widget.
|