<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/widgets, branch pre-ettore</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=pre-ettore</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=pre-ettore'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2000-05-05T12:46:42+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'pre-ettore'.</title>
<updated>2000-05-05T12:46:42+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2000-05-05T12:46:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=391eb2b6d01fc9a7e0d3ea63060330c2b301789f'/>
<id>urn:sha1:391eb2b6d01fc9a7e0d3ea63060330c2b301789f</id>
<content type='text'>
svn path=/tags/pre-ettore/; revision=2814
</content>
</entry>
<entry>
<title>ignore the .pure directory</title>
<updated>2000-05-05T11:46:46+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@src.gnome.org</email>
</author>
<published>2000-05-05T11:46:46+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=1b8139c995a32f7f6843d56146c040e4f6d697ea'/>
<id>urn:sha1:1b8139c995a32f7f6843d56146c040e4f6d697ea</id>
<content type='text'>
        * addressbook/backend/ebook/.cvsignore,
        addressbook/contact-editor/.cvsignore,
        addressbook/gui/component/.cvsignore,
        addressbook/gui/minicard/.cvsignore,
        addressbook/printing/.cvsignore,
        calendar/cal-client/.cvsignore,
        calendar/gui/.cvsignore,
        calendar/pcs/.cvsignore,
        filter/.cvsignore,
        mail/.cvsignore,
        shell/.cvsignore,
        tests/.cvsignore,
        widgets/e-table/.cvsignore,
        widgets/e-text/.cvsignore,
        widgets/meeting-time-sel/.cvsignore,
        widgets/shortcut-bar/.cvsignore,
        wombat/.cvsignore: ignore the .pure directory

svn path=/trunk/; revision=2812
</content>
</entry>
<entry>
<title>use rows here instead of E_TABLE_SUBSET(etsv)-&gt;n_map, since the table can</title>
<updated>2000-05-05T06:49:40+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@src.gnome.org</email>
</author>
<published>2000-05-05T06:49:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=4a6a526998c160dd1fd8353cee2532206bb36c8e'/>
<id>urn:sha1:4a6a526998c160dd1fd8353cee2532206bb36c8e</id>
<content type='text'>
	* e-table-sorted-variable.c (etsv_sort): use rows here instead of
	E_TABLE_SUBSET(etsv)-&gt;n_map, since the table can be populated by
	the gtk_main_iteration above.  otherwise the vals_closure may not
	be fully populated.

svn path=/trunk/; revision=2809
</content>
</entry>
<entry>
<title>Add an e_table_group_add_all function and implement it in the different</title>
<updated>2000-05-05T00:10:32+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-05-05T00:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ccd8e1fedde7a29acb5e10ade7e69b9197e65dbe'/>
<id>urn:sha1:ccd8e1fedde7a29acb5e10ade7e69b9197e65dbe</id>
<content type='text'>
2000-05-04  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* e-table-group-container.c, e-table-group-leaf.c,
	e-table-group.c, e-table-group.h: Add an e_table_group_add_all
	function and implement it in the different ETableGroup classes.

	* e-table-sort-info.c: Make set_nth not call changed twice if it
	needs to allocate more space.

	* e-table-sorted-variable.c, e-table-subset-variable.c,
	e-table-subset-variable.h: Add and implement an
	e_table_subset_variable_add_all command.

	* e-table.c: Use e_table_group_add_all as appropriate.  Fix ETable
	grouping xml to work if there is a text element at the bottom of
	the grouping tree.

svn path=/trunk/; revision=2806
</content>
</entry>
<entry>
<title>Sped up e_cell_text's get_height function.</title>
<updated>2000-05-04T22:24:10+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-05-04T22:24:10+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=edd558cdd87e6324f9564596adb66d1a291bf840'/>
<id>urn:sha1:edd558cdd87e6324f9564596adb66d1a291bf840</id>
<content type='text'>
2000-05-04  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* e-cell-text.c: Sped up e_cell_text's get_height function.

svn path=/trunk/; revision=2803
</content>
</entry>
<entry>
<title>Define `E_TYPE_SHORTCUT_BAR'.</title>
<updated>2000-05-04T11:37:58+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2000-05-04T11:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=a6459db91963f890ec6d62ef73273f51b373d632'/>
<id>urn:sha1:a6459db91963f890ec6d62ef73273f51b373d632</id>
<content type='text'>
svn path=/trunk/; revision=2795
</content>
</entry>
<entry>
<title>Added a height_cache idle loop so that the height_cache will be validated</title>
<updated>2000-05-04T08:52:04+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-05-04T08:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=55b79db1f4a1d26892fa6a57663dcf2b1715091e'/>
<id>urn:sha1:55b79db1f4a1d26892fa6a57663dcf2b1715091e</id>
<content type='text'>
2000-05-04  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* e-table-item.c, e-table-item.h: Added a height_cache idle loop
	so that the height_cache will be validated in the idle loop.

svn path=/trunk/; revision=2794
</content>
</entry>
<entry>
<title>Load all the data to be sorted by before actually doing the sort.</title>
<updated>2000-05-04T08:28:36+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-05-04T08:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=cb7c636a65f9fe7f1ba301af8e1f31d69c112d3c'/>
<id>urn:sha1:cb7c636a65f9fe7f1ba301af8e1f31d69c112d3c</id>
<content type='text'>
2000-05-04  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* e-table-sorted-variable.c: Load all the data to be sorted by
	before actually doing the sort.

svn path=/trunk/; revision=2793
</content>
</entry>
<entry>
<title>EIconBar/EShortcutBar constification.</title>
<updated>2000-05-04T07:09:53+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2000-05-04T07:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=91310499b326bafc8da96814e2e7cdde441c539b'/>
<id>urn:sha1:91310499b326bafc8da96814e2e7cdde441c539b</id>
<content type='text'>
svn path=/trunk/; revision=2792
</content>
</entry>
<entry>
<title>Fix author information.</title>
<updated>2000-05-04T06:49:31+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-05-04T06:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e6f93efbadf410e6c9dcd9b4326562b27a8cfef0'/>
<id>urn:sha1:e6f93efbadf410e6c9dcd9b4326562b27a8cfef0</id>
<content type='text'>
2000-05-04  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* e-cell-text.c, e-cell-text.h: Fix author information.

	* e-table-group-leaf.c: Set a length threshold of 200.

	* e-table-item.c: Height cache is now actually a map.  Made
	"length_threshold" argument work.  If over the length threshold,
	use the height cache to get a better estimate so that once the
	height cache is full, height estimate is perfect.

svn path=/trunk/; revision=2791
</content>
</entry>
</feed>
