<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/widgets/table, branch XPROP_REWRITE</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2002-05-15T16:19:25+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2002-05-15T16:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8f6f0d2eb8e4dc4d9eeeb6033eacff70538f8c65'/>
<id>8f6f0d2eb8e4dc4d9eeeb6033eacff70538f8c65</id>
<content type='text'>
'XPROP_REWRITE'.

svn path=/tags/XPROP_REWRITE/; revision=16889
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'XPROP_REWRITE'.

svn path=/tags/XPROP_REWRITE/; revision=16889
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed a lot of direct uses in this file of node-&gt;is_expanded to call the</title>
<updated>2002-05-13T22:03:24+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2002-05-13T22:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3373cf7e047f1f38161cc11670a061d9c1c903e3'/>
<id>3373cf7e047f1f38161cc11670a061d9c1c903e3</id>
<content type='text'>
2002-05-13  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-tree-table-adapter.c: Changed a lot of direct uses in this
	file of node-&gt;is_expanded to call the function
	e_tree_table_adapter_node_is_expanded instead.
	(e_tree_table_adapter_node_is_expanded): Improved this function to
	know if the root node is visible and always return it as being
	expanded if it's not.  It also doesn't bother creating nodes if
	they don't exist yet, and instead figures out whether they would
	be expanded if they were to be created and returns that value
	instead.

svn path=/trunk/; revision=16768
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2002-05-13  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-tree-table-adapter.c: Changed a lot of direct uses in this
	file of node-&gt;is_expanded to call the function
	e_tree_table_adapter_node_is_expanded instead.
	(e_tree_table_adapter_node_is_expanded): Improved this function to
	know if the root node is visible and always return it as being
	expanded if it's not.  It also doesn't bother creating nodes if
	they don't exist yet, and instead figures out whether they would
	be expanded if they were to be created and returns that value
	instead.

svn path=/trunk/; revision=16768
</pre>
</div>
</content>
</entry>
<entry>
<title>Include string.h here.</title>
<updated>2002-05-10T18:20:52+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2002-05-10T18:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=67bf5ca8370842e92754b1c5cd915e9ce6022f7f'/>
<id>67bf5ca8370842e92754b1c5cd915e9ce6022f7f</id>
<content type='text'>
2002-05-10  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-table-search.c: Include string.h here.

svn path=/trunk/; revision=16749
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2002-05-10  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-table-search.c: Include string.h here.

svn path=/trunk/; revision=16749
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from gnome_canvas_item_grab to e_canvas_item_grab.</title>
<updated>2002-05-09T22:12:01+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2002-05-09T22:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=57a877702667674f5ddb845c1c7d4378866c391c'/>
<id>57a877702667674f5ddb845c1c7d4378866c391c</id>
<content type='text'>
2002-05-09  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gal/e-text/e-text.c: Switch from gnome_canvas_item_grab to
	e_canvas_item_grab.

	* gal/widgets/e-canvas.c, gal/widgets/e-canvas.h
	(e_canvas_item_grab, e_canvas_item_ungrab): Added these functions.

From gal/e-table/ChangeLog:

2002-05-09  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-table-item.c, e-table-item.h: Switched from
	gnome_canvas_item_grab to e_canvas_item_grab.

svn path=/trunk/; revision=16738
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2002-05-09  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gal/e-text/e-text.c: Switch from gnome_canvas_item_grab to
	e_canvas_item_grab.

	* gal/widgets/e-canvas.c, gal/widgets/e-canvas.h
	(e_canvas_item_grab, e_canvas_item_ungrab): Added these functions.

From gal/e-table/ChangeLog:

2002-05-09  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-table-item.c, e-table-item.h: Switched from
	gnome_canvas_item_grab to e_canvas_item_grab.

svn path=/trunk/; revision=16738
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump file version to 2. (This will make older versions of gal ignore the</title>
<updated>2002-05-09T20:00:56+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2002-05-09T20:00:56+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=de7a5090a8a3f7038ab9232b6b29ed61a51412c5'/>
<id>de7a5090a8a3f7038ab9232b6b29ed61a51412c5</id>
<content type='text'>
	* e-tree-table-adapter.c
	(e_tree_table_adapter_save_expanded_state): Bump file version to 2.
	(This will make older versions of gal ignore the file, fixing the
	problem where going from evo HEAD to evo 1.0.x makes the folder
	tree disappear.) Store the default expanded state in the file now
	to prevent this from happening again in the future.
	(e_tree_table_adapter_load_expanded_state): Deal with version 2.
	If the model's default expansion state doesn't match the saved
	state, ignore the save file.

svn path=/trunk/; revision=16736
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* e-tree-table-adapter.c
	(e_tree_table_adapter_save_expanded_state): Bump file version to 2.
	(This will make older versions of gal ignore the file, fixing the
	problem where going from evo HEAD to evo 1.0.x makes the folder
	tree disappear.) Store the default expanded state in the file now
	to prevent this from happening again in the future.
	(e_tree_table_adapter_load_expanded_state): Deal with version 2.
	If the model's default expansion state doesn't match the saved
	state, ignore the save file.

svn path=/trunk/; revision=16736
</pre>
</div>
</content>
</entry>
<entry>
<title>Added this function that lets you specify the translation domain.</title>
<updated>2002-05-02T20:32:19+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2002-05-02T20:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=874390a8376202f138266bdd641e810db93a3136'/>
<id>874390a8376202f138266bdd641e810db93a3136</id>
<content type='text'>
2002-05-02  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gal/widgets/e-popup-menu.c, gal/widgets/e-popup-menu.h
	(e_popup_menu_create_with_domain): Added this function that lets
	you specify the translation domain.

From gal/e-table/ChangeLog:

2002-05-02  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-table-click-to-add.c (finish_editing): Add horizontal dividers
	here too.

	* e-table-config.c (create_global_store): Translate column headers
	here.

	* e-table-header-item.c (ethi_header_context_menu): Use
	e_popup_menu_create_with_domain here.

	* e-table-header-utils.c (e_table_header_draw_button): Translate
	from utf8 here before drawing.

	* e-table-memory-store.c, e-table-memory-store.h
	(e_table_memory_store_insert_adopt_array): Changed the name of
	this function from e_table_memory_store_insert_adopt.
	(e_table_memory_store_insert_adopt): Added this function which
	takes a ... list.

	* e-table-utils.c (et_col_spec_to_col): Translate column titles to
	utf8 here.

svn path=/trunk/; revision=16668
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2002-05-02  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gal/widgets/e-popup-menu.c, gal/widgets/e-popup-menu.h
	(e_popup_menu_create_with_domain): Added this function that lets
	you specify the translation domain.

From gal/e-table/ChangeLog:

2002-05-02  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-table-click-to-add.c (finish_editing): Add horizontal dividers
	here too.

	* e-table-config.c (create_global_store): Translate column headers
	here.

	* e-table-header-item.c (ethi_header_context_menu): Use
	e_popup_menu_create_with_domain here.

	* e-table-header-utils.c (e_table_header_draw_button): Translate
	from utf8 here before drawing.

	* e-table-memory-store.c, e-table-memory-store.h
	(e_table_memory_store_insert_adopt_array): Changed the name of
	this function from e_table_memory_store_insert_adopt.
	(e_table_memory_store_insert_adopt): Added this function which
	takes a ... list.

	* e-table-utils.c (et_col_spec_to_col): Translate column titles to
	utf8 here.

svn path=/trunk/; revision=16668
</pre>
</div>
</content>
</entry>
<entry>
<title>Added horizontal dividers to this item when in table mode.</title>
<updated>2002-05-02T18:45:19+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2002-05-02T18:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=cad5e25f863f3bf643a2c7a7b4a77be0bc9db130'/>
<id>cad5e25f863f3bf643a2c7a7b4a77be0bc9db130</id>
<content type='text'>
2002-05-02  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-table-click-to-add.c: Added horizontal dividers to this item
	when in table mode.

	* e-table.c, e-tree.c: Made the background be an
	e-canvas-background instead of a

	* e-tree.c, e-tree.h: Added a white_space_event for feature parity
	with ETable.

svn path=/trunk/; revision=16667
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2002-05-02  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-table-click-to-add.c: Added horizontal dividers to this item
	when in table mode.

	* e-table.c, e-tree.c: Made the background be an
	e-canvas-background instead of a

	* e-tree.c, e-tree.h: Added a white_space_event for feature parity
	with ETable.

svn path=/trunk/; revision=16667
</pre>
</div>
</content>
</entry>
<entry>
<title>Set the gettext-domain here.</title>
<updated>2002-05-01T23:26:42+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2002-05-01T23:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e1f208de7dfadbd84d2e5aa75204f04f60ad49e0'/>
<id>e1f208de7dfadbd84d2e5aa75204f04f60ad49e0</id>
<content type='text'>
2002-05-01  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gal/e-text/e-completion-view.c (simple_spec),
	gal/widgets/e-categories-master-list-dialog.c (SPEC),
	gal/widgets/e-categories.c (INITIAL_SPEC): Set the gettext-domain
	here.

	* gal/util/e-i18n.h (E_I18N_DOMAIN): #define as makes sense in the
	different cases.

From gal/e-table/ChangeLog:

2002-05-01  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-table-config.c, e-table-config.h, e-table-specification.c,
	e-table-specification.h, e-table-utils.c, e-table-utils.h,
	e-table.c, e-table.h: Made these pay attention to the
	gettext-domain in the etspec.

	* e-table-config.c: Set the gettext-domain in the etspec here.

From gal/menus/ChangeLog:

2002-05-01  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gal-define-views-dialog.c (SPEC),
	gal-view-instance-save-as-dialog.c (SPEC): Set the gettext-domain
	here.

svn path=/trunk/; revision=16658
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2002-05-01  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gal/e-text/e-completion-view.c (simple_spec),
	gal/widgets/e-categories-master-list-dialog.c (SPEC),
	gal/widgets/e-categories.c (INITIAL_SPEC): Set the gettext-domain
	here.

	* gal/util/e-i18n.h (E_I18N_DOMAIN): #define as makes sense in the
	different cases.

From gal/e-table/ChangeLog:

2002-05-01  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-table-config.c, e-table-config.h, e-table-specification.c,
	e-table-specification.h, e-table-utils.c, e-table-utils.h,
	e-table.c, e-table.h: Made these pay attention to the
	gettext-domain in the etspec.

	* e-table-config.c: Set the gettext-domain in the etspec here.

From gal/menus/ChangeLog:

2002-05-01  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gal-define-views-dialog.c (SPEC),
	gal-view-instance-save-as-dialog.c (SPEC): Set the gettext-domain
	here.

svn path=/trunk/; revision=16658
</pre>
</div>
</content>
</entry>
<entry>
<title>From gal/e-table/ChangeLog:</title>
<updated>2002-04-29T23:17:14+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2002-04-29T23:17:14+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=f1cdb504e8a763113c629d806656eec6b7eca48e'/>
<id>f1cdb504e8a763113c629d806656eec6b7eca48e</id>
<content type='text'>
2002-04-29  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-table-item.c (eti_cursor_change): Redraw a row that is no
	longer the cursor even if this item isn't getting the new cursor.

svn path=/trunk/; revision=16642
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2002-04-29  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-table-item.c (eti_cursor_change): Redraw a row that is no
	longer the cursor even if this item isn't getting the new cursor.

svn path=/trunk/; revision=16642
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed LDFLAGS to LIBS for tests here. Bumped the version number to</title>
<updated>2002-04-29T21:26:48+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2002-04-29T21:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=320ea94ae8166f9e0ec90d784d8af35453344baf'/>
<id>320ea94ae8166f9e0ec90d784d8af35453344baf</id>
<content type='text'>
2002-04-29  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* configure.in: Changed LDFLAGS to LIBS for tests here.  Bumped
	the version number to 0.19.99.15.

From gal/e-table/ChangeLog:

2002-04-29  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-tree.c, e-tree.h (e_tree_path_foreach): Added this function
	which recurses over all nodes, regardless of selection.

svn path=/trunk/; revision=16635
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2002-04-29  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* configure.in: Changed LDFLAGS to LIBS for tests here.  Bumped
	the version number to 0.19.99.15.

From gal/e-table/ChangeLog:

2002-04-29  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-tree.c, e-tree.h (e_tree_path_foreach): Added this function
	which recurses over all nodes, regardless of selection.

svn path=/trunk/; revision=16635
</pre>
</div>
</content>
</entry>
</feed>
