2010-01-27  David Kedves  <dkedves@blumsoft.eu>

	* Hide FMTX applet when device has disabled FM transmitter
	  (This change based on an example
	   by Ronkko Pekka <ext-pekka.1.ronkko@nokia.com>)

2010-01-26  David Kedves  <dkedves@blumsoft.eu>

	* Merging portait-mode-support branch

2009-12-23  Peter Aradi <peter.aradi@maemo.org>

	* src/hcp-window.c:
	unlock button only visible if sim lock is active.
	queries status on dbus from sim interface.

2009-12-14  David Kedves  <kedazo@gmail.com>

	Release 2.2.26-2

	Re-enable CUD functionality

2009-12-04  David Kedves  <kedazo@gmail.com>

	DISCLAIMER: Applets still doesn't support portrait mode,
	            so these changes are very experimental
	* src/hcp-app-view.c:
	  - remove fixed size-requests
	  - remove top-alignment
	  - added code about portrait stuff
	    (on portrait mode only one column should be there)
	* src/hcp-grid.[ch]:
	  - remove hardcoded sizes
	  - dropped HCP_GRID_NUM_CLUMNS (its now varying)
	* src/hcp-window.c:
	  - Added a menu-item to test portrait mode
	    (can be disabled throught HCP_PORTRAIT_DEBUG flag)
	  - added the top alignment here	
	  - removed fixed size-requests
	  - do size-request on aligment (which contains the man view),
	    when window size changed
	  - Turn on HILDON_PORTRAIT_MODE_SUPPORT by default

2009-11-17  Peter Aradi <peter.aradi@maemo.org>

	Release 2.2.26

	* configure.ac: 2.2.26

2009-11-16  Peter Aradi <peter.aradi@maemo.org>

	Release 2.2.23

	* configure.ac: 2.2.23

2009-11-16  Peter Aradi <peter.aradi@maemo.org>

	* src/hcp-rfs.c:
	Number of code entry digits is 16.
	Entered code is visible.
	Increased timeout to 30 secs.

2009-11-13  Peter Aradi <peter.aradi@maemo.org>

	Release 2.2.22

	* configure.ac: 2.2.22
	git push --tags is not an intuitive command

2009-11-13  Peter Aradi <peter.aradi@maemo.org>

	* debian/control:
	moved language package to 'Recommends'
	* src/hcp-rfs.[ch]:
	* src/hcp-window.c:
	unlock button always visible. sends dbus message to sim interface.

2009-10-05  Peter Aradi <peter.aradi@maemo.org>

	Release 2.2.19

	* configure.ac: 2.2.19

2009-10-04  Peter Aradi <peter.aradi@maemo.org>

	* debian/control:
	* src/hcp-window.c:
	added unlock button to app menu

2009-09-30  Peter Aradi <peter.aradi@maemo.org>

	Release 2.2.18

	* configure.ac: 2.2.18

2009-09-30  Peter Aradi <peter.aradi@maemo.org>

	* src/hcp-window.c:
	removed item from app menu

2009-09-23  Peter Aradi <peter.aradi@maemo.org>

	Release 2.2.17

	* configure.ac: 2.2.17

2009-09-23 Peter Aradi <peter.aradi@maemo.org>

	* src/hcp-window.c:
	* src/hcp-program.h:
	Taking screenshot for faking faster startup.

2009-09-03 Peter Aradi <peter.aradi@maemo.org>

	* src/hcp-app-view.c:
	* src/hcp-grid.c:
	Updated layout.

2009-08-25 Peter Aradi <peter.aradi@maemo.org>

	Reverted David's changes.
	* src/hcp-app-view.c:
	* src/hcp-grid.[ch]:
	* src/hcp-window.c:
	Updated layout.

2009-08-11 David Kedves <dkedves@blumsoft.eu>

	* src/hcp-app.c:
	 - Ignore unmapped windows when looking for applet window-id
	   (the idea from Peter)

2009-08-10 David Kedves <dkedves@blumsoft.eu>

	* src/hcp-app-loader.c:
	 - Set the parent window widget's size

2009-08-07 Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 2.2.13

	* configure.ac: 2.2.13

2009-08-07 David Kedves <dkedves@blumsoft.eu>

	* data/applets.desktop:
	* data/Makefile.am:
	 - Include the applet ordering desktop file
	* src/hcp-window.c:
	 - On delete event, close the applets too
	* src/hcp-app-view.c:
	 - Only one applets should be started via
	   HCP main window at a time

2009-08-06 Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 2.2.12

	* configure.ac: 2.2.12

2009-08-06 David Kedves <dkedves@blumsoft.eu>

	* src/hcp-app.c:
	 - Dont top already topmost applets
	 - Focusing applet window after topping it
	* src/hcp-app-loader.c:
	 - Fixes abort problem on plugin exiting
	   (i shouldn't free argv[2] :-S)

2009-08-05 David Kedves <dkedves@blumsoft.eu>

	* debian/rules:
	* src/hcp-app-loader.c:
	* src/Makefile.am:
	 - Moving applet-running code to hcp-app-loader.c, it's needed
	   because applets should run in a separate process from HCP.
	   (I tried fork () too but all applets crashed somewhere... :-S )
	  - Setting the WM_CLASS to some known value,
	    to get the applet window later.
	  - HCP main window-Xid passed by hpc-app.c, create a wrapper widget
	    for proper transiency setting in applets
	* src/hcp-app.[ch]:
	 - Support for topping a previously opened applet
	 - Maintaining a list (program->running_applets) of running applets
	   for proper state saving
	 + Added some function to get applets XID by WM_CLASS:
	  - search_window_r, get_xid_by_wm_class, wm_class_from_so_name
	 + other new functions:
	  - hcp_app_get_plugin, cpa_child_watch, try_focues
	 + Dropped functions (cpa_loader doing these now):
	  - hcp_app_load, hcp_app_unload, hcp_app_idle_launch
	 + HCPApp private struct changes:
	  - removed handle and execute / save state function pointers
	  - added wm_class, pid
	 + Support to run multiple different applets concurrently :
	   by g_spawn_async, so applets aren't block the HCP anymore
	* src/hcp-program.[ch]:
	 - run_applet RPC method always present the HCP window first
	 + dropped old (unused) RPC method implementations:
	  - save_state_applet / is_applet_running
	 + State saving related changes:
	  - removed execute from widget struct
	  - added running_applets list to widget struct
	* src/hcp-window.[ch]:
	 + State saving related changes:
	  - Changed Focussed entry in state file to Running applets list
	  - On enforce-state reloading applets with the proper ordering 
	  - Added a signal-handler to state-saving (HD sends SIGTERM on bgkill)
	  - On window_quit we should not save the state, but clear it
	  - enforce_state should be run on window show event instead of
	    size-allocate

2009-07-10 Peter Aradi <peter.aradi@maemo.org>

	* src/hcp-app.c:
	* src/hcp-app-list.c:
	Added functionality for ordering applets.

2009-07-09 Peter Aradi <peter.aradi@maemo.org>

	Added ellipsize to text renderer. GtkIconView cannot truncate text
	otherwise.

2009-07-03 Peter Aradi <peter.aradi@maemo.org>

	Reverted changes to old UI.

2009-07-01 Aapo Kojo <aapo.kojo@nokia.com>

	Release 2.2.10

	* debian/changelog
	Fixes: NB#12334 => Fixes: NB#123334

2009-07-01 Peter Aradi <peter.aradi@maemo.org>
	* src/hcp-window.c:
	Fixes: NB#12334 - Logical string 'cud_ia_text' is shown when execute Clear
	device

2009-06-29 Peter Aradi <peter.aradi@maemo.org>
	* src/hcp-app-view.c:
	* src/hcp-grid.c:
	* src/hcp-grid.h:
	* src/hcp-window.c:
	* src/hcp-app.c:
	* src/hcp-app.h:
	Fixes: NB#116610 - Share account icon in not fully highlighted in
	Control Panel
	Fixes: NB#116128 - IN CP,horizontal scroll indicator is seen...
	Fixes: NB#115484 - Control panel: highlighted focus field for date and
	time settings too short...


2009-05-29 Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 2.2.8

	* configure.ac: 2.2.8

2009-05-29 Peter Aradi <peter.aradi@maemo.org>

	* src/hcp-window.c:
	* src/hcp-grid.c:
	Fixes: NB#118112 - Control panel displays without elements if
	HildonWindow sizes itself
	Fixes: NB#116905 - Two row layout of settings (control panel) is not
	centered
	* src/hcp-app.c:
	Fixes: NB#115122 - S A Setup dialogs becoming non-responsive...
	Fixes: NB#117320 - T and S application is hangs for sometimes when...

2009-04-24 Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 2.2.7

	* configure.ac: 2.2.7

2009-04-23 Peter Aradi <peter.aradi@maemo.org>

	* src/hcp-window.c:
	Fixes: NB#112470 - "Control panel crashes while launching cellular
	applet while SIM is missing"

2009-04-20 Peter Aradi <peter.aradi@maemo.org>

	* src/hcp-rfs.c:
	* src/hcp-rfs.h:
	* src/hcp-window.c:
	Fixed L10n issues.
	* debian/control:
	osso-system-lock-l10n-mr | osso-system-lock-l10n-mr0 added to Depends,
	because secu_info_incorrectcode is shown
	replaced hildon-theme-harry with hildon-theme-alpha in Recommends
	section.
	* src/hcp-window.c:
	changed font type in application menu
	Fixes: NB#108452 - "Control Panel Settings Option 
	Â§copa_me_tools_rfsÂ§ is truncated"

2009-03-23 Peter Aradi <peter.aradi@maemo.org>
	
	* src/hcp-app.c:
	using libosso functions for executing and state saving
	hcp_app_can_save_state was returning the opposite

2009-03-17 Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 2.2.6

	* configure.ac: 2.2.6

2009-03-12 Peter Aradi <peter.aradi@maemo.org>

	* src/hcp-app.c:
	return in case execute function is not found in plugin.
	Fixes: NB#102452 - "Coverity findings in hildon-control-panel"

2009-03-12 Peter Aradi <peter.aradi@maemo.org>

	* debian/control:
	* configure.ac:
	* src/hcp-rfs.c:
	* src/hcp-rfs.h:
	Removed dependency from libhildonhelp0.
	Fixes: NB#105167 - "hildon-control-panel shouldn't depend on
	libhildonhelp0"

	* src/hcp-window.c:
	Updated menu to use new implementation.

	* data/hildon-control-panel.desktop.in:
	Added X-Maemo-Wm-Class property.
	Fixes: NB#103049 - "Blank screen is displaying..."

2009-02-10 Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 2.2.5

	* configure.ac: 2.2.5

2009-02-10 Peter Aradi <peter.aradi@maemo.org>

	* configure.ac:
	Corrected version number of libcodelockui.

	* src/hpc-rfs.c:
	Made lock code failure banner system modal.
	Updated localization domain for incorrect code message.
	Fixes: NB#98945
	
2009-01-21 Peter Aradi <peter.aradi@maemo.org>

	* data/hildon-control-panel.desktop.in:
	Updated icon name, localization domain, Category and position in
	.desktop file
	Fixes: NB#100776

2009-01-08 Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 2.2.4

	* configure.ac: 2.2.4

2008-12-18 Peter Aradi <peter.aradi@maemo.org>
	
	* src/hcp-rfs.c:
	libcodelockui is used for password check instead of d-bus query from
	mce.
	HildonNote is used for displaying confirmation notes.
	Fixes: NB#96274, NB#97055, NB#96246

2008-12-18 Peter Aradi <peter.aradi@maemo.org>
	
	* src/hcp-app-list.c:
	removed XMAS fixes

2008-12-16 Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 2.2.3

2008-12-16 Peter Aradi <peter.aradi@maemo.org>

	* src/hcp-app-list.c:
	logical ids -> UI strings XMAS hack
	old icons -> new icons XMAS hack
	* src/hcp-main.c:
	Icon initialization
	* src/hcp-window.c:
	removed help from menu, according to UI spec
	
2008-12-03 Peter Aradi <peter.aradi@maemo.org>

	* src/hcp-grid.c:
	Use thumbsized icons.
	
2008-12-03 Peter Aradi <peter.aradi@maemo.org>

	* src/hcp-window.c:
	* src/hcp-window.h:
	HCPWindow is now derived from HildonStackableWindow.
	Fixes #NB 94225
	* data/hildon-control-panel.schemas:
	Changed order of groups.
	Fixes #NB 92795

2008-11-24 Peter Aradi <peter.aradi@maemo.org>

	* src/hcp-window.c:
	Menu now conforms to UI spec v 1.4
	Fixes #NB 90260

2008-11-12 Peter Aradi <peter.aradi@maemo.org>

	* src/hcp-window.c:
	The contents of former "Tools" submenu are shown when menu is pressed.
	Related is NB#91702.
	
2008-11-12 Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 2.2.2

2008-11-07 Peter Aradi <peter.aradi@maemo.org>

	* src/hcp-app-view.c
	* src/hcp-grid.h
	* src/hcp-app-view.h
	* src/hcp-window.c
	* src/hcp-app.c
	* src/hcp-grid.c
	* data/hildon-control-panel.schemas: 
	Changed behaviour of Control Panel to be compatible with
	Hildon 2.2 style.
	 - no focus and launch (no visible selection)
	 - when CP applets are tapped, they launch immediately
	 - the view is pannable (no scrollbar)
	 - the view has large icons
	 Please see NB# 91702 for more details.

2008-10-17 Peter Aradi <peter.aradi@maemo.org>
	
	* src/hcp-app-view.c: change default value for icon size to
	HCP_ICON_SIZE_LARGE. Fixes NB #90236.
	* data/hildon-control-panel.schemas: changed
	"/schemas/apps/osso/apps/controlpanel/icon_size" key value to "true".
	Fixes NB #90236.

2008-09-30  Peter Aradi <peter.aradi@maemo.org>

	* src/hcp-main.c: g_thread_init called earlier. Fixes NB #86237.

2008-09-02  Claudio Saavedra  <ext-claudio.saavedra@nokia.com>

	* configure.ac: release 2.2.1
	* debian/changelog: update.

2008-09-02  Claudio Saavedra  <ext-claudio.saavedra@nokia.com>

	* data/hildon-control-panel.pc.in: Define datarootdir to be compatible
	with autoconf 2.60 or newer. Fixes NB #85871.

2008-08-28  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	* configure.ac: release 2.2.0

	* src/hcp-grid.c: Remove size_request handler hcp_grid_size_request.

	* src/hcp-window.c: Include hildon/hildon-defines.h to fix building.

2007-11-07  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac: post release version bump.

2007-11-07  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac: release 2.0.1

2007-11-07  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-window.c (hcp_window_app_list_updated_cb): do not try to
	focus previously selected item in case this is undefined. 
	Fixes: NB#74138.

2007-11-01  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-app-view.c (hcp_app_view_selection_changed_cb): emit
	focus-changed signal even if the widget is not properly allocated yet.
	* src/hcp-window.c (hcp_window_init, hcp_window_retrieve_state):
	correctly handle the case when there's no saved state yet to define
	the initial focused applet. Fixes: NB#72771.

2007-10-01  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac: release 2.0.0

2007-10-01  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-window.c (hcp_window_init, hcp_window_size_allocate):
	enforce state on window size allocate to ensure all internal widgets
	have their size already allocate for initial scrolling.

2007-09-27  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-rfs.c (hcp_rfs_display_warning): set label size request in
	order to avoid incorrect line wrapping. Fixes: NB#71082.

2007-09-24  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac: release 1.9.8

2007-09-20  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-window.c, src/hcp-config-keys.h, src/hcp-rfs.[ch]: revert
	previous behavior and always request lock code from user despite the
	device autolock state. Fixes: NB#68866.

2007-09-20  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-grid.c (hcp_grid_button_pressed): don't move focus from one
	grid to another if there's no selectable item under the pointer.
	Fixes: NB#70345.

2007-09-11  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac: release 1.9.7

2007-09-04  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-app-view.c: remove useless debugging message.

2007-09-04  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-app-view.c (hcp_app_view_selection_changed_cb): scroll to
	exact grid item instead of considering the whole widget height.
	Fixes: NB#65971.
	* src/hcp-grid.[ch] (hcp_grid_get_row_height): add API to get current
	row height from the grid widget.
	* src/hcp-window.c (hcp_window_init): correctly set accel group in
	main menu. 

2007-08-28  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-window.c: add accel group to menu in order to make it be
	handled accordingly depending on GTK+ settings. Fixes NB#61112.

2007-08-24  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac: release 1.9.6

2007-08-24  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-window.c (hcp_window_quit): save state before closing
	control panel in order to restore the last focused applet.
	Fixes NB#66542.

2007-08-10  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-grid.c (hcp_grid_init): do not set "follow-state" to true in
	the pixbuf renderer. Fixes NB#61741.

2007-08-10  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-app-list.c (hcp_app_list_read_desktop_entries): only consider 
	.desktop files in applets directory.

2007-07-04  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-main.c: call g_thread_init if the thread system wasn't
	initiated before.

2007-06-29  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-config-keys.h, src/hcp-window.c
	(hcp_window_retrieve_configuration): changed the key to query if
	the device lock was activated or not.
	* src/hcp-app-list.c (hcp_app_list_read_desktop_entries): removed
	warnings (when applicable) when reading desktop entries.

2007-06-26  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac: added --enable-maemo-tools option to enable/disable
	the "Mobile operator setup wizard", "Restore original settings" and
	"Clear user data" menu items. It's enabled by default.
	* src/hcp-window.c: made the "Tools" menu optional.
	* src/*.c: include config.h on all source files.

2007-06-21  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-window.c: added Ctrl-Q accelerator to Close menu item. Fixes
	bug NB#61112.

2007-06-21  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac: release 1.9.5

2007-06-21  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-window.c: always ask lock code until finding the correct
	gconf key for locking.

2007-06-19  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac: release 1.9.4

2007-06-19  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-rfs.[ch], src/hcp-config-keys.h, src/hcp-window.c: only ask 
	for lock code for clearing and restoring user data when the device 
	is locked.

2007-06-19  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac: release 1.9.3

2007-06-19  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-app-list.[ch], src/hcp-app.c: added support for defining the
	translation domain in the applet's desktop file with the
	"X-Text-Domain" key.

2007-06-15  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac: release 1.9.2

2007-06-15  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-grid.c: correctly set the row height by taking in to account
	the pixbuf cell padding.

2007-06-01  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac: release 1.9.1

2007-06-01  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-grid.c, src/hcp-app-view.c: several layout small
	improvements.

2007-05-18  Lucas Rocha  <lucas.rocha@nokia.com>

	* COPYING: added license text. Fixes bug NB#56773.

2007-03-28  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-app.c: don't do dlclose on plugins and cache the opened
	modules to avoid GType related problems when running applets more than
	once.

2007-03-14  Lucas Rocha  <lucas.rocha@nokia.com>

	* debian/control, configure.ac, rc/hcp-rfs.c, src/hcp-window.c,
	src/Makefile.am: move from libosso-help to hildon-help.  

2007-03-09  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac: Reverted to 1.9.0 for consistency with the rest
	of the Hildon framework

2007-03-05  Lucas Rocha  <lucas.rocha@nokia.com>

	* debian/control: remove remaining bits of hildon-base-lib dependency.

2007-02-28  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac, src/Makefile.am, src/hcp-app-list.c, debian/control:
	get rid of hildon-base-lib dependency. Using gnome-vfs file monitoring
	API now.

2007-02-21  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-grid.c: fix the large icons size.

2007-02-20  Johan Bilie  <johan.bilien@nokia.com>

	* data/hildon-control-panel.pc.in: requires hildon-1

2007-02-20  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-grid.c: cursor should follow selection. Small fix on column
	width.

2007-02-19  Johan Bilie  <johan.bilien@nokia.com>

	* src/*.c: replaced include <hildon-widgets/*> with <hildon/*>

2007-02-13  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac: release 3.0.0

2007-02-13  Lucas Rocha  <lucas.rocha@nokia.com>

	* debian/control, configure.ac: remove hildon-libs dependency and add hildon-1 dependency
	checks.

2007-02-13  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac: remove gtkhtml dependency and add gconf dependency
	checks.

2007-01-04  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-window.c: removed fullscreen support as it's not on UI spec.

2007-01-04  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-window.c, src/hcp-app.c, src/hcp-app-list.c,
	src/hcp-grid.c, src/hcp-app-view.c: several code cleanups.

2007-01-04  Lucas Rocha  <lucas.rocha@nokia.com>

	* Makefile.am, src/Makefile.am, data/Makefile.am: add *~ to
	CLEANFILES.

2006-12-01  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-rfs.c, src/hcp-program.c: get rid of osso-log.

2006-11-28  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/*.[ch]: general code cleanups, improve code reliability, fix
	some GObject leaks, get rid of osso-log.

2006-11-23  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-grid.c: fix warnings when icon default icon is used.

2006-11-14  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-app.c, src/hcp-app-view.c: fix focus behavior when
	application list is updated.

2006-11-14  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-grid.c: fix focus behavior among grids.

2006-11-14  Lucas Rocha  <lucas.rocha@nokia.com>

	Initial port to GtkIconView. Some focus/size issues to 
	be solved.

	* src/hcp-app-view.c, src/hcp-grid.h, src/hcp-app-view.h,
	src/hcp-app-list.h, src/hcp-window.c, src/hcp-app.c,
	src/hcp-grid.c

	* src/hcp-grid-item.[ch], src/hcp-grid-item-private.c: removed.

2006-11-07  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-grid.c, src/hcp-app-list.c, src/hcp-grid-item.c: fixed
	some memory leaks and memory access errors.

2006-11-07  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-app.list.c: fixed a memory leak.
	* src/hcp-window.c (hcp_window_keyboard_listener): added 
	fullscreen support.

2006-11-03  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-window-c, src/hcp-main.c, src/hcp-app.c, 
	src/hcp-app-view.c, src/hcp-app-list.c: several code cleanups.

2006-11-03  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-window-c: fix crash on HCPAppList update triggered when
	a new .desktop file is found.

2006-11-02  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/hcp-window.c, src/hcp-app-view.[ch], src/hcp-marshalers.list:
	correct handling of focused item change.

2006-11-02  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac, src/Makefile.am, src/hcp-marshalers.list: make 
	marshalers automaticaly generated.

2006-11-02  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/*.[ch], src/Makefile.am: first commit of 
	code refactoring. Still very unstable.

2006-10-30  Lucas Rocha  <lucas.rocha@nokia.com>

	* src/*.[ch], src/Makefile.am: all source code files use the 
	same prefix.

2006-10-27  Lucas Rocha  <lucas.rocha@nokia.com>

	* configure.ac, Makefile.am: updated for new directory tree.
	* com.nokia.controlpanel.service.in, hildon-control-panel.pc.in,
	hildon-control-panel.desktop.in, hildon-control-panel.schemas: moved
	files to new data directory.
	* data/Makefile.am: Makefile for new data directory.

2006-10-27  Lucas Rocha  <lucas.rocha@nokia.com>

	* depmod, config.h.in, aclocal.m4, Makefile.in, config.guess,
	config.sub, configure, controlpanel.sh.in, depcomp, install-sh, 
	ltmain.sh, missing, mkinstalldirs: removed from repository.
	* autogen.sh: added bootstrap script.
	* MAINTAINERS: added maintainership file.
	* src/Makefile.am: Makefile for new source code directory.
	* *.[ch]: moved source code files to src directory.

2006-10-27  Lucas Rocha  <lucas.rocha@nokia.com>

	* Refactoring branch created.
	* ChangeLog-20061027: created for old ChangeLog entries.
