Commit Graph

11 Commits

Author SHA1 Message Date
da49f32d5c Cancel the drag or maybe drag if you have the mouse button down when the
2001-10-22  Christopher James Lahey  <clahey@ximian.com>

	* e-table-item.c (eti_cancel_drag_due_to_model_change): Cancel the
	drag or maybe drag if you have the mouse button down when the
	pre_change signal comes in.  Fixes Ximian bug #11309.

	* e-table-without.c (add_row, remove_row,
	e_table_without_show_all): Call e_table_model_pre_change where
	appropriate here.

svn path=/trunk/; revision=13927
2001-10-23 02:09:42 +00:00
cb48c65b20 Sort the list of categories. (Bug 8088)
2001-10-05  Jon Trowbridge  <trow@ximian.com>

        * gal/widgets/e-categories-master-list-combo.c
        (ecmlc_ecml_changed): Sort the list of categories.
        (Bug 8088)

2001-10-05  Jon Trowbridge  <trow@ximian.com>

        * e-table-without.c (e_table_without_show_all): We need to take
        the row count from the source model, not from the ETableWithout.
        This typo is why contacts kept disappearing in the SelectNames
        dialog. (Bugs 9326, 10916)

2001-10-04  Jon Trowbridge  <trow@ximian.com>

        * e-icon-bar.c (e_icon_bar_add_item): Don't call gdk_pixbuf_ref
        if image is NULL.

        * e-shortcut-model.c (e_shortcut_model_real_get_item_info): Check
        to make sure we don't call gdk_pixbuf_ref on NULL, which causes a
        warning.

svn path=/trunk/; revision=13465
2001-10-05 20:29:31 +00:00
e9ca2eea34 Fixed a silly little obvious bug.
2001-09-07  Jon Trowbridge  <trow@ximian.com>

	* e-table-without.c (e_table_without_show_all): Fixed a silly
	little obvious bug.

svn path=/trunk/; revision=12695
2001-09-07 23:43:27 +00:00
3f2384a872 Added this function.
2001-09-07  Christopher James Lahey  <clahey@ximian.com>

	* e-table-without.c, e-table-without.h (e_table_without_show_all):
	Added this function.

svn path=/trunk/; revision=12677
2001-09-07 18:53:35 +00:00
a0bfb48ea7 We need to free_gotten_key_func key2, not key! (e_table_without_show):
2001-08-20  Jon Trowbridge  <trow@ximian.com>

	* e-table-without.c (check_with_key): We need to
	free_gotten_key_func key2, not key!
	(e_table_without_show): Renamed, used to be
	e_table_without_remove.  Double-negative function names
	are confusing!
	(e_table_without_hide_adopt): Renamed, used to be
	e_table_without_add_adopt.
	(e_table_without_hide): Renamed, used to be e_table_without_add.

2001-08-20  Jon Trowbridge  <trow@ximian.com>

	* configure.in: Increment version number to 0.10.99.5 for changes
	to ETableWithout api.

svn path=/trunk/; revision=12332
2001-08-21 00:52:33 +00:00
4dd3f5e734 Made this object handle NULLs for all the handler functions.
2001-08-20  Christopher James Lahey  <clahey@ximian.com>

	* e-table-without.c: Made this object handle NULLs for all the
	handler functions.

svn path=/trunk/; revision=12316
2001-08-20 17:13:36 +00:00
ac852ece23 Changed the used parity of the return value of check here.
2001-08-20  Christopher James Lahey  <clahey@ximian.com>

	* e-table-without.c (etw_proxy_model_rows_inserted,
	etw_proxy_model_changed): Changed the used parity of the return
	value of check here.

svn path=/trunk/; revision=12313
2001-08-20 16:31:39 +00:00
7b3fe06340 Chain to the destroy handler in the parent class. Hey, I'm getting used to
2001-08-18  Federico Mena Quintero  <federico@ximian.com>

	* e-table-without.c (etw_destroy): Chain to the destroy handler in
	the parent class.  Hey, I'm getting used to this :)

svn path=/trunk/; revision=12199
2001-08-18 08:03:24 +00:00
31bb4b3f7b Destroy the hash table and all objects in it, as well as the priv
2001-08-17  Christopher James Lahey  <clahey@ximian.com>

	* e-table-without.c (etw_destroy): Destroy the hash table and all
	objects in it, as well as the priv structure.

svn path=/trunk/; revision=12147
2001-08-17 07:23:43 +00:00
dad6d45018 Bumped version number to 0.10.99.4. Fixed some comments.
2001-08-16  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Bumped version number to 0.10.99.4.  Fixed some
	comments.

	* gal/Makefile.am (libgal_la_LIBADD): Added
	e-table/e-table-without.lo.

From gal/e-table/ChangeLog:

2001-08-16  Christopher James Lahey  <clahey@ximian.com>

	* Makefile.am: Added e-table-without.c and e-table-without.h.

	* e-table-without.c, e-table-without.h: Got this to compile.
	Finished the first version of it.

svn path=/trunk/; revision=12144
2001-08-17 03:38:16 +00:00
23c322c893 Adding the first versions of these files. Doesn't work yet.
2001-08-16  Christopher James Lahey  <clahey@ximian.com>

	* e-table-without.c, e-table-without.h: Adding the first versions
	of these files.  Doesn't work yet.

svn path=/trunk/; revision=12121
2001-08-16 20:16:43 +00:00